From e1c515223a3989574e04c4683ba19fbf185f0059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=84=A1=E6=83=85=E5=A4=A9?= Date: Sun, 27 Jul 2025 18:51:59 +0200 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (478 of 478 strings) Translation: DonutWare/Fladder Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/zh_Hans/ --- lib/l10n/app_zh.arb | 62 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_zh.arb b/lib/l10n/app_zh.arb index 3e05ab7..c76284e 100644 --- a/lib/l10n/app_zh.arb +++ b/lib/l10n/app_zh.arb @@ -1346,5 +1346,65 @@ "enableBackgroundPostersTitle": "启用背景海报", "@enableBackgroundPostersTitle": {}, "enableBackgroundPostersDesc": "在适用的屏幕上显示随机海报", - "@enableBackgroundPostersDesc": {} + "@enableBackgroundPostersDesc": {}, + "notificationDownloadingDownloading": "下载", + "@notificationDownloadingDownloading": {}, + "notificationDownloadingPaused": "下载已暂停", + "@notificationDownloadingPaused": {}, + "notificationDownloadingFinished": "下载完成", + "@notificationDownloadingFinished": {}, + "notificationDownloadingError": "下载错误", + "@notificationDownloadingError": {}, + "syncAllItemsTitle": "同步来自 {itemName} 的所有项目吗?", + "@syncAllItemsTitle": { + "description": "syncAllItemsFrom", + "placeholders": { + "itemName": { + "type": "String" + } + } + }, + "syncAllItemsDesc": "这会将 '{itemName}' 中的 ({itemCount}) 个项目同步到您的设备。\n这可能需要一段时间,具体取决于项目数量。", + "@syncAllItemsDesc": { + "description": "syncAllitemsFromDesc", + "placeholders": { + "itemName": { + "type": "String" + }, + "itemCount": { + "type": "int" + } + } + }, + "syncDeleteAllItemsTitle": "要删除 {itemName} 中所有已同步的项目吗?", + "@syncDeleteAllItemsTitle": { + "description": "syncDeleteAllitemsFrom", + "placeholders": { + "itemName": { + "type": "String" + } + } + }, + "syncDeleteAllItemsDesc": "这将删除 '{itemName}' 中所有已同步的项目。\n此操作是永久性的,您需要重新同步 ({itemCount}) 个文件。", + "@syncDeleteAllItemsDesc": { + "description": "syncDeleteAllitemsFromDesc", + "placeholders": { + "itemName": { + "type": "String" + }, + "itemCount": { + "type": "int" + } + } + }, + "syncPauseAll": "全部暂停", + "@syncPauseAll": {}, + "syncResumeAll": "全部恢复", + "@syncResumeAll": {}, + "syncStopAll": "全部停止", + "@syncStopAll": {}, + "syncDeleteAll": "删除所有文件", + "@syncDeleteAll": {}, + "syncAllFiles": "同步所有文件", + "@syncAllFiles": {} }