Merge branch 'release-3.4' RC4

Этот коммит содержится в:
Elias Nahum
2016-09-08 10:27:49 -03:00
родитель a5ebbcfdb4 b2b2d141a9
Коммит eb8373aa80
36 изменённых файлов: 4349 добавлений и 4111 удалений

Просмотреть файл

@@ -150,7 +150,7 @@ func (h handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
}
w.Header().Set(model.HEADER_REQUEST_ID, c.RequestId)
w.Header().Set(model.HEADER_VERSION_ID, fmt.Sprintf("%v.%v", model.CurrentVersion, utils.CfgHash))
w.Header().Set(model.HEADER_VERSION_ID, fmt.Sprintf("%v.%v.%v", model.CurrentVersion, model.BuildNumber, utils.CfgHash))
if einterfaces.GetClusterInterface() != nil {
w.Header().Set(model.HEADER_CLUSTER_ID, einterfaces.GetClusterInterface().GetClusterId())
}

Просмотреть файл

@@ -2156,7 +2156,7 @@ func emailToLdap(c *Context, w http.ResponseWriter, r *http.Request) {
return
}
go sendSignInChangeEmail(c, user.Email, c.GetSiteURL(), "LDAP")
go sendSignInChangeEmail(c, user.Email, c.GetSiteURL(), "AD/LDAP")
m := map[string]string{}
m["follow_link"] = "/login?extra=signin_change"

Просмотреть файл

@@ -64,7 +64,7 @@ func (h *Hub) Register(webConn *WebConn) {
h.register <- webConn
msg := model.NewWebSocketEvent("", "", webConn.UserId, model.WEBSOCKET_EVENT_HELLO)
msg.Add("server_version", fmt.Sprintf("%v.%v", model.CurrentVersion, utils.CfgHash))
msg.Add("server_version", fmt.Sprintf("%v.%v.%v", model.CurrentVersion, model.BuildNumber, utils.CfgHash))
go Publish(msg)
}

Просмотреть файл

@@ -609,7 +609,7 @@
},
{
"id": "api.command_shortcuts.browser_mac",
"translation": "#### Eingebaute Browser Befehle\n\nAlt+Links: Vorheriger Kanal in Ihrem Verlauf\nAlt+Rechts: Nächster Kanal in Ihrem Verlauf\nStrg+Plus: Schriftgröße erhöhen (hineinzoomen)\nStrg+Minus: Schriftgröße verkleinern (herauszoomen)\nShift+Hoch (im Eingabefeld): Text bis zur vorherigen Zeile markieren\nShift+Runter (im Eingabefeld): Text bis zur nächsten Zeile markieren\nShift+Enter (im Eingabefeld): Eine neue Zeile erstellen\n"
"translation": "#### Eingebaute Browser Befehle\n\nCmd+[: Vorheriger Kanal in Ihrem Verlauf\nCmd+]: Nächster Kanal in Ihrem Verlauf\nCmd+Plus: Schriftgröße erhöhen (hineinzoomen)\nCmd+Minus: Schriftgröße verkleinern (herauszoomen)\nShift+Hoch (im Eingabefeld): Text bis zur vorherigen Zeile markieren\nShift+Runter (im Eingabefeld): Text bis zur nächsten Zeile markieren\nShift+Enter (im Eingabefeld): Eine neue Zeile erstellen\n"
},
{
"id": "api.command_shortcuts.desc",
@@ -1039,7 +1039,7 @@
},
{
"id": "api.oauth.complete_oauth.missing_code.app_error",
"translation": "The service provider {{.service}} did not provide an authorization code in the redirect URL.\n\nFor [Google Apps](https://docs.mattermost.com/deployment/sso-google.html) make sure your administrator enabled the Google+ API.\n\nFor [Office 365](https://docs.mattermost.com/deployment/sso-office.html) make sure the administrator of your Microsoft organization has enabled the Mattermost app.\n\nFor [GitLab](https://docs.mattermost.com/deployment/sso-gitlab.html) please make sure you followed the setup instructions.\n\nIf you reviewed the above and are still having trouble with configuration, you may post in our [Troubleshooting forum](https://forum.mattermost.org/c/general/trouble-shoot) where we'll be happy to help with issues during setup."
"translation": "Der Dienstprovider {{.service}} übermittelte keinen Autorisationscode in der Weiterleitungsadresse.\n\nFür [Google Apps](https://docs.mattermost.com/deployment/sso-google.html) stellen Sie sicher das Ihr Administrator die Google+ API aktiviert hat.\n\nFür [Office 365](https://docs.mattermost.com/deployment/sso-office.html) stellen Sie sicher das der Administrator der Microsoft Organisation die Mattermost App aktiviert hat.\n\nFür [GitLab](https://docs.mattermost.com/deployment/sso-gitlab.html) stellen Sie sicher das die Einrichtungsanleitung befolgt wurde.\n\nWenn Sie die oberen Informationen überprüft haben und immer noch Probleme mit der Konfiguration haben, können Sie in unserem [Troubleshooting forum](https://forum.mattermost.org/c/general/trouble-shoot) eine Nachricht hinterlassen und wir werden Ihnen gerne bei Ihrem Anliegen helfen."
},
{
"id": "api.oauth.delete.permissions.app_error",
@@ -1271,6 +1271,10 @@
"id": "api.post.send_notifications_and_forget.comment_thread.error",
"translation": "Fehler beim Abrufen der Kommentarthread Nachrichten in Benachrichtigung root_post_id=%v, err=%v"
},
{
"id": "api.post.send_notifications_and_forget.get_teams.error",
"translation": "Fehler beim Abrufen der Teams während des Senden von Teamübergreifender DM user_id=%v, err=%v"
},
{
"id": "api.post.send_notifications_and_forget.mention_body",
"translation": "Sie haben eine neue Erwähnung."
@@ -1997,7 +2001,7 @@
},
{
"id": "api.user.email_to_ldap.not_available.app_error",
"translation": "LDAP ist auf diesem Server nicht verfügbar"
"translation": "AD/LDAP ist auf diesem Server nicht verfügbar"
},
{
"id": "api.user.generate_mfa_qr.not_available.app_error",
@@ -2017,11 +2021,11 @@
},
{
"id": "api.user.ldap_to_email.not_available.app_error",
"translation": "LDAP ist auf diesem Server nicht verfügbar"
"translation": "AD/LDAP ist auf diesem Server nicht verfügbar"
},
{
"id": "api.user.ldap_to_email.not_ldap_account.app_error",
"translation": "Dieser Account verwendet kein LDAP"
"translation": "Dieser Account verwendet kein AD/LDAP"
},
{
"id": "api.user.login.blank_pwd.app_error",
@@ -2065,7 +2069,7 @@
},
{
"id": "api.user.login_ldap.disabled.app_error",
"translation": "LDAP ist nicht auf diesem Server aktiviert"
"translation": "AD/LDAP ist nicht auf diesem Server aktiviert"
},
{
"id": "api.user.login_ldap.need_id.app_error",
@@ -2073,7 +2077,7 @@
},
{
"id": "api.user.login_ldap.not_available.app_error",
"translation": "LDAP ist nicht auf diesem Server verfügbar"
"translation": "AD/LDAP ist auf diesem Server nicht verfügbar"
},
{
"id": "api.user.oauth_to_email.context.app_error",
@@ -2157,7 +2161,7 @@
},
{
"id": "api.user.update_active.no_deactivate_ldap.app_error",
"translation": "Sie können den Aktivitätsstatus des LDAP Accounts nicht ändern. Bitte ändern Sie diesen über den LDAP Server."
"translation": "Sie können den Aktivitätsstatus des AD/LDAP Accounts nicht ändern. Bitte ändern Sie diesen über den AD/LDAP Server."
},
{
"id": "api.user.update_active.permissions.app_error",
@@ -2457,7 +2461,7 @@
},
{
"id": "ent.ldap.do_login.bind_admin_user.app_error",
"translation": "Bind zum LDAP Server nicht möglich. Überprüfen Sie BindUsername und BindPassword."
"translation": "Bind zum AD/LDAP Server nicht möglich. Überprüfen Sie BindUsername und BindPassword."
},
{
"id": "ent.ldap.do_login.invalid_password.app_error",
@@ -2465,7 +2469,7 @@
},
{
"id": "ent.ldap.do_login.licence_disable.app_error",
"translation": "LDAP Funktionalität durch die aktuelle Lizenz deaktiviert. Bitte kontaktieren Sie Ihren Systemadministrator wegen eines Enterprise Lizenzupgrades."
"translation": "AD/LDAP Funktionalität durch die aktuelle Lizenz deaktiviert. Bitte kontaktieren Sie Ihren Systemadministrator wegen eines Enterprise Lizenzupgrades."
},
{
"id": "ent.ldap.do_login.matched_to_many_users.app_error",
@@ -2473,11 +2477,11 @@
},
{
"id": "ent.ldap.do_login.search_ldap_server.app_error",
"translation": "Fehler beim Suchen auf LDAP Server"
"translation": "Fehler beim Suchen auf AD/LDAP Server"
},
{
"id": "ent.ldap.do_login.unable_to_connect.app_error",
"translation": "Verbindung zum LDAP Server nicht möglich"
"translation": "Verbindung zum AD/LDAP Server nicht möglich"
},
{
"id": "ent.ldap.do_login.unable_to_create_user.app_error",
@@ -2485,27 +2489,27 @@
},
{
"id": "ent.ldap.do_login.user_filtered.app_error",
"translation": "Ihr LDAP Account hat keine Berechtigung diesen Mattermost Server zu benutzen. Bitte fragen Sie Ihren Systemadministrator, den LDAP Benutzer Filter zu überprüfen."
"translation": "Ihr AD/LDAP Account hat keine Berechtigung diesen Mattermost Server zu benutzen. Bitte fragen Sie Ihren Systemadministrator, den AD/LDAP Benutzer Filter zu überprüfen."
},
{
"id": "ent.ldap.do_login.user_not_registered.app_error",
"translation": "Benutzer nicht auf LDAP Server registriert"
"translation": "Benutzer nicht auf AD/LDAP Server registriert"
},
{
"id": "ent.ldap.mattermost_user_update",
"translation": "Mattermost Benutzer durch LDAP Server aktualisiert."
"translation": "Mattermost Benutzer durch AD/LDAP Server aktualisiert."
},
{
"id": "ent.ldap.syncdone.info",
"translation": "LDAD Synchronisation abgeschlossen"
"translation": "AD/LDAD Synchronisation abgeschlossen"
},
{
"id": "ent.ldap.syncronize.get_all.app_error",
"translation": "Konnte nicht alle Benutzer via LDAP laden"
"translation": "Konnte nicht alle Benutzer via AD/LDAP laden"
},
{
"id": "ent.ldap.validate_filter.app_error",
"translation": "Ungültiger LDAP Filter"
"translation": "Ungültiger AD/LDAP Filter"
},
{
"id": "ent.mfa.activate.authenticate.app_error",
@@ -2545,11 +2549,11 @@
},
{
"id": "ent.migration.migratetoldap.duplicate_field",
"translation": "Konnte LDAP Benutzer mit spezifiziertem Feld nicht migrieren. Doppelte Einträge entdeckt. Bitte entfernen Sie alle Duplikate und versuchen es erneut."
"translation": "Konnte AD/LDAP Benutzer mit spezifiziertem Feld nicht migrieren. Doppelte Einträge entdeckt. Bitte entfernen Sie alle Duplikate und versuchen es erneut."
},
{
"id": "ent.migration.migratetoldap.user_not_found",
"translation": "Kann Benutzer nicht auf LDAP Server finden: "
"translation": "Kann Benutzer nicht auf AD/LDAP Server finden: "
},
{
"id": "ent.saml.build_request.app_error",
@@ -3005,31 +3009,31 @@
},
{
"id": "model.config.is_valid.ldap_basedn",
"translation": "LDAP Feld \"BaseDN\" ist erforderlich."
"translation": "AD/LDAP Feld \"BaseDN\" ist erforderlich."
},
{
"id": "model.config.is_valid.ldap_bind_password",
"translation": "LDAP Feld \"Bind Passwort\" ist erforderlich."
"translation": "AD/LDAP Feld \"Bind Passwort\" ist erforderlich."
},
{
"id": "model.config.is_valid.ldap_bind_username",
"translation": "LDAP Feld \"Bind Benutzername\" ist erforderlich."
"translation": "AD/LDAP Feld \"Bind Benutzername\" ist erforderlich."
},
{
"id": "model.config.is_valid.ldap_email",
"translation": "LDAP Feld \"E-Mail Attribut\" ist erforderlich."
"translation": "AD/LDAP Feld \"E-Mail Attribut\" ist erforderlich."
},
{
"id": "model.config.is_valid.ldap_firstname",
"translation": "LDAP Feld \"Vornamenattribut\" ist erforderlich."
"translation": "AD/LDAP Feld \"Vornamenattribut\" ist erforderlich."
},
{
"id": "model.config.is_valid.ldap_id",
"translation": "LDAP Feld \"ID Attribut\" ist erforderlich."
"translation": "AD/LDAP Feld \"ID Attribut\" ist erforderlich."
},
{
"id": "model.config.is_valid.ldap_lastname",
"translation": "LDAP Feld \"Nachnameattribut\" ist erforderlich."
"translation": "AD/LDAP Feld \"Nachnameattribut\" ist erforderlich."
},
{
"id": "model.config.is_valid.ldap_max_page_size.app_error",
@@ -3037,19 +3041,19 @@
},
{
"id": "model.config.is_valid.ldap_required.app_error",
"translation": "Notwendiges LDAP Feld fehlt."
"translation": "Notwendiges AD/LDAP Feld fehlt."
},
{
"id": "model.config.is_valid.ldap_required.app_error",
"translation": "Notwendiges LDAP Feld fehlt."
"translation": "Notwendiges AD/LDAP Feld fehlt."
},
{
"id": "model.config.is_valid.ldap_security.app_error",
"translation": "Ungültige Verbindungssicherheit in LDAP Einstellungen. Muss '', 'TLS' oder 'STARTTLS' sein"
"translation": "Ungültige Verbindungssicherheit in AD/LDAP Einstellungen. Muss '', 'TLS' oder 'STARTTLS' sein"
},
{
"id": "model.config.is_valid.ldap_server",
"translation": "LDAP Feld \"LDAP Server\" ist erforderlich."
"translation": "AD/LDAP Feld \"AD/LDAP Server\" ist erforderlich."
},
{
"id": "model.config.is_valid.ldap_sync_interval.app_error",
@@ -3057,7 +3061,7 @@
},
{
"id": "model.config.is_valid.ldap_username",
"translation": "LDAP Feld \"Benutzername Attribut\" ist erforderlich."
"translation": "AD/LDAP Feld \"Benutzername Attribut\" ist erforderlich."
},
{
"id": "model.config.is_valid.listen_address.app_error",
@@ -4283,6 +4287,10 @@
"id": "store.sql_status.get_online_away.app_error",
"translation": "Es ist ein Fehler beim Abruf aller Online/Abwesend Status aufgetreten"
},
{
"id": "store.sql_status.get_team_statuses.app_error",
"translation": "Es trat ein Fehler beim Abruf aller Status der Teammitglieder auf"
},
{
"id": "store.sql_status.get_total_active_users_count.app_error",
"translation": "Wir konnten die aktiven Benutzer nicht zählen"
@@ -4307,6 +4315,10 @@
"id": "store.sql_system.get_by_name.app_error",
"translation": "Konnte die Systemvariable nicht finden."
},
{
"id": "store.sql_system.get_version.app_error",
"translation": "Die Datenbankversion konnte nicht abgerufen werden"
},
{
"id": "store.sql_system.save.app_error",
"translation": "Es trat ein Fehler beim Speichern der Systemeinstellung auf"
@@ -4485,7 +4497,7 @@
},
{
"id": "store.sql_user.save.email_exists.ldap_app_error",
"translation": "Dieser Account verwendet keine LDAP Authentifikation. Bitte melden Sie sich mit E-Mail-Adresse und Passwort an."
"translation": "Dieser Account verwendet keine AD/LDAP Authentifikation. Bitte melden Sie sich mit E-Mail-Adresse und Passwort an."
},
{
"id": "store.sql_user.save.email_exists.saml_app_error",
@@ -4517,15 +4529,15 @@
},
{
"id": "store.sql_user.update.app_error",
"translation": "Wir konnten den Account nicht ändern"
"translation": "Wir konnten den Account nicht aktualisieren"
},
{
"id": "store.sql_user.update.can_not_change_ldap.app_error",
"translation": "Kann Felder nicht ändern die durch LDAP gesetzt werden"
"translation": "Kann Felder nicht ändern die durch AD/LDAP gesetzt werden"
},
{
"id": "store.sql_user.update.email_taken.app_error",
"translation": "Diese E-Mail-Adresse wird bereits genutzt. Bitte einen anderen wählen."
"translation": "Diese E-Mail-Adresse wird bereits genutzt. Bitte eine andere wählen."
},
{
"id": "store.sql_user.update.find.app_error",
@@ -4675,6 +4687,10 @@
"id": "utils.config.save_config.saving.app_error",
"translation": "Es ist ein Fehler beim Speichern der Datei in {{.Filename}} aufgetreten"
},
{
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics nicht initialisiert"
},
{
"id": "utils.i18n.loaded",
"translation": "Systemübersetzungen geladen für '%v' von '%v'"

Просмотреть файл

@@ -87,10 +87,6 @@
"id": "api.admin.recycle_db_start.warn",
"translation": "Attempting to recycle the database connection"
},
{
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics not initialized"
},
{
"id": "api.admin.remove_certificate.delete.app_error",
"translation": "An error occurred while deleting the certificate. Make sure the file config/{{.Filename}} exists."
@@ -2461,7 +2457,7 @@
},
{
"id": "ent.ldap.disabled.app_error",
"translation": "LDAP disabled or licence does not support LDAP."
"translation": "AD/LDAP disabled or licence does not support AD/LDAP."
},
{
"id": "ent.ldap.do_login.bind_admin_user.app_error",
@@ -4223,10 +4219,6 @@
"id": "store.sql_session.analytics_session_count.app_error",
"translation": "We couldn't count the sessions"
},
{
"id": "store.sql_system.get_version.app_error",
"translation": "We couldn't get the database version"
},
{
"id": "store.sql_session.cleanup_expired_sessions.app_error",
"translation": "We encountered an error while deleting expired user sessions"
@@ -4323,6 +4315,10 @@
"id": "store.sql_system.get_by_name.app_error",
"translation": "We couldn't find the system variable."
},
{
"id": "store.sql_system.get_version.app_error",
"translation": "We couldn't get the database version"
},
{
"id": "store.sql_system.save.app_error",
"translation": "We encountered an error saving the system property"
@@ -4691,6 +4687,10 @@
"id": "utils.config.save_config.saving.app_error",
"translation": "An error occurred while saving the file to {{.Filename}}"
},
{
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics not initialized"
},
{
"id": "utils.i18n.loaded",
"translation": "Loaded system translations for '%v' from '%v'"

Просмотреть файл

@@ -1271,6 +1271,10 @@
"id": "api.post.send_notifications_and_forget.comment_thread.error",
"translation": "No se pudo recuperar el hilo de comentarios en las notificaciones root_post_id=%v, err=%v"
},
{
"id": "api.post.send_notifications_and_forget.get_teams.error",
"translation": "No se pudo obtener los equipos durante el envío de mensaje directo entre equipos user_id=%v, err=%v"
},
{
"id": "api.post.send_notifications_and_forget.mention_body",
"translation": "Tienes una mención nueva."
@@ -1653,7 +1657,7 @@
},
{
"id": "api.templates.email_change_verify_body.info",
"translation": "Para terminar de actualizar tu dirección de correo para {{.TeamDisplayName}}, por favor pincha en botón de abajo para confirmar que está es la dirección correcta."
"translation": "Para terminar de actualizar tu dirección de correo para {{.TeamDisplayName}}, por favor haz clic en botón de abajo para confirmar que está es la dirección correcta."
},
{
"id": "api.templates.email_change_verify_body.title",
@@ -1753,7 +1757,7 @@
},
{
"id": "api.templates.reset_body.info",
"translation": "Para cambiar tu contraseña, pincha el botón \"Restablecer Contraseña\" que se encuentra abajo.<br>Si no fue tu intención restablecer tu contraseña, por favor ignora este correo y tu contraseña seguirá siendo la misma."
"translation": "Para cambiar tu contraseña, haz clic el botón \"Restablecer Contraseña\" que se encuentra abajo.<br>Si no fue tu intención restablecer tu contraseña, por favor ignora este correo y tu contraseña seguirá siendo la misma."
},
{
"id": "api.templates.reset_body.title",
@@ -1821,7 +1825,7 @@
},
{
"id": "api.templates.verify_body.info",
"translation": "Por favor verifica tu correo electrónico al pinchar el botón de abajo."
"translation": "Por favor verifica tu correo electrónico haciendo clic en el botón de abajo."
},
{
"id": "api.templates.verify_body.title",
@@ -1841,7 +1845,7 @@
},
{
"id": "api.templates.welcome_body.info",
"translation": "Por favor verifica tu correo electrónico al pinchar el botón de abajo."
"translation": "Por favor verifica tu correo electrónico haciendo clic en el botón de abajo."
},
{
"id": "api.templates.welcome_body.info2",
@@ -1997,7 +2001,7 @@
},
{
"id": "api.user.email_to_ldap.not_available.app_error",
"translation": "LDAP no está disponible en este servidor"
"translation": "AD/LDAP no está disponible en este servidor"
},
{
"id": "api.user.generate_mfa_qr.not_available.app_error",
@@ -2017,11 +2021,11 @@
},
{
"id": "api.user.ldap_to_email.not_available.app_error",
"translation": "LDAP no está disponible en este servidor"
"translation": "AD/LDAP no está disponible en este servidor"
},
{
"id": "api.user.ldap_to_email.not_ldap_account.app_error",
"translation": "Esta cuenta de usuario no utiliza LDAP"
"translation": "Esta cuenta de usuario no utiliza AD/LDAP"
},
{
"id": "api.user.login.blank_pwd.app_error",
@@ -2065,7 +2069,7 @@
},
{
"id": "api.user.login_ldap.disabled.app_error",
"translation": "LDAP no está habilitado en este servidor"
"translation": "AD/LDAP no está habilitado en este servidor"
},
{
"id": "api.user.login_ldap.need_id.app_error",
@@ -2073,7 +2077,7 @@
},
{
"id": "api.user.login_ldap.not_available.app_error",
"translation": "LDAP no está disponible en este servidor"
"translation": "AD/LDAP no está disponible en este servidor"
},
{
"id": "api.user.oauth_to_email.context.app_error",
@@ -2157,7 +2161,7 @@
},
{
"id": "api.user.update_active.no_deactivate_ldap.app_error",
"translation": "No puedes modificar el estado de activación de cuentas LDAP. Por favor, haz la modificación a través del servidor LDAP."
"translation": "No puedes modificar el estado de activación de cuentas AD/LDAP. Por favor, haz la modificación a través del servidor AD/LDAP."
},
{
"id": "api.user.update_active.permissions.app_error",
@@ -2457,7 +2461,7 @@
},
{
"id": "ent.ldap.do_login.bind_admin_user.app_error",
"translation": "No se pudo enlazar con el servidor LDAP. Revisa las opciones de BindUsername y BindPassword."
"translation": "No se pudo enlazar con el servidor AD/LDAP. Revisa las opciones de BindUsername y BindPassword."
},
{
"id": "ent.ldap.do_login.invalid_password.app_error",
@@ -2465,7 +2469,7 @@
},
{
"id": "ent.ldap.do_login.licence_disable.app_error",
"translation": "Las funcionalidades de LDAP están deshabilitadas con la licencia actual. Por favor contacta a un administrador del sistema acerca de mejorar la licencia enterprise."
"translation": "Las funcionalidades de AD/LDAP están deshabilitadas con la licencia actual. Por favor contacta a un administrador del sistema acerca de mejorar la licencia enterprise."
},
{
"id": "ent.ldap.do_login.matched_to_many_users.app_error",
@@ -2473,11 +2477,11 @@
},
{
"id": "ent.ldap.do_login.search_ldap_server.app_error",
"translation": "Falla al buscar en el servidor LDAP"
"translation": "Falla al buscar en el servidor AD/LDAP"
},
{
"id": "ent.ldap.do_login.unable_to_connect.app_error",
"translation": "No se pudo conectar con el servidor LDAP"
"translation": "No se pudo conectar con el servidor AD/LDAP"
},
{
"id": "ent.ldap.do_login.unable_to_create_user.app_error",
@@ -2485,27 +2489,27 @@
},
{
"id": "ent.ldap.do_login.user_filtered.app_error",
"translation": "Tu cuenta LDAP no tiene permiso para utilizar este servidor de Mattermost. Por favor, solicita a tu Administrador de Sistema que revise el filtro de usuarios LDAP."
"translation": "Tu cuenta AD/LDAP no tiene permiso para utilizar este servidor de Mattermost. Por favor, solicita a tu Administrador de Sistema que revise el filtro de usuarios AD/LDAP."
},
{
"id": "ent.ldap.do_login.user_not_registered.app_error",
"translation": "Usuario no registrado en el servidor LDAP"
"translation": "Usuario no registrado en el servidor AD/LDAP"
},
{
"id": "ent.ldap.mattermost_user_update",
"translation": "El usuario de Mattermost fue actualizado por el servidor LDAP."
"translation": "El usuario de Mattermost fue actualizado por el servidor AD/LDAP."
},
{
"id": "ent.ldap.syncdone.info",
"translation": "Sincronización de LDAP completada"
"translation": "Sincronización de AD/LDAP completada"
},
{
"id": "ent.ldap.syncronize.get_all.app_error",
"translation": "No se pudo obtener a todos los usuarios utilizando LDAP"
"translation": "No se pudo obtener a todos los usuarios utilizando AD/LDAP"
},
{
"id": "ent.ldap.validate_filter.app_error",
"translation": "Filtro de LDAP inválido"
"translation": "Filtro de AD/LDAP inválido"
},
{
"id": "ent.mfa.activate.authenticate.app_error",
@@ -2545,11 +2549,11 @@
},
{
"id": "ent.migration.migratetoldap.duplicate_field",
"translation": "No se pueden migrar los usuarios de LDAP con el campo especificado. Se ha detectado un entrada. Por favor, retire todos los duplicados e inténtalo de nuevo."
"translation": "No se pueden migrar los usuarios de AD/LDAP con el campo especificado. Se ha detectado un entrada. Por favor, retire todos los duplicados e inténtalo de nuevo."
},
{
"id": "ent.migration.migratetoldap.user_not_found",
"translation": "No se puede encontrar el usuario en el servidor LDAP: "
"translation": "No se puede encontrar el usuario en el servidor AD/LDAP: "
},
{
"id": "ent.saml.build_request.app_error",
@@ -3005,31 +3009,31 @@
},
{
"id": "model.config.is_valid.ldap_basedn",
"translation": "El campo LDAP \"BaseDN\" es obligatorio."
"translation": "El campo AD/LDAP \"BaseDN\" es obligatorio."
},
{
"id": "model.config.is_valid.ldap_bind_password",
"translation": "El campo LDAP \"Enlazar Contraseña\" es obligatorio."
"translation": "El campo AD/LDAP \"Enlazar Contraseña\" es obligatorio."
},
{
"id": "model.config.is_valid.ldap_bind_username",
"translation": "El campo LDAP \"Enlazar nombre de Usuario\" es obligatorio."
"translation": "El campo AD/LDAP \"Enlazar nombre de Usuario\" es obligatorio."
},
{
"id": "model.config.is_valid.ldap_email",
"translation": "El campo LDAP \"Atributo Correo electrónico\" es obligatorio."
"translation": "El campo AD/LDAP \"Atributo Correo electrónico\" es obligatorio."
},
{
"id": "model.config.is_valid.ldap_firstname",
"translation": "El campo LDAP \"Atributo del Nombre\" es obligatorio."
"translation": "El campo AD/LDAP \"Atributo del Nombre\" es obligatorio."
},
{
"id": "model.config.is_valid.ldap_id",
"translation": "El campo LDAP \"Atributo ID\" es obligatorio."
"translation": "El campo AD/LDAP \"Atributo ID\" es obligatorio."
},
{
"id": "model.config.is_valid.ldap_lastname",
"translation": "El campo LDAP \"Atributo Apellido\" es obligatorio."
"translation": "El campo AD/LDAP \"Atributo Apellido\" es obligatorio."
},
{
"id": "model.config.is_valid.ldap_max_page_size.app_error",
@@ -3037,19 +3041,19 @@
},
{
"id": "model.config.is_valid.ldap_required.app_error",
"translation": "Falta un campo requerido por LDAP."
"translation": "Falta un campo requerido por AD/LDAP."
},
{
"id": "model.config.is_valid.ldap_required.app_error",
"translation": "Falta un campo requerido por LDAP."
"translation": "Falta un campo requerido por AD/LDAP."
},
{
"id": "model.config.is_valid.ldap_security.app_error",
"translation": "Conexión segura inválida en la configuración de LDAP. Debe ser '', 'TLS', o 'STARTTLS'"
"translation": "Conexión segura inválida en la configuración de AD/LDAP. Debe ser '', 'TLS', o 'STARTTLS'"
},
{
"id": "model.config.is_valid.ldap_server",
"translation": "El campo LDAP \"Servidor LDAP\" es obligatorio."
"translation": "El campo AD/LDAP \"Servidor AD/LDAP\" es obligatorio."
},
{
"id": "model.config.is_valid.ldap_sync_interval.app_error",
@@ -3057,7 +3061,7 @@
},
{
"id": "model.config.is_valid.ldap_username",
"translation": "El campo LDAP \"Atributo Nombre de Usuario\" es obligatorio."
"translation": "El campo AD/LDAP \"Atributo Nombre de Usuario\" es obligatorio."
},
{
"id": "model.config.is_valid.listen_address.app_error",
@@ -4283,6 +4287,10 @@
"id": "store.sql_status.get_online_away.app_error",
"translation": "Detectado un error al recuperar todos los estados de en línea/ausente"
},
{
"id": "store.sql_status.get_team_statuses.app_error",
"translation": "Detectado un error al recuperar todos los estados de los miembros del equipo"
},
{
"id": "store.sql_status.get_total_active_users_count.app_error",
"translation": "No pudimos contar los usuarios activos"
@@ -4307,6 +4315,10 @@
"id": "store.sql_system.get_by_name.app_error",
"translation": "No pudimos encontrar las variables del sistema."
},
{
"id": "store.sql_system.get_version.app_error",
"translation": "No podemos obtener la versión de base de datos"
},
{
"id": "store.sql_system.save.app_error",
"translation": "Entrontramos un error mientras se guardaban las propiedades del sistema"
@@ -4485,7 +4497,7 @@
},
{
"id": "store.sql_user.save.email_exists.ldap_app_error",
"translation": "Esta cuenta no tiene autenticación por LDAP. Por favor inicia sesión utilizando el correo electrónico y contraseña."
"translation": "Esta cuenta no tiene autenticación por AD/LDAP. Por favor inicia sesión utilizando el correo electrónico y contraseña."
},
{
"id": "store.sql_user.save.email_exists.saml_app_error",
@@ -4521,7 +4533,7 @@
},
{
"id": "store.sql_user.update.can_not_change_ldap.app_error",
"translation": "No se puede cambiar el campo asignado por LDAP"
"translation": "No se puede cambiar el campo asignado por AD/LDAP"
},
{
"id": "store.sql_user.update.email_taken.app_error",
@@ -4675,6 +4687,10 @@
"id": "utils.config.save_config.saving.app_error",
"translation": "Ocurrió un error mientras se guardaba el archivo en {{.Filename}}"
},
{
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics no se ha inicializado"
},
{
"id": "utils.i18n.loaded",
"translation": "Cargada traducciones del sistema para '%v' desde '%v'"

Просмотреть файл

@@ -437,15 +437,15 @@
},
{
"id": "api.command_away.desc",
"translation": "Set your status away"
"translation": "Changer votre état en « Absent »."
},
{
"id": "api.command_away.name",
"translation": "away"
"translation": "absent(e)"
},
{
"id": "api.command_away.success",
"translation": "You are now away"
"translation": "Vous êtes maintenant absent(e)"
},
{
"id": "api.command_collapse.desc",
@@ -581,27 +581,27 @@
},
{
"id": "api.command_offline.desc",
"translation": "Set your status offline"
"translation": "Changer votre état en « Déconnecté »."
},
{
"id": "api.command_offline.name",
"translation": "offline"
"translation": "Hors ligne"
},
{
"id": "api.command_offline.success",
"translation": "You are now offline"
"translation": "Vous êtes maintenant hors ligne"
},
{
"id": "api.command_online.desc",
"translation": "Set your status online"
"translation": "Changer votre état en « Connecté »"
},
{
"id": "api.command_online.name",
"translation": "online"
"translation": "En ligne"
},
{
"id": "api.command_online.success",
"translation": "You are now online"
"translation": "Vous êtes maintenant en ligne"
},
{
"id": "api.command_shortcuts.browser",
@@ -617,11 +617,11 @@
},
{
"id": "api.command_shortcuts.files",
"translation": "#### Files\n\nCTRL+U: Upload file(s)\n\n"
"translation": "#### Fichiers\n\nCTRL+U: Télécharger des fichiers\n\n"
},
{
"id": "api.command_shortcuts.files_mac",
"translation": "#### Files\n\nCMD+U: Upload file(s)\n\n"
"translation": "#### Fichiers\n\nCMD+U: Télécharger des fichiers\n\n"
},
{
"id": "api.command_shortcuts.msgs",
@@ -1039,7 +1039,7 @@
},
{
"id": "api.oauth.complete_oauth.missing_code.app_error",
"translation": "The service provider {{.service}} did not provide an authorization code in the redirect URL.\n\nFor [Google Apps](https://docs.mattermost.com/deployment/sso-google.html) make sure your administrator enabled the Google+ API.\n\nFor [Office 365](https://docs.mattermost.com/deployment/sso-office.html) make sure the administrator of your Microsoft organization has enabled the Mattermost app.\n\nFor [GitLab](https://docs.mattermost.com/deployment/sso-gitlab.html) please make sure you followed the setup instructions.\n\nIf you reviewed the above and are still having trouble with configuration, you may post in our [Troubleshooting forum](https://forum.mattermost.org/c/general/trouble-shoot) where we'll be happy to help with issues during setup."
"translation": "Le fournisseur de services {{.service}} n'a pas envoyé un code d'autorisation dans l'URL de redirection.\n\nPour [Google Apps](https://docs.mattermost.com/deployment/sso-google.html) vérifiez que votre administrateur a activé l'API Google+.\n\nPour [Office 365](https://docs.mattermost.com/deployment/sso-office.html) vérifiez que l'administrateur de votre organisation Microsoft a activé l'application Mattermost.\n\nPour [GitLab](https://docs.mattermost.com/deployment/sso-gitlab.html) verifiez que vous avez suivi les instructions d'installation.\n\nSi malgré cela vous avez toujours des problèmes avec votre configuration, postez un message sur le [forum de dépannage](https://forum.mattermost.org/c/general/trouble-shoot) où nous aidons à résoudre les problèmes d'installation."
},
{
"id": "api.oauth.delete.permissions.app_error",
@@ -1271,6 +1271,10 @@
"id": "api.post.send_notifications_and_forget.comment_thread.error",
"translation": "Impossible de récupérer les fils de commentaires dans les notifications root_post_id=%v, err=%v"
},
{
"id": "api.post.send_notifications_and_forget.get_teams.error",
"translation": "Failed to get teams when sending cross-team DM user_id=%v, err=%v"
},
{
"id": "api.post.send_notifications_and_forget.mention_body",
"translation": "Vous avez une nouvelle mention."
@@ -2073,7 +2077,7 @@
},
{
"id": "api.user.login_ldap.not_available.app_error",
"translation": "LDAP n'est pas activé sur ce serveur"
"translation": "LDAP n'est pas disponible sur ce serveur"
},
{
"id": "api.user.oauth_to_email.context.app_error",
@@ -2453,7 +2457,7 @@
},
{
"id": "ent.ldap.disabled.app_error",
"translation": "LDAP disabled or licence does not support LDAP."
"translation": "AD/LDAP disabled or licence does not support AD/LDAP."
},
{
"id": "ent.ldap.do_login.bind_admin_user.app_error",
@@ -4283,6 +4287,10 @@
"id": "store.sql_status.get_online_away.app_error",
"translation": "Nous avons rencontré une erreur durant l'enregistrement du statut enligne/absent"
},
{
"id": "store.sql_status.get_team_statuses.app_error",
"translation": "Encountered an error retrieving all statuses from the team members"
},
{
"id": "store.sql_status.get_total_active_users_count.app_error",
"translation": "Nous n'avons pas pu compter les utilisateurs"
@@ -4307,6 +4315,10 @@
"id": "store.sql_system.get_by_name.app_error",
"translation": "Nous ne trouvons pas la variable système."
},
{
"id": "store.sql_system.get_version.app_error",
"translation": "Impossible de déterminer la version de la base de donnée"
},
{
"id": "store.sql_system.save.app_error",
"translation": "Nous avons rencontré une erreur lors de l'enregistrement de la propriété système"
@@ -4675,6 +4687,10 @@
"id": "utils.config.save_config.saving.app_error",
"translation": "Une erreur s'est produite lors de l'enregistrement du fichier {{.Filename}}"
},
{
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics not initialized"
},
{
"id": "utils.i18n.loaded",
"translation": "Traduction chargées de '%v' vers '%v'"

Просмотреть файл

@@ -1039,7 +1039,7 @@
},
{
"id": "api.oauth.complete_oauth.missing_code.app_error",
"translation": "The service provider {{.service}} did not provide an authorization code in the redirect URL.\n\nFor [Google Apps](https://docs.mattermost.com/deployment/sso-google.html) make sure your administrator enabled the Google+ API.\n\nFor [Office 365](https://docs.mattermost.com/deployment/sso-office.html) make sure the administrator of your Microsoft organization has enabled the Mattermost app.\n\nFor [GitLab](https://docs.mattermost.com/deployment/sso-gitlab.html) please make sure you followed the setup instructions.\n\nIf you reviewed the above and are still having trouble with configuration, you may post in our [Troubleshooting forum](https://forum.mattermost.org/c/general/trouble-shoot) where we'll be happy to help with issues during setup."
"translation": "サービスプロバイダー {{.service}} はリダイレクトURLで認証コードを提供していません。\n\n[Google Apps](https://docs.mattermost.com/deployment/sso-google.html)で、あなたの管理者がGoogle+ APIを有効にしているか確認してください。\n\n[Office 365](https://docs.mattermost.com/deployment/sso-office.html)で、あなたのMicrosoft組織の管理者がMattermostアプリを有効にしている確認してください。\n\n[GitLab](https://docs.mattermost.com/deployment/sso-gitlab.html)で、セットアップ手順に従っているか確認してください。\n\n以上を確認しても設定が上手くいかない場合は、[Troubleshooting forum](https://forum.mattermost.org/c/general/trouble-shoot)へ投稿してください。私たちはセットアップ中の問題について喜んでお手伝いします。"
},
{
"id": "api.oauth.delete.permissions.app_error",
@@ -1271,6 +1271,10 @@
"id": "api.post.send_notifications_and_forget.comment_thread.error",
"translation": "通知内のコメントスレッドの投稿を取得できませんでした root_post_id=%v、err=%v"
},
{
"id": "api.post.send_notifications_and_forget.get_teams.error",
"translation": "チームを横断したダイレクトメッセージを送信する際に、チームを取得できませんでした user_id=%v, err=%v"
},
{
"id": "api.post.send_notifications_and_forget.mention_body",
"translation": "新しいあなたについての投稿が1つあります。"
@@ -1997,7 +2001,7 @@
},
{
"id": "api.user.email_to_ldap.not_available.app_error",
"translation": "このサーバーではLDAPは利用できません"
"translation": "このサーバーではAD/LDAPは利用できません"
},
{
"id": "api.user.generate_mfa_qr.not_available.app_error",
@@ -2017,11 +2021,11 @@
},
{
"id": "api.user.ldap_to_email.not_available.app_error",
"translation": "LDAPはこのサーバーでは利用できません"
"translation": "このサーバーではAD/LDAPは利用できません"
},
{
"id": "api.user.ldap_to_email.not_ldap_account.app_error",
"translation": "このユーザーアカウントはLDAPを使っていません"
"translation": "このユーザーアカウントはAD/LDAPを使っていません"
},
{
"id": "api.user.login.blank_pwd.app_error",
@@ -2065,7 +2069,7 @@
},
{
"id": "api.user.login_ldap.disabled.app_error",
"translation": "LDAPはこのサーバーでは有効ではありません"
"translation": "AD/LDAPはこのサーバーでは有効ではありません"
},
{
"id": "api.user.login_ldap.need_id.app_error",
@@ -2073,7 +2077,7 @@
},
{
"id": "api.user.login_ldap.not_available.app_error",
"translation": "LDAPはこのサーバーでは利用できません"
"translation": "このサーバーではAD/LDAPは利用できません"
},
{
"id": "api.user.oauth_to_email.context.app_error",
@@ -2157,7 +2161,7 @@
},
{
"id": "api.user.update_active.no_deactivate_ldap.app_error",
"translation": "LDAPアカウントのアクティベーション状態を変更することはできません。LDAPサーバーを通じて変更してください。"
"translation": "AD/LDAPアカウントのアクティベーション状態を変更することはできません。AD/LDAPサーバーを通じて変更してください。"
},
{
"id": "api.user.update_active.permissions.app_error",
@@ -2457,7 +2461,7 @@
},
{
"id": "ent.ldap.do_login.bind_admin_user.app_error",
"translation": "LDAPサーバーに接続できません。BindUsernameとBindPasswordを確認してください。"
"translation": "AD/LDAPサーバーに接続できません。BindUsernameとBindPasswordを確認してください。"
},
{
"id": "ent.ldap.do_login.invalid_password.app_error",
@@ -2465,7 +2469,7 @@
},
{
"id": "ent.ldap.do_login.licence_disable.app_error",
"translation": "現在のライセンスではLDAP機能が無効です。エンタープライズライセンスをアップグレードするようにシステム管理者に連絡してください。"
"translation": "現在のライセンスではAD/LDAP機能が無効です。エンタープライズライセンスをアップグレードするようにシステム管理者に連絡してください。"
},
{
"id": "ent.ldap.do_login.matched_to_many_users.app_error",
@@ -2473,11 +2477,11 @@
},
{
"id": "ent.ldap.do_login.search_ldap_server.app_error",
"translation": "LDAPサーバーの検索で失敗しました"
"translation": "AD/LDAPサーバーの検索で失敗しました"
},
{
"id": "ent.ldap.do_login.unable_to_connect.app_error",
"translation": "LDAPサーバーに接続できません"
"translation": "AD/LDAPサーバーに接続できません"
},
{
"id": "ent.ldap.do_login.unable_to_create_user.app_error",
@@ -2485,27 +2489,27 @@
},
{
"id": "ent.ldap.do_login.user_filtered.app_error",
"translation": "あなたのLDAPアカウントにはMattermostサーバを利用する権限がありません。システム管理者にLDAPのユーザーフィルターをチェックするよう依頼してください。"
"translation": "あなたのAD/LDAPアカウントにはMattermostサーバを利用する権限がありません。システム管理者にAD/LDAPのユーザーフィルターをチェックするよう依頼してください。"
},
{
"id": "ent.ldap.do_login.user_not_registered.app_error",
"translation": "ユーザーがLDAPサーバーに登録されていません"
"translation": "ユーザーがAD/LDAPサーバーに登録されていません"
},
{
"id": "ent.ldap.mattermost_user_update",
"translation": "MattermostユーザーはLDAPサーバーによってアップデートされました。"
"translation": "MattermostユーザーはAD/LDAPサーバーによってアップデートされました。"
},
{
"id": "ent.ldap.syncdone.info",
"translation": "LDAPの同期が完了しました"
"translation": "AD/LDAPの同期が完了しました"
},
{
"id": "ent.ldap.syncronize.get_all.app_error",
"translation": "LDAPを使っている全てのユーザーを取得できません"
"translation": "AD/LDAPを使っている全てのユーザーを取得できません"
},
{
"id": "ent.ldap.validate_filter.app_error",
"translation": "不正なLDAPフィルターです"
"translation": "不正なAD/LDAPフィルターです"
},
{
"id": "ent.mfa.activate.authenticate.app_error",
@@ -2545,11 +2549,11 @@
},
{
"id": "ent.migration.migratetoldap.duplicate_field",
"translation": "重複したエントリが見つかったため、LDAPユーザーを移行できませんでした。全ての重複を削除した上で、再度実行してください。"
"translation": "重複したエントリが見つかったため、AD/LDAPユーザーを移行できませんでした。全ての重複を削除した上で、再度実行してください。"
},
{
"id": "ent.migration.migratetoldap.user_not_found",
"translation": "LDAPサーバー上でユーザを見つけることができませんでした: "
"translation": "AD/LDAPサーバー上でユーザを見つけることができませんでした: "
},
{
"id": "ent.saml.build_request.app_error",
@@ -3005,31 +3009,31 @@
},
{
"id": "model.config.is_valid.ldap_basedn",
"translation": "LDAP項目 \"BaseDN\" は必須です。"
"translation": "AD/LDAP項目 \"ベースDN\" は必須です。"
},
{
"id": "model.config.is_valid.ldap_bind_password",
"translation": "LDAP項目 \"Bind Password\" は必須です。"
"translation": "AD/LDAP項目 \"バインドパスワード\" は必須です。"
},
{
"id": "model.config.is_valid.ldap_bind_username",
"translation": "LDAP項目 \"Bind Username\" は必須です。"
"translation": "AD/LDAP項目 \"バインドユーザー名\" は必須です。"
},
{
"id": "model.config.is_valid.ldap_email",
"translation": "LDAP項目 \"Email Attribute\" は必須です。"
"translation": "AD/LDAP項目 \"電子メール属性値\" は必須です。"
},
{
"id": "model.config.is_valid.ldap_firstname",
"translation": "LDAP項目 \"First Name Attribute\" は必須です。"
"translation": "AD/LDAP項目 \"名前(ファーストネーム)の属性値\" は必須です。"
},
{
"id": "model.config.is_valid.ldap_id",
"translation": "LDAP項目 \"ID Attribute\" は必須です。"
"translation": "AD/LDAP項目 \"ID属性値\" は必須です。"
},
{
"id": "model.config.is_valid.ldap_lastname",
"translation": "LDAP項目 \"Last Name Attribute\" は必須です。"
"translation": "AD/LDAP項目 \"苗字(ラストネーム)の属性値\" は必須です。"
},
{
"id": "model.config.is_valid.ldap_max_page_size.app_error",
@@ -3037,19 +3041,19 @@
},
{
"id": "model.config.is_valid.ldap_required.app_error",
"translation": "必要なLDAPフィールドがありません。"
"translation": "必要なAD/LDAP項目がありません。"
},
{
"id": "model.config.is_valid.ldap_required.app_error",
"translation": "必要なLDAPフィールドがありません。"
"translation": "必要なAD/LDAP項目がありません。"
},
{
"id": "model.config.is_valid.ldap_security.app_error",
"translation": "LDAP設定の接続セキュリティーが不正です。'TLS'か'STARTTLS'にしてください"
"translation": "AD/LDAP設定の接続セキュリティーが不正です。 'TLS'か'STARTTLS'にしてください"
},
{
"id": "model.config.is_valid.ldap_server",
"translation": "LDAP項目 \"LDAP Server\" は必須です。"
"translation": "AD/LDAP項目 \"AD/LDAPサーバー\" は必須です。"
},
{
"id": "model.config.is_valid.ldap_sync_interval.app_error",
@@ -3057,7 +3061,7 @@
},
{
"id": "model.config.is_valid.ldap_username",
"translation": "LDAP項目 \"Username Attribute\" は必須です。"
"translation": "AD/LDAP項目 \"ユーザー名の属性値\" は必須です。"
},
{
"id": "model.config.is_valid.listen_address.app_error",
@@ -4283,6 +4287,10 @@
"id": "store.sql_status.get_online_away.app_error",
"translation": "全てのオンライン/離席状態を取得する際にエラーが発生しました"
},
{
"id": "store.sql_status.get_team_statuses.app_error",
"translation": "チームメンバーの全ての状態を取得する際にエラーが発生しました"
},
{
"id": "store.sql_status.get_total_active_users_count.app_error",
"translation": "アクティブユーザー数を取得できませんでした"
@@ -4307,6 +4315,10 @@
"id": "store.sql_system.get_by_name.app_error",
"translation": "システム変数が見付かりません。"
},
{
"id": "store.sql_system.get_version.app_error",
"translation": "データベースのバージョンを取得できませんでした"
},
{
"id": "store.sql_system.save.app_error",
"translation": "システム設定値を保存する際にエラーが発生しました"
@@ -4485,7 +4497,7 @@
},
{
"id": "store.sql_user.save.email_exists.ldap_app_error",
"translation": "このアカウントはLDAP認証を使用していません。電子メールアドレスとパスワードを使ってサインインしてください。"
"translation": "このアカウントはAD/LDAP認証を使用していません。電子メールアドレスとパスワードを使ってサインインしてください。"
},
{
"id": "store.sql_user.save.email_exists.saml_app_error",
@@ -4521,7 +4533,7 @@
},
{
"id": "store.sql_user.update.can_not_change_ldap.app_error",
"translation": "LDAPによって設定される項目は変更できません"
"translation": "AD/LDAPによって設定される項目は変更できません"
},
{
"id": "store.sql_user.update.email_taken.app_error",
@@ -4675,6 +4687,10 @@
"id": "utils.config.save_config.saving.app_error",
"translation": "ファイルを{{.Filename}}に保存中にエラーが発生しました"
},
{
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "解析は初期化されていません"
},
{
"id": "utils.i18n.loaded",
"translation": "'%v'用のシステム翻訳を'%v'から読み込みました"

Просмотреть файл

@@ -89,11 +89,11 @@
},
{
"id": "api.admin.remove_certificate.delete.app_error",
"translation": "An error occurred while deleting the certificate. Make sure the file config/{{.Filename}} exists."
"translation": "증명서 폐기 중 오류가 발생했습니다. config/{{.Filename}} 파일이 있는지 확인하세요."
},
{
"id": "api.admin.saml.metadata.app_error",
"translation": "An error occurred while building Service Provider Metadata"
"translation": "서비스 제공자 메타데이터를 빌드하는 중 오류가 발생했습니다."
},
{
"id": "api.admin.test_email.body",
@@ -105,7 +105,7 @@
},
{
"id": "api.admin.test_email.reenter_password",
"translation": "The SMTP server, port, or username has changed. Please re-enter the SMTP password to test connection."
"translation": "SMTP 서버, 포트, 사용자 정보가 변경되었습니다. SMTP 비밀번호를 다시 입력해주세요."
},
{
"id": "api.admin.test_email.subject",
@@ -169,7 +169,7 @@
},
{
"id": "api.channel.add_user.to.channel.failed.deleted.app_error",
"translation": "Failed to add user to channel because they have been removed from the team."
"translation": "사용자가 팀에서 제거되어 채널에 추가할 수 없습니다."
},
{
"id": "api.channel.add_user_to_channel.deleted.app_error",
@@ -325,7 +325,7 @@
},
{
"id": "api.channel.remove_member.removed",
"translation": "%v was removed from the channel."
"translation": "%v 가 채널에서 제거되었습니다."
},
{
"id": "api.channel.remove_member.unable.app_error",
@@ -353,7 +353,7 @@
},
{
"id": "api.channel.update_last_viewed_at.get_unread_count_for_channel.errord",
"translation": "Unable to get the unread count for user_id=%v and channel_id=%v, err=%v"
"translation": "읽지 않은 메시지 갯수를 가져오지 못했습니다. user_id=%v and channel_id=%v, err=%v"
},
{
"id": "api.command.admin_only.app_error",
@@ -437,15 +437,15 @@
},
{
"id": "api.command_away.desc",
"translation": "Set your status away"
"translation": "현재 상태를 자리비움으로 설정합니다."
},
{
"id": "api.command_away.name",
"translation": "away"
"translation": "자리 비움"
},
{
"id": "api.command_away.success",
"translation": "You are now away"
"translation": "이제 자리비움 상태입니다."
},
{
"id": "api.command_collapse.desc",
@@ -581,35 +581,35 @@
},
{
"id": "api.command_offline.desc",
"translation": "Set your status offline"
"translation": "현재 상태를 오프라인으로 설정합니다."
},
{
"id": "api.command_offline.name",
"translation": "offline"
"translation": "오프라인"
},
{
"id": "api.command_offline.success",
"translation": "You are now offline"
"translation": "이제 오프라인 상태입니다."
},
{
"id": "api.command_online.desc",
"translation": "Set your status online"
"translation": "현재 상태를 온라인으로 설정합니다."
},
{
"id": "api.command_online.name",
"translation": "online"
"translation": "온라인"
},
{
"id": "api.command_online.success",
"translation": "You are now online"
"translation": "이제 온라인 상태입니다."
},
{
"id": "api.command_shortcuts.browser",
"translation": "#### Built-in Browser Commands\n\nALT+LEFT: Previous channel in your history\nALT+RIGHT: Next channel in your history\nCTRL+PLUS: Increase font size (zoom in)\nCTRL+MINUS: Decrease font size (zoom out)\nSHIFT+UP (in input field): Highlight text to the previous line\nSHIFT+DOWN (in input field): Highlight text to the next line\nSHIFT+ENTER (in input field): Create a new line\n"
"translation": "#### 브라우저 내장 단축키\n\nALT+LEFT: 이전 채널\nALT+RIGHT: 다음 채널\nCTRL+PLUS: 폰트 사이즈 키우기 (zoom in)\nCTRL+MINUS: 폰트 사이즈 줄이기 (zoom out)\n(입력 필드에서)SHIFT+UP: 이전 줄까지 선택\n(입력 필드에서)SHIFT+DOWN: 다음 줄 까지 선택\n(입력 필드에서)SHIFT+ENTER: 줄 바꿈\n"
},
{
"id": "api.command_shortcuts.browser_mac",
"translation": "#### Built-in Browser Commands\n\nCMD+[: Previous channel in your history\nCMD+]: Next channel in your history\nCMD+PLUS: Increase font size (zoom in)\nCMD+MINUS: Decrease font size (zoom out)\nSHIFT+UP (in input field): Highlight text to the previous line\nSHIFT+DOWN (in input field): Highlight text to the next line\nSHIFT+ENTER (in input field): Create a new line\n"
"translation": "#### 브라우저 내장 단축키\n\nCMD+[: 이전 채널\nCMD+]: 다음 채널\nCMD+PLUS: 폰트 사이즈 키우기 (zoom in)\nCMD+MINUS: 폰트 사이즈 줄이기 (zoom out)\n(입력 필드에서)SHIFT+UP: 이전 줄까지 선택\n(입력 필드에서)SHIFT+DOWN: 다음 줄 까지 선택\n(입력 필드에서)SHIFT+ENTER: 줄 바꿈\n"
},
{
"id": "api.command_shortcuts.desc",
@@ -617,11 +617,11 @@
},
{
"id": "api.command_shortcuts.files",
"translation": "#### Files\n\nCTRL+U: Upload file(s)\n\n"
"translation": "#### 파일\n\nCTRL+U: 파일 업로드\n\n"
},
{
"id": "api.command_shortcuts.files_mac",
"translation": "#### Files\n\nCMD+U: Upload file(s)\n\n"
"translation": "#### 파일\n\nCMD+U: 파일 업로드\n\n"
},
{
"id": "api.command_shortcuts.msgs",
@@ -1271,6 +1271,10 @@
"id": "api.post.send_notifications_and_forget.comment_thread.error",
"translation": "Failed to retrieve comment thread posts in notifications root_post_id=%v, err=%v"
},
{
"id": "api.post.send_notifications_and_forget.get_teams.error",
"translation": "Failed to get teams when sending cross-team DM user_id=%v, err=%v"
},
{
"id": "api.post.send_notifications_and_forget.mention_body",
"translation": "신규 메시지가 있습니다."
@@ -4283,6 +4287,10 @@
"id": "store.sql_status.get_online_away.app_error",
"translation": "Encountered an error retrieving all the online/away statuses"
},
{
"id": "store.sql_status.get_team_statuses.app_error",
"translation": "Encountered an error retrieving all statuses from the team members"
},
{
"id": "store.sql_status.get_total_active_users_count.app_error",
"translation": "채널을 찾을 수 없습니다"
@@ -4307,6 +4315,10 @@
"id": "store.sql_system.get_by_name.app_error",
"translation": "We couldn't find the system variable."
},
{
"id": "store.sql_system.get_version.app_error",
"translation": "We couldn't get the database version"
},
{
"id": "store.sql_system.save.app_error",
"translation": "We encountered an error saving the system property"
@@ -4675,6 +4687,10 @@
"id": "utils.config.save_config.saving.app_error",
"translation": "An error occurred while saving the file to {{.Filename}}"
},
{
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "분석기가 초기화되지 않았습니다"
},
{
"id": "utils.i18n.loaded",
"translation": "Loaded system translations for '%v' from '%v'"

Просмотреть файл

@@ -325,7 +325,7 @@
},
{
"id": "api.channel.remove_member.removed",
"translation": "%v was removed from the channel."
"translation": "%v was verwijdert van het kanaal."
},
{
"id": "api.channel.remove_member.unable.app_error",
@@ -353,7 +353,7 @@
},
{
"id": "api.channel.update_last_viewed_at.get_unread_count_for_channel.errord",
"translation": "Unable to get the unread count for user_id=%v and channel_id=%v, err=%v"
"translation": "Onmogelijk om het aantal ongelezen bericht op te halen voor user_id=%v en channel_id=%v, err=%v"
},
{
"id": "api.command.admin_only.app_error",
@@ -605,11 +605,11 @@
},
{
"id": "api.command_shortcuts.browser",
"translation": "#### Built-in Browser Commands\n\nALT+LEFT: Previous channel in your history\nALT+RIGHT: Next channel in your history\nCTRL+PLUS: Increase font size (zoom in)\nCTRL+MINUS: Decrease font size (zoom out)\nSHIFT+UP (in input field): Highlight text to the previous line\nSHIFT+DOWN (in input field): Highlight text to the next line\nSHIFT+ENTER (in input field): Create a new line\n"
"translation": "#### Ingebouwde Blader Commando's\n\nALT+LEFT: Vorig Kanaal in jouw geschiedenis\nALT+RIGHT: Volgens Kanaal in jouw geschiedenis\nCTRL+PLUS: Vergroot lettertype grootte (inzoomen)\nCTRL+MINUS: Verklein lettertype grootte (uitzooment)\nSHIFT+UP (in invoer veld): Benadruk tekst in de vorige lijn\nSHIFT+DOWN (in invoer veld): Benadruk tekst op de volgende lijn\nSHIFT+ENTER (in invoer veld): Maak een nieuwe lijn\n"
},
{
"id": "api.command_shortcuts.browser_mac",
"translation": "#### Built-in Browser Commands\n\nCMD+[: Previous channel in your history\nCMD+]: Next channel in your history\nCMD+PLUS: Increase font size (zoom in)\nCMD+MINUS: Decrease font size (zoom out)\nSHIFT+UP (in input field): Highlight text to the previous line\nSHIFT+DOWN (in input field): Highlight text to the next line\nSHIFT+ENTER (in input field): Create a new line\n"
"translation": "#### Ingebouwde Blader Commando's\n\nALT+LEFT: Vorig Kanaal in jouw geschiedenis\nALT+RIGHT: Volgens Kanaal in jouw geschiedenis\nCTRL+PLUS: Vergroot lettertype grootte (inzoomen)\nCTRL+MINUS: Verklein lettertype grootte (uitzooment)\nSHIFT+UP (in invoer veld): Benadruk tekst in de vorige lijn\nSHIFT+DOWN (in invoer veld): Benadruk tekst op de volgende lijn\nSHIFT+ENTER (in invoer veld): Maak een nieuwe lijn\n"
},
{
"id": "api.command_shortcuts.desc",
@@ -617,11 +617,11 @@
},
{
"id": "api.command_shortcuts.files",
"translation": "#### Files\n\nCTRL+U: Upload file(s)\n\n"
"translation": "#### Bestanden\n\nCTRL+U: Upload bestanden\n\n"
},
{
"id": "api.command_shortcuts.files_mac",
"translation": "#### Files\n\nCMD+U: Upload file(s)\n\n"
"translation": "#### Bestanden\n\nCMD+U: Upload bestand(en)\n\n"
},
{
"id": "api.command_shortcuts.msgs",
@@ -701,7 +701,7 @@
},
{
"id": "api.email_batching.add_notification_email_to_batch.channel_full.app_error",
"translation": "Email batching job's receiving channel was full. Please increase the EmailBatchingBufferSize."
"translation": "Kanaal voor e-mail batch taken was vol. Verhoog a.u.b. de EmailBatchingBufferSize"
},
{
"id": "api.email_batching.add_notification_email_to_batch.disabled.app_error",
@@ -713,11 +713,11 @@
},
{
"id": "api.email_batching.check_pending_emails.status.app_error",
"translation": "Unable to find status of recipient for batched email notification"
"translation": "Kon de verzender van bericht voor batch email notificatie niet vinden."
},
{
"id": "api.email_batching.render_batched_post.channel.app_error",
"translation": "Unable to find channel of post for batched email notification"
"translation": "Kon kanaal niet vinden voor bericht van e-mail notificatie."
},
{
"id": "api.email_batching.render_batched_post.date",
@@ -733,7 +733,7 @@
},
{
"id": "api.email_batching.render_batched_post.sender.app_error",
"translation": "Unable to find sender of post for batched email notification"
"translation": "Kon de verzender van bericht voor batch email notificatie niet vinden."
},
{
"id": "api.email_batching.send_batched_email_notification.body_text",
@@ -744,11 +744,11 @@
},
{
"id": "api.email_batching.send_batched_email_notification.preferences.app_error",
"translation": "Unable to find display preferences of recipient for batched email notification"
"translation": "Kon de scherm voorkeuren van ontvanger van het batch email notificatie niet vinden."
},
{
"id": "api.email_batching.send_batched_email_notification.send.app_error",
"translation": "Failed to send batched email notification to %v: %v"
"translation": "Verzenden van batch e-mail notificatie naar %v: %v was gefaald."
},
{
"id": "api.email_batching.send_batched_email_notification.subject",
@@ -759,7 +759,7 @@
},
{
"id": "api.email_batching.send_batched_email_notification.user.app_error",
"translation": "Unable to find recipient for batched email notification"
"translation": "Kon de verzender van bericht voor batch email notificatie niet vinden."
},
{
"id": "api.email_batching.start.starting",
@@ -1184,15 +1184,15 @@
{
"id": "api.post.get_message_for_notification.files_sent",
"translation": {
"one": "{{.Count}} file sent: {{.Filenames}}",
"other": "{{.Count}} files sent: {{.Filenames}}"
"one": "{{.Count}} bestand verzonden: {{.Filenames}}",
"other": "{{.Count}} bestanden verzonden: {{.Filenames}}"
}
},
{
"id": "api.post.get_message_for_notification.images_sent",
"translation": {
"one": "{{.Count}} image sent: {{.Filenames}}",
"other": "{{.Count}} images sent: {{.Filenames}}"
"one": "{{.Count}} bestand verzonden: {{.Filenames}}",
"other": "{{.Count}} bestanden verzonden: {{.Filenames}}"
}
},
{
@@ -1271,6 +1271,10 @@
"id": "api.post.send_notifications_and_forget.comment_thread.error",
"translation": "Niet gelukt om commentaar thread berichten op te halen uit notificaties root_post_id=%v, err=%v"
},
{
"id": "api.post.send_notifications_and_forget.get_teams.error",
"translation": "Failed to get teams when sending cross-team DM user_id=%v, err=%v"
},
{
"id": "api.post.send_notifications_and_forget.mention_body",
"translation": "U heeft een nieuwe notificatie."
@@ -2453,7 +2457,7 @@
},
{
"id": "ent.ldap.disabled.app_error",
"translation": "LDAP disabled or licence does not support LDAP."
"translation": "AD/LDAP disabled or licence does not support AD/LDAP."
},
{
"id": "ent.ldap.do_login.bind_admin_user.app_error",
@@ -4283,6 +4287,10 @@
"id": "store.sql_status.get_online_away.app_error",
"translation": "Fout bij het ophalen van de online/weg statuses"
},
{
"id": "store.sql_status.get_team_statuses.app_error",
"translation": "Encountered an error retrieving all statuses from the team members"
},
{
"id": "store.sql_status.get_total_active_users_count.app_error",
"translation": "De gebruikers kunnen niet geteld worden"
@@ -4307,6 +4315,10 @@
"id": "store.sql_system.get_by_name.app_error",
"translation": "De systeem variabele kan niet gevonden worden."
},
{
"id": "store.sql_system.get_version.app_error",
"translation": "We couldn't get the database version"
},
{
"id": "store.sql_system.save.app_error",
"translation": "Er is een probleem opgetreden tijdens het opslaan van de systeem instellingen"
@@ -4675,6 +4687,10 @@
"id": "utils.config.save_config.saving.app_error",
"translation": "Er is ee probleem opgetreden bij het opslaan van het bestand in {{.Filename}}"
},
{
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Analytics niet geïnitialiseerd"
},
{
"id": "utils.i18n.loaded",
"translation": "Systeem vertaling ingelezen voor '%v' uit '%v'"

Просмотреть файл

@@ -1039,7 +1039,7 @@
},
{
"id": "api.oauth.complete_oauth.missing_code.app_error",
"translation": "The service provider {{.service}} did not provide an authorization code in the redirect URL.\n\nFor [Google Apps](https://docs.mattermost.com/deployment/sso-google.html) make sure your administrator enabled the Google+ API.\n\nFor [Office 365](https://docs.mattermost.com/deployment/sso-office.html) make sure the administrator of your Microsoft organization has enabled the Mattermost app.\n\nFor [GitLab](https://docs.mattermost.com/deployment/sso-gitlab.html) please make sure you followed the setup instructions.\n\nIf you reviewed the above and are still having trouble with configuration, you may post in our [Troubleshooting forum](https://forum.mattermost.org/c/general/trouble-shoot) where we'll be happy to help with issues during setup."
"translation": "O provedor do serviço {{.service}} não forneceu um código de autorização na URL redirecionada.\n\nPara [Google Apps](https://docs.mattermost.com/deployment/sso-google.html) tenha certeza que o administrador ativou a API Google+.\n\nPara [Office 365](https://docs.mattermost.com/deployment/sso-office.html) tenha certeza que o administrador da organização Microsoft ativou o app Mattermost.\n\nPara [GitLab](https://docs.mattermost.com/deployment/sso-gitlab.html) por favor certifique de ter seguido as instruções de instalação.\n\nSe você analisou o problema acima e ainda está tendo dificuldades com a configuração, você pode postar no nosso [Fórum de solução de problema](https://forum.mattermost.org/c/general/trouble-shoot) onde ficaremos felizes de ajudar com os problemas durante a instalação."
},
{
"id": "api.oauth.delete.permissions.app_error",
@@ -1271,6 +1271,10 @@
"id": "api.post.send_notifications_and_forget.comment_thread.error",
"translation": "Falha ao obter os comentários da mensagem em notificações root_post_id=%v, err=%v"
},
{
"id": "api.post.send_notifications_and_forget.get_teams.error",
"translation": "Falha ao obter equipes quando enviado mensagem direta entre equipes user_id=%v, err=%v"
},
{
"id": "api.post.send_notifications_and_forget.mention_body",
"translation": "Você tem uma nova menção."
@@ -1997,7 +2001,7 @@
},
{
"id": "api.user.email_to_ldap.not_available.app_error",
"translation": "LDAP não está disponível neste servidor"
"translation": "AD/LDAP não está disponível neste servidor"
},
{
"id": "api.user.generate_mfa_qr.not_available.app_error",
@@ -2017,11 +2021,11 @@
},
{
"id": "api.user.ldap_to_email.not_available.app_error",
"translation": "LDAP não está disponível neste servidor"
"translation": "AD/LDAP não está disponível neste servidor"
},
{
"id": "api.user.ldap_to_email.not_ldap_account.app_error",
"translation": "Está conta de usuário não utiliza LDAP"
"translation": "Está conta de usuário não utiliza AD/LDAP"
},
{
"id": "api.user.login.blank_pwd.app_error",
@@ -2065,7 +2069,7 @@
},
{
"id": "api.user.login_ldap.disabled.app_error",
"translation": "LDAP não habilitado neste servidor"
"translation": "AD/LDAP não habilitado neste servidor"
},
{
"id": "api.user.login_ldap.need_id.app_error",
@@ -2073,7 +2077,7 @@
},
{
"id": "api.user.login_ldap.not_available.app_error",
"translation": "LDAP não está disponível neste servidor"
"translation": "AD/LDAP não está disponível neste servidor"
},
{
"id": "api.user.oauth_to_email.context.app_error",
@@ -2157,7 +2161,7 @@
},
{
"id": "api.user.update_active.no_deactivate_ldap.app_error",
"translation": "Você não pode modificar o status de ativação de contas LDAP. Por favor modifique através do servidor LDAP."
"translation": "Você não pode modificar o status de ativação de contas AD/LDAP. Por favor modifique através do servidor AD/LDAP."
},
{
"id": "api.user.update_active.permissions.app_error",
@@ -2457,7 +2461,7 @@
},
{
"id": "ent.ldap.do_login.bind_admin_user.app_error",
"translation": "Não foi possível ligar ao servidor LDAP. Verifique BindUsername e BindPassword."
"translation": "Não foi possível ligar ao servidor AD/LDAP. Verifique BindUsername e BindPassword."
},
{
"id": "ent.ldap.do_login.invalid_password.app_error",
@@ -2465,7 +2469,7 @@
},
{
"id": "ent.ldap.do_login.licence_disable.app_error",
"translation": "Funcionalidade LDAP desabilitada pela licença atual. Entre em contato com o administrador do sistema sobre como atualizar sua licença enterprise."
"translation": "Funcionalidade AD/LDAP desabilitada pela licença atual. Entre em contato com o administrador do sistema sobre como atualizar sua licença enterprise."
},
{
"id": "ent.ldap.do_login.matched_to_many_users.app_error",
@@ -2473,11 +2477,11 @@
},
{
"id": "ent.ldap.do_login.search_ldap_server.app_error",
"translation": "Falha ao pesquisar o servidor LDAP"
"translation": "Falha ao pesquisar o servidor AD/LDAP"
},
{
"id": "ent.ldap.do_login.unable_to_connect.app_error",
"translation": "Não foi possível conectar no servidor LDAP"
"translation": "Não foi possível conectar no servidor AD/LDAP"
},
{
"id": "ent.ldap.do_login.unable_to_create_user.app_error",
@@ -2485,27 +2489,27 @@
},
{
"id": "ent.ldap.do_login.user_filtered.app_error",
"translation": "Sua conta LDAP não tem permissão para usar este servidor Mattermost. Por favor peça ao Administrador do Sistema para verificar o filtro de usuário LDAP."
"translation": "Sua conta AD/LDAP não tem permissão para usar este servidor Mattermost. Por favor peça ao Administrador do Sistema para verificar o filtro de usuário AD/LDAP."
},
{
"id": "ent.ldap.do_login.user_not_registered.app_error",
"translation": "Usuário não registrado no servidor LDAP"
"translation": "Usuário não registrado no servidor AD/LDAP"
},
{
"id": "ent.ldap.mattermost_user_update",
"translation": "Usuário Mattermost foi atualizado pelo servidor LDAP."
"translation": "Usuário Mattermost foi atualizado pelo servidor AD/LDAP."
},
{
"id": "ent.ldap.syncdone.info",
"translation": "Sincronização LDAP completada"
"translation": "Sincronização AD/LDAP completada"
},
{
"id": "ent.ldap.syncronize.get_all.app_error",
"translation": "Não foi possível obter todos os usuários usando LDAP"
"translation": "Não foi possível obter todos os usuários usando AD/LDAP"
},
{
"id": "ent.ldap.validate_filter.app_error",
"translation": "Filtro LDAP Inválido"
"translation": "Filtro AD/LDAP Inválido"
},
{
"id": "ent.mfa.activate.authenticate.app_error",
@@ -2545,11 +2549,11 @@
},
{
"id": "ent.migration.migratetoldap.duplicate_field",
"translation": "Não é possível migrar usuários LDAP com o campo especificado. Entrada duplicada detectada. Por favor remova todas as duplicadas e tente novamente."
"translation": "Não é possível migrar usuários AD/LDAP com o campo especificado. Entrada duplicada detectada. Por favor remova todas as duplicadas e tente novamente."
},
{
"id": "ent.migration.migratetoldap.user_not_found",
"translation": "Não foi possível localizar usuário no servidor LDAP: "
"translation": "Não foi possível localizar usuário no servidor AD/LDAP: "
},
{
"id": "ent.saml.build_request.app_error",
@@ -3005,31 +3009,31 @@
},
{
"id": "model.config.is_valid.ldap_basedn",
"translation": "O campo \"BaseDN\" no LDAP é requerido."
"translation": "O campo \"BaseDN\" no AD/LDAP é requerido."
},
{
"id": "model.config.is_valid.ldap_bind_password",
"translation": "O campo \"Bind Password\" do LDAP é requerido."
"translation": "O campo \"Bind Password\" do AD/LDAP é requerido."
},
{
"id": "model.config.is_valid.ldap_bind_username",
"translation": "O campo \"Bind Username\" do LDAP é requerido."
"translation": "O campo \"Bind Username\" do AD/LDAP é requerido."
},
{
"id": "model.config.is_valid.ldap_email",
"translation": "O campo \"Email Attribute\" do LDAP é requerido."
"translation": "O campo \"Email Attribute\" do AD/LDAP é requerido."
},
{
"id": "model.config.is_valid.ldap_firstname",
"translation": "O campo \"First Name Attribute\" do LDAP é requerido."
"translation": "O campo \"First Name Attribute\" do AD/LDAP é requerido."
},
{
"id": "model.config.is_valid.ldap_id",
"translation": "O campo \"ID Attribute\" do LDAP é requerido."
"translation": "O campo \"ID Attribute\" do AD/LDAP é requerido."
},
{
"id": "model.config.is_valid.ldap_lastname",
"translation": "O campo \"Last Name Attribute\" do LDAP é requerido."
"translation": "O campo \"Last Name Attribute\" do AD/LDAP é requerido."
},
{
"id": "model.config.is_valid.ldap_max_page_size.app_error",
@@ -3037,19 +3041,19 @@
},
{
"id": "model.config.is_valid.ldap_required.app_error",
"translation": "Campo LDAP requerido não foi preenchido."
"translation": "Campo AD/LDAP requerido não foi preenchido."
},
{
"id": "model.config.is_valid.ldap_required.app_error",
"translation": "Campo LDAP requerido não foi preenchido."
"translation": "Campo AD/LDAP requerido não foi preenchido."
},
{
"id": "model.config.is_valid.ldap_security.app_error",
"translation": "Inválida segurança de conexão em configurações de LDAP. Deve ser '', 'TLS', or 'STARTTLS'"
"translation": "Inválida segurança de conexão em configurações de AD/LDAP. Deve ser '', 'TLS', or 'STARTTLS'"
},
{
"id": "model.config.is_valid.ldap_server",
"translation": "Campo \"LDAP Server\" do LDAP é requerido."
"translation": "Campo \"AD/LDAP Server\" do AD/LDAP é requerido."
},
{
"id": "model.config.is_valid.ldap_sync_interval.app_error",
@@ -3057,7 +3061,7 @@
},
{
"id": "model.config.is_valid.ldap_username",
"translation": "O campo \"Username Attribute\" do LDAP é requerido."
"translation": "O campo \"Username Attribute\" do AD/LDAP é requerido."
},
{
"id": "model.config.is_valid.listen_address.app_error",
@@ -4283,6 +4287,10 @@
"id": "store.sql_status.get_online_away.app_error",
"translation": "Encontrado um erro ao obter todos os status conectado/ausente"
},
{
"id": "store.sql_status.get_team_statuses.app_error",
"translation": "Foi encontrado um erro ao recuperar todos os status dos membros da equipe"
},
{
"id": "store.sql_status.get_total_active_users_count.app_error",
"translation": "Não foi possível contar os usuários ativos"
@@ -4307,6 +4315,10 @@
"id": "store.sql_system.get_by_name.app_error",
"translation": "Não foi possível encontrar a variável do sistema."
},
{
"id": "store.sql_system.get_version.app_error",
"translation": "Não foi possível obter a versão do banco de dados"
},
{
"id": "store.sql_system.save.app_error",
"translation": "Encontramos um erro ao salvar as propriedades do sistema"
@@ -4485,7 +4497,7 @@
},
{
"id": "store.sql_user.save.email_exists.ldap_app_error",
"translation": "Está conta não usa autenticação LDAP. Por favor faça login usando email e senha."
"translation": "Está conta não usa autenticação AD/LDAP. Por favor faça login usando email e senha."
},
{
"id": "store.sql_user.save.email_exists.saml_app_error",
@@ -4521,7 +4533,7 @@
},
{
"id": "store.sql_user.update.can_not_change_ldap.app_error",
"translation": "Não é possível alterar os campos definidos pelo LDAP"
"translation": "Não é possível alterar os campos definidos pelo AD/LDAP"
},
{
"id": "store.sql_user.update.email_taken.app_error",
@@ -4675,6 +4687,10 @@
"id": "utils.config.save_config.saving.app_error",
"translation": "Um erro ocorreu durante o salvamento do arquivo {{.Filename}}"
},
{
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "Análise não inicializada"
},
{
"id": "utils.i18n.loaded",
"translation": "Carregado o sistema de traduções para '%v' de '%v'"

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@@ -1039,7 +1039,7 @@
},
{
"id": "api.oauth.complete_oauth.missing_code.app_error",
"translation": "The service provider {{.service}} did not provide an authorization code in the redirect URL.\n\nFor [Google Apps](https://docs.mattermost.com/deployment/sso-google.html) make sure your administrator enabled the Google+ API.\n\nFor [Office 365](https://docs.mattermost.com/deployment/sso-office.html) make sure the administrator of your Microsoft organization has enabled the Mattermost app.\n\nFor [GitLab](https://docs.mattermost.com/deployment/sso-gitlab.html) please make sure you followed the setup instructions.\n\nIf you reviewed the above and are still having trouble with configuration, you may post in our [Troubleshooting forum](https://forum.mattermost.org/c/general/trouble-shoot) where we'll be happy to help with issues during setup."
"translation": "服務提供者 {{.service}} 在重導向網址中沒有提供授權碼。\n\n若使用 [Google Apps](https://docs.mattermost.com/deployment/sso-google.html),請確定管理員有啟用 Google+ API\n\n若使用 [Office 365](https://docs.mattermost.com/deployment/sso-office.html),請確定微軟雲端服務的組織管理員有啟用 Mattermost 應用程式。\n\n若使用 [GitLab](https://docs.mattermost.com/deployment/sso-gitlab.html),請確定有根據設定指示完成設定。\n\n如果重新確認過上面的文件且還是有設定上的問題請至[障礙排除論壇](https://forum.mattermost.org/c/general/trouble-shoot)發文,我們很樂意在那邊為您排除設定上的問題。"
},
{
"id": "api.oauth.delete.permissions.app_error",
@@ -1271,6 +1271,10 @@
"id": "api.post.send_notifications_and_forget.comment_thread.error",
"translation": "在發送通知時取得註解文章失敗 root_post_id=%v err=%v"
},
{
"id": "api.post.send_notifications_and_forget.get_teams.error",
"translation": "發送跨團隊直接訊移時無法取得團隊user_id=%v, err=%v"
},
{
"id": "api.post.send_notifications_and_forget.mention_body",
"translation": "有新的訊息提到您。"
@@ -1997,7 +2001,7 @@
},
{
"id": "api.user.email_to_ldap.not_available.app_error",
"translation": "本機不支援 LDAP"
"translation": "此伺服器不支援 AD/LDAP"
},
{
"id": "api.user.generate_mfa_qr.not_available.app_error",
@@ -2017,11 +2021,11 @@
},
{
"id": "api.user.ldap_to_email.not_available.app_error",
"translation": "本機不支援 LDAP"
"translation": "此伺服器不支援 AD/LDAP"
},
{
"id": "api.user.ldap_to_email.not_ldap_account.app_error",
"translation": "此使用者帳號並沒有使用 LDAP"
"translation": "此使用者帳號並沒有使用 AD/LDAP"
},
{
"id": "api.user.login.blank_pwd.app_error",
@@ -2065,7 +2069,7 @@
},
{
"id": "api.user.login_ldap.disabled.app_error",
"translation": "本機未啟用 LDAP"
"translation": "此伺服器未啟用 AD/LDAP"
},
{
"id": "api.user.login_ldap.need_id.app_error",
@@ -2073,7 +2077,7 @@
},
{
"id": "api.user.login_ldap.not_available.app_error",
"translation": "本機未安裝 LDAP"
"translation": "此伺服器不支援 AD/LDAP"
},
{
"id": "api.user.oauth_to_email.context.app_error",
@@ -2157,7 +2161,7 @@
},
{
"id": "api.user.update_active.no_deactivate_ldap.app_error",
"translation": "不能變更 LDAP 帳號的啟用狀態。請變更 LDAP 伺服器上對應的帳號狀態。"
"translation": "不能變更 AD/LDAP 帳號的啟用狀態。請變更 AD/LDAP 伺服器上對應的帳號狀態。"
},
{
"id": "api.user.update_active.permissions.app_error",
@@ -2457,7 +2461,7 @@
},
{
"id": "ent.ldap.do_login.bind_admin_user.app_error",
"translation": "無法綁定 LDAP 伺服器,請檢查綁定使用者帳號與綁定密碼。"
"translation": "無法綁定 AD/LDAP 伺服器,請檢查綁定使用者帳號與綁定密碼。"
},
{
"id": "ent.ldap.do_login.invalid_password.app_error",
@@ -2465,7 +2469,7 @@
},
{
"id": "ent.ldap.do_login.licence_disable.app_error",
"translation": "目前的授權無法使用 LDAP 功能。請聯繫系統管理員升級為企業授權"
"translation": "目前的授權無法使用 AD/LDAP 功能。請聯繫系統管理員升級為企業授權"
},
{
"id": "ent.ldap.do_login.matched_to_many_users.app_error",
@@ -2473,11 +2477,11 @@
},
{
"id": "ent.ldap.do_login.search_ldap_server.app_error",
"translation": "搜尋 LDAP 伺服器失敗"
"translation": "搜尋 AD/LDAP 伺服器失敗"
},
{
"id": "ent.ldap.do_login.unable_to_connect.app_error",
"translation": "無法連線到 LDAP 伺服器"
"translation": "無法連線到 AD/LDAP 伺服器"
},
{
"id": "ent.ldap.do_login.unable_to_create_user.app_error",
@@ -2485,27 +2489,27 @@
},
{
"id": "ent.ldap.do_login.user_filtered.app_error",
"translation": "您的 LDAP 帳號沒有使用此 Mattermost 伺服器的權限。請向系統管理員詢問確認 LDAP 使用者過濾條件。"
"translation": "您的 AD/LDAP 帳號沒有使用此 Mattermost 伺服器的權限。請向系統管理員詢問確認 AD/LDAP 使用者過濾條件。"
},
{
"id": "ent.ldap.do_login.user_not_registered.app_error",
"translation": "使用者尚未於 LDAP 伺服器註冊"
"translation": "使用者尚未於 AD/LDAP 伺服器註冊"
},
{
"id": "ent.ldap.mattermost_user_update",
"translation": "Mattermost 使用者已根據 LDAP 伺服器更新。"
"translation": "Mattermost 使用者已根據 AD/LDAP 伺服器更新。"
},
{
"id": "ent.ldap.syncdone.info",
"translation": "LDAP 同步完成"
"translation": "AD/LDAP 同步完成"
},
{
"id": "ent.ldap.syncronize.get_all.app_error",
"translation": "無法用 LDAP 取得所有使用者"
"translation": "無法用 AD/LDAP 取得所有使用者"
},
{
"id": "ent.ldap.validate_filter.app_error",
"translation": "無效的 LDAP Filter"
"translation": "無效的 AD/LDAP Filter"
},
{
"id": "ent.mfa.activate.authenticate.app_error",
@@ -2545,11 +2549,11 @@
},
{
"id": "ent.migration.migratetoldap.duplicate_field",
"translation": "無法根據指定的欄位移轉至 LDAP 使用者。偵測到重複的項目。請移除所有重複項目然後再次嚐試。"
"translation": "無法根據指定的欄位移轉至 AD/LDAP 使用者。偵測到重複的項目。請移除所有重複項目然後再次嚐試。"
},
{
"id": "ent.migration.migratetoldap.user_not_found",
"translation": "找不到使用者LDAP 伺服器:"
"translation": "找不到使用者,AD/LDAP 伺服器:"
},
{
"id": "ent.saml.build_request.app_error",
@@ -3005,31 +3009,31 @@
},
{
"id": "model.config.is_valid.ldap_basedn",
"translation": "LDAP 欄位 \"BaseDN\" 為必須欄位。"
"translation": "AD/LDAP 欄位 \"BaseDN\" 為必須欄位。"
},
{
"id": "model.config.is_valid.ldap_bind_password",
"translation": "LDAP 欄位 \"綁定使用者密碼\" 為必須欄位。"
"translation": "AD/LDAP 欄位 \"綁定使用者密碼\" 為必須欄位。"
},
{
"id": "model.config.is_valid.ldap_bind_username",
"translation": "LDAP 欄位 \"綁定使用者帳號\" 為必須欄位。"
"translation": "AD/LDAP 欄位 \"綁定使用者帳號\" 為必須欄位。"
},
{
"id": "model.config.is_valid.ldap_email",
"translation": "LDAP 欄位 \"電子郵件位址屬性\" 為必須欄位。"
"translation": "AD/LDAP 欄位 \"電子郵件位址屬性\" 為必須欄位。"
},
{
"id": "model.config.is_valid.ldap_firstname",
"translation": "LDAP 欄位 \"名字屬性\" 為必須欄位。"
"translation": "AD/LDAP 欄位 \"名字屬性\" 為必須欄位。"
},
{
"id": "model.config.is_valid.ldap_id",
"translation": "LDAP 欄位 \"ID 的屬性\" 為必須欄位。"
"translation": "AD/LDAP 欄位 \"ID 的屬性\" 為必須欄位。"
},
{
"id": "model.config.is_valid.ldap_lastname",
"translation": "LDAP 欄位 \"姓氏屬性\" 為必須欄位。"
"translation": "AD/LDAP 欄位 \"姓氏屬性\" 為必須欄位。"
},
{
"id": "model.config.is_valid.ldap_max_page_size.app_error",
@@ -3037,19 +3041,19 @@
},
{
"id": "model.config.is_valid.ldap_required.app_error",
"translation": "遺漏 LDAP 必填欄位"
"translation": "遺漏 AD/LDAP 必填欄位"
},
{
"id": "model.config.is_valid.ldap_required.app_error",
"translation": "遺漏 LDAP 必填欄位"
"translation": "遺漏 AD/LDAP 必填欄位"
},
{
"id": "model.config.is_valid.ldap_security.app_error",
"translation": "LDAP 設定中的連線安全性設定無效. 必須為 '', 'TLS', 或 'STARTTLS'"
"translation": "AD/LDAP 設定中的連線安全性設定無效. 必須為 '', 'TLS', 或 'STARTTLS'"
},
{
"id": "model.config.is_valid.ldap_server",
"translation": "LDAP 欄位 \"LDAP 伺服器\" 為必須欄位。"
"translation": "AD/LDAP 欄位 \"LDAP 伺服器\" 為必須欄位。"
},
{
"id": "model.config.is_valid.ldap_sync_interval.app_error",
@@ -3057,7 +3061,7 @@
},
{
"id": "model.config.is_valid.ldap_username",
"translation": "LDAP 欄位 \"使用者名稱的屬性\" 為必須欄位。"
"translation": "AD/LDAP 欄位 \"使用者名稱的屬性\" 為必須欄位。"
},
{
"id": "model.config.is_valid.listen_address.app_error",
@@ -4283,6 +4287,10 @@
"id": "store.sql_status.get_online_away.app_error",
"translation": "嘗試取得所有使用者的在線/離開狀態時遇到錯誤"
},
{
"id": "store.sql_status.get_team_statuses.app_error",
"translation": "嘗試取得團隊成員狀態時遇到錯誤"
},
{
"id": "store.sql_status.get_total_active_users_count.app_error",
"translation": "無法計算活躍使用者的數量"
@@ -4307,6 +4315,10 @@
"id": "store.sql_system.get_by_name.app_error",
"translation": "找不到該系統參數。"
},
{
"id": "store.sql_system.get_version.app_error",
"translation": "無法取得資料庫版本"
},
{
"id": "store.sql_system.save.app_error",
"translation": "儲存系統參數時遇到錯誤"
@@ -4485,7 +4497,7 @@
},
{
"id": "store.sql_user.save.email_exists.ldap_app_error",
"translation": "該帳號未使用 LDAP 認證。請用電子郵件地址與密碼登入。"
"translation": "該帳號未使用 AD/LDAP 認證。請用電子郵件地址與密碼登入。"
},
{
"id": "store.sql_user.save.email_exists.saml_app_error",
@@ -4521,7 +4533,7 @@
},
{
"id": "store.sql_user.update.can_not_change_ldap.app_error",
"translation": "不能變更經由 LDAP 設定的欄位資料"
"translation": "不能變更經由 AD/LDAP 設定的欄位資料"
},
{
"id": "store.sql_user.update.email_taken.app_error",
@@ -4675,6 +4687,10 @@
"id": "utils.config.save_config.saving.app_error",
"translation": "儲存檔案到 {{.Filename}} 時發生錯誤"
},
{
"id": "utils.diagnostic.analytics_not_found.app_error",
"translation": "分析尚未初始化"
},
{
"id": "utils.i18n.loaded",
"translation": "已載入系統翻譯 '%v' 來自 '%v'"

Просмотреть файл

@@ -14,9 +14,6 @@
<span style="font-size: 16px; font-weight: bold; color: #555; margin: 0 0 5px; display: inline-block;" >
{{.Props.ChannelName}}
</span>
<a class="post_btn" href="{{.Props.PostLink}}" style="font-size: 13px; background: #2389D7; display: inline-block; border-radius: 2px; color: #fff; padding: 6px 0; width: 120px; text-decoration: none; float:right; text-align: center; margin: 0 0 5px;">
{{.Props.Button}}
</a>
<br/>
<div style="margin: 5px 0 0;">
<span style="font-weight: bold; white-space: nowrap;">
@@ -31,6 +28,9 @@
<tr>
<td colspan=2>
<pre style="text-align:left; font-family: 'Lato', sans-serif; margin: 0px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; line-height: 20px;">{{.Props.PostMessage}}</pre>
<a class="post_btn" href="{{.Props.PostLink}}" style="font-size: 13px; background: #2389D7; display: inline-block; border-radius: 2px; color: #fff; padding: 6px 0; width: 120px; text-decoration: none; float:left; text-align: center; margin: 15px 0 5px;">
{{.Props.Button}}
</a>
</td>
</tr>
</table>

Просмотреть файл

@@ -71,7 +71,7 @@ export default class LdapTestButton extends React.Component {
<i className='fa fa-warning'/>
<FormattedMessage
id='admin.ldap.testFailure'
defaultMessage='LDAP Test Failure: {error}'
defaultMessage='AD/LDAP Test Failure: {error}'
values={{
error: this.state.fail
}}
@@ -86,7 +86,7 @@ export default class LdapTestButton extends React.Component {
<i className='fa fa-success'/>
<FormattedMessage
id='admin.ldap.testSuccess'
defaultMessage='LDAP Test Successful'
defaultMessage='AD/LDAP Test Successful'
values={{
error: this.state.fail
}}
@@ -99,7 +99,7 @@ export default class LdapTestButton extends React.Component {
let helpText = (
<FormattedHTMLMessage
id='admin.ldap.testHelpText'
defaultMessage='Tests if the Mattermost server can connect to the LDAP server specified. See log file for more detailed error messages.'
defaultMessage='Tests if the Mattermost server can connect to the AD/LDAP server specified. See log file for more detailed error messages.'
/>
);
@@ -115,7 +115,7 @@ export default class LdapTestButton extends React.Component {
contents = (
<FormattedMessage
id='admin.ldap.ldap_test_button'
defaultMessage='LDAP Test'
defaultMessage='AD/LDAP Test'
/>
);
}

Просмотреть файл

@@ -22,6 +22,8 @@ export default class PasswordSettings extends AdminSettings {
this.getSampleErrorMsg = this.getSampleErrorMsg.bind(this);
this.handlePasswordLengthChange = this.handlePasswordLengthChange.bind(this);
this.state = Object.assign(this.state, {
passwordMinimumLength: props.config.PasswordSettings.MinimumLength,
passwordLowercase: props.config.PasswordSettings.Lowercase,
@@ -54,17 +56,13 @@ export default class PasswordSettings extends AdminSettings {
id={sampleErrorMsgId}
default='Your password must be at least {min} characters.'
values={{
min: props.config.PasswordSettings.MinimumLength
min: (this.state.passwordMinimumLength || Constants.MIN_PASSWORD_LENGTH)
}}
/>
);
}
}
componentWillUpdate() {
this.sampleErrorMsg = this.getSampleErrorMsg();
}
getConfigFromState(config) {
if (global.window.mm_license.IsLicensed === 'true' && global.window.mm_license.PasswordRequirements === 'true') {
config.PasswordSettings.MinimumLength = this.parseIntNonZero(this.state.passwordMinimumLength, Constants.MIN_PASSWORD_LENGTH);
@@ -96,7 +94,7 @@ export default class PasswordSettings extends AdminSettings {
};
}
getSampleErrorMsg() {
getSampleErrorMsg(minLength) {
if (global.window.mm_license.IsLicensed === 'true' && global.window.mm_license.PasswordRequirements === 'true') {
if (this.props.config.PasswordSettings.MinimumLength > Constants.MAX_PASSWORD_LENGTH || this.props.config.PasswordSettings.MinimumLength < Constants.MIN_PASSWORD_LENGTH) {
return (
@@ -106,7 +104,6 @@ export default class PasswordSettings extends AdminSettings {
/>
);
}
let sampleErrorMsgId = 'user.settings.security.passwordError';
if (this.refs.lowercase.checked) {
sampleErrorMsgId = sampleErrorMsgId + 'Lowercase';
@@ -125,7 +122,7 @@ export default class PasswordSettings extends AdminSettings {
id={sampleErrorMsgId}
default='Your password must be at least {min} characters.'
values={{
min: this.props.config.PasswordSettings.MinimumLength
min: (minLength || Constants.MIN_PASSWORD_LENGTH)
}}
/>
);
@@ -134,6 +131,11 @@ export default class PasswordSettings extends AdminSettings {
return null;
}
handlePasswordLengthChange(id, value) {
this.sampleErrorMsg = this.getSampleErrorMsg(value);
this.handleChange(id, value);
}
renderTitle() {
return (
<h3>
@@ -193,7 +195,7 @@ export default class PasswordSettings extends AdminSettings {
/>
}
value={this.state.passwordMinimumLength}
onChange={this.handleChange}
onChange={this.handlePasswordLengthChange}
/>
<Setting
label={

Просмотреть файл

@@ -3,6 +3,7 @@
import $ from 'jquery';
import ReactDOM from 'react-dom';
import * as UserAgent from 'utils/user_agent.jsx';
import UserList from './user_list.jsx';
import {intlShape, injectIntl, defineMessages, FormattedMessage} from 'react-intl';
@@ -60,7 +61,10 @@ class FilteredUserList extends React.Component {
}
componentDidMount() {
ReactDOM.findDOMNode(this.refs.filter).focus();
// only focus the search box on desktop so that we don't cause the keyboard to open on mobile
if (!UserAgent.isMobileApp()) {
ReactDOM.findDOMNode(this.refs.filter).focus();
}
}
componentDidUpdate(prevProps, prevState) {

Просмотреть файл

@@ -166,7 +166,7 @@ export default class AddCommand extends React.Component {
AsyncClient.addCommand(
command,
(data) => {
browserHistory.push('/' + this.props.team.name + '/integrations/confirm?type=commands&id=' + data.token);
browserHistory.push('/' + this.props.team.name + '/integrations/confirm?type=commands&id=' + data.id);
},
(err) => {
this.setState({

Просмотреть файл

@@ -120,7 +120,7 @@ export default class AddOutgoingWebhook extends React.Component {
AsyncClient.addOutgoingHook(
hook,
(data) => {
browserHistory.push('/' + this.props.team.name + '/integrations/confirm?type=outgoing_webhooks&id=' + data.token);
browserHistory.push('/' + this.props.team.name + '/integrations/confirm?type=outgoing_webhooks&id=' + data.id);
},
(err) => {
this.setState({

Просмотреть файл

@@ -5,8 +5,7 @@ import React from 'react';
import BackstageHeader from 'components/backstage/components/backstage_header.jsx';
import {FormattedMessage, FormattedHTMLMessage} from 'react-intl';
import {browserHistory, Link} from 'react-router/es6';
import SpinnerButton from 'components/spinner_button.jsx';
import {Link} from 'react-router/es6';
import UserStore from 'stores/user_store.jsx';
import IntegrationStore from 'stores/integration_store.jsx';
@@ -24,8 +23,6 @@ export default class ConfirmIntegration extends React.Component {
constructor(props) {
super(props);
this.handleDone = this.handleDone.bind(this);
this.handleIntegrationChange = this.handleIntegrationChange.bind(this);
const userId = UserStore.getCurrentId();
@@ -55,13 +52,6 @@ export default class ConfirmIntegration extends React.Component {
});
}
handleDone() {
browserHistory.push('/' + this.props.team.name + '/integrations/' + this.state.type);
this.setState({
id: ''
});
}
render() {
let headerText = null;
let helpText = null;
@@ -87,7 +77,7 @@ export default class ConfirmIntegration extends React.Component {
id='add_command.token'
defaultMessage='<b>Token</b>: {token}'
values={{
token: this.state.id
token: IntegrationStore.getCommand(this.props.team.id, this.state.id).token
}}
/>
</p>
@@ -139,7 +129,7 @@ export default class ConfirmIntegration extends React.Component {
id='add_outgoing_webhook.token'
defaultMessage='<b>Token</b>: {token}'
values={{
token: this.state.id
token: IntegrationStore.getOutgoingWebhook(this.props.team.id, this.state.id).token
}}
/>
</p>
@@ -233,16 +223,16 @@ export default class ConfirmIntegration extends React.Component {
{helpText}
{tokenText}
<div className='backstage-form__footer'>
<SpinnerButton
<Link
className='btn btn-primary'
type='submit'
onClick={this.handleDone}
to={'/' + this.props.team.name + '/integrations/' + this.state.type}
>
<FormattedMessage
id='integrations.done'
defaultMessage='Done'
/>
</SpinnerButton>
</Link>
</div>
</div>
</div>

Просмотреть файл

@@ -459,6 +459,17 @@ export default class LoginController extends React.Component {
);
}
if (gitlabSigninEnabled || samlSigninEnabled || office365SigninEnabled || googleSigninEnabled || gitlabSigninEnabled) {
loginControls.push(
<h5 key='oauthHeader'>
<FormattedMessage
id='login.signInWith'
defaultMessage='Sign in with:'
/>
</h5>
);
}
if (gitlabSigninEnabled) {
loginControls.push(
<a

Просмотреть файл

@@ -99,7 +99,7 @@ class AtMentionSuggestion extends Suggestion {
}
}
function filterUsersByPrefix(users, prefix, limit) {
function filterUsersByPrefix(users, prefix, limit, type) {
const filtered = [];
for (const id of Object.keys(users)) {
@@ -117,7 +117,8 @@ function filterUsersByPrefix(users, prefix, limit) {
(user.first_name && user.first_name.toLowerCase().startsWith(prefix)) ||
(user.last_name && user.last_name.toLowerCase().startsWith(prefix)) ||
(user.nickname && user.nickname.toLowerCase().startsWith(prefix))) {
filtered.push(user);
// create a new object here since we're mutating it by adding the type field
filtered.push(Object.assign({}, user, {type}));
}
}
@@ -145,15 +146,15 @@ export default class AtMentionProvider {
// Filter users by prefix.
const filteredMembers = filterUsersByPrefix(
channelMembers, prefix, MaxUserSuggestions);
channelMembers, prefix, MaxUserSuggestions, Constants.MENTION_MEMBERS);
const filteredNonmembers = filterUsersByPrefix(
channelNonmembers, prefix, MaxUserSuggestions - filteredMembers.length);
channelNonmembers, prefix, MaxUserSuggestions - filteredMembers.length, Constants.MENTION_NONMEMBERS);
let filteredSpecialMentions = [];
if (!pretext.startsWith('/msg')) {
filteredSpecialMentions = ['here', 'channel', 'all'].filter((item) => {
return item.startsWith(prefix);
}).map((name) => {
return {username: name};
return {username: name, type: Constants.MENTION_SPECIAL};
});
}
@@ -173,16 +174,6 @@ export default class AtMentionProvider {
});
});
filteredMembers.forEach((item) => {
item.type = Constants.MENTION_MEMBERS;
});
filteredNonmembers.forEach((item) => {
item.type = Constants.MENTION_NONMEMBERS;
});
filteredSpecialMentions.forEach((item) => {
item.type = Constants.MENTION_SPECIAL;
});
const filtered = filteredMembers.concat(filteredSpecialMentions).concat(filteredNonmembers);
const mentions = filtered.map((user) => '@' + user.username);

Просмотреть файл

@@ -189,6 +189,7 @@ export default class SuggestionBox extends React.Component {
<SuggestionListComponent
suggestionId={this.suggestionId}
location={this.props.listStyle}
renderDividers={this.props.renderDividers}
/>
</div>
);
@@ -220,6 +221,7 @@ SuggestionBox.propTypes = {
value: React.PropTypes.string.isRequired,
providers: React.PropTypes.arrayOf(React.PropTypes.object),
listStyle: React.PropTypes.string,
renderDividers: React.PropTypes.bool,
// explicitly name any input event handlers we override and need to manually call
onInput: React.PropTypes.func,

Просмотреть файл

@@ -121,7 +121,7 @@ export default class SuggestionList extends React.Component {
// ReactComponent names need to be upper case when used in JSX
const Component = this.state.components[i];
if (item.type !== lastType) {
if (this.props.renderDividers && item.type !== lastType) {
items.push(this.renderDivider(item.type));
lastType = item.type;
}
@@ -157,5 +157,10 @@ export default class SuggestionList extends React.Component {
SuggestionList.propTypes = {
suggestionId: React.PropTypes.string.isRequired,
location: React.PropTypes.string
location: React.PropTypes.string,
renderDividers: React.PropTypes.bool
};
SuggestionList.defaultProps = {
renderDividers: false
};

Просмотреть файл

@@ -198,6 +198,7 @@ export default class Textbox extends React.Component {
providers={this.suggestionProviders}
channelId={this.props.channelId}
value={this.props.messageText}
renderDividers={true}
/>
<div
ref='preview'

Просмотреть файл

@@ -229,7 +229,7 @@
"admin.email.agreeHPNS": " Ich verstehe und akzeptiere <a href=\"https://about.mattermost.com/hpns-terms/\" target=\"_blank\">die Bedingungen</a> des Mattermost Hosted Push Notification Service Terms of Service und die <a href=\"https://about.mattermost.com/hpns-privacy/\" target=\"_blank\">Datenschutzerklärung</a>.",
"admin.email.allowEmailSignInDescription": "Wenn wahr, Mattermost erlaubt Nutzern sich mit E-Mail und Passwort anzumelden.",
"admin.email.allowEmailSignInTitle": "Erlaube Login mit E-Mail: ",
"admin.email.allowSignupDescription": "Wenn wahr erlaubt Mattermost Teamerstellung und Registrierung via E-Mail und Passwort. Dieser Wert sollte nur Falsch sein, wenn Sie Anmeldungen nur via SSO Dienste wie OAuth oder LDAP zulassen möchten.",
"admin.email.allowSignupDescription": "Wenn wahr erlaubt Mattermost Teamerstellung und Registrierung via E-Mail und Passwort. Dieser Wert sollte nur Falsch sein, wenn Sie Anmeldungen nur via SSO Dienste wie OAuth oder AD/LDAP zulassen möchten.",
"admin.email.allowSignupTitle": "Erlaube die Erstellen einen Accounts mit der E-Mail: ",
"admin.email.allowUsernameSignInDescription": "Wenn wahr erlaubt Mattermost Nutzern sich mit Benutzername und Passwort anzumelden. Diese Einstellungen wird typischerweise nur genutzt, wenn E-Mail Bestätigung deaktiviert ist.",
"admin.email.allowUsernameSignInTitle": "Erlaube Login mit Benutzernamen: ",
@@ -392,57 +392,59 @@
"admin.image.thumbWidthTitle": "Breite des Vorschaubildes:",
"admin.integrations.custom": "Benutzerdefinierte Integrationen",
"admin.integrations.external": "Externe Dienste",
"admin.ldap.baseDesc": "Die Basisdomäne ist der ausgezeichnete Name, mit dem Mattermost mit der Suche nach Nutzern im LDAP Baum beginnen soll.",
"admin.ldap.baseDesc": "Die Basisdomäne ist der ausgezeichnete Name, mit dem Mattermost mit der Suche nach Nutzern im AD/LDAP Baum beginnen soll.",
"admin.ldap.baseEx": "z.B.: \"ou=Unit Name,dc=corp,dc=example,dc=com\"",
"admin.ldap.baseTitle": "Basisdomäne:",
"admin.ldap.bindPwdDesc": "Passwort des Nutzers gegeben durch \"LDAP Nutzername\".",
"admin.ldap.bindPwdTitle": "LDAP Nutzername:",
"admin.ldap.bindUserDesc": "Der Nutzername, welcher für die LDAP Suche benutzt wird. Dies sollte an Konto sein, welches speziell für Mattermost angelegt wurde. Es sollte begrenzten Lesezugriff auf den Bereich im LDAP Baum erhalten, welcher im Basisdomäne Feld angegeben wurde.",
"admin.ldap.bindUserDesc": "Der Nutzername, welcher für die AD/LDAP Suche benutzt wird. Dies sollte an Konto sein, welches speziell für Mattermost angelegt wurde. Es sollte begrenzten Lesezugriff auf den Bereich im AD/LDAP Baum erhalten, welcher im Basisdomäne Feld angegeben wurde.",
"admin.ldap.bindUserTitle": "LDAP Nutzername:",
"admin.ldap.emailAttrDesc": "Das Attribut des LDAP Servers, welches benutzt wird um die E-Mailadressen der Nutzer in Mattermost auszfüllen.",
"admin.ldap.emailAttrDesc": "Das Attribut des AD/LDAP Servers, welches benutzt wird um die E-Mail-Adressen der Nutzer in Mattermost auszufüllen.",
"admin.ldap.emailAttrEx": "Ex \"mail\" oder \"userPrincipalName\"",
"admin.ldap.emailAttrTitle": "E-Mail Attribut:",
"admin.ldap.enableDesc": "Wenn wahr, erlaubt Mattermost den Login mit LDAP",
"admin.ldap.enableTitle": "Erlaube Login mit LDAP:",
"admin.ldap.firstnameAttrDesc": "(Optional) Das Attribut des LDAP Servers, welches benutzt wird um den Vornamen des Nutzers in Mattermost auszufüllen.",
"admin.ldap.enableDesc": "Wenn wahr, erlaubt Mattermost den Login mit AD/LDAP",
"admin.ldap.enableTitle": "Erlaube Login mit AD/LDAP:",
"admin.ldap.firstnameAttrDesc": "(Optional) Das Attribut des AD/LDAP Servers, welches benutzt wird um den Vornamen des Nutzers in Mattermost auszufüllen.",
"admin.ldap.firstnameAttrEx": "z.B.: \"givenName\"",
"admin.ldap.firstnameAttrTitle": "Attribut Vorname",
"admin.ldap.idAttrDesc": "Das Attribut des LDAP Server, welches von Mattermost als eindeutiger Identifikator benutzt wird. Es sollte ein LDAP Attribut sein, dessen Wert sich nicht ändert, z.B. Nutzername oder UID. Wenn die ID eines Nutzer sich ändert, wird Mattermost einen neues Konto erstellen, welches nicht mit dem Alten verbunden ist. Dieser Wert wird für den Login in Mattermost als \"LDAP Nutzername\" auf der Anmeldeseite verwendet. Normalerweise ist das Attribut dasselbe wie das vorherige Feld \"Attribut Benutzername\". Wenn ihr Team, zur Anmeldung an andere Dienste mittels LDAP, die Formulierung Domäne\\Benutzername verwendet, wählen Sie Domäne\\Benutzername in diesem Feld, um die Konsistenz zwischen den Seiten beizubehalten.",
"admin.ldap.idAttrDesc": "Das Attribut des AD/LDAP Server, welches von Mattermost als eindeutiger Identifikator benutzt wird. Es sollte ein AD/LDAP Attribut sein, dessen Wert sich nicht ändert, z.B. Nutzername oder UID. Wenn die ID eines Nutzer sich ändert, wird Mattermost einen neues Konto erstellen, welches nicht mit dem Alten verbunden ist. Dieser Wert wird für den Login in Mattermost als \"AD/LDAP Nutzername\" auf der Anmeldeseite verwendet. Normalerweise ist das Attribut dasselbe wie das vorherige Feld \"Attribut Benutzername\". Wenn ihr Team, zur Anmeldung an andere Dienste mittels AD/LDAP, die Formulierung Domäne\\Benutzername verwendet, wählen Sie Domäne\\Benutzername in diesem Feld, um die Konsistenz zwischen den Seiten beizubehalten.",
"admin.ldap.idAttrEx": "z.B.: \"sAMAccountName\"",
"admin.ldap.idAttrTitle": "Attribut ID: ",
"admin.ldap.lastnameAttrDesc": "(Optional) Das Attribut des LDAP Servers, welches benutzt wird um den Nachname des Nutzers in Mattermost auszufüllen.",
"admin.ldap.lastnameAttrDesc": "(Optional) Das Attribut des AD/LDAP Servers, welches benutzt wird um den Nachname des Nutzers in Mattermost auszufüllen.",
"admin.ldap.lastnameAttrEx": "z.B.: \"sn\"",
"admin.ldap.lastnameAttrTitle": "Attibut Nachname:",
"admin.ldap.loginNameDesc": "Der Platzhalter der im Loginfeld der Loginseite angezeigt wird. Standart ist \"LDAP Benutzername\".",
"admin.ldap.loginNameEx": "z.B.: \"LDAP Benutzername\"",
"admin.ldap.ldap_test_button": "AD/LDAP Test",
"admin.ldap.loginNameDesc": "Der Platzhalter der im Loginfeld der Loginseite angezeigt wird. Standart ist \"AD/LDAP Benutzername\".",
"admin.ldap.loginNameEx": "z.B.: \"AD/LDAP Benutzername\"",
"admin.ldap.loginNameTitle": "Login Feld Name:",
"admin.ldap.maxPageSizeEx": "z.B.: \"2000\"",
"admin.ldap.maxPageSizeHelpText": "Die maximale Anzahl von Benutzern, die der Mattermost Server vom LDAP Server auf einmal anfordern wird. 0 ist unendlich.",
"admin.ldap.maxPageSizeTitle": "Maximale Seitengröße:",
"admin.ldap.nicknameAttrDesc": "(Optional) Das Attribut des LDAP Servers, welches benutzt wird um den Nachname des Nutzers in Mattermost auszufüllen.",
"admin.ldap.nicknameAttrDesc": "(Optional) Das Attribut des AD/LDAP Servers, welches benutzt wird um den Nachname des Nutzers in Mattermost auszufüllen.",
"admin.ldap.nicknameAttrEx": "z.B.: \"Spitzname\"",
"admin.ldap.nicknameAttrTitle": "Spitznamen Attribut:",
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">Hinweis:</h4><p>LDAP-Funktionen sind Bestandteil der Enterprise Edition. Ihre derzeitige Lizenz unterstützt LDAP nicht. Besuchen Sie unsere <a href=\"http://mattermost.com\" target=\"_blank\">Webseite</a> für Information und Preise der Enterprise Lizenzen.</p>",
"admin.ldap.portDesc": "Der Port den Mattermost für die Verbindung mit dem LDAP Server verwendet. Standard ist 389.",
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">Hinweis:</h4><p>AD/LDAP-Funktionen sind Bestandteil der Enterprise Edition. Ihre derzeitige Lizenz unterstützt AD/LDAP nicht. Besuchen Sie unsere <a href=\"http://mattermost.com\" target=\"_blank\">Webseite</a> für Information und Preise der Enterprise Lizenzen.</p>",
"admin.ldap.portDesc": "Der Port den Mattermost für die Verbindung mit dem AD/LDAP Server verwendet. Standard ist 389.",
"admin.ldap.portEx": "z.B.: \"389\"",
"admin.ldap.portTitle": "LDAP-Port:",
"admin.ldap.queryDesc": "Wert für Anfragen-Time-out an den LDAP Server. Erhöhen Sie diesen, wenn Sie Ablauffehler aufgrund eines langsamen LDAP Servers bekommen.",
"admin.ldap.portTitle": "AD/LDAP-Port:",
"admin.ldap.queryDesc": "Wert für Anfragen-Time-out an den AD/LDAP Server. Erhöhen Sie diesen, wenn Sie Ablauffehler aufgrund eines langsamen AD/LDAP Servers bekommen.",
"admin.ldap.queryEx": "z.B.: \"60\"",
"admin.ldap.queryTitle": "Wert für Time-out (in Sekunden):",
"admin.ldap.serverDesc": "Die Domäne oder IP-Adresse des LDAP Server.",
"admin.ldap.serverDesc": "Die Domäne oder IP-Adresse des AD/LDAP Server.",
"admin.ldap.serverEx": "z.B.: \"10.0.0.23\"",
"admin.ldap.serverTitle": "LDAP Server:",
"admin.ldap.serverTitle": "AD/LDAP Server:",
"admin.ldap.skipCertificateVerification": "Zertifikatsprüfung überspringen:",
"admin.ldap.skipCertificateVerificationDesc": "Zertifikatsprüfung für TLS oder STARTTLS Verbindungen überspringen. Nicht empfohlen bei Produktiv-Umgebungen bei denen TLS benötigt wird. Nur zum Test gedacht.",
"admin.ldap.syncFailure": "Sync Fehler: {error}",
"admin.ldap.syncIntervalHelpText": "Die LDAP Synchronisation aktualisiert die Mattermost Benutzerinformationen um die Änderungen auf dem LDAP Server zu spiegeln. Wenn zum Beispiel der Name eines Benutzers auf dem LDAP Server geändert wird, wird die Änderung in Mattermost bei der nächsten Synchronisierung durchgeführt. Gelöschte oder deaktivierte Accounts auf dem LDAP Server setzen die Benutzer als \"Inaktiv\" und die Benutzersessions werden entfernt. Mattermost führt die Synchronisation im hier spezifizierten Intervall durch. Wenn zum Beispiel 60 eingegeben wird, synchronisiert Mattermost alle 60 Minuten.",
"admin.ldap.syncIntervalHelpText": "Die AD/LDAP Synchronisation aktualisiert die Mattermost Benutzerinformationen um die Änderungen auf dem AD/LDAP Server zu spiegeln. Wenn zum Beispiel der Name eines Benutzers auf dem AD/LDAP Server geändert wird, wird die Änderung in Mattermost bei der nächsten Synchronisierung durchgeführt. Gelöschte oder deaktivierte Accounts auf dem AD/LDAP Server setzen die Benutzer als \"Inaktiv\" und die Benutzersessions werden entfernt. Mattermost führt die Synchronisation im hier spezifizierten Intervall durch. Wenn zum Beispiel 60 eingegeben wird, synchronisiert Mattermost alle 60 Minuten.",
"admin.ldap.syncIntervalTitle": "Synchronisationsintervall (in Minuten):",
"admin.ldap.syncNowHelpText": "Initiiert eine sofortige LDAP Synchronisation.",
"admin.ldap.sync_button": "LDAP jetzt abgleichen",
"admin.ldap.testFailure": "LDAP Test Fehler: {error}",
"admin.ldap.testHelpText": "Überprüft ob der Mattermost sich mit dem angegebenen LDAP Server verbinden kann. Schauen Sie im Log für detailliertere Fehlermeldungen nach.",
"admin.ldap.uernameAttrDesc": "Das Attribut des LDAP-Servers das zum Befüllen des Benutzernamens in Mattermost verwendet wird. Das kann auch dem des ID-Attributes entsprechen.",
"admin.ldap.userFilterDisc": "(Optional)Geben Sie einen LDAP-Filters zur Begrenzung bei der Suche nach Benutzer-Objekten ein. Nur die zurückgegebenen Benutzer dieser Abfrage werden Zugriff auf Mattermost erhalten. Für Active-Directory lautet die Abfrage zum Ausschluss von deaktivierten Benutzern (&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).",
"admin.ldap.syncNowHelpText": "Initiiert eine sofortige AD/LDAP Synchronisation.",
"admin.ldap.sync_button": "AD/LDAP jetzt abgleichen",
"admin.ldap.testFailure": "AD/LDAP Test Fehler: {error}",
"admin.ldap.testHelpText": "Überprüft ob der Mattermost sich mit dem angegebenen AD/LDAP Server verbinden kann. Schauen Sie im Log für detailliertere Fehlermeldungen nach.",
"admin.ldap.testSuccess": "AD/LDAP Test Successful",
"admin.ldap.uernameAttrDesc": "Das Attribut des AD/LDAP-Servers das zum Befüllen des Benutzernamens in Mattermost verwendet wird. Das kann auch dem des ID-Attributes entsprechen.",
"admin.ldap.userFilterDisc": "(Optional)Geben Sie einen AD/LDAP-Filters zur Begrenzung bei der Suche nach Benutzer-Objekten ein. Nur die zurückgegebenen Benutzer dieser Abfrage werden Zugriff auf Mattermost erhalten. Für Active-Directory lautet die Abfrage zum Ausschluss von deaktivierten Benutzern (&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).",
"admin.ldap.userFilterEx": "z.B.: \"(objectClass=user)\"",
"admin.ldap.userFilterTitle": "Benutzerfilter:",
"admin.ldap.usernameAttrEx": "z.B.: \"sAMAccountName\"",
@@ -461,6 +463,8 @@
"admin.license.uploading": "Lizenz wird hochgeladen...",
"admin.log.consoleDescription": "Üblicherweise Falsch bei Produktiv-Umgebungen. Entwickler können dieses auf Wahr stellen um Logmeldungen auf der Konsole anhand der Konsolen-Level Option zu erhalten. Wenn Wahr, schreibt der Server die Meldungen in den Standard-Ausgabe-Stream (stdout).",
"admin.log.consoleTitle": "Log auf der Konsole ausgeben:",
"admin.log.enableDiagnostics": "Aktiviere Diagnose und Fehlerübermittlung:",
"admin.log.enableDiagnosticsDescription": "Durch aktivieren dieses Features kann die Qualität und Performance von Mattermost verbessert werden indem Diagnose und Fehler an Mattermost, Inc übermittelt werden. Lesen Sie unsere <a href=\"https://about.mattermost.com/default-privacy-policy/\" target=\"_blank\">Datenschutzbestimmungen</a> um mehr darüber zu erfahren.",
"admin.log.enableWebhookDebugging": "Aktiviere Webhook Debugging:",
"admin.log.enableWebhookDebuggingDescription": "Sie können dies auf falsch setzen, um das Debuglogging von eingehenden Webhook Anfragen zu deaktivieren.",
"admin.log.fileDescription": "In Produktionsumgebungen normalerweise wahr. Wenn wahr werden Logdateien im Speicherort abgelegt, welcher im unteren Feld spezifiziert wird.",
@@ -636,8 +640,8 @@
"admin.service.iconTitle": "Erlaube Integrationen das Profilbild zu ändern:",
"admin.service.insecureTlsDesc": "Wenn Wahr werden alle ausgehenden HTTPS Anfragen von selbst-signierten Zertifikaten ungeprüft angenommen. Zum Beispiel werden ausgehende Webhooks an einen Server mit einem selbst-signiertem TLS Zertifikat an eine beliebige Domäne zugelassen. Hinweis: das macht diese Verbindungen anfällig für \"Man-In-The-Middle\" Attacken.",
"admin.service.insecureTlsTitle": "Erlaube unsichere ausgehende Verbindungen: ",
"admin.service.integrationAdmin": "Begrenze die Erstellung von Integrationen auf Team- und Systemadministratoren: ",
"admin.service.integrationAdminDesc": "Sofern Wahr, können vom Benutzer erstellte Integrationen nur von Admins erstellt werden.",
"admin.service.integrationAdmin": "Verwaltung der Integrationen auf Admins beschränken:",
"admin.service.integrationAdminDesc": "Wenn wahr, können Webhooks und Slash Befehle nur durch Team- und Systemadministratoren erstellt, bearbeitet oder betrachtet werden. OAuth 2.0 Anwendungen nur durch Systemadministratoren. Integrationen stehen allen Benutzern zur Verfügung nachdem ein Admin sie erstellt hat.",
"admin.service.listenAddress": "Empfangs-Adresse:",
"admin.service.listenDescription": "Die Adresse auf die gebunden und gehört werden soll. Die Eingabe von \":8065\" bindet alle Schnittstellen, \"127.0.0.1:8065\" bindet an die angegebene Schnittstelle. Änderung dieses Wertes erfordert einen Serverneustart bevor er gültig wird.",
"admin.service.listenExample": "z.B.: \":8065\"",
@@ -658,13 +662,13 @@
"admin.service.sessionCacheDesc": "Die Anzahl von Minuten in denen der Sitzungs-Cache im Speicher gehalten wird.",
"admin.service.sessionDaysEx": "z.B.: \"30\"",
"admin.service.siteURL": "URL der Seite:",
"admin.service.siteURLDescription": "Die URL, inklusive Port und Protokoll, mit der Benutzer auf Mattermost zugreifen können. Leer lassen um automatisch basierend von eingehendem Verkehr zu ermitteln.",
"admin.service.siteURLDescription": "Die URL, inklusive Port und Protokoll, welche Benutzer zum Zugriff auf Mattermost verwenden werden. Dieses Feld kann leer gelassen werden sofern Sie E-Mail Stapelung in <b>Benachrichtigungen > E-Mail</b> nicht verwenden. Wenn leer wird die URL basierend auf eingehenden Verkehr ermittelt.",
"admin.service.siteURLExample": "z.B.: \"https://mattermost.example.com:1234\"",
"admin.service.ssoSessionDays": "Sessiondauer für SSO Anwendungen (Tage):",
"admin.service.ssoSessionDaysDesc": "Die Anzahl der Tage seit der letzten Anmeldung des Benutzers bis zum Ablauf der Sitzung. Wenn die Authentifizierungsmethode SAML oder GitLab ist, wird der Benutzer automatisch wieder angemeldet sofern er noch bei SAML oder GitLab angemeldet ist. Bei Änderung dieser Einstellung tritt die neue Sitzungsdauer in Kraft nachdem der Benutzer sich das nächste Mal anmeldet.",
"admin.service.testingDescription": "Wenn wahr wird der /loadtest Slash Befehl aktiviert um Testaccounts, -daten und -Textformatierungen zu laden. Änderung erfordern einen Server Neustart.",
"admin.service.testingTitle": "Aktiviere Testkommandos: ",
"admin.service.webSessionDays": "Sitzungsdauer LDAP und E-Mail (in Tagen):",
"admin.service.webSessionDays": "Sitzungsdauer AD/LDAP und E-Mail (in Tagen):",
"admin.service.webSessionDaysDesc": "Die Anzahl der Tage seit der letzten Anmeldung des Benutzers bis zum Ablauf der Sitzung. Bei Änderung dieser Einstellung tritt die neue Sitzungsdauer in Kraft nachdem der Benutzer sich das nächste Mal anmeldet.",
"admin.service.webhooksDescription": "Wenn wahr werden eingehende Webhooks erlaubt. Um Phishing Attacken vorzubeugen werden alle Posts von Webhooks mit dem BOT Tag versehen. <a href='http://docs.mattermost.com/developer/webhooks-incoming.html' target='_blank'>Dokumentation</a> für mehr Details.",
"admin.service.webhooksTitle": "Aktiviere eingehende Webhooks: ",
@@ -1012,18 +1016,18 @@
"channel_switch_modal.submit": "Wechseln",
"channel_switch_modal.title": "Kanal wechseln",
"claim.account.noEmail": "Keine E-Mail-Adresse angegeben",
"claim.email_to_ldap.enterLdapPwd": "Geben Sie eine ID und ein Passwort für Ihren LDAP Account ein",
"claim.email_to_ldap.enterLdapPwd": "Geben Sie eine ID und ein Passwort für Ihren AD/LDAP Account ein",
"claim.email_to_ldap.enterPwd": "Geben Sie das Passwort für den {site} E-Mail-Account ein",
"claim.email_to_ldap.ldapId": "LDAP ID",
"claim.email_to_ldap.ldapIdError": "Bitte geben Sie Ihre LDAP ID ein.",
"claim.email_to_ldap.ldapPasswordError": "Bitte geben Sie Ihr LDAP Passwort ein.",
"claim.email_to_ldap.ldapPwd": "LDAP Passwort",
"claim.email_to_ldap.ldapId": "AD/LDAP ID",
"claim.email_to_ldap.ldapIdError": "Bitte geben Sie Ihre AD/LDAP ID ein.",
"claim.email_to_ldap.ldapPasswordError": "Bitte geben Sie Ihr AD/LDAP Passwort ein.",
"claim.email_to_ldap.ldapPwd": "AD/LDAP Passwort",
"claim.email_to_ldap.pwd": "Passwort",
"claim.email_to_ldap.pwdError": "Bitte geben Sie Ihr aktuelles Passwort ein.",
"claim.email_to_ldap.ssoNote": "Sie müssen bereits einen gültigen LDAP Account besitzen",
"claim.email_to_ldap.ssoType": "Sobald Sie Ihren Account in Anspruch nehmen, können Sie sich nur noch mit Ihrem LDAP Account anmelden",
"claim.email_to_ldap.switchTo": "Account zu LDAP wechseln",
"claim.email_to_ldap.title": "Account von E-Mail/Passwort auf LDAP wechseln",
"claim.email_to_ldap.ssoNote": "Sie müssen bereits einen gültigen AD/LDAP Account besitzen",
"claim.email_to_ldap.ssoType": "Sobald Sie Ihren Account in Anspruch nehmen, können Sie sich nur noch mit Ihrem AD/LDAP Account anmelden",
"claim.email_to_ldap.switchTo": "Account zu AD/LDAP wechseln",
"claim.email_to_ldap.title": "Account von E-Mail/Passwort auf AD/LDAP wechseln",
"claim.email_to_oauth.enterPwd": "Geben Sie das Passwort für den {site} Zugang ein",
"claim.email_to_oauth.pwd": "Passwort",
"claim.email_to_oauth.pwdError": "Bitte geben Sie Ihr aktuelles Passwort ein.",
@@ -1035,14 +1039,14 @@
"claim.ldap_to_email.email": "Sie werden die E-Mail-Adresse {email} zum Login verwenden",
"claim.ldap_to_email.enterLdapPwd": "Geben Sie Ihr {ldapPassword} für den {site} E-Mail-Account ein",
"claim.ldap_to_email.enterPwd": "Geben Sie ein neues Passwort für Ihren E-Mail-Account ein",
"claim.ldap_to_email.ldapPasswordError": "Bitte geben Sie Ihr LDAP Passwort ein.",
"claim.ldap_to_email.ldapPwd": "LDAP Passwort",
"claim.ldap_to_email.ldapPasswordError": "Bitte geben Sie Ihr AD/LDAP Passwort ein.",
"claim.ldap_to_email.ldapPwd": "AD/LDAP Passwort",
"claim.ldap_to_email.pwd": "Passwort",
"claim.ldap_to_email.pwdError": "Bitte geben Sie Ihr Passwort ein.",
"claim.ldap_to_email.pwdNotMatch": "Die Passwörter stimmen nicht überein.",
"claim.ldap_to_email.ssoType": "Sobald Sie Ihren Account in Anspruch nehmen, können Sie sich nur noch mit Ihrer E-Mail-Adresse und Ihrem Passwort anmelden",
"claim.ldap_to_email.switchTo": "Zugang auf E-Mail-Adresse/Passwort umstellen",
"claim.ldap_to_email.title": "LDAP Zugang auf E-Mail-Adresse/Passwort umstellen",
"claim.ldap_to_email.title": "AD/LDAP Zugang auf E-Mail-Adresse/Passwort umstellen",
"claim.oauth_to_email.confirm": "Passwort bestätigen",
"claim.oauth_to_email.description": "Sobald Sie Ihren Accounttyp wechseln, können Sie sich nur noch mit Ihrer E-Mail-Adresse und Ihrem Passwort anmelden.",
"claim.oauth_to_email.enterNewPwd": "Geben Sie ein neues Passwort für Ihren {site} E-Mail-Account ein",
@@ -1204,53 +1208,53 @@
"get_team_invite_link_modal.help": "Senden Sie Teammitgliedern den unten stehenden Link damit diese sich für dieses Team registrieren können. Der Team Einladungslink kann mit mehreren Teammitgliedern geteilt werden da er sich nicht ändert, sofern er nicht in den Teameinstellungen durch den Team Admin geändert wird.",
"get_team_invite_link_modal.helpDisabled": "Erstellung von Benutzern wurde für Ihr Team deaktiviert. Für Details, fragen Sie bitte Ihren Administrator.",
"get_team_invite_link_modal.title": "Team Einladungslink",
"help.attaching.downloading": "#### Dateien herunterladen\nLaden Sie eine angehängte Datei herunter indem dem Sie das Herunterladen-Icon neben der Vorschau anklicken oder durch öffnen in der Dateivorschau und auf **Herunterladen** klicken.",
"help.attaching.dragdrop": "#### Drag and Drop\nLaden Sie eine oder mehrere Dateien hoch indem Sie die Datei(en) vom Ihrem Computer in die rechte oder mittige Fläche ziehen. Wenn Sie die Datei(en) in die Nachrichtenbox ziehen können Sie optional eine Nachricht dazu verfassen und durch **ENTER** absenden.",
"help.attaching.downloading": "#### Dateien herunterladen\nLaden Sie eine angehängte Datei herunter indem dem Sie das Herunterladen-Icon neben dem Miniaturbild anklicken oder durch öffnen in der Dateivorschau und auf **Herunterladen** klicken.",
"help.attaching.dragdrop": "#### Drag und Drop\nLaden Sie eine oder mehrere Dateien hoch indem Sie die Datei(en) vom Ihrem Computer in die rechte oder mittige Fläche ziehen. Wenn Sie die Datei(en) in die Nachrichtenbox ziehen können Sie optional eine Nachricht dazu verfassen und durch **ENTER** absenden.",
"help.attaching.icon": "#### Anhänge Icon\nAlternativ können Sie Dateien über einen Klick auf die graue Büroklammer in der Nachrichtenbox hochladen. Dies öffnet den Systemdatei Dialog in dem Sie zu den gewünschten Dateien navigieren können und durch einen Klick auf **Öffnen** hochladen können. Optional können Sie noch eine Nachricht verfassen und mit **ENTER** absenden.",
"help.attaching.limitations": "## File Size Limitations\nMattermost supports a maximum of five attached files per post, each with a maximum file size of 50Mb.",
"help.attaching.methods": "## Attachment Methods\nAttach a file by drag and drop or by clicking the attachment icon in the message input box.",
"help.attaching.notSupported": "Document preview (Word, Excel, PPT) is not yet supported.",
"help.attaching.pasting": "#### Pasting Images\nOn Chrome and Edge browsers, it is also possible to upload files by pasting them from the clipboard. This is not yet supported on other browsers.",
"help.attaching.previewer": "## File Previewer\nMattermost has a built in file previewer that is used to view media, download files and share public links. Click the thumbnail of an attached file to open it in the file previewer.",
"help.attaching.publicLinks": "#### Sharing Public Links\nPublic links allow you to share file attachments with people outside your Mattermost team. Open the file previewer by clicking on the thumbnail of an attachment, then click **Get Public Link**. This opens a dialog box with a link to copy. When the link is shared and opened by another user, the file will automatically download.",
"help.attaching.publicLinks2": "If **Get Public Link** is not visible in the file previewer and you prefer the feature enabled, you can request that your System Admin enable the feature from the System Console under **Security** > **Public Links**.",
"help.attaching.supported": "#### Supported Media Types\nIf you are trying to preview a media type that is not supported, the file previewer will open a standard media attachment icon. Supported media formats depend heavily on your browser and operating system, but the following formats are supported by Mattermost on most browsers:",
"help.attaching.supportedList": "- Images: BMP, GIF, JPG, JPEG, PNG\n- Video: MP4\n- Audio: MP3, M4A\n- Documents: PDF",
"help.attaching.title": "# Attaching Files\n_____",
"help.commands.builtin": "## Built-in Commands\nThe following slash commands are available on all Mattermost installations:",
"help.commands.builtin2": "Begin by typing `/` and a list of slash command options appears above the text input box. The autocomplete suggestions help by providing a format example in black text and a short description of the slash command in grey text.",
"help.commands.custom": "## Custom Commands\nCustom slash commands integrate with external applications. For example, a team might configure a custom slash command to check internal health records with `/patient joe smith` or check the weekly weather forcast in a city with `/weather toronto week`. Check with your System Admin or open the autocomplete list by typing `/` to determine if your team configured any custom slash commands.",
"help.commands.custom2": "Custom slash commands are disabled by default and can be enabled by the System Admin in the **System Console** > **Integrations** > **Webhooks and Commands**. Learn about configuring custom slash commands on the [developer slash command documentation page](http://docs.mattermost.com/developer/slash-commands.html).",
"help.commands.intro": "Slash commands perform operations in Mattermost by typing into the text input box. Enter a `/` followed by a command and some arguments to perform actions.\n\nBuilt-in slash commands come with all Mattermost installations and custom slash commands are configurable to interact with external applications. Learn about configuring custom slash commands on the [developer slash command documentation page](http://docs.mattermost.com/developer/slash-commands.html).",
"help.commands.title": "# Executing Commands\n___",
"help.composing.deleting": "## Deleting a message\nDelete a message by clicking the **[...]** icon next to any message text that youve composed, then click **Delete**. System and Team Admins can delete any message on their system or team.",
"help.composing.editing": "## Editing a Message\nEdit a message by clicking the **[...]** icon next to any message text that youve composed, then click **Edit**. After making modifications to the message text, press **ENTER** to save the modifications. Message edits do not trigger new @mention notifications, desktop notifications or notification sounds.",
"help.composing.linking": "## Linking to a message\nThe **Permalink** feature creates a link to any message. Sharing this link with other users in the channel lets them view the linked message in the Message Archives. Users who are not a member of the channel where the message was posted cannot view the permalink. Get the permalink to any message by clicking the **[...]** icon next to the message text > **Permalink** > **Copy Link**.",
"help.composing.posting": "## Posting a Message\nWrite a message by typing into the text input box, then press **ENTER** to send it. Use **Shift + ENTER** to create a new line without sending a message. To send messages by pressing **Ctrl+Enter** go to **Main Menu > Account Settings > Send messages on Ctrl + Enter**.",
"help.composing.posts": "#### Posts\nPosts can be considered parent messages. They are the messages that often start a thread of replies. Posts are composed and sent from the text input box at the bottom of the center pane.",
"help.composing.replies": "#### Replies\nReply to a message by clicking the reply icon next to any message text. This action opens the right-hand-side (RHS) where you can see the message thread, then compose and send your reply. Replies are indented slightly in the center pane to indicate that they are child messages of a parent post.\n\nWhen composing a reply in the right-hand side, click the expand/collapse icon with two arrows at the top of the sidebar to make things easier to read.",
"help.composing.title": "# Sending Messages\n_____",
"help.composing.types": "## Message Types\nReply to posts to keep conversations organized in threads.",
"help.formatting.checklist": "Make a task list by including square brackets:",
"help.formatting.checklistExample": "- [ ] Item one\n- [ ] Item two\n- [x] Completed item",
"help.formatting.code": "## Code Block\n\nCreate a code block by indenting each line by four spaces, or by placing ``` on the line above and below your code.",
"help.formatting.codeBlock": "code block",
"help.attaching.limitations": "## Dateigrößenbeschränkung\nMattermost unterstützt ein Maximum an fünf angehängten Dateien pro Nachricht, jede mit einer maximalen Dateigröße von 50 MB.",
"help.attaching.methods": "## Anhängmethoden\nHängen Sie eine Datei durch Drag und Drop oder durch klicken des Anhänge Icons in der Nachrichtenbox an.",
"help.attaching.notSupported": "Dateivorschau (Word, Excel, PowerPoint) wird noch nicht unterstützt.",
"help.attaching.pasting": "#### Bilder einfügen\nIn Chrome und Edge Browsern können Bilder auch hochgeladen werden in dem sie von der Zwischenablage eingefügt werden. Dies wird noch nicht in anderen Browsern unterstützt.",
"help.attaching.previewer": "## Dateivorschau\nMattermost hat eine eingebaute Dateivorschau mit der Medien angeschaut, heruntergeladen und öffentlich geteilt werden können. Klicken Sie auf das Miniaturbild einer angehängten Datei um die Dateivorschau zu öffnen.",
"help.attaching.publicLinks": "#### Links öffentlich teilen\nÖffentliche Links erlaubt Ihnen Dateianhänge an Personen außerhalb Ihre Mattermost Teams zu senden. Öffnen Sie die Dateivorschau durch Klick auf das Miniaturbild eines Anhanges und klicken auf **Öffentlichen Link abrufen**. Dies öffnet einen Dialog mit einem Link zum kopieren. Wenn der Link geteilt und durch einen anderen Benutzer geöffnet wird, wird die Datei automatisch heruntergeladen.",
"help.attaching.publicLinks2": "Wenn **Öffentlichen Link abrufen** nicht in der Dateivorschau sichtbar ist und dieses Feature gerne aktiviert haben möchten, bitten Sie Ihren Systemadministrator das Feature in der Systemkonsole unter **Sicherheit** > **Öffentliche Links** zu aktivieren.",
"help.attaching.supported": "#### Unterstützte Dateitypen\nWenn Sie versuchen eine Datei anzusehen welche nicht unterstützt wird, wird die Dateivorschau ein Standard Anhang Icon anzeigen. Unterstützte Dateitypen hängen stark von Ihrem Browser und Betriebssystem ab, aber folgende Formate werden in den meisten Browsern unterstützt:",
"help.attaching.supportedList": "- Bilder: BMP, GIF, JPG, JPEG, PNG\n- Video: MP4\n- Audio: MP3, M4A\n- Dokumente: PDF",
"help.attaching.title": "# Dateien Anhängen\n_____",
"help.commands.builtin": "## Eingebaute Befehle\nDie folgenden Slash Befehle sind in allen Mattermost Installationen verfügbar:",
"help.commands.builtin2": "Starten Sie durch tippen von `/` und eine Liste aller Slash Befehloptionen erscheint über dem Eingabefeld. Die Autovervollständigungsvoschläge helfen durch ein Formatierungsbeispiel in schwarzem Text und eine kurze Beschreibung des Slash Befehls in grauem Text.",
"help.commands.custom": "## Benutzerdefinierte Befehle\nBenutzerdefinierte Slash Befehle integrieren externe Anwendungen. Zum Beispiel könnte ein Team einen Slash Befehl zum Abrufen interner Patientenakten mit `/patient joe smith` einbinden oder die wöchentliche Wettervorhersage einer Stadt mit `/wetter toronto woche` abrufen. Fragen Sie Ihren Systemadministrator oder öffnen Sie die Liste der Autovervollständigung durch Eingabe von `/`um zu prüfen ob für Ihr Team benutzerdefinierte Slash Befehle konfiguriert wurden.",
"help.commands.custom2": "Benutzerdefinierte Slash Befehle sind per Standard deaktiviert und können durch den Systemadministrator in der **Systemkonsole** > **Integrationen** > **Webhooks und Befehle** aktiviert werden. Lernen Sie mehr über benutzerdefinierte Befehle auf der der [Entwickler Slash Befehl Dokumentation](http://docs.mattermost.com/developer/slash-commands.html).",
"help.commands.intro": "Slash Befehle führen Vorgänge in Mattermost durch Eingabe im Eingabefeld aus. Geben Sie ein `/`gefolgt von einem Befehl und einigen Argumenten ein um Aktionen auszulösen.\n\nEingebaute Slash Befehle sind in jeder Mattermost Installation und benutzerdefinierte Slash Befehle werden zur Interaktion mit externen Anwendungen eingerichtet. Lernen Sie mehr über das Einrichten benutzerdefinierter Slash Befehle in der [Entwickler Slash Befehl Dokumentation](http://docs.mattermost.com/developer/slash-commands.html).",
"help.commands.title": "# Befehle ausführen\n___",
"help.composing.deleting": "## Eine Nachricht löschen\nSie können eine Nachricht durch einen Klick auf das **[...]** Icon neben jeder Ihrer Mitteilungen und anschließendem Klick auf **Löschen** entfernen. System- und Teamadministratoren können jede Nachricht Ihres Systems oder Teams löschen.",
"help.composing.editing": "## Eine Nachricht bearbeiten\nSie können eine Nachricht durch einen Klick auf das **[...]** Icon neben jeder Ihrer Mitteilungen und anschließendem Klick auf **Bearbeiten** editieren, drücken Sie **Enter** um die Änderungen zu speichern. Bearbeitete Nachrichten lösen keine neuen @Nennungen, Desktop Benachrichtigungen oder Töne aus.",
"help.composing.linking": "## Eine Nachricht verlinken\nDer **dauerhafte Link** Feature erstellt einen Link für jede Mitteilung. Den Link mit anderen Kanalmitgliedern zu teilen ermöglicht ihnen die verknüpfte Nachricht im Archiv zu betrachten. Benutzer die nicht Mitglied des originären Kanals können den Link nicht betrachten. Um den dauerhaften Link zu einer Nachricht zu erhalten klicken Sie auf das **[...]** Icon neben einer Nachricht > **Dauerhafter Link** > **Link kopieren**.",
"help.composing.posting": "## Eine Nachricht senden\nSchreiben Sie eine Nachricht indem Sie diesen in das Eingabefeld eingeben und drücken anschließend **Enter** um ihn zu senden. Verwenden Sie **Shift + Enter** um einen Zeilenumbruch zu erzeugen ohne die Nachricht zu versenden. Um Nachrichten durch **Strg + Enter** zu senden wechseln Sie zu **Hauptmenü > Kontoeinstellungen > Erweitert > Sende Nachrichten mit Strg + Enter**.",
"help.composing.posts": "#### Nachrichten\nNachrichten können als übergeordnete Mitteilungen verstanden werden. Sie sind häufig die Nachrichten die den Start für Antworten sind. Nachrichten werden über das Eingabefeld am Ende des mittleren Feldes erzeugt und versendet.",
"help.composing.replies": "#### Antworten\nAntworten Sie auf eine Nachricht in dem Sie auf das Antworten Icon neben einer Nachricht klicken. Diese Aktion öffnet die rechte Seitenleiste in der Sie den Nachrichtenverlauf sehen, und Sie Ihre Antwort schreiben und versenden können. Antworten werden etwas eingerückt im mittleren Feld dargestellt um zu signalisieren das es sich um eine Antwort einer übergeordneten Nachricht handelt.\n\nWenn Sie eine Antwort in der rechten Seitenleiste erstellen, klicken Sie auf das erweitern/verkleinern Icon mit den zwei Pfeilen in der oberen Ecke der Seitenleiste um leichter lesen zu können.",
"help.composing.title": "# Senden von Nachrichten\n_____",
"help.composing.types": "## Nachrichtentypen\nAntworten Sie auf Nachrichten um Unterhaltungen strukturiert zu halten.",
"help.formatting.checklist": "Erstellen Sie eine Aufgabenliste durch die Verwendung von eckigen Klammern:",
"help.formatting.checklistExample": "- [ ] Eintrag eins\n- [ ] Eintrag zwei\n- [x] Erledigter Eintrag",
"help.formatting.code": "## Code Block\n\nErstellen Sie einen Code Block durch einrücken jeder Zeile durch vier Leerzeichen, oder indem Sie ``` in der Zeile über und unter Ihrem Code eingeben.",
"help.formatting.codeBlock": "Code Block",
"help.formatting.emojiExample": ":smile: :+1: :sheep:",
"help.formatting.emojis": "## Emojis\n\nOpen the emoji autocomplete by typing `:`. A full list of emojis can be found [here](http://www.emoji-cheat-sheet.com/). It is also possible to create your own [Custom Emoji](http://docs.mattermost.com/help/settings/custom-emoji.html) if the emoji you want to use doesn't exist.",
"help.formatting.example": "Example:",
"help.formatting.emojis": "## Emojis\n\nÖffnen Sie die Emoji Autovervollständigung durch Eingabe von `:`. Eine komplette Liste aller Emojis finden Sie [hier](http://www.emoji-cheat-sheet.com/). Es ist außerdem möglich dass Sie Ihre [eigenen Emojis](http://docs.mattermost.com/help/settings/custom-emoji.html) erstellen können, sollte das benötigte Emoji fehlen.",
"help.formatting.example": "Beispiel:",
"help.formatting.githubTheme": "**GitHub Theme**",
"help.formatting.headings": "## Headings\n\nMake a heading by typing # and a space before your title. For smaller headings, use more #s.",
"help.formatting.headings2": "Alternatively, you can underline the text using `===` or `---` to create headings.",
"help.formatting.headings2Example": "Large Heading\n-------------",
"help.formatting.headingsExample": "## Large Heading\n### Smaller Heading\n#### Even Smaller Heading",
"help.formatting.images": "## In-line Images\n\nCreate in-line images using an `!` followed by the alt text in square brackets and the link in normal brackets. Add hover text by placing it in quotes after the link.",
"help.formatting.imagesExample": "![alt text](link \"hover text\")\n\nand\n\n[![Build Status](https://travis-ci.org/mattermost/platform.svg?branch=master)](https://travis-ci.org/mattermost/platform) [![Github](https://assets-cdn.github.com/favicon.ico)](https://github.com/mattermost/platform)",
"help.formatting.inline": "## In-line Code\n\nCreate in-line monospaced font by surrounding it with backticks.",
"help.formatting.intro": "Markdown makes it easy to format messages. Type a message as you normally would, and use these rules to render it with special formatting.",
"help.formatting.lines": "## Lines\n\nCreate a line by using three `*`, `_`, or `-`.",
"help.formatting.headings": "## Überschriften\n\nErstellen Sie eine Überschrift durch Eingabe von # und einem Leerzeichen vor Ihrem Titel. Für kleinere Überschriften verwenden Sie mehrere #.",
"help.formatting.headings2": "Alternativ können Sie Überschriften durch schreiben von `===` oder `---` unter dem Text erstellen.",
"help.formatting.headings2Example": "Große Überschrift\n--------------",
"help.formatting.headingsExample": "## Große Überschrift\n### Kleinere Überschrift\n#### Noch kleinere Überschrift",
"help.formatting.images": "## Eingebettete Bilder\n\nErstellen Sie eingebettete Bilder durch `!`gefolgt vom alternativen Text in eckigen Klammern und einem Link in normalen Klammern. Fügen Sie einen Hover Text hinzu, indem Sie diesen in Anführungszeichen nach dem Link schreiben.",
"help.formatting.imagesExample": "![Alternativer Text](Link \"Hover Text\")\n\nund\n\n[![Build Status](https://travis-ci.org/mattermost/platform.svg?branch=master)](https://travis-ci.org/mattermost/platform) [![Github](https://assets-cdn.github.com/favicon.ico)](https://github.com/mattermost/platform)",
"help.formatting.inline": "## Eingebetteter Code\n\nErstellen Sie eingebetteten Monospaced Font durch die Verwendung von Backticks vor und nach dem Code.",
"help.formatting.intro": "Markdown macht es einfach Nachrichten zu formatieren. Schreiben Sie Nachrichten wie Sie es normalerweise Tun würden und verwenden diese Regeln um ihn zu formatieren.",
"help.formatting.lines": "## Linien\n\nErstellen Sie eine Linie durch drei `*`, `_`oder `-`.",
"help.formatting.linkEx": "[Check out Mattermost!](https://about.mattermost.com/)",
"help.formatting.links": "## Links\n\nCreate labeled links by putting the desired text in square brackets and the associated link in normal brackets.",
"help.formatting.listExample": "* list item one\n* list item two\n * item two sub-point')",
"help.formatting.listExample": "* list item one\n* list item two\n * item two sub-point",
"help.formatting.lists": "## Lists\n\nCreate a list by using `*` or `-` as bullets. Indent a bullet point by adding two spaces in front of it.",
"help.formatting.monokaiTheme": "**Monokai Theme**",
"help.formatting.ordered": "Make it an ordered list by using numbers instead:",
@@ -1262,7 +1266,7 @@
"help.formatting.solirizedDarkTheme": "**Solarized Dark Theme**",
"help.formatting.solirizedLightTheme": "**Solarized Light Theme**",
"help.formatting.style": "## Text Style\n\nYou can use either `_` or `*` around a word to make it italic. Use two to make it bold.\n\n* `_italics_` renders as _italics_\n* `**bold**` renders as **bold**\n* `**_bold-italic_**` renders as **_bold-italics_**\n* `~~strikethrough~~` renders as ~~strikethrough~~",
"help.formatting.supportedSyntax": "Supported languages are:\n`as`, `applescript`, `osascript`, `scpt`, `bash`, `sh`, `zsh`, `clj`, `boot`, `cl2`, `cljc`, `cljs`, `cljs.hl`, `cljscm`, `cljx`, `hic`, `coffee`, `_coffee`, `cake`, `cjsx`, `cson`, `iced`, `cpp`, `c`, `cc`, `h`, `c++`, `h++`, `hpp`, `cs`, `csharp`, `css`, `d`, `di`, `dart`, `delphi`, `dpr`, `dfm`, `pas`, `pascal`, `freepascal`, `lazarus`, `lpr`, `lfm`, `diff`, `django`, `jinja`, `dockerfile`, `docker`, `erl`, `f90`, `f95`, `fsharp`, `fs`, `gcode`, `nc`, `go`, `groovy`, `handlebars`, `hbs`, `html.hbs`, `html.handlebars`, `hs`, `hx`, `java`, `jsp`, `js`, `jsx`, `json`, `jl`, `kt`, `ktm`, `kts`, `less`, `lisp`, `lua`, `mk`, `mak`, `md`, `mkdown`, `mkd`, `matlab`, `m`, `mm`, `objc`, `obj-c`, `ml`, `perl`, `pl`, `php`, `php3`, `php4`, `php5`, `php6`, `ps`, `ps1`, `pp`, `py`, `gyp`, `r`, `ruby`, `rb`, `gemspec`, `podspec`, `thor`, `irb`, `rs`, `scala`, `scm`, `sld`, `scss`, `st`, `sql`, `swift`, `tex`, `vbnet`, `vb`, `bas`, `vbs`, `v`, `veo`, `xml`, `html`, `xhtml`, `rss`, `atom`, `xsl`, `plist`, `yaml`",
"help.formatting.supportedSyntax": "Unterstützte Sprachen:\n`as`, `applescript`, `osascript`, `scpt`, `bash`, `sh`, `zsh`, `clj`, `boot`, `cl2`, `cljc`, `cljs`, `cljs.hl`, `cljscm`, `cljx`, `hic`, `coffee`, `_coffee`, `cake`, `cjsx`, `cson`, `iced`, `cpp`, `c`, `cc`, `h`, `c++`, `h++`, `hpp`, `cs`, `csharp`, `css`, `d`, `di`, `dart`, `delphi`, `dpr`, `dfm`, `pas`, `pascal`, `freepascal`, `lazarus`, `lpr`, `lfm`, `diff`, `django`, `jinja`, `dockerfile`, `docker`, `erl`, `f90`, `f95`, `fsharp`, `fs`, `gcode`, `nc`, `go`, `groovy`, `handlebars`, `hbs`, `html.hbs`, `html.handlebars`, `hs`, `hx`, `java`, `jsp`, `js`, `jsx`, `json`, `jl`, `kt`, `ktm`, `kts`, `less`, `lisp`, `lua`, `mk`, `mak`, `md`, `mkdown`, `mkd`, `matlab`, `m`, `mm`, `objc`, `obj-c`, `ml`, `perl`, `pl`, `php`, `php3`, `php4`, `php5`, `php6`, `ps`, `ps1`, `pp`, `py`, `gyp`, `r`, `ruby`, `rb`, `gemspec`, `podspec`, `thor`, `irb`, `rs`, `scala`, `scm`, `sld`, `scss`, `st`, `sql`, `swift`, `tex`, `vbnet`, `vb`, `bas`, `vbs`, `v`, `veo`, `xml`, `html`, `xhtml`, `rss`, `atom`, `xsl`, `plist`, `yaml`",
"help.formatting.syntax": "### Syntax Highlighting\n\nTo add syntax highlighting, type the language to be highlighted after the ``` at the beginning of the code block. Mattermost also offers four different code themes (GitHub, Solarized Dark, Solarized Light, Monokai) that can be changed in **Account Settings** > **Display** > **Theme** > **Custom Theme** > **Center Channel Styles**",
"help.formatting.syntaxEx": " package main\n import \"fmt\"\n func main() {\n fmt.Println(\"Hello, 世界\")\n }",
"help.formatting.tableExample": "| Left-Aligned | Center Aligned | Right Aligned |\n| :------------ |:---------------:| -----:|\n| Left column 1 | this text | $100 |\n| Left column 2 | is | $10 |\n| Left column 3 | centered | $1 |",
@@ -1270,7 +1274,7 @@
"help.formatting.title": "# Formatting Text\n_____",
"help.learnMore": "Learn more about:",
"help.link.attaching": "Attaching Files",
"help.link.commands": "Executing Commands",
"help.link.commands": "# Befehle ausführen\n___",
"help.link.composing": "Composing Messages and Replies",
"help.link.formatting": "Formatting Messages using Markdown",
"help.link.mentioning": "Mentioning Teammates",
@@ -1313,7 +1317,7 @@
"installed_integrations.creation": "Erstellt durch {creator} am {createAt, date, full}",
"installed_integrations.delete": "Löschen",
"installed_integrations.hideSecret": "Secret ausblenden",
"installed_integrations.regenSecret": "Regenerate Secret",
"installed_integrations.regenSecret": "Secret erneuern",
"installed_integrations.regenToken": "Token neu generieren",
"installed_integrations.showSecret": "Secret einblenden",
"installed_integrations.token": "Token: {token}",
@@ -1355,6 +1359,7 @@
"integrations.oauthApps.title": "OAuth 2.0 Applikationen",
"integrations.outgoingWebhook.description": "Ausgehende Webhooks erlauben ext. Integrationen Nachrichten zu erhalten und zu antworten",
"integrations.outgoingWebhook.title": "Ausgehende Webhooks",
"integrations.successful": "Einrichtung erfolgreich",
"intro_messages.DM": "Dies ist der Start der Privatnachrichten mit {teammate}.<br /> Privatenachrichten oder versendete Dateien sind außerhalb dieses Bereichs nicht für andere sichtbar.",
"intro_messages.anyMember": " Jedes Mitglied kann diesem Kanal beitreten und folgen.",
"intro_messages.beginning": "Start von {name}",
@@ -1387,13 +1392,13 @@
"invite_member.sending": " Sende",
"invite_member.teamInviteLink": "Sie können außerdem Personen über den {link} einladen.",
"ldap_signup.find": "Finde meine Teams",
"ldap_signup.ldap": "Erstelle neues Team mit LDAP Account",
"ldap_signup.ldap": "Erstelle neues Team mit AD/LDAP Account",
"ldap_signup.length_error": "Der Name muss 3 bis 15 Zeichen enthalten",
"ldap_signup.teamName": "Name für neues Team eingeben",
"ldap_signup.team_error": "Bitte geben Sie einen Team Namen ein",
"leave_team_modal.desc": "You will be removed from all public channels and private groups. If the team is private you will not be able to rejoin the team. Are you sure?",
"leave_team_modal.desc": "Sie werden von allen öffentlichen Kanälen und privaten Gruppen entfernt. Wenn das Team privat ist können Sie diesem nicht wieder beitreten. Sind Sie sich sicher?",
"leave_team_modal.no": "Nein",
"leave_team_modal.title": "Leave the team?",
"leave_team_modal.title": "Team verlassen?",
"leave_team_modal.yes": "Ja",
"loading_screen.loading": "Laden",
"login.changed": " Anmeldemethode erfolgreich geändert",
@@ -1406,15 +1411,15 @@
"login.gitlab": "GitLab",
"login.google": "Google Apps",
"login.invalidPassword": "Ihr Passwort ist falsch.",
"login.ldapUsername": "LDAP Benutzername",
"login.ldapUsernameLower": "LDAP Benutzername",
"login.ldapUsername": "AD/LDAP Benutzername",
"login.ldapUsernameLower": "AD/LDAP Benutzername",
"login.noAccount": "Sie haben keinen Zugang? ",
"login.noEmail": "Bitte geben Sie Ihre E-Mail-Adresse ein",
"login.noEmailLdapUsername": "Bitte geben Sie Ihre E-Mail-Adresse oder {ldapUsername} ein",
"login.noEmailUsername": "Bitte geben Sie Ihre E-Mail-Adresse oder Benutzernamen ein",
"login.noEmailUsernameLdapUsername": "Bitte geben Sie Ihre E-Mail-Adresse, Benutzername oder {ldapUsername} ein",
"login.noLdapUsername": "Bitte geben Sie Ihren {ldapUsername} ein",
"login.noMethods": "Keine Registrierungsmethoden konfiguriert, bitte kontaktieren Sie Ihren Systemadministrator.",
"login.noMethods": "Keine Anmeldemethoden konfiguriert, bitte kontaktieren Sie Ihren Systemadministrator.",
"login.noPassword": "Bitte geben Sie Ihr Passwort ein",
"login.noUsername": "Bitte geben Sie Ihren Benutzernamen ein",
"login.noUsernameLdapUsername": "Bitte geben Sie Ihren Benutzernamen oder {ldapUsername} ein",
@@ -1474,7 +1479,7 @@
"navbar_dropdown.leave": "Team verlassen",
"navbar_dropdown.logout": "Abmelden",
"navbar_dropdown.manageMembers": "Mitglieder verwalten",
"navbar_dropdown.nativeApps": "Download Mattermost Apps",
"navbar_dropdown.nativeApps": "Apps herunterladen",
"navbar_dropdown.report": "Fehler melden",
"navbar_dropdown.switchTeam": "Wechsel zu {team}",
"navbar_dropdown.switchTo": "Wechsel zu ",
@@ -1496,7 +1501,7 @@
"password_send.link": "<p>Ein Link zum Zurücksetzen des Passwortes wurde an <b>{email}</b> geschickt</p>",
"password_send.reset": "Mein Passwort zurücksetzen",
"password_send.title": "Passwort zurücksetzen",
"pdf_preview.max_pages": "PDF previews only show the first five pages.",
"pdf_preview.max_pages": "Herunterladen um mehr Seiten zu lesen.",
"pending_post_actions.cancel": "Abbrechen",
"pending_post_actions.retry": "Erneut versuchen",
"permalink.error.access": "Der dauerhafte Link verweist auf eine gelöschte Nachricht oder einen Kanal auf den Sie keinen Zugriff haben.",
@@ -1563,6 +1568,10 @@
"search_results.because": "<ul><li>Wenn Sie nach einem Textteil suchen(z.b. suche nach \"rea\", wenn Sie \"Realität\" oder \"Reaktion\" finden möchten), hängen Sie ein * an Ihren Suchbegriff</li><li>Wegen zu vieler Treffer werden Suchen mit nur zwei Buchstaben oder häufigen Wörtern wie \"this\", \"a\" und \"is\" im Suchergebnis nicht angezeigt.</li></ul>",
"search_results.noResults": "Keine Ergebnisse gefunden. Nochmal versuchen?",
"search_results.usage": "<ul><li>Verwenden Sie <b>\"Anführungszeichen\"</b> zur Suche nach Phrasen</li><li>Verwenden Sie <b>from:</b> um nach Nachrichten eines bestimmten Absenders zu suchen und <b>in:</b> für Nachrichten in einem bestimmten Kanal</li></ul>",
"search_results.usageFlag1": "Sie haben bisher keine Nachrichten markiert.",
"search_results.usageFlag2": "Sie können eine Markierung zu einer Nachricht oder einem Kommentar hinzufügen indem Sie das ",
"search_results.usageFlag3": " Icon neben dem Zeitstempel klicken.",
"search_results.usageFlag4": "Markierungen dienen als Möglichkeit Nachrichten für eine Wiedervorlage zu markieren. Ihre Markierungen sind persönlich und können nicht von anderen Benutzern gesehen werden.",
"setting_item_max.cancel": "Abbrechen",
"setting_item_max.save": "Speichern",
"setting_item_min.edit": "Bearbeiten",
@@ -1595,7 +1604,7 @@
"sidebar_right_menu.inviteNew": "Neues Mitglied einladen",
"sidebar_right_menu.logout": "Abmelden",
"sidebar_right_menu.manageMembers": "Mitglieder verwalten",
"sidebar_right_menu.nativeApps": "Download Mattermost Apps",
"sidebar_right_menu.nativeApps": "Apps herunterladen",
"sidebar_right_menu.recentMentions": "Kürzliche Erwähnungen",
"sidebar_right_menu.report": "Fehler melden",
"sidebar_right_menu.switch_team": "Teamauswahl",
@@ -1605,9 +1614,9 @@
"signup.email": "E-Mail-Adresse und Passwort",
"signup.gitlab": "GitLab Single-Sign-On",
"signup.google": "Google Account",
"signup.ldap": "LDAP Credentials",
"signup.ldap": "AD/LDAP Zugangsdaten",
"signup.office365": "Office 365",
"signup.title": "Create an account with:",
"signup.title": "Erstelle einen Account mit:",
"signup_team.choose": "Ihre Teams: ",
"signup_team.createTeam": "Oder erstellen Sie ein Team",
"signup_team.disabled": "Teamerstellung wurde deaktiviert. Bitte kontaktieren Sie einen Administrator.",
@@ -1647,7 +1656,7 @@
"signup_user_completed.validEmail": "Bitte geben Sie eine gültige E-Mail-Adresse ein",
"signup_user_completed.welcome": "Willkommen bei:",
"signup_user_completed.whatis": "Wie lautet Ihre E-Mail-Adresse?",
"signup_user_completed.withLdap": "Mit Ihren LDAP Zugangsdaten",
"signup_user_completed.withLdap": "Mit Ihren AD/LDAP Zugangsdaten",
"sso_signup.find": "Finde meine Teams",
"sso_signup.gitlab": "Erstelle Team mit GitLab Account",
"sso_signup.google": "Erstelle Team mit Google Apps Account",
@@ -1670,7 +1679,7 @@
"team_export_tab.unable": " Fehler beim Export: {error}",
"team_import_tab.failure": " Fehler beim Import: ",
"team_import_tab.import": "Importieren",
"team_import_tab.importHelp": "<p>Um ein Team von Slack zu Importieren gehen Sie zu Slack > Team Settings > Import/Export Data > Export > Start Export. Slack erlaubt nicht das exportieren von Dateien, Bildern, privaten Gruppen und Direktnachrichten. Daher unterstützt der Slack Import zu Mattermost nur die Textnachrichten in Slacks öffentlichen Teamkanälen.</p><p>Der Slack Import zu Mattermost ist 'Beta'. Slack Bot Nachrichten werden nicht importiert und Slack @Nennungen werden momentan nicht unterstützt.</p>",
"team_import_tab.importHelp": "<p>Um ein Team von Slack zu Importieren gehen Sie zu Slack > Team Settings > Import/Export Data > Export > Start Export. Slack erlaubt nicht das exportieren von Dateien, Bildern, privaten Gruppen und Direktnachrichten. Daher unterstützt der Slack Import zu Mattermost nur die Textnachrichten in Slacks öffentlichen Teamkanälen.</p><p>Der Slack Import zu Mattermost ist 'Beta'. Slack Bot Nachrichten werden noch nicht importiert.</p>",
"team_import_tab.importSlack": "Import von Slack (Beta)",
"team_import_tab.importing": " Importiere...",
"team_import_tab.successful": " Import erfolgreich: ",
@@ -1726,7 +1735,7 @@
"user.settings.advance.formattingDesc": "Wenn aktiviert werden Nachrichten formatiert, sodass Links erstellt, Emojis angezeigt, Text formatiert und Zeilenumbrüche hinzugefügt werden. Standardmäßig ist dies aktiviert. Ändern der Einstellung erfordert ein Neuladen der Seite.",
"user.settings.advance.formattingTitle": "Formatierung von Nachrichten aktivieren",
"user.settings.advance.joinLeaveDesc": "When \"On\", System Messages saying a user has joined or left a channel will be visible. When \"Off\", the System Messages about joining or leaving a channel will be hidden. A message will still show up when you are added to a channel, so you can receive a notification.",
"user.settings.advance.joinLeaveTitle": "Enable Join/Leave Messages",
"user.settings.advance.joinLeaveTitle": "Aktiviere Betreten/Verlassen Nachrichten",
"user.settings.advance.markdown_preview": "Zeige Markdown Vorschauoption im der Nachrichten Eingabefeld",
"user.settings.advance.off": "Aus",
"user.settings.advance.on": "Ein",
@@ -1805,7 +1814,7 @@
"user.settings.general.emailHelp2": "E-Mails wurden durch Ihren Systemadministrator deaktiviert. Es werden keine Benachrichtigungen versendet bis dies aktiviert wird.",
"user.settings.general.emailHelp3": "Die E-Mail Adresse wird für den Login, die Benachrichtigungen und das Zurücksetzen des Passworts verwendet.",
"user.settings.general.emailHelp4": "Es wurde eine E-Mail zur Bestätigung an {email} gesendet.",
"user.settings.general.emailLdapCantUpdate": "Anmeldung erfolgt durch LDAP. E-Mail-Adresse kann nicht aktualisiert werden. Die E-Mail-Adresse zum Versand von Hinweisen lautet {email}.",
"user.settings.general.emailLdapCantUpdate": "Anmeldung erfolgt durch AD/LDAP. E-Mail-Adresse kann nicht aktualisiert werden. Die E-Mail-Adresse zum Versand von Hinweisen lautet {email}.",
"user.settings.general.emailMatch": "Die von Ihnen eingegebenen E-Mail-Adressen stimmen nicht überein.",
"user.settings.general.emailOffice365CantUpdate": "Anmeldung erfolgt durch Office 365. E-Mail-Adresse kann nicht aktualisiert werden. Die E-Mail-Adresse zum Versand von Hinweisen lautet {email}.",
"user.settings.general.emailSamlCantUpdate": "Anmeldung erfolgt durch SAML. E-Mail-Adresse kann nicht aktualisiert werden. Die E-Mail-Adresse zum Versand von Hinweisen lautet {email}.",
@@ -1820,7 +1829,7 @@
"user.settings.general.lastName": "Nachname",
"user.settings.general.loginGitlab": "Anmeldung erfolgt durch GitLab ({email})",
"user.settings.general.loginGoogle": "Anmeldung erfolgt durch Google ({email})",
"user.settings.general.loginLdap": "Anmeldung erfolgt durch LDAP ({email})",
"user.settings.general.loginLdap": "Anmeldung erfolgt durch AD/LDAP ({email})",
"user.settings.general.loginOffice365": "Anmeldung erfolgt durch Office 365 ({email})",
"user.settings.general.loginSaml": "Anmeldung erfolgt durch SAML ({email})",
"user.settings.general.newAddress": "Neue Adresse: {email}<br />Überprüfen Sie Ihr Postfach um die obige Adresse zu verifizieren.",
@@ -1885,20 +1894,21 @@
"user.settings.notifications.desktop.mentionsNoSoundTimed": "For mentions and direct messages, without sound, shown for {seconds} seconds",
"user.settings.notifications.desktop.mentionsSoundForever": "For mentions and direct messages, with sound, shown indefinitely",
"user.settings.notifications.desktop.mentionsSoundTimed": "For mentions and direct messages, with sound, shown for {seconds} seconds",
"user.settings.notifications.desktop.seconds": "{seconds} seconds",
"user.settings.notifications.desktop.sound": "Notification sound",
"user.settings.notifications.desktop.title": "Töne der Desktopbenachrichtigungen",
"user.settings.notifications.desktop.unlimited": "Unlimited",
"user.settings.notifications.desktop.seconds": "{seconds} Sekunden",
"user.settings.notifications.desktop.sound": "Benachrichtigungston",
"user.settings.notifications.desktop.title": "Desktopbenachrichtigungen",
"user.settings.notifications.desktop.unlimited": "Unbegrenzt",
"user.settings.notifications.desktopSounds": "Töne der Desktopbenachrichtigungen",
"user.settings.notifications.email.everyHour": "Jede Stunde",
"user.settings.notifications.email.everyXMinutes": "{count, plural, one {Jede Minute} other {Alle {count, number} Minuten}}",
"user.settings.notifications.email.immediately": "Sofort",
"user.settings.notifications.email.never": "Nie",
"user.settings.notifications.email.send": "E-Mail Benachrichtigungen senden",
"user.settings.notifications.emailBatchingInfo": "Notifications received over the time period selected are combined and sent in a single email.",
"user.settings.notifications.emailInfo": "E-Mail Benachrichtigungen werden bei Nennungen und Direktnachrichten gesendet, sobald Sie von {siteName} mehr als 5 Minuten offline oder abwesend waren.",
"user.settings.notifications.emailNotifications": "E-Mail Benachrichtigung",
"user.settings.notifications.everyHour": "Jede Stunde",
"user.settings.notifications.everyXMinutes": "{count, plural, one {Jede Minute} other {Alle {count, number} Minuten}}",
"user.settings.notifications.header": "Benachrichtigungen",
"user.settings.notifications.immediately": "Sofort",
"user.settings.notifications.info": "Desktop notifications are available on Firefox, Safari, and Chrome.",
"user.settings.notifications.never": "Nie",
"user.settings.notifications.noWords": "Keine Wörter konfiguriert",
"user.settings.notifications.off": "Aus",
"user.settings.notifications.on": "Ein",
@@ -1937,9 +1947,9 @@
"user.settings.security.gitlab": "GitLab",
"user.settings.security.google": "Google",
"user.settings.security.lastUpdated": "Zuletzt aktualisiert am {date} um {time}",
"user.settings.security.ldap": "LDAP",
"user.settings.security.ldap": "AD/LDAP",
"user.settings.security.loginGitlab": "Anmeldung via GitLab",
"user.settings.security.loginLdap": "Anmeldung via LDAP",
"user.settings.security.loginLdap": "Anmeldung via AD/LDAP",
"user.settings.security.logoutActiveSessions": "Zeigen und beenden von aktiven Sitzungen",
"user.settings.security.method": "Anmeldemethode",
"user.settings.security.newPassword": "Neues Passwort",
@@ -1967,7 +1977,7 @@
"user.settings.security.passwordErrorUppercaseNumberSymbol": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens einen Großbuchstaben, eine Ziffer und ein Symbol (wie \"~!@#$%^&*()\") enthalten.",
"user.settings.security.passwordErrorUppercaseSymbol": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens einen Großbuchstaben und ein Symbol (wie \"~!@#$%^&*()\") enthalten.",
"user.settings.security.passwordGitlabCantUpdate": "Einloggen findet über GitLab statt. Die Adresse kann nicht aktualisiert werden.",
"user.settings.security.passwordLdapCantUpdate": "Einloggen findet über LDAP statt. Die Adresse kann nicht aktualisiert werden.",
"user.settings.security.passwordLdapCantUpdate": "Einloggen findet über AD/LDAP statt. Die Adresse kann nicht aktualisiert werden.",
"user.settings.security.passwordMatchError": "Die eingegebenen neuen Passwörter stimmen nicht überein.",
"user.settings.security.passwordMinLength": "Ungültige minimale Länge, kann keine Vorschau anzeigen.",
"user.settings.security.retypePassword": "Passwort erneut eingeben",
@@ -1975,7 +1985,7 @@
"user.settings.security.switchEmail": "Wechsel auf E-Mail-Adresse und Passwort",
"user.settings.security.switchGitlab": "Wechsel auf GitLab SSO",
"user.settings.security.switchGoogle": "Wechsel auf Google SSO",
"user.settings.security.switchLdap": "Wechsel auf LDAP",
"user.settings.security.switchLdap": "Wechsel auf AD/LDAP",
"user.settings.security.switchOffice365": "Wechseln auf Office 365 SSO",
"user.settings.security.switchSaml": "Wechsel auf SAML SSO",
"user.settings.security.title": "Sicherheitseinstellungen",

Просмотреть файл

@@ -413,11 +413,12 @@
"admin.ldap.lastnameAttrDesc": "(Optional) The attribute in the AD/LDAP server that will be used to populate the last name of users in Mattermost.",
"admin.ldap.lastnameAttrEx": "Ex \"sn\"",
"admin.ldap.lastnameAttrTitle": "Last Name Attribute:",
"admin.ldap.ldap_test_button": "AD/LDAP Test",
"admin.ldap.loginNameDesc": "The placeholder text that appears in the login field on the login page. Defaults to \"AD/LDAP Username\".",
"admin.ldap.loginNameEx": "Ex \"AD/LDAP Username\"",
"admin.ldap.loginNameTitle": "Login Field Name:",
"admin.ldap.maxPageSizeEx": "Ex \"2000\"",
"admin.ldap.maxPageSizeHelpText": "The maximum number of users the Mattermost server will request from the LDAP server at one time. 0 is unlimited.",
"admin.ldap.maxPageSizeHelpText": "The maximum number of users the Mattermost server will request from the AD/LDAP server at one time. 0 is unlimited.",
"admin.ldap.maxPageSizeTitle": "Maximum Page Size:",
"admin.ldap.nicknameAttrDesc": "(Optional) The attribute in the AD/LDAP server that will be used to populate the nickname of users in Mattermost.",
"admin.ldap.nicknameAttrEx": "Ex \"nickname\"",
@@ -441,6 +442,7 @@
"admin.ldap.sync_button": "AD/LDAP Synchronize Now",
"admin.ldap.testFailure": "AD/LDAP Test Failure: {error}",
"admin.ldap.testHelpText": "Tests if the Mattermost server can connect to the AD/LDAP server specified. See log file for more detailed error messages.",
"admin.ldap.testSuccess": "AD/LDAP Test Successful",
"admin.ldap.uernameAttrDesc": "The attribute in the AD/LDAP server that will be used to populate the username field in Mattermost. This may be the same as the ID Attribute.",
"admin.ldap.userFilterDisc": "(Optional) Enter an AD/LDAP Filter to use when searching for user objects. Only the users selected by the query will be able to access Mattermost. For Active Directory, the query to filter out disabled users is (&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).",
"admin.ldap.userFilterEx": "Ex. \"(objectClass=user)\"",
@@ -461,10 +463,10 @@
"admin.license.uploading": "Uploading License...",
"admin.log.consoleDescription": "Typically set to false in production. Developers may set this field to true to output log messages to console based on the console level option. If true, server writes messages to the standard output stream (stdout).",
"admin.log.consoleTitle": "Output logs to console: ",
"admin.log.enableWebhookDebugging": "Enable Webhook Debugging:",
"admin.log.enableWebhookDebuggingDescription": "You can set this to false to disable the debug logging of all incoming webhook request bodies.",
"admin.log.enableDiagnostics": "Enable Diagnostics and Error Reporting:",
"admin.log.enableDiagnosticsDescription": "Enable this feature to improve the quality and performance of Mattermost by sending error reporting and diagnostic information to Mattermost, Inc. Read our <a href=\"https://about.mattermost.com/default-privacy-policy/\" target=\"_blank\">privacy policy</a> to learn more.",
"admin.log.enableWebhookDebugging": "Enable Webhook Debugging:",
"admin.log.enableWebhookDebuggingDescription": "You can set this to false to disable the debug logging of all incoming webhook request bodies.",
"admin.log.fileDescription": "Typically set to true in production. When true, log files are written to the log file specified in file location field below.",
"admin.log.fileLevelDescription": "This setting determines the level of detail at which log events are written to the log file. ERROR: Outputs only error messages. INFO: Outputs error messages and information around startup and initialization. DEBUG: Prints high detail for developers working on debugging issues.",
"admin.log.fileLevelTitle": "File Log Level:",
@@ -1347,7 +1349,6 @@
"installed_outgoing_webhooks.search": "Search Outgoing Webhooks",
"installed_outgoing_webhooks.unknown_channel": "A Private Webhook",
"integrations.add": "Add",
"integrations.successful": "Setup Successful",
"integrations.command.description": "Slash commands send events to external integrations",
"integrations.command.title": "Slash Command",
"integrations.done": "Done",
@@ -1358,6 +1359,7 @@
"integrations.oauthApps.title": "OAuth 2.0 Applications",
"integrations.outgoingWebhook.description": "Outgoing webhooks allow external integrations to receive and respond to messages",
"integrations.outgoingWebhook.title": "Outgoing Webhook",
"integrations.successful": "Setup Successful",
"intro_messages.DM": "This is the start of your direct message history with {teammate}.<br />Direct messages and files shared here are not shown to people outside this area.",
"intro_messages.anyMember": " Any member can join and read this channel.",
"intro_messages.beginning": "Beginning of {name}",

Просмотреть файл

@@ -171,7 +171,7 @@
"admin.compliance.enableDesc": "Cuando es verdadedo, Mattermost permite la creación de informes de cumplimiento desde la ficha <strong>Cumplimiento y Auditoría</strong>. Ver la <a href=\"https://docs.mattermost.com/administration/compliance.html\" target=\"_blank\">documentación</a> para obtener más información.",
"admin.compliance.enableTitle": "Habilitar Los Informes De Cumplimiento:",
"admin.compliance.false": "falso",
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">Nota:</h4><p>El Cumplimiento es una característica de la edición enterprise. Tu licencia actual no soporta Cumplimiento. Pincha <a href=\"http://mattermost.com\" target=\"_blank\">aquí</a> para información y precio de las licencias enterprise.</p>",
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">Nota:</h4><p>El Cumplimiento es una característica de la edición enterprise. Tu licencia actual no soporta Cumplimiento. Haz clic <a href=\"http://mattermost.com\" target=\"_blank\">aquí</a> para información y precio de las licencias enterprise.</p>",
"admin.compliance.save": "Guardar",
"admin.compliance.saving": "Guardando...",
"admin.compliance.title": "Configuración de Cumplimiento",
@@ -229,7 +229,7 @@
"admin.email.agreeHPNS": " Comprendo y acepto los <a href=\"https://about.mattermost.com/hpns-terms/\" target=\"_blank\">Términos de Servicio</a> y <a href=\"https://about.mattermost.com/hpns-privacy/\" target=\"_blank\">Políticas de Privacidad</a> del Servicio Alojado de Notificaciones Push de Mattermost.",
"admin.email.allowEmailSignInDescription": "Cuando es verdadero, Mattermost permite a los usuarios iniciar sesión utilizando el correo electrónico y contraseña.",
"admin.email.allowEmailSignInTitle": "Habilitar el inicio de sesión con el correo electrónico: ",
"admin.email.allowSignupDescription": "Cuando está en verdadero, Mattermost permite la creación de equipos y cuentas utilizando el correo electrónico y contraseña. Este valor debe estar en falso sólo cuando quieres limitar el inicio de sesión a través de servicios tipo OAuth o LDAP.",
"admin.email.allowSignupDescription": "Cuando está en verdadero, Mattermost permite la creación de equipos y cuentas utilizando el correo electrónico y contraseña. Este valor debe estar en falso sólo cuando quieres limitar el inicio de sesión a través de servicios tipo OAuth o AD/LDAP.",
"admin.email.allowSignupTitle": "Habilitar la creación de la cuenta con el correo electrónico: ",
"admin.email.allowUsernameSignInDescription": "Cuando es verdadero, Mattermost permite a los usuarios iniciar sesión con el nombre de usuario y contraseña. Esta opción normalmente se utiliza cuando la verificación de correo electrónico está deshabilitada.",
"admin.email.allowUsernameSignInTitle": "Habilitar el inicio de sesión con nombre de usuario: ",
@@ -261,7 +261,7 @@
"admin.email.notificationOrganizationDescription": "Nombre de la organización y dirección que se muestra en las notificaciones de correo electrónico enviadas desde Mattermost, como \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\". Si este campo se deja en blanco, el nombre dela organización y su dirección no serán mostrados.",
"admin.email.notificationsDescription": "Normalmente se asigna como verdadero en producción. Cuando es verdadero, Mattermost intenta enviar las notificaciones por correo electrónico. Los desarrolladores puede que quieran dejar esta opción en falso para saltarse la configuración de correos para desarrollar más rápido.<br/>Asignar está opción como verdadero remueve la notificación de Modo de Prueba (requiere cerrar la sesión y abrirla nuevamente para que los cambios surjan efecto).",
"admin.email.notificationsTitle": "Habilitar Notificaciones por Correo Electrónico: ",
"admin.email.passwordSaltDescription": "Un salt de 32-caracteres es añadido a la firma de correos para restablecer la contraseña. Aleatoriamente generado en la instalación. Pincha \"Regenerar\" para crear un nuevo salt.",
"admin.email.passwordSaltDescription": "Un salt de 32-caracteres es añadido a la firma de correos para restablecer la contraseña. Aleatoriamente generado en la instalación. Haz clic en \"Regenerar\" para crear un nuevo salt.",
"admin.email.passwordSaltExample": "Ej \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
"admin.email.passwordSaltTitle": "Resetear el Salt para las contraseñas:",
"admin.email.pushContentDesc": "Al seleccionar \"Enviar descripción generica con nombres de usuario y canal\" las notificaciones se enviarán con mensajes genericos, incluyendo el nombre del usuario y el canal pero obviando el texto del mensaje.<br /><br /> Al seleccionar \"Enviar el mensaje completo\" envía los mensajes desencadenados por las notificaciones con características específicas y puede incluir información confidencial enviada en los mensajes. En el caso de que tu servidor de Envío de Notificaciones se encuentre fuera del alcance de tu cortafuego,, es ALTAMENTE RECOMENDABLE utilizar está opción junto con el protocolo \"https\" para cifrar las notificaciones enviadas por el servidor.",
@@ -335,7 +335,7 @@
"admin.gitlab.userDescription": "Ingresar <tu-url-de-gitlab>/api/v3/user. Asegurate que si utilizas HTTPS o HTTPS tus URLS sean correctas.",
"admin.gitlab.userExample": "Ej \"https://<tu-url-de-gitlab>/api/v3/user\"",
"admin.gitlab.userTitle": "URL para obtener datos de usuario:",
"admin.google.EnableHtmlDesc": "<ol><li><a href='https://accounts.google.com/login'>Inicia sesión</a> con tu cuenta de Google.</li><li>Dirigete a <a href='https://console.developers.google.com'>https://console.developers.google.com</a>, pincha <strong>Credenciales</strong> el la barra lateral izquierda e ingresa \"Mattermost - el-nombre-de-tu-empresa\" como el <strong>Nombre del Proyecto</strong>, luego pincha <strong>Crear</strong>.</li><li>Pincha el encabezado de <strong>Pantalla de autorización de OAuth</strong> e ingresa \"Mattermost\" como el <strong>Nombre de producto mostrado a los usuarios</strong>, luego pincha <strong>Guardar</strong>.</li><li>En el encabezado de <strong>Credenciales</strong>, pincha <strong>Crear credenciales</strong>, escoge <strong>ID de cliente de OAuth</strong> y selecciona <strong>Web</strong>.</li><li>En <strong>Restricciones</strong> y <strong>URIs de redireccionamiento autorizados</strong> ingresa <strong>tu-url-de-mattermost/signup/google/complete</strong> (ejemplo: http://localhost:8065/signup/google/complete). Pincha <strong>Crear</strong>.</li><li>Pega el <strong>ID de Cliente</strong> y el <strong>Secreto de Cliente</strong> en los campos que se encuentran en la parte inferior, luego pincha <strong>Guardar</strong>.</li><li>Finalmente, dirigete a <a href='https://console.developers.google.com/apis/plus/overview'>Google+ API</a> y pincha <strong>Habilitar</strong>. Puede que esta acción tome unos minutos en propagarse por los sistemas de Google.</li></ol>",
"admin.google.EnableHtmlDesc": "<ol><li><a href='https://accounts.google.com/login'>Inicia sesión</a> con tu cuenta de Google.</li><li>Dirigete a <a href='https://console.developers.google.com'>https://console.developers.google.com</a>, haz clic en <strong>Credenciales</strong> en la barra lateral izquierda e ingresa \"Mattermost - el-nombre-de-tu-empresa\" como el <strong>Nombre del Proyecto</strong>, luego haz clic en <strong>Crear</strong>.</li><li>Haz clic en el encabezado de <strong>Pantalla de autorización de OAuth</strong> e ingresa \"Mattermost\" como el <strong>Nombre de producto mostrado a los usuarios</strong>, luego haz clic en <strong>Guardar</strong>.</li><li>En el encabezado de <strong>Credenciales</strong>, haz clic en <strong>Crear credenciales</strong>, escoge <strong>ID de cliente de OAuth</strong> y selecciona <strong>Web</strong>.</li><li>En <strong>Restricciones</strong> y <strong>URIs de redireccionamiento autorizados</strong> ingresa <strong>tu-url-de-mattermost/signup/google/complete</strong> (ejemplo: http://localhost:8065/signup/google/complete). Haz clic en <strong>Crear</strong>.</li><li>Pega el <strong>ID de Cliente</strong> y el <strong>Secreto de Cliente</strong> en los campos que se encuentran en la parte inferior, luego haz clic en <strong>Guardar</strong>.</li><li>Finalmente, dirigete a <a href='https://console.developers.google.com/apis/plus/overview'>Google+ API</a> y haz clic en <strong>Habilitar</strong>. Puede que esta acción tome unos minutos en propagarse por los sistemas de Google.</li></ol>",
"admin.google.authTitle": "URL para autentificación:",
"admin.google.clientIdDescription": "El ID de Cliente que recibiste al registrar la aplicación con Google.",
"admin.google.clientIdExample": "Ej \"7602141235235-url0fhs1mayfasbmop5qlfns8dh4.apps.googleusercontent.com\"",
@@ -375,7 +375,7 @@
"admin.image.profileWidthDescription": "Ancho de la imagen de perfil.",
"admin.image.profileWidthExample": "Ej \"1024\"",
"admin.image.profileWidthTitle": "Ancho del la Imagen de Perfil:",
"admin.image.publicLinkDescription": "Salt de 32-characteres agregado para firmar los enlaces para las imágenes públicas. Aleatoriamente generados en la instalación. Pincha \"Regenerar\" para crear un nuevo salt.",
"admin.image.publicLinkDescription": "Salt de 32-characteres agregado para firmar los enlaces para las imágenes públicas. Aleatoriamente generados en la instalación. Haz clic en \"Regenerar\" para crear un nuevo salt.",
"admin.image.publicLinkExample": "Ej \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"",
"admin.image.publicLinkTitle": "Título del enlace público:",
"admin.image.shareDescription": "Permitir a los usuarios compartir enlaces públicos para archivos e imágenes.",
@@ -392,57 +392,59 @@
"admin.image.thumbWidthTitle": "Ancho de las Miniaturas de los Adjuntos:",
"admin.integrations.custom": "Integraciones Personalizadas",
"admin.integrations.external": "Servicios Externos",
"admin.ldap.baseDesc": "El DN Base es el Nombre Distinguido de la ubicación donde Mattermost debe comenzar a buscar a los usuarios en el árbol del LDAP.",
"admin.ldap.baseDesc": "El DN Base es el Nombre Distinguido de la ubicación donde Mattermost debe comenzar a buscar a los usuarios en el árbol del AD/LDAP.",
"admin.ldap.baseEx": "Ej \"ou=Unit Name,dc=corp,dc=example,dc=com\"",
"admin.ldap.baseTitle": "DN Base:",
"admin.ldap.bindPwdDesc": "Contraseña del usuario asignado en \"Usuario de Enlace\".",
"admin.ldap.bindPwdTitle": "Contraseña de Enlace:",
"admin.ldap.bindUserDesc": "El usuario que realizará las busquedas LDAP. Normalmente este debería ser una cuenta específicamente creada para ser utilizada por Mattermost. Debería contat con acceso limitado para leer la porción del árbol LDAP especificada en el campo DN Base.",
"admin.ldap.bindUserDesc": "El usuario que realizará las búsquedas AD/LDAP. Normalmente este debería ser una cuenta específicamente creada para ser utilizada por Mattermost. Debería contar con acceso limitado para leer la porción del árbol AD/LDAP especificada en el campo DN Base.",
"admin.ldap.bindUserTitle": "Usuario de Enlace:",
"admin.ldap.emailAttrDesc": "El atributo en el servidor LDAP que será utilizado para poblar la dirección de correo electrónico de los usuarios en Mattermost.",
"admin.ldap.emailAttrDesc": "El atributo en el servidor AD/LDAP que será utilizado para poblar la dirección de correo electrónico de los usuarios en Mattermost.",
"admin.ldap.emailAttrEx": "Ej \"mail\" o \"userPrincipalName\"",
"admin.ldap.emailAttrTitle": "Atributo de Correo Electrónico:",
"admin.ldap.enableDesc": "Cuando es verdadero, Mattermost permite realizar inicio de sesión utilizando LDAP",
"admin.ldap.enableTitle": "Habilitar el inicio de sesión con LDAP:",
"admin.ldap.firstnameAttrDesc": "(Opcional) El atributo en el servidor LDAP que será utilizado para poblar el nombre de los usuarios en Mattermost.",
"admin.ldap.enableDesc": "Cuando es verdadero, Mattermost permite realizar inicio de sesión utilizando AD/LDAP",
"admin.ldap.enableTitle": "Habilitar el inicio de sesión con AD/LDAP:",
"admin.ldap.firstnameAttrDesc": "(Opcional) El atributo en el servidor AD/LDAP que será utilizado para poblar el nombre de los usuarios en Mattermost.",
"admin.ldap.firstnameAttrEx": "Ej \"givenName\"",
"admin.ldap.firstnameAttrTitle": "Atributo del Nombre",
"admin.ldap.idAttrDesc": "El atributo en el servidor LDAP que será utilizado para poblar el identificador único en Mattermost. Debe ser un atributo de LDAP que no cambie con el tiempo, como el nombre de usuario o el uid. Si el atributo del identificador cambia, se creará una nueva cuenta en Mattermost que no está asociada a la anterior. Este valor es utilizado para iniciar sesión en Mattermost en el campo \"Usuario LDAP\" en la página de inicio de sesión. Normalmente este atributo es el mismo que el campo “Atributo Usuario”. Si el equipo normalmente utiliza dominio\\usuario para iniciar sesión en otros servicios con LDAP, puedes elegir llenar este campo como dominio\\usuario para mantener consistencia entre los servicios.",
"admin.ldap.idAttrDesc": "El atributo en el servidor AD/LDAP que será utilizado para poblar el identificador único en Mattermost. Debe ser un atributo de AD/LDAP que no cambie con el tiempo, como el nombre de usuario o el uid. Si el atributo del identificador cambia, se creará una nueva cuenta en Mattermost que no está asociada a la anterior. Este valor es utilizado para iniciar sesión en Mattermost en el campo \"Usuario AD/LDAP\" en la página de inicio de sesión. Normalmente este atributo es el mismo que el campo “Atributo Usuario”. Si el equipo normalmente utiliza dominio\\usuario para iniciar sesión en otros servicios con AD/LDAP, puedes elegir llenar este campo como dominio\\usuario para mantener consistencia entre los servicios.",
"admin.ldap.idAttrEx": "Ej \"sAMAccountName\"",
"admin.ldap.idAttrTitle": "Atributo ID: ",
"admin.ldap.lastnameAttrDesc": "(Opcional) El atributo en el servidor LDAP que será utilizado para poblar el apellido de los usuarios en Mattermost.",
"admin.ldap.lastnameAttrDesc": "(Opcional) El atributo en el servidor AD/LDAP que será utilizado para poblar el apellido de los usuarios en Mattermost.",
"admin.ldap.lastnameAttrEx": "Ej \"sn\"",
"admin.ldap.lastnameAttrTitle": "Atributo Apellido:",
"admin.ldap.loginNameDesc": "El texto que aparece en el campo de inicio de sesión en la página para iniciar sesión. Predeterminado a \"Nombre de usuario LDAP\".",
"admin.ldap.loginNameEx": "Ej \"Nombre de usuario LDAP\"",
"admin.ldap.ldap_test_button": "AD/LDAP Test",
"admin.ldap.loginNameDesc": "El texto que aparece en el campo de inicio de sesión en la página para iniciar sesión. Predeterminado a \"Nombre de usuario AD/LDAP\".",
"admin.ldap.loginNameEx": "Ej \"Nombre de usuario AD/LDAP\"",
"admin.ldap.loginNameTitle": "Nombre del campo de inicio de sesión:",
"admin.ldap.maxPageSizeEx": "Ej \"2000\"",
"admin.ldap.maxPageSizeHelpText": "El número máximo de usuarios que el servidor Mattermost solicitará al servidor LDAP a la vez. 0 es sin límites.",
"admin.ldap.maxPageSizeTitle": "Tamaño Máximo de Página",
"admin.ldap.nicknameAttrDesc": "(Opcional) El atributo en el servidor LDAP que será utilizado para poblar el sobrenombre de los usuarios en Mattermost.",
"admin.ldap.nicknameAttrDesc": "(Opcional) El atributo en el servidor AD/LDAP que será utilizado para poblar el sobrenombre de los usuarios en Mattermost.",
"admin.ldap.nicknameAttrEx": "Ej \"sobrenombre\"",
"admin.ldap.nicknameAttrTitle": "Atributo del Sobrenombre:",
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">Nota:</h4><p>LDAP es una característica de la edición enterprise. Tu licencia actual no soporta LDAP. Pincha <a href=\"http://mattermost.com\" target=\"_blank\">aquí</a> para obtener información y precios de las licencias enterprise.</p>",
"admin.ldap.portDesc": "El puerto que Mattermost utilizará para conectarse al servidor LDAP. El predeterminado es 389.",
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">Nota:</h4><p>AD/LDAP es una característica de la edición enterprise. Tu licencia actual no soporta AD/LDAP. Haz clic <a href=\"http://mattermost.com\" target=\"_blank\">aquí</a> para obtener información y precios de las licencias enterprise.</p>",
"admin.ldap.portDesc": "El puerto que Mattermost utilizará para conectarse al servidor AD/LDAP. El predeterminado es 389.",
"admin.ldap.portEx": "Ej \"389\"",
"admin.ldap.portTitle": "Puerto LDAP:",
"admin.ldap.queryDesc": "El tiempo de espera para las consultas en el servidor LDAP. Aumenta este valor si estás obteniendo errores por falta de tiempo debido a un servidor de LDAP lento.",
"admin.ldap.portTitle": "Puerto AD/LDAP:",
"admin.ldap.queryDesc": "El tiempo de espera para las consultas en el servidor AD/LDAP. Aumenta este valor si estás obteniendo errores por falta de tiempo debido a un servidor de AD/LDAP lento.",
"admin.ldap.queryEx": "Ej \"60\"",
"admin.ldap.queryTitle": "Tiempo de espera para las Consultas (segundos):",
"admin.ldap.serverDesc": "El dominio o dirección IP del servidor LDAP.",
"admin.ldap.serverDesc": "El dominio o dirección IP del servidor AD/LDAP.",
"admin.ldap.serverEx": "Ej \"10.0.0.23\"",
"admin.ldap.serverTitle": "Servidor LDAP:",
"admin.ldap.serverTitle": "Servidor AD/LDAP:",
"admin.ldap.skipCertificateVerification": "Omitir la Verificación del Certificado:",
"admin.ldap.skipCertificateVerificationDesc": "Omite la verificación del certificado para las conexiones TLS o STARTTLS. No recomendado para ambientes de producción donde TLS es requerido. Utilizalo sólamente para pruebas.",
"admin.ldap.syncFailure": "Error de Sincronización: {error}",
"admin.ldap.syncIntervalHelpText": "La Sincronización LDAP actualiza la información de usuarios en Mattermost para reflejar las actualizaciones en el servidor LDAP. Por ejemplo, cuando un el nombre de usuario cambia en el servidor LDAP, el cambio es reflejado en Mattermost cuando se realiza la sincronización. Las cuentas eliminadas o deshabilitadas en el servidor LDAP tendrán sus cuentas en Mattermost como \"Inactiva\" y las sesiones revocadas. Mattermost realiza la sincronización en el intervalo de ingresado. Por ejemplo, si se introduce 60, Mattermost sincroniza cada 60 minutos.",
"admin.ldap.syncIntervalHelpText": "La Sincronización AD/LDAP actualiza la información de usuarios en Mattermost para reflejar las actualizaciones en el servidor AD/LDAP. Por ejemplo, cuando un el nombre de usuario cambia en el servidor AD/LDAP, el cambio es reflejado en Mattermost cuando se realiza la sincronización. Las cuentas eliminadas o deshabilitadas en el servidor AD/LDAP tendrán sus cuentas en Mattermost como \"Inactiva\" y las sesiones revocadas. Mattermost realiza la sincronización en el intervalo de ingresado. Por ejemplo, si se introduce 60, Mattermost sincroniza cada 60 minutos.",
"admin.ldap.syncIntervalTitle": "Intervalo de Sincronización (minutos):",
"admin.ldap.syncNowHelpText": "Inicia una sincronización LDAP inmediatamente.",
"admin.ldap.sync_button": "LDAP Sincronizar Ahora",
"admin.ldap.testFailure": "Falla de la Prueba LDAP: {error}",
"admin.ldap.testHelpText": "Comprueba si el servidor Mattermost puede conectar con el servidor LDAP especificado. Consulta el archivo de registro de mensajes de error para más detalles.",
"admin.ldap.uernameAttrDesc": "El atributo en el servidor LDAP que se utilizará para poblar el nombre de usuario en Mattermost. Este puede ser igual al Attributo Id.",
"admin.ldap.userFilterDisc": "(Opcional) Introduce un Filtro LDAP a utilizar para buscar los objetos de usuario. Sólo los usuarios seleccionados por la consulta será capaz de acceder a Mattermost. Para Active Directory, la consulta para filtrar a los usuarios con deshabilitados es (&(objectCategory=Persona)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).",
"admin.ldap.syncNowHelpText": "Inicia una sincronización AD/LDAP inmediatamente.",
"admin.ldap.sync_button": "Sincronizar AD/LDAP Ahora",
"admin.ldap.testFailure": "Falla de la Prueba AD/LDAP: {error}",
"admin.ldap.testHelpText": "Comprueba si el servidor Mattermost puede conectar con el servidor AD/LDAP especificado. Consulta el archivo de registro de mensajes de error para más detalles.",
"admin.ldap.testSuccess": "AD/LDAP Test Successful",
"admin.ldap.uernameAttrDesc": "El atributo en el servidor AD/LDAP que se utilizará para poblar el nombre de usuario en Mattermost. Este puede ser igual al Atributo Id.",
"admin.ldap.userFilterDisc": "(Opcional) Introduce un Filtro AD/LDAP a utilizar para buscar los objetos de usuario. Sólo los usuarios seleccionados por la consulta será capaz de acceder a Mattermost. Para Active Directory, la consulta para filtrar a los usuarios con deshabilitados es (&(objectCategory=Persona)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).",
"admin.ldap.userFilterEx": "Ej. \"(objectClass=user)\"",
"admin.ldap.userFilterTitle": "Filtro de Usuario:",
"admin.ldap.usernameAttrEx": "Ej \"sAMAccountName\"",
@@ -461,6 +463,8 @@
"admin.license.uploading": "Subiendo Licencia...",
"admin.log.consoleDescription": "Normalmente asignado en falso en producción. Los desarolladores pueden configurar este campo en verdadero para ver de mensajes de consola basado en las opciones de nivel configuradas. Si es verdadera, el servidor escribirá los mensajes en una salida estandar (stdout).",
"admin.log.consoleTitle": "Imprimir registros en la consola: ",
"admin.log.enableDiagnostics": "Habilitar Diagnósticos e Informes de error:",
"admin.log.enableDiagnosticsDescription": "Activa esta función para mejorar la calidad y el rendimiento de Mattermost mediante el envío de informes de error y la información de diagnóstico a Mattermost, Inc. Lee nuestra <a href=\"https://about.mattermost.com/default-privacy-policy/\" target=\"_blank\">política de privacidad</a> para obtener más información.",
"admin.log.enableWebhookDebugging": "Habilitar Depuración de Webhook",
"admin.log.enableWebhookDebuggingDescription": "Puedes establecer a falso para desactivar el registro de depuración del cuerpo de todas las solicitudes de webhooks de entrada.",
"admin.log.fileDescription": "Normalmente asignado en verdadero en producción. Cueando es verdadero, los archivos de registro son escritos en la ubicación especificada a continuación.",
@@ -498,7 +502,7 @@
"admin.oauth.providerDescription": "Cuando es verdadero, Mattermost puede actuar como proveedor de servicios de OAuth 2.0 permitiendo que Mattermost autorize solicitudes a las API por aplicaciones externas.",
"admin.oauth.providerTitle": "Habilitar el Proveedor de Servicios de OAuth 2.0: ",
"admin.oauth.select": "Selecciona un proveedor de servicio de OAuth 2.0",
"admin.office365.EnableHtmlDesc": "<ol><li><a href='https://login.microsoftonline.com/'>Inicia sesión</a> con tu cuenta de Microsoft u Office 365. Asegurate que la cuenta sea un <a href='https://msdn.microsoft.com/es-es/library/azure/jj573650.aspx#Anchor_0'>inquilino de Azure AD</a> para que los usuarios puedan iniciar sesión.</li><li>Dirigete a <a href='https://apps.dev.microsoft.com'>https://apps.dev.microsoft.com</a>. pincha <strong>Ir a la lista de aplicaciones</strong> > <strong>Agregar una aplicación</strong> y utiliza \"Mattermost - el-nombre-de-tu-empresa\" como el <strong>Nombre de la aplicación</strong>.</li><li>Bajo <strong>Secretos de aplicación</strong>, pincha <strong>Generar nueva contraseña</strong> y pegala en el campo inferior <strong>Contraseña Secreta de la Aplicación</strong>.</li><li>Bajo <strong>Plataformas</strong>, pincha <strong>Agregar plataforma</strong>, selecciona <strong>Web</strong> e ingresa <strong>url-de-tu-mattermost/signup/office365/complete</strong> (ejemplo: http://localhost:8065/signup/office365/complete) en <strong>URI de redireccionamiento</strong>. Tambíen desmarca <strong>Permitir flujo implícito</strong>.</li><li>Finalmente, pincha <strong>Guardar</strong> y pega el <strong>ID de aplicación</strong> en el campo inferior.</li></ol>",
"admin.office365.EnableHtmlDesc": "<ol><li><a href='https://login.microsoftonline.com/'>Inicia sesión</a> con tu cuenta de Microsoft u Office 365. Asegura que la cuenta sea un <a href='https://msdn.microsoft.com/es-es/library/azure/jj573650.aspx#Anchor_0'>inquilino de Azure AD</a> para que los usuarios puedan iniciar sesión.</li><li>Dirígete a <a href='https://apps.dev.microsoft.com'>https://apps.dev.microsoft.com</a>. haz clic en <strong>Ir a la lista de aplicaciones</strong> > <strong>Agregar una aplicación</strong> y utiliza \"Mattermost - el-nombre-de-tu-empresa\" como el <strong>Nombre de la aplicación</strong>.</li><li>Bajo <strong>Secretos de aplicación</strong>, haz clic en <strong>Generar nueva contraseña</strong> y pegala en el campo inferior <strong>Contraseña Secreta de la Aplicación</strong>.</li><li>Bajo <strong>Plataformas</strong>, haz clic en <strong>Agregar plataforma</strong>, selecciona <strong>Web</strong> e ingresa <strong>url-de-tu-mattermost/signup/office365/complete</strong> (ejemplo: http://localhost:8065/signup/office365/complete) en <strong>URI de redireccionamiento</strong>. Tambíen desmarca <strong>Permitir flujo implícito</strong>.</li><li>Finalmente, haz clic en <strong>Guardar</strong> y pega el <strong>ID de aplicación</strong> en el campo inferior.</li></ol>",
"admin.office365.authTitle": "URL para autentificación:",
"admin.office365.clientIdDescription": "El ID de Aplicación/Cliente que recibiste al registrar la aplicación con Microsoft.",
"admin.office365.clientIdExample": "Ej \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"",
@@ -636,8 +640,8 @@
"admin.service.iconTitle": "Permitir a las integraciones reescribir imágenes de perfil:",
"admin.service.insecureTlsDesc": "Cuando es verdadero, cualquier solicitud de salida por HTTPS será aceptada incluso si posee certificados no verificados o autofirmados. Por ejemplo, webhooks de salida a un servidor con un certificado TLS autofirmado, utilizando cualquier dominio, será permitido. Tenga en cuenta que esto hace que estas conexiones susceptibles a los ataques hombre-en-el-medio.",
"admin.service.insecureTlsTitle": "Habilitar Conexiones de Salida Inseguras: ",
"admin.service.integrationAdmin": "Restringir la creación de integraciones al Administradores de Sistema y Equipo: ",
"admin.service.integrationAdminDesc": "Cuando es verdadero, las integraciones creadas por usuarios solo pueden ser creadas por administradores.",
"admin.service.integrationAdmin": "Restringir la gestión de las integraciones a los Administradores:",
"admin.service.integrationAdminDesc": "Cuando es verdadero, los webhooks y comandos de barra sólo se pueden crear, editar y visualizar por los Administradores de Equipo y Sistema, y las aplicaciones de OAuth 2.0 por Administradores de sistemas. Las integraciones están disponibles para todos los usuarios después de haber sido creadas por el Administrador.",
"admin.service.listenAddress": "Dirección de escucha:",
"admin.service.listenDescription": "La dirección a la que se unirá y escuchará. Ingresar \":8065\" se podrá unir a todas las interfaces o podrá seleccionar una como ej: \"127.0.0.1:8065\". Cambiando este valor es necesario reiniciar el servidor.",
"admin.service.listenExample": "Ej \":8065\"",
@@ -658,13 +662,13 @@
"admin.service.sessionCacheDesc": "La cantidad de minutes que el cache de la sesión se guardará en memoria.",
"admin.service.sessionDaysEx": "Ej \"30\"",
"admin.service.siteURL": "URL del Sitio:",
"admin.service.siteURLDescription": "La dirección URL, incluyendo el número de puerto y protocolo, a partir de la cual los usuarios tendrán acceso a Mattermost. Dejar en blanco para configurar automáticamente basado en el tráfico entrante.",
"admin.service.siteURLDescription": "La dirección URL, incluyendo el número de puerto y protocolo, que los usuarios utilizan para acceder a Mattermost. Este campo puede dejarse en blanco a menos que estés configurando el correo electrónico de lotes en <b>Notificaciones > Correo electrónico</b>. Cuando está en blanco, la dirección URL se configura automáticamente basado en el tráfico entrante.",
"admin.service.siteURLExample": "Ej \"https://mattermost.example.com:1234\"",
"admin.service.ssoSessionDays": "Duración de la sesión para SSO (días):",
"admin.service.ssoSessionDaysDesc": "El número de días desde la última vez que un usuario ingreso sus credenciales para que la sesión del usuario expire. Si el método de autenticación es SAML o GitLab, el usuario puede iniciar su sesión automáticamente en Mattermost si ya cuenta con una sesión activa en SAML o GitLab. Luego de cambiar esta configuración, la nueva duración de la sesión tendrá efecto luego de la próxima vez que el usuario ingrese sus credenciales.",
"admin.service.testingDescription": "Cuando es verdadero, el comando de barra /loadtest es habilitado para cargar cuentas de prueba, datos y formato de texto. Al cambiar este parámetro se requiere un reinicio del servidor para que el cambio tengan efecto.",
"admin.service.testingTitle": "Habilitar Comandos de Prueba: ",
"admin.service.webSessionDays": "Duración de la sesión para LDAP y correo electrónico (días):",
"admin.service.webSessionDays": "Duración de la sesión para AD/LDAP y correo electrónico (días):",
"admin.service.webSessionDaysDesc": "El número de días desde la última vez que un usuario ingreso sus credenciales para que la sesión del usuario expire. Luego de cambiar esta configuración, la nueva duración de la sesión tendrá efecto luego de la próxima vez que el usuario ingrese sus credenciales.",
"admin.service.webhooksDescription": "Cuando es verdadero, los webhooks de entrada serán permitidos. Para ayudar el combate contra los ataques de phishing, todos los mensajes provenientes de webhooks serán marcados con una etiqueta BOT. Revisa la <a href='http://docs.mattermost.com/developer/webhooks-incoming.html' target='_blank'>documentación</a> para obtener más información.",
"admin.service.webhooksTitle": "Habilitar Webhooks de Entrada: ",
@@ -923,7 +927,7 @@
"backstage_sidebar.integrations.incoming_webhooks": "Webhooks de Entrada",
"backstage_sidebar.integrations.oauthApps": "Aplicaciones OAuth 2.0",
"backstage_sidebar.integrations.outgoing_webhooks": "Webhooks de Salida",
"center_panel.recent": "Pincha aquí para ir a los mensajes más recientes. ",
"center_panel.recent": "Clic aquí para ir a los mensajes más recientes. ",
"chanel_header.addMembers": "Agregar Miembros",
"change_url.close": "Cerrar",
"change_url.endWithLetter": "Debe terminar con una letra o número",
@@ -1012,18 +1016,18 @@
"channel_switch_modal.submit": "Cambiar",
"channel_switch_modal.title": "Cambiar Canales",
"claim.account.noEmail": "No se especifico un correo electrónico.",
"claim.email_to_ldap.enterLdapPwd": "Ingresa el ID y la contraseña de tu cuenta LDAP",
"claim.email_to_ldap.enterLdapPwd": "Ingresa el ID y la contraseña de tu cuenta AD/LDAP",
"claim.email_to_ldap.enterPwd": "Ingresa la contraseña para tu cuenta de correo en {site}",
"claim.email_to_ldap.ldapId": "LDAP ID",
"claim.email_to_ldap.ldapIdError": "Por favor ingresa tu ID de LDAP.",
"claim.email_to_ldap.ldapPasswordError": "Por favor ingresa tu contraseña de LDAP.",
"claim.email_to_ldap.ldapPwd": "Contraseña de LDAP",
"claim.email_to_ldap.ldapId": "AD/LDAP ID",
"claim.email_to_ldap.ldapIdError": "Por favor ingresa tu ID de AD/LDAP.",
"claim.email_to_ldap.ldapPasswordError": "Por favor ingresa tu contraseña de AD/LDAP.",
"claim.email_to_ldap.ldapPwd": "Contraseña de AD/LDAP",
"claim.email_to_ldap.pwd": "Contraseña",
"claim.email_to_ldap.pwdError": "Por favor ingresa tu contraseña.",
"claim.email_to_ldap.ssoNote": "Debes tener una cuenta de LDAP válida",
"claim.email_to_ldap.ssoType": "Al reclamar tu cuenta, sólo podrás iniciar sesión con LDAP",
"claim.email_to_ldap.switchTo": "Cambiar cuenta a LDAP",
"claim.email_to_ldap.title": "Cambiar Cuenta de Correo/Contraseña a LDAP",
"claim.email_to_ldap.ssoNote": "Debes tener una cuenta de AD/LDAP válida",
"claim.email_to_ldap.ssoType": "Al reclamar tu cuenta, sólo podrás iniciar sesión con AD/LDAP",
"claim.email_to_ldap.switchTo": "Cambiar cuenta a AD/LDAP",
"claim.email_to_ldap.title": "Cambiar Cuenta de Correo/Contraseña a AD/LDAP",
"claim.email_to_oauth.enterPwd": "Ingresa la contraseña para tu cuenta en {site}",
"claim.email_to_oauth.pwd": "Contraseña",
"claim.email_to_oauth.pwdError": "Por favor introduce tu contraseña.",
@@ -1035,14 +1039,14 @@
"claim.ldap_to_email.email": "Para iniciar sesión debes utilizar el correo electrónico {email}",
"claim.ldap_to_email.enterLdapPwd": "Ingresa tu {ldapPassword} para tu cuenta de correo electrónico en {site}",
"claim.ldap_to_email.enterPwd": "Ingresa una nueva contraseña para tu cuenta de correo",
"claim.ldap_to_email.ldapPasswordError": "Por favor ingresa tu contraseña LDAP.",
"claim.ldap_to_email.ldapPwd": "Contraseña LDAP",
"claim.ldap_to_email.ldapPasswordError": "Por favor ingresa tu contraseña de AD/LDAP.",
"claim.ldap_to_email.ldapPwd": "Contraseña de AD/LDAP",
"claim.ldap_to_email.pwd": "Contraseña",
"claim.ldap_to_email.pwdError": "Por favor ingresa tu contraseña.",
"claim.ldap_to_email.pwdNotMatch": "Las contraseñas no coinciden.",
"claim.ldap_to_email.ssoType": "Al cambiar el tipo de cuenta, sólo podrás iniciar sesión con tu correo electrónico y contraseña.",
"claim.ldap_to_email.switchTo": "Cambiar cuenta a correo/contraseña",
"claim.ldap_to_email.title": "Cambiar la cuenta de LDAP a Correo/Contraseña",
"claim.ldap_to_email.title": "Cambiar la cuenta de AD/LDAP a Correo/Contraseña",
"claim.oauth_to_email.confirm": "Confirmar Contraseña",
"claim.oauth_to_email.description": "Al cambiar el tipo de cuenta, sólo podrás iniciar sesión con tu correo electrónico y contraseña.",
"claim.oauth_to_email.enterNewPwd": "Ingresa una nueva contraseña para tu cuenta de correo en {site}",
@@ -1061,7 +1065,7 @@
"create_post.comment": "Comentario",
"create_post.post": "Mensaje",
"create_post.shortcutsNotSupported": "Los Accesos rápidos de teclado no son compatibles con su dispositivo.",
"create_post.tutorialTip": "<h4>Enviar Mensajes</h4> <p>Escribe aquí para redactar un mensaje y presiona <strong>Retorno</strong> para enviarlo.</p><p>Pincha el botón de <strong>Adjuntar</strong> para subir una imagen o archivo.</p>",
"create_post.tutorialTip": "<h4>Enviar Mensajes</h4><p>Escribe aquí para redactar un mensaje y presiona <strong>RETORNO</strong> para enviarlo.</p><p>Haz clic en el botón de <strong>Adjuntar</strong> para subir una imagen o archivo.</p>",
"create_post.write": "Escribe un mensaje...",
"create_team.agreement": "Al proceder con la creación de tu cuenta y utilizar {siteName}, estás de acuerdo con nuestros <a href='/static/help/terms.html'>Términos de Servicio</a> y <a href='/static/help/privacy.html'>Políticas de Privacidad</a>. Si no estás de acuerdo, no puedes utilizar {siteName}.",
"create_team.display_name.back": "Volver al paso anterior",
@@ -1125,7 +1129,7 @@
"email_verify.resend": "Reenviar Correo",
"email_verify.sent": " Correo de verificación enviado.",
"email_verify.verified": "{siteName} Correo electrónico verificado",
"email_verify.verifiedBody": "<p>Tu correo electrónico ha sido verificado!! Pincha <a href={url}>aquí</a> para iniciar sesión.</p>",
"email_verify.verifiedBody": "<p>Tu correo electrónico ha sido verificado! Haz clic <a href={url}>aquí</a> para iniciar sesión.</p>",
"email_verify.verifyFailed": "Falla al verificar tu correo electrónico.",
"emoji_list.actions": "Acciones",
"emoji_list.add": "Agregar Emoticon Personalizado",
@@ -1171,7 +1175,7 @@
"flag_post.flag": "Indicador de seguimiento",
"flag_post.unflag": "Desmarcar",
"general_tab.chooseName": "Por favor escoge otro nombre para tu equipo",
"general_tab.codeDesc": "Pincha 'Editar' para regenerar el código de Invitación.",
"general_tab.codeDesc": "Haz clic en 'Editar' para regenerar el código de Invitación.",
"general_tab.codeLongDesc": "El Código de Invitación es utilizado como parte del URL del enlace creado por la opción <strong>Obtener Enlace de invitación</strong> en el menú principal. Regenerar este código crea un nuevo enlace e invalida los enlaces anteriores.",
"general_tab.codeTitle": "Código de Invitación",
"general_tab.dirDisabled": "El directorio de Equipos ha sido deshabilitado. Por favor solicita a un Administrador de Sistema que habilite la opción de Directorio de Equipos en la Consola del Sistema.",
@@ -1226,7 +1230,7 @@
"help.composing.deleting": "## Eliminar un mensaje\nElimina un mensaje haciendo clic en el icono **[...]** junto a cualquier mensaje de texto que has compuesto, a continuación, haz clic en **Borrar**. Los Administradores de Sistema y Equipo pueden borrar cualquier mensaje en su sistema o equipo.",
"help.composing.editing": "## Editar un Mensaje\nEdita un mensaje haciendo clic en el icono **[...]** junto a cualquier mensaje de texto que has compuesto, a continuación, haz clic en **Editar**. Después de realizar modificaciones en el texto del mensaje, pulse la tecla **RETORNO** para guardar las modificaciones. La edición del mensaje no desencadenan nuevas notificaciones a @menciones, notificaciones de escritorio o sonidos.",
"help.composing.linking": "## Enlace a un mensaje\nLa característica de **Enlace Permanente** crea un vínculo de cualquier mensaje. Al compartir este enlace con otros usuarios en el canal les permite ver el mensaje vinculado en los Archivos de Mensajes. Los usuarios que no son miembros del canal de donde se envió el mensaje no podrán ver el enlace permanente. Obtén el enlace permanente a cualquier mensaje haciendo clic en el icono **[...]** al lado del mensaje de texto > **Enlace Permanente** > **Copiar Enlace**.",
"help.composing.posting": "## Publicar un Mensaje\nPublica un mensaje escribiendo en el campo de texto, a continuación, pulsa **RETORNO** para enviar. Usa **Mayus + RETORNO** para crear una nueva línea sin necesidad de enviar el mensaje. Para enviar mensajes pulsando **Ctrl+Retorno** ve al **Menú Principal > Configuración de la Cuenta > Enviar mensajes en Ctrl + Retorno**.",
"help.composing.posting": "## Publicar un Mensaje\nPublica un mensaje escribiendo en el campo de texto, a continuación, pulsa **RETORNO** para enviar. Usa **Mayus + RETORNO** para crear una nueva línea sin necesidad de enviar el mensaje. Para enviar mensajes pulsando **Ctrl+RETORNO** ve al **Menú Principal > Configuración de la Cuenta > Enviar mensajes en Ctrl + RETORNO**.",
"help.composing.posts": "#### Mensajes\nLos mensajes pueden ser considerados mensajes padre. Son los mensajes que a menudo comienzan con un hilo de respuestas. Los mensajes son compuestos y enviados desde el campo de texto en la parte inferior del panel central.",
"help.composing.replies": "#### Respuestas\nResponde a un mensaje haciendo clic en el icono responder junto a cualquier mensaje de texto. Esta acción abre la barra lateral derecha (RHS), donde se puede ver el hilo de mensajes, a continuación, redacta y envía tu respuesta. Las respuestas tienen una ligera sangría en el centro del panel para indicar que ellos son hijos de los mensajes de los padres.\n\nA la hora de componer una respuesta en la barra lateral derecha, haz clic en el icono de expandir/contraer el cual es dos flechas en la parte superior de la barra lateral para que sea más fácil de leer.",
"help.composing.title": "# Enviar Mensajes\n_____",
@@ -1355,6 +1359,7 @@
"integrations.oauthApps.title": "Aplicaciones OAuth 2.0",
"integrations.outgoingWebhook.description": "Webhooks de salida permiten a las integraciones externas recibir mensajes y responder a ellos",
"integrations.outgoingWebhook.title": "Webhook de Salida",
"integrations.successful": "Integración creada con éxito",
"intro_messages.DM": "Este es el inicio de tu historial de mensajes directos con {teammate}.<br />Los mensajes directos y archivos que se comparten aquí no son mostrados a personas fuera de esta área.",
"intro_messages.anyMember": " Cualquier miembro se puede unir y leer este canal.",
"intro_messages.beginning": "Inicio de {name}",
@@ -1387,7 +1392,7 @@
"invite_member.sending": " Enviando",
"invite_member.teamInviteLink": "También puedes invitar personas usando el {link}.",
"ldap_signup.find": "Encontrar mis equipos",
"ldap_signup.ldap": "Crea un equipo con tu cuenta de LDAP",
"ldap_signup.ldap": "Crea un equipo con tu cuenta de AD/LDAP",
"ldap_signup.length_error": "El nombre debe tener entre 3 y 15 caracteres",
"ldap_signup.teamName": "Ingresa el nombre del nuevo equipo",
"ldap_signup.team_error": "Por favor ingresa el nombre del equipo",
@@ -1406,8 +1411,8 @@
"login.gitlab": "GitLab",
"login.google": "Google Apps",
"login.invalidPassword": "La Contraseña es incorrecta.",
"login.ldapUsername": "Usuario LDAP",
"login.ldapUsernameLower": "Nombre de Usuario LDAP",
"login.ldapUsername": "Usuario AD/LDAP",
"login.ldapUsernameLower": "Nombre de Usuario AD/LDAP",
"login.noAccount": "¿No tienes una cuenta? ",
"login.noEmail": "Por favor, introduzca su correo electrónico",
"login.noEmailLdapUsername": "Por favor, introduzca su correo electrónico o {ldapUsername}",
@@ -1440,7 +1445,7 @@
"members_popover.title": "Miembros",
"more_channels.close": "Cerrar",
"more_channels.create": "Crear Nuevo Canal",
"more_channels.createClick": "Pincha 'Crear Nuevo Canal' para crear uno nuevo",
"more_channels.createClick": "Haz clic en 'Crear Nuevo Canal' para crear uno nuevo",
"more_channels.join": "Unirme",
"more_channels.noMore": "No hay más canales para unirse",
"more_channels.title": "Más Canales",
@@ -1451,7 +1456,7 @@
"msg_typing.isTyping": "{user} está escribiendo...",
"msg_typing.someone": "Alguien",
"navbar.addMembers": "Agregar Miembros",
"navbar.click": "Pincha aquí",
"navbar.click": "Clic aquí",
"navbar.delete": "Borrar Canal...",
"navbar.leave": "Abandonar Canal",
"navbar.manageMembers": "Administrar Miembros",
@@ -1474,7 +1479,7 @@
"navbar_dropdown.leave": "Abandonar Equipo",
"navbar_dropdown.logout": "Cerrar sesión",
"navbar_dropdown.manageMembers": "Administrar Miembros",
"navbar_dropdown.nativeApps": "Descargar Apps de Mattermost",
"navbar_dropdown.nativeApps": "Descargar Apps",
"navbar_dropdown.report": "Reportar un Problema",
"navbar_dropdown.switchTeam": "Cambiar a {team}",
"navbar_dropdown.switchTo": "Cambiar a ",
@@ -1483,7 +1488,7 @@
"navbar_dropdown.viewMembers": "Ver Miembros",
"notification.dm": "Mensaje Directo",
"password_form.change": "Cambiar mi contraseña",
"password_form.click": " Pincha <a href={url}>aquí</a> para iniciar sesión.",
"password_form.click": " Clic <a href={url}>aquí</a> para iniciar sesión.",
"password_form.enter": "Ingresa una nueva contraseña para tu cuenta en {siteName}.",
"password_form.error": "Por favor ingresa al menos {chars} caracteres.",
"password_form.pwd": "Contraseña",
@@ -1496,7 +1501,7 @@
"password_send.link": "<p>Se ha enviado un enlace para restablecer la contraseña a <b>{email}</b></p>",
"password_send.reset": "Restablecer mi contraseña",
"password_send.title": "Restablecer Contraseña",
"pdf_preview.max_pages": " Sólo se muestran las primeras cinco páginas en la vista previa de archivos PDF.",
"pdf_preview.max_pages": "Descargar para leer más páginas",
"pending_post_actions.cancel": "Cancelar",
"pending_post_actions.retry": "Reintentar",
"permalink.error.access": "El Enlace permanente pertenece a un mensaje eliminado o a un canal al cual no tienes acceso.",
@@ -1563,6 +1568,10 @@
"search_results.because": "<ul><li>Si estás buscando un frase parcial (ej. buscando \"aud\", tratando de encontrar \"audible\" o \"audifonos\"), agrega un * a la palabra que estás buscando</li><li>Debido a la cantidad de resultados, la búsqueda con dos letras y palabras comunes como \"this\", \"a\" and \"es\" no aparecerán en los resultados debido a la cantidad excesiva de resultados retornados.</li></ul>",
"search_results.noResults": "No se encontraron resultados. ¿Inténtalo de nuevo?",
"search_results.usage": "<ul><li>Utiliza <b>\"comillas\"</b> para buscar frases</li><li>Utiliza <b>from:</b> para encontrar mensajes de usuarios en específico e <b>in:</b> para encontrar mensajes de canales específicos</li></ul>",
"search_results.usageFlag1": "Todavía no haz marcado ningún mensaje.",
"search_results.usageFlag2": "Puedes marcar los mensajes y comentarios haciendo clic en el icono ",
"search_results.usageFlag3": " junto a la marca de hora.",
"search_results.usageFlag4": "Las banderas son una forma de marcar los mensajes para hacerles seguimiento. Tus banderas son personales, y no puede ser vistas por otros usuarios.",
"setting_item_max.cancel": "Cancelar",
"setting_item_max.save": "Guardar",
"setting_item_min.edit": "Editar",
@@ -1584,7 +1593,7 @@
"sidebar.removeList": "Remover de la lista",
"sidebar.tutorialScreen1": "<h4>Canales</h4><p><strong>Canales</strong> organizan las conversaciones en diferentes tópicos. Son abiertos para cualquier persona de tu equipo. Para enviar comunicaciones privadas con una sola persona utiliza <strong>Mensajes Directos</strong> o con multiples personas utilizando <strong>Grupos Privados</strong>.</p>",
"sidebar.tutorialScreen2": "<h4>Los canal \"{townsquare}\" y \"{offtopic}\"</h4><p>Estos son dos canales para comenzar:</p><p><strong>{townsquare}</strong> es el lugar para tener comunicación con todo el equipo. Todos los integrantes de tu equipo son miembros de este canal.</p><p><strong>{offtopic}</strong> es un lugar para diversión y humor fuera de los canales relacionados con el trabajo. Tu y tu equipo pueden decidir que otros canales crear.</p>",
"sidebar.tutorialScreen3": "<h4>Creando y Uniendose a Canales</h4><p>Pincha en <strong>\"Más...\"</strong> para crear un nuevo canal o unirte a uno existente.</p><p>También puedes crear un nuevo canal o grupo privado al pinchar el simbolo de <strong>\"+\"</strong> que se encuentra al lado del encabezado de Canales o Grupos Privados.</p>",
"sidebar.tutorialScreen3": "<h4>Creando y Uniéndose a Canales</h4><p>Haz clic en <strong>\"Más...\"</strong> para crear un nuevo canal o unirte a uno existente.</p><p>También puedes crear un nuevo canal o grupo privado al hacer clic en el símbolo de <strong>\"+\"</strong> que se encuentra al lado del encabezado de Canales o Grupos Privados.</p>",
"sidebar.unreadAbove": "Mensaje(s) sin leer ▲",
"sidebar.unreadBelow": "Mensaje(s) sin leer ▼",
"sidebar_header.tutorial": "<h4>Menú Principal</h4><p>El <strong>Menú Principal</strong> es donde puedes <strong>Invitar a nuevos miembros</strong>, podrás <strong>Configurar tu Cuenta</strong> y seleccionar un <strong>Tema</strong> para personalizar la apariencia.</p><p>Los administradores del Equipo podrán <strong>Configurar el Equipo</strong> desde este menú.</p><p>Los administradores del Sistema encontrarán una opción para ir a la <strong>Consola de Sistema</strong> para administrar el sistema completo.</p>",
@@ -1595,7 +1604,7 @@
"sidebar_right_menu.inviteNew": "Invitar Nuevo Miembro",
"sidebar_right_menu.logout": "Cerrar sesión",
"sidebar_right_menu.manageMembers": "Adminisrar Miembros",
"sidebar_right_menu.nativeApps": "Descargar Apps de Mattermost",
"sidebar_right_menu.nativeApps": "Descargar Apps",
"sidebar_right_menu.recentMentions": "Menciones recientes",
"sidebar_right_menu.report": "Reporta un Problema",
"sidebar_right_menu.switch_team": "Seleccionar Equipo",
@@ -1605,7 +1614,7 @@
"signup.email": "Correo electrónico y Contraseña",
"signup.gitlab": "GitLab Single-Sign-On",
"signup.google": "Cuenta de Google",
"signup.ldap": "Credenciales LDAP",
"signup.ldap": "Credenciales AD/LDAP",
"signup.office365": "Office 365",
"signup.title": "Crea una cuenta con:",
"signup_team.choose": "Tus equipos: ",
@@ -1616,7 +1625,7 @@
"signup_team.no_open_teams": "No hay equipos están disponibles para unirse. Por favor, solicita una invitación a tu administrador.",
"signup_team.no_open_teams_canCreate": "No hay equipos están disponibles para unirse. Por favor, crear un nuevo equipo, o solicita una invitación a tu administrador.",
"signup_team.no_teams": "No se han creado equipos. Por favor contacta a tu administrador.",
"signup_team.no_teams_canCreate": "No se han creado equipos. Puedes crear uno al pinchar \"Crear nuevo equipo\".",
"signup_team.no_teams_canCreate": "No se han creado equipos. Puedes crear uno al hacer clic en \"Crear nuevo equipo\".",
"signup_team.none": "No se ha habilitado ningún método para creación de equipos. Por favor contacta a un administrador de sistema para solicitar acceso.",
"signup_team_complete.completed": "Ya haz completado el proceso de entrada para esta invitación, o esta invitación ya ha expirado.",
"signup_team_confirm.checkEmail": "Por favor revisa tu correo electrónico: <strong>{email}</strong><br />Se ha enviado un correo con un enlace para configurar tu equipo",
@@ -1647,7 +1656,7 @@
"signup_user_completed.validEmail": "Por favor ingresa una dirección de correo electrónico válida",
"signup_user_completed.welcome": "Bienvenido a:",
"signup_user_completed.whatis": "¿Cuál es tu dirección de correo electrónico?",
"signup_user_completed.withLdap": "Con tus credenciales de LDAP",
"signup_user_completed.withLdap": "Con tus credenciales de AD/LDAP",
"sso_signup.find": "Encontrar mi equipo",
"sso_signup.gitlab": "Crea un equipo con una cuenta de GitLab",
"sso_signup.google": "Crea un equipo con una cuenta de Google Apps",
@@ -1704,7 +1713,7 @@
"textbox.quote": ">cita",
"textbox.strike": "tachado",
"tutorial_intro.allSet": "Ya estás listo para comenzar",
"tutorial_intro.end": "Pincha “Siguiente” para entrar al {channel}. Este es el primer canal que ven tus compañeros cuando ingresan. Utilizalo para mandar mensajes que todos deben leer.",
"tutorial_intro.end": "Clic en “Siguiente” para entrar al {channel}. Este es el primer canal que ven tus compañeros cuando ingresan. Utilízalo para mandar mensajes que todos deben leer.",
"tutorial_intro.invite": "Invitar compañeros",
"tutorial_intro.mobileApps": "Instalar las apps para {link} para un fácil acceso y notificaciones sobre la marcha.",
"tutorial_intro.mobileAppsLinkText": "PC, Mac, iOS y Android",
@@ -1732,8 +1741,8 @@
"user.settings.advance.on": "Encendido",
"user.settings.advance.preReleaseDesc": "Marca las características de pre-lanzamiento que quieras previsualizar. Es posible que necesites refrescar la página antes de que los cambios se vean reflejados.",
"user.settings.advance.preReleaseTitle": "Previsualizar características de pre-lanzamiento",
"user.settings.advance.sendDesc": "Si está habilitado 'Retorno' inserta una nueva linea y 'Ctrl + Retorno' envía el mensaje.",
"user.settings.advance.sendTitle": "Enviar mensajes con Ctrl + Retorno",
"user.settings.advance.sendDesc": "Si está habilitado 'RETORNO' inserta una nueva linea y 'Ctrl + RETORNO' envía el mensaje.",
"user.settings.advance.sendTitle": "Enviar mensajes con Ctrl + RETORNO",
"user.settings.advance.slashCmd_autocmp": "Habilitar que una aplicación externa ofrezca el autocompletado de los comandos de barra",
"user.settings.advance.title": "Configuración Avanzada",
"user.settings.custom_theme.awayIndicator": "Indicador Ausente",
@@ -1805,13 +1814,13 @@
"user.settings.general.emailHelp2": "El correo ha sido desactivado por el Administrador de Sistema. No llegarán correos de notificación hasta que se vuelva a habilitar.",
"user.settings.general.emailHelp3": "El correo electrónico es utilizado para iniciar sesión, recibir notificaciones y para restablecer la contraseña.",
"user.settings.general.emailHelp4": "Un correo de verificación ha sido enviado a {email}.",
"user.settings.general.emailLdapCantUpdate": "El inicio de sesión ocurre a través LDAP. El correo electrónico no puede ser actualizado. La dirección de correo electrónico utilizada para las notificaciones es {email}.",
"user.settings.general.emailLdapCantUpdate": "El inicio de sesión ocurre a través AD/LDAP. El correo electrónico no puede ser actualizado. La dirección de correo electrónico utilizada para las notificaciones es {email}.",
"user.settings.general.emailMatch": "El nuevo correo electrónico introducido no coincide.",
"user.settings.general.emailOffice365CantUpdate": "El inicio de sesión ocurre a través Office 365. El correo electrónico no puede ser actualizado. La dirección de correo electrónico utilizada para las notificaciones es {email}.",
"user.settings.general.emailSamlCantUpdate": "El Inicio de sesión se produce a través de SAML. El correo electrónico no puede ser actualizado. La dirección de correo electrónico utilizado para las notificaciones es {email}.",
"user.settings.general.emailUnchanged": "Tu nueva dirección de correo electrónico es la misma que la dirección anterior.",
"user.settings.general.emptyName": "Pincha 'Editar' para agregar tu nombre completo",
"user.settings.general.emptyNickname": "Pincha 'Edita' para agregar un sobrenombre",
"user.settings.general.emptyName": "Clic en 'Editar' para agregar tu nombre completo",
"user.settings.general.emptyNickname": "Clic en 'Editar' para agregar un sobrenombre",
"user.settings.general.field_handled_externally": "Este campo es manejado a través del proveedor de inicio de sesión. Si deseas cambiarlo, deberás hacerlo a través del proveedor.",
"user.settings.general.firstName": "Nombre",
"user.settings.general.fullName": "Nombre completo",
@@ -1820,7 +1829,7 @@
"user.settings.general.lastName": "Apellido",
"user.settings.general.loginGitlab": "Inicio de sesión realizado a través de GitLab ({email})",
"user.settings.general.loginGoogle": "Inicio de sesión realizado a través de Google ({email})",
"user.settings.general.loginLdap": "Inicio de sesión realizado a través de LDAP ({email})",
"user.settings.general.loginLdap": "Inicio de sesión realizado a través de AD/LDAP ({email})",
"user.settings.general.loginOffice365": "Inicio de sesión realizado a través de Office 365 ({email})",
"user.settings.general.loginSaml": "Inicio de sesión realizado a través de SAML ({email})",
"user.settings.general.newAddress": "Nueva dirección: {email}<br />Revisa tu correo electrónico para verificar tu nueva dirección.",
@@ -1831,7 +1840,7 @@
"user.settings.general.primaryEmail": "Correo Principal",
"user.settings.general.profilePicture": "Foto del Perfil",
"user.settings.general.title": "Configuración General",
"user.settings.general.uploadImage": "Pinchar 'Editar' para subir una imagen.",
"user.settings.general.uploadImage": "Clic en 'Editar' para subir una imagen.",
"user.settings.general.username": "Nombre de usuario",
"user.settings.general.usernameInfo": "Escoge algo que sea fácil de reconocer y recordar para tus compañeros.",
"user.settings.general.usernameReserved": "Este nombre de usuario está reservado, por favor escoge otro",
@@ -1890,15 +1899,16 @@
"user.settings.notifications.desktop.title": "Notificaciones de escritorio",
"user.settings.notifications.desktop.unlimited": "Ilimitada",
"user.settings.notifications.desktopSounds": "Sonidos de notificación de escritorio",
"user.settings.notifications.email.everyHour": "Cada hora",
"user.settings.notifications.email.everyXMinutes": "Cada {count, plural, one {minuto} other {{count, number} minutos}}",
"user.settings.notifications.email.immediately": "Inmediatamente",
"user.settings.notifications.email.never": "Nunca",
"user.settings.notifications.email.send": "Enviar notificaciones de correo electrónico",
"user.settings.notifications.emailBatchingInfo": "Las notificaciones recibidas durante el período de tiempo seleccionado se combinan y enviar en un solo correo electrónico.",
"user.settings.notifications.emailInfo": "El correo electrónico que se envía para notificaciones de menciones y mensajes directos cuando estás ausente o desconectado de {siteName} por más de 5 minutos.",
"user.settings.notifications.emailNotifications": "Notificaciones de correo",
"user.settings.notifications.everyHour": "Cada hora",
"user.settings.notifications.everyXMinutes": "Cada {count, plural, one {minuto} other {{count, number} minutos}}",
"user.settings.notifications.header": "Notificaciones",
"user.settings.notifications.immediately": "Inmediatamente",
"user.settings.notifications.info": "Las notificaciones de escritorio están disponibles en Firefox, Safari y Chrome.",
"user.settings.notifications.never": "Nunca",
"user.settings.notifications.noWords": "No hay palabras configuradas",
"user.settings.notifications.off": "Apagado",
"user.settings.notifications.on": "Encendido",
@@ -1937,9 +1947,9 @@
"user.settings.security.gitlab": "GitLab",
"user.settings.security.google": "Google",
"user.settings.security.lastUpdated": "Última actualización {date} a las {time}",
"user.settings.security.ldap": "LDAP",
"user.settings.security.ldap": "AD/LDAP",
"user.settings.security.loginGitlab": "Inicio de sesión realizado a través de Gitlab",
"user.settings.security.loginLdap": "Inicio de sesión realizado a través de LDAP",
"user.settings.security.loginLdap": "Inicio de sesión realizado a través de AD/LDAP",
"user.settings.security.logoutActiveSessions": "Visualizar y cerrar las sesiones activas",
"user.settings.security.method": "Método de inicio de sesión",
"user.settings.security.newPassword": "Nueva Contraseña",
@@ -1967,7 +1977,7 @@
"user.settings.security.passwordErrorUppercaseNumberSymbol": "La contraseña debe contener al menos {min} caracteres compuesta de al menos una letra mayúscula, al menos un número, y al menos un símbolo (por ejemplo,\"~!@#$%^&*()\").",
"user.settings.security.passwordErrorUppercaseSymbol": "La contraseña debe contener al menos {min} caracteres compuesta de al menos una letra mayúscula y al menos un símbolo (por ejemplo,\"~!@#$%^&*()\").",
"user.settings.security.passwordGitlabCantUpdate": "El inicio de sesión ocurre a través GitLab. La contraseña no se puede actualizar.",
"user.settings.security.passwordLdapCantUpdate": "El inicio de sesión ocurre a través LDAP. La contraseña no se puede actualizar.",
"user.settings.security.passwordLdapCantUpdate": "El inicio de sesión ocurre a través AD/LDAP. La contraseña no se puede actualizar.",
"user.settings.security.passwordMatchError": "La nuevas contraseñas que ingresaste no coinciden.",
"user.settings.security.passwordMinLength": "Longitud mínima no válida, no se puede mostrar la vista previa.",
"user.settings.security.retypePassword": "Reescribe la Nueva Contraseña",
@@ -1975,7 +1985,7 @@
"user.settings.security.switchEmail": "Cambiar para utilizar correo electrónico y contraseña",
"user.settings.security.switchGitlab": "Cambiar para utilizar GitLab SSO",
"user.settings.security.switchGoogle": "Cambiar para utilizar Google SSO",
"user.settings.security.switchLdap": "Cambiar para utilizar LDAP",
"user.settings.security.switchLdap": "Cambiar para utilizar AD/LDAP",
"user.settings.security.switchOffice365": "Cambiar para utilizar Office 365 SSO",
"user.settings.security.switchSaml": "Cambiar para utilizar SAML SSO",
"user.settings.security.title": "Configuración de Seguridad",

Просмотреть файл

@@ -1,11 +1,11 @@
{
"about.close": "Quitter",
"about.copyright": "Copyright 2016 Mattermost, Inc. Tout droits réservés",
"about.database": "Base de donnée :",
"about.copyright": "Copyright 2016 Mattermost, Inc. Tous droits réservés",
"about.database": "Base de données :",
"about.date": "Date de compilation :",
"about.enterpriseEditionLearn": "Apprenez-en plus avec lédition Entreprise à : ",
"about.enterpriseEditionLearn": "Apprenez-en plus sur lÉdition Entreprise à : ",
"about.enterpriseEditionSt": "Communication moderne derrière votre pare-feu.",
"about.enterpriseEditione1": "Édition Enterprise",
"about.enterpriseEditione1": "Édition Entreprise",
"about.hash": "Clé de compilation :",
"about.hashee": "Clé de compilation EE :",
"about.licensed": "Clé de licence :",
@@ -13,7 +13,7 @@
"about.teamEditionLearn": "Rejoignez la communauté Mattermost à : ",
"about.teamEditionSt": "Toute la communication de votre équipe à un endroit, accessible de partout.",
"about.teamEditiont0": "Édition Team",
"about.teamEditiont1": "Édition Enterprise",
"about.teamEditiont1": "Édition Entreprise",
"about.title": "À propos de Mattermost",
"about.version": "Version :",
"access_history.title": "Accéder à l'historique",
@@ -35,14 +35,14 @@
"add_command.autocompleteDescription.help": "(facultatif) Description de la commande Slash pour la liste d'auto-complétion.",
"add_command.autocompleteDescription.placeholder": "Exemple : \"Retourne les résultats de recherche de dossiers médicaux\"",
"add_command.autocompleteHint": "Indice de lauto-complétion",
"add_command.autocompleteHint.help": "(Facultatif) Arguments associés à votre commande slash, affichés dans l'aide le la liste d'auto-complétion.",
"add_command.autocompleteHint.help": "(Facultatif) Arguments associés à votre commande slash, affichés dans l'aide de la liste d'auto-complétion.",
"add_command.autocompleteHint.placeholder": "Exemple : [Nom du patient]",
"add_command.cancel": "Annuler",
"add_command.description": "Description",
"add_command.description.help": "Description de votre webhook entrant.",
"add_command.displayName": "Nom d'affichage",
"add_command.displayName": "Nom affiché",
"add_command.displayName.help": "Nom d'affichage pour votre commande slash, avec un maximum de 64 caractères.",
"add_command.doneHelp": "Your slash command has been set up. The following token will be sent in the outgoing payload. Please use it to verify the request came from your Mattermost team (see <a href=\"https://docs.mattermost.com/developer/slash-commands.html\">documentation</a> for further details).",
"add_command.doneHelp": "Votre webhook sortant est en place. Le token suivant sera envoyé dans le payload sortant. Utilisez-le pour vérifier que la requête provienne bien de votre équipe Mattermost (voir la <a href=\"https://docs.mattermost.com/developer/webhooks-outgoing.html\">docuementation</a> pour plus de détails).",
"add_command.iconUrl": "Icône de la réponse",
"add_command.iconUrl.help": "Choisissez une photo de profil pour les réponses à cette commande slash. Entrez l'URL d'un fichier .png ou .jpg d'au moins 128x128 pixels.",
"add_command.iconUrl.placeholder": "https://www.example.com/myicon.png",
@@ -53,11 +53,11 @@
"add_command.save": "Enregistrer",
"add_command.token": "<b>Token</b>: {token}",
"add_command.trigger": "Mot-clé de déclenchement",
"add_command.trigger.help": "Un mot déclencheur doit être unique, ne peut commencer par un slash ni contenir le moindre espace.",
"add_command.trigger.help": "Un mot déclencheur doit être unique, ne peut commencer par un slash ni contenir d'espaces.",
"add_command.trigger.helpExamples": "Exemples : client, employé, patient, météo",
"add_command.trigger.helpReserved": "Réservé : {link}",
"add_command.trigger.helpReservedLinkText": "voir la liste des commandes slash inclues",
"add_command.trigger.placeholder": "Mot-clé de déclenchement exemple \"hello\"",
"add_command.trigger.helpReservedLinkText": "voir la liste des commandes slash incluses",
"add_command.trigger.placeholder": "Mot-clé de déclenchement par exemple \"hello\"",
"add_command.triggerInvalidLength": "un mot-clé doit contenir entre {min} à {max} caractères",
"add_command.triggerInvalidSlash": "Un mot-clé ne peut commencer par un /",
"add_command.triggerInvalidSpace": "Un mot-clé ne doit pas contenir despaces",
@@ -67,7 +67,7 @@
"add_command.url.placeholder": "Doit commencer par http:// ou https://",
"add_command.urlRequired": "Une requête URL est demandée",
"add_command.username": "Utilisateur affiché dans la réponse",
"add_command.username.help": "Choisissez un nom d'utilisateur qui sera affiché dans la réponse de la commande slash. Les noms d'utilisateurs peuvent contenir jusqu'à 22 caractères, chiffres, lettres minuscules et symboles \"-\", \"_\" et \".\" .",
"add_command.username.help": "Choisissez un nom d'utilisateur qui sera affiché dans la réponse de la commande slash. Les noms d'utilisateurs peuvent contenir jusqu'à 22 caractères comprenant chiffres, lettres minuscules et symboles \"-\", \"_\" et \".\" .",
"add_command.username.placeholder": "Nom d'utilisateur",
"add_emoji.cancel": "Annuler",
"add_emoji.header": "Ajouter",
@@ -77,7 +77,7 @@
"add_emoji.imageRequired": "Une image est requise pour l'emoji",
"add_emoji.name": "Nom",
"add_emoji.name.help": "Choisissez un nom pour votre emoji de 64 caractères au maximum, constitué de lettres minuscules, nombres et '-' ou '_'.",
"add_emoji.nameInvalid": "Un nom d'emoji ne peut contenir des lettres minuscules, nombres et les caractères '-' ou '_'.",
"add_emoji.nameInvalid": "Un nom d'emoji ne peut contenir que des lettres minuscules, nombres et les caractères '-' ou '_'.",
"add_emoji.nameRequired": "Saisissez un nom pour l'emoji",
"add_emoji.nameTaken": "Ce nom est déjà utilisé pour un emoji système. Choisissez un autre nom.",
"add_emoji.preview": "Aperçu",
@@ -85,59 +85,59 @@
"add_emoji.save": "Enregistrer",
"add_incoming_webhook.cancel": "Annuler",
"add_incoming_webhook.channel": "Canal",
"add_incoming_webhook.channel.help": "Canal public ou groupe privé qui reçois les payloads du webhook. Vous devez appartenir au groupe privé pendant la mise en place du webhook.",
"add_incoming_webhook.channel.help": "Canal public ou groupe privé qui reçoit les payloads du webhook. Vous devez appartenir au groupe privé pendant la mise en place du webhook.",
"add_incoming_webhook.channelRequired": "Un canal valide est demandé",
"add_incoming_webhook.description": "Description",
"add_incoming_webhook.description.help": "Description pour votre webhook entrant.",
"add_incoming_webhook.displayName": "Nom à afficher",
"add_incoming_webhook.displayName.help": "Nom d'affichage pour votre webhook entrant, avec un maximum de 64 caractères.",
"add_incoming_webhook.doneHelp": "Your incoming webhook has been set up. Please send data to the following URL (see <a href=\"https://docs.mattermost.com/developer/webhooks-incoming.html\">documentation</a> for further details).",
"add_incoming_webhook.doneHelp": "Votre webhook entrant est installé. Vous pouvez envoyer des données a l'URL suivante (voir la <a href=\"https://docs.mattermost.com/developer/webhooks-incoming.html\">documentation</a> pour plus de détails).",
"add_incoming_webhook.name": "Nom",
"add_incoming_webhook.save": "Enregistrer",
"add_incoming_webhook.url": "<b>URL</b>: {url}",
"add_oauth_app.callbackUrls.help": "Les URIs de redirection vers lesquelles le service dirigera les utilisateurs après avoir accepté ou refusé l'autorisation de votre application, et qui gèreront les codes d'autorisation ou les jeton d'accès. Doit être une URL valide commençant par http:// ou https://.",
"add_oauth_app.callbackUrls.help": "Les URIs de redirection vers lesquelles le service dirigera les utilisateurs après avoir accepté ou refusé l'autorisation de votre application, et qui géreront les codes d'autorisation ou les jeton d'accès. Doit être une URL valide commençant par http:// ou https://.",
"add_oauth_app.callbackUrlsRequired": "Saisissez une ou plusieurs URL de callback",
"add_oauth_app.clientId": "<b>Client ID</b>: {id}",
"add_oauth_app.clientSecret": "<b>Client Secret</b>: {secret}",
"add_oauth_app.clientId": "<b>Identifiant Client</b>: {id}",
"add_oauth_app.clientSecret": "<b>Clé secrète du client</b>: {secret}",
"add_oauth_app.description.help": "Description pour votre application OAuth 2.0.",
"add_oauth_app.descriptionRequired": "La description pour votre application OAuth 2.0 est requise.",
"add_oauth_app.doneHelp": "Your OAuth 2.0 application has been set up. Please use the following Client ID and Client Secret when requesting authorization for your application.",
"add_oauth_app.doneUrlHelp": "The following are your authorized redirect URL(s).",
"add_oauth_app.descriptionRequired": "Une description pour votre application OAuth 2.0 est requise.",
"add_oauth_app.doneHelp": "Votre application OAuth 2.0 est en place. Merci d'utiliser l'identifiant client et la clé secrète suivants pour demander une autorisation pour votre application.",
"add_oauth_app.doneUrlHelp": "Liste des URLs de redirection autorisées.",
"add_oauth_app.header": "Ajouter",
"add_oauth_app.homepage.help": "L'URL de la page d'accueil de votre application OAuth 2.0. Veillez à saisir HTTP ou HTTPS dans l'URL suivant votre configuration.",
"add_oauth_app.homepage.help": "L'URL de la page d'accueil de votre application OAuth 2.0. Veillez à saisir HTTP ou HTTPS dans l'URL en fonction de votre configuration.",
"add_oauth_app.homepageRequired": "La page d'accueil pour l'application OAuth 2.0 est requise.",
"add_oauth_app.icon.help": "(Facultatif) L'URL de l'image utilisée pour votre application OAuth 2.0. Veillez à saisir HTTP ou HTTPS dans l'URL.",
"add_oauth_app.name.help": "Nom d'affichage pour votre application OAuth 2.0, avec un maximum de 64 caractères.",
"add_oauth_app.nameRequired": "Le nom pour l'application OAuth 2.0 est requis.",
"add_oauth_app.trusted.help": "Si activé, l'application OAuth 2.0 est considérée comme étant de confiance par le serveur Mattermost et ne requerra pas l'approbation de l'utilisateur. Si désactivé, une fenêtre additionnelle apparaîtra, demandant à l'utilisateur d'accepter ou de refuser son autorisation.",
"add_oauth_app.url": "<b>URL(s)</b>: {url}",
"add_outgoing_webhook.callbackUrls": "URLs de rappel (un par ligne)",
"add_outgoing_webhook.callbackUrls": "URLs de rappel (une par ligne)",
"add_outgoing_webhook.callbackUrls.help": "L'URL à laquelle les messages seront envoyés.",
"add_outgoing_webhook.callbackUrlsRequired": "Un ou plusieurs rappel dURL est demandé",
"add_outgoing_webhook.callbackUrlsRequired": "Une ou plusieurs URLs de rappel sont requises",
"add_outgoing_webhook.cancel": "Annuler",
"add_outgoing_webhook.channel": "Canal",
"add_outgoing_webhook.channel.help": "Canal public qui recevra les payloads de webhooks. Facultatif si au moins un mot déclencheur est spécifié.",
"add_outgoing_webhook.channel.help": "Canal public qui recevra les payloads des webhooks. Facultatif si au moins un mot déclencheur est spécifié.",
"add_outgoing_webhook.contentType.help1": "Choisissez le type de contenu par lequel la réponse sera envoyée.",
"add_outgoing_webhook.contentType.help2": "Si application/x-www-form-urlencoded est choisi, le serveur suppose que vous aller encoder les paramètres dans un format URL.",
"add_outgoing_webhook.contentType.help2": "Si application/x-www-form-urlencoded est choisi, le serveur suppose que vous allez encoder les paramètres dans un format URL.",
"add_outgoing_webhook.contentType.help3": "Si application/json est choisi, le serveur suppose que vous allez envoyer des données JSON.",
"add_outgoing_webhook.content_Type": "Type de contenu",
"add_outgoing_webhook.description": "Description",
"add_outgoing_webhook.description.help": "Description pour votre webhook sortant.",
"add_outgoing_webhook.displayName": "Nom à afficher",
"add_outgoing_webhook.displayName.help": "Nom d'affichage pour votre webhook sortant, avec un maximum de 64 caractères.",
"add_outgoing_webhook.doneHelp": "Your outgoing webhook has been set up. The following token will be sent in the outgoing payload. Please use it to verify the request came from your Mattermost team (see <a href=\"https://docs.mattermost.com/developer/webhooks-outgoing.html\">documentation</a> for further details).",
"add_outgoing_webhook.doneHelp": "Votre webhook sortant est en place. Le token suivant sera envoyé dans le payload sortant. Utilisez-le pour vérifier que la requête provienne bien de votre équipe Mattermost (voir la <a href=\"https://docs.mattermost.com/developer/webhooks-outgoing.html\">docuementation</a> pour plus de détails).",
"add_outgoing_webhook.name": "Nom",
"add_outgoing_webhook.save": "Enregistrer",
"add_outgoing_webhook.token": "<b>Token</b>: {token}",
"add_outgoing_webhook.triggerWords": "Mot-clé (Un par ligne)",
"add_outgoing_webhook.triggerWords.help": "Les messages qui débutent par un des mots spécifiés vont déclencher le webhook sortant. Optionnel si Canal est sélectionné.",
"add_outgoing_webhook.triggerWordsOrChannelRequired": "Un canal valide ou une liste de mot-clé est demander",
"add_outgoing_webhook.triggerWordsOrChannelRequired": "Un canal valide ou une liste de mot-clés est requise",
"add_outgoing_webhook.triggerWordsTriggerWhen": "Déclencher lorsque",
"add_outgoing_webhook.triggerWordsTriggerWhen.help": "Choisissez quand déclencher le webhook sortant; si le premier mot d'un message correspond exactement à un mot déclencheur, ou si il démarre par un mot déclencheur.",
"add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "Premier mot correspondant exactement à un mot déclencheur",
"add_outgoing_webhook.triggerWordsTriggerWhen.help": "Choisissez quand déclencher le webhook sortant; si le premier mot d'un message correspond exactement à un mot déclencheur, ou si il commence par un mot déclencheur.",
"add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "Premier mot correspond exactement à un mot déclencheur",
"add_outgoing_webhook.triggerWordsTriggerWhenStartsWith": "Le premier mot commence avec un mot déclencheur",
"admin.advance.cluster": "Haute disponibilité (Beta)",
"admin.audits.reload": "Rafraîchir",
"admin.advance.cluster": "Haute disponibilité (Bêta)",
"admin.audits.reload": "Recharger les logs de l'activité utilisateur",
"admin.audits.title": "Activité de l'utilisateur",
"admin.authentication.email": "Authentification email",
"admin.authentication.gitlab": "GitLab",
@@ -145,33 +145,33 @@
"admin.authentication.oauth": "OAuth 2.0",
"admin.authentication.saml": "SAML",
"admin.banner.heading": "Remarque :",
"admin.cluster.enableDescription": "Si activé, Mattermost autorise la connexion en utilisant SAML. Consultez la <a href=\"http://docs.mattermost.com/deployment/cluster.html\" target=\"_blank\">documentation</a> pour en apprendre davantage sur la configuration de SAML pour Mattermost.",
"admin.cluster.enableTitle": "Enable High Availability Mode:",
"admin.cluster.interNodeListenAddressDesc": "The address the server will listen on for communicating with other servers.",
"admin.cluster.enableDescription": "Si activé, Mattermost sera lancé en mode Haute Disponibilité. Consultez la <a href=\"http://docs.mattermost.com/deployment/cluster.html\" target=\"_blank\">documentation</a> pour en apprendre davantage sur la configuration de la Haute Disponibilité pour Mattermost.",
"admin.cluster.enableTitle": "Activer le mode Haute Disponibilité",
"admin.cluster.interNodeListenAddressDesc": "L'adresse écoutée par le serveur pour communiquer avec d'autres serveurs.",
"admin.cluster.interNodeListenAddressEx": "Exemple : \":8075\"",
"admin.cluster.interNodeListenAddressTitle": "Inter-Node Listen Address:",
"admin.cluster.interNodeUrlsDesc": "The internal/private URLs of all the Mattermost servers separated by commas.",
"admin.cluster.interNodeUrlsEx": "Ex \"http://10.10.10.30, http://10.10.10.31\"",
"admin.cluster.interNodeUrlsDesc": "Les URLs internes/privées de tous les serveurs Mattermost, séparés par des virgules",
"admin.cluster.interNodeUrlsEx": "Exemple: \"http://10.10.10.30, http://10.10.10.31\"",
"admin.cluster.interNodeUrlsTitle": "Inter-Node URLs:",
"admin.cluster.loadedFrom": "This configuration file was loaded from Node ID {clusterId}. Please see the Troubleshooting Guide in our <a href=\"http://docs.mattermost.com/deployment/cluster.html\" target=\"_blank\">documentation</a> if you are accessing the System Console through a load balancer and experiencing issues.",
"admin.cluster.noteDescription": "Changing properties in this section will require a server restart before taking effect. When High Availability mode is enabled, the System Console is set to read-only and can only be changed from the configuration file.",
"admin.cluster.should_not_change": "WARNING: These settings may not sync with the other servers in the cluster. High Availability inter-node communication will not start until you modify the config.json to be identical on all servers and restart Mattermost. Please see the <a href=\"http://docs.mattermost.com/deployment/cluster.html\" target=\"_blank\">documentation</a> on how to add or remove a server from the cluster. If you are accessing the System Console through a load balancer and experiencing issues, please see the Troubleshooting Guide in our <a href=\"http://docs.mattermost.com/deployment/cluster.html\" target=\"_blank\">documentation</a>.",
"admin.cluster.status_table.config_hash": "Config File MD5",
"admin.cluster.status_table.config_hash": "MD5 du fichier de configuration",
"admin.cluster.status_table.hostname": "Hostname",
"admin.cluster.status_table.id": "Node ID",
"admin.cluster.status_table.reload": " Reload Cluster Status",
"admin.cluster.status_table.id": "ID du nœud",
"admin.cluster.status_table.reload": "Recharger l'état du cluster",
"admin.cluster.status_table.status": "État",
"admin.cluster.status_table.url": "Inter-Node URL",
"admin.cluster.status_table.version": "Version",
"admin.compliance.directoryDescription": "Répertoire des rapports de conformité. Si non spécifié : ./data/ .",
"admin.compliance.directoryExample": "Ex : \"./data/\"",
"admin.compliance.directoryTitle": "Répertoire du rapport de conformité :",
"admin.compliance.enableDailyDesc": "Si activé, Mattermost générera un rapport quotidien de conformité",
"admin.compliance.enableDailyDesc": "Si activé, Mattermost générera un rapport de conformité quotidien",
"admin.compliance.enableDailyTitle": "Activer le rapport quotidien :",
"admin.compliance.enableDesc": "Si activé, Mattermost autorise les rapports de conformité de puis l'onglet <strong>Conformité et vérification</strong>. Consultez la <a href=\"https://docs.mattermost.com/administration/compliance.html\" target=\"_blank\">documentation</a> pour en apprendre davantage.",
"admin.compliance.enableDesc": "Si activé, Mattermost autorise les rapports de conformité depuis l'onglet <strong>Conformité et vérification</strong>. Consultez la <a href=\"https://docs.mattermost.com/administration/compliance.html\" target=\"_blank\">documentation</a> pour en apprendre davantage.",
"admin.compliance.enableTitle": "Activer le rapport de conformité :",
"admin.compliance.false": "non",
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">Note :</h4><p>La conformité est une option disponible sur l'édition dEnterprise. Votre licence ne permet pas d'utiliser cette fonction. Cliquez sur <a href=\"http://mattermost.com\" target=\"_blank\">ici</a> pour des informations et des prix sur la licence dEnterprise.</p>",
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">Note :</h4><p>La conformité est une option disponible sur l'édition Entreprise. Votre licence ne permet pas d'utiliser cette fonction. Cliquez sur <a href=\"http://mattermost.com\" target=\"_blank\">ici</a> pour des informations et des prix sur la licence Entreprise.</p>",
"admin.compliance.save": "Enregistrer",
"admin.compliance.saving": "Enregistrement des paramètres...",
"admin.compliance.title": "Configuration de la conformité",
@@ -413,6 +413,7 @@
"admin.ldap.lastnameAttrDesc": "(Optionnel) Attribut du serveur LDAP utilisé pour le champ \"nom de famille\" des utilisateurs dans Mattermost.",
"admin.ldap.lastnameAttrEx": "Exemple : \"sn\"",
"admin.ldap.lastnameAttrTitle": "Attribut \"nom de famille\" :",
"admin.ldap.ldap_test_button": "AD/LDAP Test",
"admin.ldap.loginNameDesc": "Lespace texte réservé apparaît dans le champ de connexion sur la page de connexion. Par défaut \"LDAP Nom d'utilisateur\".",
"admin.ldap.loginNameEx": "Exemple : \"LDAP nom dutilisateur\".",
"admin.ldap.loginNameTitle": "Champ de connexion :",
@@ -439,8 +440,9 @@
"admin.ldap.syncIntervalTitle": "Intervalle de synchronisation (en minutes)",
"admin.ldap.syncNowHelpText": "Provoque une synchronisation LDAP immédiate.",
"admin.ldap.sync_button": "Synchroniser maintenant l'annuaire LDAP",
"admin.ldap.testFailure": "LDAP Test Failure: {error}",
"admin.ldap.testHelpText": "Tests if the Mattermost server can connect to the LDAP server specified. See log file for more detailed error messages.",
"admin.ldap.testFailure": "AD/LDAP Test Failure: {error}",
"admin.ldap.testHelpText": "Tests if the Mattermost server can connect to the AD/LDAP server specified. See log file for more detailed error messages.",
"admin.ldap.testSuccess": "AD/LDAP Test Successful",
"admin.ldap.uernameAttrDesc": "Attribut du serveur LDAP utilisé pour le champ \"nom d'utilisateur\" dans Mattermost. Utilisez de préférence le même champ que l'attribut \"identifiant d'utilisateur\".",
"admin.ldap.userFilterDisc": "Entrez éventuellement un filtre LDAP à utiliser lors de la recherche d'objets utilisateur. Seuls les utilisateurs sélectionnés par la requête seront en mesure d'accéder à Mattermost . Pour Active Directory, la requête pour filtrer les utilisateurs désactivés est (&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).",
"admin.ldap.userFilterEx": "Exemple : \"(objectClass=utilisateur)\"",
@@ -461,6 +463,8 @@
"admin.license.uploading": "Téléchargement de la licence…",
"admin.log.consoleDescription": "En principe désactivée en production. Utilisé pour le développement, pour afficher les messages d'information sur la console (stdout).",
"admin.log.consoleTitle": "Affiche les journaux sur la console : ",
"admin.log.enableDiagnostics": "Enable Diagnostics and Error Reporting:",
"admin.log.enableDiagnosticsDescription": "Enable this feature to improve the quality and performance of Mattermost by sending error reporting and diagnostic information to Mattermost, Inc. Read our <a href=\"https://about.mattermost.com/default-privacy-policy/\" target=\"_blank\">privacy policy</a> to learn more.",
"admin.log.enableWebhookDebugging": "Activer le débogage des webhooks :",
"admin.log.enableWebhookDebuggingDescription": "Si ce paramètre est faux, les traces de débogage des requêtes webhook entrantes seront désactivées.",
"admin.log.fileDescription": "En principe activé en production. Si activé, les journaux sont écrits dans le fichier spécifié ci-dessous.",
@@ -636,8 +640,8 @@
"admin.service.iconTitle": "Enable integrations to override profile picture icons:",
"admin.service.insecureTlsDesc": "Si activé, toute requête sortante HTTPS acceptera les certificats non-vérifiés et auto-signés. Par exemple, les requêtes webhook sortantes avec un certificat TLS auto-signé, vers n'importe quel domaine, seront autorisées. Attention, cela rend votre serveur vulnérable aux attaques de type \"man in the middle\".",
"admin.service.insecureTlsTitle": "Autoriser les connexions sortantes non-sécurisées : ",
"admin.service.integrationAdmin": "Restreindre les intégrations aux administrateurs : ",
"admin.service.integrationAdminDesc": "Si activé, les intégrations ne peuvent être configurées que par les administrateurs.",
"admin.service.integrationAdmin": "Restrict managing integrations to Admins:",
"admin.service.integrationAdminDesc": "When true, webhooks and slash commands can only be created, edited and viewed by Team and System Admins, and OAuth 2.0 applications by System Admins. Integrations are available to all users after they have been created by the Admin.",
"admin.service.listenAddress": "Adresse IP du serveur :",
"admin.service.listenDescription": "Adresse IP à laquelle le serveur écoute. Saisir \":8065\" connectera le serveur depuis toutes les interfaces réseau de la machine. Vous pouvez également choisir une adresse, par exemple \"127.0.0.1:8065\". Ce paramètre nécessite un redémarrage du serveur.",
"admin.service.listenExample": "Exemple : \":8065\"",
@@ -648,7 +652,7 @@
"admin.service.outWebhooksDesc": "Si activé, les webhooks sortants seront autorisés. Consultez la <a href='http://docs.mattermost.com/developer/webhooks-outgoing.html' target='_blank'>documentation</a> pour en apprendre davantage.",
"admin.service.outWebhooksTitle": "Activer les webhooks sortants : ",
"admin.service.overrideDescription": "When true, webhooks, slash commands and other integrations, such as <a href=\"https://docs.mattermost.com/integrations/zapier.html\" target=\"_blank\">Zapier</a>, will be allowed to change the username they are posting as. Note: Combined with allowing integrations to override profile picture icons, users may be able to perform phishing attacks by attempting to impersonate other users.",
"admin.service.overrideTitle": "Enable integrations to override usernames:",
"admin.service.overrideTitle": "Permettre des intégrations pour remplacer les noms d'utilisateur:",
"admin.service.securityDesc": "Si activé, les administrateurs système sont notifiés par courriel si une alerte de sécurité a été annoncée ces 12 dernières heures. La messagerie doit être activée.",
"admin.service.securityTitle": "Activer les alertes de sécurité : ",
"admin.service.segmentDescription": "Segment.com est un service en ligne qui peut éventuellement être utilisé pour le suivi des statistiques détaillées du système. Vous pouvez obtenir une clé de signature -up pour un compte gratuit à Segment.com.",
@@ -658,7 +662,7 @@
"admin.service.sessionCacheDesc": "Durée pendant laquelle une session est gardée en mémoire.",
"admin.service.sessionDaysEx": "Exemple : \"30\"",
"admin.service.siteURL": "Site URL:",
"admin.service.siteURLDescription": "The URL, including port number and protocol, that users will use to access Mattermost. Leave blank to automatically configure based on incoming traffic.",
"admin.service.siteURLDescription": "The URL, including port number and protocol, that users will use to access Mattermost. This field can be left blank unless you are configuring email batching in <b>Notifications > Email</b>. When blank, the URL is automatically configured based on incoming traffic.",
"admin.service.siteURLExample": "Ex \"https://mattermost.example.com:1234\"",
"admin.service.ssoSessionDays": "Durée de la session SSO (en jours) :",
"admin.service.ssoSessionDaysDesc": "Le nombre de jours entre la dernière fois qu'un utilisateur a entré ses identifiants et l'expiration de la session de l'utilisateur. Si la méthode d'authentification est SAML ou GitLab, l'utilisateur pourra être automatiquement connecté à nouveau dans Mattermost s'ils sont déjà connectés dans SAML ou GitLab. Après le changement de ce paramètre, il prendra effet la prochaine fois que les utilisateurs entreront leurs identifiants.",
@@ -1169,7 +1173,7 @@
"find_team.send": "Envoyer",
"find_team.submitError": "Veuillez entrer une adresse électronique valide",
"flag_post.flag": "Flag for follow up",
"flag_post.unflag": "Unflag",
"flag_post.unflag": "Supprimer l'indicateur",
"general_tab.chooseName": "Choisissez un nom pour votre équipe",
"general_tab.codeDesc": "Cliquez sur \"Modifier\" pour réinitialiser le code d'invitation",
"general_tab.codeLongDesc": "Le code d'invitation est utilisé dans l'URL contenant l'invitation à votre équipe créé depuis le menu principal grâce à <strong>Obtenir un lien dinvitation déquipe</strong>. Regénérer cette clé rend toutes les invitations déjà envoyées invalide.",
@@ -1222,11 +1226,11 @@
"help.commands.custom": "## Custom Commands\nCustom slash commands integrate with external applications. For example, a team might configure a custom slash command to check internal health records with `/patient joe smith` or check the weekly weather forcast in a city with `/weather toronto week`. Check with your System Admin or open the autocomplete list by typing `/` to determine if your team configured any custom slash commands.",
"help.commands.custom2": "Custom slash commands are disabled by default and can be enabled by the System Admin in the **System Console** > **Integrations** > **Webhooks and Commands**. Learn about configuring custom slash commands on the [developer slash command documentation page](http://docs.mattermost.com/developer/slash-commands.html).",
"help.commands.intro": "Slash commands perform operations in Mattermost by typing into the text input box. Enter a `/` followed by a command and some arguments to perform actions.\n\nBuilt-in slash commands come with all Mattermost installations and custom slash commands are configurable to interact with external applications. Learn about configuring custom slash commands on the [developer slash command documentation page](http://docs.mattermost.com/developer/slash-commands.html).",
"help.commands.title": "Exécuter des commandes",
"help.commands.title": "# Exécuter des commandes\n",
"help.composing.deleting": "## Deleting a message\nDelete a message by clicking the **[...]** icon next to any message text that youve composed, then click **Delete**. System and Team Admins can delete any message on their system or team.",
"help.composing.editing": "## Editing a Message\nEdit a message by clicking the **[...]** icon next to any message text that youve composed, then click **Edit**. After making modifications to the message text, press **ENTER** to save the modifications. Message edits do not trigger new @mention notifications, desktop notifications or notification sounds.",
"help.composing.linking": "## Linking to a message\nThe **Permalink** feature creates a link to any message. Sharing this link with other users in the channel lets them view the linked message in the Message Archives. Users who are not a member of the channel where the message was posted cannot view the permalink. Get the permalink to any message by clicking the **[...]** icon next to the message text > **Permalink** > **Copy Link**.",
"help.composing.posting": "## Posting a Message\nWrite a message by typing into the text input box, then press **ENTER** to send it. Use **Shift + ENTER** to create a new line without sending a message. To send messages by pressing **Ctrl+Enter** go to **Main Menu > Account Settings > Send messages on Ctrl + Enter**.",
"help.composing.posting": "## Posting a Message\nWrite a message by typing into the text input box, then press **ENTER** to send it. Use **Shift + ENTER** to create a new line without sending a message. To send messages by pressing **CTRL+ENTER** go to **Main Menu > Account Settings > Send messages on CTRL + ENTER**.",
"help.composing.posts": "#### Posts\nPosts can be considered parent messages. They are the messages that often start a thread of replies. Posts are composed and sent from the text input box at the bottom of the center pane.",
"help.composing.replies": "#### Replies\nReply to a message by clicking the reply icon next to any message text. This action opens the right-hand-side (RHS) where you can see the message thread, then compose and send your reply. Replies are indented slightly in the center pane to indicate that they are child messages of a parent post.\n\nWhen composing a reply in the right-hand side, click the expand/collapse icon with two arrows at the top of the sidebar to make things easier to read.",
"help.composing.title": "# Sending Messages\n_____",
@@ -1250,7 +1254,7 @@
"help.formatting.lines": "## Lines\n\nCreate a line by using three `*`, `_`, or `-`.",
"help.formatting.linkEx": "[Découvrez Mattermost!](https://about.mattermost.com/)",
"help.formatting.links": "## Links\n\nCreate labeled links by putting the desired text in square brackets and the associated link in normal brackets.",
"help.formatting.listExample": "* list item one\n* list item two\n * item two sub-point')",
"help.formatting.listExample": "* list item one\n* list item two\n * item two sub-point",
"help.formatting.lists": "## Lists\n\nCreate a list by using `*` or `-` as bullets. Indent a bullet point by adding two spaces in front of it.",
"help.formatting.monokaiTheme": "**Monokai Theme**",
"help.formatting.ordered": "Faire une liste ordonnée en utilisant des nombres à la place :",
@@ -1355,6 +1359,7 @@
"integrations.oauthApps.title": "Applications OAuth 2.0",
"integrations.outgoingWebhook.description": "Les webhooks sortants permettent des intégrations externes afin de recevoir et de répondre aux messages",
"integrations.outgoingWebhook.title": "Webhooks sortants",
"integrations.successful": "Installation réussie",
"intro_messages.DM": "Vous êtes au début de votre historique de messages avec {teammate}.<br />Les messages privés et les fichiers partagés ici ne sont visibles pour personne d'autre.",
"intro_messages.anyMember": " Tout membre peut rejoindre et lire ce canal.",
"intro_messages.beginning": "Début de {name}",
@@ -1474,7 +1479,7 @@
"navbar_dropdown.leave": "Quitter l'équipe",
"navbar_dropdown.logout": "Se déconnecter",
"navbar_dropdown.manageMembers": "Gérer les membres",
"navbar_dropdown.nativeApps": "Download Mattermost Apps",
"navbar_dropdown.nativeApps": "Télécharger les applications",
"navbar_dropdown.report": "Signaler un problème",
"navbar_dropdown.switchTeam": "Basculer sur {team}",
"navbar_dropdown.switchTo": "Basculer vers ",
@@ -1496,7 +1501,7 @@
"password_send.link": "<p>Un lien de réinitialisation de mot de passe a été envoyé à <b>{email}</b></p>",
"password_send.reset": "Réinitialiser mon mot de passe",
"password_send.title": "Réinitialisation mot de passe",
"pdf_preview.max_pages": "Les aperçus PDF montrent uniquement les cinq premières pages.",
"pdf_preview.max_pages": "Télécharger pour lire plus de pages",
"pending_post_actions.cancel": "Annuler",
"pending_post_actions.retry": "Réessayer",
"permalink.error.access": "Ce lien correspond à un message supprimé ou appartenant à un canal auquel vous n'avez pas accès.",
@@ -1512,8 +1517,8 @@
"post_focus_view.beginning": "Début des archives du canal",
"post_info.del": "Supprimer",
"post_info.edit": "Éditer",
"post_info.mobile.flag": "Flag",
"post_info.mobile.unflag": "Unflag",
"post_info.mobile.flag": "Ajouter un indicateur",
"post_info.mobile.unflag": "Supprimer l'indicateur",
"post_info.permalink": "Lien permanent",
"post_info.reply": "Répondre",
"posts_view.loadMore": "Charger plus de messages",
@@ -1537,10 +1542,10 @@
"rhs_comment.comment": "Commentaire",
"rhs_comment.del": "Supprimer",
"rhs_comment.edit": "Éditer",
"rhs_comment.mobile.flag": "Flag",
"rhs_comment.mobile.unflag": "Unflag",
"rhs_comment.mobile.flag": "Ajouter un indicateur",
"rhs_comment.mobile.unflag": "Supprimer l'indicateur",
"rhs_comment.permalink": "Lien permanent",
"rhs_header.backToFlaggedTooltip": "Back to Flagged Posts",
"rhs_header.backToFlaggedTooltip": "Retourner aux messages avec indicateur",
"rhs_header.backToResultsTooltip": "Retour aux résultats",
"rhs_header.closeSidebarTooltip": "Fermer la barre latérale",
"rhs_header.details": "Détails du message",
@@ -1549,8 +1554,8 @@
"rhs_root.del": "Supprimer",
"rhs_root.direct": "Messages privés",
"rhs_root.edit": "Éditer",
"rhs_root.mobile.flag": "Flag",
"rhs_root.mobile.unflag": "Unflag",
"rhs_root.mobile.flag": "Ajouter un indicateur",
"rhs_root.mobile.unflag": "Supprimer l'indicateur",
"rhs_root.permalink": "Lien permanent",
"search_bar.cancel": "Annuler",
"search_bar.search": "Rechercher",
@@ -1563,6 +1568,10 @@
"search_results.because": "<ul><li>Pour rechercher une partie d'un mot (ex. rechercher \"réa\" en souhaitant \"réagir\" ou \"réaction\"), ajoutez un * au terme recherché</li><li>En raison du nombre de résultats, les recherches sur deux lettres ou sur les mots communs tels que \"ce\", \"un\" et \"est\" n'apparaîtront pas dans les résultats de la recherche</li></ul>",
"search_results.noResults": "Aucun résultat. Recommencer ?",
"search_results.usage": "<ul><li>Utilisez <b>\"des guillemets\"</b> pour rechercher des phrases</li><li>Utilisez <b>from:</b> pour rechercher les messages d'utilisateur spécifiques et <b>in:</b> pour rechercher les messages sur des canaux spécifiques</li></ul>",
"search_results.usageFlag1": "You haven't flagged any messages yet.",
"search_results.usageFlag2": "You can add a flag to messages and comments by clicking the ",
"search_results.usageFlag3": " icon next to the timestamp.",
"search_results.usageFlag4": "Flags are a way to mark messages for follow up. Your flags are personal, and cannot be seen by other users.",
"setting_item_max.cancel": "Annuler",
"setting_item_max.save": "Enregistrer",
"setting_item_min.edit": "Modifier",
@@ -1595,7 +1604,7 @@
"sidebar_right_menu.inviteNew": "Inviter un nouveau membre",
"sidebar_right_menu.logout": "Se déconnecter",
"sidebar_right_menu.manageMembers": "Gérer les membres",
"sidebar_right_menu.nativeApps": "Download Mattermost Apps",
"sidebar_right_menu.nativeApps": "Télécharger les applications",
"sidebar_right_menu.recentMentions": "Mentions récentes",
"sidebar_right_menu.report": "Signaler un problème",
"sidebar_right_menu.switch_team": "Sélection de l'équipe",
@@ -1605,7 +1614,7 @@
"signup.email": "Adresse électronique et mot de passe",
"signup.gitlab": "GitLab Single-Sign-On",
"signup.google": "Compte Google",
"signup.ldap": "LDAP Credentials",
"signup.ldap": "AD/LDAP Credentials",
"signup.office365": "Office 365",
"signup.title": "Créer un compte avec :",
"signup_team.choose": "Vos équipes : ",
@@ -1657,8 +1666,8 @@
"suggestion.mention.all": "Avertit tout le monde dans le canal, utilisez dans {townsquare} pour notifier toute l'équipe",
"suggestion.mention.channel": "Notifier tout le monde dans le canal",
"suggestion.mention.here": "Notifier toutes les personnes connectées dans ce canal",
"suggestion.mention.members": "Channel Members",
"suggestion.mention.nonmembers": "Not in Channel",
"suggestion.mention.members": "Membres du canal",
"suggestion.mention.nonmembers": "Pas dans le canal",
"suggestion.mention.special": "Mentions spéciales",
"suggestion.search.private": "Groupes privés",
"suggestion.search.public": "Canaux publics",
@@ -1726,7 +1735,7 @@
"user.settings.advance.formattingDesc": "Si activé, les messages seront formatés pour créer des liens, montrer des emoji, le style du texte et ajouter des sauts de ligne. Par défaut, ce paramètre est activé. La modification de ce paramètre nécessite le rafraîchissement de la page.",
"user.settings.advance.formattingTitle": "Activé le formatage des messages",
"user.settings.advance.joinLeaveDesc": "When \"On\", System Messages saying a user has joined or left a channel will be visible. When \"Off\", the System Messages about joining or leaving a channel will be hidden. A message will still show up when you are added to a channel, so you can receive a notification.",
"user.settings.advance.joinLeaveTitle": "Enable Join/Leave Messages",
"user.settings.advance.joinLeaveTitle": "Permettre de rejoindre/quitter les messages",
"user.settings.advance.markdown_preview": "Voir l'option d'aperçu du markdown dans la zone de saisie de message",
"user.settings.advance.off": "Désactivé",
"user.settings.advance.on": "Activé",
@@ -1877,28 +1886,29 @@
"user.settings.notifications.desktop.allNoSoundTimed": "For all activity, without sound, shown for {seconds} seconds",
"user.settings.notifications.desktop.allSoundForever": "For all activity, with sound, shown indefinitely",
"user.settings.notifications.desktop.allSoundTimed": "For all activity, with sound, shown for {seconds} seconds",
"user.settings.notifications.desktop.duration": "Notification duration",
"user.settings.notifications.desktop.durationInfo": "Sets how long desktop notifications will remain on screen.",
"user.settings.notifications.desktop.mentionsFirefoxForever": "For mentions and direct messages, shown indefinitely",
"user.settings.notifications.desktop.duration": "Durée de notification",
"user.settings.notifications.desktop.durationInfo": "Définit combien de temps les notifications de bureau resteront à l'écran.",
"user.settings.notifications.desktop.mentionsFirefoxForever": "Pour mentions et messages directs en mode hors connexion",
"user.settings.notifications.desktop.mentionsFirefoxTimed": "For mentions and direct messages, shown for {seconds} seconds",
"user.settings.notifications.desktop.mentionsNoSoundForever": "For mentions and direct messages, without sound, shown indefinitely",
"user.settings.notifications.desktop.mentionsNoSoundTimed": "For mentions and direct messages, without sound, shown for {seconds} seconds",
"user.settings.notifications.desktop.mentionsSoundForever": "For mentions and direct messages, with sound, shown indefinitely",
"user.settings.notifications.desktop.mentionsSoundTimed": "For mentions and direct messages, with sound, shown for {seconds} seconds",
"user.settings.notifications.desktop.seconds": "{seconds} seconds",
"user.settings.notifications.desktop.sound": "Notification sound",
"user.settings.notifications.desktop.seconds": "{seconds} secondes",
"user.settings.notifications.desktop.sound": "Son de notification",
"user.settings.notifications.desktop.title": "Sons des notifications",
"user.settings.notifications.desktop.unlimited": "Unlimited",
"user.settings.notifications.desktop.unlimited": "Illimité",
"user.settings.notifications.desktopSounds": "Sons des notifications",
"user.settings.notifications.email.everyHour": "Toutes les heures",
"user.settings.notifications.email.everyXMinutes": "Every {count, plural, one {minute} other {{count, number} minutes}}",
"user.settings.notifications.email.immediately": "Immédiatement",
"user.settings.notifications.email.never": "Jamais",
"user.settings.notifications.email.send": "Envoyer des notifications sur le bureau",
"user.settings.notifications.emailBatchingInfo": "Notifications received over the time period selected are combined and sent in a single email.",
"user.settings.notifications.emailInfo": "Les notifications par courriel sont envoyées pour les mentions et les messages privés après que vous êtes hors-ligne plus de 60 secondes ou parti de {siteName} pendant plus de 5 minutes.",
"user.settings.notifications.emailNotifications": "Notifications par courriel",
"user.settings.notifications.everyHour": "Toutes les heures",
"user.settings.notifications.everyXMinutes": "Every {count, plural, one {minute} other {{count, number} minutes}}",
"user.settings.notifications.header": "Notifications",
"user.settings.notifications.immediately": "Immédiatement",
"user.settings.notifications.info": "Desktop notifications are available on Firefox, Safari, and Chrome.",
"user.settings.notifications.never": "Jamais",
"user.settings.notifications.info": "Les notifications de bureau sont disponibles sur Firefox, Safari et Chrome.",
"user.settings.notifications.noWords": "Aucun mot configuré",
"user.settings.notifications.off": "Désactivé",
"user.settings.notifications.on": "Activé",
@@ -1908,23 +1918,23 @@
"user.settings.notifications.sensitiveUsername": "Votre nom d'utilisateur (insensible à la casse) \"{username}\"",
"user.settings.notifications.sensitiveWords": "Autres mots insensibles à la casse, séparés par des virgules :",
"user.settings.notifications.soundConfig": "Configurez les sons des notifications dans les préférences de votre navigateur",
"user.settings.notifications.sounds_info": "Notification sounds are available on IE11, Edge, Safari and Chrome.",
"user.settings.notifications.sounds_info": "Les sons de notification sont disponibles sur Internet Explorer 11, Edge, Chrome et Safari.",
"user.settings.notifications.teamWide": "Mentions à toute l'équipe \"@all\"",
"user.settings.notifications.title": "Paramètres de notification",
"user.settings.notifications.usernameMention": "Votre nom d'utilisateur mentionné \"@{username}\"",
"user.settings.notifications.wordsTrigger": "Mots qui déclenchent des mentions",
"user.settings.push_notification.allActivityAway": "Pour toutes les activités lorsque vous etes en déplacement ou hors ligne",
"user.settings.push_notification.allActivityAway": "Pour toutes les activités lorsque vous etes en absent ou hors ligne",
"user.settings.push_notification.allActivityOffline": "Pour toutes les activités lorsque vous etes en déplacement ou hors ligne",
"user.settings.push_notification.allActivityOnline": "Pour toutes les activités lorsque vous etes en déplacement ou hors ligne",
"user.settings.push_notification.away": "Away or offline",
"user.settings.push_notification.away": "Absent ou hors ligne",
"user.settings.push_notification.disabled": "Désactivé par l'administrateur système",
"user.settings.push_notification.disabled_long": "Les notifications Push pour les appareils mobiles ont été désactivées par votre administrateur système .",
"user.settings.push_notification.info": "Les alertes de notification sont envoyées à votre appareil mobile quand il y a de lactivité dans Mattermost .",
"user.settings.push_notification.off": "Désactivé",
"user.settings.push_notification.offline": "Hors ligne",
"user.settings.push_notification.online": "Online, away or offline",
"user.settings.push_notification.onlyMentionsAway": "For mentions and direct messages when away or offline",
"user.settings.push_notification.onlyMentionsOffline": "For mentions and direct messages when offline",
"user.settings.push_notification.online": "En ligne, absent(e) ou hors ligne",
"user.settings.push_notification.onlyMentionsAway": "Pour mentions et messages directs en mode hors connexion",
"user.settings.push_notification.onlyMentionsOffline": "Pour mentions et messages directs en mode hors connexion",
"user.settings.push_notification.onlyMentionsOnline": "For mentions and direct messages when online, away or offline",
"user.settings.push_notification.send": "Notifications push mobile",
"user.settings.push_notification.status": "Trigger push notifications when",
@@ -1937,7 +1947,7 @@
"user.settings.security.gitlab": "GitLab",
"user.settings.security.google": "Google",
"user.settings.security.lastUpdated": "Dernière mise à jour le {date} à {time}",
"user.settings.security.ldap": "LDAP",
"user.settings.security.ldap": "AD/LDAP",
"user.settings.security.loginGitlab": "Connexion avec Gitlab",
"user.settings.security.loginLdap": "Connexion avec LDAP",
"user.settings.security.logoutActiveSessions": "Consulter et déconnecter les sessions actives",

Просмотреть файл

@@ -155,7 +155,7 @@
"admin.cluster.interNodeUrlsTitle": "ード間URL:",
"admin.cluster.loadedFrom": "この設定ファイルはードID {clusterId} からロードされます。ロードバランサーからシステムコンソールにアクセスしている場合や問題が発生している場合は、<a href=\"http://docs.mattermost.com/deployment/cluster.html\" target=\"_blank\">説明文書</a> のTroubleshooting Guideを参照してください。",
"admin.cluster.noteDescription": "このセクションでの設定値の変更を有効にするにはサーバーを再起動させる必要があります。高可用モードを有効にした場合、システムコンソールは読み込み専用となり、設定ファイルからのみ変更可能となります。",
"admin.cluster.should_not_change": "警告: これらの設定はクラスター内のほかのサーバーと同期されません。高可用なード間接続は、全てのサーバーのconfig.jsonを同一に設定し、Mattermostを再起動するまで開始されません。クラスターからサーバーを追加/削除する方法については<a href=\"http://docs.mattermost.com/deployment/cluster.html\" target=\"_blank\">説明文書</a>を参照してください。 ロードバランサーからシステムコンソールにアクセスしている場合や問題が発生している場合は、<a href=\"http://docs.mattermost.com/deployment/cluster.html\" target=\"_blank\">説明文書</a> のTroubleshooting Guideを参照してください。",
"admin.cluster.should_not_change": "警告: これらの設定はクラスター内ののサーバーと同期されません。高可用なード間接続は、全てのサーバーのconfig.jsonを同一に設定し、Mattermostを再起動するまで開始されません。クラスターからサーバーを追加/削除する方法については<a href=\"http://docs.mattermost.com/deployment/cluster.html\" target=\"_blank\">説明文書</a>を参照してください。 ロードバランサーからシステムコンソールにアクセスしている場合や問題が発生している場合は、<a href=\"http://docs.mattermost.com/deployment/cluster.html\" target=\"_blank\">説明文書</a> のTroubleshooting Guideを参照してください。",
"admin.cluster.status_table.config_hash": "設定ファイルのMD5ハッシュ値",
"admin.cluster.status_table.hostname": "ホスト名",
"admin.cluster.status_table.id": "ードID",
@@ -217,7 +217,7 @@
"admin.customization.enableCustomEmojiTitle": "カスタム絵文字を有効にする:",
"admin.customization.iosAppDownloadLinkDesc": "iOSアプリのダウンロードリンクを追加してください。モバイル用ウェブブラウザーでサイトにアクセスしたユーザへ、アプリをダウンロードするか選択するページを表示します。空欄にした場合、そのページは表示されません。",
"admin.customization.iosAppDownloadLinkTitle": "iOSアプリダウンロード用リンク:",
"admin.customization.nativeAppLinks": "Mattermost App Links",
"admin.customization.nativeAppLinks": "Mattermostアプリリンク",
"admin.customization.restrictCustomEmojiCreationAdmin": "システム管理者とチーム管理者にカスタム絵文字を作成できるようにする",
"admin.customization.restrictCustomEmojiCreationAll": "全員にカスタム絵文字を作成できるようにする",
"admin.customization.restrictCustomEmojiCreationDesc": "特定のユーザーにカスタム絵文字の作成を限定します。",
@@ -229,7 +229,7 @@
"admin.email.agreeHPNS": "私はMattermostのホストするプッシュ通知サービスの<a href=\"https://about.mattermost.com/hpns-terms/\" target=\"_blank\">使用条件</a>と<a href=\"https://about.mattermost.com/hpns-privacy/\" target=\"_blank\">プライバシーポリシー</a>を理解し、承諾します。",
"admin.email.allowEmailSignInDescription": "有効な場合、Mattermostはユーザーが電子メールアドレスとパスワードを使ってサインインをできるようにします。",
"admin.email.allowEmailSignInTitle": "電子メールアドレスでのログインを有効にする: ",
"admin.email.allowSignupDescription": "有効な場合、Mattermostはチームの作成と電子メールアドレスとパスワードによる利用登録を許可します。この値は利用登録をOAuthまたはLDAPによるシングルサインオンに制限したい時のみ無効にしてください。",
"admin.email.allowSignupDescription": "有効な場合、Mattermostはチームの作成と電子メールアドレスとパスワードによる利用登録を許可します。この値は利用登録をOAuthまたはAD/LDAPによるシングルサインオンに制限したい時のみ無効にしてください。",
"admin.email.allowSignupTitle": "電子メールアドレスでのアカウント作成を有効にする: ",
"admin.email.allowUsernameSignInDescription": "有効な場合、Mattermostはユーザーがユーザー名とパスワードでサインインすることを許可します。この設定は電子メール確認が無効にされている場合にのみ使われます。",
"admin.email.allowUsernameSignInTitle": "ユーザー名でのサインインを有効にする: ",
@@ -392,57 +392,59 @@
"admin.image.thumbWidthTitle": "添付サムネイル幅:",
"admin.integrations.custom": "カスタム統合機能",
"admin.integrations.external": "外部のサービス",
"admin.ldap.baseDesc": "ベースDNはMattermostがLDAPツリーでユーザー検索を始める場所の識別名です。",
"admin.ldap.baseDesc": "ベースDNはMattermostがAD/LDAPツリーでユーザー検索を始める場所の識別名です。",
"admin.ldap.baseEx": "例: \"ou=Unit Name,dc=corp,dc=example,dc=com\"",
"admin.ldap.baseTitle": "ベースDN:",
"admin.ldap.bindPwdDesc": "「バインドユーザー名」のパスワード:",
"admin.ldap.bindPwdTitle": "バインドパスワード:",
"admin.ldap.bindUserDesc": "LDAPを検索する際に使用するユーザー名です。これは通常はMattermost専用のアカウントを作成しておきます。そしてそのアカウントはベースDNだけに読み取り専用でアクセスできるようにします。",
"admin.ldap.bindUserDesc": "AD/LDAPを検索する際に使用するユーザー名です。これは通常はMattermost専用のアカウントを作成しておきます。そしてそのアカウントはベースDNだけに読み取り専用でアクセスできるようにします。",
"admin.ldap.bindUserTitle": "バインドユーザー名:",
"admin.ldap.emailAttrDesc": "Mattermostのユーザーの電子メールアドレスを設定するために使用されるLDAPサーバーの属性値です。",
"admin.ldap.emailAttrDesc": "Mattermostのユーザーの電子メールアドレスを設定するために使用されるAD/LDAPサーバーの属性値です。",
"admin.ldap.emailAttrEx": "例: \"mail\" or \"userPrincipalName\"",
"admin.ldap.emailAttrTitle": "電子メール属性値:",
"admin.ldap.enableDesc": "有効な場合、MattermostはログインにLDAPの使用を許可します",
"admin.ldap.enableTitle": "LDAPでのログインを有効にする:",
"admin.ldap.firstnameAttrDesc": "(オプション)Mattermostのユーザーの名前(ファーストネーム)を設定するために使用されるLDAPサーバーの属性値です。",
"admin.ldap.enableDesc": "有効な場合、MattermostはログインにAD/LDAPの使用を許可します",
"admin.ldap.enableTitle": "AD/LDAPでのサインインを有効にする:",
"admin.ldap.firstnameAttrDesc": "(オプション)Mattermostのユーザーの名前(ファーストネーム)を設定するために使用されるAD/LDAPサーバーの属性値です。",
"admin.ldap.firstnameAttrEx": "例: \"givenName\"",
"admin.ldap.firstnameAttrTitle": "名前(ファーストネーム)の属性値",
"admin.ldap.idAttrDesc": "Mattermostで重複なくユーザーを認識するために使用されるLDAPの属性値です。LDAPのこの属性値は変更されないものあるべきであり、ユーザー名やユーザーIDを使用します。この項目が変更されると、新しいMattermostアカウントが古いアカウントとは独立して作成されます。この値は、Mattermostのログイン画面の「LDAPユーザー名」欄に入力します。通常、この属性値は、上の「ユーザー名属性値」欄と同じです。あなたのチームがdomain\\usernameの形式を他のサービスにLDAPを使ってログインするのに使用している場合には、サイト間の一貫性を維持するためこの項目にはdomain\\username形式を使ってください。",
"admin.ldap.idAttrDesc": "Mattermostで重複なくユーザーを認識するために使用されるAD/LDAPの属性値です。AD/LDAPのこの属性値は変更されないものあるべきであり、ユーザー名やユーザーIDを使用します。この項目が変更されると、新しいMattermostアカウントが古いアカウントとは独立して作成されます。この値は、Mattermostのログイン画面の「AD/LDAPユーザー名」欄に入力します。通常、この属性値は、上の「ユーザー名属性値」欄と同じです。あなたのチームがdomain\\usernameの形式を他のサービスにAD/LDAPを使ってログインするのに使用している場合には、サイト間の一貫性を維持するためこの項目にはdomain\\username形式を使ってください。",
"admin.ldap.idAttrEx": "例: \"sAMAccountName\"",
"admin.ldap.idAttrTitle": "ID属性値: ",
"admin.ldap.lastnameAttrDesc": "(オプション)Mattermostのユーザーの苗字(ラストネーム)を設定するために使用されるLDAPサーバーの属性値です。",
"admin.ldap.lastnameAttrDesc": "(オプション)Mattermostのユーザーの苗字(ラストネーム)を設定するために使用されるAD/LDAPサーバーの属性値です。",
"admin.ldap.lastnameAttrEx": "例: \"sn\"",
"admin.ldap.lastnameAttrTitle": "苗字(ラストネーム)の属性値:",
"admin.ldap.loginNameDesc": "ログインページのログイン欄に表示されるプレイスホルダーテキストを設定します。\"LDAP Username\"がデフォルトです。",
"admin.ldap.loginNameEx": "例: \"LDAP Username\"",
"admin.ldap.ldap_test_button": "AD/LDAP Test",
"admin.ldap.loginNameDesc": "ログインページのログイン欄に表示されるプレイスホルダーテキストを設定します。\"AD/LDAP Username\"がデフォルトです。",
"admin.ldap.loginNameEx": "例: \"AD/LDAP Username\"",
"admin.ldap.loginNameTitle": "ログインフィールド名:",
"admin.ldap.maxPageSizeEx": "例: \"2000\"",
"admin.ldap.maxPageSizeHelpText": "MattermostサーバーがLDAPサーバーへ一度にリクエストする最大ユーザー数。0を指定した場合、制限しません。",
"admin.ldap.maxPageSizeTitle": "最大ページサイズ:",
"admin.ldap.nicknameAttrDesc": "(オプション)Mattermostのユーザーの苗字(ラストネーム)を設定するために使用されるLDAPサーバーの属性値です。",
"admin.ldap.nicknameAttrDesc": "(オプション)Mattermostのユーザーのニックネームを設定するために使用されるAD/LDAPサーバーの属性値です。",
"admin.ldap.nicknameAttrEx": "例: \"nickname'",
"admin.ldap.nicknameAttrTitle": "ニックネームの属性値:",
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">注意:</h4><p>LDAPはエンタープライズ版のみの機能です。現在のライセンスはLDAPをサポートしていません。詳しくは<a href=\"http://mattermost.com\" target=\"_blank\">エンタープライズ版についての情報と価格</a>をご覧ください。</p>",
"admin.ldap.portDesc": "MattermostがLDAPサーバーに接続するポート番号です。デフォルトでは389です。",
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">注意:</h4><p>AD/LDAPはエンタープライズ版のみの機能です。現在のライセンスはAD/LDAPをサポートしていません。詳しくは<a href=\"http://mattermost.com\" target=\"_blank\">エンタープライズ版についての情報と価格</a>をご覧ください。</p>",
"admin.ldap.portDesc": "MattermostがAD/LDAPサーバーに接続するポート番号です。デフォルトでは389です。",
"admin.ldap.portEx": "例: \"389\"",
"admin.ldap.portTitle": "LDAPポート:",
"admin.ldap.queryDesc": "LDAPサーバーに問い合わせをする際のタイムアウト秒数です。遅いLDAPサーバーとの接続でタイムアウトエラーが発生する場合には数値を増やしてください。",
"admin.ldap.portTitle": "AD/LDAPポート:",
"admin.ldap.queryDesc": "AD/LDAPサーバーに問い合わせをする際のタイムアウト秒数です。遅いAD/LDAPサーバーとの接続でタイムアウトエラーが発生する場合には数値を増やしてください。",
"admin.ldap.queryEx": "例: \"60\"",
"admin.ldap.queryTitle": "問い合わせタイムアウト(秒):",
"admin.ldap.serverDesc": "LDAPサーバーのドメイン名またはIPアドレスです。",
"admin.ldap.serverDesc": "AD/LDAPサーバーのドメイン名またはIPアドレスです。",
"admin.ldap.serverEx": "例: \"10.0.0.23\"",
"admin.ldap.serverTitle": "LDAPサーバー:",
"admin.ldap.serverTitle": "AD/LDAPサーバー:",
"admin.ldap.skipCertificateVerification": "証明書の検証をしない:",
"admin.ldap.skipCertificateVerificationDesc": "TLSまたはSTARTTLSの証明書の検証ステップをスキップします。TLSが必要な本番環境では設定することは推奨されません。テスト用の設定です。",
"admin.ldap.syncFailure": "同期の失敗: {error}",
"admin.ldap.syncIntervalHelpText": "LDAPの同期は、LDAPサーバでの更新を反映するためにMattermostのユーザー情報を更新します。例えば、LDAPサーバー上でユーザーの名前が変更された場合、その変更はLDAPの同期が実行された時にMattermostへ反映されます。LDAPサーバ上で削除もしくは無効化されたアカウントは、Mattermost上で\"無効\"となり、そのアカウントのセッションは削除されます。Mattermostは入力された同期間隔で同期を実行します。例えば、60が入力された場合、Mattermostは60分ごとに同期を行います。",
"admin.ldap.syncIntervalHelpText": "AD/LDAPの同期は、AD/LDAPサーバでの更新を反映するためにMattermostのユーザー情報を更新します。例えば、AD/LDAPサーバー上でユーザーの名前が変更された場合、その変更はAD/LDAPの同期が実行された時にMattermostへ反映されます。AD/LDAPサーバ上で削除もしくは無効化されたアカウントは、Mattermost上で\"無効\"となり、そのアカウントのセッションは削除されます。Mattermostは入力された同期間隔で同期を実行します。例えば、60が入力された場合、Mattermostは60分ごとに同期を行います。",
"admin.ldap.syncIntervalTitle": "同期間隔(分):",
"admin.ldap.syncNowHelpText": "LDAP同期をすぐに実行します。",
"admin.ldap.sync_button": "LDAP同期を今すぐ実行する",
"admin.ldap.testFailure": "LDAPのテストに失敗: {error}",
"admin.ldap.testHelpText": "Mattermostが指定されたLDAPサーバーに接続できるかをテストします。詳しいエラーメッセージは、ログファイルを参照してください。",
"admin.ldap.uernameAttrDesc": "Mattermostのユーザー名を設定するために使用されるLDAPサーバーの属性値です。ID属性値と同じである場合があります。",
"admin.ldap.userFilterDisc": "(オプション) ユーザーオブジェクトを検索する際のLDAPフィルターを入力できます。これを適用したクエリーで選ばれるユーザーのみがMattermostにアクセスできます。Active Directoryでは、無効化されているユーザーを排除するには、(&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))を設定してください。",
"admin.ldap.syncNowHelpText": "AD/LDAP同期をすぐに実行します。",
"admin.ldap.sync_button": "AD/LDAP同期を今すぐ実行する",
"admin.ldap.testFailure": "AD/LDAPのテストに失敗: {error}",
"admin.ldap.testHelpText": "Mattermostが指定されたAD/LDAPサーバーに接続できるかをテストします。詳しいエラーメッセージは、ログファイルを参照してください。",
"admin.ldap.testSuccess": "AD/LDAP Test Successful",
"admin.ldap.uernameAttrDesc": "Mattermostのユーザー名を設定するために使用されるAD/LDAPサーバーの属性値です。ID属性値と同じである場合があります。",
"admin.ldap.userFilterDisc": "(オプション) ユーザーオブジェクトを検索する際のAD/LDAPフィルターを入力できます。これを適用したクエリーで選ばれるユーザーのみがMattermostにアクセスできます。Active Directoryでは、無効化されているユーザーを排除するには、(&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))を設定してください。",
"admin.ldap.userFilterEx": "例: \"(objectClass=user)\"",
"admin.ldap.userFilterTitle": "ユーザーフィルター:",
"admin.ldap.usernameAttrEx": "例: \"sAMAccountName\"",
@@ -461,6 +463,8 @@
"admin.license.uploading": "ライセンスをアップロードしています…",
"admin.log.consoleDescription": "本番環境では無効に設定してください。開発者はこれを有効に設定することで、コンソールレベルオプションに応じてログメッセージを出力させることができます。有効な場合、サーバー標準出力(stdout)にメッセージを出力します。",
"admin.log.consoleTitle": "ログをコンソールに出力する: ",
"admin.log.enableDiagnostics": "診断とエラーレポートを有効にする:",
"admin.log.enableDiagnosticsDescription": "Mattermost, Incへエラーレポートと診断情報を送信し、Mattermostの品質とパフォーマンスを改善するために、この機能を有効にしてください。 詳しくは<a href=\"https://about.mattermost.com/default-privacy-policy/\" target=\"_blank\">プライバシーポリシー</a>を参照してください。",
"admin.log.enableWebhookDebugging": "ウェブフックのデバッグを有効にする:",
"admin.log.enableWebhookDebuggingDescription": "これを無効にすることで、全ての内向きのウェブフックのリクエストボディーのデバッグログの出力を無効化します。",
"admin.log.fileDescription": "本番環境では有効に設定してください。有効な場合、ログファイルは以下のファイルの場所欄で指定されたファイルに出力されます。",
@@ -563,7 +567,7 @@
"admin.saml.enableTitle": "SAMLでのログインを有効にする:",
"admin.saml.encryptDescription": "有効にした場合、Mattermostは、あなたのサービスプロバイダー公開証明書で暗号化されたSAMLアサーションを復号します。",
"admin.saml.encryptTitle": "暗号化を有効にする:",
"admin.saml.firstnameAttrDesc": "(オプション) Mattermostのユーザーのニックネームを設定するために使用されるSAMLアサーションの属性値です。",
"admin.saml.firstnameAttrDesc": "(オプション) Mattermostのユーザーの名前(ファーストネーム)を設定するために使用されるSAMLアサーションの属性値です。",
"admin.saml.firstnameAttrEx": "例: \"FirstName\"",
"admin.saml.firstnameAttrTitle": "名前(ファーストネーム)の属性値",
"admin.saml.idpCertificateFileDesc": "認証プロバイダーによって発行された公開認証証明書です。",
@@ -575,7 +579,7 @@
"admin.saml.idpUrlDesc": "ログインシーケンスを開始するSAMLリクエストを送るURLです。",
"admin.saml.idpUrlEx": "例: \"https://idp.example.org/SAML2/SSO/Login\"",
"admin.saml.idpUrlTitle": "SAMLシングルサインオンURL:",
"admin.saml.lastnameAttrDesc": "(オプション) Mattermostのユーザーの使用言語を設定するために使用されるSAMLアサーションの属性値です。",
"admin.saml.lastnameAttrDesc": "(オプション) Mattermostのユーザーの苗字(ラストネーム)を設定するために使用されるSAMLアサーションの属性値です。",
"admin.saml.lastnameAttrEx": "例: \"LastName\"",
"admin.saml.lastnameAttrTitle": "苗字(ラストネーム)の属性値:",
"admin.saml.localeAttrDesc": "(オプション) Mattermostのユーザーの使用言語を設定するために使用されるSAMLアサーションの属性値です。",
@@ -636,8 +640,8 @@
"admin.service.iconTitle": "統合機能によるプロフィール画像アイコンの上書きを許可する:",
"admin.service.insecureTlsDesc": "有効な場合、外向きのHTTPSリクエストは確認されていない、自己署名の証明書を受け入れます。例えば、自己署名TLS証明書を使ったサーバーへの外向きのウェブフックが全てのドメインで許可されます。注意: これによって、man-in-the-middle攻撃の危険性が生じます。",
"admin.service.insecureTlsTitle": "安全ではない外向きの接続を有効にする: ",
"admin.service.integrationAdmin": "統合機能を作成する権限を、チーム管理者とシステム管理者に限定する: ",
"admin.service.integrationAdminDesc": "有効な場合、ユーザー作成の統合機能管理者による作成のみにします。",
"admin.service.integrationAdmin": "統合機能の管理を管理者のみに制限する:",
"admin.service.integrationAdminDesc": "有効な場合、ウェブフックとスラッシュコマンドはチーム管理者とシステム管理者のみが、OAuth 2.0アプリケーションはシステム管理者のみが作成、編集、閲覧できるようになります。統合機能管理者によって作成された後、全てのユーザーが利用できます。",
"admin.service.listenAddress": "接続待ちアドレス:",
"admin.service.listenDescription": "使用するIPアドレスとポート番号を設定します。\":8065\"と入力することで全てのインターフェイスのIPアドレスでアクセスを待ちます。\"127.0.0.1:8065\"と指定することで、一つのIPアドレスでアクセスを待ちます。この設定を変更した場合、サーバーを再起動するまで設定は反映されません。",
"admin.service.listenExample": "例: \":8065\"",
@@ -658,13 +662,13 @@
"admin.service.sessionCacheDesc": "セッションをメモリーにキャッシュしておく期間(分)です。",
"admin.service.sessionDaysEx": "例: \"30\"",
"admin.service.siteURL": "サイトURL:",
"admin.service.siteURLDescription": "ユーザーがMattermostアクセスするため、ポート番号とプロトコルを含むURLです。内向きのトラフィックに基づいて自動的に設定する場合は空欄にしてください。",
"admin.service.siteURLDescription": "ユーザーがMattermostアクセスするために使用する、ポート番号とプロトコルを含むURLです。<b>通知 > 電子メール</b>の電子メールバッチ処理を設定しない限り、空欄にしてください。空欄の場合、URLは自動的に内向きのアクセスに基づいて自動的に設定されます。",
"admin.service.siteURLExample": "例 \"https://mattermost.example.com:1234\"",
"admin.service.ssoSessionDays": "シングルサインオンのセッション維持期間 (日数):",
"admin.service.ssoSessionDaysDesc": "ユーザーが最後に認証情報を入力したときから、そのユーザーのセッションが期限切れとなるまでの日数です。SAMLかGitLabによる認可の場合、SAMLかGitLabに既にログインしていれば、ユーザーは自動的にMattermostへ再ログインされます。この設定を変更した場合、次にユーザーが認証情報を入力してから有効になります。",
"admin.service.testingDescription": "有効な場合、テストアカウントとテストデータによる /loadtest スラッシュコマンドが使用可能になります。この設定を変更した場合、サーバーを再起動するまで設定は反映されません。",
"admin.service.testingTitle": "コマンドのテストを有効にする: ",
"admin.service.webSessionDays": "LDAPと電子メールのセッション維持期間 (日数):",
"admin.service.webSessionDays": "AD/LDAPと電子メールのセッション維持期間 (日数):",
"admin.service.webSessionDaysDesc": "ユーザーが最後に認証情報を入力してから、そのユーザーのセッションが期限切れとなるまでの日数です。この設定を変更した後の新しいセッション維持期間は、次にユーザーが認証情報を入力してから有効になります。",
"admin.service.webhooksDescription": "有効な場合、内向きのウェブフックが使用できます。フィッシング攻撃対策のため、ウェブフックからの投稿にはBOTタグが表示されます。詳しくは<a href='http://docs.mattermost.com/developer/webhooks-incoming.html' target='_blank'>説明文書</a>を参照してください。",
"admin.service.webhooksTitle": "内向きのウェブフックを有効にする: ",
@@ -696,7 +700,7 @@
"admin.sidebar.logging": "ログ",
"admin.sidebar.login": "ログイン",
"admin.sidebar.logs": "ログ",
"admin.sidebar.nativeAppLinks": "Mattermost App Links",
"admin.sidebar.nativeAppLinks": "Mattermostアプリリンク",
"admin.sidebar.notifications": "通知",
"admin.sidebar.oauth": "OAuth 2.0",
"admin.sidebar.other": "その他",
@@ -1012,18 +1016,18 @@
"channel_switch_modal.submit": "切り替える",
"channel_switch_modal.title": "チャンネルを切り替える",
"claim.account.noEmail": "電子メールアドレスが指定されていません",
"claim.email_to_ldap.enterLdapPwd": "LDAPアカウントのユーザーIDとパスワードを入力してください",
"claim.email_to_ldap.enterLdapPwd": "AD/LDAPアカウントのユーザーIDとパスワードを入力してください",
"claim.email_to_ldap.enterPwd": "{site}の電子メールアカウントのパスワードを入力してください",
"claim.email_to_ldap.ldapId": "LDAP ID",
"claim.email_to_ldap.ldapIdError": "LDAP IDを入力してください。",
"claim.email_to_ldap.ldapPasswordError": "LDAPパスワードを入力してください。",
"claim.email_to_ldap.ldapPwd": "LDAPパスワード",
"claim.email_to_ldap.ldapId": "AD/LDAP ID",
"claim.email_to_ldap.ldapIdError": "AD/LDAP IDを入力してください。",
"claim.email_to_ldap.ldapPasswordError": "AD/LDAPパスワードを入力してください。",
"claim.email_to_ldap.ldapPwd": "AD/LDAPパスワード",
"claim.email_to_ldap.pwd": "パスワード",
"claim.email_to_ldap.pwdError": "パスワードを入力してください。",
"claim.email_to_ldap.ssoNote": "あなたは既に有効なLDAPアカウントを持っています",
"claim.email_to_ldap.ssoType": "この設定をすることで、LDAPでしかログインできなくなります",
"claim.email_to_ldap.switchTo": "アカウントをLDAPに切り替える",
"claim.email_to_ldap.title": "電子メールアドレス/パスワードによるアカウントをLDAPに切り替える",
"claim.email_to_ldap.ssoNote": "あなたは既に有効なAD/LDAPアカウントを持っています",
"claim.email_to_ldap.ssoType": "この設定をすることで、AD/LDAPでしかログインできなくなります",
"claim.email_to_ldap.switchTo": "アカウントをAD/LDAPに切り替える",
"claim.email_to_ldap.title": "電子メールアドレス/パスワードによるアカウントをAD/LDAPに切り替える",
"claim.email_to_oauth.enterPwd": "{site}アカウントのパスワードを入力してください",
"claim.email_to_oauth.pwd": "パスワード",
"claim.email_to_oauth.pwdError": "パスワードを入力してください。",
@@ -1035,14 +1039,14 @@
"claim.ldap_to_email.email": "電子メールアドレス{email}をログインに使用します",
"claim.ldap_to_email.enterLdapPwd": "{site}電子メールアカウントの{ldapPassword}を入力してください",
"claim.ldap_to_email.enterPwd": "電子メールアカウントの新しいパスワードを入力してください",
"claim.ldap_to_email.ldapPasswordError": "LDAPパスワードを入力してください。",
"claim.ldap_to_email.ldapPwd": "LDAPパスワード",
"claim.ldap_to_email.ldapPasswordError": "AD/LDAPパスワードを入力してください。",
"claim.ldap_to_email.ldapPwd": "AD/LDAPパスワード",
"claim.ldap_to_email.pwd": "パスワード",
"claim.ldap_to_email.pwdError": "パスワードを入力してください。",
"claim.ldap_to_email.pwdNotMatch": "パスワードが一致していません。",
"claim.ldap_to_email.ssoType": "この変更をすることで、電子メールアドレスとパスワードでのみログインできるようになります",
"claim.ldap_to_email.switchTo": "アカウントを電子メールアドレス/パスワードに切り替える",
"claim.ldap_to_email.title": "LDAPアカウントを電子メールアドレス/パスワードに切り替える",
"claim.ldap_to_email.title": "AD/LDAPアカウントを電子メールアドレス/パスワードに切り替える",
"claim.oauth_to_email.confirm": "パスワードをもう一度入力してください",
"claim.oauth_to_email.description": "この変更をすることで、あなたのアカウントでは電子メールアドレスとパスワードでのみログインできるようになります。",
"claim.oauth_to_email.enterNewPwd": "{site}の電子メールアカウントのパスワードを入力してください",
@@ -1061,7 +1065,7 @@
"create_post.comment": "コメント",
"create_post.post": "投稿",
"create_post.shortcutsNotSupported": "このデバイスではキーボードショートカットはサポートされていません。",
"create_post.tutorialTip": "<h4>メッセージを送信する</h4><p>ここにメッセージを書き、<strong>Enter</strong>を押すことで投稿します。</p><p><strong>添付</strong>ボタンを押すことで画像やファイルをアップロードします。</p>",
"create_post.tutorialTip": "<h4>メッセージを送信する</h4><p>ここにメッセージを書き、<strong>ENTER</strong>を押すことで投稿します。</p><p><strong>添付</strong>ボタンを押すことで画像やファイルをアップロードします。</p>",
"create_post.write": "メッセージを書き込んでいます…",
"create_team.agreement": "アカウントを作成し{siteName}を利用する前に<a href='/static/help/terms.html'>使用条件</a>と<a href='/static/help/privacy.html'>プライバシーポリシー</a>に同意してください。同意できない場合は{siteName}は使用できません。",
"create_team.display_name.back": "前のステップに戻る",
@@ -1217,16 +1221,16 @@
"help.attaching.supported": "#### サポートされているメディアタイプ\nサポートされていないメディアタイプをプレビューしようとした場合、ファイルプレビュー画面は標準的なメディア添付アイコンを開きます。サポートされているメディア形式はブラウザーとOSに大きく依存していますが、以下の形式はほとんどのブラウザー上のMattermostでサポートされています:",
"help.attaching.supportedList": "- 画像: BMP、GIF、JPG、JPEG、PNG\n- ビデオ: MP4\n- 音声: MP3、M4A\n- 文書: PDF",
"help.attaching.title": "# ファイルを添付する\n_____",
"help.commands.builtin": "## 内蔵コマンド\n以下のスラッシュコマンドはすべてのMattermostで利用できます:",
"help.commands.builtin": "## 内蔵コマンド\n以下のスラッシュコマンドはてのMattermostで利用できます:",
"help.commands.builtin2": "最初に`/`を入力するとスラッシュコマンドのリストがテキスト入力ボックスの上に表示されます。自動補完の提案では黒字での入力例と灰字での短い説明が表示されます。",
"help.commands.custom": "## カスタムコマンド\nカスタムスラッシュコマンドは外部のアプリケーションを統合します。例えば、あるチームでは、健康記録を`/patient joe smith`でチェックしたり、ある都市の週間天気予報を`/weather toronto week`でチェックするためのカスタムスラッシュコマンドを設定しています。システム管理者に聞くか、`/`を入力して自動補完リストを開いて、あなたのチームがどんなカスタムコマンドをを設定しているか確認してみてください。",
"help.commands.custom2": "カスタムスラッシュコマンドはデフォルトでは無効化されており、システム管理者によって**システムコンソール** > **統合機能** > **ウェブフックとコマンド**から有効化できます。カスタムスラッシュコマンドの設定については[開発者向けスラッシュコマンド説明文書](http://docs.mattermost.com/developer/slash-commands.html)を参照してください。",
"help.commands.intro": "スラッシュコマンドはテキスト入力ボックスへ入力することでMattermost内で処理を実行します。処理を実行するために、`/`に続いてコマンドといくつかの引数を入力してください。\n\n内蔵スラッシュコマンドはすべてのMattermostに搭載されておりカスタムスラッシュコマンドは外部アプリケーションとやり取りするよう設定できます。カスタムスラッシュコマンドの設定については[開発者向けスラッシュコマンド説明文書](http://docs.mattermost.com/developer/slash-commands.html)を参照してください。",
"help.commands.intro": "スラッシュコマンドはテキスト入力ボックスへ入力することでMattermost内で処理を実行します。処理を実行するために、`/`に続いてコマンドといくつかの引数を入力してください。\n\n内蔵スラッシュコマンドはてのMattermostに搭載されておりカスタムスラッシュコマンドは外部アプリケーションとやり取りするよう設定できます。カスタムスラッシュコマンドの設定については[開発者向けスラッシュコマンド説明文書](http://docs.mattermost.com/developer/slash-commands.html)を参照してください。",
"help.commands.title": "# コマンドを実行する\n___",
"help.composing.deleting": "## メッセージの削除\nあなたが書いたメッセージの隣にある**[...]**アイコンをクリックし、**削除**をクリックすることでメッセージを削除できます。システム管理者とチーム管理者は彼らのシステムやチーム内のどんなメッセージでも削除できます。",
"help.composing.editing": "## メッセージの編集\nあなたが書いたメッセージの隣にある**[...]**アイコンをクリックし、**編集**をクリックすることでメッセージを編集できます。メッセージテキストへの修正をした後、**ENTER**を押すと修正を保存します。メッセージの編集は新規に@mention通知やデスクトップ通知、通知音をトリガーしません。",
"help.composing.linking": "## メッセージへのリンク\n**パーマリンク**機能はメッセージへのリンクを生成します。このリンクをチャンネル内の他のユーザーに共有することで、メッセージアーカイブ内のリンクされたメッセージを見せることができます。メッセージが投稿されたチャンネルのメンバーでないユーザーはパーマリンクを見ることができません。メッセージの隣にある**[...]**アイコン > **パーマリンク** > **リンクをコピーする**からパーマリンクを取得できます。",
"help.composing.posting": "## メッセージの投稿\nテキスト入力ボックスへの入力によりメッセージを書き、**ENTER**を押すとメッセージを送信します。メッセージを送信せずに改行するには**Shift + ENTER**を使用してください。**Ctrl + Enter**でメッセージを送信するには**メインメニュー > アカウント設定 > Ctrl + Enterでメッセージを投稿する**から設定してください。",
"help.composing.posting": "## メッセージの投稿\nテキスト入力ボックスへの入力によりメッセージを書き、**ENTER**を押すとメッセージを送信します。メッセージを送信せずに改行するには**Shift + ENTER**を使用してください。**CTRL + ENTER**でメッセージを送信するには**メインメニュー > アカウント設定 > CTRL + ENTERでメッセージを投稿する**から設定してください。",
"help.composing.posts": "#### 投稿\n投稿は親となるメッセージと考えることができます。たびたび返信によるスレッドの始まりとなるメッセージです。投稿は、中央下部にあるテキスト入力ボックスから作成し、送信することができます。",
"help.composing.replies": "#### 返信\nメッセージテキストの隣の返信アイコンをクリックすることでメッセージへの返信ができます。このアクションでメッセージスレッドを確認できる画面右部を開き、あなたの返信を作成し、送信することができます。返信は元の投稿の子メッセージであることを示すために画面中央部ではわずかにインデントされます。\n\n画面右部で返信を作成する際に、サイドバー上部の二つの矢印で表された展開/折り畳みアイコンをクリックすることで読みやすくなります。",
"help.composing.title": "# メッセージを送信する\n_____",
@@ -1236,7 +1240,7 @@
"help.formatting.code": "## コードブロックk\n\nそれぞれの行を4つのスペースでインデントするか、コードの上下の行に```を書くことでコードブロックを作成できます。",
"help.formatting.codeBlock": "コードブロック",
"help.formatting.emojiExample": ":smile: :+1: :sheep:",
"help.formatting.emojis": "## 絵文字\n\n`:`を入力することで絵文字自動補完を開くことができます。全絵文字のリストは [こちら](http://www.emoji-cheat-sheet.com/)で見ることができます。使いたい絵文字がい場合、あなた自身の[カスタム絵文字](http://docs.mattermost.com/help/settings/custom-emoji.html)を作成することができます。",
"help.formatting.emojis": "## 絵文字\n\n`:`を入力することで絵文字自動補完を開くことができます。全絵文字のリストは [こちら](http://www.emoji-cheat-sheet.com/)で見ることができます。使いたい絵文字がい場合、あなた自身の[カスタム絵文字](http://docs.mattermost.com/help/settings/custom-emoji.html)を作成することができます。",
"help.formatting.example": "例:",
"help.formatting.githubTheme": "**GitHubテーマ**",
"help.formatting.headings": "## 見出し\n\nタイトルの前に # とスペースを入力することで見出しを作成できます。#の数を増やすほど見出しが小さくなります。",
@@ -1355,6 +1359,7 @@
"integrations.oauthApps.title": "OAuth 2.0アプリケーション",
"integrations.outgoingWebhook.description": "外向きのウェブフックは外部の統合機能がメッセージを受け取りレスポンスを返してくる場合に使用します",
"integrations.outgoingWebhook.title": "外向きのウェブフック",
"integrations.successful": "セットアップが成功しました",
"intro_messages.DM": "{teammate}とのダイレクトメッセージの履歴の最初です。<br />ダイレクトメッセージとそこで共有されているファイルは、この領域の外のユーザーからは見ることができません。",
"intro_messages.anyMember": " このチャンネルには誰でも参加して投稿を閲覧することができます。",
"intro_messages.beginning": "{name}のはじまり",
@@ -1387,7 +1392,7 @@
"invite_member.sending": " 送信しています",
"invite_member.teamInviteLink": "{link}を使っている人も招待することができます。",
"ldap_signup.find": "参加しているチームを探す",
"ldap_signup.ldap": "LDAPアカウントでチームを作成する",
"ldap_signup.ldap": "AD/LDAPアカウントでチームを作成する",
"ldap_signup.length_error": "名称は3文字以上15文字以下にしてください",
"ldap_signup.teamName": "新しいチーム名を入力してください",
"ldap_signup.team_error": "チーム名を入力してください",
@@ -1406,15 +1411,15 @@
"login.gitlab": "GitLabでログインする",
"login.google": "Google Appsでログインする",
"login.invalidPassword": "パスワードが正しくありません。",
"login.ldapUsername": "LDAPユーザー名",
"login.ldapUsernameLower": "LDAPユーザー名",
"login.ldapUsername": "AD/LDAPユーザー名",
"login.ldapUsernameLower": "AD/LDAPユーザー名",
"login.noAccount": "アカウントを持っていますか? ",
"login.noEmail": "電子メールアドレスを入力してください",
"login.noEmailLdapUsername": "電子メールアドレスまたは{ldapUsername}を入力してください",
"login.noEmailUsername": "電子メールアドレスまたはユーザー名を入力してください",
"login.noEmailUsernameLdapUsername": "電子メールアドレスまたはユーザー名、{ldapUsername}を入力してください",
"login.noLdapUsername": "{ldapUsername}を入力してください",
"login.noMethods": "利用登録方法が設定されていません。システム管理者に連絡してください。",
"login.noMethods": "サインイン方法が設定されていません。システム管理者に連絡してください。",
"login.noPassword": "パスワードを入力してください",
"login.noUsername": "ユーザー名を入力してください",
"login.noUsernameLdapUsername": "ユーザー名または{ldapUsername}を入力してください",
@@ -1474,7 +1479,7 @@
"navbar_dropdown.leave": "チームを脱退する",
"navbar_dropdown.logout": "ログアウト",
"navbar_dropdown.manageMembers": "メンバーを管理する",
"navbar_dropdown.nativeApps": "Download Mattermost Apps",
"navbar_dropdown.nativeApps": "アプリをダウンロード",
"navbar_dropdown.report": "問題を報告する",
"navbar_dropdown.switchTeam": "{team}に切り替える",
"navbar_dropdown.switchTo": "切り替え先: ",
@@ -1496,7 +1501,7 @@
"password_send.link": "<p>パスワード初期化リンクが<b>{email}</b>に送信されました</p>",
"password_send.reset": "自分のパスワードを初期化する",
"password_send.title": "パスワードの初期化",
"pdf_preview.max_pages": "PDFプレビュー画面は最初の5ページのみを表示します。",
"pdf_preview.max_pages": "より多くのページを読むためにダウンロードする",
"pending_post_actions.cancel": "キャンセル",
"pending_post_actions.retry": "再試行",
"permalink.error.access": "削除されたメッセージまたはアクセス権限のないチャンネルへのパーマリンクです。",
@@ -1563,6 +1568,10 @@
"search_results.because": "<ul><li>語句の一部を検索するには*を付けてください(\"reach\"や\"reaction\"を検索するのに\"rea\"を使う場合等)</li><li>検索結果の件数によっては、2文字の検索、一般的な\"this\"や\"a\"、\"is\"は表示されません</li></ul>",
"search_results.noResults": "結果が見付かりません。もう一度試しますか?",
"search_results.usage": "<ul><li>文を検索するには<b>「引用符」</b>を使ってください</li><li>特定のユーザーの投稿に限定して検索するには<b>From:</b>を、特定のチャンネルのみ検索するには<b>in:</b>を使ってください</li></ul>",
"search_results.usageFlag1": "まだフラグの立てられたメッセージはありません。",
"search_results.usageFlag2": "アイコンをクリックすることでメッセージとコメントにフラグを立てることができます。",
"search_results.usageFlag3": "アイコンはタイムスタンプの隣にあります。",
"search_results.usageFlag4": "フラグはメッセージに追跡のためのマークを付ける一つの方法です。あなたのフラグは個人のもので、他のユーザーからは見えません。",
"setting_item_max.cancel": "キャンセル",
"setting_item_max.save": "保存する",
"setting_item_min.edit": "編集する",
@@ -1595,7 +1604,7 @@
"sidebar_right_menu.inviteNew": "新しいメンバーを招待",
"sidebar_right_menu.logout": "ログアウト",
"sidebar_right_menu.manageMembers": "メンバーを管理する",
"sidebar_right_menu.nativeApps": "Download Mattermost Apps",
"sidebar_right_menu.nativeApps": "アプリをダウンロードする",
"sidebar_right_menu.recentMentions": "最近のあなたについての投稿",
"sidebar_right_menu.report": "問題を報告する",
"sidebar_right_menu.switch_team": "チームを切り替える",
@@ -1605,7 +1614,7 @@
"signup.email": "電子メールアドレスとパスワード",
"signup.gitlab": "GitLabシングルサインオン",
"signup.google": "Googleアカウント",
"signup.ldap": "LDAP認証情報",
"signup.ldap": "AD/LDAP認証情報",
"signup.office365": "Office 365",
"signup.title": "アカウントを作成する:",
"signup_team.choose": "あなたの所属チーム: ",
@@ -1647,7 +1656,7 @@
"signup_user_completed.validEmail": "有効な電子メールアドレスを入力してください",
"signup_user_completed.welcome": "ようこそ:",
"signup_user_completed.whatis": "あなたの電子メールアドレスは何ですか?",
"signup_user_completed.withLdap": "LDAP認証情報を使っています",
"signup_user_completed.withLdap": "AD/LDAP認証情報を使っています",
"sso_signup.find": "参加しているチームを探す",
"sso_signup.gitlab": "GitLabアカウントでチームを作成する",
"sso_signup.google": "Google Appsアカウントでチームを作成する",
@@ -1732,8 +1741,8 @@
"user.settings.advance.on": "オン",
"user.settings.advance.preReleaseDesc": "プレビューしたいプリリリース機能をチェックしてください。効果が有効になるのはページを再読み込みした後からです。",
"user.settings.advance.preReleaseTitle": "プリリリース機能をプレビューする",
"user.settings.advance.sendDesc": "有効な場合「Enter」で改行し「Ctrl + Enter」でメッセージを投稿します。",
"user.settings.advance.sendTitle": "Ctrl + Enterでメッセージを投稿する",
"user.settings.advance.sendDesc": "有効な場合「ENTER」で改行し「CTRL + ENTER」でメッセージを投稿します。",
"user.settings.advance.sendTitle": "CTRL + ENTERでメッセージを投稿する",
"user.settings.advance.slashCmd_autocmp": "スラッシュコマンドの自動補完をするために外部のアプリケーションを有効にする",
"user.settings.advance.title": "詳細の設定",
"user.settings.custom_theme.awayIndicator": "離席表示",
@@ -1805,7 +1814,7 @@
"user.settings.general.emailHelp2": "電子メールはシステム管理者によって無効にされています。有効にされるまで通知電子メールは送信されません。",
"user.settings.general.emailHelp3": "電子メールアドレスがサインイン、通知、パスワード初期化に使用されます。",
"user.settings.general.emailHelp4": "{email}に電子メールアドレスの確認用電子メールが送信されました。",
"user.settings.general.emailLdapCantUpdate": "LDAPでログインしました。電子メールアドレスは更新できません。通知に使われる電子メールアドレスは{email}です。",
"user.settings.general.emailLdapCantUpdate": "AD/LDAPでログインしました。電子メールアドレスは更新できません。通知に使われる電子メールアドレスは{email}です。",
"user.settings.general.emailMatch": "あなたの入力した新しい電子メールアドレスが一致しません。",
"user.settings.general.emailOffice365CantUpdate": "Office 365からログインしました。電子メールアドレスは更新できません。通知に使われる電子メールアドレスは{email}です。",
"user.settings.general.emailSamlCantUpdate": "SAMLでログインしました。電子メールアドレスは更新できません。通知に使われる電子メールアドレスは{email}です。",
@@ -1820,7 +1829,7 @@
"user.settings.general.lastName": "苗字(ラストネーム)",
"user.settings.general.loginGitlab": "GitLabでログインしました({email})",
"user.settings.general.loginGoogle": "Googleでログインしました({email})",
"user.settings.general.loginLdap": "LDAPでログインしました({email})",
"user.settings.general.loginLdap": "AD/LDAPでログインしました({email})",
"user.settings.general.loginOffice365": "Office 365でログインしました({email})",
"user.settings.general.loginSaml": "SAMLでログインしました({email})",
"user.settings.general.newAddress": "新しい電子メールアドレス: {email}<br />この電子メールアドレスを確認するために電子メールを確認してください。",
@@ -1868,7 +1877,7 @@
"user.settings.notifications.comments": "返信通知",
"user.settings.notifications.commentsAny": "開始もしくは参加した返信スレッドへのメッセージについて通知をトリガーします",
"user.settings.notifications.commentsInfo": "あなたについての投稿がされた時の通知に加えて、返信スレッドについての通知を受け取るかどうかを選択してください。",
"user.settings.notifications.commentsNever": "Do not trigger notifications on messages in reply threads unless I'm mentioned",
"user.settings.notifications.commentsNever": "あなたについての投稿がない限り、返信スレッドのメッセージについて通知をトリガーしません",
"user.settings.notifications.commentsRoot": "あなたが開始したスレッドへのメッセージについて通知をトリガーします",
"user.settings.notifications.desktop": "デスクトップ通知を送る",
"user.settings.notifications.desktop.allFirefoxForever": "全てのアクティビティーについて無期限に表示します",
@@ -1890,15 +1899,16 @@
"user.settings.notifications.desktop.title": "デスクトップ通知",
"user.settings.notifications.desktop.unlimited": "無期限",
"user.settings.notifications.desktopSounds": "デスクトップ通知音",
"user.settings.notifications.email.everyHour": "1時間毎",
"user.settings.notifications.email.everyXMinutes": "{count, plural, one {minute} other {{count, number} minutes}}ごと",
"user.settings.notifications.email.immediately": "すぐに",
"user.settings.notifications.email.never": "通知しない",
"user.settings.notifications.email.send": "電子メール通知を送信する",
"user.settings.notifications.emailBatchingInfo": "選択された時間内に受信された通知は、まとめられ1通の電子メールで送信されます。",
"user.settings.notifications.emailInfo": "あなたについての投稿とダイレクトメッセージに関して、電子メール通知を送ります。{siteName}から5分間以上離れている場合に送ります。",
"user.settings.notifications.emailNotifications": "電子メール通知",
"user.settings.notifications.everyHour": "1時間毎",
"user.settings.notifications.everyXMinutes": "{count, plural, one {minute} other {{count, number} minutes}}ごと",
"user.settings.notifications.header": "通知",
"user.settings.notifications.immediately": "すぐに",
"user.settings.notifications.info": "デスクトップ通知はFirefox、Safari、Chromeで利用可能です。",
"user.settings.notifications.never": "通知しない",
"user.settings.notifications.noWords": "設定された単語はありません",
"user.settings.notifications.off": "オフ",
"user.settings.notifications.on": "オン",
@@ -1937,9 +1947,9 @@
"user.settings.security.gitlab": "GitLab",
"user.settings.security.google": "Google",
"user.settings.security.lastUpdated": "最終更新: {date} {time}",
"user.settings.security.ldap": "LDAP",
"user.settings.security.ldap": "AD/LDAP",
"user.settings.security.loginGitlab": "GitLabでログインする",
"user.settings.security.loginLdap": "LDAPでログインする",
"user.settings.security.loginLdap": "AD/LDAPでログインする",
"user.settings.security.logoutActiveSessions": "アクティブなセッションを見てログアウトする",
"user.settings.security.method": "サインイン方法",
"user.settings.security.newPassword": "新しいパスワード",
@@ -1967,7 +1977,7 @@
"user.settings.security.passwordErrorUppercaseNumberSymbol": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの英大文字と数字、記号 (例: \"~!@#$%^&*()\") も必要です。",
"user.settings.security.passwordErrorUppercaseSymbol": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの英大文字と記号 (例: \"~!@#$%^&*()\") も必要です。",
"user.settings.security.passwordGitlabCantUpdate": "GitLabでログインしています。パスワードは更新できません。",
"user.settings.security.passwordLdapCantUpdate": "LDAPでログインしています。パスワードは更新できません。",
"user.settings.security.passwordLdapCantUpdate": "AD/LDAPでログインしています。パスワードは更新できません。",
"user.settings.security.passwordMatchError": "あなたの入力した新しいパスワードが一致しません。",
"user.settings.security.passwordMinLength": "最小の長さが不正です。プレビューを表示できません。",
"user.settings.security.retypePassword": "新しいパスワードをもう一度入力してください",
@@ -1975,7 +1985,7 @@
"user.settings.security.switchEmail": "電子メールアドレスとパスワードでのログインに切り替える",
"user.settings.security.switchGitlab": "GitLabシングルサインオンに切り替える",
"user.settings.security.switchGoogle": "Googleシングルサインオンに切り替える",
"user.settings.security.switchLdap": "LDAPシングルサインオンに切り替える",
"user.settings.security.switchLdap": "AD/LDAPシングルサインオンに切り替える",
"user.settings.security.switchOffice365": "Office 365のシングルサインオンに切り替える",
"user.settings.security.switchSaml": "SAMLシングルサインオンに切り替える",
"user.settings.security.title": "セキュリティーの設定",

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@@ -413,6 +413,7 @@
"admin.ldap.lastnameAttrDesc": "(Optioneel) Het attribuut in the LDAP-server dat wordt gebruikt voor het vullen van de bijnaam van de gebruikers in Mattermost.",
"admin.ldap.lastnameAttrEx": "Bijv. \"sn\"",
"admin.ldap.lastnameAttrTitle": "Achternaam attribuut:",
"admin.ldap.ldap_test_button": "AD/LDAP Test",
"admin.ldap.loginNameDesc": "De tijdelijke tekst die wordt weergegeven in het veld 'login' op de login pagina. Standaard ingesteld op \"LDAP-Gebruikersnaam\".",
"admin.ldap.loginNameEx": "B.v. \"LDAP Gebruikersnaam\"",
"admin.ldap.loginNameTitle": "Login veld naam:",
@@ -439,8 +440,9 @@
"admin.ldap.syncIntervalTitle": "Synchronisatie-Interval (in minuten)",
"admin.ldap.syncNowHelpText": "Initieer een LDAP synchronisatie meteen.",
"admin.ldap.sync_button": "Synchroniseer LDAP Nu",
"admin.ldap.testFailure": "LDAP Test Failure: {error}",
"admin.ldap.testHelpText": "Tests if the Mattermost server can connect to the LDAP server specified. See log file for more detailed error messages.",
"admin.ldap.testFailure": "AD/LDAP Test Failure: {error}",
"admin.ldap.testHelpText": "Tests if the Mattermost server can connect to the AD/LDAP server specified. See log file for more detailed error messages.",
"admin.ldap.testSuccess": "AD/LDAP Test Successful",
"admin.ldap.uernameAttrDesc": "Het attribuut in the LDAP-server dat wordt gebruikt voor het vullen van het veld gebruikersnaam in Mattermost. Dit kan hetzelfde zijn als het ID-attribuut.",
"admin.ldap.userFilterDisc": "Voer eventueel een LDAP filter in om te gebruiken bij het zoeken naar de gebruiker objecten. Alleen de gebruikers geselecteerd door deze query zullen in staat zijn om toegang te krijgen tot Mattermost. Voor Active Directory is de query om gebruikers te filteren (&(objectCategory=Persoon)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).",
"admin.ldap.userFilterEx": "Bijv. \"(objectClass=user)\"",
@@ -461,6 +463,8 @@
"admin.license.uploading": "De licentie wordt geüpload...",
"admin.log.consoleDescription": "Meestal uitgeschakeld in de productie. Ontwikkelaars kunnen dit veld op ingeschakeld zetten om de uitvoer van de log boodschappen naar de console te sturen, gebaseerd op de console niveau optie. Als dit ingeschakeld is, schrijft de server berichten naar de standaard output stroom (stdout).",
"admin.log.consoleTitle": "Log naar console:",
"admin.log.enableDiagnostics": "Enable Diagnostics and Error Reporting:",
"admin.log.enableDiagnosticsDescription": "Enable this feature to improve the quality and performance of Mattermost by sending error reporting and diagnostic information to Mattermost, Inc. Read our <a href=\"https://about.mattermost.com/default-privacy-policy/\" target=\"_blank\">privacy policy</a> to learn more.",
"admin.log.enableWebhookDebugging": "Webhook debugging inschakelen:",
"admin.log.enableWebhookDebuggingDescription": "Zet debug logging uit voor alle inkomende webhook requests.",
"admin.log.fileDescription": "Meestal ingesteld op 'ingeschakeld' in de productie. Wanneer dit ingeschakeld is, worden log bestanden geschreven naar het log-bestand dat is opgegeven in de bestandslocatie in het veld hieronder.",
@@ -636,8 +640,8 @@
"admin.service.iconTitle": "Enable integrations to override profile picture icons:",
"admin.service.insecureTlsDesc": "Wanneer dit aanstaat, alle uitgaande HTTPS verzoeken zullen ongeverifieerde en self-signed certificaten accepteren. Bijvoorbeeld, uitgaande webhooks naar een server met een self-signed TLS certificaat, gebruik makend van een willekeurig domein, zullen worden toegestaan. Let op, dit maakt deze verbindingen vatbaar voor man-in-the-middle aanvallen.",
"admin.service.insecureTlsTitle": "Schakel onbeveiligde uitgaande verbindingen in: ",
"admin.service.integrationAdmin": "Beperkt het maken van nieuwe integraties tot Team- en Systeembeheerders",
"admin.service.integrationAdminDesc": "Wanneer ingeschakeld, kunnen integraties enkel gemaakt worden door de systeembeheerder.",
"admin.service.integrationAdmin": "Restrict managing integrations to Admins:",
"admin.service.integrationAdminDesc": "When true, webhooks and slash commands can only be created, edited and viewed by Team and System Admins, and OAuth 2.0 applications by System Admins. Integrations are available to all users after they have been created by the Admin.",
"admin.service.listenAddress": "Luister Adres:",
"admin.service.listenDescription": "Het adres waar aan te luisteren. Ingeven van \":8065\" zal alle interfaces gebruiken of je kan er 1 kiezen zoals \"127.0.0.1:8065\". Wijziging hiervan zal een herstart van de server vereisen om de verandering zichtbaar te maken.",
"admin.service.listenExample": "B.v. \":8065\"",
@@ -658,7 +662,7 @@
"admin.service.sessionCacheDesc": "Het aantal minuten dat een sessie in het geheugen wordt gecached.",
"admin.service.sessionDaysEx": "B.v. \"30\"",
"admin.service.siteURL": "Site URL:",
"admin.service.siteURLDescription": "De URL, inclusief poort nummer en protocol, waarvandaan Mattermost gebruikers toegang zullen hebben. Laat dit leeg om automatisch te configureren op basis van inkomend verkeer. ",
"admin.service.siteURLDescription": "The URL, including port number and protocol, that users will use to access Mattermost. This field can be left blank unless you are configuring email batching in <b>Notifications > Email</b>. When blank, the URL is automatically configured based on incoming traffic.",
"admin.service.siteURLExample": "Bv \"https://mattermost.example.com:1234\"",
"admin.service.ssoSessionDays": "Sessie duur voor SSO (dagen):",
"admin.service.ssoSessionDaysDesc": "Het aantal dagen dat de gebruiker voor het laatst zijn credentials heeft ingevoerd voordat gebruikers sessie verloopt. Als de authenticatie SAML of GitLab is, kan de gebruiker automatisch worden terug ingelogd in Mattermost omdat ze al waren ingelogd in SAML of GitLab. Nadat deze instelling is gewijzigd, zal de nieuwe sessie lengte plaatsvinden de volgende keer de gebruiker zijn credentials invult. ",
@@ -1014,7 +1018,7 @@
"claim.account.noEmail": "Geen e-mail adres opgegeven",
"claim.email_to_ldap.enterLdapPwd": "Voer de ID en het wachtwoord voor uw LDAP-account in",
"claim.email_to_ldap.enterPwd": "Voer het wachtwoord in voor uw {site} e-mail account",
"claim.email_to_ldap.ldapId": "LDAP ID",
"claim.email_to_ldap.ldapId": "AD/LDAP ID",
"claim.email_to_ldap.ldapIdError": "Vul uw LDAP-ID in.",
"claim.email_to_ldap.ldapPasswordError": "Voer uw LDAP wachtwoord in.",
"claim.email_to_ldap.ldapPwd": "LDAP wachtwoord",
@@ -1226,7 +1230,7 @@
"help.composing.deleting": "## Deleting a message\nDelete a message by clicking the **[...]** icon next to any message text that youve composed, then click **Delete**. System and Team Admins can delete any message on their system or team.",
"help.composing.editing": "## Editing a Message\nEdit a message by clicking the **[...]** icon next to any message text that youve composed, then click **Edit**. After making modifications to the message text, press **ENTER** to save the modifications. Message edits do not trigger new @mention notifications, desktop notifications or notification sounds.",
"help.composing.linking": "## Linking to a message\nThe **Permalink** feature creates a link to any message. Sharing this link with other users in the channel lets them view the linked message in the Message Archives. Users who are not a member of the channel where the message was posted cannot view the permalink. Get the permalink to any message by clicking the **[...]** icon next to the message text > **Permalink** > **Copy Link**.",
"help.composing.posting": "## Posting a Message\nWrite a message by typing into the text input box, then press **ENTER** to send it. Use **Shift + ENTER** to create a new line without sending a message. To send messages by pressing **Ctrl+Enter** go to **Main Menu > Account Settings > Send messages on Ctrl + Enter**.",
"help.composing.posting": "## Posting a Message\nWrite a message by typing into the text input box, then press **ENTER** to send it. Use **Shift + ENTER** to create a new line without sending a message. To send messages by pressing **CTRL+ENTER** go to **Main Menu > Account Settings > Send messages on CTRL + ENTER**.",
"help.composing.posts": "#### Posts\nPosts can be considered parent messages. They are the messages that often start a thread of replies. Posts are composed and sent from the text input box at the bottom of the center pane.",
"help.composing.replies": "#### Replies\nReply to a message by clicking the reply icon next to any message text. This action opens the right-hand-side (RHS) where you can see the message thread, then compose and send your reply. Replies are indented slightly in the center pane to indicate that they are child messages of a parent post.\n\nWhen composing a reply in the right-hand side, click the expand/collapse icon with two arrows at the top of the sidebar to make things easier to read.",
"help.composing.title": "# Sending Messages\n_____",
@@ -1250,7 +1254,7 @@
"help.formatting.lines": "## Lines\n\nCreate a line by using three `*`, `_`, or `-`.",
"help.formatting.linkEx": "[Check out Mattermost!](https://about.mattermost.com/)",
"help.formatting.links": "## Links\n\nCreate labeled links by putting the desired text in square brackets and the associated link in normal brackets.",
"help.formatting.listExample": "* list item one\n* list item two\n * item two sub-point')",
"help.formatting.listExample": "* list item one\n* list item two\n * item two sub-point",
"help.formatting.lists": "## Lists\n\nCreate a list by using `*` or `-` as bullets. Indent a bullet point by adding two spaces in front of it.",
"help.formatting.monokaiTheme": "**Monokai Theme**",
"help.formatting.ordered": "Make it an ordered list by using numbers instead:",
@@ -1355,6 +1359,7 @@
"integrations.oauthApps.title": "OAuth 2.0 Applicaties",
"integrations.outgoingWebhook.description": "Uitgaande webhooks laten externe integraties toe om berichten te ontvangen en hierop te antwoorden",
"integrations.outgoingWebhook.title": "Uitgaande webhook",
"integrations.successful": "Setup Successful",
"intro_messages.DM": "Dit is de start van uw privé berichten historiek met teamlid {teammate}.<br /> Privé berichten en bestanden die hier gedeeld worden zijn niet zichtbaar voor anderen.",
"intro_messages.anyMember": "Ieder lid kan dit kanaal lezen en volgen.",
"intro_messages.beginning": "Begin van {name}",
@@ -1474,7 +1479,7 @@
"navbar_dropdown.leave": "Team verlaten",
"navbar_dropdown.logout": "Afmelden",
"navbar_dropdown.manageMembers": "Leden beheren",
"navbar_dropdown.nativeApps": "Download Mattermost Apps",
"navbar_dropdown.nativeApps": "Download Apps",
"navbar_dropdown.report": "Een probleem melden",
"navbar_dropdown.switchTeam": "Schakel naar {team}",
"navbar_dropdown.switchTo": "Omschakelen naar ",
@@ -1496,7 +1501,7 @@
"password_send.link": "<p>Een wachtwoord reset link is verstuurd naar <b>{email}</b></p>",
"password_send.reset": "Reset wachtwoord",
"password_send.title": "Wachtwoord reset",
"pdf_preview.max_pages": "PDF previews only show the first five pages.",
"pdf_preview.max_pages": "Download to read more pages",
"pending_post_actions.cancel": "Annuleren",
"pending_post_actions.retry": "Probeer opnieuw",
"permalink.error.access": "Permalink behoort toe aan een verwijderd bericht of aan een kanaal waar je geen toegang tot hebt.",
@@ -1563,6 +1568,10 @@
"search_results.because": "<ul><li>Wanneer u op zoek bent naar een gedeeltelijk woord (b.v. zoek naar \"tele\", op zoek naar \"telefooon\" of \"televisie\"), moet u een * aan de zoekterm toevoegen</li><li>Zoekopdrachten van 2 letters en algemene woorden zoals \"dit\", \"een\", \"het\" verschijnen niet in de zoekresultaten</li></ul>",
"search_results.noResults": "Geen resultaten gevonden. Opnieuw proberen?",
"search_results.usage": "<ul><li>Gebruik <b>\"aanhalingstekens\"</b> om hele zinnen te zoeken</li><li>Gebruik <b>van:</b> om berichten van specifieke gebruikers te zoeken en <b>in:</b> om berichten in specifieke kanalen te zoeken</li></ul>",
"search_results.usageFlag1": "You haven't flagged any messages yet.",
"search_results.usageFlag2": "You can add a flag to messages and comments by clicking the ",
"search_results.usageFlag3": " icon next to the timestamp.",
"search_results.usageFlag4": "Flags are a way to mark messages for follow up. Your flags are personal, and cannot be seen by other users.",
"setting_item_max.cancel": "Annuleren",
"setting_item_max.save": "Opslaan",
"setting_item_min.edit": "Bewerken",
@@ -1595,7 +1604,7 @@
"sidebar_right_menu.inviteNew": "Nodig een nieuw lid uit...",
"sidebar_right_menu.logout": "Afmelden",
"sidebar_right_menu.manageMembers": "Leden beheren",
"sidebar_right_menu.nativeApps": "Download Mattermost Apps",
"sidebar_right_menu.nativeApps": "Download Apps",
"sidebar_right_menu.recentMentions": "Recente vermeldingen",
"sidebar_right_menu.report": "Een probleem melden",
"sidebar_right_menu.switch_team": "Team Selectie",
@@ -1605,7 +1614,7 @@
"signup.email": "E-mail en wachtwoord",
"signup.gitlab": "GitLab Single-Sign-On",
"signup.google": "Google Account",
"signup.ldap": "LDAP Credentials",
"signup.ldap": "AD/LDAP Credentials",
"signup.office365": "Office 365",
"signup.title": "Create an account with:",
"signup_team.choose": "Je teams:",
@@ -1890,15 +1899,16 @@
"user.settings.notifications.desktop.title": "Desktop meldings-geluid",
"user.settings.notifications.desktop.unlimited": "Unlimited",
"user.settings.notifications.desktopSounds": "Desktop meldings-geluid",
"user.settings.notifications.email.everyHour": "Elk uur",
"user.settings.notifications.email.everyXMinutes": "Every {count, plural, one {minute} other {{count, number} minutes}}",
"user.settings.notifications.email.immediately": "Onmiddellijk",
"user.settings.notifications.email.never": "Nooit",
"user.settings.notifications.email.send": "Stuur desktop meldingen",
"user.settings.notifications.emailBatchingInfo": "Notifications received over the time period selected are combined and sent in a single email.",
"user.settings.notifications.emailInfo": "E-mailmeldingen worden verzonden voor vermeldingen en rechtstreekse berichten nadat u bent offline bent voor meer dan 60 seconden of weg van {siteName} voor meer dan 5 minuten.",
"user.settings.notifications.emailNotifications": "E-mail meldingen",
"user.settings.notifications.everyHour": "Elk uur",
"user.settings.notifications.everyXMinutes": "Every {count, plural, one {minute} other {{count, number} minutes}}",
"user.settings.notifications.header": "Meldingen",
"user.settings.notifications.immediately": "Onmiddellijk",
"user.settings.notifications.info": "Desktop notifications are available on Firefox, Safari, and Chrome.",
"user.settings.notifications.never": "Nooit",
"user.settings.notifications.noWords": "Geen woorden geconfigureerd",
"user.settings.notifications.off": "Uit",
"user.settings.notifications.on": "Aan",
@@ -1937,7 +1947,7 @@
"user.settings.security.gitlab": "GitLab",
"user.settings.security.google": "Google",
"user.settings.security.lastUpdated": "Laatst bijgewerkt op {date} {time}",
"user.settings.security.ldap": "LDAP",
"user.settings.security.ldap": "AD/LDAP",
"user.settings.security.loginGitlab": "Aanmelden via Gitlab",
"user.settings.security.loginLdap": "Aanmelden via LDAP",
"user.settings.security.logoutActiveSessions": "Bekijk en uitloggen huidige sessies",

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@@ -217,7 +217,7 @@
"admin.customization.enableCustomEmojiTitle": "启用自定义表情:",
"admin.customization.iosAppDownloadLinkDesc": "添加iOS应用下载链接。用移动设备访问的用户将看到应用下载提示页面。此栏留空将不显示。",
"admin.customization.iosAppDownloadLinkTitle": "iOS应用下载网址",
"admin.customization.nativeAppLinks": "Mattermost App Links",
"admin.customization.nativeAppLinks": "Mattermost 应用链接",
"admin.customization.restrictCustomEmojiCreationAdmin": "允许系统和团队管理员创建表情符号",
"admin.customization.restrictCustomEmojiCreationAll": "允许每个人可以创建自定义表情",
"admin.customization.restrictCustomEmojiCreationDesc": "限制某些用户创建自定义表情符号。",
@@ -229,7 +229,7 @@
"admin.email.agreeHPNS": "我理解并同意Mattermost推送提醒服务<a href=\"https://about.mattermost.com/hpns-terms/\" target=\"_blank\">条款</a>和<a href=\"https://about.mattermost.com/hpns-privacy/\" target=\"_blank\">隐私策略</a>。",
"admin.email.allowEmailSignInDescription": "当设置为是时Mattermost允许用户使用电子邮件地址和密码登入。",
"admin.email.allowEmailSignInTitle": "开启使用邮件地址登入:",
"admin.email.allowSignupDescription": "当设置为是时Mattermost允许团队创建和使用电子邮件地址和密码注册帐户。此值唯一设为否的情况是你想使用OAuth或者LADP这种单点登录服务注册。",
"admin.email.allowSignupDescription": "当设置为是时Mattermost允许团队创建和使用电子邮件地址和密码注册帐户。此值唯一设为否的情况是你想使用 OAuth 或者 AD/LDAP 这种单点登录服务注册。",
"admin.email.allowSignupTitle": "开启使用邮件地址创建帐号:",
"admin.email.allowUsernameSignInDescription": "当设置为是时Mattermost允许用户使用用户名和密码登录。此设置通常只用于当电子邮件验证被禁用时。",
"admin.email.allowUsernameSignInTitle": "开启使用用户名登入:",
@@ -392,57 +392,59 @@
"admin.image.thumbWidthTitle": "附件缩略图宽度:",
"admin.integrations.custom": "自定义集成",
"admin.integrations.external": "外部服务",
"admin.ldap.baseDesc": "Base DN 是 Mattermost 在 LADP 树中搜索用户开始的专有名称路径。",
"admin.ldap.baseDesc": "Base DN 是 Mattermost 在 AD/LDAP 树中搜索用户开始的专有名称路径。",
"admin.ldap.baseEx": "例如:\"ou=Unit Name,dc=corp,dc=example,dc=com\"",
"admin.ldap.baseTitle": "BaseDN",
"admin.ldap.bindPwdDesc": "\"绑定用户名\"的密码。",
"admin.ldap.bindPwdTitle": "绑定密码:",
"admin.ldap.bindUserDesc": "用来 LDAP 搜索的用户名。通常用一个专门给 Mattermost 使用的帐号。此帐号应该只有访问 BaseDN 栏指定 LADP 树只读权限。",
"admin.ldap.bindUserDesc": "用来 AD/LDAP 搜索的用户名。通常用一个专门给 Mattermost 使用的帐号。此帐号应该只有访问 BaseDN 栏指定 AD/LDAP 树只读权限。",
"admin.ldap.bindUserTitle": "绑定用户名:",
"admin.ldap.emailAttrDesc": "LDAP服务器中属性用于填充Mattermost用户电子邮箱地址属性。",
"admin.ldap.emailAttrDesc": "AD/LDAP 服务器中属性用于填充 Mattermost 用户电子邮箱地址属性。",
"admin.ldap.emailAttrEx": "前“邮件”或“用户主名称”",
"admin.ldap.emailAttrTitle": "电子邮箱属性:",
"admin.ldap.enableDesc": "当设置为是时,Mattermost允许LADP登录",
"admin.ldap.enableTitle": "开启LDAP登入",
"admin.ldap.firstnameAttrDesc": "可选LDAP 服务器属性用于填充 Mattermost 用户名子。",
"admin.ldap.enableDesc": "当设置为是时Mattermost 允许使用 AD/LDAP 登录",
"admin.ldap.enableTitle": "开启 AD/LDAP 登入:",
"admin.ldap.firstnameAttrDesc": "(可选)AD/LDAP 服务器属性用于填充 Mattermost 用户名子。",
"admin.ldap.firstnameAttrEx": "例如\"givenName\"",
"admin.ldap.firstnameAttrTitle": "姓属性",
"admin.ldap.idAttrDesc": "此属性在LADP服务器作为Mattermost中一个被用于做唯一标识符值。它将不可被修改类似用户名或者用户ID。如果一个用户的ID属性被修改它将创建一个新的Mattermost账户并且与之前的用户无关。它被用于在Mattermost登录时“LDAP用户名”字段在登录页面。一般该属性字段与上面的“用户名属性”字段相同。如果你的团队通常使用 域名\\用户名 登录到其他LDAP服务你可以选择在本栏使用 域名\\用户名 以跟其他站点保持一致。",
"admin.ldap.idAttrDesc": "此属性在 AD/LDAP 服务器作为 Mattermost 中一个被用于做唯一标识符值。它将不可被修改类似用户名或者用户ID。如果一个用户的ID属性被修改它将创建一个新的 Mattermost 账户并且与之前的用户无关。它被用于在 Mattermost 登录时“AD/LDAP 用户名”字段在登录页面。一般该属性字段与上面的“用户名属性”字段相同。如果你的团队通常使用 域名\\用户名 登录到其他 AD/LDAP 服务,你可以选择在本栏使用 域名\\用户名 以跟其他站点保持一致。",
"admin.ldap.idAttrEx": "例如\"sAMAccountName\"",
"admin.ldap.idAttrTitle": "ID属性",
"admin.ldap.lastnameAttrDesc": "可选LDAP 服务器属性用于填充 Mattermost 用户姓氏。",
"admin.ldap.lastnameAttrDesc": "(可选)AD/LDAP 服务器属性用于填充 Mattermost 用户姓氏。",
"admin.ldap.lastnameAttrEx": "例如\"sn\"",
"admin.ldap.lastnameAttrTitle": "姓氏属性:",
"admin.ldap.loginNameDesc": "出现在登录页面登录框的占位符文本默认为“LDAP用户名”。",
"admin.ldap.loginNameEx": "前“LDAP用户名",
"admin.ldap.ldap_test_button": "AD/LDAP Test",
"admin.ldap.loginNameDesc": "出现在登录页面登录框的占位符文本,默认为 \"AD/LDAP 用户名\"。",
"admin.ldap.loginNameEx": "前 \"AD/LDAP 用户名\"",
"admin.ldap.loginNameTitle": "域名登录:",
"admin.ldap.maxPageSizeEx": "例如\"2000\"",
"admin.ldap.maxPageSizeHelpText": "Mattermost 向 LDAP 服务器请求使用者资料时单次最多的数量。0表示无上限。",
"admin.ldap.maxPageSizeTitle": "最大页面大小:",
"admin.ldap.nicknameAttrDesc": "(可选)在 LDAP 服务器将用于填充 Mattermost 用户名的属性。",
"admin.ldap.nicknameAttrDesc": "(可选)在 AD/LDAP 服务器将用于填充 Mattermost 昵称的属性。",
"admin.ldap.nicknameAttrEx": "例如:\"昵称\"",
"admin.ldap.nicknameAttrTitle": "昵称:",
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">提示:</h4><p>LDAP是一个企业平台特性。您当前的证书不支持LDAP。请点击<a href=\"http://mattermost.com\" target=\"_blank\">这里</a>获取企业证书的信息和价格。</p>",
"admin.ldap.portDesc": "该端口将连接到LDAP服务器。默认389。",
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">提示:</h4><p>AD/LDAP 是一个企业平台特性。您当前的证书不支持 AD/LDAP。请点击<a href=\"http://mattermost.com\" target=\"_blank\">这里</a>获取企业证书的信息和价格。</p>",
"admin.ldap.portDesc": "该端口将连接到 AD/LDAP 服务器。默认389。",
"admin.ldap.portEx": "例如\"389\"",
"admin.ldap.portTitle": "LDAP端口",
"admin.ldap.queryDesc": "查询LADP服务器超时值。增加此值如果你遇到查询一个缓慢LDAP服务器时发生超时错误。",
"admin.ldap.portTitle": "AD/LDAP 端口:",
"admin.ldap.queryDesc": "查询 AD/LDAP 服务器超时值。增加此值如果你遇到查询一个缓慢 AD/LDAP 服务器时发生超时错误。",
"admin.ldap.queryEx": "例如\"60\"",
"admin.ldap.queryTitle": "查询时限(秒)",
"admin.ldap.serverDesc": "LDAP服务器的域名或IP地址。",
"admin.ldap.serverDesc": "AD/LDAP 服务器的域名或IP地址。",
"admin.ldap.serverEx": "Ex\"10.0.0.23\"",
"admin.ldap.serverTitle": "LDAP服务器",
"admin.ldap.serverTitle": "AD/LDAP 服务器:",
"admin.ldap.skipCertificateVerification": "跳过证书验证:",
"admin.ldap.skipCertificateVerificationDesc": "跳过TLS或STARTTLS连接的证书验证。不建议用在需要TLS的正式环境下。仅限测试。",
"admin.ldap.syncFailure": "同步失败:{error}",
"admin.ldap.syncIntervalHelpText": "LDAP的同步机制会将Mattermost中的用户信息同步以反映在LDAP服务器上进行的更新。例如当LDAP服务器上一个用户姓名更改时这一改变将在Mattermost同步执行。在LDAP 服务器中删除或禁用账户时将他们的Mattermost 账号设置为\"停用\"并且已撤走会话。Mattermost会按照一定的时间频率定期进行同步。例如 如果设置为60那么会在每60分钟进行同步。",
"admin.ldap.syncIntervalHelpText": "AD/LDAP 的同步机制会将 Mattermost 中的用户信息同步以反映在 AD/LDAP 服务器上进行的更新。例如,当 AD/LDAP 服务器上一个用户姓名更改时,这一改变将在 Mattermost 同步执行。在 AD/LDAP 服务器中删除或禁用账户时将他们的 Mattermost 账号设置为\"停用\"并且已撤走会话。Mattermost 会按照一定的时间频率定期进行同步。例如, 如果设置为60那么会在每60分钟进行同步。",
"admin.ldap.syncIntervalTitle": "同步间隔(分钟):",
"admin.ldap.syncNowHelpText": "立即启动一个LDAP同步。",
"admin.ldap.sync_button": "开始LDAP同步",
"admin.ldap.testFailure": "LDAP 测试失败:{error}",
"admin.ldap.testHelpText": "测试 Mattermost 服务器是否能连接到指定的 LDAP 服务器。详细错误信息请见日志文件。",
"admin.ldap.uernameAttrDesc": "LDAP服务器中属性用于填充Mattermost用户名属性。这可以和ID属性一致。",
"admin.ldap.userFilterDisc": "(可选) 输入个LDAP筛选器用在搜索用户对象。只有被查询条件选中的用户才能访问Mattermost。对于活动目录过滤禁用用户的查询是(&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))。",
"admin.ldap.syncNowHelpText": "立即启动一个 AD/LDAP 同步。",
"admin.ldap.sync_button": "开始 AD/LDAP 同步",
"admin.ldap.testFailure": "AD/LDAP 测试失败:{error}",
"admin.ldap.testHelpText": "测试 Mattermost 服务器是否能连接到指定的 AD/LDAP 服务器。详细错误信息请见日志文件。",
"admin.ldap.testSuccess": "AD/LDAP Test Successful",
"admin.ldap.uernameAttrDesc": "AD/LDAP 服务器中属性用于填充 Mattermost 用户名属性。这可以和 ID 属性一致。",
"admin.ldap.userFilterDisc": "(可选) 输入个AD/LDAP筛选器用在搜索用户对象。只有被查询条件选中的用户才能访问 Mattermost。对于活动目录过滤禁用用户的查询是(&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))。",
"admin.ldap.userFilterEx": "例如 \"(objectClass=user)\"",
"admin.ldap.userFilterTitle": "用户筛选器:",
"admin.ldap.usernameAttrEx": "例如\"sAMAccountName\"",
@@ -461,6 +463,8 @@
"admin.license.uploading": "上传许可证...",
"admin.log.consoleDescription": "通常在正式环境中设置为是。开发人员应该设置为是来根据控制台日志级别显示日志信息到控制台。如果设置为是,服务器将消息写入到标准输出流 (stdout)。",
"admin.log.consoleTitle": "日志输出到控制台:",
"admin.log.enableDiagnostics": "开启诊断和错误报告:",
"admin.log.enableDiagnosticsDescription": "开启此功能将发送错误报告和诊断信息到 Mattermost, Inc. 以帮助提高 Mattermost 的质量和性能。请阅读我们的<a href=\"https://about.mattermost.com/default-privacy-policy/\" target=\"_blank\">隐私政策</a>了解更多。",
"admin.log.enableWebhookDebugging": "启用Webhook调试",
"admin.log.enableWebhookDebuggingDescription": "您可以设置为false来禁用所有传入的webhook请求主体的调试日志记录。",
"admin.log.fileDescription": "通常在正式环境中设置为是。当设置为是时,日志文件写入到下面指定日志文件位置。",
@@ -563,7 +567,7 @@
"admin.saml.enableTitle": "开启SAML登入",
"admin.saml.encryptDescription": "当设置为是时Mattermost 将会使用您的服务提供商证书来解密SAML断言。",
"admin.saml.encryptTitle": "开启加密:",
"admin.saml.firstnameAttrDesc": "(可选)使用SAML断言中的属性做为Mattermost中用户的昵称。",
"admin.saml.firstnameAttrDesc": "(可选) 使用SAML断言中的属性做为 Mattermost 中用户的昵称。",
"admin.saml.firstnameAttrEx": "如 \"FirstName\"",
"admin.saml.firstnameAttrTitle": "名字属性:",
"admin.saml.idpCertificateFileDesc": "由可信任的身份认证系统提供商所提供的证书公钥",
@@ -575,7 +579,7 @@
"admin.saml.idpUrlDesc": "Mattermost发送SAML登入启动初始网址。",
"admin.saml.idpUrlEx": "如 \"https://idp.example.org/SAML2/SSO/Login\"",
"admin.saml.idpUrlTitle": "SAML SSO 网址:",
"admin.saml.lastnameAttrDesc": "(可选)使用SAML断言中的属性做为Mattermost中用户的语言。",
"admin.saml.lastnameAttrDesc": "(可选) 使用SAML断言中的属性做为 Mattermost 中用户的姓氏。",
"admin.saml.lastnameAttrEx": "如 \"LastName\"",
"admin.saml.lastnameAttrTitle": "姓氏属性:",
"admin.saml.localeAttrDesc": "(可选)使用SAML断言中的属性做为Mattermost中用户的语言。",
@@ -636,8 +640,8 @@
"admin.service.iconTitle": "允许整合覆盖头像:",
"admin.service.insecureTlsDesc": "当设为是时,所有对外的 HTTPS 请求将接受未验证,自签名的证书。例如,对外 webhooks 到任意域名用自签名 TLS 证书的服务器将被允许。注意,这会使得这些连接产生中间人攻击危险。",
"admin.service.insecureTlsTitle": "启用不安全的对外连接:",
"admin.service.integrationAdmin": "限制仅团队和系统管理员可以建整合:",
"admin.service.integrationAdminDesc": "当设为是时,用户创建的集成只能由管理员创建。",
"admin.service.integrationAdmin": "限制只有管理员能管理整合:",
"admin.service.integrationAdminDesc": "当设为是时,webhhoks 和斜杠命令只由团队和系统管理员可以创建、修改和查看,同时只有系统管理员可以操作 OAuth 2.0 应用。整合在管理员创建后所有人可以使用。",
"admin.service.listenAddress": "监听地址:",
"admin.service.listenDescription": "绑定和监听地址。输入 \": 8065\" 将绑定所有接口或者您可以选择 \"127.0.0.1: 8065\" 只监听本地。修改这个设置需要重启服务器才能生效。",
"admin.service.listenExample": "例如 \":8065\"",
@@ -658,13 +662,13 @@
"admin.service.sessionCacheDesc": "会话在内存缓存的分钟数。",
"admin.service.sessionDaysEx": "例如 \"30\"",
"admin.service.siteURL": "站点网址:",
"admin.service.siteURLDescription": "用户访问Mattermost的包含端口和协议的网址。留空将自动根据访问请求设定。",
"admin.service.siteURLDescription": "用户访问 Mattermost 的包含端口和协议的网址。此栏可以留空除非您要在<b>通知 > 电子邮件</b>里设置批量邮件。当留空时,网址将自动根据访问请求设定。",
"admin.service.siteURLExample": "如 \"https://mattermost.example.com:1234\"",
"admin.service.ssoSessionDays": "SSO会话时长 (天)",
"admin.service.ssoSessionDaysDesc": "从用户上一次输入他们的认证到会话过期的天数。如果验证方式时SAML或GitLab用户将会自动登入到Mattermost如果他们已经登入到SAML或GitLab。修改此设定后新的会话时常将在用户下一次输入认证后生效。",
"admin.service.testingDescription": "当设为是时,/loadtest 斜杠命令能载入测试账号,数据和文字格式。修改这个设置需要重启服务器才能生效。",
"admin.service.testingTitle": "启动测试指令:",
"admin.service.webSessionDays": "LDAP和电子邮件的会话时长 (天)",
"admin.service.webSessionDays": "AD/LDAP 和电子邮件的会话时长 (天)",
"admin.service.webSessionDaysDesc": "从用户上一次输入他们的认证到会话过期的天数。修改此设定后,新的会话时常将在用户下一次输入认证后生效。",
"admin.service.webhooksDescription": "设为是时允许传入webhooks。为了避免钓鱼攻击所有webhooks的帖文会标上BOT标签。参见 <a href='http://docs.mattermost.com/developer/webhooks-incoming.html' target='_blank'>文档</a> 了解详情。",
"admin.service.webhooksTitle": "启用传出的 Webhooks",
@@ -696,7 +700,7 @@
"admin.sidebar.logging": "日志",
"admin.sidebar.login": "登录",
"admin.sidebar.logs": "日志",
"admin.sidebar.nativeAppLinks": "Mattermost App Links",
"admin.sidebar.nativeAppLinks": "Mattermost 应用链接",
"admin.sidebar.notifications": "通知",
"admin.sidebar.oauth": "OAuth 2.0",
"admin.sidebar.other": "其他",
@@ -793,7 +797,7 @@
"admin.team.uploading": "上传中...",
"admin.team.userCreationDescription": "当设置为否时,创建帐户功能被禁用。点击创建账户按钮时会显示错误信息。",
"admin.team.userCreationTitle": "开启帐号创建:",
"admin.team_analytics.activeUsers": "有发的正常用户",
"admin.team_analytics.activeUsers": "有发信息的的正常用户",
"admin.team_analytics.totalPosts": "信息总数",
"admin.true": "是",
"admin.userList.title": "用户 {team}",
@@ -829,7 +833,7 @@
"admin.webserverModeUncompressedDescription": "Mattermost 服务器将传输未压缩过的静态文件。",
"analytics.chart.loading": "加载中...",
"analytics.chart.meaningful": "没有足够的数据进行有意义的表示。",
"analytics.system.activeUsers": "有发的正常用户",
"analytics.system.activeUsers": "有发信息的的正常用户",
"analytics.system.channelTypes": "频道类型",
"analytics.system.expiredBanner": "企业授权已在 {date} 过期。您在即日起有15天时间更新授权请联系 <a href='mailto:commercial@mattermost.com'>commercial@mattermost.com</a>。",
"analytics.system.expiringBanner": "企业授权已在 {date} 过期。请更新授权,详情请联系 <a href='mailto:commercial@mattermost.com'>commercial@mattermost.com</a>。",
@@ -844,11 +848,11 @@
"analytics.system.totalHashtagPosts": "有标签的发文",
"analytics.system.totalIncomingWebhooks": "传入 Webhooks",
"analytics.system.totalOutgoingWebhooks": "传出 Webhooks",
"analytics.system.totalPosts": "全部发文",
"analytics.system.totalPosts": "全部信息",
"analytics.system.totalSessions": "会话总数",
"analytics.system.totalTeams": "团队总数",
"analytics.system.totalUsers": "用户总数",
"analytics.team.activeUsers": "有发的正常用户",
"analytics.team.activeUsers": "有发信息的的正常用户",
"analytics.team.newlyCreated": "新建的用户",
"analytics.team.privateGroups": "私有组",
"analytics.team.publicChannels": "公共频道",
@@ -1012,18 +1016,18 @@
"channel_switch_modal.submit": "切换",
"channel_switch_modal.title": "切换频道",
"claim.account.noEmail": "没有指定电子邮件",
"claim.email_to_ldap.enterLdapPwd": "输入您LDAP账户的ID和密码",
"claim.email_to_ldap.enterLdapPwd": "输入您 AD/LDAP 账户的ID和密码",
"claim.email_to_ldap.enterPwd": "输入你的{site}账户密码",
"claim.email_to_ldap.ldapId": "LDAP身份标识",
"claim.email_to_ldap.ldapIdError": "请输入您的LDAP ID。",
"claim.email_to_ldap.ldapPasswordError": "请输入您的LDAP密码。",
"claim.email_to_ldap.ldapPwd": "LDAP密码",
"claim.email_to_ldap.ldapId": "AD/LDAP ID",
"claim.email_to_ldap.ldapIdError": "请输入您的 AD/LDAP ID。",
"claim.email_to_ldap.ldapPasswordError": "请输入您的 AD/LDAP 密码。",
"claim.email_to_ldap.ldapPwd": "AD/LDAP 密码",
"claim.email_to_ldap.pwd": "密码",
"claim.email_to_ldap.pwdError": "请输入您的密码。",
"claim.email_to_ldap.ssoNote": "您必须已经拥有一个有效的LDAP账户",
"claim.email_to_ldap.ssoType": "领取您的帐号后,您只能通过 LDAP 登陆",
"claim.email_to_ldap.switchTo": "切换帐号到 LDAP",
"claim.email_to_ldap.title": "切换邮箱/密码账号到 LDAP",
"claim.email_to_ldap.ssoNote": "您必须已经拥有一个有效的 AD/LDAP 账户",
"claim.email_to_ldap.ssoType": "领取您的帐号后,您只能通过 AD/LDAP 登陆",
"claim.email_to_ldap.switchTo": "切换帐号到 AD/LDAP",
"claim.email_to_ldap.title": "切换邮箱/密码账号到 AD/LDAP",
"claim.email_to_oauth.enterPwd": "输入你的{site}账户密码",
"claim.email_to_oauth.pwd": "密码",
"claim.email_to_oauth.pwdError": "请输入您的密码。",
@@ -1035,14 +1039,14 @@
"claim.ldap_to_email.email": "您将使用电子邮件{email}登录",
"claim.ldap_to_email.enterLdapPwd": "输入 {site} 电子邮件帐号的 {ldapPassword}",
"claim.ldap_to_email.enterPwd": "输入您的新电子邮件帐号密码",
"claim.ldap_to_email.ldapPasswordError": "请输入您的 LDAP 密码。",
"claim.ldap_to_email.ldapPwd": "LDAP 密码",
"claim.ldap_to_email.ldapPasswordError": "请输入您的 AD/LDAP 密码。",
"claim.ldap_to_email.ldapPwd": "AD/LDAP 密码",
"claim.ldap_to_email.pwd": "密码",
"claim.ldap_to_email.pwdError": "请输入您的密码。",
"claim.ldap_to_email.pwdNotMatch": "密码不匹配。",
"claim.ldap_to_email.ssoType": "领取您的帐号后,您只能用您的电子邮箱地址和密码登入",
"claim.ldap_to_email.switchTo": "切换到电子邮件/密码的账户",
"claim.ldap_to_email.title": "切换到电子邮件/密码的LDAP账户",
"claim.ldap_to_email.title": "切换到电子邮件/密码的 AD/LDAP 账户",
"claim.oauth_to_email.confirm": "确认密码",
"claim.oauth_to_email.description": "在改变您的账户类型后,您只能用您的电子邮箱地址和密码登入。",
"claim.oauth_to_email.enterNewPwd": "输入您在 {site} 的电子邮箱账户新密码",
@@ -1061,7 +1065,7 @@
"create_post.comment": "评论",
"create_post.post": "发布",
"create_post.shortcutsNotSupported": "您的设备不支持键盘快捷键。",
"create_post.tutorialTip": "<h4>发送信息</h4><p>键入此处写一条消息,然后按<strong>Enter键</strong>发送。</p><p>点击<strong>附件</strong>按钮上传图片或文件。</p>",
"create_post.tutorialTip": "<h4>发送信息</h4><p>在这输入信息并按<strong>回车</strong>发送。</p><p>点击<strong>附件</strong>按钮上传图片或文件。</p>",
"create_post.write": "写一个消息...",
"create_team.agreement": "如果继续创建您的帐户和使用{siteName},您需要同意<a href='/static/help/terms.html'>服务条款</a>和<a href='/static/help/privacy.html'>隐私政策</a>。如果不同意,您将不能使用{siteName}。",
"create_team.display_name.back": "返回上一步",
@@ -1355,6 +1359,7 @@
"integrations.oauthApps.title": "OAuth 2.0 应用",
"integrations.outgoingWebhook.description": "传出的网络挂接允许外部集成接收和响应信息",
"integrations.outgoingWebhook.title": "引出Webhook",
"integrations.successful": "设置成功",
"intro_messages.DM": "这是您和{teammate}私信记录的开端。<br/>此区域外的人不能看到这里共享的私信和文件。",
"intro_messages.anyMember": " 任何成员可以加入和查看这个频道。",
"intro_messages.beginning": "{name} 的开端",
@@ -1387,7 +1392,7 @@
"invite_member.sending": "发送",
"invite_member.teamInviteLink": "你可以使用链接{link}邀请别人。",
"ldap_signup.find": "寻找我的团队",
"ldap_signup.ldap": "用LDAP帐号建立团队",
"ldap_signup.ldap": "用 AD/LDAP 帐号建立团队",
"ldap_signup.length_error": "名称必须为3至15个字母",
"ldap_signup.teamName": "输入新团队名",
"ldap_signup.team_error": "请输入团队名",
@@ -1406,8 +1411,8 @@
"login.gitlab": "GitLab",
"login.google": "Google Apps",
"login.invalidPassword": "您的密码是错误的。",
"login.ldapUsername": "LDAP用户名",
"login.ldapUsernameLower": "LDAP用户名",
"login.ldapUsername": "AD/LDAP 用户名",
"login.ldapUsernameLower": "AD/LDAP 用户名",
"login.noAccount": "没有帐户吗?",
"login.noEmail": "请输入您的电子邮件",
"login.noEmailLdapUsername": "请输入您的电子邮件或 {ldapUsername}",
@@ -1474,7 +1479,7 @@
"navbar_dropdown.leave": "离开团队",
"navbar_dropdown.logout": "注销",
"navbar_dropdown.manageMembers": "成员管理",
"navbar_dropdown.nativeApps": "Download Mattermost Apps",
"navbar_dropdown.nativeApps": "下载应用",
"navbar_dropdown.report": "报告问题",
"navbar_dropdown.switchTeam": "切换到{team}",
"navbar_dropdown.switchTo": "切换到",
@@ -1496,7 +1501,7 @@
"password_send.link": "<p>一个密码重置链接已被发送至<b>{email}</b></p>",
"password_send.reset": "重置我的密码",
"password_send.title": "密码重置",
"pdf_preview.max_pages": "PDF预览只显示前五页。",
"pdf_preview.max_pages": "下载以阅读更多页",
"pending_post_actions.cancel": "取消",
"pending_post_actions.retry": "重试",
"permalink.error.access": "此永久链接指向已删除的消息或者您没有权限访问的频道。",
@@ -1563,6 +1568,10 @@
"search_results.because": "<ul><li>如果您需搜索一个部分词组(例如搜索 \"rea\",查找 \"reach\" 或 \"reaction\"),请在结尾附上 *。</li><li>由于搜索结果的数量限制,双字母的搜索和 \"this\"\"a\" 及 \"is\" 等常用词不会出现在搜索结果中。</li></ul>",
"search_results.noResults": "没任何结果。重试?",
"search_results.usage": "<ul><li>使用<b>\"双引号\"</b>搜索词组</li><li>使用<b>from</b>查找来自特定用户的信息;使用<b>in</b>查找特定频道中的信息</li></ul>",
"search_results.usageFlag1": "您还没标记任何信息。",
"search_results.usageFlag2": "您可以点击时间戳旁的",
"search_results.usageFlag3": "图标来标记信息和评论。",
"search_results.usageFlag4": "标记信息以便之后更进。您的标记是个人的,不会被他人看到。",
"setting_item_max.cancel": "取消",
"setting_item_max.save": "保存",
"setting_item_min.edit": "编辑",
@@ -1595,7 +1604,7 @@
"sidebar_right_menu.inviteNew": "邀请新成员",
"sidebar_right_menu.logout": "注销",
"sidebar_right_menu.manageMembers": "成员管理",
"sidebar_right_menu.nativeApps": "Download Mattermost Apps",
"sidebar_right_menu.nativeApps": "下载应用",
"sidebar_right_menu.recentMentions": "最近提及",
"sidebar_right_menu.report": "报告问题",
"sidebar_right_menu.switch_team": "团队选择",
@@ -1605,7 +1614,7 @@
"signup.email": "电子邮箱和密码",
"signup.gitlab": "GitLab 单一登入",
"signup.google": "谷歌帐号",
"signup.ldap": "LDAP 登录身份",
"signup.ldap": "AD/LDAP 登录身份",
"signup.office365": "Office 365",
"signup.title": "创建一个账户以:",
"signup_team.choose": "您的团队:",
@@ -1647,7 +1656,7 @@
"signup_user_completed.validEmail": "请输入一个有效的电子邮件地址",
"signup_user_completed.welcome": "欢迎来到:",
"signup_user_completed.whatis": "您的电子邮箱地址是什么?",
"signup_user_completed.withLdap": "您的LDAP凭证",
"signup_user_completed.withLdap": "您的 AD/LDAP 凭证",
"sso_signup.find": "查找我的团队",
"sso_signup.gitlab": "用GitLabAccount建立团队",
"sso_signup.google": "用GoogleAppsAccount建立团队",
@@ -1732,8 +1741,8 @@
"user.settings.advance.on": "开启",
"user.settings.advance.preReleaseDesc": "检查您想预览的任何预发布功能。在设置生效前,您可能还需要刷新页面。",
"user.settings.advance.preReleaseTitle": "预览预发布功能",
"user.settings.advance.sendDesc": "如果启用“Enter”键插入一个新行按“Ctrl+Enter键提交消息。",
"user.settings.advance.sendTitle": "按Ctrl+Enter发送消息",
"user.settings.advance.sendDesc": "启用时,\"Enter\" 键插入行而按 \"Ctrl+Enter\" 键提交消息。",
"user.settings.advance.sendTitle": "按 Ctrl+Enter 发送消息",
"user.settings.advance.slashCmd_autocmp": "启用外部应用程序提供斜杠命令的自动补全功能",
"user.settings.advance.title": "高级设置",
"user.settings.custom_theme.awayIndicator": "离开显示",
@@ -1805,7 +1814,7 @@
"user.settings.general.emailHelp2": "电子邮件已被您的系统管理员禁用。未启用前将无法发送电子邮件通知。",
"user.settings.general.emailHelp3": "电子邮件地址用于登录,通知以及密码重置。",
"user.settings.general.emailHelp4": "验证邮件已发送到{email}。",
"user.settings.general.emailLdapCantUpdate": "通过LDAP进行登录。电子邮件不能被更新用于通知的电子邮件地址是{email}。",
"user.settings.general.emailLdapCantUpdate": "通过 AD/LDAP 进行登录。电子邮件不能被更新,用于通知的电子邮件地址是{email}。",
"user.settings.general.emailMatch": "您输入的新邮件不匹配。",
"user.settings.general.emailOffice365CantUpdate": "通过Office 365进行登录。电子邮件不能被更新。用于通知的电子邮件地址是{email}。",
"user.settings.general.emailSamlCantUpdate": "通过LDAP进行登录。电子邮件不能被更新。用于通知的电子邮件地址是{email}。",
@@ -1820,7 +1829,7 @@
"user.settings.general.lastName": "姓氏",
"user.settings.general.loginGitlab": "通过GitLab({email})登录",
"user.settings.general.loginGoogle": "通过Google ({email})登录",
"user.settings.general.loginLdap": "通过LDAP ({email})登录",
"user.settings.general.loginLdap": "通过 AD/LDAP ({email}) 登录",
"user.settings.general.loginOffice365": "通过Office 365({email})登录",
"user.settings.general.loginSaml": "通过SAML ({email}) 登录",
"user.settings.general.newAddress": "新地址:{email}<br/>查看您的邮箱来验证上面的地址。",
@@ -1868,7 +1877,7 @@
"user.settings.notifications.comments": "回复通知",
"user.settings.notifications.commentsAny": "在我开头或回复过的消息串触发通知",
"user.settings.notifications.commentsInfo": "除了您被提及的通知外,选择如果您想收到串回复通知。",
"user.settings.notifications.commentsNever": "Do not trigger notifications on messages in reply threads unless I'm mentioned",
"user.settings.notifications.commentsNever": "回复串信息只有在我被提及时触发通知",
"user.settings.notifications.commentsRoot": "在我开头的消息串触发通知",
"user.settings.notifications.desktop": "发送桌面通知",
"user.settings.notifications.desktop.allFirefoxForever": "所有活动,一直显示",
@@ -1890,15 +1899,16 @@
"user.settings.notifications.desktop.title": "桌面通知",
"user.settings.notifications.desktop.unlimited": "无限制",
"user.settings.notifications.desktopSounds": "桌面通知声音",
"user.settings.notifications.email.everyHour": "每小时",
"user.settings.notifications.email.everyXMinutes": "每 {count} 分钟",
"user.settings.notifications.email.immediately": "立刻",
"user.settings.notifications.email.never": "从不",
"user.settings.notifications.email.send": "发送电子邮件通知",
"user.settings.notifications.emailBatchingInfo": "一段时间内收到的通知将合并到一封电子邮件。",
"user.settings.notifications.emailInfo": "当您离开{siteName}超过5分钟或离线系统将发送提及和私信的电子邮件通知。",
"user.settings.notifications.emailNotifications": "邮件通知",
"user.settings.notifications.everyHour": "每小时",
"user.settings.notifications.everyXMinutes": "每 {minute} 分钟",
"user.settings.notifications.header": "通知",
"user.settings.notifications.immediately": "立刻",
"user.settings.notifications.info": "桌面通知可在 火狐, Safari 以及 Chrome 下使用。",
"user.settings.notifications.never": "从不",
"user.settings.notifications.noWords": "敏感词没有配置",
"user.settings.notifications.off": "关闭",
"user.settings.notifications.on": "开启",
@@ -1937,9 +1947,9 @@
"user.settings.security.gitlab": "GitLab",
"user.settings.security.google": "谷歌",
"user.settings.security.lastUpdated": "上次更新时间{date}{time}",
"user.settings.security.ldap": "LDAP",
"user.settings.security.ldap": "AD/LDAP",
"user.settings.security.loginGitlab": "用GitLab登录",
"user.settings.security.loginLdap": "用LDAP登录",
"user.settings.security.loginLdap": "用 AD/LDAP 登录",
"user.settings.security.logoutActiveSessions": "查看并退出正在执行的会话",
"user.settings.security.method": "登录方式",
"user.settings.security.newPassword": "新密码",
@@ -1967,7 +1977,7 @@
"user.settings.security.passwordErrorUppercaseNumberSymbol": "您的密码必须包含至少 {min} 个字符且至少有一个大写字母,一个数字,以及一个符号(如\"~!@#$%^&*()\")。",
"user.settings.security.passwordErrorUppercaseSymbol": "您的密码必须包含至少 {min} 个字符且至少有一个大写字母以及一个符号(如\"~!@#$%^&*()\")。",
"user.settings.security.passwordGitlabCantUpdate": "通过GitLab登录。电子邮件不能被更新。",
"user.settings.security.passwordLdapCantUpdate": "通过LDAP登录。电子邮件不能被更新。",
"user.settings.security.passwordLdapCantUpdate": "通过 AD/LDAP 登录。密码不能被更新。",
"user.settings.security.passwordMatchError": "您输入的新密码不一致。",
"user.settings.security.passwordMinLength": "无效最小长度,无法显示预览。",
"user.settings.security.retypePassword": "再次输入新密码",
@@ -1975,7 +1985,7 @@
"user.settings.security.switchEmail": "切换到使用邮箱和密码登录",
"user.settings.security.switchGitlab": "切换到使用 GitLab SSO",
"user.settings.security.switchGoogle": "切换到使用 Google SSO",
"user.settings.security.switchLdap": "切换到使用 LDAP",
"user.settings.security.switchLdap": "切换到使用 AD/LDAP",
"user.settings.security.switchOffice365": "切换到使用 Office 365 SSO",
"user.settings.security.switchSaml": "切换到使用 SAML SSO",
"user.settings.security.title": "安全设置",

Просмотреть файл

@@ -217,7 +217,7 @@
"admin.customization.enableCustomEmojiTitle": "啟用自訂繪文字:",
"admin.customization.iosAppDownloadLinkDesc": "新增下載 iOS 應用程式的連結。用行動網頁瀏覽器存取站台的使用者將會看到提示頁面以下載應用程式。此欄留空則不會出現提示頁面。",
"admin.customization.iosAppDownloadLinkTitle": "iOS 應用程式下載連結:",
"admin.customization.nativeAppLinks": "Mattermost App Links",
"admin.customization.nativeAppLinks": "Mattermost 應用程式連結",
"admin.customization.restrictCustomEmojiCreationAdmin": "允許系統及團隊管理員新增自訂繪文字",
"admin.customization.restrictCustomEmojiCreationAll": "允許所有人新增自訂繪文字",
"admin.customization.restrictCustomEmojiCreationDesc": "限制僅特定使用者可以新增自訂繪文字。",
@@ -229,7 +229,7 @@
"admin.email.agreeHPNS": " 我理解並接受 Mattermost Hosted 推播通知服務<a href=\"https://about.mattermost.com/hpns-terms/\" target=\"_blank\">服務條款</a>與<a href=\"https://about.mattermost.com/hpns-privacy/\" target=\"_blank\">隱私政策</a>。",
"admin.email.allowEmailSignInDescription": "啟用時 Mattermost 允許使用者用他們的電子郵件與密碼登入。",
"admin.email.allowEmailSignInTitle": "啟用電子郵件登入:",
"admin.email.allowSignupDescription": "啟用時 Mattermost 允許團隊以電子郵件與密碼註冊帳號。應該只在想限制以 OAuth 或 LDAP 一類的單一登入服務註冊時,設為停用。",
"admin.email.allowSignupDescription": "啟用時 Mattermost 允許團隊以電子郵件與密碼註冊帳號。應該只在想限制以 OAuth 或 AD/LDAP 一類的單一登入服務註冊時,設為停用。",
"admin.email.allowSignupTitle": "啟用以電子郵件建立帳號:",
"admin.email.allowUsernameSignInDescription": "啟用時 Mattermost 允許使用者用他們的名稱與密碼登入。通常只有停用電子郵件地址驗證時才啟用。",
"admin.email.allowUsernameSignInTitle": "啟用以使用者名稱登入:",
@@ -392,57 +392,59 @@
"admin.image.thumbWidthTitle": "附加檔案縮圖寬:",
"admin.integrations.custom": "自訂整合",
"admin.integrations.external": "外部服務",
"admin.ldap.baseDesc": "BaseDN 是 Mattermost 在 LDAP 樹搜尋使用者的起始點的識別名。",
"admin.ldap.baseDesc": "BaseDN 是 Mattermost 在 AD/LDAP 樹搜尋使用者的起始點的識別名。",
"admin.ldap.baseEx": "例如:\"ou=Unit Name,dc=corp,dc=example,dc=com\"",
"admin.ldap.baseTitle": "BaseDN",
"admin.ldap.bindPwdDesc": "\"綁定使用者名稱\"的密碼:",
"admin.ldap.bindPwdTitle": "綁定密碼:",
"admin.ldap.bindUserDesc": "LDAP 搜尋時使用的使用者名稱。一般這應該是一個專為 Mattermost 而建的帳號。這帳號應該被限制為只能讀取被 BaseDN 欄位所限定的 LDAP 樹。",
"admin.ldap.bindUserDesc": "AD/LDAP 搜尋時使用的使用者名稱。一般這應該是一個專為 Mattermost 而建的帳號。這帳號應該被限制為只能讀取被 BaseDN 欄位所限定的 AD/LDAP 樹。",
"admin.ldap.bindUserTitle": "綁定使用者名稱:",
"admin.ldap.emailAttrDesc": "用於設定 Mattermost 使用者電子郵件位址的 LDAP 伺服器屬性。",
"admin.ldap.emailAttrDesc": "用於設定 Mattermost 使用者電子郵件位址的 AD/LDAP 伺服器屬性。",
"admin.ldap.emailAttrEx": "例如:\"mail\"或\"userPrincipalName\"",
"admin.ldap.emailAttrTitle": "電子郵件位址屬性:",
"admin.ldap.enableDesc": "啟用時Mattermost 允許使用 LDAP 登入",
"admin.ldap.enableTitle": "啟用 LDAP 登入:",
"admin.ldap.firstnameAttrDesc": "(非必須) 用於設定 Mattermost 使用者名字的 LDAP 伺服器屬性。",
"admin.ldap.enableDesc": "啟用時Mattermost 允許使用 AD/LDAP 登入",
"admin.ldap.enableTitle": "啟用 AD/LDAP 登入:",
"admin.ldap.firstnameAttrDesc": "(非必須) 用於設定 Mattermost 使用者名字的 AD/LDAP 伺服器屬性。",
"admin.ldap.firstnameAttrEx": "如:\"givenName\"",
"admin.ldap.firstnameAttrTitle": "名字屬性",
"admin.ldap.idAttrDesc": "此屬性在 LDAP 伺服器上的值將會被用做 Mattermost 裡獨特、唯一的識別值。該屬性值最好不會變更,例如使用者名稱 或 uid。如果一個使用者的這個屬性值有所變更Mattermost 將會根據新值建立一個跟原本帳戶無關的新帳戶。這將是未來使用者在 Mattermost 登入頁面所要填入\"LDAP 使用者名稱\"欄位的值。通常此屬性設定成與上面的\"用戶名稱\"屬性相同。如果您的團隊習慣用 domain\\username 登入其他使用 LDAP 認證的服務,最好在本欄位填入 domain\\username 以保持一致性。",
"admin.ldap.idAttrDesc": "此屬性在 AD/LDAP 伺服器上的值將會被用做 Mattermost 裡獨特、唯一的識別值。該屬性值最好不會變更,例如使用者名稱 或 uid。如果一個使用者的這個屬性值有所變更Mattermost 將會根據新值建立一個跟原本帳戶無關的新帳戶。這將是未來使用者在 Mattermost 登入頁面所要填入\"AD/LDAP 使用者名稱\"欄位的值。通常此屬性設定成與上面的\"用戶名稱\"屬性相同。如果您的團隊習慣用 domain\\username 登入其他使用 AD/LDAP 認證的服務,最好在本欄位填入 domain\\username 以保持一致性。",
"admin.ldap.idAttrEx": "例如:\"sAMAccountName\"",
"admin.ldap.idAttrTitle": "ID 的屬性:",
"admin.ldap.lastnameAttrDesc": "(非必須) 用於設定 Mattermost 使用者姓氏的 LDAP 伺服器屬性。",
"admin.ldap.lastnameAttrDesc": "(非必須) 用於設定 Mattermost 使用者姓氏的 AD/LDAP 伺服器屬性。",
"admin.ldap.lastnameAttrEx": "例如:\"sn\"",
"admin.ldap.lastnameAttrTitle": "姓氏屬性:",
"admin.ldap.loginNameDesc": "顯示在登入頁面上登入欄位的提示字。預設為\"LDAP 使用者名稱\"。",
"admin.ldap.loginNameEx": "例如:\"LDAP 使用者名稱\"",
"admin.ldap.ldap_test_button": "AD/LDAP Test",
"admin.ldap.loginNameDesc": "顯示在登入頁面上登入欄位的提示字。預設為\"AD/LDAP 使用者名稱\"",
"admin.ldap.loginNameEx": "例如:\"AD/LDAP 使用者名稱\"",
"admin.ldap.loginNameTitle": "登入欄位名:",
"admin.ldap.maxPageSizeEx": "例如:\"2000\"",
"admin.ldap.maxPageSizeHelpText": "Mattermost 向 LDAP 伺服器請求使用者資料時單次最多的數量。0表示無上限。",
"admin.ldap.maxPageSizeTitle": "最大分頁大小:",
"admin.ldap.nicknameAttrDesc": "(非必須) 用於設定 Mattermost 使用者暱稱的 LDAP 伺服器屬性。",
"admin.ldap.nicknameAttrDesc": "(非必須) 用於設定 Mattermost 使用者暱稱的 AD/LDAP 伺服器屬性。",
"admin.ldap.nicknameAttrEx": "例如:\"匿稱\"",
"admin.ldap.nicknameAttrTitle": "匿稱的屬性:",
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">註:</h4><p>LDAP 為企業授權功能,您的授權不支援 LDAP。按<a href=\"http://mattermost.com\" target=\"_blank\">這裡</a>查看企業授權資訊與價格。</p>",
"admin.ldap.portDesc": "Masttermost 連接 LDAP 伺服器的連接埠。預設為389。",
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">註:</h4><p>AD/LDAP 為企業授權功能,您的授權不支援 AD/LDAP。按<a href=\"http://mattermost.com\" target=\"_blank\">這裡</a>查看企業授權資訊與價格。</p>",
"admin.ldap.portDesc": "Masttermost 連接 AD/LDAP 伺服器的連接埠。預設為389。",
"admin.ldap.portEx": "例如:\"389\"",
"admin.ldap.portTitle": "LDAP 連接埠:",
"admin.ldap.queryDesc": "查詢 LDAP 伺服器的逾時設定。如果因為 LDAP 伺服器太慢而出現逾時錯誤,請加大其值。",
"admin.ldap.portTitle": "AD/LDAP 連接埠:",
"admin.ldap.queryDesc": "查詢 AD/LDAP 伺服器的逾時設定。如果因為 AD/LDAP 伺服器太慢而出現逾時錯誤,請加大其值。",
"admin.ldap.queryEx": "例如:\"60\"",
"admin.ldap.queryTitle": "查詢逾時設定(秒)",
"admin.ldap.serverDesc": "LDAP 伺服器的網域或 IP 位址。",
"admin.ldap.serverDesc": "AD/LDAP 伺服器的網域或 IP 位址。",
"admin.ldap.serverEx": "例如:\"10.0.0.23\"",
"admin.ldap.serverTitle": "LDAP 伺服器:",
"admin.ldap.serverTitle": "AD/LDAP 伺服器:",
"admin.ldap.skipCertificateVerification": "跳過驗證憑證:",
"admin.ldap.skipCertificateVerificationDesc": "TLS 或 STARTTLS 連線時跳過驗證憑證。不建議使用於需要 TLS 的正式環境。測試用設定。",
"admin.ldap.syncFailure": "同步失敗:{error}",
"admin.ldap.syncIntervalHelpText": "LDAP 同步更新 Mattermost 使用者資料以反應 LDAP 伺服器上的變更。舉例來說,當 LDAP 伺服器上一個使用者名字改變時,在執行同步的時候這個改變會更新 Mattermost。在 LDAP 伺服器上被移除或是停用的帳號,其對應的 Mattermost 帳號會被設定成“停用”並且撤銷帳號的工作階段。Mattermost 根據輸入的間隔執行同步。如如果輸入60Mattermost將會每60分鐘同步一次。",
"admin.ldap.syncIntervalHelpText": "AD/LDAP 同步更新 Mattermost 使用者資料以反應 AD/LDAP 伺服器上的變更。舉例來說,當 AD/LDAP 伺服器上一個使用者名字改變時,在執行同步的時候這個改變會更新 Mattermost。在 AD/LDAP 伺服器上被移除或是停用的帳號,其對應的 Mattermost 帳號會被設定成“停用”並且撤銷帳號的工作階段。Mattermost 根據輸入的間隔執行同步。如如果輸入60Mattermost將會每60分鐘同步一次。",
"admin.ldap.syncIntervalTitle": "同步間隔(分)",
"admin.ldap.syncNowHelpText": "立刻開始 LDAP 同步。",
"admin.ldap.sync_button": "開始 LDAP 同步",
"admin.ldap.testFailure": "LDAP 測試失敗:{error}",
"admin.ldap.testHelpText": "測試 Mattermost 與 LDAP 伺服器間的連線。如需詳細錯誤訊息,請參閱紀錄檔案。",
"admin.ldap.uernameAttrDesc": "用於設定 Mattermost 使用者名稱的 LDAP 伺服器屬性。這有可能跟 ID 為同一個屬性。",
"admin.ldap.userFilterDisc": "(非必須)輸入 LDAP 過濾條件用來搜尋使用者。只有該條件找出來的用戶可以存取 Mattermost。對Active Directory排除被關閉的使用者的條件為 (&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))。",
"admin.ldap.syncNowHelpText": "立刻開始 AD/LDAP 同步。",
"admin.ldap.sync_button": "開始 AD/LDAP 同步",
"admin.ldap.testFailure": "AD/LDAP 測試失敗:{error}",
"admin.ldap.testHelpText": "測試 Mattermost 與 AD/LDAP 伺服器間的連線。如需詳細錯誤訊息,請參閱紀錄檔案。",
"admin.ldap.testSuccess": "AD/LDAP Test Successful",
"admin.ldap.uernameAttrDesc": "用於設定 Mattermost 使用者名稱的 AD/LDAP 伺服器屬性。這有可能跟 ID 為同一個屬性。",
"admin.ldap.userFilterDisc": "(非必須)輸入 AD/LDAP 過濾條件用來搜尋使用者。只有該條件找出來的用戶可以存取 Mattermost。對 Active Directory排除被關閉的使用者的條件為 (&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))。",
"admin.ldap.userFilterEx": "例如 \"(objectClass=user)\"",
"admin.ldap.userFilterTitle": "使用者過濾條件:",
"admin.ldap.usernameAttrEx": "例如:\"sAMAccountName\"",
@@ -461,6 +463,8 @@
"admin.license.uploading": "上傳授權中...",
"admin.log.consoleDescription": "正式環境一般設為停用。開發者可以將此設為開啟以根據控制台記錄等級輸出記錄到控制台。開啟時伺服器會將訊息寫到標準輸出(stdout)。",
"admin.log.consoleTitle": "輸出記錄到主控台:",
"admin.log.enableDiagnostics": "啟用診斷與錯誤報告:",
"admin.log.enableDiagnosticsDescription": "啟用此功能以傳送錯誤報告以及診斷訊息給 Mattermost 公司用以改進 Mattermost 的效能跟品質。如需關於隱私政策的詳細資訊,請至 <a href=\"https://about.mattermost.com/default-privacy-policy/\" target=\"_blank\">隱私政策</a>。",
"admin.log.enableWebhookDebugging": "啟用 Webhook 除錯:",
"admin.log.enableWebhookDebuggingDescription": "停用這個會停止對於所有傳入的 Webhook 要求內容的除錯記錄。",
"admin.log.fileDescription": "正式環境一般為啟用。啟用時,記錄檔案會輸出至下面的檔案位置欄位所指定的位置。",
@@ -563,7 +567,7 @@
"admin.saml.enableTitle": "啟用 SAML 登入:",
"admin.saml.encryptDescription": "啟用時Mattermost 會解密利用您的服務提供者的公開憑證所加密的 SAML 宣告。",
"admin.saml.encryptTitle": "啟用加密:",
"admin.saml.firstnameAttrDesc": "(非必須) 用於設定 Mattermost 使用者暱稱的 SAML 宣告屬性。",
"admin.saml.firstnameAttrDesc": "(非必須) 用於設定 Mattermost 使用者名字的 SAML 宣告屬性。",
"admin.saml.firstnameAttrEx": "如 \"FirstName\"",
"admin.saml.firstnameAttrTitle": "名字屬性:",
"admin.saml.idpCertificateFileDesc": "身分識別提供者所簽發的公開認證憑證。",
@@ -575,7 +579,7 @@
"admin.saml.idpUrlDesc": "Mattermost 發送 SAML 要求以開始登入程序的網址。",
"admin.saml.idpUrlEx": "如:\"https://idp.example.org/SAML2/SSO/Login\"",
"admin.saml.idpUrlTitle": "SAML SSO 網址:",
"admin.saml.lastnameAttrDesc": "(非必須) 用於設定 Mattermost 使用者暱稱的 SAML 宣告屬性。",
"admin.saml.lastnameAttrDesc": "(非必須) 用於設定 Mattermost 使用者姓氏的 SAML 宣告屬性。",
"admin.saml.lastnameAttrEx": "如:\"LastName\"",
"admin.saml.lastnameAttrTitle": "姓氏屬性:",
"admin.saml.localeAttrDesc": "(非必須) 用於設定 Mattermost 使用者暱稱的 SAML 宣告屬性。",
@@ -636,8 +640,8 @@
"admin.service.iconTitle": "允許外部整合功能置換個人圖像:",
"admin.service.insecureTlsDesc": "允許時,所有的對外 HTTPS 請求將會接受未驗證、自簽章的憑證。如:將允許傳出的 Webhook 連至任意網域下使用自簽章的 TLS 憑證的伺服器。註:這樣將產生中間人攻擊的危險性。",
"admin.service.insecureTlsTitle": "啟用不安全的對外連線:",
"admin.service.integrationAdmin": "限制僅團隊與系統管理者可以建立整合功能",
"admin.service.integrationAdminDesc": "啟用時,只有管理員能建立整合功能。",
"admin.service.integrationAdmin": "限制只有管理員能管理外部整合",
"admin.service.integrationAdminDesc": "啟用時,Webhook 跟斜線命令將只有團隊與系統管理員能建立、編輯跟觀看OAuth 2.0 應用程式將只有系統管理員能夠操作。外部整合在被管理員建立之後將會對所有使用者開放。",
"admin.service.listenAddress": "監聽位址:",
"admin.service.listenDescription": "設定使用的IP位址與連接埠輸入\":8065\"將會監聽所有界面的IP位址或是輸入像\"127.0.0.1:8065\"只聽一個IP位址。若變更須重啟伺服器以生效。",
"admin.service.listenExample": "例如:\":8065\"",
@@ -658,13 +662,13 @@
"admin.service.sessionCacheDesc": "要將工作階段快取在記憶體中多久(分鐘)。",
"admin.service.sessionDaysEx": "例如:\"30\"",
"admin.service.siteURL": "站台網址:",
"admin.service.siteURLDescription": "使用者用來存取 Mattermost 的網址,應包含通訊協定跟連接埠。留白則會自動根據傳入資料設定。",
"admin.service.siteURLDescription": "使用者用來存取 Mattermost 的網址,應包含通訊協定跟連接埠。除非正在<b>通知 > 電子郵件</b>中設定批次郵件,否則此欄位可以留白。留白則會自動根據傳入資料設定。",
"admin.service.siteURLExample": "如:\"https://mattermost.example.com:1234\"",
"admin.service.ssoSessionDays": "SSO 的工作階段長度(以天計)",
"admin.service.ssoSessionDaysDesc": "從使用者最後一次輸入他們的認證到工作階段過期之間的天數。如果認證方式是 SAML 或 GitLab 且他們已經登入 SAML 或 GitLab使用者將會自動再次登入 Mattermost。修改設定之後新的工作階段長度會在下次使用者輸入認證之後開始生效。",
"admin.service.testingDescription": "啟用時,將啟用 /loadtest 斜線命令,該命令會載入測試帳號、資料以及文字格式。修改此項需要重啟伺服器以生效。",
"admin.service.testingTitle": "啟用測試指令:",
"admin.service.webSessionDays": "LDAP 和電子郵件的工作階段長度(以天計)",
"admin.service.webSessionDays": "AD/LDAP 和電子郵件的工作階段長度(以天計)",
"admin.service.webSessionDaysDesc": "從使用者最後一次輸入他們的認證到工作階段過期之間的天數。修改設定之後新的工作階段長度會在下次使用者輸入認證之後開始生效。",
"admin.service.webhooksDescription": "啟用時,允許傳入的 Webhook。為了避免釣魚攻擊所有來自 Webhook 的貼文都會被標上 BOT 標籤。請參閱<a href='http://docs.mattermost.com/developer/webhooks-incoming.html' target='_blank'>文件</a>。",
"admin.service.webhooksTitle": "啟用傳出的 Webhook",
@@ -696,7 +700,7 @@
"admin.sidebar.logging": "記錄",
"admin.sidebar.login": "登入",
"admin.sidebar.logs": "記錄",
"admin.sidebar.nativeAppLinks": "Mattermost App Links",
"admin.sidebar.nativeAppLinks": "Mattermost 應用程式連結",
"admin.sidebar.notifications": "通知",
"admin.sidebar.oauth": "OAuth 2.0",
"admin.sidebar.other": "其它",
@@ -1012,18 +1016,18 @@
"channel_switch_modal.submit": "切換",
"channel_switch_modal.title": "切換頻道",
"claim.account.noEmail": "沒有指定電子郵件",
"claim.email_to_ldap.enterLdapPwd": "輸入 LDAP 帳號的使用者 ID 與密碼",
"claim.email_to_ldap.enterLdapPwd": "輸入 AD/LDAP 帳號的使用者 ID 與密碼",
"claim.email_to_ldap.enterPwd": "輸入 {site} 的電子郵件帳戶密碼",
"claim.email_to_ldap.ldapId": "LDAP ID",
"claim.email_to_ldap.ldapIdError": "請輸入 LDAP ID。",
"claim.email_to_ldap.ldapPasswordError": "請輸入 LDAP 密碼。",
"claim.email_to_ldap.ldapPwd": "LDAP 密碼",
"claim.email_to_ldap.ldapId": "AD/LDAP ID",
"claim.email_to_ldap.ldapIdError": "請輸入 AD/LDAP ID。",
"claim.email_to_ldap.ldapPasswordError": "請輸入 AD/LDAP 密碼。",
"claim.email_to_ldap.ldapPwd": "AD/LDAP 密碼",
"claim.email_to_ldap.pwd": "密碼",
"claim.email_to_ldap.pwdError": "請輸入密碼",
"claim.email_to_ldap.ssoNote": "您必須已經有有效的 LDAP 帳號",
"claim.email_to_ldap.ssoType": "設定完成後,將只能用 LDAP 登入",
"claim.email_to_ldap.switchTo": "切換帳號至 LDAP",
"claim.email_to_ldap.title": "由電子郵件地址/密碼帳號切換成 LDAP 帳號",
"claim.email_to_ldap.ssoNote": "您必須已經有有效的 AD/LDAP 帳號",
"claim.email_to_ldap.ssoType": "設定完成後,將只能用 AD/LDAP 登入",
"claim.email_to_ldap.switchTo": "切換帳號至 AD/LDAP",
"claim.email_to_ldap.title": "由電子郵件地址/密碼帳號切換成 AD/LDAP 帳號",
"claim.email_to_oauth.enterPwd": "輸入 {site} 帳戶的密碼",
"claim.email_to_oauth.pwd": "密碼",
"claim.email_to_oauth.pwdError": "請輸入密碼",
@@ -1035,14 +1039,14 @@
"claim.ldap_to_email.email": "用電子郵件地址 {email} 登入",
"claim.ldap_to_email.enterLdapPwd": "輸入 {site} 電子郵件帳戶的 {ldapPassword}",
"claim.ldap_to_email.enterPwd": "輸入電子郵件帳戶新密碼",
"claim.ldap_to_email.ldapPasswordError": "請輸入 LDAP 密碼。",
"claim.ldap_to_email.ldapPwd": "LDAP 密碼",
"claim.ldap_to_email.ldapPasswordError": "請輸入 AD/LDAP 密碼。",
"claim.ldap_to_email.ldapPwd": "AD/LDAP 密碼",
"claim.ldap_to_email.pwd": "密碼",
"claim.ldap_to_email.pwdError": "請輸入密碼。",
"claim.ldap_to_email.pwdNotMatch": "密碼不相符。",
"claim.ldap_to_email.ssoType": "設定完成後,將只能用電子郵件地址/密碼登入",
"claim.ldap_to_email.switchTo": "切換帳戶到電子郵件地址/密碼",
"claim.ldap_to_email.title": "切換 LDAP 帳戶到電子郵件地址/密碼",
"claim.ldap_to_email.title": "切換 AD/LDAP 帳戶到電子郵件地址/密碼",
"claim.oauth_to_email.confirm": "密碼確認",
"claim.oauth_to_email.description": "更改帳號類別後,將只能用電子郵件地址/密碼登入。",
"claim.oauth_to_email.enterNewPwd": "為 {site} 的電子郵件帳戶輸入新密碼",
@@ -1355,6 +1359,7 @@
"integrations.oauthApps.title": "OAuth 2.0 應用程式",
"integrations.outgoingWebhook.description": "傳出的 Webhook 讓外部整合功能可以收訊並回應",
"integrations.outgoingWebhook.title": "傳出的 Webhook",
"integrations.successful": "設定成功",
"intro_messages.DM": "這是跟{teammate}之間直接訊息的起頭。<br />直接訊息跟在這邊分享的檔案除了在此處以外的人都看不到。",
"intro_messages.anyMember": " 任何成員可以加入並閱讀此頻道。",
"intro_messages.beginning": "{name}的開頭",
@@ -1387,7 +1392,7 @@
"invite_member.sending": " 傳送中",
"invite_member.teamInviteLink": "可以用{link}來邀請他人。",
"ldap_signup.find": "尋找我的團隊",
"ldap_signup.ldap": "用 LDAP 帳號建立團隊",
"ldap_signup.ldap": "用 AD/LDAP 帳號建立團隊",
"ldap_signup.length_error": "名稱長度為3到15字元",
"ldap_signup.teamName": "輸入新團隊名稱",
"ldap_signup.team_error": "請輸入團隊名稱",
@@ -1406,8 +1411,8 @@
"login.gitlab": "GitLab",
"login.google": "用 Google Apps 登入",
"login.invalidPassword": "密碼不正確。",
"login.ldapUsername": "LDAP 使用者名稱",
"login.ldapUsernameLower": "LDAP 使用者名稱",
"login.ldapUsername": "AD/LDAP 使用者名稱",
"login.ldapUsernameLower": "AD/LDAP 使用者名稱",
"login.noAccount": "沒有帳號嘛?",
"login.noEmail": "請輸入電子郵件地址",
"login.noEmailLdapUsername": "請輸入電子郵件地址或{ldapUsername}",
@@ -1474,7 +1479,7 @@
"navbar_dropdown.leave": "離開團隊",
"navbar_dropdown.logout": "登出",
"navbar_dropdown.manageMembers": "會員管理",
"navbar_dropdown.nativeApps": "Download Mattermost Apps",
"navbar_dropdown.nativeApps": "下載應用程式",
"navbar_dropdown.report": "回報錯誤",
"navbar_dropdown.switchTeam": "切換至 {team}",
"navbar_dropdown.switchTo": "切換至:",
@@ -1496,7 +1501,7 @@
"password_send.link": "<p>已寄送密碼重置連結到<b>{email}</b></p>",
"password_send.reset": "重置我的密碼",
"password_send.title": "密碼重設",
"pdf_preview.max_pages": "PDF 預覽只顯示前五頁。",
"pdf_preview.max_pages": "請下載以閱讀更多頁",
"pending_post_actions.cancel": "取消",
"pending_post_actions.retry": "重試",
"permalink.error.access": "此永久連結通往被刪除的訊息或是您沒有觀看權限的頻道。",
@@ -1563,6 +1568,10 @@
"search_results.because": "<ul><li>如果要搜尋部份語句(如搜尋\"rea\"以尋找\"reach\"或\"reaction\"),請在搜尋詞尾附上*。</li><li>為了減少收尋結果,兩個字母的搜尋跟常用字像\"this\"、\"a\"跟\"is\"不會顯示在結果當中。</li></ul>",
"search_results.noResults": "沒有任何結果。再嘗試一次?",
"search_results.usage": "<ul><li>用<b>\"雙引號\"</b>來搜尋語句</li><li>用<b>from:</b>來搜尋特定使用者的訊息,用<b>in:</b>來搜尋特定頻道</li></ul>",
"search_results.usageFlag1": "尚未標記任何訊息。",
"search_results.usageFlag2": "可以藉由按下位於時間戳記旁邊的這 ",
"search_results.usageFlag3": " 圖示來標記訊息跟註解。",
"search_results.usageFlag4": "標記是標注訊息以追蹤後續的功能。您的標記是屬於個人的,不會被其他使用者看到。",
"setting_item_max.cancel": "取消",
"setting_item_max.save": "儲存",
"setting_item_min.edit": "編輯",
@@ -1595,7 +1604,7 @@
"sidebar_right_menu.inviteNew": "邀請新成員",
"sidebar_right_menu.logout": "登出",
"sidebar_right_menu.manageMembers": "成員管理",
"sidebar_right_menu.nativeApps": "Download Mattermost Apps",
"sidebar_right_menu.nativeApps": "下載應用程式",
"sidebar_right_menu.recentMentions": "最近提及",
"sidebar_right_menu.report": "回報錯誤",
"sidebar_right_menu.switch_team": "選擇團隊",
@@ -1605,7 +1614,7 @@
"signup.email": "電子郵件跟密碼",
"signup.gitlab": "GitLab 單一登入",
"signup.google": "Google 帳號",
"signup.ldap": "LDAP 認證",
"signup.ldap": "AD/LDAP 認證",
"signup.office365": "Office 365",
"signup.title": "用下列之一建立帳號:",
"signup_team.choose": "您所屬的團隊:",
@@ -1647,7 +1656,7 @@
"signup_user_completed.validEmail": "請輸入一個有效的電子郵件位址",
"signup_user_completed.welcome": "歡迎使用:",
"signup_user_completed.whatis": "您的電子郵件地址是?",
"signup_user_completed.withLdap": "使用 LDAP 認證",
"signup_user_completed.withLdap": "使用 AD/LDAP 認證",
"sso_signup.find": "尋找我的團隊",
"sso_signup.gitlab": "用 GitLab 帳號建立團隊",
"sso_signup.google": "用 Google Apps 帳號建立團隊",
@@ -1732,7 +1741,7 @@
"user.settings.advance.on": "啟用",
"user.settings.advance.preReleaseDesc": "選用任何想預覽的預先發佈功能。更改後可能需要重新讀取頁面以生效。",
"user.settings.advance.preReleaseTitle": "預覽預先發佈功能",
"user.settings.advance.sendDesc": "啟用時,'Enter'是插入新行而'Ctrl + Enter'是貼文。",
"user.settings.advance.sendDesc": "啟用時,'Enter' 是插入新行而 'Ctrl + Enter' 是貼文。",
"user.settings.advance.sendTitle": "用 Ctrl + Enter 貼文",
"user.settings.advance.slashCmd_autocmp": "啟用外部程式以提供自動完成斜線命令",
"user.settings.advance.title": "進階設定",
@@ -1805,7 +1814,7 @@
"user.settings.general.emailHelp2": "系統管理員已停用電子郵件。在被啟用之前將不會有通知郵件寄出。",
"user.settings.general.emailHelp3": "電子郵件地址將會用在登入、通知跟重置密碼。",
"user.settings.general.emailHelp4": "驗證用電子郵件已寄出到 {email} 。",
"user.settings.general.emailLdapCantUpdate": "經由 LDAP 登入。無法變更電子郵件地址。通知將會寄送到 {email}。",
"user.settings.general.emailLdapCantUpdate": "經由 AD/LDAP 登入。無法變更電子郵件地址。通知將會寄送到 {email}。",
"user.settings.general.emailMatch": "您輸入的新電子郵件地址不一致。",
"user.settings.general.emailOffice365CantUpdate": "經由 Office 365 登入。無法變更電子郵件地址。通知將會寄送到 {email}。",
"user.settings.general.emailSamlCantUpdate": "經由 SAML 登入。無法變更電子郵件地址。通知將會寄送到 {email}。",
@@ -1820,7 +1829,7 @@
"user.settings.general.lastName": "姓氏",
"user.settings.general.loginGitlab": "已經由 GitLab 登入 ({email})",
"user.settings.general.loginGoogle": "已經由 Google 登入 ({email})",
"user.settings.general.loginLdap": "已經由 LDAP 登入 ({email})",
"user.settings.general.loginLdap": "已經由 AD/LDAP 登入 ({email})",
"user.settings.general.loginOffice365": "已經由 Office 365 登入 ({email})",
"user.settings.general.loginSaml": "已經由 SAML 登入 ({email})",
"user.settings.general.newAddress": "新電子郵件地址:{email}<br />請檢查電子郵件信箱以驗證上面的地址。",
@@ -1868,7 +1877,7 @@
"user.settings.notifications.comments": "回覆通知",
"user.settings.notifications.commentsAny": "我開啟或是有參與的討論串有回覆時觸發通知",
"user.settings.notifications.commentsInfo": "除了被提及的時候通知外,選擇是否要接受討論串回覆通知。",
"user.settings.notifications.commentsNever": "Do not trigger notifications on messages in reply threads unless I'm mentioned",
"user.settings.notifications.commentsNever": "回覆串訊息只有在提及時觸發通知。",
"user.settings.notifications.commentsRoot": "我開啟的討論串有訊息時觸發通知",
"user.settings.notifications.desktop": "發送桌面通知",
"user.settings.notifications.desktop.allFirefoxForever": "所有的活動,一直顯示",
@@ -1890,15 +1899,16 @@
"user.settings.notifications.desktop.title": "桌面通知",
"user.settings.notifications.desktop.unlimited": "無限制",
"user.settings.notifications.desktopSounds": "桌面通知音效",
"user.settings.notifications.email.everyHour": "每小時",
"user.settings.notifications.email.everyXMinutes": "每 {count} 分鐘",
"user.settings.notifications.email.immediately": "立即",
"user.settings.notifications.email.never": "永不",
"user.settings.notifications.email.send": "發送電子郵件通知",
"user.settings.notifications.emailBatchingInfo": "於所選的時間間隔內收到的通知將被合併成一封電子郵件寄送。",
"user.settings.notifications.emailInfo": "在離線或是離開 {siteName} 超過 5 分鐘時,會發送電子郵件以通知關於您的提及與直接訊息。",
"user.settings.notifications.emailNotifications": "電子郵件通知",
"user.settings.notifications.everyHour": "每小時",
"user.settings.notifications.everyXMinutes": "每 {count} 分鐘",
"user.settings.notifications.header": "通知",
"user.settings.notifications.immediately": "立即",
"user.settings.notifications.info": "Firefox、Safari、Chrome 可以使用桌面通知。",
"user.settings.notifications.never": "永不",
"user.settings.notifications.noWords": "沒有設定單字",
"user.settings.notifications.off": "關閉",
"user.settings.notifications.on": "啟用",
@@ -1937,9 +1947,9 @@
"user.settings.security.gitlab": "GitLab",
"user.settings.security.google": "Google",
"user.settings.security.lastUpdated": "最後一次更新於 {date} {time}",
"user.settings.security.ldap": "LDAP",
"user.settings.security.ldap": "AD/LDAP",
"user.settings.security.loginGitlab": "已經由 GitLab 登入",
"user.settings.security.loginLdap": "已經由 LDAP 登入",
"user.settings.security.loginLdap": "已經由 AD/LDAP 登入",
"user.settings.security.logoutActiveSessions": "觀看並登出使用中的工作階段",
"user.settings.security.method": "登入方式",
"user.settings.security.newPassword": "新密碼",
@@ -1967,7 +1977,7 @@
"user.settings.security.passwordErrorUppercaseNumberSymbol": "密碼最短必須有{min}個字元且至少有一個大寫英文字母、一個數字和一個符號(\"~!@#$%^&*()\")。",
"user.settings.security.passwordErrorUppercaseSymbol": "密碼最短必須有{min}個字元且至少有一個大寫英文字母和一個符號(\"~!@#$%^&*()\")。",
"user.settings.security.passwordGitlabCantUpdate": "經由 GitLab 登入。無法變更密碼。",
"user.settings.security.passwordLdapCantUpdate": "經由 LDAP 登入。無法變更密碼。",
"user.settings.security.passwordLdapCantUpdate": "經由 AD/LDAP 登入。無法變更密碼。",
"user.settings.security.passwordMatchError": "輸入的新密碼不一致。",
"user.settings.security.passwordMinLength": "無效的最短長度,無法顯示預覽。",
"user.settings.security.retypePassword": "再次輸入新密碼",
@@ -1975,7 +1985,7 @@
"user.settings.security.switchEmail": "切換至電子郵件地址及密碼",
"user.settings.security.switchGitlab": "改為使用 GitLab SSO",
"user.settings.security.switchGoogle": "改為使用 Google SSO",
"user.settings.security.switchLdap": "改為使用 LDAP",
"user.settings.security.switchLdap": "改為使用 AD/LDAP",
"user.settings.security.switchOffice365": "改為使用 Office 365 SSO",
"user.settings.security.switchSaml": "改為使用 SAML SSO",
"user.settings.security.title": "安全性設定",

Просмотреть файл

@@ -73,6 +73,10 @@ class IntegrationStore extends EventEmitter {
return this.outgoingWebhooks.get(teamId) || [];
}
getOutgoingWebhook(teamId, id) {
return this.getOutgoingWebhooks(teamId).filter((outgoingWebhook) => outgoingWebhook.id === id)[0];
}
setOutgoingWebhooks(teamId, outgoingWebhooks) {
this.outgoingWebhooks.set(teamId, outgoingWebhooks);
}
@@ -116,6 +120,10 @@ class IntegrationStore extends EventEmitter {
return this.commands.get(teamId) || [];
}
getCommand(teamId, id) {
return this.getCommands(teamId).filter((command) => command.id === id)[0];
}
setCommands(teamId, commands) {
this.commands.set(teamId, commands);
}