diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-12-26 02:19:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-12-26 02:19:48 +0000 |
commit | cefaeb2eb1b674bf06d662c3f4782147c1625976 (patch) | |
tree | 5d67e4093c5de3681f7583498ebbcac45eccea10 /apps/user_status | |
parent | c15b0b0250d177f0990f2df22a391966b8951483 (diff) | |
download | nextcloud-server-cefaeb2eb1b674bf06d662c3f4782147c1625976.tar.gz nextcloud-server-cefaeb2eb1b674bf06d662c3f4782147c1625976.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/l10n/zh_TW.js | 38 | ||||
-rw-r--r-- | apps/user_status/l10n/zh_TW.json | 36 |
2 files changed, 74 insertions, 0 deletions
diff --git a/apps/user_status/l10n/zh_TW.js b/apps/user_status/l10n/zh_TW.js new file mode 100644 index 00000000000..abac1a075bd --- /dev/null +++ b/apps/user_status/l10n/zh_TW.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_TW.json b/apps/user_status/l10n/zh_TW.json new file mode 100644 index 00000000000..3b1665575b1 --- /dev/null +++ b/apps/user_status/l10n/zh_TW.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 |