mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
translations PR 20180528 (#8864)
This commit is contained in:
parent
af4e907f5e
commit
009f72f075
14 changed files with 562 additions and 94 deletions
44
i18n/de.json
44
i18n/de.json
|
|
@ -2514,6 +2514,18 @@
|
|||
"id": "api.templates.channel_name.group",
|
||||
"translation": "Gruppennachricht"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.info",
|
||||
"translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.title",
|
||||
"translation": "Your account has been deactivated at {{ .ServerURL }}"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_subject",
|
||||
"translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.email_change_body.info",
|
||||
"translation": "Ihre E-Mail-Adresse für {{.TeamDisplayName}} wurde in {{.NewEmail}} geändert.<br>Wenn Sie diese Änderungen nicht durchgeführt haben, kontaktieren Sie bitte den Systemadministrator."
|
||||
|
|
@ -3022,6 +3034,10 @@
|
|||
"id": "api.user.saml.not_available.app_error",
|
||||
"translation": "SAML 2.0 ist auf diesem Server nicht konfiguriert oder wird nicht unterstützt."
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_deactivate_email_and_forget.failed.error",
|
||||
"translation": "Failed to send the deactivate account email successfully"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_email_change_email_and_forget.error",
|
||||
"translation": "Die E-Mail-Änderungsbenachrichtigung konnte nicht erfolgreich versendet werden"
|
||||
|
|
@ -3070,6 +3086,10 @@
|
|||
"id": "api.user.update_active.no_deactivate_sso.app_error",
|
||||
"translation": "Sie können den Aktivitätsstatus des SSO-Kontos nicht ändern. Bitte ändern Sie diesen über den SSO-Server."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.not_enable.app_error",
|
||||
"translation": "You cannot deactivate yourself because this feature is not enabled. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.permissions.app_error",
|
||||
"translation": "Sie haben nicht die erforderlichen Berechtigungen"
|
||||
|
|
@ -3718,10 +3738,6 @@
|
|||
"id": "app.import.validate_user_import_data.notify_props_comment_trigger_invalid.error",
|
||||
"translation": "Ungültige Kommentar-Auslöser-Benachrichtigungs-Eigenschaft des Benutzers."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_duration_invalid.error",
|
||||
"translation": "Ungültiger Wert für Desktop-Benachrichtigungdauer-Eigenschaft des Benutzers."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_invalid.error",
|
||||
"translation": "Ungültiger Wert für Desktop-Benachrichtigungs-Eigenschaft des Benutzers."
|
||||
|
|
@ -3854,6 +3870,10 @@
|
|||
"id": "app.plugin.deactivate.app_error",
|
||||
"translation": "Konnte Plugin nicht deaktivieren"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.delete_plugin_status_state.app_error",
|
||||
"translation": "Unable to delete plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.disabled.app_error",
|
||||
"translation": "Plugins wurden deaktiviert. Bitte prüfen Sie Ihre Logs für Details."
|
||||
|
|
@ -3898,10 +3918,18 @@
|
|||
"id": "app.plugin.not_installed.app_error",
|
||||
"translation": "Plugin ist nicht installiert"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.prepackaged.app_error",
|
||||
"translation": "Cannot install prepackaged plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.remove.app_error",
|
||||
"translation": "Konnte Plugin nicht löschen"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.set_plugin_status_state.app_error",
|
||||
"translation": "Unable to set plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.upload_disabled.app_error",
|
||||
"translation": "Plugins und/oder Plugin-Uploads wurden deaktiviert."
|
||||
|
|
@ -4798,6 +4826,10 @@
|
|||
"id": "model.client.writer.app_error",
|
||||
"translation": "Konnte Multipart-Anfrage nicht erstellen"
|
||||
},
|
||||
{
|
||||
"id": "model.cluster.is_valid.id.app_error",
|
||||
"translation": "Ungültige Id"
|
||||
},
|
||||
{
|
||||
"id": "model.command.is_valid.create_at.app_error",
|
||||
"translation": "Erstellt am muss eine gültige Zeit sein"
|
||||
|
|
@ -7526,6 +7558,10 @@
|
|||
"id": "web.incoming_webhook.channel.app_error",
|
||||
"translation": "Der Kanal konnte nicht gefunden werden"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.channel_locked.app_error",
|
||||
"translation": "This webhook is not permitted to post to the requested channel"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.disabled.app_error",
|
||||
"translation": "Eingehende Webhoocks wurden durch den Systemadministrator deaktiviert."
|
||||
|
|
|
|||
48
i18n/en.json
48
i18n/en.json
|
|
@ -2514,6 +2514,18 @@
|
|||
"id": "api.templates.channel_name.group",
|
||||
"translation": "Group Message"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.info",
|
||||
"translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.title",
|
||||
"translation": "Your account has been deactivated at {{ .ServerURL }}"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_subject",
|
||||
"translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.email_change_body.info",
|
||||
"translation": "Your email address for {{.TeamDisplayName}} has been changed to {{.NewEmail}}.<br>If you did not make this change, please contact the system administrator."
|
||||
|
|
@ -2750,22 +2762,6 @@
|
|||
"id": "api.templates.welcome_subject",
|
||||
"translation": "[{{ .SiteName }}] You joined {{ .ServerURL }}"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_subject",
|
||||
"translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.title",
|
||||
"translation": "Your account has been deactivated at {{ .ServerURL }}"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.info",
|
||||
"translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_deactivate_email_and_forget.failed.error",
|
||||
"translation": "Failed to send the deactivate account email successfully"
|
||||
},
|
||||
{
|
||||
"id": "api.user.activate_mfa.email_and_ldap_only.app_error",
|
||||
"translation": "MFA is not available for this account type"
|
||||
|
|
@ -3038,6 +3034,10 @@
|
|||
"id": "api.user.saml.not_available.app_error",
|
||||
"translation": "SAML 2.0 is not configured or supported on this server."
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_deactivate_email_and_forget.failed.error",
|
||||
"translation": "Failed to send the deactivate account email successfully"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_email_change_email_and_forget.error",
|
||||
"translation": "Failed to send email change notification email successfully"
|
||||
|
|
@ -3086,14 +3086,14 @@
|
|||
"id": "api.user.update_active.no_deactivate_sso.app_error",
|
||||
"translation": "You can not modify the activation status of SSO accounts. Please modify through the SSO server."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.permissions.app_error",
|
||||
"translation": "You do not have the appropriate permissions"
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.not_enable.app_error",
|
||||
"translation": "You cannot deactivate yourself because this feature is not enabled. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.permissions.app_error",
|
||||
"translation": "You do not have the appropriate permissions"
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_mfa.not_available.app_error",
|
||||
"translation": "MFA not configured or available on this server"
|
||||
|
|
@ -6750,10 +6750,6 @@
|
|||
"id": "store.sql_role.get_by_names.app_error",
|
||||
"translation": "Unable to get roles"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.channel_locked.app_error",
|
||||
"translation": "This webhook is not permitted to post to the requested channel"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_role.permanent_delete_all.app_error",
|
||||
"translation": "We could not permanently delete all the roles"
|
||||
|
|
@ -7562,6 +7558,10 @@
|
|||
"id": "web.incoming_webhook.channel.app_error",
|
||||
"translation": "Couldn't find the channel"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.channel_locked.app_error",
|
||||
"translation": "This webhook is not permitted to post to the requested channel"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.disabled.app_error",
|
||||
"translation": "Incoming webhooks have been disabled by the system admin."
|
||||
|
|
|
|||
44
i18n/es.json
44
i18n/es.json
|
|
@ -2514,6 +2514,18 @@
|
|||
"id": "api.templates.channel_name.group",
|
||||
"translation": "Mensaje de Grupo"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.info",
|
||||
"translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.title",
|
||||
"translation": "Your account has been deactivated at {{ .ServerURL }}"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_subject",
|
||||
"translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.email_change_body.info",
|
||||
"translation": "Tu dirección de correo electrónico para {{.TeamDisplayName}} ha sido cambiada por {{.NewEmail}}.<br>Si este cambio no fue realizado por ti, por favor contacta un administrador de sistema."
|
||||
|
|
@ -3022,6 +3034,10 @@
|
|||
"id": "api.user.saml.not_available.app_error",
|
||||
"translation": "SAML 2.0 no está configurado o no es soportado en este servidor"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_deactivate_email_and_forget.failed.error",
|
||||
"translation": "Failed to send the deactivate account email successfully"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_email_change_email_and_forget.error",
|
||||
"translation": "Error al enviar la notificación por correo electrónico del cambio satisfactorio del correo electrónico"
|
||||
|
|
@ -3070,6 +3086,10 @@
|
|||
"id": "api.user.update_active.no_deactivate_sso.app_error",
|
||||
"translation": "No puedes modificar el estado de activación para cuentas de tipo SSO. Por favor, haz la modificación a través del servicio SSO."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.not_enable.app_error",
|
||||
"translation": "You cannot deactivate yourself because this feature is not enabled. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.permissions.app_error",
|
||||
"translation": "No tienes los permisos apropiados"
|
||||
|
|
@ -3718,10 +3738,6 @@
|
|||
"id": "app.import.validate_user_import_data.notify_props_comment_trigger_invalid.error",
|
||||
"translation": "La propiedad de notificación por comentarios del usuario no es válida."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_duration_invalid.error",
|
||||
"translation": "La propiedad de la duración para la notificación de escritorio del usuario no es válida."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_invalid.error",
|
||||
"translation": "Las propiedades de notificación de escritorio del usuario no es válida."
|
||||
|
|
@ -3854,6 +3870,10 @@
|
|||
"id": "app.plugin.deactivate.app_error",
|
||||
"translation": "No puede desactivar el plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.delete_plugin_status_state.app_error",
|
||||
"translation": "Unable to delete plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.disabled.app_error",
|
||||
"translation": "Los Complementos han sido inhabilitados. Por favor revisa los logs para más detalles."
|
||||
|
|
@ -3898,10 +3918,18 @@
|
|||
"id": "app.plugin.not_installed.app_error",
|
||||
"translation": "El Plugin no está instalado"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.prepackaged.app_error",
|
||||
"translation": "Cannot install prepackaged plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.remove.app_error",
|
||||
"translation": "No se puede eliminar el plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.set_plugin_status_state.app_error",
|
||||
"translation": "Unable to set plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.upload_disabled.app_error",
|
||||
"translation": "Los Complementos y/o la carga de complementos han sido deshabilitados."
|
||||
|
|
@ -4798,6 +4826,10 @@
|
|||
"id": "model.client.writer.app_error",
|
||||
"translation": "Incapaz de construir una solicitud multipart"
|
||||
},
|
||||
{
|
||||
"id": "model.cluster.is_valid.id.app_error",
|
||||
"translation": "Id inválido"
|
||||
},
|
||||
{
|
||||
"id": "model.command.is_valid.create_at.app_error",
|
||||
"translation": "Fecha de Creación debe ser válida"
|
||||
|
|
@ -7526,6 +7558,10 @@
|
|||
"id": "web.incoming_webhook.channel.app_error",
|
||||
"translation": "No se encontró el canal"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.channel_locked.app_error",
|
||||
"translation": "Este webhook no tiene autorización para publicar en el canal solicitado"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.disabled.app_error",
|
||||
"translation": "Webhooks entrantes han sido inhabilitados por el administrador del sistema."
|
||||
|
|
|
|||
44
i18n/fr.json
44
i18n/fr.json
|
|
@ -2514,6 +2514,18 @@
|
|||
"id": "api.templates.channel_name.group",
|
||||
"translation": "Message de groupe"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.info",
|
||||
"translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.title",
|
||||
"translation": "Your account has been deactivated at {{ .ServerURL }}"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_subject",
|
||||
"translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.email_change_body.info",
|
||||
"translation": "Votre adresse e-mail pour {{.TeamDisplayName}} a été remplacée par {{.NewEmail}}.<br>Si vous n'êtes pas à l'origine de cette action, veuillez contacter votre administrateur système."
|
||||
|
|
@ -3022,6 +3034,10 @@
|
|||
"id": "api.user.saml.not_available.app_error",
|
||||
"translation": "SAML 2.0 n'est pas configuré ou supporté sur ce serveur."
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_deactivate_email_and_forget.failed.error",
|
||||
"translation": "Failed to send the deactivate account email successfully"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_email_change_email_and_forget.error",
|
||||
"translation": "Impossible d'envoyer l'e-mail de notification de changement d'adresse e-mail"
|
||||
|
|
@ -3070,6 +3086,10 @@
|
|||
"id": "api.user.update_active.no_deactivate_sso.app_error",
|
||||
"translation": "Vous ne pouvez pas modifier le statut d'activation des comptes utilisant l'authentification unique (SSO). Veuillez modifier ce compte dans votre serveur d'authentification unique (SSO)."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.not_enable.app_error",
|
||||
"translation": "You cannot deactivate yourself because this feature is not enabled. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.permissions.app_error",
|
||||
"translation": "Vous n'avez pas les permissions requises"
|
||||
|
|
@ -3718,10 +3738,6 @@
|
|||
"id": "app.import.validate_user_import_data.notify_props_comment_trigger_invalid.error",
|
||||
"translation": "La propriété de déclencheur de notification de commentaire est invalide pour l'utilisateur."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_duration_invalid.error",
|
||||
"translation": "La valeur de la propriété de durée de notification de bureau est invalide pour l'utilisateur."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_invalid.error",
|
||||
"translation": "La valeur de la propriété de notification de bureau est invalide pour l'utilisateur."
|
||||
|
|
@ -3854,6 +3870,10 @@
|
|||
"id": "app.plugin.deactivate.app_error",
|
||||
"translation": "Impossible de désactiver le plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.delete_plugin_status_state.app_error",
|
||||
"translation": "Unable to delete plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.disabled.app_error",
|
||||
"translation": "Les plugins ont été désactivés. Veuillez consulter vos journaux (logs) pour plus d'information."
|
||||
|
|
@ -3898,10 +3918,18 @@
|
|||
"id": "app.plugin.not_installed.app_error",
|
||||
"translation": "Le plugin n'est pas installé"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.prepackaged.app_error",
|
||||
"translation": "Cannot install prepackaged plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.remove.app_error",
|
||||
"translation": "Impossible de supprimer le plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.set_plugin_status_state.app_error",
|
||||
"translation": "Unable to set plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.upload_disabled.app_error",
|
||||
"translation": "Les plugins et/ou l'envoi de plugins ont été désactivés."
|
||||
|
|
@ -4798,6 +4826,10 @@
|
|||
"id": "model.client.writer.app_error",
|
||||
"translation": "Impossible construire la requête composite (multipart)"
|
||||
},
|
||||
{
|
||||
"id": "model.cluster.is_valid.id.app_error",
|
||||
"translation": "Id invalide"
|
||||
},
|
||||
{
|
||||
"id": "model.command.is_valid.create_at.app_error",
|
||||
"translation": "La date de création doit être une date valide"
|
||||
|
|
@ -7526,6 +7558,10 @@
|
|||
"id": "web.incoming_webhook.channel.app_error",
|
||||
"translation": "Impossible de trouver le canal"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.channel_locked.app_error",
|
||||
"translation": "This webhook is not permitted to post to the requested channel"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.disabled.app_error",
|
||||
"translation": "Les webhooks entrants ont été désactivées par l'administrateur système."
|
||||
|
|
|
|||
44
i18n/it.json
44
i18n/it.json
|
|
@ -2514,6 +2514,18 @@
|
|||
"id": "api.templates.channel_name.group",
|
||||
"translation": "Messaggio di gruppo"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.info",
|
||||
"translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.title",
|
||||
"translation": "Your account has been deactivated at {{ .ServerURL }}"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_subject",
|
||||
"translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.email_change_body.info",
|
||||
"translation": "Il tuo indirizzo email per {{.TeamDisplayName}} è stato cambiato in {{.NewEmail}}.<br>Se non vuoi questo cambiamento, contatta il tuo amministratore di sistema."
|
||||
|
|
@ -3022,6 +3034,10 @@
|
|||
"id": "api.user.saml.not_available.app_error",
|
||||
"translation": "SAML 2.0 non configurato o non supportato su questo server."
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_deactivate_email_and_forget.failed.error",
|
||||
"translation": "Failed to send the deactivate account email successfully"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_email_change_email_and_forget.error",
|
||||
"translation": "Invio notifica email di cambio email avvenuto con successo fallita"
|
||||
|
|
@ -3070,6 +3086,10 @@
|
|||
"id": "api.user.update_active.no_deactivate_sso.app_error",
|
||||
"translation": "Non è possibile modificare lo stato di attivazione degli account SSO. Vanno modificati sul server SSO."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.not_enable.app_error",
|
||||
"translation": "You cannot deactivate yourself because this feature is not enabled. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.permissions.app_error",
|
||||
"translation": "Non possiedi i permessi per proseguire con l'operazione"
|
||||
|
|
@ -3718,10 +3738,6 @@
|
|||
"id": "app.import.validate_user_import_data.notify_props_comment_trigger_invalid.error",
|
||||
"translation": "Proprietà scatena notifiche commento non valida per l'utente."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_duration_invalid.error",
|
||||
"translation": "Proprietà durata notifiche desktop non valida per l'utente."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_invalid.error",
|
||||
"translation": "Proprietà notifiche su desktop non valida per l'utente."
|
||||
|
|
@ -3854,6 +3870,10 @@
|
|||
"id": "app.plugin.deactivate.app_error",
|
||||
"translation": "Impossibile disattivare il plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.delete_plugin_status_state.app_error",
|
||||
"translation": "Impossibile eliminare lo stato del plugin."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.disabled.app_error",
|
||||
"translation": "I plugin sono disattivati. Controllare i log per ulteriori informazioni."
|
||||
|
|
@ -3898,10 +3918,18 @@
|
|||
"id": "app.plugin.not_installed.app_error",
|
||||
"translation": "Il plugin non è installato"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.prepackaged.app_error",
|
||||
"translation": "Impossibile installare il plugin preconfigurato"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.remove.app_error",
|
||||
"translation": "Impossibile eliminare il plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.set_plugin_status_state.app_error",
|
||||
"translation": "Impossibile impostare lo stato del plugin."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.upload_disabled.app_error",
|
||||
"translation": "I plugin e/o il caricamento dei plugin è stato disattivato."
|
||||
|
|
@ -4798,6 +4826,10 @@
|
|||
"id": "model.client.writer.app_error",
|
||||
"translation": "Impossibile costruire la richiesta multipart"
|
||||
},
|
||||
{
|
||||
"id": "model.cluster.is_valid.id.app_error",
|
||||
"translation": "ID non valido"
|
||||
},
|
||||
{
|
||||
"id": "model.command.is_valid.create_at.app_error",
|
||||
"translation": "Creato alle deve essere un tempo valido"
|
||||
|
|
@ -7526,6 +7558,10 @@
|
|||
"id": "web.incoming_webhook.channel.app_error",
|
||||
"translation": "Impossibile trovare il canale"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.channel_locked.app_error",
|
||||
"translation": "Questo webhook non ha i permessi di pubblicare nel canale richiesto"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.disabled.app_error",
|
||||
"translation": "I webhook in ingresso sono stati disabilitati dall'amministratore del sistema."
|
||||
|
|
|
|||
80
i18n/ja.json
80
i18n/ja.json
|
|
@ -824,7 +824,7 @@
|
|||
},
|
||||
{
|
||||
"id": "api.command_invite.private_channel.app_error",
|
||||
"translation": "Could not find the channel {{.Channel}}. Please use the channel handle to identify channels."
|
||||
"translation": "チャンネル {{.Channel}} が見つかりませんでした。チャンネルの指定にはチャンネルのハンドル名を使用してください。"
|
||||
},
|
||||
{
|
||||
"id": "api.command_invite.success",
|
||||
|
|
@ -2514,6 +2514,18 @@
|
|||
"id": "api.templates.channel_name.group",
|
||||
"translation": "グループメッセージ"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.info",
|
||||
"translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.title",
|
||||
"translation": "Your account has been deactivated at {{ .ServerURL }}"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_subject",
|
||||
"translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.email_change_body.info",
|
||||
"translation": "あなたの{{.TeamDisplayName}}用の電子メールアドレスが{{.NewEmail}}に変更されました。<br>あなたが変更したのでなければ、システム管理者に問い合わせてください。"
|
||||
|
|
@ -3022,6 +3034,10 @@
|
|||
"id": "api.user.saml.not_available.app_error",
|
||||
"translation": "SAML 2.0 は、このサーバーでは設定されていないかサポートされていません。"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_deactivate_email_and_forget.failed.error",
|
||||
"translation": "Failed to send the deactivate account email successfully"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_email_change_email_and_forget.error",
|
||||
"translation": "電子メールアドレス変更通知の電子メールを送信できませんでした"
|
||||
|
|
@ -3070,6 +3086,10 @@
|
|||
"id": "api.user.update_active.no_deactivate_sso.app_error",
|
||||
"translation": "シングルサインオンアカウントのアクティベーション状態を変更することはできません。シングルサインオンサーバーを通じて変更してください。"
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.not_enable.app_error",
|
||||
"translation": "You cannot deactivate yourself because this feature is not enabled. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.permissions.app_error",
|
||||
"translation": "あなたには必要な権限が付与されていません"
|
||||
|
|
@ -3718,10 +3738,6 @@
|
|||
"id": "app.import.validate_user_import_data.notify_props_comment_trigger_invalid.error",
|
||||
"translation": "ユーザーのコメント通知トリガーの設定が不正です。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_duration_invalid.error",
|
||||
"translation": "ユーザーのデスクトップ通知持続時間の設定値が不正です。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_invalid.error",
|
||||
"translation": "ユーザーのデスクトップ通知の設定値が不正です。"
|
||||
|
|
@ -3780,15 +3796,15 @@
|
|||
},
|
||||
{
|
||||
"id": "app.notification.body.intro.direct.generic",
|
||||
"translation": "{{.SenderName}} からの新しいダイレクトメッセージがあります"
|
||||
"translation": "@{{.SenderName}} からの新しいダイレクトメッセージがあります"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.body.intro.group_message.full",
|
||||
"translation": "新しいダイレクトメッセージがあります。"
|
||||
"translation": "新しいグループメッセージがあります。"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.body.intro.group_message.generic",
|
||||
"translation": "{{.SenderName}} からの新しいダイレクトメッセージがあります"
|
||||
"translation": "@{{.SenderName}} からの新しいグループメッセージがあります"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.body.intro.notification.full",
|
||||
|
|
@ -3796,11 +3812,11 @@
|
|||
},
|
||||
{
|
||||
"id": "app.notification.body.intro.notification.generic",
|
||||
"translation": "{{.SenderName}} からの新しい通知があります"
|
||||
"translation": "@{{.SenderName}} からの新しい通知があります"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.body.text.direct.full",
|
||||
"translation": "{{.SenderName}} - {{.Hour}}:{{.Minute}} {{.Timezone}}, {{.Month}} {{.Day}}"
|
||||
"translation": "@{{.SenderName}} - {{.Hour}}:{{.Minute}} {{.Timezone}}, {{.Month}} {{.Day}}"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.body.text.direct.generic",
|
||||
|
|
@ -3808,7 +3824,7 @@
|
|||
},
|
||||
{
|
||||
"id": "app.notification.body.text.group_message.full",
|
||||
"translation": "チャンネル: {{.ChannelName}}<br>{{.SenderName}} - {{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
|
||||
"translation": "チャンネル: {{.ChannelName}}<br>@{{.SenderName}} - {{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.body.text.group_message.generic",
|
||||
|
|
@ -3816,7 +3832,7 @@
|
|||
},
|
||||
{
|
||||
"id": "app.notification.body.text.notification.full",
|
||||
"translation": "チャンネル: {{.ChannelName}}<br>{{.SenderName}} - {{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
|
||||
"translation": "チャンネル: {{.ChannelName}}<br>@{{.SenderName}} - {{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.body.text.notification.generic",
|
||||
|
|
@ -3824,15 +3840,15 @@
|
|||
},
|
||||
{
|
||||
"id": "app.notification.subject.direct.full",
|
||||
"translation": "[{{ .SiteName}}] {{.Month}} {{.Day}}, {{.Year}} {{.SenderDisplayName}} からの新しいダイレクトメッセージ"
|
||||
"translation": "[{{.SiteName}}] {{.Month}} {{.Day}}, {{.Year}} @{{.SenderDisplayName}} からの新しいダイレクトメッセージ"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.subject.group_message.full",
|
||||
"translation": "[{{.SiteName}}] {{.Month}} {{.Day}}, {{.Year}} {{.TeamName}}の通知"
|
||||
"translation": "[{{ .SiteName }}] {{.Month}} {{.Day}}, {{.Year}} {{.ChannelName}}の新しいグループメッセージ"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.subject.group_message.generic",
|
||||
"translation": "[{{.SiteName}}] {{.Month}} {{.Day}}, {{.Year}} の新着通知[{{.SiteName}}] {{.Month}} {{.Day}}, {{.Year}} の新着通知"
|
||||
"translation": "[{{ .SiteName }}] {{.Month}} {{.Day}}, {{.Year}} 新しいグループメッセージ"
|
||||
},
|
||||
{
|
||||
"id": "app.notification.subject.notification.full",
|
||||
|
|
@ -3854,6 +3870,10 @@
|
|||
"id": "app.plugin.deactivate.app_error",
|
||||
"translation": "プラグインを無効化できませんでした"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.delete_plugin_status_state.app_error",
|
||||
"translation": "プラグインステータスの状態を削除できませんでした。"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.disabled.app_error",
|
||||
"translation": "プラグインは無効化されています。詳しくはログを確認してください。"
|
||||
|
|
@ -3898,10 +3918,18 @@
|
|||
"id": "app.plugin.not_installed.app_error",
|
||||
"translation": "プラグインはインストールされていません"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.prepackaged.app_error",
|
||||
"translation": "パッケージング済みプラグインはインストールできません"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.remove.app_error",
|
||||
"translation": "プラグインを削除できませんでした"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.set_plugin_status_state.app_error",
|
||||
"translation": "プラスインステータスの状態を設定できませんでした。"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.upload_disabled.app_error",
|
||||
"translation": "プラグインのアップロードは無効化されています。"
|
||||
|
|
@ -4798,6 +4826,10 @@
|
|||
"id": "model.client.writer.app_error",
|
||||
"translation": "マルチパートリクエストを構築できませんでした"
|
||||
},
|
||||
{
|
||||
"id": "model.cluster.is_valid.id.app_error",
|
||||
"translation": "不正なIDです"
|
||||
},
|
||||
{
|
||||
"id": "model.command.is_valid.create_at.app_error",
|
||||
"translation": "作成日時は有効な時刻にしてください"
|
||||
|
|
@ -5036,23 +5068,23 @@
|
|||
},
|
||||
{
|
||||
"id": "model.config.is_valid.ldap_email",
|
||||
"translation": "AD/LDAP項目 \"電子メール属性値\" は必須です。"
|
||||
"translation": "AD/LDAP項目 \"電子メール属性\" は必須です。"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.ldap_firstname",
|
||||
"translation": "AD/LDAP項目 \"名前(ファーストネーム)の属性値\" は必須です。"
|
||||
"translation": "AD/LDAP項目 \"名前(ファーストネーム)の属性\" は必須です。"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.ldap_id",
|
||||
"translation": "AD/LDAP項目 \"ID属性値\" は必須です。"
|
||||
"translation": "AD/LDAP項目 \"ID属性\" は必須です。"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.ldap_lastname",
|
||||
"translation": "AD/LDAP項目 \"苗字(ラストネーム)の属性値\" は必須です。"
|
||||
"translation": "AD/LDAP項目 \"苗字(ラストネーム)の属性\" は必須です。"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.ldap_login_id",
|
||||
"translation": "AD/LDAP項目 \"ID属性値\" は必須です。"
|
||||
"translation": "AD/LDAP項目 \"ログインID属性\" は必須です。"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.ldap_max_page_size.app_error",
|
||||
|
|
@ -5080,7 +5112,7 @@
|
|||
},
|
||||
{
|
||||
"id": "model.config.is_valid.ldap_username",
|
||||
"translation": "AD/LDAP項目 \"ユーザー名の属性値\" は必須です。"
|
||||
"translation": "AD/LDAP項目 \"ユーザー名の属性\" は必須です。"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.listen_address.app_error",
|
||||
|
|
@ -5228,7 +5260,7 @@
|
|||
},
|
||||
{
|
||||
"id": "model.config.is_valid.site_url.app_error",
|
||||
"translation": "サイトURLを正しく設定してください。URLはhttp://またはhttps://で始まります。"
|
||||
"translation": "サイトURLにhttp://またはhttps://で始まるURLを設定する必要があります"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.site_url_email_batching.app_error",
|
||||
|
|
@ -7526,6 +7558,10 @@
|
|||
"id": "web.incoming_webhook.channel.app_error",
|
||||
"translation": "チャンネルが見付かりません"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.channel_locked.app_error",
|
||||
"translation": "このウェブフックは要求されたチャンネルに投稿する権限がありません"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.disabled.app_error",
|
||||
"translation": "内向きのウェブフックはシステム管理者によって無効化されています。"
|
||||
|
|
|
|||
44
i18n/ko.json
44
i18n/ko.json
|
|
@ -2514,6 +2514,18 @@
|
|||
"id": "api.templates.channel_name.group",
|
||||
"translation": "그룹 메세지"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.info",
|
||||
"translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.title",
|
||||
"translation": "Your account has been deactivated at {{ .ServerURL }}"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_subject",
|
||||
"translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.email_change_body.info",
|
||||
"translation": "{{.TeamDisplayName}} 이메일이 {{.NewEmail}}(으)로 변경되었습니다.<br> 잘못 변경된 경우, 시스템 관리자에게 문의하세요."
|
||||
|
|
@ -3022,6 +3034,10 @@
|
|||
"id": "api.user.saml.not_available.app_error",
|
||||
"translation": "SAML이 설정되지 않았거나 서버에서 지원하지 않습니다"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_deactivate_email_and_forget.failed.error",
|
||||
"translation": "Failed to send the deactivate account email successfully"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_email_change_email_and_forget.error",
|
||||
"translation": "이메일 변경 알림 메일을 발송하지 못하였습니다."
|
||||
|
|
@ -3070,6 +3086,10 @@
|
|||
"id": "api.user.update_active.no_deactivate_sso.app_error",
|
||||
"translation": "You can not modify the activation status of LDAP accounts. Please modify through the LDAP server."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.not_enable.app_error",
|
||||
"translation": "You cannot deactivate yourself because this feature is not enabled. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.permissions.app_error",
|
||||
"translation": "작업을 할 수 있는 권한이 없습니다"
|
||||
|
|
@ -3718,10 +3738,6 @@
|
|||
"id": "app.import.validate_user_import_data.notify_props_comment_trigger_invalid.error",
|
||||
"translation": "Invalid Comment Trigger Notify Prop for user."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_duration_invalid.error",
|
||||
"translation": "Invalid Desktop Duration Notify Prop value for user."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_invalid.error",
|
||||
"translation": "Invalid Desktop Notify Prop value for user."
|
||||
|
|
@ -3854,6 +3870,10 @@
|
|||
"id": "app.plugin.deactivate.app_error",
|
||||
"translation": "Unable to deactivate plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.delete_plugin_status_state.app_error",
|
||||
"translation": "Unable to delete plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.disabled.app_error",
|
||||
"translation": "Plugins have been disabled. Please check your logs for details."
|
||||
|
|
@ -3898,10 +3918,18 @@
|
|||
"id": "app.plugin.not_installed.app_error",
|
||||
"translation": "Plugin is not installed"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.prepackaged.app_error",
|
||||
"translation": "Cannot install prepackaged plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.remove.app_error",
|
||||
"translation": "Unable to delete plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.set_plugin_status_state.app_error",
|
||||
"translation": "Unable to set plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.upload_disabled.app_error",
|
||||
"translation": "Plugins and/or plugin uploads have been disabled."
|
||||
|
|
@ -4798,6 +4826,10 @@
|
|||
"id": "model.client.writer.app_error",
|
||||
"translation": "Unable to build multipart request"
|
||||
},
|
||||
{
|
||||
"id": "model.cluster.is_valid.id.app_error",
|
||||
"translation": "잘못된 ID"
|
||||
},
|
||||
{
|
||||
"id": "model.command.is_valid.create_at.app_error",
|
||||
"translation": "Create at must be a valid time"
|
||||
|
|
@ -7526,6 +7558,10 @@
|
|||
"id": "web.incoming_webhook.channel.app_error",
|
||||
"translation": "채널을 찾을 수 없습니다"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.channel_locked.app_error",
|
||||
"translation": "This webhook is not permitted to post to the requested channel"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.disabled.app_error",
|
||||
"translation": "Incoming webhook은 관리자가 사용할 수 없게 설정했습니다."
|
||||
|
|
|
|||
44
i18n/nl.json
44
i18n/nl.json
|
|
@ -2514,6 +2514,18 @@
|
|||
"id": "api.templates.channel_name.group",
|
||||
"translation": "Group Message"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.info",
|
||||
"translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.title",
|
||||
"translation": "Your account has been deactivated at {{ .ServerURL }}"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_subject",
|
||||
"translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.email_change_body.info",
|
||||
"translation": "Uw e-mailadres voor {{.TeamDisplayName}} is veranderd naar {{.NewEmail}}.<br>Als u deze wijziging niet zelf gemaakt hebt, neem kontakt op met de systeembeheerder."
|
||||
|
|
@ -3022,6 +3034,10 @@
|
|||
"id": "api.user.saml.not_available.app_error",
|
||||
"translation": "SAML wordt niet ondersteund, of is niet geconfigureerd op deze server."
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_deactivate_email_and_forget.failed.error",
|
||||
"translation": "Failed to send the deactivate account email successfully"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_email_change_email_and_forget.error",
|
||||
"translation": "Aanpassings mail voor notificatie kon niet verstuurd worden"
|
||||
|
|
@ -3070,6 +3086,10 @@
|
|||
"id": "api.user.update_active.no_deactivate_sso.app_error",
|
||||
"translation": "Je kan niet de activatie status veranderen van AD/LDAP account. Wijzig dit via de AD/LDAP server."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.not_enable.app_error",
|
||||
"translation": "You cannot deactivate yourself because this feature is not enabled. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.permissions.app_error",
|
||||
"translation": "U beschikt niet over de juiste rechten"
|
||||
|
|
@ -3718,10 +3738,6 @@
|
|||
"id": "app.import.validate_user_import_data.notify_props_comment_trigger_invalid.error",
|
||||
"translation": "Invalid Comment Trigger Notify Prop for user."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_duration_invalid.error",
|
||||
"translation": "Invalid Desktop Duration Notify Prop value for user."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_invalid.error",
|
||||
"translation": "Invalid Desktop Notify Prop value for user."
|
||||
|
|
@ -3854,6 +3870,10 @@
|
|||
"id": "app.plugin.deactivate.app_error",
|
||||
"translation": "Unable to deactivate plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.delete_plugin_status_state.app_error",
|
||||
"translation": "Unable to delete plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.disabled.app_error",
|
||||
"translation": "Plugins have been disabled. Please check your logs for details."
|
||||
|
|
@ -3898,10 +3918,18 @@
|
|||
"id": "app.plugin.not_installed.app_error",
|
||||
"translation": "Plugin is not installed"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.prepackaged.app_error",
|
||||
"translation": "Cannot install prepackaged plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.remove.app_error",
|
||||
"translation": "Unable to delete plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.set_plugin_status_state.app_error",
|
||||
"translation": "Unable to set plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.upload_disabled.app_error",
|
||||
"translation": "Plugins and/or plugin uploads have been disabled."
|
||||
|
|
@ -4798,6 +4826,10 @@
|
|||
"id": "model.client.writer.app_error",
|
||||
"translation": "Unable to build multipart request"
|
||||
},
|
||||
{
|
||||
"id": "model.cluster.is_valid.id.app_error",
|
||||
"translation": "Ongeldig Id"
|
||||
},
|
||||
{
|
||||
"id": "model.command.is_valid.create_at.app_error",
|
||||
"translation": "Aangemaakt op moet een geldige tijd zijn"
|
||||
|
|
@ -7526,6 +7558,10 @@
|
|||
"id": "web.incoming_webhook.channel.app_error",
|
||||
"translation": "Het kanaal kan niet gevonden worden"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.channel_locked.app_error",
|
||||
"translation": "This webhook is not permitted to post to the requested channel"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.disabled.app_error",
|
||||
"translation": "Commando's zijn uitgeschakeld door de beheerder."
|
||||
|
|
|
|||
44
i18n/pl.json
44
i18n/pl.json
|
|
@ -2514,6 +2514,18 @@
|
|||
"id": "api.templates.channel_name.group",
|
||||
"translation": "Wiadomość grupowa"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.info",
|
||||
"translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.title",
|
||||
"translation": "Your account has been deactivated at {{ .ServerURL }}"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_subject",
|
||||
"translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.email_change_body.info",
|
||||
"translation": "Twój adres e-mail na {{.TeamDisplayName}} został zmieniony na {{.NewEmail}}.<br>Jeśli to nie ty dokonałeś tej zmiany, skontaktuj się z administratorem systemu."
|
||||
|
|
@ -3022,6 +3034,10 @@
|
|||
"id": "api.user.saml.not_available.app_error",
|
||||
"translation": "Użycie SAML 2.0 nie zostało skonfigurowane lub nie jest wspierane na tym serwerze."
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_deactivate_email_and_forget.failed.error",
|
||||
"translation": "Failed to send the deactivate account email successfully"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_email_change_email_and_forget.error",
|
||||
"translation": "Nie udało się pomyślnie wysłać emaila z powiadomieniem o zmianie adresu email"
|
||||
|
|
@ -3070,6 +3086,10 @@
|
|||
"id": "api.user.update_active.no_deactivate_sso.app_error",
|
||||
"translation": "Nie możesz zmieniać stanu aktywacji kont SSO. Proszę je zmodyfikować przez serwer SSO."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.not_enable.app_error",
|
||||
"translation": "You cannot deactivate yourself because this feature is not enabled. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.permissions.app_error",
|
||||
"translation": "Nie posiadasz wymaganych uprawnień"
|
||||
|
|
@ -3718,10 +3738,6 @@
|
|||
"id": "app.import.validate_user_import_data.notify_props_comment_trigger_invalid.error",
|
||||
"translation": "Nieprawidłowy ciąg znaków powiadamiania o komentarzu dla użytkownika."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_duration_invalid.error",
|
||||
"translation": "Invalid Desktop Duration Notify Prop value for user."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_invalid.error",
|
||||
"translation": "Invalid Desktop Notify Prop value for user."
|
||||
|
|
@ -3854,6 +3870,10 @@
|
|||
"id": "app.plugin.deactivate.app_error",
|
||||
"translation": "Nie udało się skasować reakcji"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.delete_plugin_status_state.app_error",
|
||||
"translation": "Unable to delete plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.disabled.app_error",
|
||||
"translation": "Plugins have been disabled. Please check your logs for details."
|
||||
|
|
@ -3898,10 +3918,18 @@
|
|||
"id": "app.plugin.not_installed.app_error",
|
||||
"translation": "Plugin is not installed"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.prepackaged.app_error",
|
||||
"translation": "Cannot install prepackaged plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.remove.app_error",
|
||||
"translation": "Nie udało się skasować reakcji"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.set_plugin_status_state.app_error",
|
||||
"translation": "Unable to set plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.upload_disabled.app_error",
|
||||
"translation": "Plugins and/or plugin uploads have been disabled."
|
||||
|
|
@ -4798,6 +4826,10 @@
|
|||
"id": "model.client.writer.app_error",
|
||||
"translation": "Unable to build multipart request"
|
||||
},
|
||||
{
|
||||
"id": "model.cluster.is_valid.id.app_error",
|
||||
"translation": "Nieprawidłowy identyfikator"
|
||||
},
|
||||
{
|
||||
"id": "model.command.is_valid.create_at.app_error",
|
||||
"translation": "Utworzono dnia musi być poprawnym czasem"
|
||||
|
|
@ -7526,6 +7558,10 @@
|
|||
"id": "web.incoming_webhook.channel.app_error",
|
||||
"translation": "Nie odnaleziono kanału"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.channel_locked.app_error",
|
||||
"translation": "This webhook is not permitted to post to the requested channel"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.disabled.app_error",
|
||||
"translation": "Przychodzące webhooki zostały wyłączone przez Administratora."
|
||||
|
|
|
|||
|
|
@ -2514,6 +2514,18 @@
|
|||
"id": "api.templates.channel_name.group",
|
||||
"translation": "Grupo de mensagem"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.info",
|
||||
"translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.title",
|
||||
"translation": "Your account has been deactivated at {{ .ServerURL }}"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_subject",
|
||||
"translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.email_change_body.info",
|
||||
"translation": "Seu endereço de email para {{.TeamDisplayName}} foi alterado para {{.NewEmail}}.<br>Se você não fez está mudança, por favor contate o administrador do sistema."
|
||||
|
|
@ -3022,6 +3034,10 @@
|
|||
"id": "api.user.saml.not_available.app_error",
|
||||
"translation": "SAML 2.0 não está configurado ou disponível neste servidor."
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_deactivate_email_and_forget.failed.error",
|
||||
"translation": "Failed to send the deactivate account email successfully"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_email_change_email_and_forget.error",
|
||||
"translation": "Erro ao enviar email de troca de notificação"
|
||||
|
|
@ -3070,6 +3086,10 @@
|
|||
"id": "api.user.update_active.no_deactivate_sso.app_error",
|
||||
"translation": "Você não pode modificar o status de ativação de contas SSO. Por favor modifique através do servidor SSO."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.not_enable.app_error",
|
||||
"translation": "You cannot deactivate yourself because this feature is not enabled. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.permissions.app_error",
|
||||
"translation": "Você não tem a permissão apropriada"
|
||||
|
|
@ -3718,10 +3738,6 @@
|
|||
"id": "app.import.validate_user_import_data.notify_props_comment_trigger_invalid.error",
|
||||
"translation": "Inválido Comment Trigger Notify Prop para o usuário."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_duration_invalid.error",
|
||||
"translation": "Valor inválido Duration Notify Prop para o usuário."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_invalid.error",
|
||||
"translation": "Valor inválido Desktop Notify Prop para o usuário."
|
||||
|
|
@ -3854,6 +3870,10 @@
|
|||
"id": "app.plugin.deactivate.app_error",
|
||||
"translation": "Não é possível desativar o plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.delete_plugin_status_state.app_error",
|
||||
"translation": "Unable to delete plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.disabled.app_error",
|
||||
"translation": "Os plugins foram desativados. Verifique os seus logs para obter detalhes."
|
||||
|
|
@ -3898,10 +3918,18 @@
|
|||
"id": "app.plugin.not_installed.app_error",
|
||||
"translation": "Plugin não está instalado"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.prepackaged.app_error",
|
||||
"translation": "Cannot install prepackaged plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.remove.app_error",
|
||||
"translation": "Não é possível deletar o plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.set_plugin_status_state.app_error",
|
||||
"translation": "Unable to set plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.upload_disabled.app_error",
|
||||
"translation": "Plugins e/ou envio de plugin foi desabilitado."
|
||||
|
|
@ -4798,6 +4826,10 @@
|
|||
"id": "model.client.writer.app_error",
|
||||
"translation": "Não foi possível construir a requisição multipart"
|
||||
},
|
||||
{
|
||||
"id": "model.cluster.is_valid.id.app_error",
|
||||
"translation": "ID inválida"
|
||||
},
|
||||
{
|
||||
"id": "model.command.is_valid.create_at.app_error",
|
||||
"translation": "Create deve ser um tempo válido"
|
||||
|
|
@ -7526,6 +7558,10 @@
|
|||
"id": "web.incoming_webhook.channel.app_error",
|
||||
"translation": "Não foi possível encontrar o canal"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.channel_locked.app_error",
|
||||
"translation": "This webhook is not permitted to post to the requested channel"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.disabled.app_error",
|
||||
"translation": "Webhooks de entrada foram desabilitados pelo administrador do sistema."
|
||||
|
|
|
|||
44
i18n/ru.json
44
i18n/ru.json
|
|
@ -2514,6 +2514,18 @@
|
|||
"id": "api.templates.channel_name.group",
|
||||
"translation": "Групповые сообщения"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.info",
|
||||
"translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.title",
|
||||
"translation": "Your account has been deactivated at {{ .ServerURL }}"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_subject",
|
||||
"translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.email_change_body.info",
|
||||
"translation": "Ваш адрес электронной почты для {{.TeamDisplayName}} изменен на {{.NewEmail}}. <br> Если Вы не делали это изменение, пожалуйста, обратитесь к системному администратору."
|
||||
|
|
@ -3022,6 +3034,10 @@
|
|||
"id": "api.user.saml.not_available.app_error",
|
||||
"translation": "SAML 2.0 не настроен или не поддерживается на этом сервере."
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_deactivate_email_and_forget.failed.error",
|
||||
"translation": "Failed to send the deactivate account email successfully"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_email_change_email_and_forget.error",
|
||||
"translation": "Не удалось отправить письмо с уведомленим о смене адреса электронной почты"
|
||||
|
|
@ -3070,6 +3086,10 @@
|
|||
"id": "api.user.update_active.no_deactivate_sso.app_error",
|
||||
"translation": "Вы не можете изменять состояние активности учетных записей AD/LDAP. Пожалуйста, измените его через сервер AD/LDAP."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.not_enable.app_error",
|
||||
"translation": "You cannot deactivate yourself because this feature is not enabled. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.permissions.app_error",
|
||||
"translation": "У вас нет соответствующих прав"
|
||||
|
|
@ -3718,10 +3738,6 @@
|
|||
"id": "app.import.validate_user_import_data.notify_props_comment_trigger_invalid.error",
|
||||
"translation": "Invalid Comment Trigger Notify Prop for user."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_duration_invalid.error",
|
||||
"translation": "Invalid Desktop Duration Notify Prop value for user."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_invalid.error",
|
||||
"translation": "Invalid Desktop Notify Prop value for user."
|
||||
|
|
@ -3854,6 +3870,10 @@
|
|||
"id": "app.plugin.deactivate.app_error",
|
||||
"translation": "Не удалось отключить плагин"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.delete_plugin_status_state.app_error",
|
||||
"translation": "Unable to delete plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.disabled.app_error",
|
||||
"translation": "Plugins have been disabled. Please check your logs for details."
|
||||
|
|
@ -3898,10 +3918,18 @@
|
|||
"id": "app.plugin.not_installed.app_error",
|
||||
"translation": "Plugin is not installed"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.prepackaged.app_error",
|
||||
"translation": "Cannot install prepackaged plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.remove.app_error",
|
||||
"translation": "Не удалось удалить плагин"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.set_plugin_status_state.app_error",
|
||||
"translation": "Unable to set plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.upload_disabled.app_error",
|
||||
"translation": "Plugins and/or plugin uploads have been disabled."
|
||||
|
|
@ -4798,6 +4826,10 @@
|
|||
"id": "model.client.writer.app_error",
|
||||
"translation": "Unable to build multipart request"
|
||||
},
|
||||
{
|
||||
"id": "model.cluster.is_valid.id.app_error",
|
||||
"translation": "Недопустимый идентификатор"
|
||||
},
|
||||
{
|
||||
"id": "model.command.is_valid.create_at.app_error",
|
||||
"translation": "\"Создать в\" должно быть корректным временем"
|
||||
|
|
@ -7526,6 +7558,10 @@
|
|||
"id": "web.incoming_webhook.channel.app_error",
|
||||
"translation": "Не удалось найти канал"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.channel_locked.app_error",
|
||||
"translation": "This webhook is not permitted to post to the requested channel"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.disabled.app_error",
|
||||
"translation": "Входящие вебхуки были отключены системным администратором."
|
||||
|
|
|
|||
44
i18n/tr.json
44
i18n/tr.json
|
|
@ -2514,6 +2514,18 @@
|
|||
"id": "api.templates.channel_name.group",
|
||||
"translation": "Grup İletisi"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.info",
|
||||
"translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.title",
|
||||
"translation": "Your account has been deactivated at {{ .ServerURL }}"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_subject",
|
||||
"translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.email_change_body.info",
|
||||
"translation": "{{.TeamDisplayName}} takımındaki e-posta adresiniz {{.NewEmail}} olarak değiştirildi.<br>Bu değişikliği siz yapmadıysanız sistem yöneticisi ile görüşün."
|
||||
|
|
@ -3022,6 +3034,10 @@
|
|||
"id": "api.user.saml.not_available.app_error",
|
||||
"translation": "SAML 2.0 ayarları yapılmamış ya da bu sunucu tarafından desteklenmiyor."
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_deactivate_email_and_forget.failed.error",
|
||||
"translation": "Failed to send the deactivate account email successfully"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_email_change_email_and_forget.error",
|
||||
"translation": "E-posta adresi değişikliği bildirim e-postası gönderilemedi"
|
||||
|
|
@ -3070,6 +3086,10 @@
|
|||
"id": "api.user.update_active.no_deactivate_sso.app_error",
|
||||
"translation": "SSO hesaplarının etkinleştirme durumu değiştirilemez. Lütfen değişiklikleri SSO sunucusu üzerinde yapın."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.not_enable.app_error",
|
||||
"translation": "You cannot deactivate yourself because this feature is not enabled. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.permissions.app_error",
|
||||
"translation": "İzinleriniz yeterli değil"
|
||||
|
|
@ -3718,10 +3738,6 @@
|
|||
"id": "app.import.validate_user_import_data.notify_props_comment_trigger_invalid.error",
|
||||
"translation": "Kullanıcının komut tetikleyici bildirimi değeri geçersiz."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_duration_invalid.error",
|
||||
"translation": "Kullanıcının masaüstü süresi bildirimi değeri geçersiz."
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_invalid.error",
|
||||
"translation": "Kullanıcının masaüstü bildirimi değeri geçersiz."
|
||||
|
|
@ -3854,6 +3870,10 @@
|
|||
"id": "app.plugin.deactivate.app_error",
|
||||
"translation": "Uygulama eki devre dışı bırakılamadı"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.delete_plugin_status_state.app_error",
|
||||
"translation": "Uygulama eki durumu silinemedi."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.disabled.app_error",
|
||||
"translation": "Uygulama ekleri devre dışı bırakıldı. Ayrıntılar için günlük kayıtlarına bakın."
|
||||
|
|
@ -3898,10 +3918,18 @@
|
|||
"id": "app.plugin.not_installed.app_error",
|
||||
"translation": "Uygulama eki kurulmamış"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.prepackaged.app_error",
|
||||
"translation": "Önceden paketlenmiş uygulama eki kurulamadı"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.remove.app_error",
|
||||
"translation": "Uygulama eki silinemedi"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.set_plugin_status_state.app_error",
|
||||
"translation": "Uygulama eki durumu ayarlanamadı."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.upload_disabled.app_error",
|
||||
"translation": "Uygulama ekleri ya da uygulama eki yüklemeleri devre dışı bırakılmış. "
|
||||
|
|
@ -4798,6 +4826,10 @@
|
|||
"id": "model.client.writer.app_error",
|
||||
"translation": "Multipart isteği oluşturulamadı"
|
||||
},
|
||||
{
|
||||
"id": "model.cluster.is_valid.id.app_error",
|
||||
"translation": "Kod geçersiz"
|
||||
},
|
||||
{
|
||||
"id": "model.command.is_valid.create_at.app_error",
|
||||
"translation": "Oluşturulma zamanı geçerli bir zaman olmalıdır"
|
||||
|
|
@ -7526,6 +7558,10 @@
|
|||
"id": "web.incoming_webhook.channel.app_error",
|
||||
"translation": "Kanal bulunamadı"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.channel_locked.app_error",
|
||||
"translation": "Bu web bağlantısının istenilen kanala gönderilmesine izin verilmiyor"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.disabled.app_error",
|
||||
"translation": "Gelen web bağlantıları sistem yöneticisi tarafından devre dışı bırakılmış."
|
||||
|
|
|
|||
|
|
@ -2514,6 +2514,18 @@
|
|||
"id": "api.templates.channel_name.group",
|
||||
"translation": "团体消息"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.info",
|
||||
"translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.title",
|
||||
"translation": "Your account has been deactivated at {{ .ServerURL }}"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_subject",
|
||||
"translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.email_change_body.info",
|
||||
"translation": "您的邮箱地址从 {{.TeamDisplayName}} 修改为 {{.NewEmail}}。<br>如果您没有做过这个修改,请联系系统管理员。"
|
||||
|
|
@ -3022,6 +3034,10 @@
|
|||
"id": "api.user.saml.not_available.app_error",
|
||||
"translation": "此服务器没有正确配置或者不支持 SAML 2.0。"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_deactivate_email_and_forget.failed.error",
|
||||
"translation": "Failed to send the deactivate account email successfully"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_email_change_email_and_forget.error",
|
||||
"translation": "未能发送电子邮件通知电子邮件成功"
|
||||
|
|
@ -3070,6 +3086,10 @@
|
|||
"id": "api.user.update_active.no_deactivate_sso.app_error",
|
||||
"translation": "您无法修改 SSO 帐号的激活状态。请到 SSO 服务器上修改。"
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.not_enable.app_error",
|
||||
"translation": "You cannot deactivate yourself because this feature is not enabled. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.permissions.app_error",
|
||||
"translation": "您没有对应的权限"
|
||||
|
|
@ -3718,10 +3738,6 @@
|
|||
"id": "app.import.validate_user_import_data.notify_props_comment_trigger_invalid.error",
|
||||
"translation": "无效用户评论触发 Notify Prop。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_duration_invalid.error",
|
||||
"translation": "用户的桌面间期 Notify Prop 值无效。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_invalid.error",
|
||||
"translation": "用户的桌面 Notify Prop 值无效。"
|
||||
|
|
@ -3854,6 +3870,10 @@
|
|||
"id": "app.plugin.deactivate.app_error",
|
||||
"translation": "无法停用插件"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.delete_plugin_status_state.app_error",
|
||||
"translation": "无法删除插件状态。"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.disabled.app_error",
|
||||
"translation": "日志已停用。请检查您的日志了解详情。"
|
||||
|
|
@ -3898,10 +3918,18 @@
|
|||
"id": "app.plugin.not_installed.app_error",
|
||||
"translation": "插件未安装"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.prepackaged.app_error",
|
||||
"translation": "无法安装预包装插件"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.remove.app_error",
|
||||
"translation": "无法删除插件"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.set_plugin_status_state.app_error",
|
||||
"translation": "无法设置插件状态。"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.upload_disabled.app_error",
|
||||
"translation": "插件上传已禁用。"
|
||||
|
|
@ -4798,6 +4826,10 @@
|
|||
"id": "model.client.writer.app_error",
|
||||
"translation": "无法建立 multipart 请求"
|
||||
},
|
||||
{
|
||||
"id": "model.cluster.is_valid.id.app_error",
|
||||
"translation": "无效 Id"
|
||||
},
|
||||
{
|
||||
"id": "model.command.is_valid.create_at.app_error",
|
||||
"translation": "创建时必须是有效时间"
|
||||
|
|
@ -7526,6 +7558,10 @@
|
|||
"id": "web.incoming_webhook.channel.app_error",
|
||||
"translation": "找不到该频道"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.channel_locked.app_error",
|
||||
"translation": "This webhook is not permitted to post to the requested channel"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.disabled.app_error",
|
||||
"translation": "传入webhooks已经被系统管理员禁用。"
|
||||
|
|
|
|||
|
|
@ -2514,6 +2514,18 @@
|
|||
"id": "api.templates.channel_name.group",
|
||||
"translation": "群組訊息"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.info",
|
||||
"translation": "You deactivated your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you or you want to reactivate your account, contact your system administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_body.title",
|
||||
"translation": "Your account has been deactivated at {{ .ServerURL }}"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.deactivate_subject",
|
||||
"translation": "[{{ .SiteName }}] Your account at {{ .ServerURL }} has been deactivated"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.email_change_body.info",
|
||||
"translation": "您在 {{.TeamDisplayName}} 上的電子郵件地址已經變更為 {{.NewEmail}}。<br>如果這不是您所變更的,請聯繫系統管理員。"
|
||||
|
|
@ -3022,6 +3034,10 @@
|
|||
"id": "api.user.saml.not_available.app_error",
|
||||
"translation": "本機不支援或未設定 SAML 2.0。"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_deactivate_email_and_forget.failed.error",
|
||||
"translation": "Failed to send the deactivate account email successfully"
|
||||
},
|
||||
{
|
||||
"id": "api.user.send_email_change_email_and_forget.error",
|
||||
"translation": "更改通知電子郵件傳送失敗"
|
||||
|
|
@ -3070,6 +3086,10 @@
|
|||
"id": "api.user.update_active.no_deactivate_sso.app_error",
|
||||
"translation": "不能變更 SSO 帳號的啟用狀態。請透過 SSO 伺服器變更。"
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.not_enable.app_error",
|
||||
"translation": "You cannot deactivate yourself because this feature is not enabled. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_active.permissions.app_error",
|
||||
"translation": "您沒有適當的權限"
|
||||
|
|
@ -3718,10 +3738,6 @@
|
|||
"id": "app.import.validate_user_import_data.notify_props_comment_trigger_invalid.error",
|
||||
"translation": "使用者的註解觸發 Notify Props 無效。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_duration_invalid.error",
|
||||
"translation": "使用者的桌面期間 Notify Props 無效。"
|
||||
},
|
||||
{
|
||||
"id": "app.import.validate_user_import_data.notify_props_desktop_invalid.error",
|
||||
"translation": "使用者的桌面 Notify Props 無效。"
|
||||
|
|
@ -3854,6 +3870,10 @@
|
|||
"id": "app.plugin.deactivate.app_error",
|
||||
"translation": "無法停用模組"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.delete_plugin_status_state.app_error",
|
||||
"translation": "Unable to delete plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.disabled.app_error",
|
||||
"translation": "模組已被停用。詳情請看系統紀錄。"
|
||||
|
|
@ -3898,10 +3918,18 @@
|
|||
"id": "app.plugin.not_installed.app_error",
|
||||
"translation": "模組尚未安裝"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.prepackaged.app_error",
|
||||
"translation": "Cannot install prepackaged plugin"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.remove.app_error",
|
||||
"translation": "無法刪除模組"
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.set_plugin_status_state.app_error",
|
||||
"translation": "Unable to set plugin status state."
|
||||
},
|
||||
{
|
||||
"id": "app.plugin.upload_disabled.app_error",
|
||||
"translation": "模組 跟/或 上傳模組已被停用。"
|
||||
|
|
@ -4798,6 +4826,10 @@
|
|||
"id": "model.client.writer.app_error",
|
||||
"translation": "無法建立 multipart 要求"
|
||||
},
|
||||
{
|
||||
"id": "model.cluster.is_valid.id.app_error",
|
||||
"translation": "無效的 ID"
|
||||
},
|
||||
{
|
||||
"id": "model.command.is_valid.create_at.app_error",
|
||||
"translation": "\"新增時間\"必須是一個有效時間"
|
||||
|
|
@ -7526,6 +7558,10 @@
|
|||
"id": "web.incoming_webhook.channel.app_error",
|
||||
"translation": "找不到頻道"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.channel_locked.app_error",
|
||||
"translation": "This webhook is not permitted to post to the requested channel"
|
||||
},
|
||||
{
|
||||
"id": "web.incoming_webhook.disabled.app_error",
|
||||
"translation": "傳入的 Webhook已被系統管理員停用"
|
||||
|
|
|
|||
Loading…
Reference in a new issue