From 445a356d0dc958a8fb72fd9835816302260595a2 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 12 Feb 2018 23:08:38 +0000 Subject: translations PR 20180212 --- i18n/zh-TW.json | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) (limited to 'i18n/zh-TW.json') diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json index a7387d88f..e31a35941 100644 --- a/i18n/zh-TW.json +++ b/i18n/zh-TW.json @@ -2202,10 +2202,6 @@ "id": "api.team.create_team_from_signup.expired_link.app_error", "translation": "註冊連結已過期" }, - { - "id": "api.team.create_team_from_signup.invalid_link.app_error", - "translation": "此註冊連結不是有效連結" - }, { "id": "api.team.create_team_from_signup.unavailable.app_error", "translation": "這個網址不存在。請嘗試其他的。" @@ -2710,6 +2706,10 @@ "id": "api.user.create_user.signup_link_invalid.app_error", "translation": "此註冊連結不是有效連結" }, + { + "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error", + "translation": "The signup link does not appear to be valid" + }, { "id": "api.user.create_user.team_name.app_error", "translation": "無效的團隊名稱" @@ -3564,7 +3564,7 @@ }, { "id": "app.import.validate_user_import_data.profile_image.error", - "translation": "Invalid profile image." + "translation": "無效的個人頭像。" }, { "id": "app.import.validate_user_import_data.roles_invalid.error", @@ -4644,7 +4644,7 @@ }, { "id": "model.config.is_valid.atmos_camo_image_proxy_options.app_error", - "translation": "Invalid atmos/camo image proxy options for service settings. Must be set to your shared key." + "translation": "服務設定中的 atmos/camo 圖片代理無效。必須設定為分享金鑰。" }, { "id": "model.config.is_valid.cluster_email_batching.app_error", @@ -4758,9 +4758,13 @@ "id": "model.config.is_valid.file_thumb_width.app_error", "translation": "檔案設定中縮圖寬度無效。必須為正數。" }, + { + "id": "model.config.is_valid.group_unread_channels.app_error", + "translation": "服務設定中的未讀頻道分組無效。必須為 'disabled' 、 'default_on' 或 'default_off'。" + }, { "id": "model.config.is_valid.image_proxy_type.app_error", - "translation": "Invalid image proxy type for service settings." + "translation": "服務設定中的圖片代理類型無效。" }, { "id": "model.config.is_valid.ldap_basedn", @@ -5404,7 +5408,7 @@ }, { "id": "model.user.is_valid.position.app_error", - "translation": "無效的位置:不能超過35個字元。" + "translation": "無效的位置:不能超過128個字元。" }, { "id": "model.user.is_valid.pwd.app_error", @@ -6848,7 +6852,7 @@ }, { "id": "store.sql_user_access_token.get_all.app_error", - "translation": "無法取得個人存取 Token" + "translation": "無法取得全部的個人存取 Token" }, { "id": "store.sql_user_access_token.get_by_token.app_error", @@ -7290,10 +7294,6 @@ "id": "web.root.singup_title", "translation": "註冊" }, - { - "id": "web.signup_team_complete.invalid_link.app_error", - "translation": "此註冊連結不是有效連結" - }, { "id": "web.signup_team_complete.link_expired.app_error", "translation": "註冊連結已過期" @@ -7310,10 +7310,6 @@ "id": "web.signup_user_complete.link_expired.app_error", "translation": "註冊連結已過期" }, - { - "id": "web.signup_user_complete.link_invalid.app_error", - "translation": "此註冊連結不是有效連結" - }, { "id": "web.signup_user_complete.no_invites.app_error", "translation": "此團隊類型不允許自由加入" -- cgit v1.2.3-1-g7c22 From 7f93d17a5fb5e64a336c44c35b3a41a0c0047783 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 15 Feb 2018 02:04:21 +0000 Subject: translations PR 20180215 --- i18n/zh-TW.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'i18n/zh-TW.json') diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json index e31a35941..eccb6138f 100644 --- a/i18n/zh-TW.json +++ b/i18n/zh-TW.json @@ -2708,7 +2708,7 @@ }, { "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error", - "translation": "The signup link does not appear to be valid" + "translation": "此註冊連結不是有效連結" }, { "id": "api.user.create_user.team_name.app_error", @@ -3690,6 +3690,10 @@ "id": "app.plugin.upload_disabled.app_error", "translation": "模組 跟/或 上傳模組已被停用。" }, + { + "id": "app.team.join_user_to_team.max_accounts.app_error", + "translation": "此團隊已達最大使用者數量上限。請聯絡系統管理員調大數量限制。" + }, { "id": "app.user_access_token.disabled", "translation": "個人存取 Token 在此伺服器被停用。詳情請洽管理員。" -- cgit v1.2.3-1-g7c22