summaryrefslogtreecommitdiffstats
path: root/i18n/zh-TW.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-03-30 19:07:53 -0300
committerGitHub <noreply@github.com>2017-03-30 19:07:53 -0300
commitbd5b6f19caaeaa339a0305830f7d70ab68b481ff (patch)
tree1086fa72f39306ee3798c0def37128a878e24de2 /i18n/zh-TW.json
parent4092836c94a7b47584b0f32e2eeccafd38bc0e3d (diff)
downloadchat-bd5b6f19caaeaa339a0305830f7d70ab68b481ff.tar.gz
chat-bd5b6f19caaeaa339a0305830f7d70ab68b481ff.tar.bz2
chat-bd5b6f19caaeaa339a0305830f7d70ab68b481ff.zip
translations PR 20170328 (#5899)
Diffstat (limited to 'i18n/zh-TW.json')
-rw-r--r--i18n/zh-TW.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json
index 267308cfc..a7e66c4f5 100644
--- a/i18n/zh-TW.json
+++ b/i18n/zh-TW.json
@@ -816,6 +816,10 @@
"translation": "正在初始化命令 API 路徑"
},
{
+ "id": "api.config.client.old_format.app_error",
+ "translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.context.404.app_error",
"translation": "抱歉,無法找到頁面。"
},
@@ -1286,6 +1290,10 @@
"translation": "此授權只支援 {{.Users}} 位使用者,而您的系統有 {{.Count}} 位使用者。使用者人數是根據電子郵件位址計算。使用者總數量在 站台報告 -> 顯示統計。"
},
{
+ "id": "api.license.client.old_format.app_error",
+ "translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.license.init.debug",
"translation": "正在初始化授權 API 路徑"
},
@@ -1928,6 +1936,10 @@
"translation": "正在初始化狀態 API 路徑"
},
{
+ "id": "api.status.init.debug",
+ "translation": "正在初始化狀態 API 路徑"
+ },
+ {
"id": "api.status.last_activity.error",
"translation": "更新 user_id=%v 與 session_id=%v 的 LastActivityAt 失敗 err=%v"
},
@@ -1936,6 +1948,22 @@
"translation": "儲存使用者狀態失敗 user_id=%v err=%v"
},
{
+ "id": "api.status.user_not_found.app_error",
+ "translation": "User not found"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_data.app_error",
+ "translation": "Invalid data."
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
+ "translation": "Invalid invite id. No team matches with this invite id."
+ },
+ {
+ "id": "api.team.add_user_to_team.missing_parameter.app_error",
+ "translation": "Parameter required to add user to team."
+ },
+ {
"id": "api.team.create_team.email_disabled.app_error",
"translation": "使用電子郵件註冊團隊已被停用。"
},
@@ -3128,6 +3156,14 @@
"translation": "管理團隊角色"
},
{
+ "id": "authentication.permissions.read_public_channel.description",
+ "translation": "Ability to read public channels"
+ },
+ {
+ "id": "authentication.permissions.read_public_channel.name",
+ "translation": "Read Public Channels"
+ },
+ {
"id": "authentication.permissions.team_invite_user.description",
"translation": "允許邀請使用者至團隊"
},
@@ -4680,6 +4716,14 @@
"translation": "找不到頻道"
},
{
+ "id": "store.sql_channel.get_channels_by_ids.get.app_error",
+ "translation": "無法取得這些頻道"
+ },
+ {
+ "id": "store.sql_channel.get_channels_by_ids.not_found.app_error",
+ "translation": "No channel found"
+ },
+ {
"id": "store.sql_channel.get_deleted_by_name.existing.app_error",
"translation": "找不到現有的已刪除頻道"
},