summaryrefslogtreecommitdiffstats
path: root/i18n/zh-TW.json
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2018-03-28 10:08:07 +0300
committerGitHub <noreply@github.com>2018-03-28 10:08:07 +0300
commitad8bf48c4e6842551ba95a5e2424c14c50aa8752 (patch)
tree980e47ee20de45e9b63c571f12b9732b8b4cc2c7 /i18n/zh-TW.json
parent257f74873297a6c6b4d14f2d21ffc3adad620c4c (diff)
downloadchat-ad8bf48c4e6842551ba95a5e2424c14c50aa8752.tar.gz
chat-ad8bf48c4e6842551ba95a5e2424c14c50aa8752.tar.bz2
chat-ad8bf48c4e6842551ba95a5e2424c14c50aa8752.zip
translations PR 20180326 (#8514)
Diffstat (limited to 'i18n/zh-TW.json')
-rw-r--r--i18n/zh-TW.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json
index f78f6b288..f5673cfe3 100644
--- a/i18n/zh-TW.json
+++ b/i18n/zh-TW.json
@@ -1955,6 +1955,14 @@
"translation": "伺服器正在初始化..."
},
{
+ "id": "api.server.start_server.forward80to443.disabled_while_using_lets_encrypt",
+ "translation": "Must enable Forward80To443 when using LetsEncrypt"
+ },
+ {
+ "id": "api.server.start_server.forward80to443.enabled_but_listening_on_wrong_port",
+ "translation": "Cannot forward port 80 to port 443 while listening on port %s: disable Forward80To443 if using a proxy server"
+ },
+ {
"id": "api.server.start_server.listening.info",
"translation": "伺服器正在監聽於 %v"
},
@@ -3771,6 +3779,18 @@
"translation": "此團隊已達最大使用者數量上限。請聯絡系統管理員調大數量限制。"
},
{
+ "id": "app.timezones.failed_deserialize.app_error",
+ "translation": "Failed to deserialize Timezone config file={{.Filename}}, err={{.Error}}"
+ },
+ {
+ "id": "app.timezones.load_config.app_error",
+ "translation": "Timezone config file does not exists file={{.Filename}}"
+ },
+ {
+ "id": "app.timezones.read_config.app_error",
+ "translation": "Failed to read Timezone config file={{.Filename}}, err={{.Error}}"
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "個人存取 Token 在此伺服器被停用。詳情請洽管理員。"
},
@@ -6427,6 +6447,18 @@
"translation": "無法選擇該使用者的訊息以刪除 (數量太多),請重新執行"
},
{
+ "id": "store.sql_post.query_max_post_size.error",
+ "translation": "We couldn't determine the maximum supported post size"
+ },
+ {
+ "id": "store.sql_post.query_max_post_size.max_post_size_bytes",
+ "translation": "Post.Message supports at most %d bytes"
+ },
+ {
+ "id": "store.sql_post.query_max_post_size.unrecognized_driver",
+ "translation": "No implementation found to determine the maximum supported post size"
+ },
+ {
"id": "store.sql_post.save.app_error",
"translation": "無法儲存訊息"
},