summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2018-03-02 15:55:03 +0000
committerGeorge Goldberg <george@gberg.me>2018-03-02 15:55:03 +0000
commit901acc9703ae58b625b44e7abfd02333b9bab951 (patch)
tree1a8fc17a85544bc7b8064874923e2fe6e3f44354 /i18n
parent21afaf4bedcad578d4f876bb315d1072ccd296e6 (diff)
parent2b3b6051d265edf131d006b2eb14f55284faf1e5 (diff)
downloadchat-901acc9703ae58b625b44e7abfd02333b9bab951.tar.gz
chat-901acc9703ae58b625b44e7abfd02333b9bab951.tar.bz2
chat-901acc9703ae58b625b44e7abfd02333b9bab951.zip
Merge branch 'master' into advanced-permissions-phase-1
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.json66
-rw-r--r--i18n/en.json134
-rw-r--r--i18n/es.json68
-rw-r--r--i18n/fr.json116
-rw-r--r--i18n/it.json64
-rw-r--r--i18n/ja.json68
-rw-r--r--i18n/ko.json70
-rw-r--r--i18n/nl.json188
-rw-r--r--i18n/pl.json64
-rw-r--r--i18n/pt-BR.json70
-rw-r--r--i18n/ru.json80
-rw-r--r--i18n/tr.json68
-rw-r--r--i18n/zh-CN.json116
-rw-r--r--i18n/zh-TW.json74
14 files changed, 717 insertions, 529 deletions
diff --git a/i18n/de.json b/i18n/de.json
index b506e7018..b58cd73b1 100644
--- a/i18n/de.json
+++ b/i18n/de.json
@@ -132,10 +132,6 @@
"translation": "Dateiupload nicht möglich. Datei ist zu groß."
},
{
- "id": "api.api.init.parsing_templates.debug",
- "translation": "Vorlagen in %v werden verarbeitet"
- },
- {
"id": "api.api.init.parsing_templates.error",
"translation": "Das Server-Template %v konnte nicht verarbeitet werden"
},
@@ -2184,7 +2180,7 @@
},
{
"id": "api.team.add_user_to_team.added",
- "translation": "%v wurde von %v zum Team hinzugefügt"
+ "translation": "%v wurde von %v zum Team hinzugefügt."
},
{
"id": "api.team.add_user_to_team.missing_parameter.app_error",
@@ -2203,10 +2199,6 @@
"translation": "Der Link ist abgelaufen"
},
{
- "id": "api.team.create_team_from_signup.invalid_link.app_error",
- "translation": "Der Einladungslink scheint nicht gültig zu sein"
- },
- {
"id": "api.team.create_team_from_signup.unavailable.app_error",
"translation": "Diese URL ist nicht verfügbar. Bitte wähle eine andere."
},
@@ -2307,6 +2299,14 @@
"translation": "%v hat das Team verlassen."
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "Fehler beim Senden des Kanalzwecks"
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "This channel has been moved to this team from %v."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Versuche Team permanent zu löschen %v id=%v"
},
@@ -2711,6 +2711,10 @@
"translation": "Der Registrierungslink scheint nicht gültig zu sein"
},
{
+ "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
+ "translation": "Der Einladungslink scheint nicht gültig zu sein"
+ },
+ {
"id": "api.user.create_user.team_name.app_error",
"translation": "Ungültiger Teamname"
},
@@ -3067,6 +3071,10 @@
"translation": "Konnte Payload des eingehenden Webhooks nicht verarbeiten."
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "Could not decode the multipart payload of incoming webhook."
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "Initialisiere Webhook-API-Routen"
},
@@ -3691,6 +3699,10 @@
"translation": "Plugins und/oder Plugin-Uploads wurden deaktiviert."
},
{
+ "id": "app.team.join_user_to_team.max_accounts.app_error",
+ "translation": "Dieses Team hat die maximale Anzahl erlaubter Konten erreicht. Kontaktieren Sie Ihren Systemadministrator, um eine höhere Begrenzung setzen zu lassen."
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "Persönliche Zugriffs-Token sind auf diesem Server deaktiviert. Bitte kontaktieren Sie ihren Systemadministrator für Details."
},
@@ -4759,6 +4771,10 @@
"translation": "Ungültige Thumbnauilbreite in Dateieinstellungen. Muss eine positive Zahl sein."
},
{
+ "id": "model.config.is_valid.group_unread_channels.app_error",
+ "translation": "Ungültige Diensteinstellungen für Gruppierung von ungelesenen Kanälen. Muss 'disabled', 'default_on' oder default_off' sein."
+ },
+ {
"id": "model.config.is_valid.image_proxy_type.app_error",
"translation": "Ungültiger Bild-Proxy-Typ für Diensteinstellungen."
},
@@ -4867,6 +4883,10 @@
"translation": "Nachrichten-Export-Aufgabe \"ExportFromTimestamp\" muss ein Zeitstempel (angegeben in Sekunden seit der Unix-Epoche) sein. Nur Nachrichten nach diesem Zeitpunkt werden exportiert."
},
{
+ "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": "Nachrichten-Export-Aufgabe \"FileLocation\" muss ein beschreibbares Verzeichnis sein in welches die Exportdaten geschrieben werden"
},
@@ -4875,6 +4895,10 @@
"translation": "Nachrichten-Export-Aufgabe \"FileLocation\" muss ein Unterverzeichnis von \"FileSettings.Directory\" sein"
},
{
+ "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"
+ },
+ {
"id": "model.config.is_valid.password_length.app_error",
"translation": "Minimale Passwortlänge muss eine ganze Zahl größer oder gleich zu {{.MinLength}} und weniger oder gleich zu {{.MaxLength}} sein."
},
@@ -7087,6 +7111,10 @@
"translation": "Fehler beim Öffnen einer Verbindung zum SMTP-Server %v"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "Failed to write attachment to email"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "Fehler beim Schließen der Verbindung zum SMTP-Server"
},
@@ -7155,10 +7183,6 @@
"translation": "Fehler beim Erstellen der Ordner Überwachung %v"
},
{
- "id": "web.dir_fail.error",
- "translation": "Fehler beim Erstellen der Ordner Überwachung %v"
- },
- {
"id": "web.do_load_channel.error",
"translation": "Fehler beim Finden des Benutzerprofils mit id=%v erzwinge Abmeldung"
},
@@ -7263,18 +7287,10 @@
"translation": "Templates in %v werden geparst"
},
{
- "id": "web.parsing_templates.error",
- "translation": "Die Templates in %v konnte nicht verarbeitet werden"
- },
- {
"id": "web.post_permalink.app_error",
"translation": "Ungültige Nachrichten-ID"
},
{
- "id": "web.reparse_templates.info",
- "translation": "Erneute Analyze des Templates aufgrund veränderter Datei %v"
- },
- {
"id": "web.reset_password.expired_link.app_error",
"translation": "Der Link zum zurücksetzen des Passwortes ist abgelaufen"
},
@@ -7291,10 +7307,6 @@
"translation": "Registrieren"
},
{
- "id": "web.signup_team_complete.invalid_link.app_error",
- "translation": "Der Registrierungslink scheint nicht gültig zu sein"
- },
- {
"id": "web.signup_team_complete.link_expired.app_error",
"translation": "Der Registrierungslink ist abgelaufen"
},
@@ -7311,10 +7323,6 @@
"translation": "Der Registrierungslink ist abgelaufen"
},
{
- "id": "web.signup_user_complete.link_invalid.app_error",
- "translation": "Der Registrierungslink scheint nicht gültig zu sein"
- },
- {
"id": "web.signup_user_complete.no_invites.app_error",
"translation": "Dieser Teamtyp erlaubt keine offnen Einladungen"
},
diff --git a/i18n/en.json b/i18n/en.json
index 549537735..bb906ae6c 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -112,6 +112,18 @@
"translation": "Mattermost - Testing Email Settings"
},
{
+ "id": "api.admin.test_s3.missing_s3_bucket",
+ "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.upload_brand_image.array.app_error",
"translation": "Empty array under 'image' in request"
},
@@ -1373,6 +1385,10 @@
"translation": "Unable to upload file. Header cannot be parsed."
},
{
+ "id": "api.file.upload_file.incorrect_number_of_files.app_error",
+ "translation": "Unable to upload files. Incorrect number of files specified."
+ },
+ {
"id": "api.file.upload_file.large_image.app_error",
"translation": "File above maximum dimensions could not be uploaded: {{.Filename}}"
},
@@ -1812,11 +1828,15 @@
},
{
"id": "api.post.send_notifications_and_forget.push_image_only",
- "translation": " Uploaded one or more files in "
+ "translation": " uploaded one or more files in "
+ },
+ {
+ "id": "api.post.send_notifications_and_forget.push_image_only_no_channel",
+ "translation": " uploaded one or more files"
},
{
"id": "api.post.send_notifications_and_forget.push_image_only_dm",
- "translation": " Uploaded one or more files in a direct message"
+ "translation": " uploaded one or more files in a direct message"
},
{
"id": "api.post.send_notifications_and_forget.push_in",
@@ -2183,6 +2203,50 @@
"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."
},
@@ -2303,6 +2367,14 @@
"translation": "%v left the team."
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "Failed to post channel move message."
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "This channel has been moved to this team from %v."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Attempting to permanently delete team %v id=%v"
},
@@ -2711,11 +2783,11 @@
"translation": "The signup link has expired"
},
{
- "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
+ "id": "api.user.create_user.signup_link_invalid.app_error",
"translation": "The signup link does not appear to be valid"
},
{
- "id": "api.user.create_user.signup_link_invalid.app_error",
+ "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
"translation": "The signup link does not appear to be valid"
},
{
@@ -3147,14 +3219,6 @@
"translation": "Cannot move a channel unless all its members are already members of the destination team."
},
{
- "id": "api.team.move_channel.success",
- "translation": "This channel has been moved to this team from %v."
- },
- {
- "id": "api.team.move_channel.post.error",
- "translation": "Failed to post channel move message."
- },
- {
"id": "app.channel.post_update_channel_purpose_message.post.error",
"translation": "Failed to post channel purpose message"
},
@@ -3660,7 +3724,7 @@
},
{
"id": "app.plugin.disabled.app_error",
- "translation": "Plugins have been disabled."
+ "translation": "Plugins have been disabled. Please check your logs for details."
},
{
"id": "app.plugin.extract.app_error",
@@ -3711,6 +3775,10 @@
"translation": "Plugins and/or plugin uploads have been disabled."
},
{
+ "id": "app.team.join_user_to_team.max_accounts.app_error",
+ "translation": "This team has reached the maximum number of allowed accounts. Contact your systems administrator to set a higher limit."
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "Personal access tokens are disabled on this server. Please contact your system administrator for details."
},
@@ -4191,6 +4259,18 @@
"translation": "Unable to find user on AD/LDAP server: "
},
{
+ "id": "ent.migration.migratetosaml.user_not_found_in_users_mapping_file",
+ "translation": "User not found in the users file."
+ },
+ {
+ "id": "ent.migration.migratetosaml.username_already_used_by_other_user",
+ "translation": "Username already used by another Mattermost user."
+ },
+ {
+ "id": "ent.migration.migratetosaml.email_already_used_by_other_user",
+ "translation": "Email already used by another SAML user."
+ },
+ {
"id": "ent.saml.attribute.app_error",
"translation": "SAML login was unsuccessful because one of the attributes is incorrect. Please contact your System Administrator."
},
@@ -4879,14 +4959,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_email_address.app_error",
- "translation": "Message export job GlobalRelayEmailAddress must be set to a valid email address"
- },
- {
"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."
},
@@ -4899,6 +4971,10 @@
"translation": "Message export job ExportFromTimestamp must be a timestamp (expressed in seconds since unix epoch). Only messages sent after this timestamp will be exported."
},
{
+ "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"
},
@@ -4907,6 +4983,10 @@
"translation": "Message export job FileLocation must be a sub-directory of FileSettings.Directory"
},
{
+ "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"
+ },
+ {
"id": "model.config.is_valid.password_length.app_error",
"translation": "Minimum password length must be a whole number greater than or equal to {{.MinLength}} and less than or equal to {{.MaxLength}}."
},
@@ -4967,6 +5047,10 @@
"translation": "Site URL must be a valid URL and start with http:// or https://"
},
{
+ "id": "model.config.is_valid.websocket_url.app_error",
+ "translation": "Websocket URL must be a valid URL and start with ws:// or wss://"
+ },
+ {
"id": "model.config.is_valid.site_url_email_batching.app_error",
"translation": "Unable to enable email batching when SiteURL isn't set."
},
@@ -7131,10 +7215,6 @@
"translation": "Failed to authenticate on SMTP server"
},
{
- "id": "utils.mail.sendMail.attachments.write_error",
- "translation": "Failed to write attachment to email"
- },
- {
"id": "utils.mail.new_client.helo.error",
"translation": "Failed to to set the HELO to SMTP server %v"
},
@@ -7143,6 +7223,10 @@
"translation": "Failed to open a connection to SMTP server %v"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "Failed to write attachment to email"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "Failed to close connection to SMTP server"
},
diff --git a/i18n/es.json b/i18n/es.json
index c96674885..fbb0c8538 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -132,10 +132,6 @@
"translation": "No se pudo cargar el archivo. El archivo es muy grande."
},
{
- "id": "api.api.init.parsing_templates.debug",
- "translation": "Analizando el contenido plantillas del servidor en %v"
- },
- {
"id": "api.api.init.parsing_templates.error",
"translation": "Falla al analizar el contenido de las plantillas de servidor %v"
},
@@ -1812,11 +1808,11 @@
},
{
"id": "api.post.send_notifications_and_forget.push_image_only",
- "translation": " Cargó uno o más archivos en "
+ "translation": " Subió uno o más archivos en "
},
{
"id": "api.post.send_notifications_and_forget.push_image_only_dm",
- "translation": " Cargó uno o más archivos en un mensaje directo"
+ "translation": " subió uno o más archivos en un mensaje directo"
},
{
"id": "api.post.send_notifications_and_forget.push_in",
@@ -2203,10 +2199,6 @@
"translation": "El enlace de registro ha expirado"
},
{
- "id": "api.team.create_team_from_signup.invalid_link.app_error",
- "translation": "El enlace de registro parece ser inválido"
- },
- {
"id": "api.team.create_team_from_signup.unavailable.app_error",
"translation": "Este URL no está disponible. Por favor, prueba con otra."
},
@@ -2307,6 +2299,14 @@
"translation": "%v abandonó el equipo."
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "No pudo publicar el mensaje de que el canal fue movido."
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "Este canal ha sido movido a este equipo desde %v."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Intentando eliminar permanentemente al equipo %v id=%v"
},
@@ -2711,6 +2711,10 @@
"translation": "El enlace de registro parece ser inválido"
},
{
+ "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
+ "translation": "El enlace de registro parece ser inválido"
+ },
+ {
"id": "api.user.create_user.team_name.app_error",
"translation": "Nombre del equipo inválido"
},
@@ -3067,6 +3071,10 @@
"translation": "No se pudo leer la carga del webhook de entrada."
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "No se pudo codificar la carga del multipart en el webhook entrante."
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "Inicializando rutas del API para los webhooks"
},
@@ -3691,6 +3699,10 @@
"translation": "Los Complementos y/o la carga de complementos han sido deshabilitados."
},
{
+ "id": "app.team.join_user_to_team.max_accounts.app_error",
+ "translation": "Este equipo ha alcanzado el número máximo de cuentas permitidas. Contacta a un administrador de sistema para que asigne un límite mayor."
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "Los tokens de acceso personal están inhabilitados en este servidor. Por favor, póngase en contacto con su administrador del sistema para obtener más detalles."
},
@@ -4759,6 +4771,10 @@
"translation": "El ancho para la imagen de miniatura es inválido en la configuración de archivos. Debe ser un número positivo."
},
{
+ "id": "model.config.is_valid.group_unread_channels.app_error",
+ "translation": "Ajuste invalido para el agrupamiento de canales no leídos en la configuración de servicio. Debe ser 'disabled', 'default_on' o 'default_off'."
+ },
+ {
"id": "model.config.is_valid.image_proxy_type.app_error",
"translation": "Tipo de proxy para las imágenes no válido en la configuración del servicio."
},
@@ -4867,6 +4883,10 @@
"translation": "El ajuste ExportFromTimestamp para realizar el trabajo de Exportación de Mensajes debe ser una marca de tiempo (expresada en segundos desde la época unix). Sólo los mensajes enviados después de esa fecha serán exportados."
},
{
+ "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."
},
@@ -4875,6 +4895,10 @@
"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_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."
+ },
+ {
"id": "model.config.is_valid.password_length.app_error",
"translation": "Longitud mínima de la contraseña debe ser un número entero mayor que o igual a {{.MinLength}} y menor o igual que {{.MaxLength}}."
},
@@ -7087,6 +7111,10 @@
"translation": "Falla al abrir la conexión al servidor SMTP %v"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "Error al escribir el archivo adjunto al correo electrónico"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "Falla al cerrar la conexión al servidor SMTP"
},
@@ -7155,10 +7183,6 @@
"translation": "Falla al crear el vigilante de directorio %v"
},
{
- "id": "web.dir_fail.error",
- "translation": "Falla al vigilar el directorio %v"
- },
- {
"id": "web.do_load_channel.error",
"translation": "Error obteniendo el pérfil de usuario para id=%v forzando el cierre de sesión"
},
@@ -7263,18 +7287,10 @@
"translation": "Analizando el contenido de las plantillas en %v"
},
{
- "id": "web.parsing_templates.error",
- "translation": "Falla al analizar el contenido de las plantillas %v"
- },
- {
"id": "web.post_permalink.app_error",
"translation": "El ID del Mensaje es inválido"
},
{
- "id": "web.reparse_templates.info",
- "translation": "Re-analizando el contenido de las plantillas porque el archivo %v fue modificado"
- },
- {
"id": "web.reset_password.expired_link.app_error",
"translation": "El enlace de registro ha expirado"
},
@@ -7291,10 +7307,6 @@
"translation": "Registrar"
},
{
- "id": "web.signup_team_complete.invalid_link.app_error",
- "translation": "El enlace de registro parece ser inválido"
- },
- {
"id": "web.signup_team_complete.link_expired.app_error",
"translation": "El enlace de registro ha expirado"
},
@@ -7311,10 +7323,6 @@
"translation": "El enlace de registro ha expirado"
},
{
- "id": "web.signup_user_complete.link_invalid.app_error",
- "translation": "El enlace de registro parece ser inválido"
- },
- {
"id": "web.signup_user_complete.no_invites.app_error",
"translation": "El tipo de equipo no permite realizar invitaciones"
},
diff --git a/i18n/fr.json b/i18n/fr.json
index f2c20c29f..6b6071d41 100644
--- a/i18n/fr.json
+++ b/i18n/fr.json
@@ -132,10 +132,6 @@
"translation": "Impossible d'envoyer le fichier. Le fichier est trop volumineux."
},
{
- "id": "api.api.init.parsing_templates.debug",
- "translation": "Analyse des gabarits du serveur %v en cours"
- },
- {
"id": "api.api.init.parsing_templates.error",
"translation": "Impossible d'analyser les modèles du serveur %v"
},
@@ -153,7 +149,7 @@
},
{
"id": "api.channel.add_member.added",
- "translation": "%v a été ajouté au canal par %v"
+ "translation": "%v a été ajouté au canal par %v."
},
{
"id": "api.channel.add_member.find_channel.app_error",
@@ -201,11 +197,11 @@
},
{
"id": "api.channel.change_channel_privacy.private_to_public",
- "translation": "This channel has been converted to a Public Channel and can be joined by any team member."
+ "translation": "Ce canal a été converti en canal public et peut être rejoint par tout membre de l'équipe."
},
{
"id": "api.channel.change_channel_privacy.public_to_private",
- "translation": "This channel has been converted to a Private Channel."
+ "translation": "Ce canal a été converti en canal privé."
},
{
"id": "api.channel.create_channel.direct_channel.app_error",
@@ -1812,11 +1808,11 @@
},
{
"id": "api.post.send_notifications_and_forget.push_image_only",
- "translation": " A envoyé un ou plusieurs fichiers sur "
+ "translation": " a envoyé un ou plusieurs fichiers dans "
},
{
"id": "api.post.send_notifications_and_forget.push_image_only_dm",
- "translation": " A envoyé un ou plusieurs fichiers dans un message personnel"
+ "translation": " a envoyé un ou plusieurs fichiers dans un message personnel"
},
{
"id": "api.post.send_notifications_and_forget.push_in",
@@ -2184,7 +2180,7 @@
},
{
"id": "api.team.add_user_to_team.added",
- "translation": "%v a été ajouté à l'équipe par %v"
+ "translation": "%v a été ajouté à l'équipe par %v."
},
{
"id": "api.team.add_user_to_team.missing_parameter.app_error",
@@ -2203,10 +2199,6 @@
"translation": "Le lien d'inscription a expiré."
},
{
- "id": "api.team.create_team_from_signup.invalid_link.app_error",
- "translation": "Le lien d'inscription semble ne pas être valide."
- },
- {
"id": "api.team.create_team_from_signup.unavailable.app_error",
"translation": "Cette URL n'est pas disponible. Veuillez en essayer une autre."
},
@@ -2307,6 +2299,14 @@
"translation": "%v a quitté l'équipe."
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "Impossible de publier la description du canal"
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "This channel has been moved to this team from %v."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Tentative de suppression définitive de l'équipe %v id=%v"
},
@@ -2711,6 +2711,10 @@
"translation": "Le lien d'enregistrement n'est pas valide."
},
{
+ "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
+ "translation": "Le lien d'inscription semble ne pas être valide."
+ },
+ {
"id": "api.user.create_user.team_name.app_error",
"translation": "Nom d'équipe incorrect"
},
@@ -2956,7 +2960,7 @@
},
{
"id": "api.user.upload_profile_user.decode_config.app_error",
- "translation": "Impossible de sauvegarder l'image de profile. Le fichier ne semble pas être un fichier d'image valide."
+ "translation": "Impossible de sauvegarder l'image de profil. Le fichier ne semble pas être un fichier d'image valide."
},
{
"id": "api.user.upload_profile_user.encode.app_error",
@@ -3067,6 +3071,10 @@
"translation": "Impossible de lire la charge utile du webhook entrant."
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "Could not decode the multipart payload of incoming webhook."
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "Initialisation des routes de l'API webhook"
},
@@ -3360,7 +3368,7 @@
},
{
"id": "app.import.validate_post_import_data.create_at_zero.error",
- "translation": "La propriété de message CreateAt ne doit pas être 0 si ce champ est défini."
+ "translation": "La propriété de message CreateAt ne doit pas être 0."
},
{
"id": "app.import.validate_post_import_data.message_length.error",
@@ -3380,51 +3388,51 @@
},
{
"id": "app.import.validate_reaction_import_data.create_at_before_parent.error",
- "translation": "Reaction CreateAt property must be greater than the parent post CreateAt."
+ "translation": "La propriété de réponse CreateAt doit être plus grande que la valeur de la propriété CreateAt parente."
},
{
"id": "app.import.validate_reaction_import_data.create_at_missing.error",
- "translation": "La propriété requise pour un message est manquante : create_at."
+ "translation": "La propriété requise de réaction est manquante : create_at."
},
{
"id": "app.import.validate_reaction_import_data.create_at_zero.error",
- "translation": "La propriété de message CreateAt ne doit pas être 0 si ce champ est défini."
+ "translation": "La propriété de réaction CreateAt ne doit pas être 0."
},
{
"id": "app.import.validate_reaction_import_data.emoji_name_length.error",
- "translation": "La propriété Message du message est plus longue que la longueur maximale autorisée."
+ "translation": "La propriété de réaction EmojiName est plus longue que la longueur maximale autorisée."
},
{
"id": "app.import.validate_reaction_import_data.emoji_name_missing.error",
- "translation": "La propriété requise du message est manquante : User."
+ "translation": "La propriété requise de réaction est manquante : EmojiName."
},
{
"id": "app.import.validate_reaction_import_data.user_missing.error",
- "translation": "La propriété requise du message est manquante : User."
+ "translation": "La propriété requise de réaction est manquante : User."
},
{
"id": "app.import.validate_reply_import_data.create_at_before_parent.error",
- "translation": "Reply CreateAt property must be greater than the parent post CreateAt."
+ "translation": "La propriété de réponse CreateAt doit être plus grande que la valeur de la propriété CreateAt parente."
},
{
"id": "app.import.validate_reply_import_data.create_at_missing.error",
- "translation": "La propriété requise pour un message est manquante : create_at."
+ "translation": "La propriété requise de réponse est manquante : create_at."
},
{
"id": "app.import.validate_reply_import_data.create_at_zero.error",
- "translation": "La propriété de message CreateAt ne doit pas être 0 si ce champ est défini."
+ "translation": "La propriété de message CreateAt ne doit pas être 0."
},
{
"id": "app.import.validate_reply_import_data.message_length.error",
- "translation": "La propriété Message du message est plus longue que la longueur maximale autorisée."
+ "translation": "La propriété de réponse Message est plus longue que la longueur maximale autorisée."
},
{
"id": "app.import.validate_reply_import_data.message_missing.error",
- "translation": "La propriété requise du message est manquante : Message."
+ "translation": "La propriété requise de réponse est manquante : Message."
},
{
"id": "app.import.validate_reply_import_data.user_missing.error",
- "translation": "La propriété requise du message est manquante : User."
+ "translation": "La propriété requise de réponse est manquante : User."
},
{
"id": "app.import.validate_team_import_data.allowed_domains_length.error",
@@ -3564,7 +3572,7 @@
},
{
"id": "app.import.validate_user_import_data.profile_image.error",
- "translation": "Invalid profile image."
+ "translation": "Image de profil invalide."
},
{
"id": "app.import.validate_user_import_data.roles_invalid.error",
@@ -3691,6 +3699,10 @@
"translation": "Les plugins et/ou l'envoi de plugins ont été désactivés."
},
{
+ "id": "app.team.join_user_to_team.max_accounts.app_error",
+ "translation": "Cette équipe a atteint la limite du nombre maximum de comptes autorisés. Contactez votre administrateur système pour augmenter cette limite."
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "Les jetons d'accès personnel sont désactivés sur ce serveur. Veuillez contacter votre administrateur système pour plus d'informations."
},
@@ -4644,7 +4656,7 @@
},
{
"id": "model.config.is_valid.atmos_camo_image_proxy_options.app_error",
- "translation": "Invalid atmos/camo image proxy options for service settings. Must be set to your shared key."
+ "translation": "Les paramètres d'options du proxy d'images atmos/camo sont invalides. Votre clé partagée doit être définie comme paramètre."
},
{
"id": "model.config.is_valid.cluster_email_batching.app_error",
@@ -4759,8 +4771,12 @@
"translation": "Largeur des miniatures invalide dans les paramètres de fichiers. Doit être un entier positif."
},
{
+ "id": "model.config.is_valid.group_unread_channels.app_error",
+ "translation": "Le paramètre de groupement de canaux non lus est invalide. Doit être défini sur « disabled », « default_on » ou « default_off »."
+ },
+ {
"id": "model.config.is_valid.image_proxy_type.app_error",
- "translation": "Invalid image proxy type for service settings."
+ "translation": "Paramètre de type de proxy d'image invalide."
},
{
"id": "model.config.is_valid.ldap_basedn",
@@ -4867,6 +4883,10 @@
"translation": "Le paramètre ExportFromTimestamp de la tâche d'exportation de messages doit être un horodatage (exprimé en secondes depuis l'epoch UNIX). Seuls les messages envoyés après cet horodatage seront exportés."
},
{
+ "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."
},
@@ -4875,6 +4895,10 @@
"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_email_address.app_error",
+ "translation": "Message export job GlobalRelayEmailAddress must be set to a valid email address"
+ },
+ {
"id": "model.config.is_valid.password_length.app_error",
"translation": "La taille minimale du mot de passe doit être un nombre entier supérieur ou égal à {{.MinLength}} et inférieur ou égal à {{.MaxLength}}."
},
@@ -5404,7 +5428,7 @@
},
{
"id": "model.user.is_valid.position.app_error",
- "translation": "Rôle invalide : ne doit pas faire plus de 35 caractères."
+ "translation": "Rôle invalide : ne doit pas faire plus de 128 caractères."
},
{
"id": "model.user.is_valid.pwd.app_error",
@@ -6848,7 +6872,7 @@
},
{
"id": "store.sql_user_access_token.get_all.app_error",
- "translation": "Impossible de récupérer le jeton d'accès personnel"
+ "translation": "Impossible de récupérer tous les jetons d'accès personnel"
},
{
"id": "store.sql_user_access_token.get_by_token.app_error",
@@ -6864,7 +6888,7 @@
},
{
"id": "store.sql_user_access_token.search.app_error",
- "translation": "Nous avons rencontré une erreur lors de la recherche du jeton d'accès"
+ "translation": "Nous avons rencontré une erreur lors de la recherche des jetons d'accès personnel"
},
{
"id": "store.sql_webhooks.analytics_incoming_count.app_error",
@@ -7087,6 +7111,10 @@
"translation": "Échec de l'ouverture de connexion auprès du serveur SMTP %v"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "Failed to write attachment to email"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "Échec de fermeture de connexion auprès du serveur SMTP"
},
@@ -7155,10 +7183,6 @@
"translation": "Échec de la création de l'observateur de dossier %v"
},
{
- "id": "web.dir_fail.error",
- "translation": "Échec de l'observateur de dossier %v"
- },
- {
"id": "web.do_load_channel.error",
"translation": "Erreur lors de la récupération du profil pour id=%v déconnexion forcée"
},
@@ -7263,18 +7287,10 @@
"translation": "Analyse des gabarits sur %v"
},
{
- "id": "web.parsing_templates.error",
- "translation": "Impossible d'analyser les gabarits %v"
- },
- {
"id": "web.post_permalink.app_error",
"translation": "ID de message invalide"
},
{
- "id": "web.reparse_templates.info",
- "translation": "Re-examen des gabarits en raison de la modification du fichier %v"
- },
- {
"id": "web.reset_password.expired_link.app_error",
"translation": "Le lien de réinitialisation du mot de passe a expiré"
},
@@ -7291,10 +7307,6 @@
"translation": "Inscription"
},
{
- "id": "web.signup_team_complete.invalid_link.app_error",
- "translation": "Le lien d'inscription ne semble pas être valide"
- },
- {
"id": "web.signup_team_complete.link_expired.app_error",
"translation": "Le lien d'inscription a expiré"
},
@@ -7311,10 +7323,6 @@
"translation": "Le lien d'inscription a expiré"
},
{
- "id": "web.signup_user_complete.link_invalid.app_error",
- "translation": "Le lien d'inscription ne semble pas être valide"
- },
- {
"id": "web.signup_user_complete.no_invites.app_error",
"translation": "Le type d'équipe ne permet pas les invitations ouvertes"
},
diff --git a/i18n/it.json b/i18n/it.json
index a58dfa15a..7b6d3f077 100644
--- a/i18n/it.json
+++ b/i18n/it.json
@@ -132,10 +132,6 @@
"translation": "Impossibile caricare il file. Il file è troppo grande."
},
{
- "id": "api.api.init.parsing_templates.debug",
- "translation": "Analisi dei template del server: %v"
- },
- {
"id": "api.api.init.parsing_templates.error",
"translation": "Impossibile analizzare i modelli del server %v"
},
@@ -2203,10 +2199,6 @@
"translation": "Il collegamento per l'iscrizione è scaduto"
},
{
- "id": "api.team.create_team_from_signup.invalid_link.app_error",
- "translation": "Il collegamento per l'iscrizione non sembra essere valido"
- },
- {
"id": "api.team.create_team_from_signup.unavailable.app_error",
"translation": "L'URL non è disponibile. Provane un altro."
},
@@ -2307,6 +2299,14 @@
"translation": "%v ha lasciato il gruppo."
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "Impossibile pubblicare il messaggio di spostamento del canale."
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "Questo canale è stato spostato in questo gruppo da %v."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Tentativo di eliminazione permanente del gruppo %v id=%v"
},
@@ -2711,6 +2711,10 @@
"translation": "Il collegamento per l'iscrizione non sembra essere valido"
},
{
+ "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
+ "translation": "Il collegamento per l'iscrizione non sembra essere valido"
+ },
+ {
"id": "api.user.create_user.team_name.app_error",
"translation": "Nome gruppo non valido"
},
@@ -3067,6 +3071,10 @@
"translation": "Impossibile leggere il contenuto del webhook in ingresso."
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "Impossibile decodificare la richiesta multipart del webhook in ingresso."
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "Inizializzazione API Routes dei webhook"
},
@@ -3691,6 +3699,10 @@
"translation": "I plugin e/o il caricamento dei plugin è stato disattivato."
},
{
+ "id": "app.team.join_user_to_team.max_accounts.app_error",
+ "translation": "Questo gruppo ha raggiunto il limite massimo di utenti ammessi. Contatta il tuo amministratore di sistema per innalzare il limite."
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "I Token di accesso personale sono disattivati su questo server. Per favore contatta l'Amministratore di Sistema per ulteriori dettagli."
},
@@ -4759,6 +4771,10 @@
"translation": "Larghezza antemprima non valida per le impostazioni file. Deve essere un numero positivo."
},
{
+ "id": "model.config.is_valid.group_unread_channels.app_error",
+ "translation": "Canali non letti del gruppo non validi per le impostazioni del servizio. Dev'essere 'disabled', 'default_on' oppure 'default_off'."
+ },
+ {
"id": "model.config.is_valid.image_proxy_type.app_error",
"translation": "Tipo proxy immagine non valido nelle impostazioni del servizio."
},
@@ -4867,6 +4883,10 @@
"translation": "Lavoro esportazione messaggi il valore ExportFromTimestamp deve essere un timestamp (espresso in secondi dall'epoca unix). Solo i messaggi successivi a questo valore saranno esportati."
},
{
+ "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"
},
@@ -4875,6 +4895,10 @@
"translation": "Lavoro esportazione messaggi il valore FileLocation deve essere una sottocartella di FileSettings.Directory"
},
{
+ "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.password_length.app_error",
"translation": "Lunghezza minima password deve essere un numero intero maggiore o uguale a {{.MinLength}} e minore o uguale a {{.MaxLength}}."
},
@@ -7087,6 +7111,10 @@
"translation": "Impossibile aprire una connessione al server SMTP %v"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "Impossibile aggiungere l'allegato all'email"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "Impossibile chiudere la connessione al server SMTP"
},
@@ -7155,10 +7183,6 @@
"translation": "Impossibile creare osservatore cartella %v"
},
{
- "id": "web.dir_fail.error",
- "translation": "Fallito nell'osservatore cartella %v"
- },
- {
"id": "web.do_load_channel.error",
"translation": "Errore nel caricamento del profilo utente id=%v logout forzato"
},
@@ -7263,18 +7287,10 @@
"translation": "Analisi dei template del server: %v"
},
{
- "id": "web.parsing_templates.error",
- "translation": "Impossibile analizzare i modelli %v"
- },
- {
"id": "web.post_permalink.app_error",
"translation": "ID pubblicazione non valido"
},
{
- "id": "web.reparse_templates.info",
- "translation": "Rianalisi dei modelli in corso a causa della modifica al file %v"
- },
- {
"id": "web.reset_password.expired_link.app_error",
"translation": "Il collegamento per il reset della password è scaduto"
},
@@ -7291,10 +7307,6 @@
"translation": "Iscrizione"
},
{
- "id": "web.signup_team_complete.invalid_link.app_error",
- "translation": "Il collegamento per l'iscrizione non sembra essere valido"
- },
- {
"id": "web.signup_team_complete.link_expired.app_error",
"translation": "Il collegamento per l'iscrizione è scaduto"
},
@@ -7311,10 +7323,6 @@
"translation": "Il collegamento per l'iscrizione è scaduto"
},
{
- "id": "web.signup_user_complete.link_invalid.app_error",
- "translation": "Il collegamento per l'iscrizione non sembra essere valido"
- },
- {
"id": "web.signup_user_complete.no_invites.app_error",
"translation": "La tipologia del gruppo non ammette inviti aperti"
},
diff --git a/i18n/ja.json b/i18n/ja.json
index 3017f94dc..b8fb048a5 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -132,10 +132,6 @@
"translation": "画像ファイルをアップロードできません。ファイルが大き過ぎます。"
},
{
- "id": "api.api.init.parsing_templates.debug",
- "translation": "%vにあるサーバーテンプレートを読み込んでいます"
- },
- {
"id": "api.api.init.parsing_templates.error",
"translation": "サーバーテンプレート%vを読み込めませんでした"
},
@@ -1812,11 +1808,11 @@
},
{
"id": "api.post.send_notifications_and_forget.push_image_only",
- "translation": " 一つ以上のファイルをアップロードしました "
+ "translation": " ファイルをアップロードしました "
},
{
"id": "api.post.send_notifications_and_forget.push_image_only_dm",
- "translation": " 一つ以上のファイルをダイレクトメッセージにアップロードしました"
+ "translation": " ファイルをダイレクトメッセージにアップロードしました"
},
{
"id": "api.post.send_notifications_and_forget.push_in",
@@ -2203,10 +2199,6 @@
"translation": "利用登録リンクは有効期限が切れています"
},
{
- "id": "api.team.create_team_from_signup.invalid_link.app_error",
- "translation": "利用登録リンクが不正です"
- },
- {
"id": "api.team.create_team_from_signup.unavailable.app_error",
"translation": "このURLは利用できません。他のURLを試してみてください。"
},
@@ -2307,6 +2299,14 @@
"translation": "%v はチームから脱退しました。"
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "チャンネル移動メッセージを投稿できませんでした"
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "このチャンネルは %v からこのチームへ移動されました。"
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "チーム%vを完全に削除しようとしています id=%v"
},
@@ -2711,6 +2711,10 @@
"translation": "利用登録リンクが不正です"
},
{
+ "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
+ "translation": "利用登録リンクが不正です"
+ },
+ {
"id": "api.user.create_user.team_name.app_error",
"translation": "不正なチーム名です"
},
@@ -3067,6 +3071,10 @@
"translation": "内向きのウェブフックのペイロードを読み込めませんでした。"
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "内向きのウェブフックのマルチパートペイロードをデコードできませんでした。"
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "ウェブフックAPIルートを初期化しています"
},
@@ -3691,6 +3699,10 @@
"translation": "プラグインのアップロードは無効化されています。"
},
{
+ "id": "app.team.join_user_to_team.max_accounts.app_error",
+ "translation": "このチームは登録ユーザー数の上限に達しました。システム管理者に上限値の設定を変更するように依頼してください。"
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "このサーバーではパーソナルアクセストークンが無効になっています。詳しくはシステム管理者に問い合わせてください。"
},
@@ -4759,6 +4771,10 @@
"translation": "ファイル設定のサムネイルの幅が不正です。ゼロ以上の数を指定してください。"
},
{
+ "id": "model.config.is_valid.group_unread_channels.app_error",
+ "translation": "未読チャンネルのグループ化設定が不正です。'disabled', 'default_on', 'default_off'のいずれかでなくてはなりません。"
+ },
+ {
"id": "model.config.is_valid.image_proxy_type.app_error",
"translation": "画像プロキシタイプの設定が不正です。"
},
@@ -4867,6 +4883,10 @@
"translation": "メッセージエクスポート処理の ExportFromTimestamp は(ユニックス標準時からの秒数で表される)タイムスタンプでなくてはなりません。このタイムスタンプ以降に投稿されたメッセージのみエクスポートされます。"
},
{
+ "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 はエクスポートデータが書き込まれる書き込み可能なディレクトリでなくてはなりません"
},
@@ -4875,6 +4895,10 @@
"translation": "メッセージエクスポート処理の FileLocation は FileSettings.Directory のサブディレクトリでなくてはなりません"
},
{
+ "id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
+ "translation": "メッセージエクスポート処理の GlobalRelayEmailAddress には有効な電子メールアドレスが設定されていなくてはなりません"
+ },
+ {
"id": "model.config.is_valid.password_length.app_error",
"translation": "最小パスワード長さは、{{.MinLength}}以上、{{.MaxLength}}以下に設定してください。"
},
@@ -7087,6 +7111,10 @@
"translation": "SMTPサーバー%vに接続できませんでした"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "電子メールへ添付を書き込むことができませんでした"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "SMTPサーバーへの接続を終了できませんでした"
},
@@ -7155,10 +7183,6 @@
"translation": "ディレクトリーウォッチャーを作成できませんでした %v"
},
{
- "id": "web.dir_fail.error",
- "translation": "ディレクトリーウォッチャーで失敗しました %v"
- },
- {
"id": "web.do_load_channel.error",
"translation": "id=%vのユーザーのプロフィールを取得できません。強制的にログアウトします"
},
@@ -7263,18 +7287,10 @@
"translation": "テンプレート%vを読み直しています"
},
{
- "id": "web.parsing_templates.error",
- "translation": "テンプレート%vの解析に失敗しました"
- },
- {
"id": "web.post_permalink.app_error",
"translation": "不正な投稿IDです"
},
{
- "id": "web.reparse_templates.info",
- "translation": "ファイル%vが変更されたためテンプレートを読み直しています"
- },
- {
"id": "web.reset_password.expired_link.app_error",
"translation": "パスワード初期化リンクの期限が切れています"
},
@@ -7291,10 +7307,6 @@
"translation": "利用登録"
},
{
- "id": "web.signup_team_complete.invalid_link.app_error",
- "translation": "利用登録リンクが不正です"
- },
- {
"id": "web.signup_team_complete.link_expired.app_error",
"translation": "利用登録リンクの期限が切れています"
},
@@ -7311,10 +7323,6 @@
"translation": "利用登録リンクの期限が切れています"
},
{
- "id": "web.signup_user_complete.link_invalid.app_error",
- "translation": "利用登録リンクが不正です"
- },
- {
"id": "web.signup_user_complete.no_invites.app_error",
"translation": "このチームは誰でも招待できるような形式ではありません"
},
diff --git a/i18n/ko.json b/i18n/ko.json
index bdd2935a4..b8eff6bca 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -132,10 +132,6 @@
"translation": "용량이 커서 파일을 업로드 할 수 없습니다."
},
{
- "id": "api.api.init.parsing_templates.debug",
- "translation": "서버 템플릿 %v 파싱 중"
- },
- {
"id": "api.api.init.parsing_templates.error",
"translation": "서버 템플릿 %v 를 파싱하는데 실패하였습니다"
},
@@ -1812,11 +1808,11 @@
},
{
"id": "api.post.send_notifications_and_forget.push_image_only",
- "translation": " Uploaded one or more files in "
+ "translation": " uploaded one or more files in "
},
{
"id": "api.post.send_notifications_and_forget.push_image_only_dm",
- "translation": " Uploaded one or more files in a direct message"
+ "translation": " uploaded one or more files in a direct message"
},
{
"id": "api.post.send_notifications_and_forget.push_in",
@@ -2203,10 +2199,6 @@
"translation": "가입 링크가 만료되었습니다."
},
{
- "id": "api.team.create_team_from_signup.invalid_link.app_error",
- "translation": "유효하지 않은 가입 링크입니다."
- },
- {
"id": "api.team.create_team_from_signup.unavailable.app_error",
"translation": "유효하지 않는 URL 입니다. 변경 후 다시 시도해주세요."
},
@@ -2307,6 +2299,14 @@
"translation": "%v left the team."
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "들어옴/나감 메시지를 등록하는 데 실패함"
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "This channel has been moved to this team from %v."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Attempting to permanently delete team %v id=%v"
},
@@ -2711,6 +2711,10 @@
"translation": "유효하지 않은 가입 링크입니다."
},
{
+ "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
+ "translation": "유효하지 않은 가입 링크입니다."
+ },
+ {
"id": "api.user.create_user.team_name.app_error",
"translation": "올바르지 않은 팀 이름"
},
@@ -3067,6 +3071,10 @@
"translation": "Incoming webhook의 payload를 읽을 수 없습니다."
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "Could not decode the multipart payload of incoming webhook."
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "webhook API 경로 초기화 중"
},
@@ -3136,7 +3144,7 @@
},
{
"id": "app.channel.post_update_channel_purpose_message.post.error",
- "translation": "Failed to post channel purpose message"
+ "translation": "들어옴/나감 메시지를 등록하는 데 실패함"
},
{
"id": "app.channel.post_update_channel_purpose_message.removed",
@@ -3691,6 +3699,10 @@
"translation": "Plugins and/or plugin uploads have been disabled."
},
{
+ "id": "app.team.join_user_to_team.max_accounts.app_error",
+ "translation": "This team has reached the maximum number of allowed accounts. Contact your systems administrator to set a higher limit."
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "Personal access tokens are disabled on this server. Please contact your system administrator for details."
},
@@ -4759,6 +4771,10 @@
"translation": "파일 세팅에 대한 잘못된 썸네일 너비값입니다. 0보다 큰 값이여야 합니다."
},
{
+ "id": "model.config.is_valid.group_unread_channels.app_error",
+ "translation": "Invalid group unread channels for service settings. Must be 'disabled', 'default_on', or 'default_off'."
+ },
+ {
"id": "model.config.is_valid.image_proxy_type.app_error",
"translation": "Invalid image proxy type for service settings."
},
@@ -4867,6 +4883,10 @@
"translation": "Message export job ExportFromTimestamp must be a timestamp (expressed in seconds since unix epoch). Only messages sent after this timestamp will be exported."
},
{
+ "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"
},
@@ -4875,6 +4895,10 @@
"translation": "Message export job FileLocation must be a sub-directory of FileSettings.Directory"
},
{
+ "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"
+ },
+ {
"id": "model.config.is_valid.password_length.app_error",
"translation": "Minimum password length must be a whole number greater than or equal to {{.MinLength}} and less than or equal to {{.MaxLength}}."
},
@@ -7087,6 +7111,10 @@
"translation": "Failed to open a connection to SMTP server %v"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "Failed to write attachment to email"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "Failed to close connection to SMTP server"
},
@@ -7155,10 +7183,6 @@
"translation": "Failed to create directory watcher %v"
},
{
- "id": "web.dir_fail.error",
- "translation": "Failed in directory watcher %v"
- },
- {
"id": "web.do_load_channel.error",
"translation": "강제 로그아웃 중 id=%v 유저 프로필을 가져오는 중 오류가 발생했습니다"
},
@@ -7263,18 +7287,10 @@
"translation": "%v에서 서버 템플릿 파싱중"
},
{
- "id": "web.parsing_templates.error",
- "translation": "서버 템플릿 %v 를 파싱하는데 실패하였습니다"
- },
- {
"id": "web.post_permalink.app_error",
"translation": "잘못된 글 ID"
},
{
- "id": "web.reparse_templates.info",
- "translation": "Re-parsing templates because of modified file %v"
- },
- {
"id": "web.reset_password.expired_link.app_error",
"translation": "비밀번호 재설정 링크가 만료되었습니다."
},
@@ -7291,10 +7307,6 @@
"translation": "가입"
},
{
- "id": "web.signup_team_complete.invalid_link.app_error",
- "translation": "유효하지 않은 가입 링크입니다."
- },
- {
"id": "web.signup_team_complete.link_expired.app_error",
"translation": "가입 링크가 만료되었습니다."
},
@@ -7311,10 +7323,6 @@
"translation": "가입 링크가 만료되었습니다."
},
{
- "id": "web.signup_user_complete.link_invalid.app_error",
- "translation": "유효하지 않은 가입 링크입니다."
- },
- {
"id": "web.signup_user_complete.no_invites.app_error",
"translation": "The team type doesn't allow open invites"
},
diff --git a/i18n/nl.json b/i18n/nl.json
index 2e0f54ee4..a4ae85069 100644
--- a/i18n/nl.json
+++ b/i18n/nl.json
@@ -49,7 +49,7 @@
},
{
"id": "api.admin.add_certificate.no_file.app_error",
- "translation": "Geen bestand in 'certificate' veld in aanvraag"
+ "translation": "Geen bestand gevonden in 'certificate' veld in verzoek"
},
{
"id": "api.admin.add_certificate.open.app_error",
@@ -57,15 +57,15 @@
},
{
"id": "api.admin.add_certificate.saving.app_error",
- "translation": "Kon het certificaat-bestand niet opslaan"
+ "translation": "Kon het certificaat-bestand niet opslaan."
},
{
"id": "api.admin.file_read_error",
- "translation": "Fout bij lezen van logbestand"
+ "translation": "Fout bij lezen van logbestand."
},
{
"id": "api.admin.get_brand_image.not_available.app_error",
- "translation": "Personaliseren is niet ondersteund, of niet geconfigureerd op deze server"
+ "translation": "Personalisatie is niet ondersteund of niet geconfigureerd op deze server."
},
{
"id": "api.admin.get_brand_image.storage.app_error",
@@ -73,15 +73,15 @@
},
{
"id": "api.admin.init.debug",
- "translation": "Initialisatie van de admin API routes"
+ "translation": "Initialisatie van de admin API routes."
},
{
"id": "api.admin.recycle_db_end.warn",
- "translation": "Klaar met herstarten van de databaseverbinding"
+ "translation": "Klaar met herstarten van de databaseverbinding."
},
{
"id": "api.admin.recycle_db_start.warn",
- "translation": "Proberen om de databaseverbinding te herstarten"
+ "translation": "Proberen om de databaseverbinding te herstarten."
},
{
"id": "api.admin.remove_certificate.delete.app_error",
@@ -89,7 +89,7 @@
},
{
"id": "api.admin.saml.metadata.app_error",
- "translation": "Er is een fout opgetreden tijdens het opstellen van Service Provider Metadata."
+ "translation": "Er is een fout opgetreden tijdens het opzetten van Service Provider Metadata."
},
{
"id": "api.admin.test_email.body",
@@ -132,10 +132,6 @@
"translation": "Kan bestand niet uploaden. Bestand is te groot."
},
{
- "id": "api.api.init.parsing_templates.debug",
- "translation": "Server-templates aan het verwerken voor %v"
- },
- {
"id": "api.api.init.parsing_templates.error",
"translation": "Verwerken van server-template %v is mislukt"
},
@@ -153,7 +149,7 @@
},
{
"id": "api.channel.add_member.added",
- "translation": "%v is door %v aan het kanaal toegevoegd"
+ "translation": "%v is door %v aan het kanaal toegevoegd."
},
{
"id": "api.channel.add_member.find_channel.app_error",
@@ -185,11 +181,11 @@
},
{
"id": "api.channel.can_manage_channel.private_restricted_system_admin.app_error",
- "translation": "Alleen systeembeheerders mogen publieke kanalen beheren en aanmaken."
+ "translation": "Alleen systeembeheerders mogen privékanalen beheren en aanmaken."
},
{
"id": "api.channel.can_manage_channel.private_restricted_team_admin.app_error",
- "translation": "Alleen team- en systeembeheerders mogen publieke kanalen beheren en aanmaken."
+ "translation": "Alleen team- en systeembeheerders mogen privékanalen beheren en aanmaken."
},
{
"id": "api.channel.can_manage_channel.public_restricted_system_admin.app_error",
@@ -201,11 +197,11 @@
},
{
"id": "api.channel.change_channel_privacy.private_to_public",
- "translation": "This channel has been converted to a Public Channel and can be joined by any team member."
+ "translation": "Dit kanaal is omgezet naar een publiek kanaal en is open voor ieder teamlid."
},
{
"id": "api.channel.change_channel_privacy.public_to_private",
- "translation": "This channel has been converted to a Private Channel."
+ "translation": "This kanaal is omgezet naar een privékanaal."
},
{
"id": "api.channel.create_channel.direct_channel.app_error",
@@ -229,15 +225,15 @@
},
{
"id": "api.channel.create_direct_channel.invalid_user.app_error",
- "translation": "Invalid user ID for direct channel creation"
+ "translation": "Onjuiste gebruikers ID voor het aanmaken van een direct kanaal."
},
{
"id": "api.channel.create_group.bad_size.app_error",
- "translation": "Group message channels must contain at least 3 and no more than 8 users"
+ "translation": "Groep bericht kanalen moeten tenminste 3 en niet meer dan 8 gebruikers bevatten"
},
{
"id": "api.channel.create_group.bad_user.app_error",
- "translation": "One of the provided users does not exist"
+ "translation": "Een van de opgegeven gebruikers bestaat niet"
},
{
"id": "api.channel.delete_channel.archived",
@@ -305,7 +301,7 @@
},
{
"id": "api.channel.join_channel.post_and_forget",
- "translation": "%v is het kanaal binnengekomen."
+ "translation": "%v is nu lid van het kanaal."
},
{
"id": "api.channel.leave.default.app_error",
@@ -317,7 +313,7 @@
},
{
"id": "api.channel.leave.last_member.app_error",
- "translation": "U bent het laatste lid, probeer de privégroep te verwijderen in plaats van die te verlaten."
+ "translation": "U bent het laatste lid, probeer de privékanaalte verwijderen in plaats van die te verlaten."
},
{
"id": "api.channel.leave.left",
@@ -329,7 +325,7 @@
},
{
"id": "api.channel.post_update_channel_displayname_message_and_forget.retrieve_user.error",
- "translation": "Kon de gebruiker niet ophalen tijdens het bewaren van de nieuwe kanaalkoptekst %v"
+ "translation": "Kon de gebruiker niet ophalen tijdens het bijwerken van het kanaal weergavenaam veld"
},
{
"id": "api.channel.post_update_channel_displayname_message_and_forget.updated_from",
@@ -337,7 +333,7 @@
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.post.error",
- "translation": "Failed to post update channel header message"
+ "translation": "Kanaalkoptekst bijwerken mislukt"
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.removed",
@@ -1812,11 +1808,11 @@
},
{
"id": "api.post.send_notifications_and_forget.push_image_only",
- "translation": " Uploaded one or more files in "
+ "translation": " uploaded one or more files in "
},
{
"id": "api.post.send_notifications_and_forget.push_image_only_dm",
- "translation": " Uploaded one or more files in a direct message"
+ "translation": " uploaded one or more files in a direct message"
},
{
"id": "api.post.send_notifications_and_forget.push_in",
@@ -2203,10 +2199,6 @@
"translation": "De aanmeld link is verlopen"
},
{
- "id": "api.team.create_team_from_signup.invalid_link.app_error",
- "translation": "De aanmeld link is niet geldig"
- },
- {
"id": "api.team.create_team_from_signup.unavailable.app_error",
"translation": "Deze URL is niet beschikbaar. Probeer een andere."
},
@@ -2307,6 +2299,14 @@
"translation": "%v left the team."
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "Plaatsen van bericht over binnenkomen/verlaten %v is mislukt"
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "This channel has been moved to this team from %v."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Poging om team %v permanent te verwijderen, id=%v"
},
@@ -2711,6 +2711,10 @@
"translation": "De aanmeld link is niet geldig"
},
{
+ "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
+ "translation": "De aanmeld link is niet geldig"
+ },
+ {
"id": "api.user.create_user.team_name.app_error",
"translation": "Ongeldige team naam"
},
@@ -3067,6 +3071,10 @@
"translation": "Kan inhoud van inkomende webhook niet lezen."
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "Could not decode the multipart payload of incoming webhook."
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "Initialisatie van de webhook api"
},
@@ -3136,7 +3144,7 @@
},
{
"id": "app.channel.post_update_channel_purpose_message.post.error",
- "translation": "Failed to post channel purpose message"
+ "translation": "Plaatsen van bericht over binnenkomen/verlaten %v is mislukt"
},
{
"id": "app.channel.post_update_channel_purpose_message.removed",
@@ -3204,27 +3212,27 @@
},
{
"id": "app.import.import_line.null_channel.error",
- "translation": "Import data line has type \"channel\" but the channel object is null."
+ "translation": "Geimporteerde lijn met type \"user\", maar het \"user\" object is null."
},
{
"id": "app.import.import_line.null_direct_channel.error",
- "translation": "Import data line has type \"direct_channel\" but the direct_channel object is null."
+ "translation": "Geimporteerde lijn met type \"user\", maar het \"user\" object is null."
},
{
"id": "app.import.import_line.null_direct_post.error",
- "translation": "Import data line has type \"direct_post\" but the direct_post object is null."
+ "translation": "Geimporteerde lijn met type \"user\", maar het \"user\" object is null."
},
{
"id": "app.import.import_line.null_post.error",
- "translation": "Import data line has type \"post\" but the post object is null."
+ "translation": "Geimporteerde lijn met type \"user\", maar het \"user\" object is null."
},
{
"id": "app.import.import_line.null_team.error",
- "translation": "Import data line has type \"team\" but the team object is null."
+ "translation": "Geimporteerde lijn met type \"user\", maar het \"user\" object is null."
},
{
"id": "app.import.import_line.null_user.error",
- "translation": "Import data line has type \"user\" but the user object is null."
+ "translation": "Geimporteerde lijn met type \"user\", maar het \"user\" object is null."
},
{
"id": "app.import.import_line.unknown_line_type.error",
@@ -3252,7 +3260,7 @@
},
{
"id": "app.import.validate_channel_import_data.create_at_zero.error",
- "translation": "Channel create_at must not be zero if provided."
+ "translation": "Kanaaleigenschap create_at mag niet 0 zijn indien opgegeven."
},
{
"id": "app.import.validate_channel_import_data.display_name_length.error",
@@ -3260,7 +3268,7 @@
},
{
"id": "app.import.validate_channel_import_data.display_name_missing.error",
- "translation": "Missing required channel property: display_name"
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_channel_import_data.header_length.error",
@@ -3276,7 +3284,7 @@
},
{
"id": "app.import.validate_channel_import_data.name_missing.error",
- "translation": "Missing required channel property: name"
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_channel_import_data.purpose_length.error",
@@ -3284,7 +3292,7 @@
},
{
"id": "app.import.validate_channel_import_data.team_missing.error",
- "translation": "Missing required channel property: team"
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_channel_import_data.type_invalid.error",
@@ -3292,7 +3300,7 @@
},
{
"id": "app.import.validate_channel_import_data.type_missing.error",
- "translation": "Missing required channel property: type."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_direct_channel_import_data.header_length.error",
@@ -3300,7 +3308,7 @@
},
{
"id": "app.import.validate_direct_channel_import_data.members_required.error",
- "translation": "Missing required direct channel property: members"
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_direct_channel_import_data.members_too_few.error",
@@ -3316,7 +3324,7 @@
},
{
"id": "app.import.validate_direct_post_import_data.channel_members_required.error",
- "translation": "Missing required direct post property: channel_members"
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_direct_post_import_data.channel_members_too_few.error",
@@ -3328,7 +3336,7 @@
},
{
"id": "app.import.validate_direct_post_import_data.create_at_missing.error",
- "translation": "Missing required direct post property: create_at"
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_direct_post_import_data.create_at_zero.error",
@@ -3340,7 +3348,7 @@
},
{
"id": "app.import.validate_direct_post_import_data.message_missing.error",
- "translation": "Missing required direct post property: message"
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_direct_post_import_data.unknown_flagger.error",
@@ -3348,15 +3356,15 @@
},
{
"id": "app.import.validate_direct_post_import_data.user_missing.error",
- "translation": "Missing required direct post property: user"
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_post_import_data.channel_missing.error",
- "translation": "Missing required Post property: Channel."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_post_import_data.create_at_missing.error",
- "translation": "Missing required Post property: create_at."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_post_import_data.create_at_zero.error",
@@ -3368,23 +3376,23 @@
},
{
"id": "app.import.validate_post_import_data.message_missing.error",
- "translation": "Missing required Post property: Message."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_post_import_data.team_missing.error",
- "translation": "Missing required Post property: Team."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_post_import_data.user_missing.error",
- "translation": "Missing required Post property: User."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_reaction_import_data.create_at_before_parent.error",
- "translation": "Reaction CreateAt property must be greater than the parent post CreateAt."
+ "translation": "Reactie CreateAt eigenschap moet groter zijn dan het hoofdbericht CreateAt"
},
{
"id": "app.import.validate_reaction_import_data.create_at_missing.error",
- "translation": "Missing required Reaction property: create_at."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_reaction_import_data.create_at_zero.error",
@@ -3396,19 +3404,19 @@
},
{
"id": "app.import.validate_reaction_import_data.emoji_name_missing.error",
- "translation": "Missing required Reaction property: EmojiName."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_reaction_import_data.user_missing.error",
- "translation": "Missing required Reaction property: User."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_reply_import_data.create_at_before_parent.error",
- "translation": "Reply CreateAt property must be greater than the parent post CreateAt."
+ "translation": "Reactie CreateAt eigenschap moet groter zijn dan het hoofdbericht CreateAt"
},
{
"id": "app.import.validate_reply_import_data.create_at_missing.error",
- "translation": "Missing required Reply property: create_at."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_reply_import_data.create_at_zero.error",
@@ -3420,11 +3428,11 @@
},
{
"id": "app.import.validate_reply_import_data.message_missing.error",
- "translation": "Missing required Reply property: Message."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_reply_import_data.user_missing.error",
- "translation": "Missing required Reply property: User."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_team_import_data.allowed_domains_length.error",
@@ -3432,7 +3440,7 @@
},
{
"id": "app.import.validate_team_import_data.create_at_zero.error",
- "translation": "Team create_at must not be zero if provided."
+ "translation": "Kanaaleigenschap create_at mag niet 0 zijn indien opgegeven."
},
{
"id": "app.import.validate_team_import_data.description_length.error",
@@ -3444,7 +3452,7 @@
},
{
"id": "app.import.validate_team_import_data.display_name_missing.error",
- "translation": "Missing required team property: display_name."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_team_import_data.name_characters.error",
@@ -3456,7 +3464,7 @@
},
{
"id": "app.import.validate_team_import_data.name_missing.error",
- "translation": "Missing required team property: name."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_team_import_data.name_reserved.error",
@@ -3468,7 +3476,7 @@
},
{
"id": "app.import.validate_team_import_data.type_missing.error",
- "translation": "Missing required team property: type."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_user_channels_import_data.channel_name_missing.error",
@@ -3508,7 +3516,7 @@
},
{
"id": "app.import.validate_user_import_data.email_missing.error",
- "translation": "Missing required user property: email."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_user_import_data.first_name_length.error",
@@ -3576,7 +3584,7 @@
},
{
"id": "app.import.validate_user_import_data.username_missing.error",
- "translation": "Missing require user property: username."
+ "translation": "Mist vereiste team kenmerk: naam."
},
{
"id": "app.import.validate_user_teams_import_data.invalid_roles.error",
@@ -3691,6 +3699,10 @@
"translation": "Plugins and/or plugin uploads have been disabled."
},
{
+ "id": "app.team.join_user_to_team.max_accounts.app_error",
+ "translation": "Het maximaal aantal leden voor dit team is bereikt. Neem contact op met de beheerder voor een hoger limiet."
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "Personal access tokens are disabled on this server. Please contact your system administrator for details."
},
@@ -4028,7 +4040,7 @@
},
{
"id": "ent.elasticsearch.test_config.connect_failed",
- "translation": "Connecting to Elasticsearch server failed."
+ "translation": "Connectie naar Elasticsearch server is mislukt."
},
{
"id": "ent.elasticsearch.test_config.indexing_disabled.error",
@@ -4672,7 +4684,7 @@
},
{
"id": "model.config.is_valid.elastic_search.connection_url.app_error",
- "translation": "Elastic Search ConnectionUrl setting must be provided when Elastic Search indexing is enabled."
+ "translation": "Elastic Search Username instelling moet ingevuld zijn wanneer Elastic Search indexing is ingeschakeld."
},
{
"id": "model.config.is_valid.elastic_search.enable_searching.app_error",
@@ -4684,7 +4696,7 @@
},
{
"id": "model.config.is_valid.elastic_search.password.app_error",
- "translation": "Elastic Search Password setting must be provided when Elastic Search indexing is enabled."
+ "translation": "Elastic Search Username instelling moet ingevuld zijn wanneer Elastic Search indexing is ingeschakeld."
},
{
"id": "model.config.is_valid.elastic_search.posts_aggregator_job_start_time.app_error",
@@ -4696,7 +4708,7 @@
},
{
"id": "model.config.is_valid.elastic_search.username.app_error",
- "translation": "Elastic Search Username setting must be provided when Elastic Search indexing is enabled."
+ "translation": "Elastic Search Username instelling moet ingevuld zijn wanneer Elastic Search indexing is ingeschakeld."
},
{
"id": "model.config.is_valid.email_batching_buffer_size.app_error",
@@ -4759,6 +4771,10 @@
"translation": "Ongeldige voorvertonings breedte bij bestands instellingen. Moet een getal groter dan 0 zijn."
},
{
+ "id": "model.config.is_valid.group_unread_channels.app_error",
+ "translation": "Invalid group unread channels for service settings. Must be 'disabled', 'default_on', or 'default_off'."
+ },
+ {
"id": "model.config.is_valid.image_proxy_type.app_error",
"translation": "Invalid image proxy type for service settings."
},
@@ -4867,6 +4883,10 @@
"translation": "Message export job ExportFromTimestamp must be a timestamp (expressed in seconds since unix epoch). Only messages sent after this timestamp will be exported."
},
{
+ "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"
},
@@ -4875,6 +4895,10 @@
"translation": "Message export job FileLocation must be a sub-directory of FileSettings.Directory"
},
{
+ "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"
+ },
+ {
"id": "model.config.is_valid.password_length.app_error",
"translation": "Wachtwoord moet een lengte hebben van minimaal {{.MinLength}} en/of maximaal {{.MaxLength}}"
},
@@ -7087,6 +7111,10 @@
"translation": "Kan geen verbinding opzetten naa de SMTP server, fout=%v"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "Failed to write attachment to email"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "Er is een probleem opgetreden bij het afsluiten van de verbinding naar de SMTP server"
},
@@ -7155,10 +7183,6 @@
"translation": "Toevoegen van een directory om te controleren is mislukt %v"
},
{
- "id": "web.dir_fail.error",
- "translation": "Fout tijdens het bekijken van de directory %v"
- },
- {
"id": "web.do_load_channel.error",
"translation": "Probleem bij het ophalen van het gebruikersprofiel voor id=%v, uitlog actie geforceerd"
},
@@ -7263,18 +7287,10 @@
"translation": "Server template aan het verwerken voor %v"
},
{
- "id": "web.parsing_templates.error",
- "translation": "Server template %v is niet te verwerken"
- },
- {
"id": "web.post_permalink.app_error",
"translation": "Ongeldige bericht ID"
},
{
- "id": "web.reparse_templates.info",
- "translation": "Templates opnieuw verwerken, door aangepast bestand %v"
- },
- {
"id": "web.reset_password.expired_link.app_error",
"translation": "De wachtwoord reset link is niet meer geldig"
},
@@ -7291,10 +7307,6 @@
"translation": "Aanmelden"
},
{
- "id": "web.signup_team_complete.invalid_link.app_error",
- "translation": "De aanmeld link is niet geldig"
- },
- {
"id": "web.signup_team_complete.link_expired.app_error",
"translation": "De aanmeld link is verlopen"
},
@@ -7311,10 +7323,6 @@
"translation": "De aanmeld link is verlopen"
},
{
- "id": "web.signup_user_complete.link_invalid.app_error",
- "translation": "De aanmeld link is niet geldig"
- },
- {
"id": "web.signup_user_complete.no_invites.app_error",
"translation": "Het team type staat open uitnodiging niet toe"
},
diff --git a/i18n/pl.json b/i18n/pl.json
index ccf9fed39..209c00aeb 100644
--- a/i18n/pl.json
+++ b/i18n/pl.json
@@ -132,10 +132,6 @@
"translation": "Nie udało się wgrać obrazu. Plik jest zbyt duży."
},
{
- "id": "api.api.init.parsing_templates.debug",
- "translation": "Przetwarzanie szablonów serwera w %v"
- },
- {
"id": "api.api.init.parsing_templates.error",
"translation": "Nie udało się przetworzyć szablonów serwera w %v"
},
@@ -2203,10 +2199,6 @@
"translation": "Odnośnik zapisu jest przeterminowany"
},
{
- "id": "api.team.create_team_from_signup.invalid_link.app_error",
- "translation": "Odnośnik zapisu nie wydaje się być poprawny"
- },
- {
"id": "api.team.create_team_from_signup.unavailable.app_error",
"translation": "Ten adres URL jest niedostępny. Proszę wybrać inny."
},
@@ -2307,6 +2299,14 @@
"translation": "%v opuścił zespół."
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "Nie udało się wysłać celu kanału"
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "This channel has been moved to this team from %v."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Próba trwałego usunięcia zespołu %v ID=%v"
},
@@ -2711,6 +2711,10 @@
"translation": "Link rejestracyjny wydaje się być niepoprawny"
},
{
+ "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
+ "translation": "Łącze rejestracji wydaje się być niepoprawne."
+ },
+ {
"id": "api.user.create_user.team_name.app_error",
"translation": "Niepoprawna nazwa zespołu"
},
@@ -3067,6 +3071,10 @@
"translation": "Nie można odczytać zawartości przychodzącego webhook."
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "Could not decode the multipart payload of incoming webhook."
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "Inicjalizowanie tras API webhooków"
},
@@ -3691,6 +3699,10 @@
"translation": "Plugins and/or plugin uploads have been disabled."
},
{
+ "id": "app.team.join_user_to_team.max_accounts.app_error",
+ "translation": "Ten zespół osiągnął limit kont. Skontaktuj się z administratorem aby ustanowić wyższy pułap."
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "Personal access tokens are disabled on this server. Please contact your system administrator for details."
},
@@ -4759,6 +4771,10 @@
"translation": "Nieprawidłowa szerokość miniaturki dla ustawień plików. Musi być liczbą większą od 0."
},
{
+ "id": "model.config.is_valid.group_unread_channels.app_error",
+ "translation": "Invalid group unread channels for service settings. Must be 'disabled', 'default_on', or 'default_off'."
+ },
+ {
"id": "model.config.is_valid.image_proxy_type.app_error",
"translation": "Invalid image proxy type for service settings."
},
@@ -4867,6 +4883,10 @@
"translation": "Message export job ExportFromTimestamp must be a timestamp (expressed in seconds since unix epoch). Only messages sent after this timestamp will be exported."
},
{
+ "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"
},
@@ -4875,6 +4895,10 @@
"translation": "Message export job FileLocation must be a sub-directory of FileSettings.Directory"
},
{
+ "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"
+ },
+ {
"id": "model.config.is_valid.password_length.app_error",
"translation": "Minimalna długość hasła musi być liczbą całkowitą większą lub równą od {{.MinLength}} i mniejszą lub równą od {{.MaxLength}}."
},
@@ -7087,6 +7111,10 @@
"translation": "Failed to open a connection to SMTP server %v"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "Failed to write attachment to email"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "Failed to close connection to SMTP server"
},
@@ -7155,10 +7183,6 @@
"translation": "Nie udało się utworzyć stróża katalogu %v"
},
{
- "id": "web.dir_fail.error",
- "translation": "Nie udało się utworzyć stróża katalogu %v"
- },
- {
"id": "web.do_load_channel.error",
"translation": "Błąd w trakcie pobierania profilów użytkowników dla id=%v wymuszono wylogowanie"
},
@@ -7263,18 +7287,10 @@
"translation": "Przetworzono szablony serwera w %v"
},
{
- "id": "web.parsing_templates.error",
- "translation": "Nie udało się przetworzyć szablonów %v"
- },
- {
"id": "web.post_permalink.app_error",
"translation": "Nieprawidłowy ID wiadomości"
},
{
- "id": "web.reparse_templates.info",
- "translation": "Re-parsing templates because of modified file %v"
- },
- {
"id": "web.reset_password.expired_link.app_error",
"translation": "Link resetujący hasło wygasł"
},
@@ -7291,10 +7307,6 @@
"translation": "Rejestracja"
},
{
- "id": "web.signup_team_complete.invalid_link.app_error",
- "translation": "Link do rejestracji jest niepoprawny"
- },
- {
"id": "web.signup_team_complete.link_expired.app_error",
"translation": "Link do rejestracji wygasł"
},
@@ -7311,10 +7323,6 @@
"translation": "Link do rejestracji wygasł"
},
{
- "id": "web.signup_user_complete.link_invalid.app_error",
- "translation": "Link do rejestracji jest niepoprawny"
- },
- {
"id": "web.signup_user_complete.no_invites.app_error",
"translation": "The team type doesn't allow open invites"
},
diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json
index b07cb452e..314131254 100644
--- a/i18n/pt-BR.json
+++ b/i18n/pt-BR.json
@@ -132,10 +132,6 @@
"translation": "Não foi possível enviar o arquivo. Arquivo é muito grande."
},
{
- "id": "api.api.init.parsing_templates.debug",
- "translation": "Analisando modelos no servidor %v"
- },
- {
"id": "api.api.init.parsing_templates.error",
"translation": "Falha ao processar os modelos do servidor %v"
},
@@ -1812,11 +1808,11 @@
},
{
"id": "api.post.send_notifications_and_forget.push_image_only",
- "translation": " Enviados um ou mais arquivos em "
+ "translation": " enviado um ou mais arquivos em "
},
{
"id": "api.post.send_notifications_and_forget.push_image_only_dm",
- "translation": " Enviado um ou mais arquivos em uma mensagem direta"
+ "translation": " enviado um ou mais arquivos em uma mensagem direta"
},
{
"id": "api.post.send_notifications_and_forget.push_in",
@@ -2203,10 +2199,6 @@
"translation": "O link de inscrição expirou"
},
{
- "id": "api.team.create_team_from_signup.invalid_link.app_error",
- "translation": "O link de inscrição não parece ser válido"
- },
- {
"id": "api.team.create_team_from_signup.unavailable.app_error",
"translation": "Esta URL não está disponível. Por favor, tente outra."
},
@@ -2307,6 +2299,14 @@
"translation": "%v deixou a equipe."
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "Falha ao postar a mensagem de mover o canal."
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "Este canal foi movido desta equipe para %v."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Tentando permanentemente deletar a equipe %v id=%v"
},
@@ -2372,7 +2372,7 @@
},
{
"id": "api.templates.email_info",
- "translation": "Qualquer dúvida, envie-nos a qualquer momento: <a href='mailto:{{.SupportEmail}}' style='text-decoration: none; color:#2389D7;'>{{.SupportEmail}}</a>.<br>Nossos melhores cumprimentos,<br>Equipe {{.SiteName}}<br>"
+ "translation": "Se tiver qualquer dúvida, envie-nos um e-mail a qualquer momento: <a href='mailto:{{.SupportEmail}}' style='text-decoration: none; color:#2389D7;'>{{.SupportEmail}}</a>.<br>Nossos melhores cumprimentos,<br>Equipe {{.SiteName}}<br>"
},
{
"id": "api.templates.email_organization",
@@ -2711,6 +2711,10 @@
"translation": "O link de inscrição não parece ser válido"
},
{
+ "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
+ "translation": "O link de inscrição não parece estar válido"
+ },
+ {
"id": "api.user.create_user.team_name.app_error",
"translation": "Inválido nome de equipe"
},
@@ -3067,6 +3071,10 @@
"translation": "Não foi possível ler o payload do webhook de entrada."
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "Could not decode the multipart payload of incoming webhook."
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "Inicializando as rotas de API webhook"
},
@@ -3691,6 +3699,10 @@
"translation": "Plugins e/ou envio de plugin foi desabilitado."
},
{
+ "id": "app.team.join_user_to_team.max_accounts.app_error",
+ "translation": "Esta equipe alcançou o número máximo de contas permitidas. Contate o administrador do sistema para ajustar um limite maior."
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "Os tokens de acesso individual estão desativados neste servidor. Entre em contato com o administrador do sistema para obter detalhes."
},
@@ -4759,6 +4771,10 @@
"translation": "Definição da largura do thumbnail inválida. Deve ser um número positivo."
},
{
+ "id": "model.config.is_valid.group_unread_channels.app_error",
+ "translation": "Grupo de canais não lidos inválido nas configurações do serviço. Deve ser 'disabled', 'default_on', ou 'default_off'."
+ },
+ {
"id": "model.config.is_valid.image_proxy_type.app_error",
"translation": "Tipo de proxy de imagem inválido nas configurações de serviços."
},
@@ -4867,6 +4883,10 @@
"translation": "O trabalho de exportação de mensagens ExportFromTimestamp deve ser data e hora (expresso em segundos unix epoch). Somente mensagens enviadas após está data e hora serão exportadas."
},
{
+ "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": "Trabalho de exportação de mensagens FileLocation deve ser um diretório gravável onde os dados de exportação serão gravados"
},
@@ -4875,6 +4895,10 @@
"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_email_address.app_error",
+ "translation": "Message export job GlobalRelayEmailAddress must be set to a valid email address"
+ },
+ {
"id": "model.config.is_valid.password_length.app_error",
"translation": "Tamanho mínimo de senha deve ser um número inteiro maior ou igual a {{.MinLength}} e menor ou igual a {{.MaxLength}}."
},
@@ -7087,6 +7111,10 @@
"translation": "Falha ao abrir a conexão SMTP para o servidor %v"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "Failed to write attachment to email"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "Falha ao fechar a conexão com servidor SMTP"
},
@@ -7155,10 +7183,6 @@
"translation": "Falha ao criar o diretório observador %v"
},
{
- "id": "web.dir_fail.error",
- "translation": "Falha no diretório observador %v"
- },
- {
"id": "web.do_load_channel.error",
"translation": "Erro na obtenção do perfil dos usuários para id=%v forçando o logout"
},
@@ -7263,18 +7287,10 @@
"translation": "Analisando modelos no %v"
},
{
- "id": "web.parsing_templates.error",
- "translation": "Falha ao processar os modelos %v"
- },
- {
"id": "web.post_permalink.app_error",
"translation": "Post ID Inválido"
},
{
- "id": "web.reparse_templates.info",
- "translation": "Re-análise dos modelos por causa da modificação do arquivo %v"
- },
- {
"id": "web.reset_password.expired_link.app_error",
"translation": "O link de redefinição de senha expirou"
},
@@ -7291,10 +7307,6 @@
"translation": "Inscrever-se"
},
{
- "id": "web.signup_team_complete.invalid_link.app_error",
- "translation": "O link de inscrição não parece ser válido"
- },
- {
"id": "web.signup_team_complete.link_expired.app_error",
"translation": "O link de inscrição expirou"
},
@@ -7311,10 +7323,6 @@
"translation": "O link de inscrição expirou"
},
{
- "id": "web.signup_user_complete.link_invalid.app_error",
- "translation": "O link de inscrição não parece ser válido"
- },
- {
"id": "web.signup_user_complete.no_invites.app_error",
"translation": "O tipo da equipe não permite convites abertos"
},
diff --git a/i18n/ru.json b/i18n/ru.json
index b1e37d191..5d1b6be49 100644
--- a/i18n/ru.json
+++ b/i18n/ru.json
@@ -132,10 +132,6 @@
"translation": "Невозможно загрузить файл. Он слишком большой."
},
{
- "id": "api.api.init.parsing_templates.debug",
- "translation": "Разбор шаблонов сервера на %v"
- },
- {
"id": "api.api.init.parsing_templates.error",
"translation": "Не удалось разобрать шаблоны сервера %v"
},
@@ -201,11 +197,11 @@
},
{
"id": "api.channel.change_channel_privacy.private_to_public",
- "translation": "This channel has been converted to a Public Channel and can be joined by any team member."
+ "translation": "Канал преобразован в публичный и к нему может присоединиться любой участник."
},
{
"id": "api.channel.change_channel_privacy.public_to_private",
- "translation": "This channel has been converted to a Private Channel."
+ "translation": "Канал преобразован в приватный."
},
{
"id": "api.channel.create_channel.direct_channel.app_error",
@@ -2203,10 +2199,6 @@
"translation": "Ссылка на регистрацию устарела"
},
{
- "id": "api.team.create_team_from_signup.invalid_link.app_error",
- "translation": "Неправильная ссылка на регистрацию"
- },
- {
"id": "api.team.create_team_from_signup.unavailable.app_error",
"translation": "Этот URL-адрес недоступен. Пожалуйста, попробуйте другой."
},
@@ -2307,6 +2299,14 @@
"translation": "%v покинул(а) команду."
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "Не удалось обновить заголовок канала."
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "Канал перемещен в эту команду из %v."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Попытка безвозвратно удалить команду %v id=%v"
},
@@ -2711,6 +2711,10 @@
"translation": "Ссылка для регистрации, похоже, неверна."
},
{
+ "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
+ "translation": "Неправильная ссылка на регистрацию"
+ },
+ {
"id": "api.user.create_user.team_name.app_error",
"translation": "Неверное имя команды"
},
@@ -3067,6 +3071,10 @@
"translation": "Не удалось прочитать полезную нагрузку входящего вебхука."
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "Could not decode the multipart payload of incoming webhook."
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "Инициализация API вебхуков"
},
@@ -3248,7 +3256,7 @@
},
{
"id": "app.import.import_user_channels.save_preferences.error",
- "translation": "Error importing user channel memberships. Failed to save preferences."
+ "translation": "Ошибка импорта участия пользователя в каналах. Не удалось сохранить настройки."
},
{
"id": "app.import.validate_channel_import_data.create_at_zero.error",
@@ -3296,7 +3304,7 @@
},
{
"id": "app.import.validate_direct_channel_import_data.header_length.error",
- "translation": "Direct channel header is too long"
+ "translation": "Заголовок личного канала слишком длинный."
},
{
"id": "app.import.validate_direct_channel_import_data.members_required.error",
@@ -3304,11 +3312,11 @@
},
{
"id": "app.import.validate_direct_channel_import_data.members_too_few.error",
- "translation": "Direct channel members list contains too few items"
+ "translation": "В списке пользователей личного канала слишком мало элементов."
},
{
"id": "app.import.validate_direct_channel_import_data.members_too_many.error",
- "translation": "Direct channel members list contains too many items"
+ "translation": "В списке пользователей личного канала слишком много элементов."
},
{
"id": "app.import.validate_direct_channel_import_data.unknown_favoriter.error",
@@ -3320,11 +3328,11 @@
},
{
"id": "app.import.validate_direct_post_import_data.channel_members_too_few.error",
- "translation": "Direct post channel members list contains too few items"
+ "translation": "В списке пользователей личного канала слишком мало элементов."
},
{
"id": "app.import.validate_direct_post_import_data.channel_members_too_many.error",
- "translation": "Direct post channel members list contains too many items"
+ "translation": "В списке пользователей личного канала слишком много элементов."
},
{
"id": "app.import.validate_direct_post_import_data.create_at_missing.error",
@@ -3691,6 +3699,10 @@
"translation": "Plugins and/or plugin uploads have been disabled."
},
{
+ "id": "app.team.join_user_to_team.max_accounts.app_error",
+ "translation": "Эта команда достигла максимального количества разрешенных учетных записей. Свяжитесь с системным администратором для установки большего предела."
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "Personal access tokens are disabled on this server. Please contact your system administrator for details."
},
@@ -4759,6 +4771,10 @@
"translation": "Неверная ширина миниатюры в настройках файлов. Число должно быть положительным."
},
{
+ "id": "model.config.is_valid.group_unread_channels.app_error",
+ "translation": "Invalid group unread channels for service settings. Must be 'disabled', 'default_on', or 'default_off'."
+ },
+ {
"id": "model.config.is_valid.image_proxy_type.app_error",
"translation": "Invalid image proxy type for service settings."
},
@@ -4867,6 +4883,10 @@
"translation": "Message export job ExportFromTimestamp must be a timestamp (expressed in seconds since unix epoch). Only messages sent after this timestamp will be exported."
},
{
+ "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"
},
@@ -4875,6 +4895,10 @@
"translation": "Message export job FileLocation must be a sub-directory of FileSettings.Directory"
},
{
+ "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"
+ },
+ {
"id": "model.config.is_valid.password_length.app_error",
"translation": "Минимальная длина пароля должна быть целым числом большим или равным {{.MinLength}}, а также меньшим или равным {{.MaxLength}}."
},
@@ -7087,6 +7111,10 @@
"translation": "Не удалось установить соединение с SMTP сервером %v"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "Failed to write attachment to email"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "Не удалось закрыть соединение с SMTP сервером"
},
@@ -7155,10 +7183,6 @@
"translation": "Не удалось создать наблюдатель каталога %v"
},
{
- "id": "web.dir_fail.error",
- "translation": "Сбой в наблюдателе каталога %v"
- },
- {
"id": "web.do_load_channel.error",
"translation": "Ошибка при получении профиля пользователя для id=%v, принудительный выход"
},
@@ -7263,18 +7287,10 @@
"translation": "Разбор шаблонов на %v"
},
{
- "id": "web.parsing_templates.error",
- "translation": "Не удалось разобрать шаблоны %v"
- },
- {
"id": "web.post_permalink.app_error",
"translation": "Неверный идентификатор поста"
},
{
- "id": "web.reparse_templates.info",
- "translation": "Повторный разбор шаблонов из-за модификации файла %v"
- },
- {
"id": "web.reset_password.expired_link.app_error",
"translation": "Ссылка для сброса пароля просрочена"
},
@@ -7291,10 +7307,6 @@
"translation": "Регистрация"
},
{
- "id": "web.signup_team_complete.invalid_link.app_error",
- "translation": "Ссылка для регистрации, похоже, недействительна"
- },
- {
"id": "web.signup_team_complete.link_expired.app_error",
"translation": "Ссылка для регистрации устарела"
},
@@ -7311,10 +7323,6 @@
"translation": "Ссылка для регистрации устарела"
},
{
- "id": "web.signup_user_complete.link_invalid.app_error",
- "translation": "Ссылка для регистрации, похоже, недействительна"
- },
- {
"id": "web.signup_user_complete.no_invites.app_error",
"translation": "Тип команды не позволяет открытые приглашения"
},
diff --git a/i18n/tr.json b/i18n/tr.json
index b95c9b542..d33570001 100644
--- a/i18n/tr.json
+++ b/i18n/tr.json
@@ -132,10 +132,6 @@
"translation": "Dosya yüklenemedi. Dosya çok büyük."
},
{
- "id": "api.api.init.parsing_templates.debug",
- "translation": "%v üzerindeki sunucu kalıpları işleniyor"
- },
- {
"id": "api.api.init.parsing_templates.error",
"translation": "%v üzerindeki sunucu kalıpları işlenemedi"
},
@@ -1812,11 +1808,11 @@
},
{
"id": "api.post.send_notifications_and_forget.push_image_only",
- "translation": " Şunun içine bir ya da bir kaç dosya yüklendi "
+ "translation": " şunun içine bir ya da bir kaç dosya yükledi "
},
{
"id": "api.post.send_notifications_and_forget.push_image_only_dm",
- "translation": " Bir doğrudan ileti içine bir ya da bir kaç dosya yüklendi"
+ "translation": " bir doğrudan ileti içine bir ya da bir kaç dosya yükledi"
},
{
"id": "api.post.send_notifications_and_forget.push_in",
@@ -2203,10 +2199,6 @@
"translation": "Hesap açma bağlantısının süresi geçmiş"
},
{
- "id": "api.team.create_team_from_signup.invalid_link.app_error",
- "translation": "Hesap açma bağlantısı geçersiz görünüyor"
- },
- {
"id": "api.team.create_team_from_signup.unavailable.app_error",
"translation": "Adres kullanılamıyor. Lütfen yeniden deneyin."
},
@@ -2307,6 +2299,14 @@
"translation": "%v takımdan ayrıldı."
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "Kanal amacı iletisi gönderilemedi"
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "This channel has been moved to this team from %v."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "%v takımı kalıcı olarak silinmeye çalışılıyor. Kod: %v"
},
@@ -2711,6 +2711,10 @@
"translation": "Hesap açma bağlantısı geçersiz görünüyor"
},
{
+ "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
+ "translation": "Hesap açma bağlantısı geçersiz görünüyor"
+ },
+ {
"id": "api.user.create_user.team_name.app_error",
"translation": "Takım adı geçersiz"
},
@@ -3067,6 +3071,10 @@
"translation": "Gelen web bağlantısının yükü okunamadı."
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "Could not decode the multipart payload of incoming webhook."
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "Web bağlantısı API rotaları hazırlanıyor"
},
@@ -3691,6 +3699,10 @@
"translation": "Uygulama ekleri ya da uygulama eki yüklemeleri devre dışı bırakılmış. "
},
{
+ "id": "app.team.join_user_to_team.max_accounts.app_error",
+ "translation": "Bu takım izin verilen en fazla hesap sayısına ulaşmış. Sınırı yükseltmesi için sistem yöneticinizle görüşün."
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "Bu sunucu üzerinde kişisel erişim kodları devre dışı bırakılmış. Lütfen ayrıntılı bilgi almak için sistem yöneticiniz ile görüşün."
},
@@ -4759,6 +4771,10 @@
"translation": "Küçük görsel genişliği dosya ayarı geçersiz. Sıfır ya da pozitif bir sayı olmalı."
},
{
+ "id": "model.config.is_valid.group_unread_channels.app_error",
+ "translation": "Hizmet ayarları okunmamış kanallar gruplansın geçersiz. 'disabled', 'default_on' ya da 'default_off' olmalıdır."
+ },
+ {
"id": "model.config.is_valid.image_proxy_type.app_error",
"translation": "Hizmet ayarlarında görsel vekil sunucu türü geçersiz."
},
@@ -4867,6 +4883,10 @@
"translation": "İleti dışa aktarma görevi DışaAktarmaZamanıBaşlangıcı değeri bir zaman damgası olmalıdır (Unix Epoch başlangıcından itibaren saniye olarak). Yalnız bu zaman damgasından sonra gönderilmiş iletiler dışa aktarılır."
},
{
+ "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": "İ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"
},
@@ -4875,6 +4895,10 @@
"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_email_address.app_error",
+ "translation": "Message export job GlobalRelayEmailAddress must be set to a valid email address"
+ },
+ {
"id": "model.config.is_valid.password_length.app_error",
"translation": "En kısa parola uzunluğu {{.MinLength}} ile {{.MaxLength}} arasında bir tamsayı olmalıdır."
},
@@ -7087,6 +7111,10 @@
"translation": "%v SMTP sunucusu üzerinde bağlantı açılamadı"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "Failed to write attachment to email"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "SMTP sunucu bağlantısı kapatılamadı"
},
@@ -7155,10 +7183,6 @@
"translation": "Klasör izleyici eklenemedi %v"
},
{
- "id": "web.dir_fail.error",
- "translation": "Klasör izleyicide sorun çıktı %v"
- },
- {
"id": "web.do_load_channel.error",
"translation": "%v kodlu kullanıcı profili alınırken sorun çıktı, oturum kapatılıyor"
},
@@ -7263,18 +7287,10 @@
"translation": "%v üzerindeki kalıplar işleniyor"
},
{
- "id": "web.parsing_templates.error",
- "translation": "%v üzerindeki kalıplar işlenemedi"
- },
- {
"id": "web.post_permalink.app_error",
"translation": "İleti kodu geçersiz"
},
{
- "id": "web.reparse_templates.info",
- "translation": "%v dosyası değiştirildiğinden kalıplar yeniden işleniyor"
- },
- {
"id": "web.reset_password.expired_link.app_error",
"translation": "Parola sıfırlama bağlantısının süresi geçmiş"
},
@@ -7291,10 +7307,6 @@
"translation": "Hesap Açın"
},
{
- "id": "web.signup_team_complete.invalid_link.app_error",
- "translation": "Hesap açma bağlantısı geçersiz görünüyor"
- },
- {
"id": "web.signup_team_complete.link_expired.app_error",
"translation": "Hesap açma bağlantısının süresi geçmiş"
},
@@ -7311,10 +7323,6 @@
"translation": "Hesap açma bağlantısının süresi geçmiş"
},
{
- "id": "web.signup_user_complete.link_invalid.app_error",
- "translation": "Hesap açma bağlantısı geçersiz görünüyor"
- },
- {
"id": "web.signup_user_complete.no_invites.app_error",
"translation": "Takım türü açık çağrılara izin vermiyor"
},
diff --git a/i18n/zh-CN.json b/i18n/zh-CN.json
index fb484b50d..f799bba36 100644
--- a/i18n/zh-CN.json
+++ b/i18n/zh-CN.json
@@ -132,10 +132,6 @@
"translation": "无法上传文件。文件太大。"
},
{
- "id": "api.api.init.parsing_templates.debug",
- "translation": "解析服务模板 %v"
- },
- {
"id": "api.api.init.parsing_templates.error",
"translation": "解析服务模板出错 %v"
},
@@ -1162,7 +1158,7 @@
},
{
"id": "api.emoji.delete.delete_reactions.app_error",
- "translation": "无法删除表情符 %v 时删除反应"
+ "translation": "无法删除表情符 %v 时删除互动"
},
{
"id": "api.emoji.delete.permissions.app_error",
@@ -1904,31 +1900,31 @@
},
{
"id": "api.reaction.delete_reaction.mismatched_channel_id.app_error",
- "translation": "因网址中频道 ID 与消息 ID不符而删除反应失败"
+ "translation": "因网址中频道 ID 与消息 ID不符而删除互动失败"
},
{
"id": "api.reaction.init.debug",
- "translation": "正在初始化反应 API 路由"
+ "translation": "正在初始化互动 API 路由"
},
{
"id": "api.reaction.list_reactions.mismatched_channel_id.app_error",
- "translation": "因网址中频道 ID 与消息 ID不符而获取反应失败"
+ "translation": "因网址中频道 ID 与消息 ID不符而获取互动失败"
},
{
"id": "api.reaction.save_reaction.invalid.app_error",
- "translation": "无效反应。"
+ "translation": "无效互动。"
},
{
"id": "api.reaction.save_reaction.mismatched_channel_id.app_error",
- "translation": "因网址中频道 ID 与消息 ID不符而保存反应失败"
+ "translation": "因网址中频道 ID 与消息 ID不符而保存互动失败"
},
{
"id": "api.reaction.save_reaction.user_id.app_error",
- "translation": "您不能保存其他用户的反应。"
+ "translation": "您不能保存其他用户的互动。"
},
{
"id": "api.reaction.send_reaction_event.post.app_error",
- "translation": "发送 websocket 反应事件时获取消息失败"
+ "translation": "发送 websocket 互动事件时获取消息失败"
},
{
"id": "api.saml.save_certificate.app_error",
@@ -2203,10 +2199,6 @@
"translation": "注册链接已过期"
},
{
- "id": "api.team.create_team_from_signup.invalid_link.app_error",
- "translation": "注册链接无效"
- },
- {
"id": "api.team.create_team_from_signup.unavailable.app_error",
"translation": "该URL无效。请尝试其他。"
},
@@ -2307,6 +2299,14 @@
"translation": "%v 离开了团队。"
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "发送频道作用消息失败"
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "This channel has been moved to this team from %v."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "试图永久删除团队 %v id=%v"
},
@@ -2711,6 +2711,10 @@
"translation": "注册链接无效"
},
{
+ "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
+ "translation": "注册链接无效"
+ },
+ {
"id": "api.user.create_user.team_name.app_error",
"translation": "无效团队名称"
},
@@ -3067,6 +3071,10 @@
"translation": "不能读取传入的webhook的负载。"
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "Could not decode the multipart payload of incoming webhook."
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "正在初始化 webhook API 路由"
},
@@ -3380,31 +3388,31 @@
},
{
"id": "app.import.validate_reaction_import_data.create_at_before_parent.error",
- "translation": "Reaction CreateAt property must be greater than the parent post CreateAt."
+ "translation": "互动 CreateAt 属性必须大于父消息 CreateAt。"
},
{
"id": "app.import.validate_reaction_import_data.create_at_missing.error",
- "translation": "缺少反应必须属性:create_at。"
+ "translation": "缺少互动必须属性:create_at。"
},
{
"id": "app.import.validate_reaction_import_data.create_at_zero.error",
- "translation": "反应 CreateAt 属性不能为零。"
+ "translation": "互动 CreateAt 属性不能为零。"
},
{
"id": "app.import.validate_reaction_import_data.emoji_name_length.error",
- "translation": "反应 EmojiName 属性超过允许的最大长度。"
+ "translation": "互动 EmojiName 属性超过允许的最大长度。"
},
{
"id": "app.import.validate_reaction_import_data.emoji_name_missing.error",
- "translation": "缺少反应必须属性:User。"
+ "translation": "缺少互动必须属性:User。"
},
{
"id": "app.import.validate_reaction_import_data.user_missing.error",
- "translation": "缺少反应必须属性:User。"
+ "translation": "缺少互动必须属性:User。"
},
{
"id": "app.import.validate_reply_import_data.create_at_before_parent.error",
- "translation": "Reply CreateAt property must be greater than the parent post CreateAt."
+ "translation": "回复 CreateAt 属性必须大于父消息 CreateAt。"
},
{
"id": "app.import.validate_reply_import_data.create_at_missing.error",
@@ -3691,6 +3699,10 @@
"translation": "插件上传已禁用。"
},
{
+ "id": "app.team.join_user_to_team.max_accounts.app_error",
+ "translation": "这个团队已经达到允许的最大用户数量。请与系统管理员联系以设置更高的限制。"
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "个人访问令牌在本服务器禁用。请联系您的系统管理员了解详情。"
},
@@ -4759,6 +4771,10 @@
"translation": "文件设置时缩略图宽度无效。必须是正数。"
},
{
+ "id": "model.config.is_valid.group_unread_channels.app_error",
+ "translation": "无效未读频道分组的服务设定。必须为 'disabled'、'default_on' 或 'default_off'。"
+ },
+ {
"id": "model.config.is_valid.image_proxy_type.app_error",
"translation": "无效的图片代理类型服务设定。"
},
@@ -4867,6 +4883,10 @@
"translation": "消息导出任务 ExportFromTimestamp 必须为时间戳 (unix 时间)。只有在此时间后发送的消息会被导出。"
},
{
+ "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": "消息导出任务 FileLocation 比如为可写的目录"
},
@@ -4875,6 +4895,10 @@
"translation": "消息导出任务 FileLocation 必须为 FileSettings.Directory 的子目录"
},
{
+ "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"
+ },
+ {
"id": "model.config.is_valid.password_length.app_error",
"translation": "最短密码长度必须为整数大于或等于 {{.MinLength}} 以及小于或等于 {{.MaxLength}}。"
},
@@ -6380,47 +6404,47 @@
},
{
"id": "store.sql_reaction.delete.begin.app_error",
- "translation": "删除反应时无法打开事务"
+ "translation": "删除互动时无法打开事务"
},
{
"id": "store.sql_reaction.delete.commit.app_error",
- "translation": "删除反应时无法提交事务"
+ "translation": "删除互动时无法提交事务"
},
{
"id": "store.sql_reaction.delete.save.app_error",
- "translation": "无法删除反应"
+ "translation": "无法删除互动"
},
{
"id": "store.sql_reaction.delete_all_with_emoj_name.delete_reactions.app_error",
- "translation": "无法用提供的表情符删除反应"
+ "translation": "无法用提供的表情符删除互动"
},
{
"id": "store.sql_reaction.delete_all_with_emoj_name.get_reactions.app_error",
- "translation": "无法用提供的表情符获取反应"
+ "translation": "无法用提供的表情符获取互动"
},
{
"id": "store.sql_reaction.delete_all_with_emoji_name.update_post.warn",
- "translation": "无法删除反应时更新 Post.HasReactions post_id=%v, error=%v"
+ "translation": "无法删除互动时更新 Post.HasReactions post_id=%v, error=%v"
},
{
"id": "store.sql_reaction.get_for_post.app_error",
- "translation": "无法获取消息的反应"
+ "translation": "无法获取消息的互动"
},
{
"id": "store.sql_reaction.permanent_delete_batch.app_error",
- "translation": "批量永久删除反应时遇到错误"
+ "translation": "批量永久删除互动时遇到错误"
},
{
"id": "store.sql_reaction.save.begin.app_error",
- "translation": "无法保存反应时打开事务"
+ "translation": "无法保存互动时打开事务"
},
{
"id": "store.sql_reaction.save.commit.app_error",
- "translation": "无法保存反应时提交事务"
+ "translation": "无法保存互动时提交事务"
},
{
"id": "store.sql_reaction.save.save.app_error",
- "translation": "无法保存反应"
+ "translation": "无法保存互动"
},
{
"id": "store.sql_session.analytics_session_count.app_error",
@@ -7087,6 +7111,10 @@
"translation": "无法打开一个SMTP服务器连接 %v"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "Failed to write attachment to email"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "未能关闭连接到SMTP服务器"
},
@@ -7155,10 +7183,6 @@
"translation": "创建目录监视器失败 %v"
},
{
- "id": "web.dir_fail.error",
- "translation": "目录中的监视器失败 %v"
- },
- {
"id": "web.do_load_channel.error",
"translation": "获取用户配置文件时出错 id=%v 强制注销"
},
@@ -7263,18 +7287,10 @@
"translation": "解析模板 %v"
},
{
- "id": "web.parsing_templates.error",
- "translation": "解析模板失败 %v"
- },
- {
"id": "web.post_permalink.app_error",
"translation": "无效Post ID"
},
{
- "id": "web.reparse_templates.info",
- "translation": "修改文件后重新解析模板 %v"
- },
- {
"id": "web.reset_password.expired_link.app_error",
"translation": "密码重置链接已过期"
},
@@ -7291,10 +7307,6 @@
"translation": "注册"
},
{
- "id": "web.signup_team_complete.invalid_link.app_error",
- "translation": "注册链接无效"
- },
- {
"id": "web.signup_team_complete.link_expired.app_error",
"translation": "注册链接已过期"
},
@@ -7311,10 +7323,6 @@
"translation": "注册链接已过期"
},
{
- "id": "web.signup_user_complete.link_invalid.app_error",
- "translation": "注册链接无效"
- },
- {
"id": "web.signup_user_complete.no_invites.app_error",
"translation": "团队类型不允许公开邀请"
},
diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json
index a7387d88f..292b05879 100644
--- a/i18n/zh-TW.json
+++ b/i18n/zh-TW.json
@@ -132,10 +132,6 @@
"translation": "無法上傳檔案。檔案過大。"
},
{
- "id": "api.api.init.parsing_templates.debug",
- "translation": "解析伺服器樣版:%v"
- },
- {
"id": "api.api.init.parsing_templates.error",
"translation": "解析伺服器樣板 %v 失敗"
},
@@ -2203,10 +2199,6 @@
"translation": "註冊連結已過期"
},
{
- "id": "api.team.create_team_from_signup.invalid_link.app_error",
- "translation": "此註冊連結不是有效連結"
- },
- {
"id": "api.team.create_team_from_signup.unavailable.app_error",
"translation": "這個網址不存在。請嘗試其他的。"
},
@@ -2307,6 +2299,14 @@
"translation": "%v 已離開團隊。 "
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "發送頻道用途訊息失敗"
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "This channel has been moved to this team from %v."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "正在嘗試永久刪除團隊 %v id=%v"
},
@@ -2711,6 +2711,10 @@
"translation": "此註冊連結不是有效連結"
},
{
+ "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
+ "translation": "此註冊連結不是有效連結"
+ },
+ {
"id": "api.user.create_user.team_name.app_error",
"translation": "無效的團隊名稱"
},
@@ -3067,6 +3071,10 @@
"translation": "無法讀取傳入的 Webhook 的內容。"
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "Could not decode the multipart payload of incoming webhook."
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "正在初始化 Webhook API 路徑"
},
@@ -3564,7 +3572,7 @@
},
{
"id": "app.import.validate_user_import_data.profile_image.error",
- "translation": "Invalid profile image."
+ "translation": "無效的個人頭像。"
},
{
"id": "app.import.validate_user_import_data.roles_invalid.error",
@@ -3691,6 +3699,10 @@
"translation": "模組 跟/或 上傳模組已被停用。"
},
{
+ "id": "app.team.join_user_to_team.max_accounts.app_error",
+ "translation": "此團隊已達最大使用者數量上限。請聯絡系統管理員調大數量限制。"
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "個人存取 Token 在此伺服器被停用。詳情請洽管理員。"
},
@@ -4644,7 +4656,7 @@
},
{
"id": "model.config.is_valid.atmos_camo_image_proxy_options.app_error",
- "translation": "Invalid atmos/camo image proxy options for service settings. Must be set to your shared key."
+ "translation": "服務設定中的 atmos/camo 圖片代理無效。必須設定為分享金鑰。"
},
{
"id": "model.config.is_valid.cluster_email_batching.app_error",
@@ -4759,8 +4771,12 @@
"translation": "檔案設定中縮圖寬度無效。必須為正數。"
},
{
+ "id": "model.config.is_valid.group_unread_channels.app_error",
+ "translation": "服務設定中的未讀頻道分組無效。必須為 'disabled' 、 'default_on' 或 'default_off'。"
+ },
+ {
"id": "model.config.is_valid.image_proxy_type.app_error",
- "translation": "Invalid image proxy type for service settings."
+ "translation": "服務設定中的圖片代理類型無效。"
},
{
"id": "model.config.is_valid.ldap_basedn",
@@ -4867,6 +4883,10 @@
"translation": "匯出訊息工作 ExportFromTimestamp 設定必須為時間戳記 (以 Unix Epoch 以來的秒數表示)。只有在此時間戳記之後發送的訊息會被匯出。"
},
{
+ "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": "匯出訊息工作 FileLocation 設定必須為可寫入的目錄,匯出資料將寫入此處"
},
@@ -4875,6 +4895,10 @@
"translation": "匯出訊息工作 FileLocation 設定必須為 FileSettings.Directory 的子目錄"
},
{
+ "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"
+ },
+ {
"id": "model.config.is_valid.password_length.app_error",
"translation": "密碼最小長度必須是一個整數且大於或等於{{.MinLength}}同時小於或等於{{.MaxLength}}。"
},
@@ -5404,7 +5428,7 @@
},
{
"id": "model.user.is_valid.position.app_error",
- "translation": "無效的位置:不能超過35個字元。"
+ "translation": "無效的位置:不能超過128個字元。"
},
{
"id": "model.user.is_valid.pwd.app_error",
@@ -6848,7 +6872,7 @@
},
{
"id": "store.sql_user_access_token.get_all.app_error",
- "translation": "無法取得個人存取 Token"
+ "translation": "無法取得全部的個人存取 Token"
},
{
"id": "store.sql_user_access_token.get_by_token.app_error",
@@ -7087,6 +7111,10 @@
"translation": "開啟對 SMTP 伺服器 %v 的連線時失敗"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "Failed to write attachment to email"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "關閉對 SMTP 伺服器的連線失敗"
},
@@ -7155,10 +7183,6 @@
"translation": "建立目錄監控 %v 失敗"
},
{
- "id": "web.dir_fail.error",
- "translation": "建立目錄監控 %v 失敗"
- },
- {
"id": "web.do_load_channel.error",
"translation": "取得使用者 id=%v 資訊時遇到錯誤,強制登出"
},
@@ -7263,18 +7287,10 @@
"translation": "於 %v 解析樣板"
},
{
- "id": "web.parsing_templates.error",
- "translation": "解析樣板 %v 失敗"
- },
- {
"id": "web.post_permalink.app_error",
"translation": "無效的張貼 ID"
},
{
- "id": "web.reparse_templates.info",
- "translation": "因檔案 %v 變動因此重新解析樣板"
- },
- {
"id": "web.reset_password.expired_link.app_error",
"translation": "密碼重設連結已過期"
},
@@ -7291,10 +7307,6 @@
"translation": "註冊"
},
{
- "id": "web.signup_team_complete.invalid_link.app_error",
- "translation": "此註冊連結不是有效連結"
- },
- {
"id": "web.signup_team_complete.link_expired.app_error",
"translation": "註冊連結已過期"
},
@@ -7311,10 +7323,6 @@
"translation": "註冊連結已過期"
},
{
- "id": "web.signup_user_complete.link_invalid.app_error",
- "translation": "此註冊連結不是有效連結"
- },
- {
"id": "web.signup_user_complete.no_invites.app_error",
"translation": "此團隊類型不允許自由加入"
},