-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf25b8f
commit 8160aaf
Showing
5 changed files
with
127 additions
and
13 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
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
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 +1,48 @@ | ||
{} | ||
{ | ||
"ABOUT": "关于", | ||
"ARE_YOU_SURE_TO_CLEAR_DATA": "确定要清除 {name} 的数据吗?", | ||
"ARE_YOU_SURE_TO_DELETE_PLUGIN": "确定要删除 {name} 吗?这将清除所有插件数据!", | ||
"ARE_YOU_SURE_TO_DELETE_THEME": "确定要删除 {name} 吗?", | ||
"ASSET_BROWSER": "浏览资产", | ||
"BRAND": "商标", | ||
"BUNNY": "Bunny", | ||
"BUNNY_URL": "Bunny 链接", | ||
"BYTECODE": "字节码", | ||
"CANCEL": "取消", | ||
"CLEAR": "清除", | ||
"CLEAR_DATA": "清除数据", | ||
"CLEAR_DATA_FAILED": "无法清除 {name} 的数据!", | ||
"CLEAR_DATA_SUCCESSFUL": "已清除 {name} 的数据。", | ||
"CODENAME": "代号", | ||
"COMMAND_DEBUG_DESC": "发送 Bunny 调试信息。", | ||
"COMMAND_DEBUG_OPT_EPHEMERALLY": "立刻发送调试信息。", | ||
"COMMAND_EVAL_DESC": "评估 JavaScript 代码", | ||
"COMMAND_EVAL_OPT_ASYNC": "是否支持代码中的“await”。必须明确返回结果。(默认:否)", | ||
"COMMAND_EVAL_OPT_CODE": "要评估的代码", | ||
"COMMAND_PLUGINS_DESC": "发送已安装插件列表。", | ||
"COMMAND_PLUGINS_OPT_EPHEMERALLY": "立刻发送插件列表。", | ||
"COMPONENT": "组件", | ||
"CONFIRMATION_LINK_IS_A_TYPE": "该链接链接是 **{urlType, select, plugin {插件} theme {主题} other {附加组件}}**,要安装吗?", | ||
"CONNECT_TO_DEBUG_WEBSOCKET": "连接到调试 websocket", | ||
"CONNECT_TO_REACT_DEVTOOLS": "连接到 React DevTools", | ||
"COPIED_TO_CLIPBOARD": "已复制到剪贴板", | ||
"COPY_URL": "复制链接", | ||
"DEBUG": "调试", | ||
"DEBUGGER_URL": "调试器链接", | ||
"DELETE": "删除", | ||
"DESC_EXTRACT_FONTS_FROM_THEME": "在当前应用的主题中找到“字体”字段并安装。", | ||
"DEVELOPER": "开发人员", | ||
"DEVELOPER_SETTINGS": "开发者选项", | ||
"DISABLE_THEME": "禁用主题", | ||
"DISABLE_UPDATES": "禁用更新", | ||
"DISCORD_SERVER": "Discord 服务器", | ||
"DONE": "已完成", | ||
"ENABLE_EVAL_COMMAND": "启用 /eval 命令", | ||
"ENABLE_EVAL_COMMAND_DESC": "直接用命令评估 JavaScript。此命令可能造成安全风险,请小心使用。确保你知道自己在干什么。", | ||
"ENABLE_UPDATES": "启用更新", | ||
"EXTRACT": "提取", | ||
"FONT_NAME": "字体名称", | ||
"FONTS": "字体", | ||
"GENERAL": "一般", | ||
"GITHUB": "GitHub" | ||
} |