From 4e086311ad869a2de6a115afa0ae9bf56ad8639e Mon Sep 17 00:00:00 2001 From: enahum Date: Thu, 27 Apr 2017 09:57:26 -0300 Subject: translations PR 20170424 (#6224) --- i18n/zh-TW.json | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) (limited to 'i18n/zh-TW.json') diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json index a64087954..94e259395 100644 --- a/i18n/zh-TW.json +++ b/i18n/zh-TW.json @@ -1001,6 +1001,10 @@ "id": "api.emoji.init.debug", "translation": "正在初始化繪文字 API 路徑" }, + { + "id": "api.emoji.init.debug", + "translation": "正在初始化繪文字 API 路徑" + }, { "id": "api.emoji.storage.app_error", "translation": "檔案儲存位置設定不正確。請設定為 S3 或是本地儲存。" @@ -1683,10 +1687,6 @@ "id": "api.preference.save_preferences.set.app_error", "translation": "無法為其他使用調整偏好設定" }, - { - "id": "api.preference.save_preferences.set_details.app_error", - "translation": "session.user_id={{.SessionUserId}}, preference.user_id={{.PreferenceUserId}}" - }, { "id": "api.reaction.delete_reaction.mismatched_channel_id.app_error", "translation": "由於URL中的頻道 ID 與文章 ID 不相符,刪除互動失敗" @@ -1699,10 +1699,18 @@ "id": "api.reaction.list_reactions.mismatched_channel_id.app_error", "translation": "由於URL中的頻道 ID 與文章 ID 不相符,讀取互動失敗" }, + { + "id": "api.reaction.save_reaction.invalid.app_error", + "translation": "Reaction is not valid." + }, { "id": "api.reaction.save_reaction.mismatched_channel_id.app_error", "translation": "由於URL中的頻道 ID 與文章 ID 不相符,儲存互動失敗" }, + { + "id": "api.reaction.save_reaction.user_id.app_error", + "translation": "You cannot save reaction for the other user." + }, { "id": "api.reaction.send_reaction_event.post.app_error", "translation": "為了反應發送 Websocket 事件時,無法取得文章" @@ -3607,6 +3615,10 @@ "id": "model.authorize.is_valid.redirect_uri.app_error", "translation": "無效的重新導向網址" }, + { + "id": "model.authorize.is_valid.response_type.app_error", + "translation": "Invalid response type" + }, { "id": "model.authorize.is_valid.scope.app_error", "translation": "無效的範圍" @@ -3703,6 +3715,14 @@ "id": "model.client.create_emoji.writer.app_error", "translation": "無法寫入要求" }, + { + "id": "model.client.get_flagged_posts_in_channel.missing_parameter.app_error", + "translation": "Missing channel parameter" + }, + { + "id": "model.client.get_flagged_posts_in_team.missing_parameter.app_error", + "translation": "Missing team parameter" + }, { "id": "model.client.login.app_error", "translation": "認證 Token 不合" @@ -3949,7 +3969,7 @@ }, { "id": "model.config.is_valid.max_file_size.app_error", - "translation": "檔案設定中的最大大小無效。必須為0或者正數。" + "translation": "Invalid max file size for file settings. Must be a whole number greater than zero." }, { "id": "model.config.is_valid.max_notify_per_channel.app_error", @@ -5187,6 +5207,10 @@ "id": "store.sql_post.save.existing.app_error", "translation": "無法更新已存在的訊息" }, + { + "id": "store.sql_post.search.disabled", + "translation": "Searching has been disabled on this server. Please contact your System Administrator." + }, { "id": "store.sql_post.search.warn", "translation": "搜尋訊息查詢錯誤:%v" -- cgit v1.2.3-1-g7c22