summaryrefslogtreecommitdiffstats
path: root/i18n/zh-TW.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/zh-TW.json')
-rw-r--r--i18n/zh-TW.json84
1 files changed, 84 insertions, 0 deletions
diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json
index 0700a15a5..f78f6b288 100644
--- a/i18n/zh-TW.json
+++ b/i18n/zh-TW.json
@@ -108,6 +108,18 @@
"translation": "Mattermost - 測試電子郵件設定"
},
{
+ "id": "api.admin.test_s3.missing_s3_bucket",
+ "translation": "S3 Bucket is required"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_endpoint",
+ "translation": "S3 Endpoint is required"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_region",
+ "translation": "S3 Region is required"
+ },
+ {
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "要求的 'image' 欄位為空陣列"
},
@@ -2331,6 +2343,50 @@
"translation": "%v 已從團隊中移除。"
},
{
+ "id": "api.team.set_team_icon.array.app_error",
+ "translation": "要求的 'image' 欄位為空陣列"
+ },
+ {
+ "id": "api.team.set_team_icon.decode.app_error",
+ "translation": "Could not decode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.decode_config.app_error",
+ "translation": "Could not decode team icon metadata"
+ },
+ {
+ "id": "api.team.set_team_icon.encode.app_error",
+ "translation": "Could not encode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.get_team.app_error",
+ "translation": "An error occurred getting the team"
+ },
+ {
+ "id": "api.team.set_team_icon.no_file.app_error",
+ "translation": "要求的 'image' 欄位沒有檔案"
+ },
+ {
+ "id": "api.team.set_team_icon.open.app_error",
+ "translation": "無法開啟圖片檔案"
+ },
+ {
+ "id": "api.team.set_team_icon.parse.app_error",
+ "translation": "無法解析 multipart 表單"
+ },
+ {
+ "id": "api.team.set_team_icon.storage.app_error",
+ "translation": "無法上傳檔案。尚未設定圖片儲存位置。"
+ },
+ {
+ "id": "api.team.set_team_icon.too_large.app_error",
+ "translation": "無法上傳圖片檔案。檔案太大。"
+ },
+ {
+ "id": "api.team.set_team_icon.write_file.app_error",
+ "translation": "Could not save team icon"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "使用電子郵件註冊團隊已被停用。"
},
@@ -3647,6 +3703,10 @@
"translation": "無法啟動已解開的模組。模組可能已存在並已啟動。"
},
{
+ "id": "app.plugin.cluster.save_config.app_error",
+ "translation": "The plugin configuration in your config.json file must be updated manually when using ReadOnlyConfig with clustering enabled."
+ },
+ {
"id": "app.plugin.config.app_error",
"translation": "儲存模組狀態於設定時錯誤"
},
@@ -4907,6 +4967,10 @@
"translation": "訊息匯出工作的 ExportFormat 必須為 'actiance' 或 'globalrelay'"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "訊息匯出工作的 ExportFormat 必須為 'actiance' 或 'globalrelay'"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "匯出訊息工作 FileLocation 設定必須為可寫入的目錄,匯出資料將寫入此處"
},
@@ -4915,6 +4979,26 @@
"translation": "匯出訊息工作 FileLocation 設定必須為 FileSettings.Directory 的子目錄"
},
{
+ "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
+ "translation": "Message export job ExportFormat is set to 'globalrelay', but GlobalRelaySettings are missing"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
+ "translation": "Message export GlobalRelaySettings.CustomerType must be set to one of either 'A9' or 'A10'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
+ "translation": "訊息匯出工作的 GlobalRelayEmailAddress 必須為 'actiance' 或 'globalrelay'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpPassword must be set"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpUsername must be set"
+ },
+ {
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
"translation": "訊息匯出工作的 GlobalRelayEmailAddress 必須為 'actiance' 或 'globalrelay'"
},