From 522f21e69876477de486ed575417df507d7b07b0 Mon Sep 17 00:00:00 2001 From: enahum Date: Thu, 21 Dec 2017 11:35:36 -0300 Subject: translations PR 20171218 (#7983) --- i18n/de.json | 16 ++++++++++++++++ i18n/en.json | 24 ++++++++++++------------ i18n/es.json | 16 ++++++++++++++++ i18n/fr.json | 16 ++++++++++++++++ i18n/it.json | 16 ++++++++++++++++ i18n/ja.json | 16 ++++++++++++++++ i18n/ko.json | 16 ++++++++++++++++ i18n/nl.json | 16 ++++++++++++++++ i18n/pl.json | 16 ++++++++++++++++ i18n/pt-BR.json | 16 ++++++++++++++++ i18n/ru.json | 16 ++++++++++++++++ i18n/tr.json | 16 ++++++++++++++++ i18n/zh-CN.json | 16 ++++++++++++++++ i18n/zh-TW.json | 16 ++++++++++++++++ 14 files changed, 220 insertions(+), 12 deletions(-) (limited to 'i18n') diff --git a/i18n/de.json b/i18n/de.json index ca923e03c..e172ce0af 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -2286,6 +2286,10 @@ "id": "api.team.is_team_creation_allowed.domain.app_error", "translation": "Die E-Mail-Adresse muss von einer bestimmten Domain stammen (z.B. @example.com). Bitte wenden Sie sich an Ihren Systemadministrator." }, + { + "id": "api.team.join_team.post_and_forget", + "translation": "%v ist dem Team beigetreten." + }, { "id": "api.team.leave.left", "translation": "%v hat das Team verlassen." @@ -5094,6 +5098,14 @@ "id": "model.outgoing_hook.is_valid.words.app_error", "translation": "Ungültige Auslösewörter" }, + { + "id": "model.plugin_command.error.app_error", + "translation": "Beim Versuch diesen Befehl trat ein Fehler auf auszuführen." + }, + { + "id": "model.plugin_key_value.is_valid.key.app_error", + "translation": "Ungültiger Schlüssel, er muss länger als {{.Min}} und kürzer als {{.Max}} Zeichen sein." + }, { "id": "model.plugin_key_value.is_valid.key.app_error", "translation": "Ungültiger Schlüssel, er muss länger als {{.Min}} und kürzer als {{.Max}} Zeichen sein." @@ -5102,6 +5114,10 @@ "id": "model.plugin_key_value.is_valid.plugin_id.app_error", "translation": "Ungültige Plugin-ID, sie muss länger als {{.Min}} und kürzer als {{.Max}} Zeichen sein." }, + { + "id": "model.plugin_key_value.is_valid.plugin_id.app_error", + "translation": "Ungültige Plugin-ID, sie muss länger als {{.Min}} und kürzer als {{.Max}} Zeichen sein." + }, { "id": "model.post.is_valid.channel_id.app_error", "translation": "Ungültige Kanal-ID" diff --git a/i18n/en.json b/i18n/en.json index b3cb2acb8..628e6bcec 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -4266,18 +4266,6 @@ "id": "mattermost.working_dir", "translation": "Current working directory is %v" }, - { - "id": "model.plugin_command.error.app_error", - "translation": "An error occurred while trying to execute this command." - }, - { - "id": "model.plugin_key_value.is_valid.plugin_id.app_error", - "translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long." - }, - { - "id": "model.plugin_key_value.is_valid.key.app_error", - "translation": "Invalid key, must be more than {{.Min}} and a of maximum {{.Max}} characters long." - }, { "id": "model.access.is_valid.access_token.app_error", "translation": "Invalid access token" @@ -5110,6 +5098,14 @@ "id": "model.outgoing_hook.is_valid.words.app_error", "translation": "Invalid trigger words" }, + { + "id": "model.plugin_command.error.app_error", + "translation": "An error occurred while trying to execute this command." + }, + { + "id": "model.plugin_key_value.is_valid.key.app_error", + "translation": "Invalid key, must be more than {{.Min}} and a of maximum {{.Max}} characters long." + }, { "id": "model.plugin_key_value.is_valid.key.app_error", "translation": "Invalid key, must be more than {{.Min}} and a of maximum {{.Max}} characters long." @@ -5118,6 +5114,10 @@ "id": "model.plugin_key_value.is_valid.plugin_id.app_error", "translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long." }, + { + "id": "model.plugin_key_value.is_valid.plugin_id.app_error", + "translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long." + }, { "id": "model.post.is_valid.channel_id.app_error", "translation": "Invalid channel id" diff --git a/i18n/es.json b/i18n/es.json index a54c333f1..f95920563 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -2286,6 +2286,10 @@ "id": "api.team.is_team_creation_allowed.domain.app_error", "translation": "El correo electrónico debe ser de un dominio específico (e.j. @ejemplo.com). Por favor pidele más detalles tu administrador de sistemas." }, + { + "id": "api.team.join_team.post_and_forget", + "translation": "%v se unió al equipo." + }, { "id": "api.team.leave.left", "translation": "%v abandonó el equipo." @@ -5094,6 +5098,14 @@ "id": "model.outgoing_hook.is_valid.words.app_error", "translation": "Palabras que desencadenan acciones no válidas" }, + { + "id": "model.plugin_command.error.app_error", + "translation": "Ocurrió un error mientras se intentaba ejecutar este comando." + }, + { + "id": "model.plugin_key_value.is_valid.key.app_error", + "translation": "Clave no válida, debe ser más de {{.Min}} y un máximo de {{.Max}} caracteres." + }, { "id": "model.plugin_key_value.is_valid.key.app_error", "translation": "Clave no válida, debe ser más de {{.Min}} y un máximo de {{.Max}} caracteres." @@ -5102,6 +5114,10 @@ "id": "model.plugin_key_value.is_valid.plugin_id.app_error", "translation": "ID de plugin no válido, debe ser más de {{.Min}} y un máximo de {{.Max}} caracteres." }, + { + "id": "model.plugin_key_value.is_valid.plugin_id.app_error", + "translation": "ID de plugin no válido, debe ser más de {{.Min}} y un máximo de {{.Max}} caracteres." + }, { "id": "model.post.is_valid.channel_id.app_error", "translation": "Id del Canal inválido" diff --git a/i18n/fr.json b/i18n/fr.json index 1ef1a60b5..95bbdc7d9 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -2286,6 +2286,10 @@ "id": "api.team.is_team_creation_allowed.domain.app_error", "translation": "L'adresse e-mail doit être liée à un domaine spécifique (ex. @exemple.com). Veuillez demander à votre administrateur système pour plus d'informations." }, + { + "id": "api.team.join_team.post_and_forget", + "translation": "%v joined the team." + }, { "id": "api.team.leave.left", "translation": "%v left the team." @@ -5094,6 +5098,14 @@ "id": "model.outgoing_hook.is_valid.words.app_error", "translation": "Mots déclencheurs invalides" }, + { + "id": "model.plugin_command.error.app_error", + "translation": "An error occurred while trying to execute this command." + }, + { + "id": "model.plugin_key_value.is_valid.key.app_error", + "translation": "Invalid key, must be more than {{.Min}} and a of maximum {{.Max}} characters long." + }, { "id": "model.plugin_key_value.is_valid.key.app_error", "translation": "Invalid key, must be more than {{.Min}} and a of maximum {{.Max}} characters long." @@ -5102,6 +5114,10 @@ "id": "model.plugin_key_value.is_valid.plugin_id.app_error", "translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long." }, + { + "id": "model.plugin_key_value.is_valid.plugin_id.app_error", + "translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long." + }, { "id": "model.post.is_valid.channel_id.app_error", "translation": "Id canal invalide" diff --git a/i18n/it.json b/i18n/it.json index c894267b8..7bf2c4f62 100644 --- a/i18n/it.json +++ b/i18n/it.json @@ -2286,6 +2286,10 @@ "id": "api.team.is_team_creation_allowed.domain.app_error", "translation": "La email deve essere da uno specifico dominio (e.s. @example.com). Per favore chiedi al tuo amministratore di sistema maggiori informazioni." }, + { + "id": "api.team.join_team.post_and_forget", + "translation": "%v si è unito al gruppo." + }, { "id": "api.team.leave.left", "translation": "%v ha lasciato il gruppo." @@ -5094,6 +5098,14 @@ "id": "model.outgoing_hook.is_valid.words.app_error", "translation": "Parola di innesco non valida" }, + { + "id": "model.plugin_command.error.app_error", + "translation": "Si è verificato un errore durante l'esecuzione di questo comando." + }, + { + "id": "model.plugin_key_value.is_valid.key.app_error", + "translation": "Chiave non valida, deve essere più lunga di {{.Min}} e al massimo {{.Mac}} caratteri." + }, { "id": "model.plugin_key_value.is_valid.key.app_error", "translation": "Chiave non valida, deve essere più lunga di {{.Min}} e al massimo {{.Mac}} caratteri." @@ -5102,6 +5114,10 @@ "id": "model.plugin_key_value.is_valid.plugin_id.app_error", "translation": "ID plugin non valido, deve essere più lungo di {{.Min}} e al massimo{{.Max}} caratteri." }, + { + "id": "model.plugin_key_value.is_valid.plugin_id.app_error", + "translation": "ID plugin non valido, deve essere più lungo di {{.Min}} e al massimo{{.Max}} caratteri." + }, { "id": "model.post.is_valid.channel_id.app_error", "translation": "Id canale non valido" diff --git a/i18n/ja.json b/i18n/ja.json index ad9e52704..113e6b9c9 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -2286,6 +2286,10 @@ "id": "api.team.is_team_creation_allowed.domain.app_error", "translation": "電子メールは特定のドメイン(例えば、@example.com)から送信される必要があります。詳細はシステム管理者に問い合わせてください。" }, + { + "id": "api.team.join_team.post_and_forget", + "translation": "%v がチームに参加しました。" + }, { "id": "api.team.leave.left", "translation": "%v はチームから脱退しました。" @@ -5094,6 +5098,14 @@ "id": "model.outgoing_hook.is_valid.words.app_error", "translation": "不正なトリガーワードです" }, + { + "id": "model.plugin_command.error.app_error", + "translation": "このコマンドを実行中にエラーが発生しました。" + }, + { + "id": "model.plugin_key_value.is_valid.key.app_error", + "translation": "不正なキーです。{{.Min}}文字以上 {{.Max}}文字以下でなくてはなりません。" + }, { "id": "model.plugin_key_value.is_valid.key.app_error", "translation": "不正なキーです。{{.Min}}文字以上 {{.Max}}文字以下でなくてはなりません。" @@ -5102,6 +5114,10 @@ "id": "model.plugin_key_value.is_valid.plugin_id.app_error", "translation": "不正なプラグインIDです。{{.Min}}文字以上 {{.Max}}文字以下でなくてはなりません。" }, + { + "id": "model.plugin_key_value.is_valid.plugin_id.app_error", + "translation": "不正なプラグインIDです。{{.Min}}文字以上 {{.Max}}文字以下でなくてはなりません。" + }, { "id": "model.post.is_valid.channel_id.app_error", "translation": "不正なチャンネルIDです" diff --git a/i18n/ko.json b/i18n/ko.json index 29988ad51..93a28a353 100644 --- a/i18n/ko.json +++ b/i18n/ko.json @@ -2286,6 +2286,10 @@ "id": "api.team.is_team_creation_allowed.domain.app_error", "translation": "허용된 도메인의 이메일만 사용하세요. (예시: @example.com). 또는 시스템 관리자에게 문의해보세요." }, + { + "id": "api.team.join_team.post_and_forget", + "translation": "%v joined the team." + }, { "id": "api.team.leave.left", "translation": "%v left the team." @@ -5094,6 +5098,14 @@ "id": "model.outgoing_hook.is_valid.words.app_error", "translation": "Invalid trigger words" }, + { + "id": "model.plugin_command.error.app_error", + "translation": "An error occurred while trying to execute this command." + }, + { + "id": "model.plugin_key_value.is_valid.key.app_error", + "translation": "Invalid key, must be more than {{.Min}} and a of maximum {{.Max}} characters long." + }, { "id": "model.plugin_key_value.is_valid.key.app_error", "translation": "Invalid key, must be more than {{.Min}} and a of maximum {{.Max}} characters long." @@ -5102,6 +5114,10 @@ "id": "model.plugin_key_value.is_valid.plugin_id.app_error", "translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long." }, + { + "id": "model.plugin_key_value.is_valid.plugin_id.app_error", + "translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long." + }, { "id": "model.post.is_valid.channel_id.app_error", "translation": "Invalid channel id" diff --git a/i18n/nl.json b/i18n/nl.json index ec0edb132..cc0975427 100644 --- a/i18n/nl.json +++ b/i18n/nl.json @@ -2286,6 +2286,10 @@ "id": "api.team.is_team_creation_allowed.domain.app_error", "translation": "Email moet uit bepaalde domeinen komen (bijv. @voorbeeld.nl). Neem contact op met de systeem beheerder voor meer details." }, + { + "id": "api.team.join_team.post_and_forget", + "translation": "%v joined the team." + }, { "id": "api.team.leave.left", "translation": "%v left the team." @@ -5094,6 +5098,14 @@ "id": "model.outgoing_hook.is_valid.words.app_error", "translation": "Ongeldige trigger-woorden" }, + { + "id": "model.plugin_command.error.app_error", + "translation": "An error occurred while trying to execute this command." + }, + { + "id": "model.plugin_key_value.is_valid.key.app_error", + "translation": "Invalid key, must be more than {{.Min}} and a of maximum {{.Max}} characters long." + }, { "id": "model.plugin_key_value.is_valid.key.app_error", "translation": "Invalid key, must be more than {{.Min}} and a of maximum {{.Max}} characters long." @@ -5102,6 +5114,10 @@ "id": "model.plugin_key_value.is_valid.plugin_id.app_error", "translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long." }, + { + "id": "model.plugin_key_value.is_valid.plugin_id.app_error", + "translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long." + }, { "id": "model.post.is_valid.channel_id.app_error", "translation": "Ongeldige kanaal id" diff --git a/i18n/pl.json b/i18n/pl.json index d69fabb86..33c1a6ec1 100644 --- a/i18n/pl.json +++ b/i18n/pl.json @@ -2286,6 +2286,10 @@ "id": "api.team.is_team_creation_allowed.domain.app_error", "translation": "E-mail musi być z określonej domeny (np. @example.com). Proszę, skontaktuj się z administratorem systemu, aby poznać szczegóły." }, + { + "id": "api.team.join_team.post_and_forget", + "translation": "%v joined the team." + }, { "id": "api.team.leave.left", "translation": "%v left the team." @@ -5094,6 +5098,14 @@ "id": "model.outgoing_hook.is_valid.words.app_error", "translation": "Nieprawidłowe wyrazy wyzwalajace" }, + { + "id": "model.plugin_command.error.app_error", + "translation": "An error occurred while trying to execute this command." + }, + { + "id": "model.plugin_key_value.is_valid.key.app_error", + "translation": "Invalid key, must be more than {{.Min}} and a of maximum {{.Max}} characters long." + }, { "id": "model.plugin_key_value.is_valid.key.app_error", "translation": "Invalid key, must be more than {{.Min}} and a of maximum {{.Max}} characters long." @@ -5102,6 +5114,10 @@ "id": "model.plugin_key_value.is_valid.plugin_id.app_error", "translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long." }, + { + "id": "model.plugin_key_value.is_valid.plugin_id.app_error", + "translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long." + }, { "id": "model.post.is_valid.channel_id.app_error", "translation": "Nieprawidłowy identyfikator kanału" diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json index 0ffdf2f0a..ddaef3006 100644 --- a/i18n/pt-BR.json +++ b/i18n/pt-BR.json @@ -2286,6 +2286,10 @@ "id": "api.team.is_team_creation_allowed.domain.app_error", "translation": "Email precisa ser de um domínio específico (ex. @example.com). Por favor pergunte ao administrador do sistema por detalhes." }, + { + "id": "api.team.join_team.post_and_forget", + "translation": "%v joined the team." + }, { "id": "api.team.leave.left", "translation": "%v deixou a equipe." @@ -5094,6 +5098,14 @@ "id": "model.outgoing_hook.is_valid.words.app_error", "translation": "Palavras gatilho inválida" }, + { + "id": "model.plugin_command.error.app_error", + "translation": "An error occurred while trying to execute this command." + }, + { + "id": "model.plugin_key_value.is_valid.key.app_error", + "translation": "Chave inválida, deve ter mais de {{.Min}} e um máximo de {{.Max}} caracteres de comprimento." + }, { "id": "model.plugin_key_value.is_valid.key.app_error", "translation": "Chave inválida, deve ter mais de {{.Min}} e um máximo de {{.Max}} caracteres de comprimento." @@ -5102,6 +5114,10 @@ "id": "model.plugin_key_value.is_valid.plugin_id.app_error", "translation": "Plugin ID inválido, deve ter mais de {{.Min}} e um máximo de {{.Max}} caracteres de comprimento." }, + { + "id": "model.plugin_key_value.is_valid.plugin_id.app_error", + "translation": "Plugin ID inválido, deve ter mais de {{.Min}} e um máximo de {{.Max}} caracteres de comprimento." + }, { "id": "model.post.is_valid.channel_id.app_error", "translation": "Id de canal inválido" diff --git a/i18n/ru.json b/i18n/ru.json index 641b21049..bd78d11cc 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -2286,6 +2286,10 @@ "id": "api.team.is_team_creation_allowed.domain.app_error", "translation": "E-mail должен принадлежать реальному домену (например @example.com). Пожалуйста, обратитесь к системному администратору за дополнительной информацией." }, + { + "id": "api.team.join_team.post_and_forget", + "translation": "%v joined the team." + }, { "id": "api.team.leave.left", "translation": "%v left the team." @@ -5094,6 +5098,14 @@ "id": "model.outgoing_hook.is_valid.words.app_error", "translation": "Некорректный триггер слов" }, + { + "id": "model.plugin_command.error.app_error", + "translation": "An error occurred while trying to execute this command." + }, + { + "id": "model.plugin_key_value.is_valid.key.app_error", + "translation": "Invalid key, must be more than {{.Min}} and a of maximum {{.Max}} characters long." + }, { "id": "model.plugin_key_value.is_valid.key.app_error", "translation": "Invalid key, must be more than {{.Min}} and a of maximum {{.Max}} characters long." @@ -5102,6 +5114,10 @@ "id": "model.plugin_key_value.is_valid.plugin_id.app_error", "translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long." }, + { + "id": "model.plugin_key_value.is_valid.plugin_id.app_error", + "translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long." + }, { "id": "model.post.is_valid.channel_id.app_error", "translation": "Некорректный идентификатор канала" diff --git a/i18n/tr.json b/i18n/tr.json index 7e30ca449..bb58c9d4e 100644 --- a/i18n/tr.json +++ b/i18n/tr.json @@ -2286,6 +2286,10 @@ "id": "api.team.is_team_creation_allowed.domain.app_error", "translation": "E-posta belirli bir etki alanından (@ornek.com gibi) gelmelidir. Lütfen ayrıntılı bilgi almak için sistem yöneticinizle görüşün." }, + { + "id": "api.team.join_team.post_and_forget", + "translation": "%v takıma katıldı." + }, { "id": "api.team.leave.left", "translation": "%v takımdan ayrıldı." @@ -5094,6 +5098,14 @@ "id": "model.outgoing_hook.is_valid.words.app_error", "translation": "Tetikleyici sözcükler geçersiz" }, + { + "id": "model.plugin_command.error.app_error", + "translation": "Bu komut yürütülürken bir sorun çıktı." + }, + { + "id": "model.plugin_key_value.is_valid.key.app_error", + "translation": "Anahtar geçersiz, {{.Min}} ile {{.Max}} karakter arasında olmalıdır." + }, { "id": "model.plugin_key_value.is_valid.key.app_error", "translation": "Anahtar geçersiz, {{.Min}} ile {{.Max}} karakter arasında olmalıdır." @@ -5102,6 +5114,10 @@ "id": "model.plugin_key_value.is_valid.plugin_id.app_error", "translation": "Uygulama eki kodu geçersiz, {{.Min}} ile {{.Max}} karakter arasında olmalıdır." }, + { + "id": "model.plugin_key_value.is_valid.plugin_id.app_error", + "translation": "Uygulama eki kodu geçersiz, {{.Min}} ile {{.Max}} karakter arasında olmalıdır." + }, { "id": "model.post.is_valid.channel_id.app_error", "translation": "Kanal kodu geçersiz" diff --git a/i18n/zh-CN.json b/i18n/zh-CN.json index ed7eae07a..f772c34d4 100644 --- a/i18n/zh-CN.json +++ b/i18n/zh-CN.json @@ -2286,6 +2286,10 @@ "id": "api.team.is_team_creation_allowed.domain.app_error", "translation": "电子邮件必须来自指定域名 (例如 @example.com)。详情请询问您的系统管理员。" }, + { + "id": "api.team.join_team.post_and_forget", + "translation": "%v 已加入团队。" + }, { "id": "api.team.leave.left", "translation": "%v 离开了团队。" @@ -5094,6 +5098,14 @@ "id": "model.outgoing_hook.is_valid.words.app_error", "translation": "无效的触发关键词" }, + { + "id": "model.plugin_command.error.app_error", + "translation": "执行此指令时发生了错误。" + }, + { + "id": "model.plugin_key_value.is_valid.key.app_error", + "translation": "无效键,必须为 {{.Min}} 至 {{.Max}} 个字符。" + }, { "id": "model.plugin_key_value.is_valid.key.app_error", "translation": "无效键,必须为 {{.Min}} 至 {{.Max}} 个字符。" @@ -5102,6 +5114,10 @@ "id": "model.plugin_key_value.is_valid.plugin_id.app_error", "translation": "无效插件 ID,必须为 {{.Min}} 至 {{.Max}} 个字符。" }, + { + "id": "model.plugin_key_value.is_valid.plugin_id.app_error", + "translation": "无效插件 ID,必须为 {{.Min}} 至 {{.Max}} 个字符。" + }, { "id": "model.post.is_valid.channel_id.app_error", "translation": "无效的频道id" diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json index 19a77d46c..927ef6ffd 100644 --- a/i18n/zh-TW.json +++ b/i18n/zh-TW.json @@ -2286,6 +2286,10 @@ "id": "api.team.is_team_creation_allowed.domain.app_error", "translation": "電子郵件地址必須來自一個指定的網域 (例如 @example.com)。請洽詢系統管理員了解詳情。" }, + { + "id": "api.team.join_team.post_and_forget", + "translation": "%v 已加入團隊。" + }, { "id": "api.team.leave.left", "translation": "%v 已離開團隊。 " @@ -5094,6 +5098,14 @@ "id": "model.outgoing_hook.is_valid.words.app_error", "translation": "無效的觸發關鍵字" }, + { + "id": "model.plugin_command.error.app_error", + "translation": "執行此指令時發生錯誤。" + }, + { + "id": "model.plugin_key_value.is_valid.key.app_error", + "translation": "無效的鍵值。字元長度必須介於 {{.Min}} 與 {{.Max}} 之間。 " + }, { "id": "model.plugin_key_value.is_valid.key.app_error", "translation": "無效的鍵值。字元長度必須介於 {{.Min}} 與 {{.Max}} 之間。 " @@ -5102,6 +5114,10 @@ "id": "model.plugin_key_value.is_valid.plugin_id.app_error", "translation": "無效的模組 ID。字元長度必須介於 {{.Min}} 與 {{.Max}} 之間。" }, + { + "id": "model.plugin_key_value.is_valid.plugin_id.app_error", + "translation": "無效的模組 ID。字元長度必須介於 {{.Min}} 與 {{.Max}} 之間。" + }, { "id": "model.post.is_valid.channel_id.app_error", "translation": "無效的頻道 id" -- cgit v1.2.3-1-g7c22