diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-16 00:18:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-16 00:18:00 +0000 |
commit | f815190afae7ce8a62cd7d4087d35f573a06c2eb (patch) | |
tree | 070c5b1992225aaf109d5cb109187294ead84e50 /apps/dav/l10n/zh_CN.js | |
parent | b7ee7e745ad05ba81868fcc8ef8ea3582b30b6b6 (diff) | |
download | nextcloud-server-f815190afae7ce8a62cd7d4087d35f573a06c2eb.tar.gz nextcloud-server-f815190afae7ce8a62cd7d4087d35f573a06c2eb.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 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/apps/dav/l10n/zh_CN.js b/apps/dav/l10n/zh_CN.js index 505b3a734e3..f32debcec1d 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" : "代办事项", + "To-dos" : "待办事项", "Personal" : "个人", "{actor} created calendar {calendar}" : "{actor} 创建了日历 {calendar}", "You created calendar {calendar}" : "您创建的日历 {calendar}", @@ -37,8 +37,8 @@ OC.L10N.register( "{actor} restored event {event} of calendar {calendar}" : "{actor} 还原了事件 {event},它位于日历 {calendar}", "You restored event {event} of calendar {calendar}" : "你还原了事件 {event},它位于日历 {calendar}", "Busy" : "忙碌", - "{actor} created to-do {todo} in list {calendar}" : "{actor} 在清单 {calendar} 中创建了代办事项 {todo}", - "You created to-do {todo} in list {calendar}" : "您已在清单 {calendar} 中创建了代办事项 {todo}", + "{actor} created to-do {todo} in list {calendar}" : "{actor} 在清单 {calendar} 中创建了待办事项 {todo}", + "You created to-do {todo} in list {calendar}" : "您已在清单 {calendar} 中创建了待办事项 {todo}", "{actor} deleted to-do {todo} from list {calendar}" : "{actor} 从列表 {calendar} 中删除了待办事项 {todo}", "You deleted to-do {todo} from list {calendar}" : "你从列表 {calendar} 中删除了待办事项 {todo}", "{actor} updated to-do {todo} in list {calendar}" : "{actor} 更新了列表 {calendar} 中的待办事项 {todo}", @@ -73,8 +73,16 @@ OC.L10N.register( "Where: %s" : "地点:%s", "%1$s via %2$s" : "%1$s 通过 %2$s", "Cancelled: %1$s" : "已取消:%1$s", + "\"%1$s\" has been canceled" : "\"%1$s\" 已被取消", "Re: %1$s" : "回复:%1$s", + "%1$s has accepted your invitation" : "%1$s 已接受您的邀请", + "%1$s has tentatively accepted your invitation" : "%1$s 暂时接受了您的邀请", + "%1$s has declined your invitation" : "%1$s 已拒绝了您的邀请", + "%1$s has responded to your invitation" : "%1$s 已回应了您的邀请", + "Invitation updated: %1$s" : "邀请已更新:%1$s", + "%1$s updated the event \"%2$s\"" : "%1$s 已更新事件 \"%2$s\"", "Invitation: %1$s" : "邀请:%1$s", + "%1$s would like to invite you to \"%2$s\"" : "%1$s 想邀请您加入 \"%2$s\"", "Organizer:" : "组织者:", "Attendees:" : "与会者:", "Title:" : "标题:", @@ -110,6 +118,8 @@ OC.L10N.register( "{actor} updated contact {card} in address book {addressbook}" : "{actor} 更新了通讯录 {addressbook} 中的联系人 {card} ", "You updated contact {card} in address book {addressbook}" : "你更新了通讯录 {addressbook} 中的联系人 {card} ", "A <strong>contact</strong> or <strong>address book</strong> was modified" : "一名 <strong>联系人</strong>或一个<strong>通讯录</strong>被更改了", + "Accounts" : "账户", + "System address book which holds all accounts" : "包含所有账户的系统通讯录", "File is not updatable: %1$s" : "无法更新文件:%1$s", "Could not write to final file, canceled by hook" : "无法写入最终文件,操作被插件取消", "Could not write file contents" : "无法写入文件内容", |