diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-24 00:19:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-24 00:19:43 +0000 |
commit | ba866cd4a8dbd022d9769fc28d7d86de1f0622e2 (patch) | |
tree | 218d6c88f0177661f0ca8cd5444965a3193ea2e6 /apps/dav/l10n/zh_CN.js | |
parent | eef571e4fb203e255d3bdb2a79737b0d87a79a2b (diff) | |
download | nextcloud-server-ba866cd4a8dbd022d9769fc28d7d86de1f0622e2.tar.gz nextcloud-server-ba866cd4a8dbd022d9769fc28d7d86de1f0622e2.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/zh_CN.js')
-rw-r--r-- | apps/dav/l10n/zh_CN.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/l10n/zh_CN.js b/apps/dav/l10n/zh_CN.js index 74505880f00..b1b374bbf54 100644 --- a/apps/dav/l10n/zh_CN.js +++ b/apps/dav/l10n/zh_CN.js @@ -2,7 +2,7 @@ OC.L10N.register( "dav", { "Calendar" : "日历", - "To-dos" : "待办事项", + "Tasks" : "任务", "Personal" : "个人", "{actor} created calendar {calendar}" : "{actor} 创建了日历 {calendar}", "You created calendar {calendar}" : "您创建的日历 {calendar}", @@ -143,7 +143,6 @@ OC.L10N.register( "Configures a CalDAV account" : "配置一个 CalDAV 账号", "Configures a CardDAV account" : "配置一个 CardDAV 账号", "Events" : "事件", - "Tasks" : "任务", "Untitled task" : "无标题任务", "Completed on %s" : "已完成 %s", "Due on %s by %s" : "到期于 %s,在 %s 之前", @@ -204,6 +203,7 @@ OC.L10N.register( "Are you accepting the invitation?" : "您是否接受邀请?", "Tentative" : "暂定", "Your attendance was updated successfully." : "您的出席状态更新成功。", + "To-dos" : "待办事项", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "如果您配置了工作时间,其他用户在预订会议时就会了解您何时不在办公室。" }, "nplurals=1; plural=0;"); |