summaryrefslogtreecommitdiffstats
path: root/i18n/zh-TW.json
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2018-05-24 08:25:52 -0400
committerGitHub <noreply@github.com>2018-05-24 08:25:52 -0400
commit47f3c064db885c2cb2e75c195ea24e2ef687891d (patch)
tree5c65e6dc13585df4dade9ceaba42481d3641a561 /i18n/zh-TW.json
parent847c181ec9b73e51daf39efc5c597eff2e7cdb31 (diff)
downloadchat-47f3c064db885c2cb2e75c195ea24e2ef687891d.tar.gz
chat-47f3c064db885c2cb2e75c195ea24e2ef687891d.tar.bz2
chat-47f3c064db885c2cb2e75c195ea24e2ef687891d.zip
translations PR 20180522 (#8837)
* translations PR 20180522 * Fix italian translation
Diffstat (limited to 'i18n/zh-TW.json')
-rw-r--r--i18n/zh-TW.json36
1 files changed, 32 insertions, 4 deletions
diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json
index c76f097ba..82ec3587e 100644
--- a/i18n/zh-TW.json
+++ b/i18n/zh-TW.json
@@ -823,6 +823,10 @@
"translation": "沒有足夠的權限將 {{.User}} 新增至 {{.Channel}}。"
},
{
+ "id": "api.command_invite.private_channel.app_error",
+ "translation": "Could not find the channel {{.Channel}}. Please use the channel handle to identify channels."
+ },
+ {
"id": "api.command_invite.success",
"translation": "已將 {{.User}} 新增至 {{.Channel}} 頻道。"
},
@@ -3779,6 +3783,14 @@
"translation": "您有 1 筆新的直接傳訊,來自{{.SenderName}}。"
},
{
+ "id": "app.notification.body.intro.group_message.full",
+ "translation": "您有 1 筆新的直接傳訊。"
+ },
+ {
+ "id": "app.notification.body.intro.group_message.generic",
+ "translation": "您有 1 筆新的直接傳訊,來自{{.SenderName}}。"
+ },
+ {
"id": "app.notification.body.intro.notification.full",
"translation": "您有一筆新通知。"
},
@@ -3795,6 +3807,14 @@
"translation": "{{.Month}} {{.Day}},{{.Hour}}:{{.Minute}} {{.Timezone}}"
},
{
+ "id": "app.notification.body.text.group_message.full",
+ "translation": "頻道:{{.ChannelName}}<br>{{.SenderName}} - {{.Month}} {{.Day}},{{.Hour}}:{{.Minute}} {{.Timezone}}"
+ },
+ {
+ "id": "app.notification.body.text.group_message.generic",
+ "translation": "{{.Month}} {{.Day}},{{.Hour}}:{{.Minute}} {{.Timezone}}"
+ },
+ {
"id": "app.notification.body.text.notification.full",
"translation": "頻道:{{.ChannelName}}<br>{{.SenderName}} - {{.Month}} {{.Day}},{{.Hour}}:{{.Minute}} {{.Timezone}}"
},
@@ -3807,6 +3827,14 @@
"translation": "[{{.SiteName}}] 來自 {{.SenderDisplayName}} 的直接傳訊,發於 {{.Year}} {{.Month}} {{.Day}}"
},
{
+ "id": "app.notification.subject.group_message.full",
+ "translation": "[{{.SiteName}}] 來自 {{.TeamName}} 的通知,發於 {{.Year}} {{.Month}} {{.Day}}"
+ },
+ {
+ "id": "app.notification.subject.group_message.generic",
+ "translation": "[{{.SiteName}}] {{.Year}} {{.Month}} {{.Day}} 的新通知[{{.SiteName}}] {{.Year}} {{.Month}} {{.Day}} 的新通知"
+ },
+ {
"id": "app.notification.subject.notification.full",
"translation": "[{{.SiteName}}] 來自 {{.TeamName}} 的通知,發於 {{.Year}} {{.Month}} {{.Day}}"
},
@@ -5023,6 +5051,10 @@
"translation": "AD/LDAP 欄位 \"姓氏屬性\" 為必須欄位。"
},
{
+ "id": "model.config.is_valid.ldap_login_id",
+ "translation": "AD/LDAP 欄位 \"ID 的屬性\" 為必須欄位。"
+ },
+ {
"id": "model.config.is_valid.ldap_max_page_size.app_error",
"translation": "無效的最大分頁大小。"
},
@@ -5923,10 +5955,6 @@
"translation": "無法刪除頻道"
},
{
- "id": "store.sql_channel.extra_updated.app_error",
- "translation": "更新成員的最後更新時間時遇到問題"
- },
- {
"id": "store.sql_channel.get.existing.app_error",
"translation": "找不到現有的頻道"
},