summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2018-03-20 12:55:26 +0200
committerSaturnino Abril <saturnino.abril@gmail.com>2018-03-20 18:55:26 +0800
commit6e4c9b1db2155f479919e12c84f91fa89334d8a7 (patch)
treed722a82c06e7e26a90c49a97b421f85c8ab6d847 /i18n
parent4b675b347b5241def7807fab5e01ce9b98531815 (diff)
downloadchat-6e4c9b1db2155f479919e12c84f91fa89334d8a7.tar.gz
chat-6e4c9b1db2155f479919e12c84f91fa89334d8a7.tar.bz2
chat-6e4c9b1db2155f479919e12c84f91fa89334d8a7.zip
translations PR 20180319 (#8479)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.json84
-rw-r--r--i18n/en.json152
-rw-r--r--i18n/es.json84
-rw-r--r--i18n/fr.json84
-rw-r--r--i18n/it.json84
-rw-r--r--i18n/ja.json86
-rw-r--r--i18n/ko.json86
-rw-r--r--i18n/nl.json84
-rw-r--r--i18n/pl.json84
-rw-r--r--i18n/pt-BR.json84
-rw-r--r--i18n/ru.json84
-rw-r--r--i18n/tr.json102
-rw-r--r--i18n/zh-CN.json84
-rw-r--r--i18n/zh-TW.json84
14 files changed, 1179 insertions, 87 deletions
diff --git a/i18n/de.json b/i18n/de.json
index 2a7952315..f3703fbd5 100644
--- a/i18n/de.json
+++ b/i18n/de.json
@@ -108,6 +108,18 @@
"translation": "Mattermost - E-Mail-Einstellungen überprüfen"
},
{
+ "id": "api.admin.test_s3.missing_s3_bucket",
+ "translation": "S3-Bucket wird benötigt"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_endpoint",
+ "translation": "S3-Endpunkt wird benötigt"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_region",
+ "translation": "S3-Region wird benötigt"
+ },
+ {
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "Leeres Array unterhalb von 'image' in der Anfrage"
},
@@ -2331,6 +2343,50 @@
"translation": "%v wurde aus dem Team entfernt."
},
{
+ "id": "api.team.set_team_icon.array.app_error",
+ "translation": "Leeres Array unterhalb von 'image' in der Anfrage"
+ },
+ {
+ "id": "api.team.set_team_icon.decode.app_error",
+ "translation": "Could not decode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.decode_config.app_error",
+ "translation": "Could not decode team icon metadata"
+ },
+ {
+ "id": "api.team.set_team_icon.encode.app_error",
+ "translation": "Could not encode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.get_team.app_error",
+ "translation": "An error occurred getting the team"
+ },
+ {
+ "id": "api.team.set_team_icon.no_file.app_error",
+ "translation": "Keine Datei unter 'image' in der Anfrage"
+ },
+ {
+ "id": "api.team.set_team_icon.open.app_error",
+ "translation": "Konnte Bild nicht öffnen"
+ },
+ {
+ "id": "api.team.set_team_icon.parse.app_error",
+ "translation": "Kann Multipart-Formular nicht analysieren"
+ },
+ {
+ "id": "api.team.set_team_icon.storage.app_error",
+ "translation": "Die Datei kann nicht hochgeladen werden. Ein Foto Speicherort ist nicht eingerichtet."
+ },
+ {
+ "id": "api.team.set_team_icon.too_large.app_error",
+ "translation": "Bildupload nicht möglich. Datei ist zu groß."
+ },
+ {
+ "id": "api.team.set_team_icon.write_file.app_error",
+ "translation": "Could not save team icon"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "Team-Anmeldung mit einer E-Mail-Adresse ist deaktiviert."
},
@@ -3647,6 +3703,10 @@
"translation": "Kann extrahiertes Plugin nicht aktivieren. Plugin könnte schon existieren und aktiviert sein."
},
{
+ "id": "app.plugin.cluster.save_config.app_error",
+ "translation": "The plugin configuration in your config.json file must be updated manually when using ReadOnlyConfig with clustering enabled."
+ },
+ {
"id": "app.plugin.config.app_error",
"translation": "Fehler beim Speichern des Plugin-Status in der Konfiguration"
},
@@ -4907,6 +4967,10 @@
"translation": "'ExportFormat' des Nachrichten-Export-Jobs muss 'actiance' oder 'globalrelay' sein."
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "'ExportFormat' des Nachrichten-Export-Jobs muss 'actiance' oder 'globalrelay' sein."
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "Nachrichten-Export-Aufgabe \"FileLocation\" muss ein beschreibbares Verzeichnis sein in welches die Exportdaten geschrieben werden"
},
@@ -4915,6 +4979,26 @@
"translation": "Nachrichten-Export-Aufgabe \"FileLocation\" muss ein Unterverzeichnis von \"FileSettings.Directory\" sein"
},
{
+ "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
+ "translation": "Message export job ExportFormat is set to 'globalrelay', but GlobalRelaySettings are missing"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
+ "translation": "Message export GlobalRelaySettings.CustomerType must be set to one of either 'A9' or 'A10'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
+ "translation": "Nachrichten-Export-Job GlobalRelayEmailAddress muss eine gültige E-Mail-Adresse sein."
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpPassword must be set"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpUsername must be set"
+ },
+ {
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
"translation": "Nachrichten-Export-Job GlobalRelayEmailAddress muss eine gültige E-Mail-Adresse sein."
},
diff --git a/i18n/en.json b/i18n/en.json
index 900b55170..42650a868 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -112,14 +112,14 @@
"translation": "S3 Bucket is required"
},
{
- "id": "api.admin.test_s3.missing_s3_region",
- "translation": "S3 Region is required"
- },
- {
"id": "api.admin.test_s3.missing_s3_endpoint",
"translation": "S3 Endpoint is required"
},
{
+ "id": "api.admin.test_s3.missing_s3_region",
+ "translation": "S3 Region is required"
+ },
+ {
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "Empty array under 'image' in request"
},
@@ -2199,50 +2199,6 @@
"translation": "The number of running goroutines is over the health threshold %v of %v"
},
{
- "id": "api.team.set_team_icon.get_team.app_error",
- "translation": "An error occurred getting the team"
- },
- {
- "id": "api.team.set_team_icon.storage.app_error",
- "translation": "Unable to upload team icon. Image storage is not configured."
- },
- {
- "id": "api.team.set_team_icon.too_large.app_error",
- "translation": "Unable to upload team icon. File is too large."
- },
- {
- "id": "api.team.set_team_icon.parse.app_error",
- "translation": "Could not parse multipart form"
- },
- {
- "id": "api.team.set_team_icon.no_file.app_error",
- "translation": "No file under 'image' in request"
- },
- {
- "id": "api.team.set_team_icon.array.app_error",
- "translation": "Empty array under 'image' in request"
- },
- {
- "id": "api.team.set_team_icon.open.app_error",
- "translation": "Could not open image file"
- },
- {
- "id": "api.team.set_team_icon.decode_config.app_error",
- "translation": "Could not decode team icon metadata"
- },
- {
- "id": "api.team.set_team_icon.decode.app_error",
- "translation": "Could not decode team icon"
- },
- {
- "id": "api.team.set_team_icon.encode.app_error",
- "translation": "Could not encode team icon"
- },
- {
- "id": "api.team.set_team_icon.write_file.app_error",
- "translation": "Could not save team icon"
- },
- {
"id": "api.team.add_user_to_team.added",
"translation": "%v added to the team by %v."
},
@@ -2387,6 +2343,50 @@
"translation": "%v removed from the team."
},
{
+ "id": "api.team.set_team_icon.array.app_error",
+ "translation": "Empty array under 'image' in request"
+ },
+ {
+ "id": "api.team.set_team_icon.decode.app_error",
+ "translation": "Could not decode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.decode_config.app_error",
+ "translation": "Could not decode team icon metadata"
+ },
+ {
+ "id": "api.team.set_team_icon.encode.app_error",
+ "translation": "Could not encode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.get_team.app_error",
+ "translation": "An error occurred getting the team"
+ },
+ {
+ "id": "api.team.set_team_icon.no_file.app_error",
+ "translation": "No file under 'image' in request"
+ },
+ {
+ "id": "api.team.set_team_icon.open.app_error",
+ "translation": "Could not open image file"
+ },
+ {
+ "id": "api.team.set_team_icon.parse.app_error",
+ "translation": "Could not parse multipart form"
+ },
+ {
+ "id": "api.team.set_team_icon.storage.app_error",
+ "translation": "Unable to upload team icon. Image storage is not configured."
+ },
+ {
+ "id": "api.team.set_team_icon.too_large.app_error",
+ "translation": "Unable to upload team icon. File is too large."
+ },
+ {
+ "id": "api.team.set_team_icon.write_file.app_error",
+ "translation": "Could not save team icon"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "Team sign-up with email is disabled."
},
@@ -3703,14 +3703,14 @@
"translation": "Unable to activate extracted plugin. Plugin may already exist and be activated."
},
{
- "id": "app.plugin.config.app_error",
- "translation": "Error saving plugin state in config"
- },
- {
"id": "app.plugin.cluster.save_config.app_error",
"translation": "The plugin configuration in your config.json file must be updated manually when using ReadOnlyConfig with clustering enabled."
},
{
+ "id": "app.plugin.config.app_error",
+ "translation": "Error saving plugin state in config"
+ },
+ {
"id": "app.plugin.deactivate.app_error",
"translation": "Unable to deactivate plugin"
},
@@ -4951,30 +4951,6 @@
"translation": "Message export job BatchSize must be a positive integer"
},
{
- "id": "model.config.is_valid.message_export.export_type.app_error",
- "translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
- },
- {
- "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
- "translation": "Message export job ExportFormat is set to 'globalrelay', but GlobalRelaySettings are missing"
- },
- {
- "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
- "translation": "Message export GlobalRelaySettings.CustomerType must be set to one of either 'A9' or 'A10'"
- },
- {
- "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
- "translation": "Message export job GlobalRelaySettings.EmailAddress must be set to a valid email address"
- },
- {
- "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
- "translation": "Message export job GlobalRelaySettings.SmtpUsername must be set"
- },
- {
- "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
- "translation": "Message export job GlobalRelaySettings.SmtpPassword must be set"
- },
- {
"id": "model.config.is_valid.message_export.daily_runtime.app_error",
"translation": "Message export job DailyRuntime must be a 24-hour time stamp in the form HH:MM."
},
@@ -4991,6 +4967,10 @@
"translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "Message export job FileLocation must be a writable directory that export data will be written to"
},
@@ -4999,6 +4979,26 @@
"translation": "Message export job FileLocation must be a sub-directory of FileSettings.Directory"
},
{
+ "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
+ "translation": "Message export job ExportFormat is set to 'globalrelay', but GlobalRelaySettings are missing"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
+ "translation": "Message export GlobalRelaySettings.CustomerType must be set to one of either 'A9' or 'A10'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
+ "translation": "Message export job GlobalRelaySettings.EmailAddress must be set to a valid email address"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpPassword must be set"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpUsername must be set"
+ },
+ {
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
"translation": "Message export job GlobalRelayEmailAddress must be set to a valid email address"
},
diff --git a/i18n/es.json b/i18n/es.json
index e6a721f68..49d0550b6 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -108,6 +108,18 @@
"translation": "Mattermost - Configuración de pruebas de correo"
},
{
+ "id": "api.admin.test_s3.missing_s3_bucket",
+ "translation": "S3 Bucket es necesario"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_endpoint",
+ "translation": "S3 Endpoint es necesario"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_region",
+ "translation": "S3 Región es necesaria"
+ },
+ {
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "Arreglo vacio bajo 'image' en la solicitud"
},
@@ -2331,6 +2343,50 @@
"translation": "%v removido del equipo."
},
{
+ "id": "api.team.set_team_icon.array.app_error",
+ "translation": "Arreglo vacío bajo 'image' en la solicitud"
+ },
+ {
+ "id": "api.team.set_team_icon.decode.app_error",
+ "translation": "No se pudo descodificar el icono de equipo"
+ },
+ {
+ "id": "api.team.set_team_icon.decode_config.app_error",
+ "translation": "No se pudo descodificar la metadata del icono de equipo"
+ },
+ {
+ "id": "api.team.set_team_icon.encode.app_error",
+ "translation": "No se pudo codificar el icono de equipo"
+ },
+ {
+ "id": "api.team.set_team_icon.get_team.app_error",
+ "translation": "Ocurrió un error al obtener el equipo"
+ },
+ {
+ "id": "api.team.set_team_icon.no_file.app_error",
+ "translation": "No hay un archivo bajo 'image' en la solicitud"
+ },
+ {
+ "id": "api.team.set_team_icon.open.app_error",
+ "translation": "No se pudo abrir el archivo de imagen"
+ },
+ {
+ "id": "api.team.set_team_icon.parse.app_error",
+ "translation": "No se pudo analizar el formulario multipart"
+ },
+ {
+ "id": "api.team.set_team_icon.storage.app_error",
+ "translation": "No se puede cargar el icono del equipo. El almacenamiento de imágenes no está configurado."
+ },
+ {
+ "id": "api.team.set_team_icon.too_large.app_error",
+ "translation": "No se pudo subir el icono del equipo. El archivo es demasiado grande."
+ },
+ {
+ "id": "api.team.set_team_icon.write_file.app_error",
+ "translation": "No se pudo guardar el icono del equipo"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "El registro a equipos por correo electrónico está inhabilitado."
},
@@ -3647,6 +3703,10 @@
"translation": "No se puede activar el plugin extraído. Puede que el plugin ya exista y esté activo."
},
{
+ "id": "app.plugin.cluster.save_config.app_error",
+ "translation": "La configuración de plugin en tu archivo config.json debe ser actualizado manualmente cuando se utiliza ReadOnlyConfig con el agrupamiento de servidores habilitado."
+ },
+ {
"id": "app.plugin.config.app_error",
"translation": "Error al guardar el estado del plugin en la configuración"
},
@@ -4907,6 +4967,10 @@
"translation": "El trabajo de exportación de Mensaje ExportFormat debe ser 'actiance' o 'globalrelay'"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "El trabajo de exportación de Mensaje ExportFormat debe ser 'actiance' o 'globalrelay'"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "El ajuste FileLocation para realizar el trabajo de Exportación de Mensajes debe ser un directorio con permiso de escritura donde la data de exportación será almacenada."
},
@@ -4915,6 +4979,26 @@
"translation": "El ajuste FileLocation para realizar el trabajo de Exportación de Mensajes debe ser un sub-directorio de FileSettings.Directory"
},
{
+ "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
+ "translation": "El trabajo de exportación de mensajes ExportFormat está asignado a 'globalrelay', pero falta establecer los parámetros de GlobalRelaySettings"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
+ "translation": "El parámetro de exportación de mensajes GlobalRelaySettings.CustomerType debe ser establecido en 'A9' o 'A10'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
+ "translation": "El parámetro de exportación de mensajes GlobalRelaySettings.EmailAddress debe estar asignado a una dirección de correo electrónico válida"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
+ "translation": "El parámetro de exportación de mensajes GlobalRelaySettings.SmtpPassword debe estar asignado"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
+ "translation": "El parámetro de exportación de mensajes GlobalRelaySettings.SmtpUsername debe estar asignado"
+ },
+ {
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
"translation": "El trabajo de exportación de Mensaje GlobalRelayEmailAddress debe estar asignado a una dirección de correo electrónico válido."
},
diff --git a/i18n/fr.json b/i18n/fr.json
index 3a9fae840..dea342bd4 100644
--- a/i18n/fr.json
+++ b/i18n/fr.json
@@ -108,6 +108,18 @@
"translation": "Mattermost - Test des paramètres e-mail"
},
{
+ "id": "api.admin.test_s3.missing_s3_bucket",
+ "translation": "S3 Bucket is required"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_endpoint",
+ "translation": "S3 Endpoint is required"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_region",
+ "translation": "S3 Region is required"
+ },
+ {
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "Aucune image transmise dans la requête"
},
@@ -2331,6 +2343,50 @@
"translation": "%v a été retiré de l'équipe."
},
{
+ "id": "api.team.set_team_icon.array.app_error",
+ "translation": "Aucune image transmise dans la requête"
+ },
+ {
+ "id": "api.team.set_team_icon.decode.app_error",
+ "translation": "Could not decode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.decode_config.app_error",
+ "translation": "Could not decode team icon metadata"
+ },
+ {
+ "id": "api.team.set_team_icon.encode.app_error",
+ "translation": "Could not encode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.get_team.app_error",
+ "translation": "An error occurred getting the team"
+ },
+ {
+ "id": "api.team.set_team_icon.no_file.app_error",
+ "translation": "Pas de fichier dans le paramètre \"image\" de la requête"
+ },
+ {
+ "id": "api.team.set_team_icon.open.app_error",
+ "translation": "Impossible d'ouvrir le fichier image"
+ },
+ {
+ "id": "api.team.set_team_icon.parse.app_error",
+ "translation": "Impossible d'analyser le formulaire multipart"
+ },
+ {
+ "id": "api.team.set_team_icon.storage.app_error",
+ "translation": "Impossible d'envoyer le fichier. Le stockage d'images n'est pas configuré."
+ },
+ {
+ "id": "api.team.set_team_icon.too_large.app_error",
+ "translation": "Impossible d'envoyer le fichier. Le fichier est trop volumineux."
+ },
+ {
+ "id": "api.team.set_team_icon.write_file.app_error",
+ "translation": "Could not save team icon"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "L'inscription avec une adresse e-mail est désactivée."
},
@@ -3647,6 +3703,10 @@
"translation": "Impossible d'activer le plugin extrait. Il se peut qu'il existe déjà et soit déjà activé."
},
{
+ "id": "app.plugin.cluster.save_config.app_error",
+ "translation": "The plugin configuration in your config.json file must be updated manually when using ReadOnlyConfig with clustering enabled."
+ },
+ {
"id": "app.plugin.config.app_error",
"translation": "Une erreur s'est produite lors de la sauvegarde de l'état du plugin dans la configuration"
},
@@ -4907,6 +4967,10 @@
"translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "Le paramètre FileLocation de la tâche d'exportation de messages doit être un dossier avec droits d'écriture. Il s'agit du dossier dans lequel les données seront exportées."
},
@@ -4915,6 +4979,26 @@
"translation": "Le paramètre FileLocation de la tâche d'exportation de messages doit être un sous-dossier de FileSettings.Directory."
},
{
+ "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
+ "translation": "Message export job ExportFormat is set to 'globalrelay', but GlobalRelaySettings are missing"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
+ "translation": "Message export GlobalRelaySettings.CustomerType must be set to one of either 'A9' or 'A10'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
+ "translation": "Message export job GlobalRelaySettings.EmailAddress must be set to a valid email address"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpPassword must be set"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpUsername must be set"
+ },
+ {
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
"translation": "Message export job GlobalRelayEmailAddress must be set to a valid email address"
},
diff --git a/i18n/it.json b/i18n/it.json
index 5cb1c8a85..3a6f13f98 100644
--- a/i18n/it.json
+++ b/i18n/it.json
@@ -108,6 +108,18 @@
"translation": "Mattermost - Test delle impostazioni Email"
},
{
+ "id": "api.admin.test_s3.missing_s3_bucket",
+ "translation": "Bucket S3 richiesto"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_endpoint",
+ "translation": "Endpoint S3 richiesto"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_region",
+ "translation": "Region S3 richiesta"
+ },
+ {
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "Lista vuota per il campo 'image' nella richiesta"
},
@@ -2331,6 +2343,50 @@
"translation": "%v è stato rimosso dal gruppo."
},
{
+ "id": "api.team.set_team_icon.array.app_error",
+ "translation": "La richiesta contiene una lista vuota nel campo 'image'"
+ },
+ {
+ "id": "api.team.set_team_icon.decode.app_error",
+ "translation": "Impossibile decodificare l'icona del gruppo"
+ },
+ {
+ "id": "api.team.set_team_icon.decode_config.app_error",
+ "translation": "Impossibile decodificare i metadati dell'icona del gruppo"
+ },
+ {
+ "id": "api.team.set_team_icon.encode.app_error",
+ "translation": "Impossibile codificare l'icona del gruppo"
+ },
+ {
+ "id": "api.team.set_team_icon.get_team.app_error",
+ "translation": "Si è verificato un errore recuperando il gruppo"
+ },
+ {
+ "id": "api.team.set_team_icon.no_file.app_error",
+ "translation": "La richiesta non contiene file nel campo 'image'"
+ },
+ {
+ "id": "api.team.set_team_icon.open.app_error",
+ "translation": "Impossibile aprire il file immagine"
+ },
+ {
+ "id": "api.team.set_team_icon.parse.app_error",
+ "translation": "Errore durante l'analisi della form multipart"
+ },
+ {
+ "id": "api.team.set_team_icon.storage.app_error",
+ "translation": "Impossibile caricare l'icona del gruppo. Lo spazio di archiviazione delle immagini non è configurato."
+ },
+ {
+ "id": "api.team.set_team_icon.too_large.app_error",
+ "translation": "Impossibile caricare l'icona del gruppo. Il file è troppo grande."
+ },
+ {
+ "id": "api.team.set_team_icon.write_file.app_error",
+ "translation": "Impossibile salvare l'icona del gruppo"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "L'iscrizione al gruppo con email è disabilitata."
},
@@ -3647,6 +3703,10 @@
"translation": "Impossibile attivare il plugin estratto. Il plugin può essere già disponibile e dev'essere attivato."
},
{
+ "id": "app.plugin.cluster.save_config.app_error",
+ "translation": "The plugin configuration in your config.json file must be updated manually when using ReadOnlyConfig with clustering enabled."
+ },
+ {
"id": "app.plugin.config.app_error",
"translation": "Errore durante il salvataggio della configurazione del plugin"
},
@@ -4907,6 +4967,10 @@
"translation": "ExportFormat del lavoro di esportazione messaggi deve essere 'actianve' oppure 'globalrelay'"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "ExportFormat del lavoro di esportazione messaggi deve essere 'actianve' oppure 'globalrelay'"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "Lavoro esportazione messaggi il valore FileLocation deve essere una cartella accessibile in scrittura in cui verranno salvati i dati esportati"
},
@@ -4915,6 +4979,26 @@
"translation": "Lavoro esportazione messaggi il valore FileLocation deve essere una sottocartella di FileSettings.Directory"
},
{
+ "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
+ "translation": "Message export job ExportFormat is set to 'globalrelay', but GlobalRelaySettings are missing"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
+ "translation": "Message export GlobalRelaySettings.CustomerType must be set to one of either 'A9' or 'A10'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
+ "translation": "GlobalRelayEmailAddress del lavoro di esportazione messaggi deve essere un indirizzo email valido"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpPassword must be set"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpUsername must be set"
+ },
+ {
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
"translation": "GlobalRelayEmailAddress del lavoro di esportazione messaggi deve essere un indirizzo email valido"
},
diff --git a/i18n/ja.json b/i18n/ja.json
index b3e90c61f..ecf4ccbe2 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -108,6 +108,18 @@
"translation": "Mattermost - 電子メール設定のテスト"
},
{
+ "id": "api.admin.test_s3.missing_s3_bucket",
+ "translation": "S3バケット名が必要です"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_endpoint",
+ "translation": "S3エンドポイントが必要です"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_region",
+ "translation": "S3リージョンが必要です"
+ },
+ {
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "リクエストの'image'以下の配列が空です"
},
@@ -2331,6 +2343,50 @@
"translation": "%v はチームから削除されました。"
},
{
+ "id": "api.team.set_team_icon.array.app_error",
+ "translation": "リクエストの'image'以下の配列が空です"
+ },
+ {
+ "id": "api.team.set_team_icon.decode.app_error",
+ "translation": "チームアイコンをデコードできませんでした"
+ },
+ {
+ "id": "api.team.set_team_icon.decode_config.app_error",
+ "translation": "チームアイコンメタデータをデコードできませんでした"
+ },
+ {
+ "id": "api.team.set_team_icon.encode.app_error",
+ "translation": "チームアイコンをエンコードできませんでした"
+ },
+ {
+ "id": "api.team.set_team_icon.get_team.app_error",
+ "translation": "チームの取得中にエラーが発生しました"
+ },
+ {
+ "id": "api.team.set_team_icon.no_file.app_error",
+ "translation": "リクエストの'image'以下にファイルがありません"
+ },
+ {
+ "id": "api.team.set_team_icon.open.app_error",
+ "translation": "画像ファイルを開けません"
+ },
+ {
+ "id": "api.team.set_team_icon.parse.app_error",
+ "translation": "マルチパートフォームを解析できませんでした"
+ },
+ {
+ "id": "api.team.set_team_icon.storage.app_error",
+ "translation": "チームアイコンをアップロードできません。画像ストレージが設定されていません。"
+ },
+ {
+ "id": "api.team.set_team_icon.too_large.app_error",
+ "translation": "チームアイコンをアップロードできません。ファイルが大き過ぎます。"
+ },
+ {
+ "id": "api.team.set_team_icon.write_file.app_error",
+ "translation": "チームアイコンを保存できませんでした"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "電子メールによるチームへの利用登録は無効です。"
},
@@ -3647,6 +3703,10 @@
"translation": "抽出されたプラグインを有効化できませんでした。プラグインが既に存在し、有効化されている可能性があります。"
},
{
+ "id": "app.plugin.cluster.save_config.app_error",
+ "translation": "クラスター化を有効にするとともにReadOnlyConfigを使用する際は、config.jsonファイルのプラグイン設定は手動で更新する必要があります。"
+ },
+ {
"id": "app.plugin.config.app_error",
"translation": "設定にプラグインの状態を保存する際にエラーが発生しました"
},
@@ -4144,7 +4204,7 @@
},
{
"id": "ent.metrics.stopping.info",
- "translation": "メトリクスとプロファイリングのサーバーは%vで停止しています"
+ "translation": "%v のメトリクスとプロファイリング用のサーバーは停止しています"
},
{
"id": "ent.mfa.activate.authenticate.app_error",
@@ -4907,6 +4967,10 @@
"translation": "メッセージエクスポート処理の ExportFormat は 'actiance' か 'globalrelay' のいずれかでなくてはなりません"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "メッセージエクスポート処理の ExportFormat は 'actiance' か 'globalrelay' のいずれかでなくてはなりません"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "メッセーエクスポート処理の FileLocation はエクスポートデータが書き込まれる書き込み可能なディレクトリでなくてはなりません"
},
@@ -4915,6 +4979,26 @@
"translation": "メッセージエクスポート処理の FileLocation は FileSettings.Directory のサブディレクトリでなくてはなりません"
},
{
+ "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
+ "translation": "メッセージエクスポート処理のExportFormatは 'globalrelay' に設定されていますが、GlobalRealySettingsが見つかりません。"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
+ "translation": "メッセージエクスポートのGlobalRelaySettings.CustomerTypeには 'A9' か 'A10' のいずれかを設定してください。"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
+ "translation": "メッセージエクスポート処理の GlobalRelay.EmailAddress には有効な電子メールアドレスが設定されていなくてはなりません"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
+ "translation": "メッセージエクスポート処理のGlobalRelaySettings.SmtpPasswordが設定されていなければなりません。"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
+ "translation": "メッセージエクスポート処理のGlobalRelaySettings.SmtpUsernameが設定されていなくてはなりません。"
+ },
+ {
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
"translation": "メッセージエクスポート処理の GlobalRelayEmailAddress には有効な電子メールアドレスが設定されていなくてはなりません"
},
diff --git a/i18n/ko.json b/i18n/ko.json
index 13ba19b79..018ce5c00 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -108,6 +108,18 @@
"translation": "Mattermost - 이메일 설정 테스트중"
},
{
+ "id": "api.admin.test_s3.missing_s3_bucket",
+ "translation": "S3 Bucket is required"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_endpoint",
+ "translation": "S3 Endpoint is required"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_region",
+ "translation": "S3 Region is required"
+ },
+ {
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "요청의 'image' 속성에 빈 배열이 전달되었습니다"
},
@@ -641,7 +653,7 @@
},
{
"id": "api.command_dnd.desc",
- "translation": "Do not disturb disables desktop and mobile push notifications."
+ "translation": "방해 금지모드는 데스크탑과 모바일 푸시 알림을 비활성화합니다."
},
{
"id": "api.command_dnd.disabled",
@@ -2331,6 +2343,50 @@
"translation": "%v 가 채널에서 제거되었습니다."
},
{
+ "id": "api.team.set_team_icon.array.app_error",
+ "translation": "요청의 'image' 속성에 빈 배열이 전달되었습니다"
+ },
+ {
+ "id": "api.team.set_team_icon.decode.app_error",
+ "translation": "Could not decode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.decode_config.app_error",
+ "translation": "Could not decode team icon metadata"
+ },
+ {
+ "id": "api.team.set_team_icon.encode.app_error",
+ "translation": "Could not encode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.get_team.app_error",
+ "translation": "An error occurred getting the team"
+ },
+ {
+ "id": "api.team.set_team_icon.no_file.app_error",
+ "translation": "요청의 'image' 속성 아래에 파일이 없습니다"
+ },
+ {
+ "id": "api.team.set_team_icon.open.app_error",
+ "translation": "이미지 파일을 열 수 없습니다."
+ },
+ {
+ "id": "api.team.set_team_icon.parse.app_error",
+ "translation": "잘못된 multipart form을 파싱할 수 없습니다."
+ },
+ {
+ "id": "api.team.set_team_icon.storage.app_error",
+ "translation": "파일을 업로드할 수 없습니다. 이미지 저장소가 설정되지 않았습니다."
+ },
+ {
+ "id": "api.team.set_team_icon.too_large.app_error",
+ "translation": "이미지 파일을 불러올 수 없습니다. 파일이 너무 큽니다."
+ },
+ {
+ "id": "api.team.set_team_icon.write_file.app_error",
+ "translation": "Could not save team icon"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "이메일을 통한 팀 가입이 비활성화 되어있습니다."
},
@@ -3647,6 +3703,10 @@
"translation": "Unable to activate extracted plugin. Plugin may already exist and be activated."
},
{
+ "id": "app.plugin.cluster.save_config.app_error",
+ "translation": "The plugin configuration in your config.json file must be updated manually when using ReadOnlyConfig with clustering enabled."
+ },
+ {
"id": "app.plugin.config.app_error",
"translation": "Error saving plugin state in config"
},
@@ -4907,6 +4967,10 @@
"translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "Message export job FileLocation must be a writable directory that export data will be written to"
},
@@ -4915,6 +4979,26 @@
"translation": "Message export job FileLocation must be a sub-directory of FileSettings.Directory"
},
{
+ "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
+ "translation": "Message export job ExportFormat is set to 'globalrelay', but GlobalRelaySettings are missing"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
+ "translation": "Message export GlobalRelaySettings.CustomerType must be set to one of either 'A9' or 'A10'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
+ "translation": "Message export job GlobalRelaySettings.EmailAddress must be set to a valid email address"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpPassword must be set"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpUsername must be set"
+ },
+ {
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
"translation": "Message export job GlobalRelayEmailAddress must be set to a valid email address"
},
diff --git a/i18n/nl.json b/i18n/nl.json
index 1777b59d1..7d24fdb45 100644
--- a/i18n/nl.json
+++ b/i18n/nl.json
@@ -108,6 +108,18 @@
"translation": "Mattermost - E-mail-instellingen testen"
},
{
+ "id": "api.admin.test_s3.missing_s3_bucket",
+ "translation": "S3 Bucket is required"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_endpoint",
+ "translation": "S3 Endpoint is required"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_region",
+ "translation": "S3 Region is required"
+ },
+ {
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "Lege array bij 'image' in aanvraag"
},
@@ -2331,6 +2343,50 @@
"translation": "%v was verwijdert van het kanaal."
},
{
+ "id": "api.team.set_team_icon.array.app_error",
+ "translation": "Lege array bij 'image' in aanvraag"
+ },
+ {
+ "id": "api.team.set_team_icon.decode.app_error",
+ "translation": "Could not decode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.decode_config.app_error",
+ "translation": "Could not decode team icon metadata"
+ },
+ {
+ "id": "api.team.set_team_icon.encode.app_error",
+ "translation": "Could not encode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.get_team.app_error",
+ "translation": "An error occurred getting the team"
+ },
+ {
+ "id": "api.team.set_team_icon.no_file.app_error",
+ "translation": "Geen bestand bij 'image' in aanvraag"
+ },
+ {
+ "id": "api.team.set_team_icon.open.app_error",
+ "translation": "Kan licentie bestand niet openen"
+ },
+ {
+ "id": "api.team.set_team_icon.parse.app_error",
+ "translation": "Kan het 'multipart'-formulier niet verwerken"
+ },
+ {
+ "id": "api.team.set_team_icon.storage.app_error",
+ "translation": "Kan bestand niet uploaden. Afbeeldings opslag is niet geconfigureerd."
+ },
+ {
+ "id": "api.team.set_team_icon.too_large.app_error",
+ "translation": "Kan bestand niet uploaden. Bestand is te groot."
+ },
+ {
+ "id": "api.team.set_team_icon.write_file.app_error",
+ "translation": "Could not save team icon"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "Team aanmelding via e-mail is uitgeschakeld."
},
@@ -3647,6 +3703,10 @@
"translation": "Unable to activate extracted plugin. Plugin may already exist and be activated."
},
{
+ "id": "app.plugin.cluster.save_config.app_error",
+ "translation": "The plugin configuration in your config.json file must be updated manually when using ReadOnlyConfig with clustering enabled."
+ },
+ {
"id": "app.plugin.config.app_error",
"translation": "Error saving plugin state in config"
},
@@ -4907,6 +4967,10 @@
"translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "Message export job FileLocation must be a writable directory that export data will be written to"
},
@@ -4915,6 +4979,26 @@
"translation": "Message export job FileLocation must be a sub-directory of FileSettings.Directory"
},
{
+ "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
+ "translation": "Message export job ExportFormat is set to 'globalrelay', but GlobalRelaySettings are missing"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
+ "translation": "Message export GlobalRelaySettings.CustomerType must be set to one of either 'A9' or 'A10'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
+ "translation": "Message export job GlobalRelaySettings.EmailAddress must be set to a valid email address"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpPassword must be set"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpUsername must be set"
+ },
+ {
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
"translation": "Message export job GlobalRelayEmailAddress must be set to a valid email address"
},
diff --git a/i18n/pl.json b/i18n/pl.json
index cf1911446..ee3d90055 100644
--- a/i18n/pl.json
+++ b/i18n/pl.json
@@ -108,6 +108,18 @@
"translation": "Mattermost - Testowanie ustawień e-mail"
},
{
+ "id": "api.admin.test_s3.missing_s3_bucket",
+ "translation": "S3 Bucket is required"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_endpoint",
+ "translation": "S3 Endpoint is required"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_region",
+ "translation": "S3 Region is required"
+ },
+ {
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "Pusta tablica w kluczu 'image' w żądaniu"
},
@@ -2331,6 +2343,50 @@
"translation": "%v został usunięty z zespołu."
},
{
+ "id": "api.team.set_team_icon.array.app_error",
+ "translation": "Pusta tablica w kluczu 'image' w żądaniu"
+ },
+ {
+ "id": "api.team.set_team_icon.decode.app_error",
+ "translation": "Could not decode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.decode_config.app_error",
+ "translation": "Could not decode team icon metadata"
+ },
+ {
+ "id": "api.team.set_team_icon.encode.app_error",
+ "translation": "Could not encode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.get_team.app_error",
+ "translation": "An error occurred getting the team"
+ },
+ {
+ "id": "api.team.set_team_icon.no_file.app_error",
+ "translation": "Brak pliku w polu 'image' w żądaniu"
+ },
+ {
+ "id": "api.team.set_team_icon.open.app_error",
+ "translation": "Nie można otworzyć pliku obrazu"
+ },
+ {
+ "id": "api.team.set_team_icon.parse.app_error",
+ "translation": "Nie udało się przetworzyć wieloczęściowego formularza"
+ },
+ {
+ "id": "api.team.set_team_icon.storage.app_error",
+ "translation": "Nie można wgrać pliku. Przechowywanie obrazów nie jest skonfigurowane."
+ },
+ {
+ "id": "api.team.set_team_icon.too_large.app_error",
+ "translation": "Nie można wgrać pliku obrazu. Plik jest zbyt duży."
+ },
+ {
+ "id": "api.team.set_team_icon.write_file.app_error",
+ "translation": "Could not save team icon"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "Zapisy do zespołu za pomocą email są wyłączone."
},
@@ -3647,6 +3703,10 @@
"translation": "Unable to activate extracted plugin. Plugin may already exist and be activated."
},
{
+ "id": "app.plugin.cluster.save_config.app_error",
+ "translation": "The plugin configuration in your config.json file must be updated manually when using ReadOnlyConfig with clustering enabled."
+ },
+ {
"id": "app.plugin.config.app_error",
"translation": "Error saving plugin state in config"
},
@@ -4907,6 +4967,10 @@
"translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "Message export job FileLocation must be a writable directory that export data will be written to"
},
@@ -4915,6 +4979,26 @@
"translation": "Message export job FileLocation must be a sub-directory of FileSettings.Directory"
},
{
+ "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
+ "translation": "Message export job ExportFormat is set to 'globalrelay', but GlobalRelaySettings are missing"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
+ "translation": "Message export GlobalRelaySettings.CustomerType must be set to one of either 'A9' or 'A10'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
+ "translation": "Message export job GlobalRelaySettings.EmailAddress must be set to a valid email address"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpPassword must be set"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpUsername must be set"
+ },
+ {
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
"translation": "Message export job GlobalRelayEmailAddress must be set to a valid email address"
},
diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json
index 000d87a0c..87f5590c3 100644
--- a/i18n/pt-BR.json
+++ b/i18n/pt-BR.json
@@ -108,6 +108,18 @@
"translation": "Mattermost - Teste de Configurações de Email"
},
{
+ "id": "api.admin.test_s3.missing_s3_bucket",
+ "translation": "S3 Bucket é obrigatório"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_endpoint",
+ "translation": "S3 Endpoint é obrigatório"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_region",
+ "translation": "S3 Region é obrigatório"
+ },
+ {
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "Matriz vazia em 'image' na requisição"
},
@@ -2331,6 +2343,50 @@
"translation": "%v foi removido da equipe."
},
{
+ "id": "api.team.set_team_icon.array.app_error",
+ "translation": "Matriz vazia em 'image' na requisição"
+ },
+ {
+ "id": "api.team.set_team_icon.decode.app_error",
+ "translation": "Não foi possível ler o ícone da equipe"
+ },
+ {
+ "id": "api.team.set_team_icon.decode_config.app_error",
+ "translation": "Não foi possível ler os metadados do ícone da equipe"
+ },
+ {
+ "id": "api.team.set_team_icon.encode.app_error",
+ "translation": "Não foi possível codificar o ícone da equipe"
+ },
+ {
+ "id": "api.team.set_team_icon.get_team.app_error",
+ "translation": "Ocorreu um erro ao obter a equipe"
+ },
+ {
+ "id": "api.team.set_team_icon.no_file.app_error",
+ "translation": "Nenhum arquivo em 'image' na requisição"
+ },
+ {
+ "id": "api.team.set_team_icon.open.app_error",
+ "translation": "Não foi possível abrir arquivo de imagem"
+ },
+ {
+ "id": "api.team.set_team_icon.parse.app_error",
+ "translation": "Não foi possível processar o formulário multipart"
+ },
+ {
+ "id": "api.team.set_team_icon.storage.app_error",
+ "translation": "Não é possível enviar o ícone para equipe. Armazenamento de imagem não está configurado."
+ },
+ {
+ "id": "api.team.set_team_icon.too_large.app_error",
+ "translation": "Não é possível enviar o ícone para equipe. Arquivo muito grande."
+ },
+ {
+ "id": "api.team.set_team_icon.write_file.app_error",
+ "translation": "Could not save team icon"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "Inscrição com e-mail na equipe está desativado."
},
@@ -3647,6 +3703,10 @@
"translation": "Não foi possível ativar o plugin extraído. O plugin já pode existir e estar ativado."
},
{
+ "id": "app.plugin.cluster.save_config.app_error",
+ "translation": "The plugin configuration in your config.json file must be updated manually when using ReadOnlyConfig with clustering enabled."
+ },
+ {
"id": "app.plugin.config.app_error",
"translation": "Falha ao salvar o estado do plugin na configuração"
},
@@ -4907,6 +4967,10 @@
"translation": "Na tarefa de exportação de mensagens o ExportFormat deve ser 'actiance' ou 'globalrelay'"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "Na tarefa de exportação de mensagens o ExportFormat deve ser 'actiance' ou 'globalrelay'"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "Trabalho de exportação de mensagens FileLocation deve ser um diretório gravável onde os dados de exportação serão gravados"
},
@@ -4915,6 +4979,26 @@
"translation": "Trabalho de exportação de mensagens FileLocation deve ser um subdiretório de FileSettings.Directory"
},
{
+ "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
+ "translation": "Message export job ExportFormat is set to 'globalrelay', but GlobalRelaySettings are missing"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
+ "translation": "Message export GlobalRelaySettings.CustomerType must be set to one of either 'A9' or 'A10'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
+ "translation": "Na tarefa de exportação de mensagens o GlobalRelaySettings.EmailAddress deve ser um endereço de email válido"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpPassword must be set"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpUsername must be set"
+ },
+ {
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
"translation": "Na tarefa de exportação de mensagens o GlobalRelayEmailAddress deve ser um endereço de email válido"
},
diff --git a/i18n/ru.json b/i18n/ru.json
index 2d2f9d91f..550176c0a 100644
--- a/i18n/ru.json
+++ b/i18n/ru.json
@@ -108,6 +108,18 @@
"translation": "Mattermost - Тестирование настроек электронной почты"
},
{
+ "id": "api.admin.test_s3.missing_s3_bucket",
+ "translation": "S3 Bucket is required"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_endpoint",
+ "translation": "S3 Endpoint is required"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_region",
+ "translation": "S3 Region is required"
+ },
+ {
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "Пустой массив 'image' в запросе"
},
@@ -2331,6 +2343,50 @@
"translation": " %v удален из команды."
},
{
+ "id": "api.team.set_team_icon.array.app_error",
+ "translation": "Пустой массив 'image' в запросе"
+ },
+ {
+ "id": "api.team.set_team_icon.decode.app_error",
+ "translation": "Could not decode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.decode_config.app_error",
+ "translation": "Could not decode team icon metadata"
+ },
+ {
+ "id": "api.team.set_team_icon.encode.app_error",
+ "translation": "Could not encode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.get_team.app_error",
+ "translation": "An error occurred getting the team"
+ },
+ {
+ "id": "api.team.set_team_icon.no_file.app_error",
+ "translation": "Нет файла 'image' в запросе"
+ },
+ {
+ "id": "api.team.set_team_icon.open.app_error",
+ "translation": "Не могу открыть файл изображения"
+ },
+ {
+ "id": "api.team.set_team_icon.parse.app_error",
+ "translation": "Невозможно обработать форму из нескольких частей"
+ },
+ {
+ "id": "api.team.set_team_icon.storage.app_error",
+ "translation": "Не удалось загрузить файл. Хранилище изображений не настроено."
+ },
+ {
+ "id": "api.team.set_team_icon.too_large.app_error",
+ "translation": "Невозможно загрузить изображение. Файл слишком большой."
+ },
+ {
+ "id": "api.team.set_team_icon.write_file.app_error",
+ "translation": "Could not save team icon"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "Вход в команду с электронной почтой отключен."
},
@@ -3647,6 +3703,10 @@
"translation": "Unable to activate extracted plugin. Plugin may already exist and be activated."
},
{
+ "id": "app.plugin.cluster.save_config.app_error",
+ "translation": "The plugin configuration in your config.json file must be updated manually when using ReadOnlyConfig with clustering enabled."
+ },
+ {
"id": "app.plugin.config.app_error",
"translation": "Error saving plugin state in config"
},
@@ -4907,6 +4967,10 @@
"translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "Message export job FileLocation must be a writable directory that export data will be written to"
},
@@ -4915,6 +4979,26 @@
"translation": "Message export job FileLocation must be a sub-directory of FileSettings.Directory"
},
{
+ "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
+ "translation": "Message export job ExportFormat is set to 'globalrelay', but GlobalRelaySettings are missing"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
+ "translation": "Message export GlobalRelaySettings.CustomerType must be set to one of either 'A9' or 'A10'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
+ "translation": "Message export job GlobalRelaySettings.EmailAddress must be set to a valid email address"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpPassword must be set"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpUsername must be set"
+ },
+ {
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
"translation": "Message export job GlobalRelayEmailAddress must be set to a valid email address"
},
diff --git a/i18n/tr.json b/i18n/tr.json
index 8eb6e20e2..576221cbc 100644
--- a/i18n/tr.json
+++ b/i18n/tr.json
@@ -108,6 +108,18 @@
"translation": "Mattermost - E-posta Ayarları Sınanıyor"
},
{
+ "id": "api.admin.test_s3.missing_s3_bucket",
+ "translation": "S3 Buketi zorunludur"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_endpoint",
+ "translation": "S3 Bitiş Noktası zorunludur"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_region",
+ "translation": "S3 Bölgesi zorunludur"
+ },
+ {
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "İstekte 'görsel' altında boş dizi"
},
@@ -629,7 +641,7 @@
},
{
"id": "api.command_collapse.desc",
- "translation": "Görsel önizlemeleri otomatik daraltılsın"
+ "translation": "Görsel ön izlemeleri otomatik daraltılsın"
},
{
"id": "api.command_collapse.name",
@@ -689,7 +701,7 @@
},
{
"id": "api.command_expand.desc",
- "translation": "Görsel önizlemesi otomatik daraltılmasın"
+ "translation": "Görsel ön izlemeleri otomatik daraltılmasın"
},
{
"id": "api.command_expand.name",
@@ -701,7 +713,7 @@
},
{
"id": "api.command_expand_collapse.fail.app_error",
- "translation": "Önizlemeler genişletilirken bir sorun çıktı"
+ "translation": "Ön izlemeler genişletilirken bir sorun çıktı"
},
{
"id": "api.command_groupmsg.desc",
@@ -1222,7 +1234,7 @@
},
{
"id": "api.file.get_file_preview.no_preview.app_error",
- "translation": "Dosyanın önizleme görseli yok"
+ "translation": "Dosyanın ön izleme görseli yok"
},
{
"id": "api.file.get_file_thumbnail.no_thumbnail.app_error",
@@ -1262,11 +1274,11 @@
},
{
"id": "api.file.handle_images_forget.encode_preview.error",
- "translation": "Görsel JPG önizlemesi olarak kodlanamadı. Yol: %v Hata: %v"
+ "translation": "Görsel JPG ön izlemesi olarak kodlanamadı. Yol: %v Hata: %v"
},
{
"id": "api.file.handle_images_forget.upload_preview.error",
- "translation": "Önizleme yüklenemedi. Yol: %v Hata: %v"
+ "translation": "Ön izleme yüklenemedi. Yol: %v Hata: %v"
},
{
"id": "api.file.handle_images_forget.upload_thumb.error",
@@ -1768,7 +1780,7 @@
},
{
"id": "api.post.link_preview_disabled.app_error",
- "translation": "Bağlantı önizleme özelliği sistem yöneticisi tarafından devre dışı bırakılmış."
+ "translation": "Bağlantı ön izleme özelliği sistem yöneticisi tarafından devre dışı bırakılmış."
},
{
"id": "api.post.make_direct_channel_visible.get_2_members.error",
@@ -2331,6 +2343,50 @@
"translation": "%v takımdan çıkarıldı."
},
{
+ "id": "api.team.set_team_icon.array.app_error",
+ "translation": "İstekte 'görsel' altındaki dizi boş"
+ },
+ {
+ "id": "api.team.set_team_icon.decode.app_error",
+ "translation": "Takım simgesinin kodu çözülemedi"
+ },
+ {
+ "id": "api.team.set_team_icon.decode_config.app_error",
+ "translation": "Takım simgesi üst verisinin kodu çözülemedi"
+ },
+ {
+ "id": "api.team.set_team_icon.encode.app_error",
+ "translation": "Takım simgesi kodlanamadı"
+ },
+ {
+ "id": "api.team.set_team_icon.get_team.app_error",
+ "translation": "Takım alınırken bir sorun çıktı"
+ },
+ {
+ "id": "api.team.set_team_icon.no_file.app_error",
+ "translation": "İstekte 'görsel' altında dosya yok"
+ },
+ {
+ "id": "api.team.set_team_icon.open.app_error",
+ "translation": "Görsel dosyası açılamadı"
+ },
+ {
+ "id": "api.team.set_team_icon.parse.app_error",
+ "translation": "Çok parçalı form işlenemedi"
+ },
+ {
+ "id": "api.team.set_team_icon.storage.app_error",
+ "translation": "Takım simgesi yüklenemedi. Görsel deposu ayarları yapılmamış."
+ },
+ {
+ "id": "api.team.set_team_icon.too_large.app_error",
+ "translation": "Takım simgesi yüklenemedi. Dosya çok büyük."
+ },
+ {
+ "id": "api.team.set_team_icon.write_file.app_error",
+ "translation": "Takım simgesi kaydedilemedi"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "E-posta ile takım hesabı açma özelliği devre dışı bırakılmış."
},
@@ -3647,6 +3703,10 @@
"translation": "Ayıklanan uygulama eki etkinleştirilemedi. Uygulama eki zaten var ve etkinleştirilmiş olabilir."
},
{
+ "id": "app.plugin.cluster.save_config.app_error",
+ "translation": "Küme özelliği kullanılırken ve SaltOkunurYapılandırma seçeneği etkinken config.json dosyasındaki uygulama eki yapılandırması el ile güncellenmelidir"
+ },
+ {
"id": "app.plugin.config.app_error",
"translation": "Uygulama eki durumu yapılandırmaya kaydedilirken sorun çıktı"
},
@@ -4764,11 +4824,11 @@
},
{
"id": "model.config.is_valid.file_preview_height.app_error",
- "translation": "Önizleme yüksekliği dosya ayarı geçersiz. Sıfır ya da pozitif bir sayı olmalı."
+ "translation": "Ön izleme yüksekliği dosya ayarı geçersiz. Sıfır ya da pozitif bir sayı olmalı."
},
{
"id": "model.config.is_valid.file_preview_width.app_error",
- "translation": "Önizleme genişliği dosya ayarı geçersiz. Sıfır ya da pozitif bir sayı olmalı."
+ "translation": "Ön izleme genişliği dosya ayarı geçersiz. Sıfır ya da pozitif bir sayı olmalı."
},
{
"id": "model.config.is_valid.file_profile_height.app_error",
@@ -4907,6 +4967,10 @@
"translation": "İleti dışa aktarma görevinin Dışa Aktarma Biçimi 'actiance' ya da 'genelaktarım' olmalıdır"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "İleti dışa aktarma görevinin Dışa Aktarma Biçimi 'actiance' ya da 'genelaktarım' olmalıdır"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "İleti dışa aktarma görevi DosyaKonumu değeri dışa aktarılacak verilerin kaydedilebilmesi için yazılabilen bir klasör olmalıdır"
},
@@ -4915,6 +4979,26 @@
"translation": "İleti dışa aktarma görevi DosyaKonumu DosyaAyarları.Klasör değerinin bir alt klasörü olmalıdır"
},
{
+ "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
+ "translation": "İleti dışa aktarma görevi DışaAktarmaBiçimi 'GenelAktarıcı' olarak ayarlanmış ancak GenelAktarıcıAyarları eksik"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
+ "translation": "İleti dışa aktarma görevi GenelAktarıcıAyarları.MüşteriTürü 'A9' ya da 'A10' olarak ayarlanmalıdır"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
+ "translation": "İleti dışa aktarma görevinin GenelAktarıcıAyarları.E-postaAdresi ayarı geçerli bir e-posta adresi olmalıdır"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
+ "translation": "İleti dışa aktarma görevi GenelAktarıcıAyarları.SmtpParolası ayarlanmalıdır"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
+ "translation": "İleti dışa aktarma görevi GenelAktarıcıAyarları.SmtpKullanıcıAdı ayarlanmalıdır"
+ },
+ {
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
"translation": "İleti dışa aktarma görevinin GenelAktarıcıE-postaAdresi geçerli bir e-posta adresi olmalıdır"
},
diff --git a/i18n/zh-CN.json b/i18n/zh-CN.json
index 43d3fde87..7f8fa4ba1 100644
--- a/i18n/zh-CN.json
+++ b/i18n/zh-CN.json
@@ -108,6 +108,18 @@
"translation": "Mattermost - 测试邮箱设置"
},
{
+ "id": "api.admin.test_s3.missing_s3_bucket",
+ "translation": "S3 Bucket is required"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_endpoint",
+ "translation": "S3 Endpoint is required"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_region",
+ "translation": "S3 Region is required"
+ },
+ {
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "请求中图片为空"
},
@@ -2331,6 +2343,50 @@
"translation": "%v 已移出团队。"
},
{
+ "id": "api.team.set_team_icon.array.app_error",
+ "translation": "请求中图片为空"
+ },
+ {
+ "id": "api.team.set_team_icon.decode.app_error",
+ "translation": "无法解码团队图标"
+ },
+ {
+ "id": "api.team.set_team_icon.decode_config.app_error",
+ "translation": "Could not decode team icon metadata"
+ },
+ {
+ "id": "api.team.set_team_icon.encode.app_error",
+ "translation": "无法编码团队图标"
+ },
+ {
+ "id": "api.team.set_team_icon.get_team.app_error",
+ "translation": "获取团队时发生错误"
+ },
+ {
+ "id": "api.team.set_team_icon.no_file.app_error",
+ "translation": "请求中缺失图片文件"
+ },
+ {
+ "id": "api.team.set_team_icon.open.app_error",
+ "translation": "无法打开图像文件"
+ },
+ {
+ "id": "api.team.set_team_icon.parse.app_error",
+ "translation": "不能解析混合表单"
+ },
+ {
+ "id": "api.team.set_team_icon.storage.app_error",
+ "translation": "不能上传团队图标。没有配置图片存储。"
+ },
+ {
+ "id": "api.team.set_team_icon.too_large.app_error",
+ "translation": "不能上传团队图标。文件太大。"
+ },
+ {
+ "id": "api.team.set_team_icon.write_file.app_error",
+ "translation": "无法保存团队图标"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "使用电子邮件注册团队被禁用。"
},
@@ -3647,6 +3703,10 @@
"translation": "无法激活揭开的插件。插件可能已存在并已激活。"
},
{
+ "id": "app.plugin.cluster.save_config.app_error",
+ "translation": "The plugin configuration in your config.json file must be updated manually when using ReadOnlyConfig with clustering enabled."
+ },
+ {
"id": "app.plugin.config.app_error",
"translation": "保存插件状态到配置出错"
},
@@ -4907,6 +4967,10 @@
"translation": "消息导出任务 ExportFormat 必须为 'actiance' 或 'globalrelay'"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "消息导出任务 ExportFormat 必须为 'actiance' 或 'globalrelay'"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "消息导出任务 FileLocation 比如为可写的目录"
},
@@ -4915,6 +4979,26 @@
"translation": "消息导出任务 FileLocation 必须为 FileSettings.Directory 的子目录"
},
{
+ "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
+ "translation": "Message export job ExportFormat is set to 'globalrelay', but GlobalRelaySettings are missing"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
+ "translation": "Message export GlobalRelaySettings.CustomerType must be set to one of either 'A9' or 'A10'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
+ "translation": "消息导出任务 GlobalRelayEmailAddress 必须为有效的电子邮箱地址"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpPassword must be set"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpUsername must be set"
+ },
+ {
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
"translation": "消息导出任务 GlobalRelayEmailAddress 必须为有效的电子邮箱地址"
},
diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json
index 0700a15a5..f78f6b288 100644
--- a/i18n/zh-TW.json
+++ b/i18n/zh-TW.json
@@ -108,6 +108,18 @@
"translation": "Mattermost - 測試電子郵件設定"
},
{
+ "id": "api.admin.test_s3.missing_s3_bucket",
+ "translation": "S3 Bucket is required"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_endpoint",
+ "translation": "S3 Endpoint is required"
+ },
+ {
+ "id": "api.admin.test_s3.missing_s3_region",
+ "translation": "S3 Region is required"
+ },
+ {
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "要求的 'image' 欄位為空陣列"
},
@@ -2331,6 +2343,50 @@
"translation": "%v 已從團隊中移除。"
},
{
+ "id": "api.team.set_team_icon.array.app_error",
+ "translation": "要求的 'image' 欄位為空陣列"
+ },
+ {
+ "id": "api.team.set_team_icon.decode.app_error",
+ "translation": "Could not decode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.decode_config.app_error",
+ "translation": "Could not decode team icon metadata"
+ },
+ {
+ "id": "api.team.set_team_icon.encode.app_error",
+ "translation": "Could not encode team icon"
+ },
+ {
+ "id": "api.team.set_team_icon.get_team.app_error",
+ "translation": "An error occurred getting the team"
+ },
+ {
+ "id": "api.team.set_team_icon.no_file.app_error",
+ "translation": "要求的 'image' 欄位沒有檔案"
+ },
+ {
+ "id": "api.team.set_team_icon.open.app_error",
+ "translation": "無法開啟圖片檔案"
+ },
+ {
+ "id": "api.team.set_team_icon.parse.app_error",
+ "translation": "無法解析 multipart 表單"
+ },
+ {
+ "id": "api.team.set_team_icon.storage.app_error",
+ "translation": "無法上傳檔案。尚未設定圖片儲存位置。"
+ },
+ {
+ "id": "api.team.set_team_icon.too_large.app_error",
+ "translation": "無法上傳圖片檔案。檔案太大。"
+ },
+ {
+ "id": "api.team.set_team_icon.write_file.app_error",
+ "translation": "Could not save team icon"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "使用電子郵件註冊團隊已被停用。"
},
@@ -3647,6 +3703,10 @@
"translation": "無法啟動已解開的模組。模組可能已存在並已啟動。"
},
{
+ "id": "app.plugin.cluster.save_config.app_error",
+ "translation": "The plugin configuration in your config.json file must be updated manually when using ReadOnlyConfig with clustering enabled."
+ },
+ {
"id": "app.plugin.config.app_error",
"translation": "儲存模組狀態於設定時錯誤"
},
@@ -4907,6 +4967,10 @@
"translation": "訊息匯出工作的 ExportFormat 必須為 'actiance' 或 'globalrelay'"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "訊息匯出工作的 ExportFormat 必須為 'actiance' 或 'globalrelay'"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "匯出訊息工作 FileLocation 設定必須為可寫入的目錄,匯出資料將寫入此處"
},
@@ -4915,6 +4979,26 @@
"translation": "匯出訊息工作 FileLocation 設定必須為 FileSettings.Directory 的子目錄"
},
{
+ "id": "model.config.is_valid.message_export.global_relay.config_missing.app_error",
+ "translation": "Message export job ExportFormat is set to 'globalrelay', but GlobalRelaySettings are missing"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.customer_type.app_error",
+ "translation": "Message export GlobalRelaySettings.CustomerType must be set to one of either 'A9' or 'A10'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.email_address.app_error",
+ "translation": "訊息匯出工作的 GlobalRelayEmailAddress 必須為 'actiance' 或 'globalrelay'"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_password.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpPassword must be set"
+ },
+ {
+ "id": "model.config.is_valid.message_export.global_relay.smtp_username.app_error",
+ "translation": "Message export job GlobalRelaySettings.SmtpUsername must be set"
+ },
+ {
"id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
"translation": "訊息匯出工作的 GlobalRelayEmailAddress 必須為 'actiance' 或 'globalrelay'"
},