From 37a186cec88ffc8a46051fe2814b1ede84123373 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Wed, 3 Oct 2018 11:39:46 -0300 Subject: [PATCH] translations PR 20181001 (#9520) --- i18n/de.json | 54 +++++++- i18n/es.json | 56 +++++++- i18n/fr.json | 52 +++++++ i18n/it.json | 56 +++++++- i18n/ja.json | 56 +++++++- i18n/ko.json | 52 +++++++ i18n/nl.json | 52 +++++++ i18n/pl.json | 52 +++++++ i18n/pt-BR.json | 360 +++++++++++++++++++++++++++--------------------- i18n/ro.json | 52 +++++++ i18n/ru.json | 94 ++++++++++--- i18n/tr.json | 56 +++++++- i18n/zh-CN.json | 180 +++++++++++++++--------- i18n/zh-TW.json | 312 ++++++++++++++++++++++++----------------- 14 files changed, 1106 insertions(+), 378 deletions(-) diff --git a/i18n/de.json b/i18n/de.json index 8f91a47fc..b296a3176 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -411,6 +411,10 @@ "id": "api.command_channel_purpose.update_channel.app_error", "translation": "Fehler beim Aktualisieren des aktuellen Kanals." }, + { + "id": "api.command_channel_remove.channel.app_error", + "translation": "Error retrieving the current channel." + }, { "id": "api.command_channel_rename.channel.app_error", "translation": "Fehler beim Laden des aktuellen Kanals." @@ -930,6 +934,14 @@ "id": "api.context.token_provided.app_error", "translation": "Sitzung ist nicht für OAuth eingerichtet, aber der Token wurde mit der Anfrage bereits mitgeschickt." }, + { + "id": "api.create_service_terms.custom_service_terms_disabled.app_error", + "translation": "Custom terms of service feature is disabled" + }, + { + "id": "api.create_service_terms.empty_text.app_error", + "translation": "Please enter text for your Custom Terms of Service." + }, { "id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error", "translation": "Eingehender Kanal für E-Mail-Stapelverarbeitungs-Job war voll. Bitte erhöhen Sie EmailBatchingBufferSize." @@ -1026,7 +1038,7 @@ }, { "id": "api.emoji.upload.large_image.too_large.app_error", - "translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}." + "translation": "Konnte Emoji nicht erstellen. Bild muss kleiner als {{.MaxWidth}} mal {{.MaxHeight}} sein." }, { "id": "api.emoji.upload.open.app_error", @@ -2018,6 +2030,10 @@ "id": "api.user.authorize_oauth_user.unsupported.app_error", "translation": "Nicht unterstützter OAuth-Service-Provider" }, + { + "id": "api.user.autocomplete_users.invalid_team_id", + "translation": "Ungültige Team ID" + }, { "id": "api.user.check_user_login_attempts.too_many.app_error", "translation": "Ihr Konto ist gesperrt, da es zu viele fehlerhafte Passworteingaben gab. Bitte setzen Sie Ihr Passwort zurück." @@ -2178,6 +2194,10 @@ "id": "api.user.oauth_to_email.not_available.app_error", "translation": "Authentifizierungs-Transfer auf diesem Server nicht konfiguriert oder verfügbar." }, + { + "id": "api.user.register_service_terms_action.bad_value.app_error", + "translation": "Bad accepted value" + }, { "id": "api.user.reset_password.broken_token.app_error", "translation": "Das Token zum Zurücksetzen des Passwortes scheint nicht gültig zu sein." @@ -4622,6 +4642,22 @@ "id": "model.reaction.is_valid.user_id.app_error", "translation": "Ungültige Benutzer-ID" }, + { + "id": "model.service_terms.is_valid.create_at.app_error", + "translation": "Fehlende erforderliche Nachrichteigenschaft: create_at." + }, + { + "id": "model.service_terms.is_valid.id.app_error", + "translation": "Invalid term of service id." + }, + { + "id": "model.service_terms.is_valid.text.app_error", + "translation": "Custom terms of service text is too long. Maximum {{.MaxLength}} characters allowed." + }, + { + "id": "model.service_terms.is_valid.user_id.app_error", + "translation": "Fehlende erforderliche Nachrichteigenschaft: create_at." + }, { "id": "model.team.is_valid.characters.app_error", "translation": "Name muss aus 2 oder mehr Kleinbuchstaben bestehen" @@ -5754,6 +5790,22 @@ "id": "store.sql_scheme.save_scheme.commit_transaction.app_error", "translation": "Konnte Transaktion zum Speichern des Schemas nicht ausführen" }, + { + "id": "store.sql_service_terms.save.app_error", + "translation": "Unable to save terms of service." + }, + { + "id": "store.sql_service_terms_store.get.app_error", + "translation": "Unable to fetch terms of service." + }, + { + "id": "store.sql_service_terms_store.get.no_rows.app_error", + "translation": "No terms of service found." + }, + { + "id": "store.sql_service_terms_store.save.existing.app_error", + "translation": "Must not call save for existing terms of service." + }, { "id": "store.sql_session.analytics_session_count.app_error", "translation": "Konnte das Token nicht speichern." diff --git a/i18n/es.json b/i18n/es.json index 8b1667897..291e841bd 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -411,6 +411,10 @@ "id": "api.command_channel_purpose.update_channel.app_error", "translation": "Error al actualizar el canal actual." }, + { + "id": "api.command_channel_remove.channel.app_error", + "translation": "Error retrieving the current channel." + }, { "id": "api.command_channel_rename.channel.app_error", "translation": "Error al recuperar el canal actual." @@ -930,6 +934,14 @@ "id": "api.context.token_provided.app_error", "translation": "La sesión no es de tipo OAuth pero existe un token en el query string" }, + { + "id": "api.create_service_terms.custom_service_terms_disabled.app_error", + "translation": "La característica de Términos de servicio personalizado está desactivada" + }, + { + "id": "api.create_service_terms.empty_text.app_error", + "translation": "Por favor, introduce el texto de los Términos de Servicio Personalizado." + }, { "id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error", "translation": "El trabajo de correos electrónicos por lotes del canal de recepción estaba lleno. Por favor, aumenta el EmailBatchingBufferSize." @@ -2018,6 +2030,10 @@ "id": "api.user.authorize_oauth_user.unsupported.app_error", "translation": "Proveedor de servicios de OAuth no es compatible" }, + { + "id": "api.user.autocomplete_users.invalid_team_id", + "translation": "Id del Equipo no válido" + }, { "id": "api.user.check_user_login_attempts.too_many.app_error", "translation": "Tu cuenta ha sido bloqueada debido a demasiados intentos fallidos. Por favor, restablece tu contraseña." @@ -2178,6 +2194,10 @@ "id": "api.user.oauth_to_email.not_available.app_error", "translation": "La transferencia de autenticación no está configurado o disponible en este servidor." }, + { + "id": "api.user.register_service_terms_action.bad_value.app_error", + "translation": "Valor aceptado incorrecto" + }, { "id": "api.user.reset_password.broken_token.app_error", "translation": "El enlace para restablecer la contraseña parece ser inválido." @@ -4622,6 +4642,22 @@ "id": "model.reaction.is_valid.user_id.app_error", "translation": "Id del usuario no es válido" }, + { + "id": "model.service_terms.is_valid.create_at.app_error", + "translation": "Falta la propiedad requerida de términos de servicio: create_at." + }, + { + "id": "model.service_terms.is_valid.id.app_error", + "translation": "Id de términos de servicio no válido." + }, + { + "id": "model.service_terms.is_valid.text.app_error", + "translation": "El texto de términos de servicio no es válido." + }, + { + "id": "model.service_terms.is_valid.user_id.app_error", + "translation": "Falta la propiedad requerida de términos de servicio: user_id." + }, { "id": "model.team.is_valid.characters.app_error", "translation": "Nombre debe tener 2 o más caracteres alfanuméricos en minúscula" @@ -4688,7 +4724,7 @@ }, { "id": "model.user.is_valid.email.app_error", - "translation": "Please enter a valid email address." + "translation": "Por favor, ingresa una dirección válida de correo electrónico." }, { "id": "model.user.is_valid.pwd.app_error", @@ -4696,7 +4732,7 @@ }, { "id": "model.user.is_valid.username.app_error", - "translation": "Username must begin with a letter and contain between 3 and 22 characters including numbers, lowercase letters, and the symbols \".\", \"-\", and \"_\"." + "translation": "Nombre de usuario debe comenzar con una letra y contener entre 3 y 22 caracteres, incluyendo números, letras minúsculas, y los símbolos \".\", \"- \" y \"_\"." }, { "id": "model.user_access_token.is_valid.description.app_error", @@ -5754,6 +5790,22 @@ "id": "store.sql_scheme.save_scheme.commit_transaction.app_error", "translation": "Falla al terminar la transacción para guardar el esquema" }, + { + "id": "store.sql_service_terms.save.app_error", + "translation": "No se puede guardar los términos de servicio" + }, + { + "id": "store.sql_service_terms_store.get.app_error", + "translation": "No se puede obtener los términos de servicio" + }, + { + "id": "store.sql_service_terms_store.get.no_rows.app_error", + "translation": "Términos de servicio no encontrado" + }, + { + "id": "store.sql_service_terms_store.save.existing.app_error", + "translation": "No se debe invocar guardar un término de servicio existente" + }, { "id": "store.sql_session.analytics_session_count.app_error", "translation": "No se pudo obtener la cantidad de sesiones" diff --git a/i18n/fr.json b/i18n/fr.json index 7b5b4cbbf..bd37c7c04 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -411,6 +411,10 @@ "id": "api.command_channel_purpose.update_channel.app_error", "translation": "Une erreur s'est produite lors de la mise à jour du canal courant." }, + { + "id": "api.command_channel_remove.channel.app_error", + "translation": "Error retrieving the current channel." + }, { "id": "api.command_channel_rename.channel.app_error", "translation": "Impossible de récupérer le canal courant." @@ -930,6 +934,14 @@ "id": "api.context.token_provided.app_error", "translation": "La session n'est pas OAuth alors qu'un jeton a été spécifié dans les paramètres de la requête" }, + { + "id": "api.create_service_terms.custom_service_terms_disabled.app_error", + "translation": "Custom terms of service feature is disabled" + }, + { + "id": "api.create_service_terms.empty_text.app_error", + "translation": "Please enter text for your Custom Terms of Service." + }, { "id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error", "translation": "Le canal recevant les e-mail envoyés par lot est plein. Veuillez augmenter le paramètre EmailBatchingBufferSize." @@ -2018,6 +2030,10 @@ "id": "api.user.authorize_oauth_user.unsupported.app_error", "translation": "Fournisseur de service OAuth non supporté" }, + { + "id": "api.user.autocomplete_users.invalid_team_id", + "translation": "ID d'équipe invalide" + }, { "id": "api.user.check_user_login_attempts.too_many.app_error", "translation": "Votre compte est verrouillé en raison d'un trop grand nombre de tentatives de connexions. Veuillez réinitialiser votre mot de passe." @@ -2178,6 +2194,10 @@ "id": "api.user.oauth_to_email.not_available.app_error", "translation": "Le changement de méthode d'authentification n'est pas configuré ou disponible sur ce serveur." }, + { + "id": "api.user.register_service_terms_action.bad_value.app_error", + "translation": "Bad accepted value" + }, { "id": "api.user.reset_password.broken_token.app_error", "translation": "Le jeton de redéfinition de mot de passe ne semble pas être valide." @@ -4622,6 +4642,22 @@ "id": "model.reaction.is_valid.user_id.app_error", "translation": "ID utilisateur invalide" }, + { + "id": "model.service_terms.is_valid.create_at.app_error", + "translation": "La propriété requise pour un message est manquante : create_at." + }, + { + "id": "model.service_terms.is_valid.id.app_error", + "translation": "Invalid term of service id." + }, + { + "id": "model.service_terms.is_valid.text.app_error", + "translation": "Custom terms of service text is too long. Maximum {{.MaxLength}} characters allowed." + }, + { + "id": "model.service_terms.is_valid.user_id.app_error", + "translation": "La propriété requise pour un message est manquante : create_at." + }, { "id": "model.team.is_valid.characters.app_error", "translation": "Le nom doit être composé d'au moins 2 caractères alphanumériques minuscules" @@ -5754,6 +5790,22 @@ "id": "store.sql_scheme.save_scheme.commit_transaction.app_error", "translation": "Impossible de valider la transaction pour enregistrer le schéma de permissions" }, + { + "id": "store.sql_service_terms.save.app_error", + "translation": "Unable to save terms of service." + }, + { + "id": "store.sql_service_terms_store.get.app_error", + "translation": "Unable to fetch terms of service." + }, + { + "id": "store.sql_service_terms_store.get.no_rows.app_error", + "translation": "No terms of service found." + }, + { + "id": "store.sql_service_terms_store.save.existing.app_error", + "translation": "Must not call save for existing terms of service." + }, { "id": "store.sql_session.analytics_session_count.app_error", "translation": "Impossible de sauvegarder le jeton" diff --git a/i18n/it.json b/i18n/it.json index f4b848305..18b9d9380 100644 --- a/i18n/it.json +++ b/i18n/it.json @@ -411,6 +411,10 @@ "id": "api.command_channel_purpose.update_channel.app_error", "translation": "Errore nell'aggiornamento del canale." }, + { + "id": "api.command_channel_remove.channel.app_error", + "translation": "Error retrieving the current channel." + }, { "id": "api.command_channel_rename.channel.app_error", "translation": "Errore nel caricamento del canale." @@ -930,6 +934,14 @@ "id": "api.context.token_provided.app_error", "translation": "La sessione non è OAuth ma il token è presente nella stringa di query" }, + { + "id": "api.create_service_terms.custom_service_terms_disabled.app_error", + "translation": "La funzione termini di servizio personalizzati è disattivata" + }, + { + "id": "api.create_service_terms.empty_text.app_error", + "translation": "Inserire il testo dei Termini di Servizio personalizzati." + }, { "id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error", "translation": "Il canale che riceve i job batch di email era pieno. Per favore incrementa EmailBatchingBufferSize." @@ -2018,6 +2030,10 @@ "id": "api.user.authorize_oauth_user.unsupported.app_error", "translation": "OAuth Service Provider non supportato" }, + { + "id": "api.user.autocomplete_users.invalid_team_id", + "translation": "Team-ID non valido" + }, { "id": "api.user.check_user_login_attempts.too_many.app_error", "translation": "Il tuo account è stato bloccato a causa di troppi errori nel inserire la password. Per favore resetta la tua password." @@ -2178,6 +2194,10 @@ "id": "api.user.oauth_to_email.not_available.app_error", "translation": "Autenticazione sul Trasferimento non configurata o non disponibile su questo server." }, + { + "id": "api.user.register_service_terms_action.bad_value.app_error", + "translation": "Accettato valore invalido" + }, { "id": "api.user.reset_password.broken_token.app_error", "translation": "Il token per reimpostare la password non sembra essere valido" @@ -4622,6 +4642,22 @@ "id": "model.reaction.is_valid.user_id.app_error", "translation": "Id utente non valido" }, + { + "id": "model.service_terms.is_valid.create_at.app_error", + "translation": "Manca una proprietà obbligatoria dei termini di servizio: create_at." + }, + { + "id": "model.service_terms.is_valid.id.app_error", + "translation": "Id dei termini di servizio non valido." + }, + { + "id": "model.service_terms.is_valid.text.app_error", + "translation": "Testo dei termini di servizio non valido." + }, + { + "id": "model.service_terms.is_valid.user_id.app_error", + "translation": "Manca una proprietà obbligatoria dei termini di servizio: user_id." + }, { "id": "model.team.is_valid.characters.app_error", "translation": "Nome deve essere composto da 2 o più lettere minuscole alfanumeriche" @@ -4688,7 +4724,7 @@ }, { "id": "model.user.is_valid.email.app_error", - "translation": "Please enter a valid email address." + "translation": "Inserire un indirizzo email valido." }, { "id": "model.user.is_valid.pwd.app_error", @@ -4696,7 +4732,7 @@ }, { "id": "model.user.is_valid.username.app_error", - "translation": "Username must begin with a letter and contain between 3 and 22 characters including numbers, lowercase letters, and the symbols \".\", \"-\", and \"_\"." + "translation": "Il nome utente deve iniziare con una lettera e contenere da 3 a 22 caratteri inclusi numeri, lettere minuscole e i simboli \".\",\"-\" e \"_\"." }, { "id": "model.user_access_token.is_valid.description.app_error", @@ -5754,6 +5790,22 @@ "id": "store.sql_scheme.save_scheme.commit_transaction.app_error", "translation": "Impossibile confermare la transazione per salvare lo schema" }, + { + "id": "store.sql_service_terms.save.app_error", + "translation": "Impossibile salvare i termini di servizio" + }, + { + "id": "store.sql_service_terms_store.get.app_error", + "translation": "Impossibile caricare i termini di servizio" + }, + { + "id": "store.sql_service_terms_store.get.no_rows.app_error", + "translation": "Termini di servizio non trovati" + }, + { + "id": "store.sql_service_terms_store.save.existing.app_error", + "translation": "Non deve chiamare salva per i termini di servizio esistenti" + }, { "id": "store.sql_session.analytics_session_count.app_error", "translation": "Impossibile contare le sessioni" diff --git a/i18n/ja.json b/i18n/ja.json index 3f287c822..9f2109e4e 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -411,6 +411,10 @@ "id": "api.command_channel_purpose.update_channel.app_error", "translation": "現在のチャンネルを更新する際にエラーが発生しました。" }, + { + "id": "api.command_channel_remove.channel.app_error", + "translation": "Error retrieving the current channel." + }, { "id": "api.command_channel_rename.channel.app_error", "translation": "現在のチャンネルを取得する際にエラーが発生しました。" @@ -930,6 +934,14 @@ "id": "api.context.token_provided.app_error", "translation": "セッションはOAuthではありませんがクエリー文字列でトークンが渡されました" }, + { + "id": "api.create_service_terms.custom_service_terms_disabled.app_error", + "translation": "Custom terms of service feature is disabled" + }, + { + "id": "api.create_service_terms.empty_text.app_error", + "translation": "Please enter text for your Custom Terms of Service." + }, { "id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error", "translation": "電子メールバッチ処理のジョブを受け取るチャンネルがいっぱいです。EmailBatchingBufferSizeを増やしてください。" @@ -2018,6 +2030,10 @@ "id": "api.user.authorize_oauth_user.unsupported.app_error", "translation": "サポートされていないOAuthサービスプロバイダーです" }, + { + "id": "api.user.autocomplete_users.invalid_team_id", + "translation": "不正なチームIDです" + }, { "id": "api.user.check_user_login_attempts.too_many.app_error", "translation": "パスワードを間違えて入力した回数が多過ぎるため、あなたのアカウントはロックされました。パスワードを初期化してください。" @@ -2178,6 +2194,10 @@ "id": "api.user.oauth_to_email.not_available.app_error", "translation": "認証委譲はこのサーバーでは設定されていないか利用不可になっています。" }, + { + "id": "api.user.register_service_terms_action.bad_value.app_error", + "translation": "Bad accepted value" + }, { "id": "api.user.reset_password.broken_token.app_error", "translation": "パスワード初期化トークンが不正です。" @@ -4622,6 +4642,22 @@ "id": "model.reaction.is_valid.user_id.app_error", "translation": "不正なユーザーIDです" }, + { + "id": "model.service_terms.is_valid.create_at.app_error", + "translation": "必須の投稿設定値 create_at が存在しません。" + }, + { + "id": "model.service_terms.is_valid.id.app_error", + "translation": "Invalid term of service id." + }, + { + "id": "model.service_terms.is_valid.text.app_error", + "translation": "Custom terms of service text is too long. Maximum {{.MaxLength}} characters allowed." + }, + { + "id": "model.service_terms.is_valid.user_id.app_error", + "translation": "必須の投稿設定値 create_at が存在しません。" + }, { "id": "model.team.is_valid.characters.app_error", "translation": "名前は2文字以上の小文字の英数字にしてください" @@ -4688,7 +4724,7 @@ }, { "id": "model.user.is_valid.email.app_error", - "translation": "Please enter a valid email address." + "translation": "有効なメールアドレスを入力してください" }, { "id": "model.user.is_valid.pwd.app_error", @@ -4696,7 +4732,7 @@ }, { "id": "model.user.is_valid.username.app_error", - "translation": "Username must begin with a letter and contain between 3 and 22 characters including numbers, lowercase letters, and the symbols \".\", \"-\", and \"_\"." + "translation": "ユーザー名は、英小文字、数字と \".\"、\"-\" と \"_\"を含む3文字から22文字で、最初は記号と数字以外である必要があります。" }, { "id": "model.user_access_token.is_valid.description.app_error", @@ -5754,6 +5790,22 @@ "id": "store.sql_scheme.save_scheme.commit_transaction.app_error", "translation": "スキームを保存するためのトランザクションをコミットできませんでした" }, + { + "id": "store.sql_service_terms.save.app_error", + "translation": "Unable to save terms of service." + }, + { + "id": "store.sql_service_terms_store.get.app_error", + "translation": "Unable to fetch terms of service." + }, + { + "id": "store.sql_service_terms_store.get.no_rows.app_error", + "translation": "No terms of service found." + }, + { + "id": "store.sql_service_terms_store.save.existing.app_error", + "translation": "Must not call save for existing terms of service." + }, { "id": "store.sql_session.analytics_session_count.app_error", "translation": "セッションをカウントできませんでした" diff --git a/i18n/ko.json b/i18n/ko.json index 657efd86a..dfa0bba69 100644 --- a/i18n/ko.json +++ b/i18n/ko.json @@ -411,6 +411,10 @@ "id": "api.command_channel_purpose.update_channel.app_error", "translation": "현재 채널의 업데이트에 실패하였습니다." }, + { + "id": "api.command_channel_remove.channel.app_error", + "translation": "Error retrieving the current channel." + }, { "id": "api.command_channel_rename.channel.app_error", "translation": "현재 채널을 찾는 중 오류가 발생하였습니다." @@ -930,6 +934,14 @@ "id": "api.context.token_provided.app_error", "translation": "OAuth 세션이 아님에도 쿼리 문자열에 토큰이 제공되었습니다" }, + { + "id": "api.create_service_terms.custom_service_terms_disabled.app_error", + "translation": "Custom terms of service feature is disabled" + }, + { + "id": "api.create_service_terms.empty_text.app_error", + "translation": "Please enter text for your Custom Terms of Service." + }, { "id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error", "translation": "이메일 배치 작업을 받는 채널이 가득 찼습니다. EmailBatchingBufferSize를 늘려주세요." @@ -2018,6 +2030,10 @@ "id": "api.user.authorize_oauth_user.unsupported.app_error", "translation": "Unsupported OAuth service provider" }, + { + "id": "api.user.autocomplete_users.invalid_team_id", + "translation": "잘못된 팀 ID" + }, { "id": "api.user.check_user_login_attempts.too_many.app_error", "translation": "로그인 실패가 계속되어 계정이 잠겼습니다. 비밀번호를 재설정하세요." @@ -2178,6 +2194,10 @@ "id": "api.user.oauth_to_email.not_available.app_error", "translation": "Authentication Transfer not configured or available on this server." }, + { + "id": "api.user.register_service_terms_action.bad_value.app_error", + "translation": "Bad accepted value" + }, { "id": "api.user.reset_password.broken_token.app_error", "translation": "유효하지 않은 비밀번호 재설정 링크입니다." @@ -4622,6 +4642,22 @@ "id": "model.reaction.is_valid.user_id.app_error", "translation": "잘못된 사용자 ID" }, + { + "id": "model.service_terms.is_valid.create_at.app_error", + "translation": "Missing required term of service property: create_at." + }, + { + "id": "model.service_terms.is_valid.id.app_error", + "translation": "Invalid term of service id." + }, + { + "id": "model.service_terms.is_valid.text.app_error", + "translation": "Custom terms of service text is too long. Maximum {{.MaxLength}} characters allowed." + }, + { + "id": "model.service_terms.is_valid.user_id.app_error", + "translation": "Missing required terms of service property: user_id." + }, { "id": "model.team.is_valid.characters.app_error", "translation": "이름은 반드시 2글자 이상의 영문 또는 숫자여야 합니다." @@ -5754,6 +5790,22 @@ "id": "store.sql_scheme.save_scheme.commit_transaction.app_error", "translation": "Failed to commit the transaction to save the scheme" }, + { + "id": "store.sql_service_terms.save.app_error", + "translation": "Unable to save terms of service." + }, + { + "id": "store.sql_service_terms_store.get.app_error", + "translation": "Unable to fetch terms of service." + }, + { + "id": "store.sql_service_terms_store.get.no_rows.app_error", + "translation": "No terms of service found." + }, + { + "id": "store.sql_service_terms_store.save.existing.app_error", + "translation": "Must not call save for existing terms of service." + }, { "id": "store.sql_session.analytics_session_count.app_error", "translation": "채널 업데이트에 실패하였습니다" diff --git a/i18n/nl.json b/i18n/nl.json index 6c5155d4e..e4fd777bc 100644 --- a/i18n/nl.json +++ b/i18n/nl.json @@ -411,6 +411,10 @@ "id": "api.command_channel_purpose.update_channel.app_error", "translation": "Error to update the current channel." }, + { + "id": "api.command_channel_remove.channel.app_error", + "translation": "Error retrieving the current channel." + }, { "id": "api.command_channel_rename.channel.app_error", "translation": "Error to retrieve the current channel." @@ -930,6 +934,14 @@ "id": "api.context.token_provided.app_error", "translation": "Sessie is niet OAuth, maar token was doorgegeven in de query string" }, + { + "id": "api.create_service_terms.custom_service_terms_disabled.app_error", + "translation": "Custom terms of service feature is disabled" + }, + { + "id": "api.create_service_terms.empty_text.app_error", + "translation": "Please enter text for your Custom Terms of Service." + }, { "id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error", "translation": "Kanaal voor e-mail batch taken was vol. Verhoog a.u.b. de EmailBatchingBufferSize" @@ -2018,6 +2030,10 @@ "id": "api.user.authorize_oauth_user.unsupported.app_error", "translation": "Niet ondersteunde OAuth service provider" }, + { + "id": "api.user.autocomplete_users.invalid_team_id", + "translation": "Ongeldige team id" + }, { "id": "api.user.check_user_login_attempts.too_many.app_error", "translation": "Uw account is afgesloten doordat er te vaak een verkeerd wachtwoord is gegeven. Voer aub een wachtwoord reset uit." @@ -2178,6 +2194,10 @@ "id": "api.user.oauth_to_email.not_available.app_error", "translation": "Authentication Transfer not configured or available on this server." }, + { + "id": "api.user.register_service_terms_action.bad_value.app_error", + "translation": "Bad accepted value" + }, { "id": "api.user.reset_password.broken_token.app_error", "translation": "De wachtwoord reset link is niet geldig" @@ -4622,6 +4642,22 @@ "id": "model.reaction.is_valid.user_id.app_error", "translation": "Ongeldige gebruikers id" }, + { + "id": "model.service_terms.is_valid.create_at.app_error", + "translation": "Mist vereiste team kenmerk: naam." + }, + { + "id": "model.service_terms.is_valid.id.app_error", + "translation": "Invalid term of service id." + }, + { + "id": "model.service_terms.is_valid.text.app_error", + "translation": "Custom terms of service text is too long. Maximum {{.MaxLength}} characters allowed." + }, + { + "id": "model.service_terms.is_valid.user_id.app_error", + "translation": "Mist vereiste team kenmerk: naam." + }, { "id": "model.team.is_valid.characters.app_error", "translation": "Naam oet 2 of meer kleine letters bevatten" @@ -5754,6 +5790,22 @@ "id": "store.sql_scheme.save_scheme.commit_transaction.app_error", "translation": "Failed to commit the transaction to save the scheme" }, + { + "id": "store.sql_service_terms.save.app_error", + "translation": "Unable to save terms of service." + }, + { + "id": "store.sql_service_terms_store.get.app_error", + "translation": "Unable to fetch terms of service." + }, + { + "id": "store.sql_service_terms_store.get.no_rows.app_error", + "translation": "No terms of service found." + }, + { + "id": "store.sql_service_terms_store.save.existing.app_error", + "translation": "Must not call save for existing terms of service." + }, { "id": "store.sql_session.analytics_session_count.app_error", "translation": "Bericht kan niet opgehaald worden" diff --git a/i18n/pl.json b/i18n/pl.json index 7cd5fbf7f..03ad03674 100644 --- a/i18n/pl.json +++ b/i18n/pl.json @@ -411,6 +411,10 @@ "id": "api.command_channel_purpose.update_channel.app_error", "translation": "Błąd aktualizacji bieżącego kanału." }, + { + "id": "api.command_channel_remove.channel.app_error", + "translation": "Error retrieving the current channel." + }, { "id": "api.command_channel_rename.channel.app_error", "translation": "Błąd podczas pobierania bieżącego kanału." @@ -930,6 +934,14 @@ "id": "api.context.token_provided.app_error", "translation": "Sesja nie jest typu OAuth ale _query string_ zawiera token" }, + { + "id": "api.create_service_terms.custom_service_terms_disabled.app_error", + "translation": "Custom terms of service feature is disabled" + }, + { + "id": "api.create_service_terms.empty_text.app_error", + "translation": "Please enter text for your Custom Terms of Service." + }, { "id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error", "translation": "Kanał odbierania automatycznych maili jest zapełniony. Proszę zwiększyć EmailBatchingBufferSize." @@ -2018,6 +2030,10 @@ "id": "api.user.authorize_oauth_user.unsupported.app_error", "translation": "Niewspierany usługodawca OAuth" }, + { + "id": "api.user.autocomplete_users.invalid_team_id", + "translation": "Niepoprawna nazwa zespołu" + }, { "id": "api.user.check_user_login_attempts.too_many.app_error", "translation": "Twoje konto zostało zablokowane z powodu zbyt dużej liczby nieudanych logowań. Zresetuj swoje hasło." @@ -2178,6 +2194,10 @@ "id": "api.user.oauth_to_email.not_available.app_error", "translation": "Authentication Transfer not configured or available on this server." }, + { + "id": "api.user.register_service_terms_action.bad_value.app_error", + "translation": "Bad accepted value" + }, { "id": "api.user.reset_password.broken_token.app_error", "translation": "Link resetowania hasła wydaje się być niepoprawny" @@ -4622,6 +4642,22 @@ "id": "model.reaction.is_valid.user_id.app_error", "translation": "Nieprawidłowy identyfikator użytkownika" }, + { + "id": "model.service_terms.is_valid.create_at.app_error", + "translation": "Brak wymaganej właściwości Post: create_at." + }, + { + "id": "model.service_terms.is_valid.id.app_error", + "translation": "Invalid term of service id." + }, + { + "id": "model.service_terms.is_valid.text.app_error", + "translation": "Custom terms of service text is too long. Maximum {{.MaxLength}} characters allowed." + }, + { + "id": "model.service_terms.is_valid.user_id.app_error", + "translation": "Brak wymaganej właściwości Post: create_at." + }, { "id": "model.team.is_valid.characters.app_error", "translation": "Nazwa musi być złożona z co najmniej 2 małych znaków alfanumerycznych" @@ -5754,6 +5790,22 @@ "id": "store.sql_scheme.save_scheme.commit_transaction.app_error", "translation": "Failed to commit the transaction to save the scheme" }, + { + "id": "store.sql_service_terms.save.app_error", + "translation": "Unable to save terms of service." + }, + { + "id": "store.sql_service_terms_store.get.app_error", + "translation": "Unable to fetch terms of service." + }, + { + "id": "store.sql_service_terms_store.get.no_rows.app_error", + "translation": "No terms of service found." + }, + { + "id": "store.sql_service_terms_store.save.existing.app_error", + "translation": "Must not call save for existing terms of service." + }, { "id": "store.sql_session.analytics_session_count.app_error", "translation": "Nie udało się skasować reakcji" diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json index dc19d2893..c414c7632 100644 --- a/i18n/pt-BR.json +++ b/i18n/pt-BR.json @@ -411,6 +411,10 @@ "id": "api.command_channel_purpose.update_channel.app_error", "translation": "Erro ao atualizar o canal atual." }, + { + "id": "api.command_channel_remove.channel.app_error", + "translation": "Error retrieving the current channel." + }, { "id": "api.command_channel_rename.channel.app_error", "translation": "Error ao obter o canal atual." @@ -558,8 +562,8 @@ { "id": "api.command_groupmsg.invalid_user.app_error", "translation": { - "one": "Unable to find the user: {{.Users}}", - "other": "Unable to find the users: {{.Users}}" + "one": "Não foi possível achar o usuário: {{.Users}}", + "other": "Não foi possível achar os usuários: {{.Users}}" } }, { @@ -616,7 +620,7 @@ }, { "id": "api.command_invite.missing_user.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível achar o usuário." }, { "id": "api.command_invite.name", @@ -660,7 +664,7 @@ }, { "id": "api.command_join.missing.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível achar o canal" }, { "id": "api.command_join.name", @@ -728,7 +732,7 @@ }, { "id": "api.command_msg.missing.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível achar o usuário" }, { "id": "api.command_msg.name", @@ -824,7 +828,7 @@ }, { "id": "api.command_remove.missing.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível achar o usuário" }, { "id": "api.command_remove.name", @@ -930,6 +934,14 @@ "id": "api.context.token_provided.app_error", "translation": "Sessão não é OAuth mas o token foi fornecido na consulta" }, + { + "id": "api.create_service_terms.custom_service_terms_disabled.app_error", + "translation": "Recurso de termos de serviço personalizado está desativado" + }, + { + "id": "api.create_service_terms.empty_text.app_error", + "translation": "Por favor digite o texto para o Termo de Serviço Personalizado." + }, { "id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error", "translation": "A tarefa de email em lote do canal de entrada estava cheio. Por favor aumente o EmailBatchingBufferSize." @@ -1026,7 +1038,7 @@ }, { "id": "api.emoji.upload.large_image.too_large.app_error", - "translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}." + "translation": "Não foi possível criar o emoji. Imagem deve ser menor que {{.MaxWidth}} por {{.MaxHeight}}." }, { "id": "api.emoji.upload.open.app_error", @@ -1038,11 +1050,11 @@ }, { "id": "api.file.file_exists.exists_local.app_error", - "translation": "Unable to check if the file exists." + "translation": "Não foi possível verificar se o arquivo existe." }, { "id": "api.file.file_exists.s3.app_error", - "translation": "Unable to check if the file exists." + "translation": "Não foi possível verificar se o arquivo existe." }, { "id": "api.file.get_file.public_invalid.app_error", @@ -2018,6 +2030,10 @@ "id": "api.user.authorize_oauth_user.unsupported.app_error", "translation": "Provedor de serviço OAuth não suportado" }, + { + "id": "api.user.autocomplete_users.invalid_team_id", + "translation": "Equipe id inválida" + }, { "id": "api.user.check_user_login_attempts.too_many.app_error", "translation": "A sua conta está bloqueada por causa de muitas tentativas de senha que falharam. Por favor, redefina sua senha." @@ -2178,6 +2194,10 @@ "id": "api.user.oauth_to_email.not_available.app_error", "translation": "Transferência de Autenticação não está configurada ou disponível neste servidor." }, + { + "id": "api.user.register_service_terms_action.bad_value.app_error", + "translation": "Bad accepted value" + }, { "id": "api.user.reset_password.broken_token.app_error", "translation": "O token de redefinição de senha não parece ser válido." @@ -2396,7 +2416,7 @@ }, { "id": "api.webhook.team_mismatch.app_error", - "translation": "Não é possível atualizar os webhook entre equipes" + "translation": "Não é possível atualizar os webhook entre as equipes" }, { "id": "api.webhook.update_outgoing.intersect.app_error", @@ -2424,7 +2444,7 @@ }, { "id": "app.channel.move_channel.members_do_not_match.error", - "translation": "Não é possível mover um canal a menos que todos os seus membros já sejam membros da equipe de destino." + "translation": "Não é possível mover o canal a menos que todos os seus membros já sejam membros da equipe de destino." }, { "id": "app.channel.post_update_channel_purpose_message.post.error", @@ -2452,11 +2472,11 @@ }, { "id": "app.export.export_write_line.io_writer.error", - "translation": "An error occurred writing the export data." + "translation": "Um error ocorreu ao escrever os dados de export." }, { "id": "app.export.export_write_line.json_marshall.error", - "translation": "An error occured marshalling the JSON data for export." + "translation": "Ocorreu um erro ao converter os dados JSON para exportação." }, { "id": "app.import.attachment.bad_file.error", @@ -3436,7 +3456,7 @@ }, { "id": "ent.message_export.global_relay.close_zip_file.app_error", - "translation": "Não é possível criar o arquivo eml." + "translation": "Não é possível fechar o arquivo zip." }, { "id": "ent.message_export.global_relay.create_file_in_zip.app_error", @@ -3636,7 +3656,7 @@ }, { "id": "migrations.worker.run_migration.unknown_key", - "translation": "Não foi possível executar a tarefa de migração a uma desconhecida chave de migração." + "translation": "Não foi possível executar a tarefa de migração devido a uma desconhecida chave de migração." }, { "id": "model.access.is_valid.access_token.app_error", @@ -4622,6 +4642,22 @@ "id": "model.reaction.is_valid.user_id.app_error", "translation": "Id do usuário inválido" }, + { + "id": "model.service_terms.is_valid.create_at.app_error", + "translation": "Termo obrigatório em falta da propriedade do serviço: create_at." + }, + { + "id": "model.service_terms.is_valid.id.app_error", + "translation": "ID do Termo de serviço inválido." + }, + { + "id": "model.service_terms.is_valid.text.app_error", + "translation": "Termos de serviço inválidos." + }, + { + "id": "model.service_terms.is_valid.user_id.app_error", + "translation": "Termo obrigatório em falta da propriedade do serviço: user_id." + }, { "id": "model.team.is_valid.characters.app_error", "translation": "Nome deve ter 2 ou mais caracteres alfanuméricos em minúsculas" @@ -4688,7 +4724,7 @@ }, { "id": "model.user.is_valid.email.app_error", - "translation": "Please enter a valid email address." + "translation": "Por favor entre um endereço de email válido." }, { "id": "model.user.is_valid.pwd.app_error", @@ -4696,7 +4732,7 @@ }, { "id": "model.user.is_valid.username.app_error", - "translation": "Username must begin with a letter and contain between 3 and 22 characters including numbers, lowercase letters, and the symbols \".\", \"-\", and \"_\"." + "translation": "Nome de usuário deve começar com uma letra e conter entre 3 e 22 caracteres incluindo números, letras minúsculas e símbolos \".\", \"-\" e \"_\"." }, { "id": "model.user_access_token.is_valid.description.app_error", @@ -4764,11 +4800,11 @@ }, { "id": "store.sql_channel.analytics_deleted_type_count.app_error", - "translation": "Não foi possível obter as contagens de canais excluídos" + "translation": "Não foi possível obter as contagens de canais" }, { "id": "store.sql_channel.analytics_type_count.app_error", - "translation": "Não foi possível obter as contagens de canais excluídos" + "translation": "Não foi possível obter as contagens de canais" }, { "id": "store.sql_channel.clear_all_custom_role_assignments.commit_transaction.app_error", @@ -4792,11 +4828,11 @@ }, { "id": "store.sql_channel.delete.channel.app_error", - "translation": "Não foi possível excluir o esquema" + "translation": "Não foi possível excluir o canal" }, { "id": "store.sql_channel.get.existing.app_error", - "translation": "Não foi possível encontrar o canal excluído existente" + "translation": "Não foi possível encontrar o canal existente" }, { "id": "store.sql_channel.get.find.app_error", @@ -4804,11 +4840,11 @@ }, { "id": "store.sql_channel.get_all.app_error", - "translation": "Não é possível obter canais" + "translation": "Não é possível obter todos os canais" }, { "id": "store.sql_channel.get_by_name.existing.app_error", - "translation": "Não foi possível encontrar o canal excluído existente" + "translation": "Não foi possível encontrar o canal existente" }, { "id": "store.sql_channel.get_by_name.missing.app_error", @@ -4820,7 +4856,7 @@ }, { "id": "store.sql_channel.get_channel_counts.get.app_error", - "translation": "Não foi possível adicionar membros para o canal direto" + "translation": "Não é possível obter as contagens de canais" }, { "id": "store.sql_channel.get_channels.get.app_error", @@ -4876,19 +4912,19 @@ }, { "id": "store.sql_channel.get_members.app_error", - "translation": "Não foi possível adicionar membros para o canal direto" + "translation": "Não foi possível obter os membros do canal" }, { "id": "store.sql_channel.get_members_by_ids.app_error", - "translation": "Não foi possível adicionar membros para o canal direto" + "translation": "Não foi possível obter os membros do canal" }, { "id": "store.sql_channel.get_more_channels.get.app_error", - "translation": "Não é possível obter canais" + "translation": "Não foi possível obter os canais" }, { "id": "store.sql_channel.get_public_channels.get.app_error", - "translation": "Não é possível obter canais" + "translation": "Não foi possível obter os canais públicos" }, { "id": "store.sql_channel.get_unread.app_error", @@ -4896,7 +4932,7 @@ }, { "id": "store.sql_channel.increment_mention_count.app_error", - "translation": "Unable to increment the mention count" + "translation": "Não foi possível incrementar a contagem de menções" }, { "id": "store.sql_channel.migrate_channel_members.commit_transaction.app_error", @@ -4920,7 +4956,7 @@ }, { "id": "store.sql_channel.permanent_delete.app_error", - "translation": "Não foi possível excluir o esquema" + "translation": "Não foi possível excluir o canal" }, { "id": "store.sql_channel.permanent_delete.commit_transaction.app_error", @@ -4928,7 +4964,7 @@ }, { "id": "store.sql_channel.permanent_delete.delete_public_channel.app_error", - "translation": "Unable to delete materialized public channel" + "translation": "Não é possível excluir um canal público materializado" }, { "id": "store.sql_channel.permanent_delete.open_transaction.app_error", @@ -4936,7 +4972,7 @@ }, { "id": "store.sql_channel.permanent_delete_by_team.app_error", - "translation": "Não foi possível excluir o esquema" + "translation": "Não foi possível excluir os canais" }, { "id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error", @@ -4944,7 +4980,7 @@ }, { "id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error", - "translation": "Unable to delete materialized public channels" + "translation": "Não é possível excluir canais públicos materializados" }, { "id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error", @@ -4952,15 +4988,15 @@ }, { "id": "store.sql_channel.permanent_delete_members_by_user.app_error", - "translation": "Falha ao obter os membros do canal" + "translation": "Não foi possível remover o membro do canal" }, { "id": "store.sql_channel.pinned_posts.app_error", - "translation": "Unable to find the pinned posts" + "translation": "Não foi possível encontrar as publicações pinadas" }, { "id": "store.sql_channel.remove_member.app_error", - "translation": "Falha ao obter os membros do canal" + "translation": "Não foi possível remover os membros do canal" }, { "id": "store.sql_channel.reset_all_channel_schemes.app_error", @@ -5004,7 +5040,7 @@ }, { "id": "store.sql_channel.save.upsert_public_channel.app_error", - "translation": "Unable to upsert materialized public channel" + "translation": "Não é possível atualizar canal público materializado" }, { "id": "store.sql_channel.save_channel.current_count.app_error", @@ -5028,7 +5064,7 @@ }, { "id": "store.sql_channel.save_channel.save.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível salvar o canal" }, { "id": "store.sql_channel.save_direct_channel.add_members.app_error", @@ -5060,7 +5096,7 @@ }, { "id": "store.sql_channel.save_member.save.app_error", - "translation": "Falha ao atualizar o membro do canal" + "translation": "Não foi possível salvar o membro do canal" }, { "id": "store.sql_channel.search.app_error", @@ -5076,7 +5112,7 @@ }, { "id": "store.sql_channel.set_delete_at.update_public_channel.app_error", - "translation": "Unable to update the materialized public channel" + "translation": "Não é possível atualizar o canal público materializado" }, { "id": "store.sql_channel.update.app_error", @@ -5108,7 +5144,7 @@ }, { "id": "store.sql_channel.update.upsert_public_channel.app_error", - "translation": "Unable to upsert materialized public channel" + "translation": "Não é possível atualizar canal público materializado" }, { "id": "store.sql_channel.update_last_viewed_at.app_error", @@ -5160,31 +5196,31 @@ }, { "id": "store.sql_command.analytics_command_count.app_error", - "translation": "Não foi possível excluir o esquema" + "translation": "Não foi possível contar os comandos" }, { "id": "store.sql_command.get_by_trigger.app_error", - "translation": "Não foi possível excluir o esquema" + "translation": "Não foi possível obter o comando" }, { "id": "store.sql_command.save.delete.app_error", - "translation": "Não foi possível excluir a função" + "translation": "Não foi possível excluir o comando" }, { "id": "store.sql_command.save.delete_perm.app_error", - "translation": "Não foi possível excluir a função" + "translation": "Não foi possível excluir o comando" }, { "id": "store.sql_command.save.get.app_error", - "translation": "Não foi possível excluir o esquema" + "translation": "Não foi possível obter o comando" }, { "id": "store.sql_command.save.get_team.app_error", - "translation": "Não foi possível excluir o esquema" + "translation": "Não foi possível obter os comandos" }, { "id": "store.sql_command.save.saving.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível salvar o Comando" }, { "id": "store.sql_command.save.saving_overwrite.app_error", @@ -5192,15 +5228,15 @@ }, { "id": "store.sql_command.save.update.app_error", - "translation": "Não foi possível atualizar o esquema" + "translation": "Não foi possível atualizar o comando" }, { "id": "store.sql_command_webhooks.get.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível obter o webhook" }, { "id": "store.sql_command_webhooks.save.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível salvar o CommandWebhook" }, { "id": "store.sql_command_webhooks.save.existing.app_error", @@ -5228,7 +5264,7 @@ }, { "id": "store.sql_emoji.delete.app_error", - "translation": "Não foi possível excluir a função" + "translation": "Não foi possível excluir o emoji" }, { "id": "store.sql_emoji.delete.no_results", @@ -5236,19 +5272,19 @@ }, { "id": "store.sql_emoji.get.app_error", - "translation": "Não foi possível excluir o esquema" + "translation": "Não foi possível obter o emoji" }, { "id": "store.sql_emoji.get_all.app_error", - "translation": "Não foi possível excluir o esquema" + "translation": "Não foi possível obter o emoji" }, { "id": "store.sql_emoji.get_by_name.app_error", - "translation": "Não foi possível excluir o esquema" + "translation": "Não foi possível obter o emoji" }, { "id": "store.sql_emoji.save.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível salvar o emoji" }, { "id": "store.sql_file_info.PermanentDeleteByUser.app_error", @@ -5256,27 +5292,27 @@ }, { "id": "store.sql_file_info.attach_to_post.app_error", - "translation": "Não foi possível anexar as informações do arquivo para o post" + "translation": "Não foi possível anexar as informações do arquivo para a publicação" }, { "id": "store.sql_file_info.delete_for_post.app_error", - "translation": "Não foi possível deletar as informações do arquivo para o post" + "translation": "Não foi possível deletar as informações do arquivo para a publicação" }, { "id": "store.sql_file_info.get.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível obter as informações do arquivo" }, { "id": "store.sql_file_info.get_by_path.app_error", - "translation": "Não foi possível obter as informações do arquivo para o post" + "translation": "Não foi possível obter as informações do arquivo pelo caminho" }, { "id": "store.sql_file_info.get_for_post.app_error", - "translation": "Não foi possível obter as informações do arquivo para o post" + "translation": "Não foi possível obter as informações do arquivo para a publicação" }, { "id": "store.sql_file_info.get_for_user_id.app_error", - "translation": "Não foi possível obter as informações do arquivo do usuário" + "translation": "Não foi possível obter as informações do arquivo para o usuário" }, { "id": "store.sql_file_info.permanent_delete.app_error", @@ -5288,19 +5324,19 @@ }, { "id": "store.sql_file_info.save.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível salvar as informações do arquivo" }, { "id": "store.sql_job.delete.app_error", - "translation": "Não foi possível excluir a função" + "translation": "Não foi possível excluir o job" }, { "id": "store.sql_job.get.app_error", - "translation": "Não foi possível excluir o esquema" + "translation": "Não foi possível obter a tarefa" }, { "id": "store.sql_job.get_all.app_error", - "translation": "Não foi possível excluir o esquema" + "translation": "Não foi possível obter as tarefas" }, { "id": "store.sql_job.get_count_by_status_and_type.app_error", @@ -5312,11 +5348,11 @@ }, { "id": "store.sql_job.save.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível salvar o job" }, { "id": "store.sql_job.update.app_error", - "translation": "Não foi possível atualizar o esquema" + "translation": "Não foi possível atualizar o job" }, { "id": "store.sql_license.get.app_error", @@ -5356,7 +5392,7 @@ }, { "id": "store.sql_oauth.get_app.find.app_error", - "translation": "Unable to find the requested app" + "translation": "Não foi possível encontrar o app requisitado" }, { "id": "store.sql_oauth.get_app.finding.app_error", @@ -5364,7 +5400,7 @@ }, { "id": "store.sql_oauth.get_app_by_user.find.app_error", - "translation": "Não foi possível encontrar a equipe existente" + "translation": "Não foi possível encontrar nenhum app existente" }, { "id": "store.sql_oauth.get_apps.find.app_error", @@ -5388,7 +5424,7 @@ }, { "id": "store.sql_oauth.remove_access_data.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível remover o token de acesso" }, { "id": "store.sql_oauth.remove_auth_data.app_error", @@ -5396,7 +5432,7 @@ }, { "id": "store.sql_oauth.save_access_data.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível salvar o token de acesso." }, { "id": "store.sql_oauth.save_app.existing.app_error", @@ -5404,7 +5440,7 @@ }, { "id": "store.sql_oauth.save_app.save.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível salvar o app." }, { "id": "store.sql_oauth.save_auth_data.app_error", @@ -5424,7 +5460,7 @@ }, { "id": "store.sql_oauth.update_app.update.app_error", - "translation": "Não foi possível atualizar o esquema" + "translation": "Não foi possível atualizar o app" }, { "id": "store.sql_oauth.update_app.updating.app_error", @@ -5444,23 +5480,23 @@ }, { "id": "store.sql_post.analytics_posts_count.app_error", - "translation": "Unable to get post counts" + "translation": "Não foi possível obter a contagem de publicações" }, { "id": "store.sql_post.analytics_posts_count_by_day.app_error", - "translation": "Unable to get post counts by day" + "translation": "Não foi possível obter a contagem por dia" }, { "id": "store.sql_post.analytics_user_counts_posts_by_day.app_error", - "translation": "Unable to get user counts with posts" + "translation": "Não é possível obter contagens de usuários com publicações" }, { "id": "store.sql_post.compliance_export.app_error", - "translation": "Não foi possível buscar os posts de compliance export." + "translation": "Não foi possível obter os posts de compliance export." }, { "id": "store.sql_post.delete.app_error", - "translation": "Não foi possível excluir a função" + "translation": "Não foi possível excluir a publicação" }, { "id": "store.sql_post.get.app_error", @@ -5468,11 +5504,11 @@ }, { "id": "store.sql_post.get_flagged_posts.app_error", - "translation": "Não foi possível adicionar membros para o canal direto" + "translation": "Não foi possível obter as publicações marcadas" }, { "id": "store.sql_post.get_parents_posts.app_error", - "translation": "Não foi possível obter o post pai para o canal" + "translation": "Não foi possível obter a publicação pai do canal" }, { "id": "store.sql_post.get_posts.app_error", @@ -5480,43 +5516,43 @@ }, { "id": "store.sql_post.get_posts_around.get.app_error", - "translation": "Não foi possível obter as postagens para o canal" + "translation": "Não foi possível obter as publicações do canal" }, { "id": "store.sql_post.get_posts_around.get_parent.app_error", - "translation": "Não foi possível obter o post pai para o canal" + "translation": "Não foi possível obter a publicação pai do canal" }, { "id": "store.sql_post.get_posts_batch_for_indexing.get.app_error", - "translation": "Não foi possível obter o lote de posts para indexação" + "translation": "Não foi possível obter o lote de publicações para indexação" }, { "id": "store.sql_post.get_posts_by_ids.app_error", - "translation": "Não foi possível obter a publicação" + "translation": "Não foi possível obter as publicações" }, { "id": "store.sql_post.get_posts_created_att.app_error", - "translation": "Não foi possível obter as postagens para o canal" + "translation": "Não foi possível obter as publicações do canal" }, { "id": "store.sql_post.get_posts_since.app_error", - "translation": "Não foi possível obter as postagens para o canal" + "translation": "Não foi possível obter as publicações do canal" }, { "id": "store.sql_post.get_root_posts.app_error", - "translation": "Não foi possível obter as postagens para o canal" + "translation": "Não foi possível obter as publicações do canal" }, { "id": "store.sql_post.overwrite.app_error", - "translation": "Não foi possível excluir a função" + "translation": "Não foi possível excluir a Publicação" }, { "id": "store.sql_post.permanent_delete.app_error", - "translation": "Não foi possível excluir a função" + "translation": "Não foi possível excluir a publicação" }, { "id": "store.sql_post.permanent_delete_all_comments_by_user.app_error", - "translation": "Não foi possível deletar os comentários para o usuário" + "translation": "Não foi possível excluir os comentários do usuário" }, { "id": "store.sql_post.permanent_delete_batch.app_error", @@ -5524,15 +5560,15 @@ }, { "id": "store.sql_post.permanent_delete_by_channel.app_error", - "translation": "Não foi possível excluir o esquema" + "translation": "Não foi possível excluir as publicações pelo canal" }, { "id": "store.sql_post.permanent_delete_by_user.app_error", - "translation": "Não foi possível selecionar os posts para deletar para o usuário" + "translation": "Não foi possível selecionar as publicações para excluir do usuário" }, { "id": "store.sql_post.permanent_delete_by_user.too_many.app_error", - "translation": "Não foi possível selecionar as postagens para deletar o usuário (muitos), por favor, re-executar" + "translation": "Não foi possível selecionar as publicações para excluir do usuário (muitos), por favor, re-executar" }, { "id": "store.sql_post.query_max_post_size.error", @@ -5540,7 +5576,7 @@ }, { "id": "store.sql_post.save.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível salvar a Publicação" }, { "id": "store.sql_post.save.existing.app_error", @@ -5552,7 +5588,7 @@ }, { "id": "store.sql_post.update.app_error", - "translation": "Não foi possível atualizar o esquema" + "translation": "Não foi possível atualizar a Publicação" }, { "id": "store.sql_preference.cleanup_flags_batch.app_error", @@ -5580,7 +5616,7 @@ }, { "id": "store.sql_preference.insert.save.app_error", - "translation": "Unable to save the preference" + "translation": "Não foi possível salvar a preferencia" }, { "id": "store.sql_preference.is_feature_enabled.app_error", @@ -5612,7 +5648,7 @@ }, { "id": "store.sql_preference.update.app_error", - "translation": "Unable to update the preference" + "translation": "Não foi possível atualizar a preferencia" }, { "id": "store.sql_reaction.delete.app_error", @@ -5754,9 +5790,25 @@ "id": "store.sql_scheme.save_scheme.commit_transaction.app_error", "translation": "Falha ao confirmar a transação para salvar o esquema" }, + { + "id": "store.sql_service_terms.save.app_error", + "translation": "Não foi possível salvar os termos de serviço" + }, + { + "id": "store.sql_service_terms_store.get.app_error", + "translation": "Não foi possível obter os termos de serviço" + }, + { + "id": "store.sql_service_terms_store.get.no_rows.app_error", + "translation": "Nenhum termo de serviço encontrado" + }, + { + "id": "store.sql_service_terms_store.save.existing.app_error", + "translation": "Não deve chamar para salvar termos de serviços existentes" + }, { "id": "store.sql_session.analytics_session_count.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível contar as sessões" }, { "id": "store.sql_session.get.app_error", @@ -5768,35 +5820,35 @@ }, { "id": "store.sql_session.permanent_delete_sessions_by_user.app_error", - "translation": "Não foi possível remover todas as sessões para o usuário" + "translation": "Não foi possível remover todas as sessões do usuário" }, { "id": "store.sql_session.remove.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível remover a sessão" }, { "id": "store.sql_session.remove_all_sessions_for_team.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível remover todas as sessões" }, { "id": "store.sql_session.save.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível salvar a sessão" }, { "id": "store.sql_session.save.existing.app_error", - "translation": "Não foi possível atualizar a sessão" + "translation": "Não foi possível atualizar a sessão existente" }, { "id": "store.sql_session.update_device_id.app_error", - "translation": "Unable to update the device id" + "translation": "Não foi possível atualizar o id do dispositivo" }, { "id": "store.sql_session.update_last_activity.app_error", - "translation": "Unable to update the last_activity_at" + "translation": "Não foi possível atualizar last_activity_at" }, { "id": "store.sql_session.update_roles.app_error", - "translation": "Não foi possível atualizar o esquema" + "translation": "Não foi possível atualizar as funções" }, { "id": "store.sql_status.get.app_error", @@ -5844,7 +5896,7 @@ }, { "id": "store.sql_system.get_by_name.app_error", - "translation": "Unable to find the system variable." + "translation": "Não foi possível encontrar a variável do sistema" }, { "id": "store.sql_system.permanent_delete_by_name.app_error", @@ -5860,11 +5912,11 @@ }, { "id": "store.sql_team.analytics_get_team_count_for_scheme.app_error", - "translation": "Não foi possível obter a contagem de canais para o esquema." + "translation": "Não foi possível obter a contagem de canais do esquema." }, { "id": "store.sql_team.analytics_team_count.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível contar as equipes" }, { "id": "store.sql_team.clear_all_custom_role_assignments.commit_transaction.app_error", @@ -5920,7 +5972,7 @@ }, { "id": "store.sql_team.get_member.app_error", - "translation": "Falha ao atualizar o membro da equipe" + "translation": "Não foi possível obter o membro da equipe" }, { "id": "store.sql_team.get_member.missing.app_error", @@ -5928,15 +5980,15 @@ }, { "id": "store.sql_team.get_member_count.app_error", - "translation": "Falha ao atualizar o membro da equipe" + "translation": "Não foi possível contar os membros da equipe" }, { "id": "store.sql_team.get_members.app_error", - "translation": "Falha ao atualizar o membro da equipe" + "translation": "Não foi possível obter os membros da equipe" }, { "id": "store.sql_team.get_members_by_ids.app_error", - "translation": "Falha ao atualizar o membro da equipe" + "translation": "Não foi possível obter os membros da equipe" }, { "id": "store.sql_team.get_unread.app_error", @@ -5964,11 +6016,11 @@ }, { "id": "store.sql_team.permanent_delete.app_error", - "translation": "Não foi possível encontrar a equipe existente" + "translation": "Não foi possível excluir a equipe existente" }, { "id": "store.sql_team.remove_member.app_error", - "translation": "Falha ao atualizar o membro da equipe" + "translation": "Não foi possível remover o membro da equipe" }, { "id": "store.sql_team.reset_all_team_schemes.app_error", @@ -5976,7 +6028,7 @@ }, { "id": "store.sql_team.save.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível salvar a equipe" }, { "id": "store.sql_team.save.domain_exists.app_error", @@ -5992,7 +6044,7 @@ }, { "id": "store.sql_team.save_member.save.app_error", - "translation": "Falha ao atualizar o membro da equipe" + "translation": "Não foi possível salvar o membro da equipe" }, { "id": "store.sql_team.search_all_team.app_error", @@ -6004,11 +6056,11 @@ }, { "id": "store.sql_team.update.app_error", - "translation": "Não foi possível atualizar o esquema" + "translation": "Não foi possível atualizar a equipe" }, { "id": "store.sql_team.update.find.app_error", - "translation": "Não foi possível encontrar a equipe existente" + "translation": "Não foi possível encontrar a equipe para atualizar" }, { "id": "store.sql_team.update.finding.app_error", @@ -6020,7 +6072,7 @@ }, { "id": "store.sql_team.update_display_name.app_error", - "translation": "Não foi possível atualizar o esquema" + "translation": "Não foi possível atualizar o nome da equipe" }, { "id": "store.sql_team.update_last_team_icon_update.app_error", @@ -6028,7 +6080,7 @@ }, { "id": "store.sql_user.analytics_daily_active_users.app_error", - "translation": "Nós não conseguimos pegar os usuários ativos durante o período solicitado" + "translation": "Nós não conseguimos obter os usuários ativos durante o período solicitado" }, { "id": "store.sql_user.analytics_get_inactive_users_count.app_error", @@ -6036,11 +6088,11 @@ }, { "id": "store.sql_user.analytics_get_system_admin_count.app_error", - "translation": "Unable to get the system admin count" + "translation": "Não foi possível obter a contagem de administradores de sistema" }, { "id": "store.sql_user.analytics_unique_user_count.app_error", - "translation": "Unable to get the unique user count" + "translation": "Não foi possível obter a contagem de usuários únicos" }, { "id": "store.sql_user.clear_all_custom_role_assignments.commit_transaction.app_error", @@ -6120,15 +6172,15 @@ }, { "id": "store.sql_user.missing_account.const", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível encontrar o usuário." }, { "id": "store.sql_user.permanent_delete.app_error", - "translation": "Não foi possível encontrar a equipe existente" + "translation": "Não foi possível excluir a conta existente" }, { "id": "store.sql_user.save.app_error", - "translation": "Não foi possível atualizar o esquema" + "translation": "Não foi possível salvar a conta." }, { "id": "store.sql_user.save.email_exists.app_error", @@ -6168,11 +6220,11 @@ }, { "id": "store.sql_user.search.app_error", - "translation": "Nós não conseguimos achar nenhum usuário com os parametros de busca" + "translation": "Não foi possível encontrar nenhum usuário com os parâmetros de pesquisa" }, { "id": "store.sql_user.update.app_error", - "translation": "Não foi possível atualizar o esquema" + "translation": "Não foi possível atualizar a conta" }, { "id": "store.sql_user.update.can_not_change_ldap.app_error", @@ -6200,7 +6252,7 @@ }, { "id": "store.sql_user.update_auth_data.app_error", - "translation": "Não foi possível atualizar o esquema" + "translation": "Não foi possível atualizar os dados de autenticação" }, { "id": "store.sql_user.update_auth_data.email_exists.app_error", @@ -6208,11 +6260,11 @@ }, { "id": "store.sql_user.update_failed_pwd_attempts.app_error", - "translation": "Unable to update the failed_attempts" + "translation": "Não foi possível atualizar o failed_attempts" }, { "id": "store.sql_user.update_last_picture_update.app_error", - "translation": "Não foi possível atualizar o esquema" + "translation": "Não foi possível atualizar o update_at" }, { "id": "store.sql_user.update_mfa_active.app_error", @@ -6224,11 +6276,11 @@ }, { "id": "store.sql_user.update_password.app_error", - "translation": "Unable to update the user password" + "translation": "Não foi possível atualizar a senha do usuário" }, { "id": "store.sql_user.update_update.app_error", - "translation": "Nós não conseguimos atualizar a data da última atualização do usuário" + "translation": "Não foi possível atualizar a data da última atualização do usuário" }, { "id": "store.sql_user.verify_email.app_error", @@ -6264,71 +6316,71 @@ }, { "id": "store.sql_user_access_token.update_token_disable.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível desativar o token de acesso" }, { "id": "store.sql_user_access_token.update_token_enable.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível habilitar o token de acesso" }, { "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível contar os wehooks de entrada" }, { "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível contar os webhooks de saída" }, { "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível excluir o webhook" }, { "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível excluir o webhook" }, { "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível obter o webhook" }, { "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível obter os webhooks" }, { "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível obter o webhook" }, { "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível obter o webhook" }, { "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível obter os webhooks" }, { "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível obter os webhooks" }, { "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível excluir o webhook" }, { "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível excluir o webhook" }, { "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível excluir o webhook" }, { "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível excluir o webhook" }, { "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível salvar o webhook de entrada" }, { "id": "store.sql_webhooks.save_incoming.existing.app_error", @@ -6336,7 +6388,7 @@ }, { "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "Não foi possível salvar o token" + "translation": "Não foi possível salvar o webhook de saída" }, { "id": "store.sql_webhooks.save_outgoing.override.app_error", @@ -6344,11 +6396,11 @@ }, { "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível atualizar o webhook de entrada" }, { "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "Não foi possível utilizar o webhook" + "translation": "Não foi possível atualizar o webhook" }, { "id": "system.message.name", diff --git a/i18n/ro.json b/i18n/ro.json index 807b92c85..aa326ff53 100644 --- a/i18n/ro.json +++ b/i18n/ro.json @@ -411,6 +411,10 @@ "id": "api.command_channel_purpose.update_channel.app_error", "translation": "Eroare la actualizare canalul curent." }, + { + "id": "api.command_channel_remove.channel.app_error", + "translation": "Error retrieving the current channel." + }, { "id": "api.command_channel_rename.channel.app_error", "translation": "Eroare la regăsirea canalul curent." @@ -930,6 +934,14 @@ "id": "api.context.token_provided.app_error", "translation": "Sesiune nu este OAuth dar token-ul a fost oferit în şirul de interogare" }, + { + "id": "api.create_service_terms.custom_service_terms_disabled.app_error", + "translation": "Custom terms of service feature is disabled" + }, + { + "id": "api.create_service_terms.empty_text.app_error", + "translation": "Please enter text for your Custom Terms of Service." + }, { "id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error", "translation": "Email job pe receptor canal de dozare a fost complet. Vă rugăm să crească EmailBatchingBufferSize." @@ -2018,6 +2030,10 @@ "id": "api.user.authorize_oauth_user.unsupported.app_error", "translation": "Neacceptat OAuth furnizorul" }, + { + "id": "api.user.autocomplete_users.invalid_team_id", + "translation": "Echipa invalid ID" + }, { "id": "api.user.check_user_login_attempts.too_many.app_error", "translation": "Contul este blocat din cauza prea multe tentative de a eşuat parola. Vă rugăm să resetaţi parola." @@ -2178,6 +2194,10 @@ "id": "api.user.oauth_to_email.not_available.app_error", "translation": "Autentificare Transfer nu configurate sau disponibile pe acest server." }, + { + "id": "api.user.register_service_terms_action.bad_value.app_error", + "translation": "Bad accepted value" + }, { "id": "api.user.reset_password.broken_token.app_error", "translation": "Resetare parola token-ul nu pare să fie valabile." @@ -4622,6 +4642,22 @@ "id": "model.reaction.is_valid.user_id.app_error", "translation": "Utilizator invalid" }, + { + "id": "model.service_terms.is_valid.create_at.app_error", + "translation": "Lipsesc necesare Post proprietate: create_at." + }, + { + "id": "model.service_terms.is_valid.id.app_error", + "translation": "Invalid term of service id." + }, + { + "id": "model.service_terms.is_valid.text.app_error", + "translation": "Custom terms of service text is too long. Maximum {{.MaxLength}} characters allowed." + }, + { + "id": "model.service_terms.is_valid.user_id.app_error", + "translation": "Lipsesc necesare Post proprietate: create_at." + }, { "id": "model.team.is_valid.characters.app_error", "translation": "Numele trebuie să fie de 2 sau mai multe caractere alfanumerice minuscule" @@ -5754,6 +5790,22 @@ "id": "store.sql_scheme.save_scheme.commit_transaction.app_error", "translation": "Nu a reușit să se angajeze tranzacția pentru salvarea schemei" }, + { + "id": "store.sql_service_terms.save.app_error", + "translation": "Unable to save terms of service." + }, + { + "id": "store.sql_service_terms_store.get.app_error", + "translation": "Unable to fetch terms of service." + }, + { + "id": "store.sql_service_terms_store.get.no_rows.app_error", + "translation": "No terms of service found." + }, + { + "id": "store.sql_service_terms_store.save.existing.app_error", + "translation": "Must not call save for existing terms of service." + }, { "id": "store.sql_session.analytics_session_count.app_error", "translation": "Imposibil de salvat token" diff --git a/i18n/ru.json b/i18n/ru.json index 9a2628b23..a4c487b6a 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -121,7 +121,7 @@ }, { "id": "api.channel.create_channel.max_channel_limit.app_error", - "translation": "Нельзя создать больше {{.MaxChannelsPerTeam}} каналов для этой команды" + "translation": "Нельзя создать больше чем {{.MaxChannelsPerTeam}} каналов для этой команды" }, { "id": "api.channel.create_default_channels.off_topic", @@ -157,7 +157,7 @@ }, { "id": "api.channel.delete_channel.type.invalid", - "translation": "Unable to delete direct or group message channels" + "translation": "Невозможно удалить прямые или групповые каналы сообщений" }, { "id": "api.channel.join_channel.permissions.app_error", @@ -233,7 +233,7 @@ }, { "id": "api.channel.remove_channel_member.type.app_error", - "translation": "Unable to remove user from a channel." + "translation": "Не удалось удалить пользователя из канала." }, { "id": "api.channel.remove_member.removed", @@ -305,7 +305,7 @@ }, { "id": "api.command.invite_people.email_invitations_off", - "translation": "Email invitations are disabled, no invite(s) sent" + "translation": "Приглашения по электронной почте отключены, приглашение не отправлено" }, { "id": "api.command.invite_people.email_off", @@ -337,7 +337,7 @@ }, { "id": "api.command.team_mismatch.app_error", - "translation": "Невозможно обновить команды через команды" + "translation": "Невозможно обновить команды через термины" }, { "id": "api.command_away.desc", @@ -389,7 +389,7 @@ }, { "id": "api.command_channel_purpose.direct_group.app_error", - "translation": "Для прямых сообщений невозможно установить цель. Вместо этого используйте /header для установки заголовка." + "translation": "Невозможно установить назначение для каналов личных сообщений. Используйте /header, чтобы вместо этого установить заголовок." }, { "id": "api.command_channel_purpose.hint", @@ -405,12 +405,16 @@ }, { "id": "api.command_channel_purpose.permission.app_error", - "translation": "У вас нет соответствующих прав для редактирования цели канала." + "translation": "У вас нет прав для редактирования цели канала." }, { "id": "api.command_channel_purpose.update_channel.app_error", "translation": "Ошибка обновления текущего канала." }, + { + "id": "api.command_channel_remove.channel.app_error", + "translation": "Error retrieving the current channel." + }, { "id": "api.command_channel_rename.channel.app_error", "translation": "Ошибка получения текущего канала." @@ -437,7 +441,7 @@ }, { "id": "api.command_channel_rename.permission.app_error", - "translation": "У вас нет прав для переименовании канала." + "translation": "У вас нет прав на переименование канала." }, { "id": "api.command_channel_rename.too_long.app_error", @@ -558,8 +562,8 @@ { "id": "api.command_groupmsg.invalid_user.app_error", "translation": { - "one": "Unable to find the user: {{.Users}}", - "other": "Unable to find the users: {{.Users}}" + "one": "Не удалось найти пользователя: {{.Users}}", + "other": "Не удалось найти пользователей: {{.Users}}" } }, { @@ -576,7 +580,7 @@ }, { "id": "api.command_groupmsg.permission.app_error", - "translation": "You don't have the appropriate permissions to create a new group message." + "translation": "У вас нет соответствующих разрешений для создания нового группового сообщения." }, { "id": "api.command_help.desc", @@ -616,7 +620,7 @@ }, { "id": "api.command_invite.missing_user.app_error", - "translation": "Не удалось удалить плагин" + "translation": "Не удалось найти пользователя." }, { "id": "api.command_invite.name", @@ -628,7 +632,7 @@ }, { "id": "api.command_invite.private_channel.app_error", - "translation": "Could not find the channel {{.Channel}}. Please use the channel handle to identify channels." + "translation": "Невозможно найти канал {{.Channel}}. Пожалуйста, используйте управление каналом для идентификации." }, { "id": "api.command_invite.success", @@ -660,7 +664,7 @@ }, { "id": "api.command_join.missing.app_error", - "translation": "Не удалось удалить плагин" + "translation": "Не удалось найти канал" }, { "id": "api.command_join.name", @@ -728,7 +732,7 @@ }, { "id": "api.command_msg.missing.app_error", - "translation": "Не удалось удалить плагин" + "translation": "Не удалось найти пользователя" }, { "id": "api.command_msg.name", @@ -736,7 +740,7 @@ }, { "id": "api.command_msg.permission.app_error", - "translation": "У Вас нет соответствующих прав для удаления участника." + "translation": "У вас не прав для отправки личного сообщения этому пользователю." }, { "id": "api.command_mute.desc", @@ -824,7 +828,7 @@ }, { "id": "api.command_remove.missing.app_error", - "translation": "Не удалось удалить плагин" + "translation": "Не удалось найти пользователя" }, { "id": "api.command_remove.name", @@ -832,7 +836,7 @@ }, { "id": "api.command_remove.permission.app_error", - "translation": "У Вас нет соответствующих прав для удаления участника." + "translation": "У Вас нет прав для удаления участника." }, { "id": "api.command_remove.user_not_in_channel", @@ -930,6 +934,14 @@ "id": "api.context.token_provided.app_error", "translation": "Сессия не OAuth, но токен присутствует в строке запроса" }, + { + "id": "api.create_service_terms.custom_service_terms_disabled.app_error", + "translation": "Custom terms of service feature is disabled" + }, + { + "id": "api.create_service_terms.empty_text.app_error", + "translation": "Please enter text for your Custom Terms of Service." + }, { "id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error", "translation": "Канал-получатель почтового объединения был полон. Пожалуйста, увеличьте значение EmailBatchingBufferSize." @@ -1026,7 +1038,7 @@ }, { "id": "api.emoji.upload.large_image.too_large.app_error", - "translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}." + "translation": "Не удалось создать эможи. Изображение должно быть меньше {{.MaxWidth}} {{.MaxHeight}}." }, { "id": "api.emoji.upload.open.app_error", @@ -1038,11 +1050,11 @@ }, { "id": "api.file.file_exists.exists_local.app_error", - "translation": "Unable to check if the file exists." + "translation": "Не удалось проверить, существует ли файл." }, { "id": "api.file.file_exists.s3.app_error", - "translation": "Unable to check if the file exists." + "translation": "Не удалось проверить, существует ли файл." }, { "id": "api.file.get_file.public_invalid.app_error", @@ -2018,6 +2030,10 @@ "id": "api.user.authorize_oauth_user.unsupported.app_error", "translation": "Неподдерживаемый провайдер OAuth" }, + { + "id": "api.user.autocomplete_users.invalid_team_id", + "translation": "Некорректный идентификатор команды" + }, { "id": "api.user.check_user_login_attempts.too_many.app_error", "translation": "Ваша учетная запись была заблокирована из-за слишком большого числа неудачных попыток ввода пароля. Пожалуйста, сбросьте свой пароль." @@ -2178,6 +2194,10 @@ "id": "api.user.oauth_to_email.not_available.app_error", "translation": "Authentication Transfer not configured or available on this server." }, + { + "id": "api.user.register_service_terms_action.bad_value.app_error", + "translation": "Bad accepted value" + }, { "id": "api.user.reset_password.broken_token.app_error", "translation": "Токен сброса пароля не представляется действительным." @@ -4622,6 +4642,22 @@ "id": "model.reaction.is_valid.user_id.app_error", "translation": "Неверный идентификатор пользователя" }, + { + "id": "model.service_terms.is_valid.create_at.app_error", + "translation": "Отсутствует необходимое поле для Post: create_at." + }, + { + "id": "model.service_terms.is_valid.id.app_error", + "translation": "Invalid term of service id." + }, + { + "id": "model.service_terms.is_valid.text.app_error", + "translation": "Custom terms of service text is too long. Maximum {{.MaxLength}} characters allowed." + }, + { + "id": "model.service_terms.is_valid.user_id.app_error", + "translation": "Отсутствует необходимое поле для Post: create_at." + }, { "id": "model.team.is_valid.characters.app_error", "translation": "Имя должно состоять из 2 или более строчных букв и цифр" @@ -5754,6 +5790,22 @@ "id": "store.sql_scheme.save_scheme.commit_transaction.app_error", "translation": "Failed to commit the transaction to save the scheme" }, + { + "id": "store.sql_service_terms.save.app_error", + "translation": "Unable to save terms of service." + }, + { + "id": "store.sql_service_terms_store.get.app_error", + "translation": "Unable to fetch terms of service." + }, + { + "id": "store.sql_service_terms_store.get.no_rows.app_error", + "translation": "No terms of service found." + }, + { + "id": "store.sql_service_terms_store.save.existing.app_error", + "translation": "Must not call save for existing terms of service." + }, { "id": "store.sql_session.analytics_session_count.app_error", "translation": "Не удалось удалить плагин" diff --git a/i18n/tr.json b/i18n/tr.json index 922163164..fe6eef31d 100644 --- a/i18n/tr.json +++ b/i18n/tr.json @@ -411,6 +411,10 @@ "id": "api.command_channel_purpose.update_channel.app_error", "translation": "Geçerli kanal güncellenirken sorun çıktı." }, + { + "id": "api.command_channel_remove.channel.app_error", + "translation": "Error retrieving the current channel." + }, { "id": "api.command_channel_rename.channel.app_error", "translation": "Geçerli kanal alınırken sorun çıktı." @@ -930,6 +934,14 @@ "id": "api.context.token_provided.app_error", "translation": "Oturum OAuth olmadığı halde sorgu dizgesinde kod belirtilmiş" }, + { + "id": "api.create_service_terms.custom_service_terms_disabled.app_error", + "translation": "Özel hizmet koşulları özelliği devre dışı" + }, + { + "id": "api.create_service_terms.empty_text.app_error", + "translation": "Lütfen Özel Hizmet Koşulları metnini yazın." + }, { "id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error", "translation": "Toplu e-posta görevinin alım kanalı doldu. Lütfen EmailBatchingBufferSize değerini arttırın." @@ -2018,6 +2030,10 @@ "id": "api.user.authorize_oauth_user.unsupported.app_error", "translation": "Desteklenmeyen OAuth hizmeti sağlayıcı" }, + { + "id": "api.user.autocomplete_users.invalid_team_id", + "translation": "Takım kodu geçersiz" + }, { "id": "api.user.check_user_login_attempts.too_many.app_error", "translation": "Çok sayıda başarısız oturum açma girişimi nedeniyle hesabınız kilitlendi. Lütfen parolanızı sıfırlayın." @@ -2178,6 +2194,10 @@ "id": "api.user.oauth_to_email.not_available.app_error", "translation": "Kimlik Doğrulama Aktarımı yapılandırılmamış ya da bu sunucu üzerinde kullanılamıyor." }, + { + "id": "api.user.register_service_terms_action.bad_value.app_error", + "translation": "Onaylanan değer hatalı" + }, { "id": "api.user.reset_password.broken_token.app_error", "translation": "Parola sıfırlama kodu geçersiz görünüyor." @@ -4622,6 +4642,22 @@ "id": "model.reaction.is_valid.user_id.app_error", "translation": "Kullanıcı kodu geçersiz" }, + { + "id": "model.service_terms.is_valid.create_at.app_error", + "translation": "Zorunlu hizmet koşulları özelliği eksik: olusturulma_zamani." + }, + { + "id": "model.service_terms.is_valid.id.app_error", + "translation": "Hizmet koşulları kodu geçersiz." + }, + { + "id": "model.service_terms.is_valid.text.app_error", + "translation": "Hizmet koşulları metni geçersiz." + }, + { + "id": "model.service_terms.is_valid.user_id.app_error", + "translation": "Zorunlu hizmet koşulları özelliği eksik: kullanici_kodu." + }, { "id": "model.team.is_valid.characters.app_error", "translation": "Ad içinde 2 ya da daha fazla küçük alfasayısal karakter bulunmalıdır" @@ -4688,7 +4724,7 @@ }, { "id": "model.user.is_valid.email.app_error", - "translation": "Please enter a valid email address." + "translation": "Lütfen geçerli bir e-posta adresi yazın." }, { "id": "model.user.is_valid.pwd.app_error", @@ -4696,7 +4732,7 @@ }, { "id": "model.user.is_valid.username.app_error", - "translation": "Username must begin with a letter and contain between 3 and 22 characters including numbers, lowercase letters, and the symbols \".\", \"-\", and \"_\"." + "translation": "Kullanıcı adı bir harf ile başlamalı, 3 ile 22 karakter arasında olmalı ve rakamlar, küçük harfler ve \".\",\"-\" ile \"_\" karakterlerini içermelidir." }, { "id": "model.user_access_token.is_valid.description.app_error", @@ -5754,6 +5790,22 @@ "id": "store.sql_scheme.save_scheme.commit_transaction.app_error", "translation": "Şemayı kaydedecek hareket işlenemedi" }, + { + "id": "store.sql_service_terms.save.app_error", + "translation": "Hizmet koşulları kaydedilemedi" + }, + { + "id": "store.sql_service_terms_store.get.app_error", + "translation": "Hizmet koşulları alınamadı" + }, + { + "id": "store.sql_service_terms_store.get.no_rows.app_error", + "translation": "Herhangi bir hizmet koşulu bulunamadı." + }, + { + "id": "store.sql_service_terms_store.save.existing.app_error", + "translation": "Var olan hizmet koşulları için kaydetme çağrısı yapılmamalıdır" + }, { "id": "store.sql_session.analytics_session_count.app_error", "translation": "Oturumlar sayılamadı" diff --git a/i18n/zh-CN.json b/i18n/zh-CN.json index dcc97f343..bcadce15e 100644 --- a/i18n/zh-CN.json +++ b/i18n/zh-CN.json @@ -411,6 +411,10 @@ "id": "api.command_channel_purpose.update_channel.app_error", "translation": "更新当前频道错误。" }, + { + "id": "api.command_channel_remove.channel.app_error", + "translation": "Error retrieving the current channel." + }, { "id": "api.command_channel_rename.channel.app_error", "translation": "获取当前频道错误。" @@ -930,6 +934,14 @@ "id": "api.context.token_provided.app_error", "translation": "会话不是OAuth但是查询字符串中提供的令牌" }, + { + "id": "api.create_service_terms.custom_service_terms_disabled.app_error", + "translation": "已停用自定义服务条款" + }, + { + "id": "api.create_service_terms.empty_text.app_error", + "translation": "Please enter text for your Custom Terms of Service." + }, { "id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error", "translation": "批量电子邮件任务接收频道已满。请提高EmailBatchingBufferSize。" @@ -2018,6 +2030,10 @@ "id": "api.user.authorize_oauth_user.unsupported.app_error", "translation": "不支持的认证服务商" }, + { + "id": "api.user.autocomplete_users.invalid_team_id", + "translation": "无效的团队 id" + }, { "id": "api.user.check_user_login_attempts.too_many.app_error", "translation": "您的账号因为多次的密码尝试而被锁定。请重设您的密码。" @@ -2178,6 +2194,10 @@ "id": "api.user.oauth_to_email.not_available.app_error", "translation": "此服务器未配置验证转移。" }, + { + "id": "api.user.register_service_terms_action.bad_value.app_error", + "translation": "Bad accepted value" + }, { "id": "api.user.reset_password.broken_token.app_error", "translation": "无效的重置密码链接。" @@ -2584,7 +2604,7 @@ }, { "id": "app.import.import_scheme.scope_change.error", - "translation": "批量导入器无法更改已存在的方案的范围。" + "translation": "批量导入器无法更改现有的方案的范围。" }, { "id": "app.import.import_team.scheme_deleted.error", @@ -4622,6 +4642,22 @@ "id": "model.reaction.is_valid.user_id.app_error", "translation": "无效用户id" }, + { + "id": "model.service_terms.is_valid.create_at.app_error", + "translation": "服务条款缺少消息必须属性:create_at。" + }, + { + "id": "model.service_terms.is_valid.id.app_error", + "translation": "无效的服务条款 id。" + }, + { + "id": "model.service_terms.is_valid.text.app_error", + "translation": "无效的服务条款文字。" + }, + { + "id": "model.service_terms.is_valid.user_id.app_error", + "translation": "服务条款缺少消息必须属性:user_id。" + }, { "id": "model.team.is_valid.characters.app_error", "translation": "名称必须是2个或以上的小写字母" @@ -4688,7 +4724,7 @@ }, { "id": "model.user.is_valid.email.app_error", - "translation": "Please enter a valid email address." + "translation": "请输入有效的电子邮箱地址。" }, { "id": "model.user.is_valid.pwd.app_error", @@ -4696,7 +4732,7 @@ }, { "id": "model.user.is_valid.username.app_error", - "translation": "Username must begin with a letter and contain between 3 and 22 characters including numbers, lowercase letters, and the symbols \".\", \"-\", and \"_\"." + "translation": "用户名必须是一个以字母开头,可以包含数字、小写字母以及符号 \".\"、\"-\" 和 \"_\" 在内的3-22位字符。" }, { "id": "model.user_access_token.is_valid.description.app_error", @@ -4928,7 +4964,7 @@ }, { "id": "store.sql_channel.permanent_delete.delete_public_channel.app_error", - "translation": "Unable to delete materialized public channel" + "translation": "无法删除已实体化的公开频道" }, { "id": "store.sql_channel.permanent_delete.open_transaction.app_error", @@ -4944,7 +4980,7 @@ }, { "id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error", - "translation": "Unable to delete materialized public channels" + "translation": "无法删除已实体化的公开频道" }, { "id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error", @@ -5004,7 +5040,7 @@ }, { "id": "store.sql_channel.save.upsert_public_channel.app_error", - "translation": "Unable to upsert materialized public channel" + "translation": "无法插入或更新已实体化的公开频道" }, { "id": "store.sql_channel.save_channel.current_count.app_error", @@ -5076,7 +5112,7 @@ }, { "id": "store.sql_channel.set_delete_at.update_public_channel.app_error", - "translation": "Unable to update the materialized public channel" + "translation": "无法更新已实体化的公开频道" }, { "id": "store.sql_channel.update.app_error", @@ -5108,7 +5144,7 @@ }, { "id": "store.sql_channel.update.upsert_public_channel.app_error", - "translation": "Unable to upsert materialized public channel" + "translation": "无法插入或更新已实体化的公开频道" }, { "id": "store.sql_channel.update_last_viewed_at.app_error", @@ -5188,7 +5224,7 @@ }, { "id": "store.sql_command.save.saving_overwrite.app_error", - "translation": "您不能覆盖一个已存在的命令" + "translation": "您不能覆盖一个现有的命令" }, { "id": "store.sql_command.save.update.app_error", @@ -5364,7 +5400,7 @@ }, { "id": "store.sql_oauth.get_app_by_user.find.app_error", - "translation": "我们没找到已存在的团队来更新" + "translation": "没找到现有的应用" }, { "id": "store.sql_oauth.get_apps.find.app_error", @@ -5372,7 +5408,7 @@ }, { "id": "store.sql_oauth.get_auth_data.find.app_error", - "translation": "我们找不到现有的授权码" + "translation": "找不到现有的授权码" }, { "id": "store.sql_oauth.get_auth_data.finding.app_error", @@ -5384,7 +5420,7 @@ }, { "id": "store.sql_oauth.permanent_delete_auth_data_by_user.app_error", - "translation": "我们无法删除授权码" + "translation": "无法删除授权码" }, { "id": "store.sql_oauth.remove_access_data.app_error", @@ -5392,7 +5428,7 @@ }, { "id": "store.sql_oauth.remove_auth_data.app_error", - "translation": "我们无法删除授权码" + "translation": "无法删除授权码" }, { "id": "store.sql_oauth.save_access_data.app_error", @@ -5444,11 +5480,11 @@ }, { "id": "store.sql_post.analytics_posts_count.app_error", - "translation": "Unable to get post counts" + "translation": "无法获取消息数" }, { "id": "store.sql_post.analytics_posts_count_by_day.app_error", - "translation": "Unable to get post counts by day" + "translation": "无法获取以天计数的消息数" }, { "id": "store.sql_post.analytics_user_counts_posts_by_day.app_error", @@ -5456,7 +5492,7 @@ }, { "id": "store.sql_post.compliance_export.app_error", - "translation": "我们无法获取合规导出消息。" + "translation": "无法获取合规导出消息。" }, { "id": "store.sql_post.delete.app_error", @@ -5480,7 +5516,7 @@ }, { "id": "store.sql_post.get_posts_around.get.app_error", - "translation": "我们无法获取这个频道的信息" + "translation": "无法获取这个频道的信息" }, { "id": "store.sql_post.get_posts_around.get_parent.app_error", @@ -5492,31 +5528,31 @@ }, { "id": "store.sql_post.get_posts_by_ids.app_error", - "translation": "不能获取一个请求" + "translation": "无法获取消息" }, { "id": "store.sql_post.get_posts_created_att.app_error", - "translation": "我们无法获取这个频道的信息" + "translation": "无法获取此频道的消息" }, { "id": "store.sql_post.get_posts_since.app_error", - "translation": "我们无法获取这个频道的信息" + "translation": "无法获取此频道的消息" }, { "id": "store.sql_post.get_root_posts.app_error", - "translation": "我们无法获取这个频道的信息" + "translation": "无法获取此频道的消息" }, { "id": "store.sql_post.overwrite.app_error", - "translation": "无法删除角色" + "translation": "无法覆盖消息" }, { "id": "store.sql_post.permanent_delete.app_error", - "translation": "无法删除角色" + "translation": "无法删除消息" }, { "id": "store.sql_post.permanent_delete_all_comments_by_user.app_error", - "translation": "我们不能删除用户的评论" + "translation": "无法删除用户的评论" }, { "id": "store.sql_post.permanent_delete_batch.app_error", @@ -5536,7 +5572,7 @@ }, { "id": "store.sql_post.query_max_post_size.error", - "translation": "我们无法判断最大支持的消息大小" + "translation": "无法判断最大支持的消息大小" }, { "id": "store.sql_post.save.app_error", @@ -5754,9 +5790,25 @@ "id": "store.sql_scheme.save_scheme.commit_transaction.app_error", "translation": "提交事务以保存方案失败" }, + { + "id": "store.sql_service_terms.save.app_error", + "translation": "无法保存服务条款" + }, + { + "id": "store.sql_service_terms_store.get.app_error", + "translation": "无法获取服务条款" + }, + { + "id": "store.sql_service_terms_store.get.no_rows.app_error", + "translation": "未找到服务条款" + }, + { + "id": "store.sql_service_terms_store.save.existing.app_error", + "translation": "Must not call save for existing terms of service." + }, { "id": "store.sql_session.analytics_session_count.app_error", - "translation": "无法保存令牌" + "translation": "无法会话计数" }, { "id": "store.sql_session.get.app_error", @@ -5860,11 +5912,11 @@ }, { "id": "store.sql_team.analytics_get_team_count_for_scheme.app_error", - "translation": "我们无法从方案获取频道数。" + "translation": "无法从方案获取频道数。" }, { "id": "store.sql_team.analytics_team_count.app_error", - "translation": "无法保存令牌" + "translation": "无法团队计数" }, { "id": "store.sql_team.clear_all_custom_role_assignments.commit_transaction.app_error", @@ -5888,7 +5940,7 @@ }, { "id": "store.sql_team.get.find.app_error", - "translation": "未找到已存在的团队" + "translation": "未找到现有的团队" }, { "id": "store.sql_team.get.finding.app_error", @@ -5904,15 +5956,15 @@ }, { "id": "store.sql_team.get_by_invite_id.find.app_error", - "translation": "未找到已存在的团队" + "translation": "未找到现有的团队" }, { "id": "store.sql_team.get_by_invite_id.finding.app_error", - "translation": "未找到已存在的团队" + "translation": "未找到现有的团队" }, { "id": "store.sql_team.get_by_name.app_error", - "translation": "未找到已存在的团队" + "translation": "未找到现有的团队" }, { "id": "store.sql_team.get_by_scheme.app_error", @@ -5928,7 +5980,7 @@ }, { "id": "store.sql_team.get_member_count.app_error", - "translation": "更新团队成员失败" + "translation": "无法团队成员计数" }, { "id": "store.sql_team.get_members.app_error", @@ -5940,7 +5992,7 @@ }, { "id": "store.sql_team.get_unread.app_error", - "translation": "我们无法获取团队未读消息" + "translation": "无法获取团队未读消息" }, { "id": "store.sql_team.migrate_team_members.commit_transaction.app_error", @@ -5964,11 +6016,11 @@ }, { "id": "store.sql_team.permanent_delete.app_error", - "translation": "我们没找到已存在的团队来更新" + "translation": "无法删除现有的团队" }, { "id": "store.sql_team.remove_member.app_error", - "translation": "更新团队成员失败" + "translation": "无法移除团队成员" }, { "id": "store.sql_team.reset_all_team_schemes.app_error", @@ -5988,7 +6040,7 @@ }, { "id": "store.sql_team.save_member.exists.app_error", - "translation": "拥有此ID的团队成员已存在" + "translation": "已存在拥有此 ID 的团队成员" }, { "id": "store.sql_team.save_member.save.app_error", @@ -6008,7 +6060,7 @@ }, { "id": "store.sql_team.update.find.app_error", - "translation": "我们没找到已存在的团队来更新" + "translation": "没找到现有的团队以更新" }, { "id": "store.sql_team.update.finding.app_error", @@ -6020,11 +6072,11 @@ }, { "id": "store.sql_team.update_display_name.app_error", - "translation": "无法更新方案" + "translation": "无法更新团队名称" }, { "id": "store.sql_team.update_last_team_icon_update.app_error", - "translation": "我们无法更新团队图标更新日期" + "translation": "无法更新团队图标更新日期" }, { "id": "store.sql_user.analytics_daily_active_users.app_error", @@ -6036,11 +6088,11 @@ }, { "id": "store.sql_user.analytics_get_system_admin_count.app_error", - "translation": "Unable to get the system admin count" + "translation": "无法获取系统管理数" }, { "id": "store.sql_user.analytics_unique_user_count.app_error", - "translation": "Unable to get the unique user count" + "translation": "无法获取使用者数" }, { "id": "store.sql_user.clear_all_custom_role_assignments.commit_transaction.app_error", @@ -6124,7 +6176,7 @@ }, { "id": "store.sql_user.permanent_delete.app_error", - "translation": "我们没找到已存在的团队来更新" + "translation": "无法删除现有的帐号" }, { "id": "store.sql_user.save.app_error", @@ -6156,7 +6208,7 @@ }, { "id": "store.sql_user.save.username_exists.app_error", - "translation": "使用该用户名的账户已存在。" + "translation": "已存在使用该用户名的账户。" }, { "id": "store.sql_user.save.username_exists.ldap_app_error", @@ -6168,7 +6220,7 @@ }, { "id": "store.sql_user.search.app_error", - "translation": "我们无法找到符合搜索条件的用户" + "translation": "无法找到符合搜索条件的用户" }, { "id": "store.sql_user.update.app_error", @@ -6184,7 +6236,7 @@ }, { "id": "store.sql_user.update.find.app_error", - "translation": "我们没法查找已存在的帐号以更新" + "translation": "未找到现有的帐号以更新" }, { "id": "store.sql_user.update.finding.app_error", @@ -6208,7 +6260,7 @@ }, { "id": "store.sql_user.update_failed_pwd_attempts.app_error", - "translation": "Unable to update the failed_attempts" + "translation": "无法更新 failed_attempts" }, { "id": "store.sql_user.update_last_picture_update.app_error", @@ -6280,55 +6332,55 @@ }, { "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "无法使用 webhook" + "translation": "无法删除 webhook" }, { "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "无法使用 webhook" + "translation": "无法删除 webhook" }, { "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "无法使用 webhook" + "translation": "无法获取 webhook" }, { "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "无法使用 webhook" + "translation": "无法获取 webhook" }, { "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "无法使用 webhook" + "translation": "无法获取 webhook" }, { "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "无法使用 webhook" + "translation": "无法获取 webhook" }, { "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "无法使用 webhook" + "translation": "无法获取 webhook" }, { "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "无法使用 webhook" + "translation": "无法获取 webhook" }, { "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "无法使用 webhook" + "translation": "无法删除 webhook" }, { "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "无法使用 webhook" + "translation": "无法删除 webhook" }, { "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "无法使用 webhook" + "translation": "无法删除 webhook" }, { "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "无法使用 webhook" + "translation": "无法删除 webhook" }, { "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "无法使用 webhook" + "translation": "无法保存 IncomingWebhook" }, { "id": "store.sql_webhooks.save_incoming.existing.app_error", @@ -6336,7 +6388,7 @@ }, { "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "无法保存令牌" + "translation": "无法保存 OutgoingWebhook" }, { "id": "store.sql_webhooks.save_outgoing.override.app_error", @@ -6344,11 +6396,11 @@ }, { "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "无法使用 webhook" + "translation": "无法更新 IncomingWebhook" }, { "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "无法使用 webhook" + "translation": "无法更新 webhook" }, { "id": "system.message.name", @@ -6468,7 +6520,7 @@ }, { "id": "web.get_access_token.internal_saving.app_error", - "translation": "我们无法更新用户访问数据。" + "translation": "无法更新用户访问数据。" }, { "id": "web.incoming_webhook.channel.app_error", diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json index cfe32a2b6..fc33f54d1 100644 --- a/i18n/zh-TW.json +++ b/i18n/zh-TW.json @@ -411,6 +411,10 @@ "id": "api.command_channel_purpose.update_channel.app_error", "translation": "更新當前頻道時錯誤。" }, + { + "id": "api.command_channel_remove.channel.app_error", + "translation": "Error retrieving the current channel." + }, { "id": "api.command_channel_rename.channel.app_error", "translation": "取得當前頻道時錯誤。" @@ -558,8 +562,8 @@ { "id": "api.command_groupmsg.invalid_user.app_error", "translation": { - "one": "Unable to find the user: {{.Users}}", - "other": "Unable to find the users: {{.Users}}" + "one": "找不到使用者:{{.Users}}找不到使用者:{{.Users}}", + "other": "" } }, { @@ -616,7 +620,7 @@ }, { "id": "api.command_invite.missing_user.app_error", - "translation": "無法儲存 Token" + "translation": "找不到使用者。" }, { "id": "api.command_invite.name", @@ -660,7 +664,7 @@ }, { "id": "api.command_join.missing.app_error", - "translation": "無法儲存 Token" + "translation": "找不到頻道。" }, { "id": "api.command_join.name", @@ -728,7 +732,7 @@ }, { "id": "api.command_msg.missing.app_error", - "translation": "無法儲存 Token" + "translation": "找不到使用者。" }, { "id": "api.command_msg.name", @@ -824,7 +828,7 @@ }, { "id": "api.command_remove.missing.app_error", - "translation": "無法儲存 Token" + "translation": "找不到使用者。" }, { "id": "api.command_remove.name", @@ -930,6 +934,14 @@ "id": "api.context.token_provided.app_error", "translation": "工作階段並非使用 OAuth 協定,查詢字串中卻出現了 Token" }, + { + "id": "api.create_service_terms.custom_service_terms_disabled.app_error", + "translation": "已停用自訂服務條款" + }, + { + "id": "api.create_service_terms.empty_text.app_error", + "translation": "請輸入自訂服務條款的文字。" + }, { "id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error", "translation": "批次郵件的接收頻道已滿。請增加 EmailBatchingBufferSize。" @@ -1026,7 +1038,7 @@ }, { "id": "api.emoji.upload.large_image.too_large.app_error", - "translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}." + "translation": "無法建立繪文字。圖片必須小於 {{.MaxWidth}} 乘 {{.MaxHeight}} 。" }, { "id": "api.emoji.upload.open.app_error", @@ -1038,11 +1050,11 @@ }, { "id": "api.file.file_exists.exists_local.app_error", - "translation": "Unable to check if the file exists." + "translation": "無法確認檔案是否存在。" }, { "id": "api.file.file_exists.s3.app_error", - "translation": "Unable to check if the file exists." + "translation": "無法確認檔案是否存在。" }, { "id": "api.file.get_file.public_invalid.app_error", @@ -2018,6 +2030,10 @@ "id": "api.user.authorize_oauth_user.unsupported.app_error", "translation": "不支援的 OAuth 服務供應者" }, + { + "id": "api.user.autocomplete_users.invalid_team_id", + "translation": "無效的團隊 ID" + }, { "id": "api.user.check_user_login_attempts.too_many.app_error", "translation": "您的帳號已經因為嘗試太多次的錯誤密碼而被鎖定。請重設密碼。" @@ -2178,6 +2194,10 @@ "id": "api.user.oauth_to_email.not_available.app_error", "translation": "此伺服器尚未設定或不支援認證轉移。" }, + { + "id": "api.user.register_service_terms_action.bad_value.app_error", + "translation": "已接收的值有問題" + }, { "id": "api.user.reset_password.broken_token.app_error", "translation": "此密碼重設金鑰不是有效金鑰" @@ -2452,11 +2472,11 @@ }, { "id": "app.export.export_write_line.io_writer.error", - "translation": "An error occurred writing the export data." + "translation": "寫入匯出資料時發生錯誤" }, { "id": "app.export.export_write_line.json_marshall.error", - "translation": "An error occured marshalling the JSON data for export." + "translation": "封裝 JSON 資料以匯出時發生錯誤" }, { "id": "app.import.attachment.bad_file.error", @@ -3436,7 +3456,7 @@ }, { "id": "ent.message_export.global_relay.close_zip_file.app_error", - "translation": "無法建立 eml 檔案。" + "translation": "無法關閉 zip 檔案。" }, { "id": "ent.message_export.global_relay.create_file_in_zip.app_error", @@ -4622,6 +4642,22 @@ "id": "model.reaction.is_valid.user_id.app_error", "translation": "無效的使用者 ID" }, + { + "id": "model.service_terms.is_valid.create_at.app_error", + "translation": "缺少必要的服務條款屬性:建立日期。" + }, + { + "id": "model.service_terms.is_valid.id.app_error", + "translation": "無效的服務條款 ID。" + }, + { + "id": "model.service_terms.is_valid.text.app_error", + "translation": "無效的服務條款文字。" + }, + { + "id": "model.service_terms.is_valid.user_id.app_error", + "translation": "缺少必要的服務條款屬性:使用者 ID。" + }, { "id": "model.team.is_valid.characters.app_error", "translation": "名稱必須是2個以上的小寫英數字元" @@ -4688,7 +4724,7 @@ }, { "id": "model.user.is_valid.email.app_error", - "translation": "Please enter a valid email address." + "translation": "請輸入有效的電子郵件位址。" }, { "id": "model.user.is_valid.pwd.app_error", @@ -4696,7 +4732,7 @@ }, { "id": "model.user.is_valid.username.app_error", - "translation": "Username must begin with a letter and contain between 3 and 22 characters including numbers, lowercase letters, and the symbols \".\", \"-\", and \"_\"." + "translation": "使用者名稱必須要以小寫英字母開頭,最少 3 個最多 22 個字,只能使用小寫英字母、數字、'.'、'-'跟'_'。" }, { "id": "model.user_access_token.is_valid.description.app_error", @@ -4768,7 +4804,7 @@ }, { "id": "store.sql_channel.analytics_type_count.app_error", - "translation": "無法取得已刪除的頻道類別數量" + "translation": "無法取得頻道類別數量" }, { "id": "store.sql_channel.clear_all_custom_role_assignments.commit_transaction.app_error", @@ -4792,11 +4828,11 @@ }, { "id": "store.sql_channel.delete.channel.app_error", - "translation": "無法刪除配置" + "translation": "無法刪除頻道" }, { "id": "store.sql_channel.get.existing.app_error", - "translation": "找不到現有的已刪除頻道" + "translation": "找不到現有的頻道" }, { "id": "store.sql_channel.get.find.app_error", @@ -4808,7 +4844,7 @@ }, { "id": "store.sql_channel.get_by_name.existing.app_error", - "translation": "找不到現有的已刪除頻道" + "translation": "找不到現有的頻道" }, { "id": "store.sql_channel.get_by_name.missing.app_error", @@ -4820,7 +4856,7 @@ }, { "id": "store.sql_channel.get_channel_counts.get.app_error", - "translation": "無法新增直接訊息頻道的成員" + "translation": "無法取得頻道類別數量" }, { "id": "store.sql_channel.get_channels.get.app_error", @@ -4860,7 +4896,7 @@ }, { "id": "store.sql_channel.get_member.app_error", - "translation": "無法新增直接訊息頻道的成員" + "translation": "無法取得頻道成員" }, { "id": "store.sql_channel.get_member.missing.app_error", @@ -4876,11 +4912,11 @@ }, { "id": "store.sql_channel.get_members.app_error", - "translation": "無法新增直接訊息頻道的成員" + "translation": "無法取得頻道成員" }, { "id": "store.sql_channel.get_members_by_ids.app_error", - "translation": "無法新增直接訊息頻道的成員" + "translation": "無法取得頻道成員" }, { "id": "store.sql_channel.get_more_channels.get.app_error", @@ -4888,7 +4924,7 @@ }, { "id": "store.sql_channel.get_public_channels.get.app_error", - "translation": "無法取得頻道" + "translation": "無法取得公開頻道" }, { "id": "store.sql_channel.get_unread.app_error", @@ -4896,7 +4932,7 @@ }, { "id": "store.sql_channel.increment_mention_count.app_error", - "translation": "Unable to increment the mention count" + "translation": "無法增加提及的計數" }, { "id": "store.sql_channel.migrate_channel_members.commit_transaction.app_error", @@ -4920,7 +4956,7 @@ }, { "id": "store.sql_channel.permanent_delete.app_error", - "translation": "無法刪除配置" + "translation": "無法刪除頻道" }, { "id": "store.sql_channel.permanent_delete.commit_transaction.app_error", @@ -4928,7 +4964,7 @@ }, { "id": "store.sql_channel.permanent_delete.delete_public_channel.app_error", - "translation": "Unable to delete materialized public channel" + "translation": "無法刪除已實體化的公開頻道" }, { "id": "store.sql_channel.permanent_delete.open_transaction.app_error", @@ -4936,7 +4972,7 @@ }, { "id": "store.sql_channel.permanent_delete_by_team.app_error", - "translation": "無法刪除配置" + "translation": "無法刪除頻道" }, { "id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error", @@ -4944,7 +4980,7 @@ }, { "id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error", - "translation": "Unable to delete materialized public channels" + "translation": "無法刪除已實體化的公開頻道" }, { "id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error", @@ -4952,15 +4988,15 @@ }, { "id": "store.sql_channel.permanent_delete_members_by_user.app_error", - "translation": "取得頻道成員時失敗" + "translation": "無法移除頻道成員" }, { "id": "store.sql_channel.pinned_posts.app_error", - "translation": "Unable to find the pinned posts" + "translation": "找不到被釘選的訊息" }, { "id": "store.sql_channel.remove_member.app_error", - "translation": "取得頻道成員時失敗" + "translation": "無法移除頻道成員" }, { "id": "store.sql_channel.reset_all_channel_schemes.app_error", @@ -5004,7 +5040,7 @@ }, { "id": "store.sql_channel.save.upsert_public_channel.app_error", - "translation": "Unable to upsert materialized public channel" + "translation": "無法新增/更新已實體化的公開頻道" }, { "id": "store.sql_channel.save_channel.current_count.app_error", @@ -5028,7 +5064,7 @@ }, { "id": "store.sql_channel.save_channel.save.app_error", - "translation": "無法儲存 Token" + "translation": "無法儲存頻道" }, { "id": "store.sql_channel.save_direct_channel.add_members.app_error", @@ -5060,7 +5096,7 @@ }, { "id": "store.sql_channel.save_member.save.app_error", - "translation": "更新頻道成員時失敗" + "translation": "無法儲存頻道成員" }, { "id": "store.sql_channel.search.app_error", @@ -5076,7 +5112,7 @@ }, { "id": "store.sql_channel.set_delete_at.update_public_channel.app_error", - "translation": "Unable to update the materialized public channel" + "translation": "無法更新已實體化的公開頻道" }, { "id": "store.sql_channel.update.app_error", @@ -5108,7 +5144,7 @@ }, { "id": "store.sql_channel.update.upsert_public_channel.app_error", - "translation": "Unable to upsert materialized public channel" + "translation": "無法新增/更新已實體化的公開頻道" }, { "id": "store.sql_channel.update_last_viewed_at.app_error", @@ -5160,31 +5196,31 @@ }, { "id": "store.sql_command.analytics_command_count.app_error", - "translation": "無法取得配置" + "translation": "無法計算指令數量" }, { "id": "store.sql_command.get_by_trigger.app_error", - "translation": "無法取得配置" + "translation": "無法取得指令" }, { "id": "store.sql_command.save.delete.app_error", - "translation": "無法刪除角色" + "translation": "無法刪除指令" }, { "id": "store.sql_command.save.delete_perm.app_error", - "translation": "無法刪除角色" + "translation": "無法刪除指令" }, { "id": "store.sql_command.save.get.app_error", - "translation": "無法取得配置" + "translation": "無法取得指令" }, { "id": "store.sql_command.save.get_team.app_error", - "translation": "無法取得配置" + "translation": "無法取得指令" }, { "id": "store.sql_command.save.saving.app_error", - "translation": "無法儲存 Token" + "translation": "無法儲存指令" }, { "id": "store.sql_command.save.saving_overwrite.app_error", @@ -5192,15 +5228,15 @@ }, { "id": "store.sql_command.save.update.app_error", - "translation": "無法更新配置" + "translation": "無法更新指令" }, { "id": "store.sql_command_webhooks.get.app_error", - "translation": "無法使用 Webhook" + "translation": "無法取得 Webhook" }, { "id": "store.sql_command_webhooks.save.app_error", - "translation": "無法儲存 Token" + "translation": "無法儲存指令 Webhook" }, { "id": "store.sql_command_webhooks.save.existing.app_error", @@ -5228,7 +5264,7 @@ }, { "id": "store.sql_emoji.delete.app_error", - "translation": "無法刪除角色" + "translation": "無法刪除繪文字" }, { "id": "store.sql_emoji.delete.no_results", @@ -5236,19 +5272,19 @@ }, { "id": "store.sql_emoji.get.app_error", - "translation": "無法取得配置" + "translation": "無法取得繪文字" }, { "id": "store.sql_emoji.get_all.app_error", - "translation": "無法取得配置" + "translation": "無法取得繪文字" }, { "id": "store.sql_emoji.get_by_name.app_error", - "translation": "無法取得配置" + "translation": "無法取得繪文字" }, { "id": "store.sql_emoji.save.app_error", - "translation": "無法儲存 Token" + "translation": "無法儲存繪文字" }, { "id": "store.sql_file_info.PermanentDeleteByUser.app_error", @@ -5256,23 +5292,23 @@ }, { "id": "store.sql_file_info.attach_to_post.app_error", - "translation": "無法添加檔案訊息到發文上" + "translation": "無法添加檔案訊息到訊息上" }, { "id": "store.sql_file_info.delete_for_post.app_error", - "translation": "無法從發文刪除檔案訊息" + "translation": "無法刪除訊息的檔案訊息" }, { "id": "store.sql_file_info.get.app_error", - "translation": "無法儲存 Token" + "translation": "無法取得檔案訊息" }, { "id": "store.sql_file_info.get_by_path.app_error", - "translation": "無法取得發文的檔案訊息" + "translation": "無法根據路徑取得檔案訊息" }, { "id": "store.sql_file_info.get_for_post.app_error", - "translation": "無法取得發文的檔案訊息" + "translation": "無法取得訊息的檔案訊息" }, { "id": "store.sql_file_info.get_for_user_id.app_error", @@ -5288,19 +5324,19 @@ }, { "id": "store.sql_file_info.save.app_error", - "translation": "無法儲存 Token" + "translation": "無法儲存檔案訊息" }, { "id": "store.sql_job.delete.app_error", - "translation": "無法刪除角色" + "translation": "無法刪除工作" }, { "id": "store.sql_job.get.app_error", - "translation": "無法取得配置" + "translation": "無法取得工作" }, { "id": "store.sql_job.get_all.app_error", - "translation": "無法取得配置" + "translation": "無法取得工作" }, { "id": "store.sql_job.get_count_by_status_and_type.app_error", @@ -5312,11 +5348,11 @@ }, { "id": "store.sql_job.save.app_error", - "translation": "無法儲存 Token" + "translation": "無法儲存工作" }, { "id": "store.sql_job.update.app_error", - "translation": "無法更新配置" + "translation": "無法更新工作" }, { "id": "store.sql_license.get.app_error", @@ -5356,7 +5392,7 @@ }, { "id": "store.sql_oauth.get_app.find.app_error", - "translation": "Unable to find the requested app" + "translation": "找不到要求的應用程式" }, { "id": "store.sql_oauth.get_app.finding.app_error", @@ -5364,7 +5400,7 @@ }, { "id": "store.sql_oauth.get_app_by_user.find.app_error", - "translation": "找不到已存在的團隊來更新" + "translation": "找不到已存在的應用程式" }, { "id": "store.sql_oauth.get_apps.find.app_error", @@ -5372,7 +5408,7 @@ }, { "id": "store.sql_oauth.get_auth_data.find.app_error", - "translation": "找不到授權碼" + "translation": "找不到已存在的授權碼" }, { "id": "store.sql_oauth.get_auth_data.finding.app_error", @@ -5388,7 +5424,7 @@ }, { "id": "store.sql_oauth.remove_access_data.app_error", - "translation": "無法儲存 Token" + "translation": "無法儲存存取 Token" }, { "id": "store.sql_oauth.remove_auth_data.app_error", @@ -5396,7 +5432,7 @@ }, { "id": "store.sql_oauth.save_access_data.app_error", - "translation": "無法儲存 Token" + "translation": "無法儲存存取 Token" }, { "id": "store.sql_oauth.save_app.existing.app_error", @@ -5404,7 +5440,7 @@ }, { "id": "store.sql_oauth.save_app.save.app_error", - "translation": "無法儲存 Token" + "translation": "無法儲存應用程式" }, { "id": "store.sql_oauth.save_auth_data.app_error", @@ -5424,7 +5460,7 @@ }, { "id": "store.sql_oauth.update_app.update.app_error", - "translation": "無法更新配置" + "translation": "無法更新應用程式" }, { "id": "store.sql_oauth.update_app.updating.app_error", @@ -5444,15 +5480,15 @@ }, { "id": "store.sql_post.analytics_posts_count.app_error", - "translation": "Unable to get post counts" + "translation": "無法取得訊息計數" }, { "id": "store.sql_post.analytics_posts_count_by_day.app_error", - "translation": "Unable to get post counts by day" + "translation": "無法取得每日訊息計數" }, { "id": "store.sql_post.analytics_user_counts_posts_by_day.app_error", - "translation": "Unable to get user counts with posts" + "translation": "無法取得使用者訊息計數" }, { "id": "store.sql_post.compliance_export.app_error", @@ -5460,7 +5496,7 @@ }, { "id": "store.sql_post.delete.app_error", - "translation": "無法刪除角色" + "translation": "無法刪除訊息" }, { "id": "store.sql_post.get.app_error", @@ -5468,7 +5504,7 @@ }, { "id": "store.sql_post.get_flagged_posts.app_error", - "translation": "無法新增直接訊息頻道的成員" + "translation": "無法新增被標記的訊息" }, { "id": "store.sql_post.get_parents_posts.app_error", @@ -5508,11 +5544,11 @@ }, { "id": "store.sql_post.overwrite.app_error", - "translation": "無法刪除角色" + "translation": "無法覆蓋訊息" }, { "id": "store.sql_post.permanent_delete.app_error", - "translation": "無法刪除角色" + "translation": "無法刪除訊息" }, { "id": "store.sql_post.permanent_delete_all_comments_by_user.app_error", @@ -5524,7 +5560,7 @@ }, { "id": "store.sql_post.permanent_delete_by_channel.app_error", - "translation": "無法刪除配置" + "translation": "無法根據頻道刪除訊息" }, { "id": "store.sql_post.permanent_delete_by_user.app_error", @@ -5540,7 +5576,7 @@ }, { "id": "store.sql_post.save.app_error", - "translation": "無法儲存 Token" + "translation": "無法儲存訊息" }, { "id": "store.sql_post.save.existing.app_error", @@ -5552,7 +5588,7 @@ }, { "id": "store.sql_post.update.app_error", - "translation": "無法更新配置" + "translation": "無法更新訊息" }, { "id": "store.sql_preference.cleanup_flags_batch.app_error", @@ -5580,7 +5616,7 @@ }, { "id": "store.sql_preference.insert.save.app_error", - "translation": "Unable to save the preference" + "translation": "無法儲存偏好" }, { "id": "store.sql_preference.is_feature_enabled.app_error", @@ -5612,7 +5648,7 @@ }, { "id": "store.sql_preference.update.app_error", - "translation": "Unable to update the preference" + "translation": "無法更新偏好" }, { "id": "store.sql_reaction.delete.app_error", @@ -5754,9 +5790,25 @@ "id": "store.sql_scheme.save_scheme.commit_transaction.app_error", "translation": "認可交易以儲存配置時失敗" }, + { + "id": "store.sql_service_terms.save.app_error", + "translation": "無法儲存使用條款" + }, + { + "id": "store.sql_service_terms_store.get.app_error", + "translation": "無法取得使用條款" + }, + { + "id": "store.sql_service_terms_store.get.no_rows.app_error", + "translation": "找不到使用條款" + }, + { + "id": "store.sql_service_terms_store.save.existing.app_error", + "translation": "不能對現有的使用條款呼叫儲存" + }, { "id": "store.sql_session.analytics_session_count.app_error", - "translation": "無法儲存 Token" + "translation": "無法計算工作階段數量" }, { "id": "store.sql_session.get.app_error", @@ -5772,15 +5824,15 @@ }, { "id": "store.sql_session.remove.app_error", - "translation": "無法儲存 Token" + "translation": "無法移除工作階段" }, { "id": "store.sql_session.remove_all_sessions_for_team.app_error", - "translation": "無法儲存 Token" + "translation": "無法移除所有的工作階段" }, { "id": "store.sql_session.save.app_error", - "translation": "無法儲存 Token" + "translation": "無法儲存工作階段" }, { "id": "store.sql_session.save.existing.app_error", @@ -5788,15 +5840,15 @@ }, { "id": "store.sql_session.update_device_id.app_error", - "translation": "Unable to update the device id" + "translation": "無法更新裝置 ID" }, { "id": "store.sql_session.update_last_activity.app_error", - "translation": "Unable to update the last_activity_at" + "translation": "無法更新最新活動時間" }, { "id": "store.sql_session.update_roles.app_error", - "translation": "無法更新配置" + "translation": "無法更新角色" }, { "id": "store.sql_status.get.app_error", @@ -5844,7 +5896,7 @@ }, { "id": "store.sql_system.get_by_name.app_error", - "translation": "Unable to find the system variable." + "translation": "找不到系統變數" }, { "id": "store.sql_system.permanent_delete_by_name.app_error", @@ -5864,7 +5916,7 @@ }, { "id": "store.sql_team.analytics_team_count.app_error", - "translation": "無法儲存 Token" + "translation": "無法計算團隊數量" }, { "id": "store.sql_team.clear_all_custom_role_assignments.commit_transaction.app_error", @@ -5920,7 +5972,7 @@ }, { "id": "store.sql_team.get_member.app_error", - "translation": "更新團隊成員時失敗" + "translation": "無法取得團隊成員" }, { "id": "store.sql_team.get_member.missing.app_error", @@ -5928,15 +5980,15 @@ }, { "id": "store.sql_team.get_member_count.app_error", - "translation": "更新團隊成員時失敗" + "translation": "無法計算團隊成員數量" }, { "id": "store.sql_team.get_members.app_error", - "translation": "更新團隊成員時失敗" + "translation": "無法取得團隊成員" }, { "id": "store.sql_team.get_members_by_ids.app_error", - "translation": "更新團隊成員時失敗" + "translation": "無法取得團隊成員" }, { "id": "store.sql_team.get_unread.app_error", @@ -5964,11 +6016,11 @@ }, { "id": "store.sql_team.permanent_delete.app_error", - "translation": "找不到已存在的團隊來更新" + "translation": "無法刪除已存在的團隊" }, { "id": "store.sql_team.remove_member.app_error", - "translation": "更新團隊成員時失敗" + "translation": "無法移除團隊成員" }, { "id": "store.sql_team.reset_all_team_schemes.app_error", @@ -5976,7 +6028,7 @@ }, { "id": "store.sql_team.save.app_error", - "translation": "無法儲存 Token" + "translation": "無法儲存團隊" }, { "id": "store.sql_team.save.domain_exists.app_error", @@ -5992,7 +6044,7 @@ }, { "id": "store.sql_team.save_member.save.app_error", - "translation": "更新團隊成員時失敗" + "translation": "無法儲存團隊成員" }, { "id": "store.sql_team.search_all_team.app_error", @@ -6004,7 +6056,7 @@ }, { "id": "store.sql_team.update.app_error", - "translation": "無法更新配置" + "translation": "無法更新團隊" }, { "id": "store.sql_team.update.find.app_error", @@ -6020,7 +6072,7 @@ }, { "id": "store.sql_team.update_display_name.app_error", - "translation": "無法更新配置" + "translation": "無法更新團隊名稱" }, { "id": "store.sql_team.update_last_team_icon_update.app_error", @@ -6036,11 +6088,11 @@ }, { "id": "store.sql_user.analytics_get_system_admin_count.app_error", - "translation": "Unable to get the system admin count" + "translation": "無法取得系統管理員計數" }, { "id": "store.sql_user.analytics_unique_user_count.app_error", - "translation": "Unable to get the unique user count" + "translation": "無法取得使用者計數" }, { "id": "store.sql_user.clear_all_custom_role_assignments.commit_transaction.app_error", @@ -6120,15 +6172,15 @@ }, { "id": "store.sql_user.missing_account.const", - "translation": "無法儲存 Token" + "translation": "找不到使用者。" }, { "id": "store.sql_user.permanent_delete.app_error", - "translation": "找不到已存在的團隊來更新" + "translation": "無法刪除已存在的帳號" }, { "id": "store.sql_user.save.app_error", - "translation": "無法更新配置" + "translation": "無法儲存帳號" }, { "id": "store.sql_user.save.email_exists.app_error", @@ -6172,7 +6224,7 @@ }, { "id": "store.sql_user.update.app_error", - "translation": "無法更新配置" + "translation": "無法更新帳號" }, { "id": "store.sql_user.update.can_not_change_ldap.app_error", @@ -6200,7 +6252,7 @@ }, { "id": "store.sql_user.update_auth_data.app_error", - "translation": "無法更新配置" + "translation": "無法更新認證資料" }, { "id": "store.sql_user.update_auth_data.email_exists.app_error", @@ -6208,11 +6260,11 @@ }, { "id": "store.sql_user.update_failed_pwd_attempts.app_error", - "translation": "Unable to update the failed_attempts" + "translation": "無法更新失敗嘗試" }, { "id": "store.sql_user.update_last_picture_update.app_error", - "translation": "無法更新配置" + "translation": "無法更新更新時間" }, { "id": "store.sql_user.update_mfa_active.app_error", @@ -6224,7 +6276,7 @@ }, { "id": "store.sql_user.update_password.app_error", - "translation": "Unable to update the user password" + "translation": "無法更新使用者密碼" }, { "id": "store.sql_user.update_update.app_error", @@ -6264,71 +6316,71 @@ }, { "id": "store.sql_user_access_token.update_token_disable.app_error", - "translation": "無法儲存 Token" + "translation": "無法停用存取 Token" }, { "id": "store.sql_user_access_token.update_token_enable.app_error", - "translation": "無法儲存 Token" + "translation": "無法啟用存取 Token" }, { "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "無法使用 Webhook" + "translation": "無法計算內送 Webhook 數量" }, { "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "無法使用 Webhook" + "translation": "無法計算外寄 Webhook 數量" }, { "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "無法使用 Webhook" + "translation": "無法刪除 Webhook" }, { "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "無法使用 Webhook" + "translation": "無法刪除 Webhook" }, { "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "無法使用 Webhook" + "translation": "無法取得 Webhook" }, { "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "無法使用 Webhook" + "translation": "無法取得 Webhook" }, { "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "無法使用 Webhook" + "translation": "無法取得 Webhook" }, { "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "無法使用 Webhook" + "translation": "無法取得 Webhook" }, { "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "無法使用 Webhook" + "translation": "無法取得 Webhook" }, { "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "無法使用 Webhook" + "translation": "無法取得 Webhook" }, { "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "無法使用 Webhook" + "translation": "無法刪除 Webhook" }, { "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "無法使用 Webhook" + "translation": "無法刪除 Webhook" }, { "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "無法使用 Webhook" + "translation": "無法刪除 Webhook" }, { "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "無法使用 Webhook" + "translation": "無法刪除 Webhook" }, { "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "無法使用 Webhook" + "translation": "無法儲存內送 Webhook" }, { "id": "store.sql_webhooks.save_incoming.existing.app_error", @@ -6336,7 +6388,7 @@ }, { "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "無法儲存 Token" + "translation": "無法儲存外寄 Webhook" }, { "id": "store.sql_webhooks.save_outgoing.override.app_error", @@ -6344,11 +6396,11 @@ }, { "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "無法使用 Webhook" + "translation": "無法更新內送 Webhook" }, { "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "無法使用 Webhook" + "translation": "無法更新 Webhook" }, { "id": "system.message.name", -- GitLab