diff options
| author | Sean <zhangshuyan@fuji.waseda.jp> | 2023-06-02 16:19:57 +0000 |
|---|---|---|
| committer | Marco Rodolfi <marco.rodolfi@tuta.io> | 2023-06-04 17:08:01 +0200 |
| commit | 81b601c0e7ee9e878c9430e742528f166eb45364 (patch) | |
| tree | e3d001574cb1e9bbd42548a615c0a00aebdca08a /backend/locales/zh-CN.json | |
| parent | 83e8c89c97ae3a4b2c1c044dcccfb7cdc104376a (diff) | |
| download | decky-loader-81b601c0e7ee9e878c9430e742528f166eb45364.tar.gz decky-loader-81b601c0e7ee9e878c9430e742528f166eb45364.zip | |
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (114 of 114 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hans/
Diffstat (limited to 'backend/locales/zh-CN.json')
| -rw-r--r-- | backend/locales/zh-CN.json | 35 |
1 files changed, 30 insertions, 5 deletions
diff --git a/backend/locales/zh-CN.json b/backend/locales/zh-CN.json index 5374ccf3..f591b495 100644 --- a/backend/locales/zh-CN.json +++ b/backend/locales/zh-CN.json @@ -9,8 +9,8 @@ }, "Developer": { "5secreload": "5 秒钟后重新加载", - "disabling": "正在禁用", - "enabling": "正在启用" + "disabling": "正在禁用 React DevTools", + "enabling": "正在启用 React DevTools" }, "FilePickerIndex": { "folder": { @@ -50,12 +50,13 @@ "reinstall": "重新安装", "reload": "重新加载", "uninstall": "卸载", - "update_to": "更新 {{name}}" + "update_to": "更新 {{name}}", + "update_all_other": "更新 {{count}} 个插件" }, "PluginLoader": { "decky_title": "Decky", "error": "错误", - "plugin_error_uninstall": "如果你想卸载插件请点击 Decky 菜单中的 <0></0> 图标", + "plugin_error_uninstall": "加载 {{name}} 时引起了上述异常。这通常意味着插件需要更新以适应 SteamUI 的新版本。请检查插件是否有更新,或在 Decky 设置中的插件部分将其移除。", "plugin_load_error": { "message": "加载插件 {{name}} 错误", "toast": "加载插件 {{name}} 发生了错误" @@ -96,7 +97,13 @@ "desc1": "启用 Valve 内部开发者菜单", "desc2": "除非你知道你在干什么,否则请不要修改此菜单中的任何内容", "label": "启用 Valve 内部开发者" - } + }, + "cef_console": { + "button": "打开控制台", + "label": "CEF 控制台", + "desc": "打开 CEF 控制台。仅在调试目的下使用。这列选项均有风险,请仅在您是插件开发者或是在插件开发者指导时访问使用。" + }, + "header": "其他" }, "SettingsGeneralIndex": { "about": { @@ -177,5 +184,23 @@ "reloading": "重新加载中", "updating": "更新中" } + }, + "MultiplePluginsInstallModal": { + "title": { + "mixed_other": "更改 {{count}} 个插件", + "update_other": "更新 {{count}} 个插件", + "reinstall_other": "重装 {{count}} 个插件", + "install_other": "安装 {{count}} 个插件" + }, + "ok_button": { + "idle": "确认", + "loading": "工作中" + }, + "confirm": "确定要进行以下修改吗?", + "description": { + "install": "安装 {{name}} {{version}}", + "update": "更新 {{name}} to {{version}}", + "reinstall": "重装 {{name}} {{version}}" + } } } |
