diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-01-14 01:12:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-01-14 01:12:00 +0000 |
commit | 8edd9b0e33fbf24771a290c02736cc7947be4322 (patch) | |
tree | d075188305520635e781807cb24e118888ef2f92 /apps/dav/l10n/zh_CN.js | |
parent | 71e26d12c0f82ebf4046a9265e2594b469be9e7b (diff) | |
download | nextcloud-server-8edd9b0e33fbf24771a290c02736cc7947be4322.tar.gz nextcloud-server-8edd9b0e33fbf24771a290c02736cc7947be4322.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dav/l10n/zh_CN.js')
-rw-r--r-- | apps/dav/l10n/zh_CN.js | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/dav/l10n/zh_CN.js b/apps/dav/l10n/zh_CN.js index 700db581385..83ee4ea3530 100644 --- a/apps/dav/l10n/zh_CN.js +++ b/apps/dav/l10n/zh_CN.js @@ -29,6 +29,7 @@ OC.L10N.register( "You deleted event {event} from calendar {calendar}" : "您在日历 {calendar} 中删除了事件 {event}", "{actor} updated event {event} in calendar {calendar}" : "{actor} 在日历 {calendar} 中更新了事件 {event}", "You updated event {event} in calendar {calendar}" : "您在日历 {calendar} 中更新了事件 {event}", + "Busy" : "忙碌", "{actor} created todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中创建了待办事项 {todo}", "You created todo {todo} in list {calendar}" : "您在列表 {calendar} 中创建了待办事项 {todo}", "{actor} deleted todo {todo} from list {calendar}" : "{actor} 在列表 {calendar} 中删除了待办事项 {todo}", @@ -51,9 +52,12 @@ OC.L10N.register( "Description:" : "描述:", "Link:" : "链接:", "Contacts" : "联系人", + "WebDAV" : "WebDAV", "Technical details" : "技术细节", - "Remote Address: %s" : "远程地址: %s", - "Request ID: %s" : "请求 ID: %s", + "Remote Address: %s" : "远程地址:%s", + "Request ID: %s" : "请求 ID:%s", + "Save" : "保存", + "Please make sure to properly set up the email settings above." : "请确保正确设置上面的电子邮件设置。", "Automatically generate a birthday calendar" : "自动生成生日日历", "Birthday calendars will be generated by a background job." : "生日日历将由后台作业生成。", "CalDAV server" : "日历服务" |