diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
commit | 94767112dd4210483394b24d4fdaddea92f0dc8b (patch) | |
tree | 7a712f7d497f0662934c64fe70ab331b145085fa /apps/dav/l10n/zh_CN.js | |
parent | e81cb6eaf0274dcdf2402de16216e8c61826235e (diff) | |
download | nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.tar.gz nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/dav/l10n/zh_CN.js b/apps/dav/l10n/zh_CN.js index c41f947c927..798e249860e 100644 --- a/apps/dav/l10n/zh_CN.js +++ b/apps/dav/l10n/zh_CN.js @@ -72,17 +72,14 @@ OC.L10N.register( "Where: %s" : "地点:%s", "%1$s via %2$s" : "%1$s 通过 %2$s", "Cancelled: %1$s" : "已取消:%1$s", - "Invitation canceled" : "邀请已取消", "Re: %1$s" : "回复:%1$s", - "Invitation updated" : "邀请已更新", "Invitation: %1$s" : "邀请:%1$s", - "Invitation" : "邀请", + "Organizer:" : "组织者:", + "Attendees:" : "与会者:", "Title:" : "标题:", "Time:" : "时间:", "Location:" : "地区:", "Link:" : "链接:", - "Organizer:" : "组织者:", - "Attendees:" : "与会者:", "Accept" : "接受", "Decline" : "拒绝", "More options …" : "更多选项", @@ -192,6 +189,9 @@ OC.L10N.register( "You solved todo {todo} in list {calendar}" : "您在列表 {calendar} 中解决了待办事项 {todo}", "{actor} reopened todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中重新打开了待办事项 {todo}", "You reopened todo {todo} in list {calendar}" : "您在列表 {calendar} 中重新打开了待办事项 {todo}", - "A calendar <strong>todo</strong> was modified" : "列表中<strong>待办事项</strong>已经修改" + "A calendar <strong>todo</strong> was modified" : "列表中<strong>待办事项</strong>已经修改", + "Invitation canceled" : "邀请已取消", + "Invitation updated" : "邀请已更新", + "Invitation" : "邀请" }, "nplurals=1; plural=0;"); |