diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-28 02:18:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-28 02:18:52 +0000 |
commit | e4288529fa5864edf2a188fc22afa02fa96ca455 (patch) | |
tree | 73cee6f6ad4b45f25c039842665290936e160637 /apps/user_status | |
parent | 26fde7aedd05322bed670879863d2b9c49bcd001 (diff) | |
download | nextcloud-server-e4288529fa5864edf2a188fc22afa02fa96ca455.tar.gz nextcloud-server-e4288529fa5864edf2a188fc22afa02fa96ca455.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/l10n/zh_CN.js | 38 | ||||
-rw-r--r-- | apps/user_status/l10n/zh_CN.json | 36 |
2 files changed, 74 insertions, 0 deletions
diff --git a/apps/user_status/l10n/zh_CN.js b/apps/user_status/l10n/zh_CN.js new file mode 100644 index 00000000000..1abb0820362 --- /dev/null +++ b/apps/user_status/l10n/zh_CN.js @@ -0,0 +1,38 @@ +OC.L10N.register( + "user_status", + { + "Recent statuses" : "最近状态", + "In a meeting" : "开会中", + "Commuting" : "通勤中", + "Out sick" : "生病了", + "Vacationing" : "度假中", + "Working remotely" : "远程办公中", + "User status" : "用户状态", + "Clear status message after" : "清除状态信息于", + "What's your status?" : "你现在是什么状态?", + "Set status" : "设定状态", + "Online status" : "在线状态", + "Status message" : "状态信息", + "Clear status message" : "清除状态信息", + "Set status message" : "设定状态信息", + "There was an error saving the status" : "保存状态时出错。", + "There was an error clearing the status" : "清除状态时出错。", + "No recent status changes" : "最近状态没有改变", + "Away" : "离开", + "Do not disturb" : "请勿打扰", + "{status}, {timestamp}" : "{status}, {timestamp}", + "Don't clear" : "不要清除", + "Today" : "今天", + "This week" : "本周", + "Online" : "在线", + "Invisible" : "不可见", + "Offline" : "离线", + "There was an error saving the new status" : "保存新状态时出错。", + "30 minutes" : "30 分钟", + "1 hour" : "1 小时", + "4 hours" : "4 小时", + "Mute all notifications" : "静音所有通知", + "Appear offline" : "显示为离线", + "Clear status after" : "清除状态于" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_status/l10n/zh_CN.json b/apps/user_status/l10n/zh_CN.json new file mode 100644 index 00000000000..56ae163f85c --- /dev/null +++ b/apps/user_status/l10n/zh_CN.json @@ -0,0 +1,36 @@ +{ "translations": { + "Recent statuses" : "最近状态", + "In a meeting" : "开会中", + "Commuting" : "通勤中", + "Out sick" : "生病了", + "Vacationing" : "度假中", + "Working remotely" : "远程办公中", + "User status" : "用户状态", + "Clear status message after" : "清除状态信息于", + "What's your status?" : "你现在是什么状态?", + "Set status" : "设定状态", + "Online status" : "在线状态", + "Status message" : "状态信息", + "Clear status message" : "清除状态信息", + "Set status message" : "设定状态信息", + "There was an error saving the status" : "保存状态时出错。", + "There was an error clearing the status" : "清除状态时出错。", + "No recent status changes" : "最近状态没有改变", + "Away" : "离开", + "Do not disturb" : "请勿打扰", + "{status}, {timestamp}" : "{status}, {timestamp}", + "Don't clear" : "不要清除", + "Today" : "今天", + "This week" : "本周", + "Online" : "在线", + "Invisible" : "不可见", + "Offline" : "离线", + "There was an error saving the new status" : "保存新状态时出错。", + "30 minutes" : "30 分钟", + "1 hour" : "1 小时", + "4 hours" : "4 小时", + "Mute all notifications" : "静音所有通知", + "Appear offline" : "显示为离线", + "Clear status after" : "清除状态于" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |