From bd0a4832a23f42e4fb8a16a48956d4381f62f73d Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Thu, 2 Jan 2025 00:00:40 +0100 Subject: [PATCH] i18n(webui): translated using Weblate (Chinese (Simplified Han script)) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 100.0% (784 of 784 strings) i18n(webui): translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (780 of 780 strings) Co-authored-by: Hosted Weblate Co-authored-by: 無情天 Translate-URL: https://hosted.weblate.org/projects/komga/webui/zh_Hans/ Translation: komga/webui --- komga-webui/src/locales/zh-Hans.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/komga-webui/src/locales/zh-Hans.json b/komga-webui/src/locales/zh-Hans.json index 12f931a1c..9b3b066dc 100644 --- a/komga-webui/src/locales/zh-Hans.json +++ b/komga-webui/src/locales/zh-Hans.json @@ -923,10 +923,12 @@ "button_scan_libraries": "扫描所有库", "button_scan_libraries_deep": "扫描所有库(深度)", "button_shutdown": "关闭服务器", + "download_log": "下载日志文件", "notification_tasks_cancelled": "没有要取消的任务 | 取消了一个任务 | 取消了 {count} 个任务", "section_title": "服务器管理" }, - "tab_title": "服务器" + "tab_title": "服务器", + "updates": "更新" }, "server_settings": { "config_precedence": "优先于配置文件", @@ -963,12 +965,15 @@ "sort": { "books_count": "书籍数量", "date_added": "添加时间", + "date_read": "阅读日期", "date_updated": "更新时间", "file_name": "文件名", "file_size": "文件大小", "folder_name": "文件夹名", "name": "名称", "number": "序号", + "page_count": "页数", + "random": "随机", "release_date": "发布日期" }, "theme": { @@ -991,6 +996,10 @@ "less": "更少标题", "more": "更多标题" }, + "updates": { + "available": "有可用更新", + "latest_installed": "Komga 最新版本已安装" + }, "user_roles": { "ADMIN": "管理员", "FILE_DOWNLOAD": "允许下载",