diff options
| author | WerWolvTranslationBot <124004309+WerWolvTranslationBot@users.noreply.github.com> | 2023-06-22 13:48:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-22 13:48:24 +0200 |
| commit | 186c70591a18623385db9cd7c67be6a2265017fe (patch) | |
| tree | e42eb345071f55ed512190bfbd6bd018911f63bb /backend/locales/zh-CN.json | |
| parent | 777e7893e3d52f6aa401dbff3335c56f0e5e99c3 (diff) | |
| download | decky-loader-186c70591a18623385db9cd7c67be6a2265017fe.tar.gz decky-loader-186c70591a18623385db9cd7c67be6a2265017fe.zip | |
Translations update from Weblate (#489)
* Added translation using Weblate (Dutch)
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/
* Translated using Weblate (English)
Currently translated at 100.0% (134 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/en/
* Translated using Weblate (Italian)
Currently translated at 100.0% (134 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.2% (133 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/zh_Hans/
* Translated using Weblate (Korean)
Currently translated at 100.0% (134 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ko/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (134 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/nl/
* Translated using Weblate (Korean)
Currently translated at 100.0% (134 of 134 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ko/
---------
Co-authored-by: cardiognostix <wardeh@dds.nl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io>
Co-authored-by: Sean <zhangshuyan@fuji.waseda.jp>
Co-authored-by: Sungjoon Moon <sumoon@seoulsaram.org>
Diffstat (limited to 'backend/locales/zh-CN.json')
| -rw-r--r-- | backend/locales/zh-CN.json | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/backend/locales/zh-CN.json b/backend/locales/zh-CN.json index a3eec83c..46a4d950 100644 --- a/backend/locales/zh-CN.json +++ b/backend/locales/zh-CN.json @@ -14,7 +14,24 @@ }, "FilePickerIndex": { "folder": { - "select": "使用这个文件夹" + "select": "使用这个文件夹", + "label": "文件夹", + "show_more": "显示更多文件" + }, + "filter": { + "created_asce": "创建日期(最旧)", + "created_desc": "创建日期(最新)", + "modified_asce": "修改日期(最旧)", + "modified_desc": "修改日期(最新)", + "name_asce": "字母降序", + "name_desc": "字母升序", + "size_asce": "大小(最小)", + "size_desc": "大小(最大)" + }, + "files": { + "all_files": "全部文件", + "file_type": "文件类型", + "show_hidden": "显示隐藏文件" } }, "PluginCard": { @@ -210,5 +227,16 @@ }, "PluginView": { "hidden_other": "此列表隐藏了 {{count}} 个插件" + }, + "DropdownMultiselect": { + "button": { + "back": "返回" + } + }, + "FilePickerError": { + "errors": { + "file_not_found": "指定路径无效。请检查并输入正确的路径。", + "unknown": "发生了一个为止错误。原始错误为:{{raw_error}}" + } } } |
