[UX] Screenreader readable Checkbox, Help Button (#172)

# PR Checklist
- [ ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [x] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [x] Did you added a type def?

# Description
 - Screenreader readable "Show Help" button.
   Also modified checkbox
This commit is contained in:
kwaroran
2023-06-12 19:03:31 +09:00
committed by GitHub
14 changed files with 66 additions and 86 deletions

View File

@@ -19,6 +19,7 @@ export const languageChinese = {
onlyOneChat: '必须至少有一次聊天',
alreadyCharInGroup: "群组中已存在同名的角色。"
},
showHelp: "显示帮助",
help:{
model: "模型选项是用于聊天的主要模型。",
submodel: "辅助模型是用于分析情绪图像自动建议等的模型。推荐使用gpt3.5。",

View File

@@ -19,6 +19,7 @@ export const languageEnglish = {
onlyOneChat: 'There must be least one chat',
alreadyCharInGroup: "There is already a character with the same name in the group."
},
showHelp: "Show Help",
help:{
model: "Model option is a main model used in chat.",
submodel: "Auxiliary Model is a model that used in analizing emotion images and auto suggestions and etc. gpt3.5 is recommended.",

View File

@@ -149,6 +149,7 @@ export const languageKorean = {
ShowLog: "리퀘스트 로그 보기",
waifuWidth2: "Waifu 캐릭터 크기",
sayNothing:"어떤 문자열도 입력되지 않을 시 'say nothing' 입력",
showHelp: "도움말 보기",
help:{
model: "채팅에서 사용되는 모델입니다.",
submodel: "보조 모델은 감정 이미지, 자동 제안등을 분석하는 데 사용되는 모델입니다. gpt3.5가 권장됩니다.",