diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-10 00:06:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-10 00:06:58 +0000 |
commit | 3f40bb69f8c565a4c32f7452d8845936316377bb (patch) | |
tree | 41ea3955407d2cf2baaadccab44aa948f03e406c /apps/dav/l10n/zh_TW.js | |
parent | 8920c87dce39ecb89f20dcba0614db89f030f9b6 (diff) | |
download | nextcloud-server-3f40bb69f8c565a4c32f7452d8845936316377bb.tar.gz nextcloud-server-3f40bb69f8c565a4c32f7452d8845936316377bb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dav/l10n/zh_TW.js')
-rw-r--r-- | apps/dav/l10n/zh_TW.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/dav/l10n/zh_TW.js b/apps/dav/l10n/zh_TW.js new file mode 100644 index 00000000000..f3de7bb7da7 --- /dev/null +++ b/apps/dav/l10n/zh_TW.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "dav", + { + "Contact birthdays" : "聯絡人生日", + "Personal" : "個人", + "Contacts" : "聯絡人", + "Technical details" : "技術細節", + "Remote Address: %s" : "遠端位置:%s", + "Request ID: %s" : "請求編號:%s", + "Type: %s" : "類型:%s", + "Code: %s" : "代碼:%s", + "Message: %s" : "訊息:%s", + "File: %s" : "檔案:%s", + "Line: %s" : "行數:%s", + "Trace" : "追蹤" +}, +"nplurals=1; plural=0;"); |