-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor locale files: remove unused bot and admin translations, add …
…common and setting translations for API Token.
- Loading branch information
Showing
4 changed files
with
26 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,10 @@ | ||
{ | ||
"bot": { | ||
"list": "Robot List", | ||
"all": { | ||
"title": "Robot List" | ||
} | ||
}, | ||
"chat": { | ||
"chatSettings": "Chat Settings", | ||
"uploadFiles": "Upload Files", | ||
"createBot": "Create Bot" | ||
}, | ||
"admin": { | ||
"chat_model": { | ||
"enablePerModeRatelimit": "Enable Rate Limit Per Mode", | ||
"isEnable": "Is Enabled" | ||
} | ||
} | ||
} | ||
|
||
|
||
"common": { | ||
"cancel": "Cancel" | ||
}, | ||
"setting": { | ||
"apiToken": "API Token", | ||
"apiTokenCopied": "API Token copied", | ||
"apiTokenCopyFailed": "Failed to copy API Token" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,10 @@ | ||
{ | ||
"bot": { | ||
"list": "機器人列表", | ||
"all": { | ||
"title": "機器人列表" | ||
} | ||
}, | ||
"chat": { | ||
"chatSettings": "對話設定", | ||
"uploadFiles": "上傳檔案", | ||
"createBot": "建立機器人" | ||
}, | ||
"admin": { | ||
"chat_model": { | ||
"enablePerModeRatelimit": "是否單獨流控", | ||
"isEnable": "是否啟用" | ||
} | ||
} | ||
} | ||
|
||
"common": { | ||
"cancel": "取消" | ||
}, | ||
"setting": { | ||
"apiToken": "API Token", | ||
"apiTokenCopied": "API Token 已複製", | ||
"apiTokenCopyFailed": "無法複製 API Token" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters