summaryrefslogtreecommitdiffstats
path: root/i18n/zh-TW.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-04-04 12:44:38 -0300
committerGitHub <noreply@github.com>2017-04-04 12:44:38 -0300
commit3a79e451ffe3ffe618311ee15b02dbebde6a77b0 (patch)
tree9c507dc5698ac2f5a9feb8103259786fcb5df509 /i18n/zh-TW.json
parent9609a9b89a500448e2623e9a02471f8bca5c050c (diff)
downloadchat-3a79e451ffe3ffe618311ee15b02dbebde6a77b0.tar.gz
chat-3a79e451ffe3ffe618311ee15b02dbebde6a77b0.tar.bz2
chat-3a79e451ffe3ffe618311ee15b02dbebde6a77b0.zip
translations PR 20170403 (#5964)
Diffstat (limited to 'i18n/zh-TW.json')
-rw-r--r--i18n/zh-TW.json70
1 files changed, 51 insertions, 19 deletions
diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json
index a7e66c4f5..b676f5df0 100644
--- a/i18n/zh-TW.json
+++ b/i18n/zh-TW.json
@@ -185,11 +185,11 @@
},
{
"id": "api.channel.can_manage_channel.private_restricted_system_admin.app_error",
- "translation": "只有系統管理員能建立與管理私人群組。"
+ "translation": "只有系統管理員能建立與管理公開頻道。"
},
{
"id": "api.channel.can_manage_channel.private_restricted_team_admin.app_error",
- "translation": "只有團隊和系統管理員能建立與管理私人群組。"
+ "translation": "只有團隊和系統管理員能建立與管理公開頻道。"
},
{
"id": "api.channel.can_manage_channel.public_restricted_system_admin.app_error",
@@ -388,7 +388,7 @@
"translation": "已對預設頻道 {{.Channel}} 嘗試執行無效的更新"
},
{
- "id": "api.channel.update_last_viewed_at.get_unread_count_for_channel.errord",
+ "id": "api.channel.update_last_viewed_at.get_unread_count_for_channel.error",
"translation": "無法計算未讀訊息數量:user_id=%v, channel_id=%v, err=%v"
},
{
@@ -888,6 +888,10 @@
"translation": "發生未知的錯誤。請聯繫支援單位。"
},
{
+ "id": "api.deprecated.init.debug",
+ "translation": "正在初始化命令 API 路徑"
+ },
+ {
"id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error",
"translation": "批次郵件的接收頻道已滿。請增加 EmailBatchingBufferSize。"
},
@@ -3484,22 +3488,6 @@
"translation": "找不到頁面"
},
{
- "id": "leave_team_modal.desc",
- "translation": "將離開所有的公開頻道與私人群組。如果團隊是私人團隊,將無法重新加入。您確定嘛?"
- },
- {
- "id": "leave_team_modal.no",
- "translation": "不"
- },
- {
- "id": "leave_team_modal.title",
- "translation": "退出團隊?"
- },
- {
- "id": "leave_team_modal.yes",
- "translation": "是"
- },
- {
"id": "manaultesting.get_channel_id.no_found.debug",
"translation": "找不到: %v 頻道,已搜尋 %v 的可能性"
},
@@ -3732,6 +3720,26 @@
"translation": "無法寫入要求"
},
{
+ "id": "model.client.upload_post_attachment.channel_id.app_error",
+ "translation": "Error writing channel id to multipart form"
+ },
+ {
+ "id": "model.client.upload_post_attachment.file.app_error",
+ "translation": "Error writing file to multipart form"
+ },
+ {
+ "id": "model.client.upload_post_attachment.file_size.app_error",
+ "translation": "Error writing fileSize to multipart form"
+ },
+ {
+ "id": "model.client.upload_post_attachment.import_from.app_error",
+ "translation": "Error writing importFrom to multipart form"
+ },
+ {
+ "id": "model.client.upload_post_attachment.writer.app_error",
+ "translation": "Error closing multipart writer"
+ },
+ {
"id": "model.client.upload_saml_cert.app_error",
"translation": "Error creating SAML certificate multipart form request"
},
@@ -5488,6 +5496,14 @@
"translation": "無法儲存該團隊成員"
},
{
+ "id": "store.sql_team.search_all_team.app_error",
+ "translation": "搜尋頻道時遇到錯誤"
+ },
+ {
+ "id": "store.sql_team.search_open_team.app_error",
+ "translation": "搜尋頻道時遇到錯誤"
+ },
+ {
"id": "store.sql_team.update.app_error",
"translation": "無法更新團隊"
},
@@ -6058,5 +6074,21 @@
{
"id": "web.watcher_fail.error",
"translation": "新增目錄至監控 %v 失敗"
+ },
+ {
+ "id": "wsapi.status.init.debug",
+ "translation": "正在初始化狀態 API 路徑"
+ },
+ {
+ "id": "wsapi.system.init.debug",
+ "translation": "正在初始化 web socket API 路徑"
+ },
+ {
+ "id": "wsapi.user.init.debug",
+ "translation": "正在初始化 web socket API 路徑"
+ },
+ {
+ "id": "wsapi.webrtc.init.debug",
+ "translation": "正在初始化 web socket API 路徑"
}
]