diff --git a/assets/base/i18n/de.json b/assets/base/i18n/de.json index 417a3264f..7c29a8cea 100644 --- a/assets/base/i18n/de.json +++ b/assets/base/i18n/de.json @@ -627,14 +627,17 @@ "admin.ldap.firstnameAttrDesc": "(Optional) Das Attribut im AD/LDAP-Serves, das dazu verwendet wird, den Vornamen von Nutzern in Mattermost zu füllen. Wenn aktiv, können Nutzer ihren Vornamen nicht ändern, da er mit dem LDAP-Server synchronisiert wird. Wenn nicht gesetzt, können Nutzer ihren eigenen Vornamen in den Kontoeinstellungen ändern.", "admin.ldap.firstnameAttrEx": "Z.B.: \"givenName\"", "admin.ldap.firstnameAttrTitle": "Attribut Vorname:", - "admin.ldap.idAttrDesc": "Das Attribut des AD/LDAP-Servers, welches von Mattermost als eindeutiger Identifikator benutzt wird. Es sollte ein AD/LDAP-Attribut sein, dessen Wert sich nicht ändert, z.B. Benutzername oder UID. Wenn sich die ID eines Benutzers ändert, wird Mattermost einen neues Konto erstellen, welches nicht mit dem Alten verbunden ist. Dieser Wert wird für die Anmeldung in Mattermost als \"AD/LDAP-Benutzername\" 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.idAttrDesc": "The attribute in the AD/LDAP server that will be used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one. If you need to change this after users have already logged in, you can use the CLI tool \"platform ldap idmigrate\"", + "admin.ldap.idAttrEx": "E.g.: \"objectGUID\"", "admin.ldap.idAttrTitle": "Attribut-ID: ", "admin.ldap.jobExtraInfo": "{ldapUsers} LDAP-Benutzer gescannt, {updateCount} aktualisiert, {deleteCount} deaktiviert", "admin.ldap.lastnameAttrDesc": "(Optional) Das Attribut im AD/LDAP-Server, das dazu verwendet wird, den Nachnamen von Nutzern in Mattermost zu füllen. Wenn aktiv, können Nutzer ihren Vornamen nicht ändern, da er mit dem LDAP-Server synchronisiert wird. Wenn nicht gesetzt, können Nutzer ihren eigenen Nachnamen in den Kontoeinstellungen ändern.", "admin.ldap.lastnameAttrEx": "Z.B.: \"sn\"", "admin.ldap.lastnameAttrTitle": "Attibut Nachname:", "admin.ldap.ldap_test_button": "AD/LDAP-Test", + "admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server that will be used by AD/LDAP users to login to Mattermost. This is the value used to log in to Mattermost in the \"AD/LDAP Username\" field on the sign in page. Normally this attribute is the same as the \"Username Attribute\" field above. If your team typically uses domain\\username to sign in to other services with AD/LDAP, you may choose to put domain\\username in this field to maintain consistency between sites.", + "admin.ldap.loginAttrTitle": "Login ID Attribute: ", + "admin.ldap.loginIdAttrEx": "Z.B.: \"sAMAccountName\"", "admin.ldap.loginNameDesc": "Der Platzhalter, der im Anmeldefeld der Anmeldeseite angezeigt wird. Standard ist \"AD/LDAP-Benutzername\".", "admin.ldap.loginNameEx": "Z.B.: \"AD/LDAP-Benutzername\"", "admin.ldap.loginNameTitle": "Name des Login-Feldes:", @@ -945,8 +948,6 @@ "admin.service.corsTitle": "Erlaube Cross Origin Requests von:", "admin.service.developerDesc": "Wenn wahr, werden Javascript Fehler in einer roten Zeile im oberen Bereich des Interfaces angezeigt. Nicht empfohlen für Produktionsumgebungen. ", "admin.service.developerTitle": "Aktiviere Entwickler Modus: ", - "admin.service.enableAPIv3": "Die Verwendung des API-v3-Endpunktes erlauben:", - "admin.service.enableAPIv3Description": "Auf falsch setzen um alle Endpunkte der Version 3 der REST API zu deaktivieren. Integrationen, die API v3 verwenden, werden nicht mehr funktionieren und können für die Migration zu API v4 identifiziert werden. API v3 ist überholt und wird in der nahen Zukunft entfernt werden. https://api.mattermost.com für mehr Details besuchen.", "admin.service.enforceMfaDesc": "Wenn wahr, wird Multi-Faktor-Authentifizierung für einen Login vorausgesetzt. Neue Benutzer werden aufgefordert MFA bei der Registrierung zu konfigurieren. Angemeldete Benutzer ohne eingerichtete MFA werden zur MFA-Einrichtungsseite weitergeleitet bis die Einrichtung abgeschlossen wurde.

Wenn es im System Benutzer mit einer anderen Anmeldemethode als AD/LDAP oder E-Mail gibt, muss MFA beim Authentifikationsprovider außerhalb von Mattermost erzwungen werden.", "admin.service.enforceMfaTitle": "Multi-Faktor-Authentifizierung erzwingen:", "admin.service.forward80To443": "Port 80 auf 443 weiterleiten:", @@ -1501,6 +1502,35 @@ "claim.oauth_to_email.pwdNotMatch": "Die Passwörter stimmen nicht überein.", "claim.oauth_to_email.switchTo": "Wechsel von {type} auf E-Mail-Adresse und Passwort", "claim.oauth_to_email.title": "Von {type}-Konto auf E-Mail wechseln", + "combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were added to the channel by {actor}.", + "combined_system_message.added_to_channel.one": "{firstUser} added to the channel by {actor}.", + "combined_system_message.added_to_channel.one_you": "You were added to the channel by {actor}.", + "combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} added to the channel by {actor}.", + "combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were added to the team by {actor}.", + "combined_system_message.added_to_team.one": "{firstUser} added to the team by {actor}.", + "combined_system_message.added_to_team.one_you": "You were added to the team by {actor}.", + "combined_system_message.added_to_team.two": "{firstUser} and {secondUser} added to the team by {actor}.", + "combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} joined the channel.", + "combined_system_message.joined_channel.one": "{firstUser} joined the channel.", + "combined_system_message.joined_channel.two": "{firstUser} and {secondUser} joined the channel.", + "combined_system_message.joined_team.many_expanded": "{users} and {lastUser} joined the team.", + "combined_system_message.joined_team.one": "{firstUser} joined the team.", + "combined_system_message.joined_team.two": "{firstUser} and {secondUser} joined the team.", + "combined_system_message.left_channel.many_expanded": "{users} and {lastUser} left the channel.", + "combined_system_message.left_channel.one": "{firstUser} left the channel.", + "combined_system_message.left_channel.two": "{firstUser} and {secondUser} left the channel.", + "combined_system_message.left_team.many_expanded": "{users} and {lastUser} left the team.", + "combined_system_message.left_team.one": "{firstUser} left the team.", + "combined_system_message.left_team.two": "{firstUser} and {secondUser} left the team.", + "combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were removed from the channel.", + "combined_system_message.removed_from_channel.one": "{firstUser} was removed from the channel.", + "combined_system_message.removed_from_channel.one_you": "You were removed from the channel.", + "combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were removed from the channel.", + "combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were removed from the team.", + "combined_system_message.removed_from_team.one": "{firstUser} was removed from the team.", + "combined_system_message.removed_from_team.one_you": "You were removed from the team.", + "combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were removed from the team.", + "combined_system_message.you": "You", "confirm_modal.cancel": "Abbrechen", "connecting_screen": "Verbindung wird aufgebaut", "convert_channel.cancel": "Nein, abbrechen", @@ -1933,6 +1963,16 @@ "invite_member.sending": " Sende", "invite_member.teamInviteLink": "Sie können außerdem Personen über den {link} einladen.", "katex.error": "Konnte ihren Latex-Code nicht kompilieren. Bitte kontrollieren Sie den Syntax und versuchen es erneut.", + "last_users_message.added_to_channel.type": "were added to the channel by {actor}.", + "last_users_message.added_to_team.type": "were added to the team by {actor}.", + "last_users_message.first": "{firstUser} and ", + "last_users_message.joined_channel.type": "joined the channel.", + "last_users_message.joined_team.type": "joined the team.", + "last_users_message.left_channel.type": "left the channel.", + "last_users_message.left_team.type": "left the team.", + "last_users_message.others": "{numOthers} others ", + "last_users_message.removed_from_channel.type": "were removed from the channel.", + "last_users_message.removed_from_team.type": "were removed from the team.", "ldap_signup.find": "Finde meine Teams", "ldap_signup.ldap": "Team mit AD/LDAP-Konto erstellen", "ldap_signup.length_error": "Der Name muss 3 bis 15 Zeichen enthalten", @@ -2715,6 +2755,7 @@ "suggestion.mention.unread.channels": "Ungelesene Kanäle", "suggestion.search.private": "Private Kanäle", "suggestion.search.public": "Öffentliche Kanäle", + "system_notice.adminVisible": "Only visible to System Admins", "system_notice.body.api3": "Falls Sie innerhalb der letzten zwei Jahre Erweiterungen erstellt oder installiert haben, finden Sie her aus, wie kommende Änderungen diese beeinflussen könnten.", "system_notice.dont_show": "Nicht erneut anzeigen", "system_notice.remind_me": "Später erinnern", diff --git a/assets/base/i18n/en.json b/assets/base/i18n/en.json index d9a08910f..82a9d75e2 100644 --- a/assets/base/i18n/en.json +++ b/assets/base/i18n/en.json @@ -627,14 +627,17 @@ "admin.ldap.firstnameAttrDesc": "(Optional) The attribute in the AD/LDAP server that will be used to populate the first name of users in Mattermost. When set, users will not be able to edit their first name, since it is synchronized with the LDAP server. When left blank, users can set their own first name in Account Settings.", "admin.ldap.firstnameAttrEx": "E.g.: \"givenName\"", "admin.ldap.firstnameAttrTitle": "First Name Attribute:", - "admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server that will be used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change, such as username or uid. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one. This is the value used to log in to Mattermost in the \"AD/LDAP Username\" field on the sign in page. Normally this attribute is the same as the \"Username Attribute\" field above. If your team typically uses domain\\\\username to sign in to other services with AD/LDAP, you may choose to put domain\\\\username in this field to maintain consistency between sites.", - "admin.ldap.idAttrEx": "E.g.: \"sAMAccountName\"", + "admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server that will be used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one. If you need to change this after users have already logged in, you can use the CLI tool \"platform ldap idmigrate\"", + "admin.ldap.idAttrEx": "E.g.: \"objectGUID\"", "admin.ldap.idAttrTitle": "ID Attribute: ", "admin.ldap.jobExtraInfo": "Scanned {ldapUsers} LDAP users, updated {updateCount}, deactivated {deleteCount}", "admin.ldap.lastnameAttrDesc": "(Optional) The attribute in the AD/LDAP server that will be used to populate the last name of users in Mattermost. When set, users will not be able to edit their last name, since it is synchronized with the LDAP server. When left blank, users can set their own last name in Account Settings.", "admin.ldap.lastnameAttrEx": "E.g.: \"sn\"", "admin.ldap.lastnameAttrTitle": "Last Name Attribute:", "admin.ldap.ldap_test_button": "AD/LDAP Test", + "admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server that will be used by AD/LDAP users to login to Mattermost. This is the value used to log in to Mattermost in the \"AD/LDAP Username\" field on the sign in page. Normally this attribute is the same as the \"Username Attribute\" field above. If your team typically uses domain\\username to sign in to other services with AD/LDAP, you may choose to put domain\\username in this field to maintain consistency between sites.", + "admin.ldap.loginAttrTitle": "Login ID Attribute: ", + "admin.ldap.loginIdAttrEx": "E.g.: \"sAMAccountName\"", "admin.ldap.loginNameDesc": "The placeholder text that appears in the login field on the login page. Defaults to \"AD/LDAP Username\".", "admin.ldap.loginNameEx": "E.g.: \"AD/LDAP Username\"", "admin.ldap.loginNameTitle": "Login Field Name:", @@ -667,7 +670,7 @@ "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.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 Login 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": "E.g.: \"(objectClass=user)\"", "admin.ldap.userFilterTitle": "User Filter:", @@ -945,8 +948,6 @@ "admin.service.corsTitle": "Enable cross-origin requests from:", "admin.service.developerDesc": "When true, JavaScript errors are shown in a purple bar at the top of the user interface. Not recommended for use in production. ", "admin.service.developerTitle": "Enable Developer Mode: ", - "admin.service.enableAPIv3": "Allow use of API v3 endpoints:", - "admin.service.enableAPIv3Description": "Set to false to disable all version 3 endpoints of the REST API. Integrations that rely on API v3 will fail and can then be identified for migration to API v4. API v3 is deprecated and will be removed in the near future. See https://api.mattermost.com for details.", "admin.service.enforceMfaDesc": "When true, multi-factor authentication is required for login. New users will be required to configure MFA on signup. Logged in users without MFA configured are redirected to the MFA setup page until configuration is complete.

If your system has users with login methods other than AD/LDAP and email, MFA must be enforced with the authentication provider outside of Mattermost.", "admin.service.enforceMfaTitle": "Enforce Multi-factor Authentication:", "admin.service.forward80To443": "Forward port 80 to 443:", @@ -1501,6 +1502,35 @@ "claim.oauth_to_email.pwdNotMatch": "Password do not match.", "claim.oauth_to_email.switchTo": "Switch {type} to email and password", "claim.oauth_to_email.title": "Switch {type} Account to Email", + "combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were added to the channel by {actor}.", + "combined_system_message.added_to_channel.one": "{firstUser} added to the channel by {actor}.", + "combined_system_message.added_to_channel.one_you": "You were added to the channel by {actor}.", + "combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} added to the channel by {actor}.", + "combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were added to the team by {actor}.", + "combined_system_message.added_to_team.one": "{firstUser} added to the team by {actor}.", + "combined_system_message.added_to_team.one_you": "You were added to the team by {actor}.", + "combined_system_message.added_to_team.two": "{firstUser} and {secondUser} added to the team by {actor}.", + "combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} joined the channel.", + "combined_system_message.joined_channel.one": "{firstUser} joined the channel.", + "combined_system_message.joined_channel.two": "{firstUser} and {secondUser} joined the channel.", + "combined_system_message.joined_team.many_expanded": "{users} and {lastUser} joined the team.", + "combined_system_message.joined_team.one": "{firstUser} joined the team.", + "combined_system_message.joined_team.two": "{firstUser} and {secondUser} joined the team.", + "combined_system_message.left_channel.many_expanded": "{users} and {lastUser} left the channel.", + "combined_system_message.left_channel.one": "{firstUser} left the channel.", + "combined_system_message.left_channel.two": "{firstUser} and {secondUser} left the channel.", + "combined_system_message.left_team.many_expanded": "{users} and {lastUser} left the team.", + "combined_system_message.left_team.one": "{firstUser} left the team.", + "combined_system_message.left_team.two": "{firstUser} and {secondUser} left the team.", + "combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were removed from the channel.", + "combined_system_message.removed_from_channel.one": "{firstUser} was removed from the channel.", + "combined_system_message.removed_from_channel.one_you": "You were removed from the channel.", + "combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were removed from the channel.", + "combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were removed from the team.", + "combined_system_message.removed_from_team.one": "{firstUser} was removed from the team.", + "combined_system_message.removed_from_team.one_you": "You were removed from the team.", + "combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were removed from the team.", + "combined_system_message.you": "You", "confirm_modal.cancel": "Cancel", "connecting_screen": "Connecting", "convert_channel.cancel": "No, cancel", @@ -1933,6 +1963,16 @@ "invite_member.sending": " Sending", "invite_member.teamInviteLink": "You can also invite people using the {link}.", "katex.error": "Couldn't compile your Latex code. Please review the syntax and try again.", + "last_users_message.added_to_channel.type": "were added to the channel by {actor}.", + "last_users_message.added_to_team.type": "were added to the team by {actor}.", + "last_users_message.first": "{firstUser} and ", + "last_users_message.joined_channel.type": "joined the channel.", + "last_users_message.joined_team.type": "joined the team.", + "last_users_message.left_channel.type": "left the channel.", + "last_users_message.left_team.type": "left the team.", + "last_users_message.others": "{numOthers} others ", + "last_users_message.removed_from_channel.type": "were removed from the channel.", + "last_users_message.removed_from_team.type": "were removed from the team.", "ldap_signup.find": "Find my teams", "ldap_signup.ldap": "Create team with AD/LDAP Account", "ldap_signup.length_error": "Name must be 3 or more characters up to a maximum of 15", @@ -2715,10 +2755,11 @@ "suggestion.mention.unread.channels": "Unread Channels", "suggestion.search.private": "Private Channels", "suggestion.search.public": "Public Channels", + "system_notice.adminVisible": "Only visible to System Admins", "system_notice.body.api3": "If you’ve created or installed integrations in the last two years, find out how upcoming changes may affect them.", "system_notice.dont_show": "Don't show again", "system_notice.remind_me": "Remind me later", - "system_notice.title": "System Message
from Mattermost", + "system_notice.title": "Notice
from Mattermost", "system_users_list.count": "{count, number} {count, plural, one {user} other {users}}", "system_users_list.countPage": "{startCount, number} - {endCount, number} {count, plural, one {user} other {users}} of {total, number} total", "system_users_list.countSearch": "{count, number} {count, plural, one {user} other {users}} of {total, number} total", diff --git a/assets/base/i18n/es.json b/assets/base/i18n/es.json index 313c358c8..996b1c686 100644 --- a/assets/base/i18n/es.json +++ b/assets/base/i18n/es.json @@ -627,14 +627,17 @@ "admin.ldap.firstnameAttrDesc": "(Opcional) el atributo en el servidor AD/LDAP que se utilizará para rellenar el nombre de los usuarios en Mattermost. Cuando se establece, los usuarios no serán capaces de editar su nombre, ya que se sincroniza con el servidor AD/LDAP. Cuando se deja en blanco, los usuarios pueden establecer su propio nombre en la Configuración de la Cuenta.", "admin.ldap.firstnameAttrEx": "Ej.: \"givenName\"", "admin.ldap.firstnameAttrTitle": "Atributo del Nombre:", - "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, 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 sitios.", - "admin.ldap.idAttrEx": "Ej.: \"sAMAccountName\"", + "admin.ldap.idAttrDesc": "El atributo en el servidor AD/LDAP que será utilizado como identificador único en Mattermost. Debería ser un atributo de AD/LDAP con un valor que no cambie. Si el atributo identificador para el usuario cambia, será creada una nueva cuenta de Mattermost y la cuenta anterior será desvinculada. Si necesitas cambiar este atributo una vez que el usuario ya inició sesión, puedes utilizar la herramienta CLI \"platform ldap idmigrate\"", + "admin.ldap.idAttrEx": "Ej: \"objectGUID\"", "admin.ldap.idAttrTitle": "Atributo ID: ", "admin.ldap.jobExtraInfo": "{ldapUsers} usuarios de LDAP escaneados, {updateCount} actualizados, {deleteCount} desactivados", "admin.ldap.lastnameAttrDesc": "(Opcional) el atributo en el servidor AD/LDAP que se utilizará para rellenar el apellido de los usuarios en Mattermost. Cuando se establece, los usuarios no serán capaces de editar su apellido, ya que se sincroniza con el servidor AD/LDAP. Cuando se deja en blanco, los usuarios pueden establecer su propio apellido en la Configuración de la Cuenta.", "admin.ldap.lastnameAttrEx": "Ej.: \"sn\"", "admin.ldap.lastnameAttrTitle": "Atributo Apellido:", "admin.ldap.ldap_test_button": "Probar AD/LDAP", + "admin.ldap.loginAttrDesc": "El atributo en el servidor AD/LDAP que será utilizado por los usuarios del AD/LDAP para iniciar sesión en Mattermost. Este valor es utilizado en el campo de \"Usuario AD/LDAP\" en la página de inicio de sesión en Mattermost . Normalmente este atributo es el mismo que el campo \"Atributo Nombre de Usuario\". Si tu equipo utiliza típicamente dominio\\usuario para iniciar sesión en otros servicios con AD/LDAP, puedes escoger ingresar dominio\\usuario en este campo para mantener consistencia entre los diferentes servicios.", + "admin.ldap.loginAttrTitle": "Atributo Login ID: ", + "admin.ldap.loginIdAttrEx": "Ej.: \"sAMAccountName\"", "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:", @@ -667,7 +670,7 @@ "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": "Prueba de AD/LDAP Satisfactoria", - "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.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 Login 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 inhabilitados es (&(objectCategory=Persona)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).", "admin.ldap.userFilterEx": "Ej: \"(objectClass=user)\"", "admin.ldap.userFilterTitle": "Filtro de Usuario:", @@ -945,8 +948,6 @@ "admin.service.corsTitle": "Habilitar la procedencia de las solicitudes cruzadas de:", "admin.service.developerDesc": "Cuando es verdadero, los errores de JavaScript se muestran en una barra púrpura en la parte superior de la interfaz de usuario. No se recomienda su uso en producción. ", "admin.service.developerTitle": "Habilitar modo de Desarrollador: ", - "admin.service.enableAPIv3": "Permitir el uso de la API v3:", - "admin.service.enableAPIv3Description": "Establece en falso para deshabilitar todos los endpoints de la versión 3 de la API REST. Las integraciones que se basan en la API v3 fallarán y entonces pueden ser identificados para la migración a la API de v4. API v3 es obsoleto y será eliminado en el futuro cercano. Revisa https://api.mattermost.com para más detalles.", "admin.service.enforceMfaDesc": "Cuando es verdadero, la autenticación de múltiples factores es requerida para iniciar sesión. Nuevos usuarios tendrán que configurar MFA cuando se registran. Los usuarios con sesiones iniciadas sin MFA configurado serán enviados a la página de configuración de MFA hasta que la configuración haya sido completada.

Si su sistema tiene usuarios con sesiones iniciadas cuyo métodos son diferentes a AD/LDAP o correo electrónico, La imposición de MFA debe realizarse en el proveedor de autenticación fuera de Mattermost.", "admin.service.enforceMfaTitle": "Imponer la Autenticación de Múltiples factores:", "admin.service.forward80To443": "Redirigir el puerto 80 a 443:", @@ -1501,6 +1502,35 @@ "claim.oauth_to_email.pwdNotMatch": "Las contraseñas no coinciden.", "claim.oauth_to_email.switchTo": "Cambiar {type} a correo electrónico y contraseña", "claim.oauth_to_email.title": "Cambiar la cuenta de {type} a Correo Electrónico", + "combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were added to the channel by {actor}.", + "combined_system_message.added_to_channel.one": "{firstUser} added to the channel by {actor}.", + "combined_system_message.added_to_channel.one_you": "You were added to the channel by {actor}.", + "combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} added to the channel by {actor}.", + "combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were added to the team by {actor}.", + "combined_system_message.added_to_team.one": "{firstUser} added to the team by {actor}.", + "combined_system_message.added_to_team.one_you": "You were added to the team by {actor}.", + "combined_system_message.added_to_team.two": "{firstUser} and {secondUser} added to the team by {actor}.", + "combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} joined the channel.", + "combined_system_message.joined_channel.one": "{firstUser} joined the channel.", + "combined_system_message.joined_channel.two": "{firstUser} and {secondUser} joined the channel.", + "combined_system_message.joined_team.many_expanded": "{users} and {lastUser} joined the team.", + "combined_system_message.joined_team.one": "{firstUser} joined the team.", + "combined_system_message.joined_team.two": "{firstUser} and {secondUser} joined the team.", + "combined_system_message.left_channel.many_expanded": "{users} and {lastUser} left the channel.", + "combined_system_message.left_channel.one": "{firstUser} left the channel.", + "combined_system_message.left_channel.two": "{firstUser} and {secondUser} left the channel.", + "combined_system_message.left_team.many_expanded": "{users} and {lastUser} left the team.", + "combined_system_message.left_team.one": "{firstUser} left the team.", + "combined_system_message.left_team.two": "{firstUser} and {secondUser} left the team.", + "combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were removed from the channel.", + "combined_system_message.removed_from_channel.one": "{firstUser} was removed from the channel.", + "combined_system_message.removed_from_channel.one_you": "You were removed from the channel.", + "combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were removed from the channel.", + "combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were removed from the team.", + "combined_system_message.removed_from_team.one": "{firstUser} was removed from the team.", + "combined_system_message.removed_from_team.one_you": "You were removed from the team.", + "combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were removed from the team.", + "combined_system_message.you": "You", "confirm_modal.cancel": "Cancelar", "connecting_screen": "Conectando", "convert_channel.cancel": "No, cancelar", @@ -1933,6 +1963,16 @@ "invite_member.sending": " Enviando", "invite_member.teamInviteLink": "También puedes invitar personas usando el {link}.", "katex.error": "No se pudo compilar tu código Latex. Por favor revisa la sintaxis e intenta de nuevo.", + "last_users_message.added_to_channel.type": "were added to the channel by {actor}.", + "last_users_message.added_to_team.type": "were added to the team by {actor}.", + "last_users_message.first": "{firstUser} and ", + "last_users_message.joined_channel.type": "joined the channel.", + "last_users_message.joined_team.type": "joined the team.", + "last_users_message.left_channel.type": "left the channel.", + "last_users_message.left_team.type": "left the team.", + "last_users_message.others": "{numOthers} others ", + "last_users_message.removed_from_channel.type": "were removed from the channel.", + "last_users_message.removed_from_team.type": "were removed from the team.", "ldap_signup.find": "Encontrar mis equipos", "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", @@ -2715,10 +2755,11 @@ "suggestion.mention.unread.channels": "Canales sin Leer", "suggestion.search.private": "Canales Privados", "suggestion.search.public": "Canales Públicos", + "system_notice.adminVisible": "Sólo visible a Administradores del Sistema", "system_notice.body.api3": "Si creaste o instalaste una integración en los últimos dos años, averigua como los nuevos cambios pueden afectar dichas integraciones.", "system_notice.dont_show": "No volver a mostrar", "system_notice.remind_me": "Recordármelo más tarde", - "system_notice.title": "Mensaje del Sistema
proveniente de Mattermost", + "system_notice.title": "Nota
de Mattermost", "system_users_list.count": "{count, number} {count, plural, one {usuario} other {usuarios}}", "system_users_list.countPage": "{startCount, number} - {endCount, number} {count, plural, one {usuario} other {usuarios}} de {total, number} total", "system_users_list.countSearch": "{count, number} {count, plural, one {usuario} other {usuarios}} de {total, number} total", diff --git a/assets/base/i18n/fr.json b/assets/base/i18n/fr.json index 953c191a1..d2f611ae3 100644 --- a/assets/base/i18n/fr.json +++ b/assets/base/i18n/fr.json @@ -627,14 +627,17 @@ "admin.ldap.firstnameAttrDesc": "(Facultatif) L'attribut du serveur AD/LDAP qui est utilisé pour les prénoms des utilisateurs de Mattermost. Lorsque défini, les utilisateurs ne peuvent pas éditer leur prénom étant donné qu'il est alors synchronisé avec le serveur LDAP. Lorsque laissé vide, les utilisateurs peuvent définir leur propre prénom dans les paramètres du compte.", "admin.ldap.firstnameAttrEx": "Ex. : « givenName »", "admin.ldap.firstnameAttrTitle": "Attribut prénom", - "admin.ldap.idAttrDesc": "L'attribut du serveur AD/LDAP utilisé comme identifiant unique d'utilisateur dans Mattermost. Il doit être un attribut AD/LDAP dont la valeur ne change pas, tel que le nom d'utilisateur ou l'uid. Si l'attribut ID de l'utilisateur change, cela créera un nouveau compte Mattermost sans lien avec l'ancien utilisateur. Il s'agit de la valeur à spécifier dans le champ \"Nom d'utilisateur AD/LDAP\" sur la page de connexion. Normalement cet attribut est le même que celui du \"Attribut nom d'utilisateur\" ci-dessus. Si votre équipe utilise le format domaine\\\\nom utilisateur pour se connecter à d'autres services avec AD/LDAP, vous pouvez utiliser domaine\\\\nom utilisateur dans ce champ pour garder la cohérence entre vos différents sites.", - "admin.ldap.idAttrEx": "Ex. : « sAMAccountName »", + "admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server that will be used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one. If you need to change this after users have already logged in, you can use the CLI tool \"platform ldap idmigrate\"", + "admin.ldap.idAttrEx": "E.g.: \"objectGUID\"", "admin.ldap.idAttrTitle": "Attribut id : ", "admin.ldap.jobExtraInfo": "{ldapUsers} utilisateurs LDAP scannés, {updateCount} mis à jour, {deleteCount} désactivés", "admin.ldap.lastnameAttrDesc": "(Facultatif) L'attribut du serveur AD/LDAP qui est utilisé pour les noms de famille des utilisateurs de Mattermost. Lorsque défini, les utilisateurs ne peuvent pas éditer leur nom de famille étant donné qu'il est alors synchronisé avec le serveur LDAP. Lorsque laissé vide, les utilisateurs peuvent définir leur propre nom de famille dans les paramètres du compte.", "admin.ldap.lastnameAttrEx": "Ex. : « sn »", "admin.ldap.lastnameAttrTitle": "Last Name Attribute :", "admin.ldap.ldap_test_button": "Test d'AD/LDAP", + "admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server that will be used by AD/LDAP users to login to Mattermost. This is the value used to log in to Mattermost in the \"AD/LDAP Username\" field on the sign in page. Normally this attribute is the same as the \"Username Attribute\" field above. If your team typically uses domain\\username to sign in to other services with AD/LDAP, you may choose to put domain\\username in this field to maintain consistency between sites.", + "admin.ldap.loginAttrTitle": "Login ID Attribute: ", + "admin.ldap.loginIdAttrEx": "Ex. : « sAMAccountName »", "admin.ldap.loginNameDesc": "L’espace texte réservé apparaît dans le champ de connexion sur la page de connexion. Par défaut \"AD/LDAP Nom d'utilisateur\".", "admin.ldap.loginNameEx": "Ex. : « nom d’utilisateur AD/LDAP »", "admin.ldap.loginNameTitle": "Champ de connexion :", @@ -945,8 +948,6 @@ "admin.service.corsTitle": "Autoriser les requêtes cross-origin depuis :", "admin.service.developerDesc": "Lorsqu'activé, les erreurs Javascript sont affichées dans une barre violette en haut de l'interface utilisateur. Ceci n'est pas recommandé dans un environnement de production.", "admin.service.developerTitle": "Activer le mode développeur : ", - "admin.service.enableAPIv3": "Autoriser l'utilisation des nœuds de la version 3 de l'API :", - "admin.service.enableAPIv3Description": "Lorsque désactivé, tous les nœuds de la version de 3 de l'API REST sont désactivés. Les intégrations s'appuyant sur l'API v3 ne fonctionnent plus et doivent alors être identifiées pour être migrées vers l'API v4. L'API v3 est obsolète et sera supprimée dans une prochaine version de Mattermost. Rendez-vous sur https://api.mattermost.com pour plus de détails.", "admin.service.enforceMfaDesc": "Lorsqu'activé, l'authentification multi-facteurs (MFA) est requise pour la connexion. Les nouveaux utilisateurs doivent configurer MFA lors de leur inscription. Les utilisateurs connectés sans MFA configuré sont redirigés vers la page de configuration MFA jusqu'à ce que la configuration soit terminée.

Si votre système dispose d'utilisateurs se connectant autrement que par AD/LDAP ou une adresse e-mail, MFA doit être appliqué avec un fournisseur d'authentification extérieur à Mattermost.", "admin.service.enforceMfaTitle": "Imposer l'authentification multi-facteurs :", "admin.service.forward80To443": "Rediriger le port 80 sur le port 443 :", @@ -1501,6 +1502,35 @@ "claim.oauth_to_email.pwdNotMatch": "Le mot de passe ne correspond pas.", "claim.oauth_to_email.switchTo": "Basculer le type de connexion de {type} vers le couple adresse e-mail et mot de passe", "claim.oauth_to_email.title": "Basculer la connexion de type {type} vers l'utilisation d'une adresse e-mail", + "combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were added to the channel by {actor}.", + "combined_system_message.added_to_channel.one": "{firstUser} added to the channel by {actor}.", + "combined_system_message.added_to_channel.one_you": "You were added to the channel by {actor}.", + "combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} added to the channel by {actor}.", + "combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were added to the team by {actor}.", + "combined_system_message.added_to_team.one": "{firstUser} added to the team by {actor}.", + "combined_system_message.added_to_team.one_you": "You were added to the team by {actor}.", + "combined_system_message.added_to_team.two": "{firstUser} and {secondUser} added to the team by {actor}.", + "combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} joined the channel.", + "combined_system_message.joined_channel.one": "{firstUser} joined the channel.", + "combined_system_message.joined_channel.two": "{firstUser} and {secondUser} joined the channel.", + "combined_system_message.joined_team.many_expanded": "{users} and {lastUser} joined the team.", + "combined_system_message.joined_team.one": "{firstUser} joined the team.", + "combined_system_message.joined_team.two": "{firstUser} and {secondUser} joined the team.", + "combined_system_message.left_channel.many_expanded": "{users} and {lastUser} left the channel.", + "combined_system_message.left_channel.one": "{firstUser} left the channel.", + "combined_system_message.left_channel.two": "{firstUser} and {secondUser} left the channel.", + "combined_system_message.left_team.many_expanded": "{users} and {lastUser} left the team.", + "combined_system_message.left_team.one": "{firstUser} left the team.", + "combined_system_message.left_team.two": "{firstUser} and {secondUser} left the team.", + "combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were removed from the channel.", + "combined_system_message.removed_from_channel.one": "{firstUser} was removed from the channel.", + "combined_system_message.removed_from_channel.one_you": "You were removed from the channel.", + "combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were removed from the channel.", + "combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were removed from the team.", + "combined_system_message.removed_from_team.one": "{firstUser} was removed from the team.", + "combined_system_message.removed_from_team.one_you": "You were removed from the team.", + "combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were removed from the team.", + "combined_system_message.you": "You", "confirm_modal.cancel": "Annuler", "connecting_screen": "Connexion en cours", "convert_channel.cancel": "Non, annuler", @@ -1933,6 +1963,16 @@ "invite_member.sending": " Envoi en cours", "invite_member.teamInviteLink": "Vous pouvez également inviter des membres en utilisant le {link}.", "katex.error": "Impossible de compiler votre code LaTeX. Veuillez vérifier la syntaxe et réessayez.", + "last_users_message.added_to_channel.type": "were added to the channel by {actor}.", + "last_users_message.added_to_team.type": "were added to the team by {actor}.", + "last_users_message.first": "{firstUser} and ", + "last_users_message.joined_channel.type": "joined the channel.", + "last_users_message.joined_team.type": "joined the team.", + "last_users_message.left_channel.type": "left the channel.", + "last_users_message.left_team.type": "left the team.", + "last_users_message.others": "{numOthers} others ", + "last_users_message.removed_from_channel.type": "were removed from the channel.", + "last_users_message.removed_from_team.type": "were removed from the team.", "ldap_signup.find": "Trouver mes équipes", "ldap_signup.ldap": "Créer une nouvelle équipe avec un compte AD/LDAP", "ldap_signup.length_error": "Le nom doit contenir de 3 à 15 caractères", @@ -2715,6 +2755,7 @@ "suggestion.mention.unread.channels": "Canaux non lus", "suggestion.search.private": "Canaux privés", "suggestion.search.public": "Canaux publics", + "system_notice.adminVisible": "Only visible to System Admins", "system_notice.body.api3": "Si vous avez créé ou installé des intégrations durant les deux dernières années, veuillez consulter les futurs changements qui pourraient les affecter.", "system_notice.dont_show": "Ne plus montrer", "system_notice.remind_me": "Me le rappeler plus tard", diff --git a/assets/base/i18n/it.json b/assets/base/i18n/it.json index 8d2b46231..3df8aeba4 100644 --- a/assets/base/i18n/it.json +++ b/assets/base/i18n/it.json @@ -627,14 +627,17 @@ "admin.ldap.firstnameAttrDesc": "(Opzionale) L'attributo usato nel server AD/LDAP che verrà utilizzato per popolare il campo nome proprio degli utenti in Mattermost. Quando abilitato, gli utenti non saranno in grado di modificare il loro nome proprio poichè sincronizzato con il server LDAP. Quando lasciato vuoto, gli utenti possono impostare il nome proprio nelle Impostazioni Account.", "admin.ldap.firstnameAttrEx": "Es.: \"givenName\"", "admin.ldap.firstnameAttrTitle": "Attributo nome:", - "admin.ldap.idAttrDesc": "L'attributo del server AD/LDAP che sarà usato come identificatore univoco in Mattermost. Deve essere un attributo AD/LDAP con un valore che non cambia, come un nome utente oppure un uid. Se l'attributo ID di un utente cambia, verrà creato un nuovo account Mattermost dissociato dal vecchio account. Questo è il valore usato per entrare in Mattermost nel campo \"Nome utente AD/LDAP\" presente sulla pagina di accesso. Normalmente questo attributo è lo stesso dell'attributo \"Nome utente\" sopra specificato. Se il tuo gruppo utilizza tipicamente il formato dominio\\\\nomeutente per l'accesso ad altri servizi con AD/LDAP, puoi scegliere di inserire la voce dominio\\\\nomeutente in questo campo e mantenere la coerenza tra i siti.", - "admin.ldap.idAttrEx": "Es.: \"sAMAccountName\"", + "admin.ldap.idAttrDesc": "L'attributo nel server AD/LDAP che verrà utilizzato come identificatore univoco in Mattermost. Deve essere un attributo AD/LDAP con un valore che non cambia. Se l'attributo ID di un utente cambia, verrà creato un nuovo account Mattermost dissociato da quello vecchio. Se necessiti di cambiare l'id dopo che l'utente ha già effettuato un login, puoi utilizzare lo strumento da riga di comando \"platform ldap idmigrate\"", + "admin.ldap.idAttrEx": "E.s: \"objectGUID\"", "admin.ldap.idAttrTitle": "Attributo ID: ", "admin.ldap.jobExtraInfo": "Scansionati utenti LDAP {ldapUsers}, aggiornati {updateCount}, disattivati {deleteCount}", "admin.ldap.lastnameAttrDesc": "(Opzionale) L'attributo del server AD/LDAP che verrà usato per popolare il cognome degli utenti in Mattermost. Quando impostato, gli utenti non potranno modificare il loro cognome perché sarà sincronizzato con il server LDAP. Se lasciato vuoto gli utenti potranno impostare il loro cognome dalle Impostazioni Account.", "admin.ldap.lastnameAttrEx": "Es.: \"sn\"", "admin.ldap.lastnameAttrTitle": "Cognome:", "admin.ldap.ldap_test_button": "Test AD/LDAP", + "admin.ldap.loginAttrDesc": "L'attributo nel server AD/LDAP che verrà utilizzato dagli utenti AD/LDAP per eseguire il login su Mattermost. Questo è il valore per eseguire il login in Mattermost, impostato nel campo \"Nome utente AD/LDAP\" nella pagina di login. Normalmente questo attributo è lo stesso del campo \"Attributo username\" qui sopra. Se il gruppo utilizza dominio\\username per eseguire il login ad altri servizi AD/LDAP, puoi scegliere di utilizzare dominio\\username in questo campo per mantenere la coerenza tra i siti.", + "admin.ldap.loginAttrTitle": "Attributo Login ID: ", + "admin.ldap.loginIdAttrEx": "E.s.: \"sAMAccountName\"", "admin.ldap.loginNameDesc": "Il segnaposto che appare nel campo login sulla pagina login. Predefinito \"Nome utente AD/LDAP \".", "admin.ldap.loginNameEx": "Es.: \"AD/LDAP Username\"", "admin.ldap.loginNameTitle": "Nome del campo login:", @@ -936,8 +939,8 @@ "admin.service.attemptDescription": "Numero di tentativi di login possibilit prima che l'account utente venga bloccato e sia necessario reimpostare la password via email.", "admin.service.attemptExample": "Es.: \"10\"", "admin.service.attemptTitle": "Numero massimo tentativi di login:", - "admin.service.cmdsDesc": "Se vero, comandi con slash personalizzati saranno ammessi. Consultare la documentazione per maggiori informazioni.", - "admin.service.cmdsTitle": "Abilita Comandi con Slash Personalizzati: ", + "admin.service.cmdsDesc": "Se vero, i comandi slash personalizzati saranno ammessi. Consultare la documentazione per maggiori informazioni.", + "admin.service.cmdsTitle": "Abilita Comandi Slash Personalizzati: ", "admin.service.complianceExportDesc": "Se vero, Mattermost genererà un file di esportazione conforme che conterrà tutti i messaggi pubblicati nelle ultime 24 ore. Il lavoro di esportazione viene eseguito una volta al giorno. Vedere la documentazione per ulteriori informazioni.", "admin.service.complianceExportTitle": "Abilita esportazione conforme:", "admin.service.corsDescription": "Abilita richieste HTTP Cross origin da uno specifico dominio. Usa \"*\" se vuoi ammettere CORS da qualsiasi dominio o lasciare non compilato per disabilitarlo.", @@ -945,22 +948,20 @@ "admin.service.corsTitle": "Abilita richieste cross-origin da:", "admin.service.developerDesc": "Quando abilitato, gli errori JavaScript vengono mostrati all'interno di una barra rossa nella parte alta dell'interfaccia utente. Uso non raccomandato in produzione. ", "admin.service.developerTitle": "Abilita Modalità Sviluppatore: ", - "admin.service.enableAPIv3": "Consenti l'utilizzo delle API versione 3:", - "admin.service.enableAPIv3Description": "Imposta a falso per disattivare la versione 3 delle API REST. Le integrazioni che si basano sulle API v3 smetteranno di funzionare e potranno essere identificate per essere migrate alle API v4. Le API v3 sono considerate deprecate e saranno rimosse nelle prossime release. Vedere https://api.mattermost.com per ulteriori dettagli.", "admin.service.enforceMfaDesc": "Quando vero, per effettuare il login è necessario usareautenticazione multi-fattore. I nuovi utenti saranno obbligati ad impostare MFA durante l'iscrizione. Gli utenti che hanno già eseguito l'accesso senza MFA saranno confinati nella pagina di impostazione MFA fino al completamento della procedura.

Se il tuo sistema comprende utenti con meccanismi di login diversi da AD/LDAP ed email, MFA dovrà essere forzato tramite il provider di autenticazione all'infuori di Mattermost.", "admin.service.enforceMfaTitle": "Forza Autenticazione Multifattore:", "admin.service.forward80To443": "Inoltra porta 80 su 443:", "admin.service.forward80To443Description": "Inoltra tutto il traffico non sicuro dalla porta 80 alla porta sicura 443. Non consigliato se si utilizza un server proxy.", - "admin.service.forward80To443Description.disabled": "Inoltra tutto il traffico dalla porta 80 a porta sicura 443. Non consigliato se si utilizza un server proxy.

Questa impostazione non può essere attivata se il server non è in ascolto sulla porta 443.", + "admin.service.forward80To443Description.disabled": "Inoltra tutto il traffico dalla porta 80 alla porta sicura 443. Non consigliato se si utilizza un server proxy.

Questa impostazione non può essere attivata se il server non è in ascolto sulla porta 443.", "admin.service.googleDescription": "Imposta questa chiave per abilitare la visualizzazione dei titoli incorporati nelle anteprime YouTube. Senza la chiave, le anteprime YouTube saranno basate sui collegamenti che appariranno in messaggi o commenti ma senza mostrare il titolo del video. Visualizzare il Tutorial Google Developers per istruzioni su come ottenere una chiave a aggiungere YouTube Data API v3 come servizio alla chiave.", "admin.service.googleExample": "Es.: \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"", "admin.service.googleTitle": "Chiave API Google:", - "admin.service.iconDescription": "Quando vero, webhooks, comandi slash ed altre integrazioni come Zapier, saranno messe in grado di modificare l'immagine di profilo con cui postano. Nota: in concomitanza con l'abilitazione delle integrazioni per l'override dei nomi utenti, gli utenti potrebbero essere in grado di eseguire attacchi di phishing tentando di impersonare altri utenti.", + "admin.service.iconDescription": "Quando vero, webhooks, comandi slash ed altre integrazioni come Zapier, saranno messe in grado di modificare l'immagine di profilo con cui pubblicano. Nota: in concomitanza con l'abilitazione delle integrazioni per l'override dei nomi utenti, gli utenti potrebbero essere in grado di eseguire attacchi di phishing tentando di impersonare altri utenti.", "admin.service.iconTitle": "Abilita integrazioni per l'override delle immagini profilo:", "admin.service.insecureTlsDesc": "Se vero, qualsiasi richiesta HTTPS in uscita, accetterà senza verifica certificati self-signed. Per esempio, verranno ammessi webhook in uscita verso server provvisti di certificato self-signed per un qualsiasi dominio. Da notare che questo renderà queste eventuali connessioni suscettibili ad attacchi di tipo man-in-the-middle.", "admin.service.insecureTlsTitle": "Abilita Connessioni in Uscita Non Sicure: ", "admin.service.integrationAdmin": "Abilita restrizioni nella gestione delle integrazione da parte degli Amministratori:", - "admin.service.integrationAdminDesc": "Quando vero, webhooks e comandi slash possono solo essere creati, modificati e visualizzati da Amministratori di Sistema, di gruppo, Applicazioni di OAuth 2.0 di Amministratori di Sistema. Le integrazione sono disponibili a tutti gli utenti dopo essere state create dagli Amministratori.", + "admin.service.integrationAdminDesc": "Quando vero, webhooks e comandi slash possono solo essere creati, modificati e visualizzati dagli Amministratori di Sistema, dagli amministratori di gruppo, dalle applicazioni OAuth 2.0. Le integrazioni sono disponibili a tutti gli utenti dopo essere state create dagli Amministratori.", "admin.service.internalConnectionsDesc": "In ambiente di test, come nel caso di sviluppo di integrazioni locali, utilizzare questo parametro per specificare il dominio, gli indirizzi IP o la notazione CIDR per permettere connessioni interni.Non raccomandato l'utilizzo in produzione poiché può essere permesso agli utenti di estrarre dati confidenziali dal server o dalla rete interna.

Per impostazione predefinita, gli URL forniti dall'utente come quelli utilizzati per Open Graph, i webhook o i comandi slash non sono autorizzati a connettersi a indirizzi riservati, inclusi gli indirizzi di loopback i gli indirizzi locali utilizzati per la rete interna. Le notifiche push, OAuth 2.0 e WebRTC sono verificati e non vengono influenzati da questa impostazione.", "admin.service.internalConnectionsEx": "webhooks.interno.esempio.com 127.0.0.1 10.10.16.0/28", "admin.service.internalConnectionsTitle": "Consenti connessioni interne non verificate a: ", @@ -973,11 +974,11 @@ "admin.service.mfaTitle": "Forza Autenticazione Multi-fattore:", "admin.service.mobileSessionDays": "Durata sessione mobile (giorni):", "admin.service.mobileSessionDaysDesc": "Il numero di giorni trascorsi dall'ultima volta in cui un utente ha inserito le proprie credenziali e la scadenza della sessione utente. Dopo aver modificato questa impostazione, la nuova durata sessione sarà attiva a partire dalla prossima volta in cui l'utente avrà inserito le proprio credenziali.", - "admin.service.outWebhooksDesc": "Se vero, comandi con slash personalizzati saranno ammessi. Consultare la documentazione per maggiori informazioni.", + "admin.service.outWebhooksDesc": "Se vero, i comandi slash personalizzati saranno ammessi. Consultare la documentazione per maggiori informazioni.", "admin.service.outWebhooksTitle": "Abilita Webhook in uscita: ", - "admin.service.overrideDescription": "Quando vero, webhooks, comandi slash ed altre integrazioni come Zapier, saranno messe in grado di modificare l'immagine di profilo con cui postano. Nota: in concomitanza con l'abilitazione delle integrazioni per l'override dei nomi utenti, gli utenti potrebbero essere in grado di eseguire attacchi di phishing tentando di impersonare altri utenti.", + "admin.service.overrideDescription": "Se vero, webhooks, comandi slash ed altre integrazioni come Zapier, saranno messe in grado di modificare l'immagine di profilo con cui pubblicano. Nota: in concomitanza con l'abilitazione delle integrazioni per l'override dei nomi utenti, gli utenti potrebbero essere in grado di eseguire attacchi di phishing tentando di impersonare altri utenti.", "admin.service.overrideTitle": "Abilita integrazioni per l'override dei nome utente:", - "admin.service.readTimeout": "Timeout Lettura:", + "admin.service.readTimeout": "Timeout lettura:", "admin.service.readTimeoutDescription": "Tempo massimo ammesso da quando la connessione è stata accettata a quando la il body della richiesta è stato completamente letto.", "admin.service.securityDesc": "Se vero, gli Amministratori di Sistema sono notificati tramite email se delle importanti fix di sicurezza sono stati annunciate nelle ultime 12 ore. Le email devono essere attive.", "admin.service.securityTitle": "Abilita notifiche di sicurezza: ", @@ -1009,7 +1010,7 @@ "admin.service.webSessionDaysDesc": "Il numero di giorni trascorsi dall'ultima volta in cui un utente ha inserito le proprie credenziali e la scadenza della sessione utente. Dopo aver modificato questa impostazione, la nuova durata sessione sarà attiva a partire dalla prossima volta in cui l'utente avrà inserito le proprio credenziali.", "admin.service.webhooksDescription": "Se vero, le richieste webhook in ingresso sono consentite. Per prevenire gli attacchi di phishing, tutte le pubblicazioni da webhooks saranno etichettati da un tag BOT. vedere la documentazione per ulteriori informazioni.", "admin.service.webhooksTitle": "Abilita Webhook in ingresso: ", - "admin.service.writeTimeout": "Timeout in scrittura:", + "admin.service.writeTimeout": "Timeout scrittura:", "admin.service.writeTimeoutDescription": "Se si utilizza HTTP (non sicuro), è il tempo massimo che può trascorre da quando l'intestazione della richiesta viene letta a quando la risposta viene scritta. Se si utilizza HTTPS è il tempo totale da quando la connessione è accettata a quando la risposta viene inviata.", "admin.set_by_env": "Questa impostazione è stata impostata tramite una variabile d'ambiente. Non può essere cambiata dalla Console di Sistema.", "admin.sidebar.advanced": "Avanzate", @@ -1501,6 +1502,35 @@ "claim.oauth_to_email.pwdNotMatch": "Le password non corrispondono.", "claim.oauth_to_email.switchTo": "Cambia {type} ad email e password", "claim.oauth_to_email.title": "Cambia account {type} a Email", + "combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were added to the channel by {actor}.", + "combined_system_message.added_to_channel.one": "{firstUser} added to the channel by {actor}.", + "combined_system_message.added_to_channel.one_you": "You were added to the channel by {actor}.", + "combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} added to the channel by {actor}.", + "combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were added to the team by {actor}.", + "combined_system_message.added_to_team.one": "{firstUser} added to the team by {actor}.", + "combined_system_message.added_to_team.one_you": "You were added to the team by {actor}.", + "combined_system_message.added_to_team.two": "{firstUser} and {secondUser} added to the team by {actor}.", + "combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} joined the channel.", + "combined_system_message.joined_channel.one": "{firstUser} joined the channel.", + "combined_system_message.joined_channel.two": "{firstUser} and {secondUser} joined the channel.", + "combined_system_message.joined_team.many_expanded": "{users} and {lastUser} joined the team.", + "combined_system_message.joined_team.one": "{firstUser} joined the team.", + "combined_system_message.joined_team.two": "{firstUser} and {secondUser} joined the team.", + "combined_system_message.left_channel.many_expanded": "{users} and {lastUser} left the channel.", + "combined_system_message.left_channel.one": "{firstUser} left the channel.", + "combined_system_message.left_channel.two": "{firstUser} and {secondUser} left the channel.", + "combined_system_message.left_team.many_expanded": "{users} and {lastUser} left the team.", + "combined_system_message.left_team.one": "{firstUser} left the team.", + "combined_system_message.left_team.two": "{firstUser} and {secondUser} left the team.", + "combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were removed from the channel.", + "combined_system_message.removed_from_channel.one": "{firstUser} was removed from the channel.", + "combined_system_message.removed_from_channel.one_you": "You were removed from the channel.", + "combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were removed from the channel.", + "combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were removed from the team.", + "combined_system_message.removed_from_team.one": "{firstUser} was removed from the team.", + "combined_system_message.removed_from_team.one_you": "You were removed from the team.", + "combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were removed from the team.", + "combined_system_message.you": "You", "confirm_modal.cancel": "Cancella", "connecting_screen": "Connessione", "convert_channel.cancel": "No, annulla", @@ -1933,6 +1963,16 @@ "invite_member.sending": " Invio", "invite_member.teamInviteLink": "Puoi anche invitare persone usando il {link}.", "katex.error": "Impossibile compilare il codice Latex. Rivedere la sintassi e riprovare.", + "last_users_message.added_to_channel.type": "were added to the channel by {actor}.", + "last_users_message.added_to_team.type": "were added to the team by {actor}.", + "last_users_message.first": "{firstUser} and ", + "last_users_message.joined_channel.type": "joined the channel.", + "last_users_message.joined_team.type": "joined the team.", + "last_users_message.left_channel.type": "left the channel.", + "last_users_message.left_team.type": "left the team.", + "last_users_message.others": "{numOthers} others ", + "last_users_message.removed_from_channel.type": "were removed from the channel.", + "last_users_message.removed_from_team.type": "were removed from the team.", "ldap_signup.find": "Trova i miei gruppi", "ldap_signup.ldap": "Crea gruppo con account AD/LDAP", "ldap_signup.length_error": "Nome deve essere maggiore di 3 caratteri fino a un massimo di 15", @@ -2389,7 +2429,7 @@ "navbar_dropdown.report": "Segnala un problema", "navbar_dropdown.switchTeam": "Cambia a {team}", "navbar_dropdown.switchTo": "Passa a ", - "navbar_dropdown.teamLink": "Prendi collegamento di invito al gruppo", + "navbar_dropdown.teamLink": "Ottieni collegamento di invito al gruppo", "navbar_dropdown.teamSettings": "Impostazioni gruppo", "navbar_dropdown.viewMembers": "Visualizza membri", "navbar_dropdown.webrtc.call": "Avvia videochiamata", @@ -2640,7 +2680,7 @@ "sidebar_right_menu.nativeApps": "Scarica le app", "sidebar_right_menu.recentMentions": "Citazioni Recenti", "sidebar_right_menu.report": "Segnala un problema", - "sidebar_right_menu.teamLink": "Prendi collegamento di invito al gruppo", + "sidebar_right_menu.teamLink": "Ottieni collegamento di invito al gruppo", "sidebar_right_menu.teamSettings": "Impostazioni gruppo", "sidebar_right_menu.viewMembers": "Mostra membri", "signup.email": "Email e Password", @@ -2715,10 +2755,11 @@ "suggestion.mention.unread.channels": "Canali non letti", "suggestion.search.private": "Canali privati", "suggestion.search.public": "Canali Pubblici", + "system_notice.adminVisible": "Visibile solo agli Amministratori di Sistema", "system_notice.body.api3": "Se hai creato o installato delle integrazioni negli ultimi due anni, scopri come i prossimi aggiornamenti possono influenzarle.", "system_notice.dont_show": "Non visualizzare di nuovo", "system_notice.remind_me": "Ricordamelo più tardi", - "system_notice.title": "Messaggio di Sistema
da Mattermost", + "system_notice.title": "Notifica
da Mattermost", "system_users_list.count": "{count, number} {count, plural, one {user} other {users}}", "system_users_list.countPage": "{startCount, number} - {endCount, number} {count, plural, one {user} other {users}} of {total, number} total", "system_users_list.countSearch": "{count, number} {count, plural, one {user} other {users}} of {total, number} total", @@ -3149,7 +3190,7 @@ "view_image_popover.download": "Scarica", "view_image_popover.file": "File {count, number} di {total, number}", "view_image_popover.open": "Apri", - "view_image_popover.publicLink": "Prendi collegamento pubblico", + "view_image_popover.publicLink": "Ottieni collegamento pubblico", "web.footer.about": "Riguardo a", "web.footer.help": "Aiuto", "web.footer.privacy": "Privacy", diff --git a/assets/base/i18n/ja.json b/assets/base/i18n/ja.json index 8f44d4398..55078ea27 100644 --- a/assets/base/i18n/ja.json +++ b/assets/base/i18n/ja.json @@ -485,7 +485,7 @@ "admin.general.policy.allowEditPostAlways": "いつでも", "admin.general.policy.allowEditPostDescription": "投稿した後にメッセージを編集できる期間についてのポリシーを設定してください。", "admin.general.policy.allowEditPostNever": "できない", - "admin.general.policy.allowEditPostTimeLimit": "投稿後数秒", + "admin.general.policy.allowEditPostTimeLimit": "投稿後秒数", "admin.general.policy.allowEditPostTitle": "メッセージの編集ができるユーザー:", "admin.general.policy.bannerColorTitle": "バナーカラー:", "admin.general.policy.bannerTextColorTitle": "バナーのテキストカラー:", @@ -627,14 +627,17 @@ "admin.ldap.firstnameAttrDesc": "(オプション) Mattermostのユーザーの名前(ファーストネーム)を設定するために使用されるAD/LDAPサーバーの属性です。設定された場合、この属性はLDAPサーバーと同期されるため、ユーザーは名前(ファーストネーム)を編集することはできません。空欄のままにした場合、ユーザーはアカウントの設定で自身の名前(ファーストネーム)を設定できます。", "admin.ldap.firstnameAttrEx": "例: \"givenName\"", "admin.ldap.firstnameAttrTitle": "名前(ファーストネーム)の属性値:", - "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.idAttrDesc": "The attribute in the AD/LDAP server that will be used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one. If you need to change this after users have already logged in, you can use the CLI tool \"platform ldap idmigrate\"", + "admin.ldap.idAttrEx": "E.g.: \"objectGUID\"", "admin.ldap.idAttrTitle": "ID属性値: ", "admin.ldap.jobExtraInfo": "{ldapUsers} LDAPユーザーをスキャン。{updateCount}ユーザーが更新されました。{deleteCount}ユーザーが無効化されました。", "admin.ldap.lastnameAttrDesc": "(オプション) Mattermostのユーザーの苗字(ラストネーム)を設定するために使用されるAD/LDAPサーバーの属性です。設定された場合、この属性はLDAPサーバーと同期されるため、ユーザーは苗字(ラストネーム)を編集することはできません。空欄のままにした場合、ユーザーはアカウントの設定で自身の苗字(ラストネーム)を設定できます。", "admin.ldap.lastnameAttrEx": "例: \"sn\"", "admin.ldap.lastnameAttrTitle": "苗字(ラストネーム)の属性値:", "admin.ldap.ldap_test_button": "AD/LDAPテスト", + "admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server that will be used by AD/LDAP users to login to Mattermost. This is the value used to log in to Mattermost in the \"AD/LDAP Username\" field on the sign in page. Normally this attribute is the same as the \"Username Attribute\" field above. If your team typically uses domain\\username to sign in to other services with AD/LDAP, you may choose to put domain\\username in this field to maintain consistency between sites.", + "admin.ldap.loginAttrTitle": "Login ID Attribute: ", + "admin.ldap.loginIdAttrEx": "例: \"sAMAccountName\"", "admin.ldap.loginNameDesc": "ログインページのログイン欄に表示されるプレイスホルダーテキストを設定します。\"AD/LDAPユーザー名\"がデフォルトです。", "admin.ldap.loginNameEx": "例: \"AD/LDAPユーザー名\"", "admin.ldap.loginNameTitle": "ログインフィールド名:", @@ -945,8 +948,6 @@ "admin.service.corsTitle": "クロスオリジンリクエストを許可する:", "admin.service.developerDesc": "有効な場合、JavaScriptのエラーはユーザーインターフェイス上部の紫色のバーに表示されます。本番環境での使用はお勧めできません。 ", "admin.service.developerTitle": "開発者モードを有効にする: ", - "admin.service.enableAPIv3": "API v3の利用を許可する:", - "admin.service.enableAPIv3Description": "REST APIバージョン3のすべてのエンドポイントを無効化するには無効に設定してください。API v3を利用した統合機能は失敗するようになり、その後、API v4への移行が識別されます。API v3は非推奨であり、近々削除されます。詳しくは https://api.mattermost.com を参照してください。", "admin.service.enforceMfaDesc": "有効の場合、多要素認証がログイン時に求められます。新しいユーザーはサインアップ時に多要素認証の設定を求められます。多要素認証設定なしにログインしているユーザーは設定が完了するまで多要素認証設定ページへリダイレクトされます。

システムにAD/LDAPと電子メール以外のログイン方法のユーザーがいる場合、Mattermostの外部の認証プロバイダーで多要素認証が強制されます。", "admin.service.enforceMfaTitle": "多要素認証を有効にする:", "admin.service.forward80To443": "ポート80を443へ転送する:", @@ -1501,13 +1502,42 @@ "claim.oauth_to_email.pwdNotMatch": "パスワードが違います。", "claim.oauth_to_email.switchTo": "{type}を電子メールアドレスとパスワードでのログインに切り替える", "claim.oauth_to_email.title": "{type}アカウントを電子メールアドレスに切り替える", + "combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were added to the channel by {actor}.", + "combined_system_message.added_to_channel.one": "{firstUser} added to the channel by {actor}.", + "combined_system_message.added_to_channel.one_you": "You were added to the channel by {actor}.", + "combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} added to the channel by {actor}.", + "combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were added to the team by {actor}.", + "combined_system_message.added_to_team.one": "{firstUser} added to the team by {actor}.", + "combined_system_message.added_to_team.one_you": "You were added to the team by {actor}.", + "combined_system_message.added_to_team.two": "{firstUser} and {secondUser} added to the team by {actor}.", + "combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} joined the channel.", + "combined_system_message.joined_channel.one": "{firstUser} joined the channel.", + "combined_system_message.joined_channel.two": "{firstUser} and {secondUser} joined the channel.", + "combined_system_message.joined_team.many_expanded": "{users} and {lastUser} joined the team.", + "combined_system_message.joined_team.one": "{firstUser} joined the team.", + "combined_system_message.joined_team.two": "{firstUser} and {secondUser} joined the team.", + "combined_system_message.left_channel.many_expanded": "{users} and {lastUser} left the channel.", + "combined_system_message.left_channel.one": "{firstUser} left the channel.", + "combined_system_message.left_channel.two": "{firstUser} and {secondUser} left the channel.", + "combined_system_message.left_team.many_expanded": "{users} and {lastUser} left the team.", + "combined_system_message.left_team.one": "{firstUser} left the team.", + "combined_system_message.left_team.two": "{firstUser} and {secondUser} left the team.", + "combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were removed from the channel.", + "combined_system_message.removed_from_channel.one": "{firstUser} was removed from the channel.", + "combined_system_message.removed_from_channel.one_you": "You were removed from the channel.", + "combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were removed from the channel.", + "combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were removed from the team.", + "combined_system_message.removed_from_team.one": "{firstUser} was removed from the team.", + "combined_system_message.removed_from_team.one_you": "You were removed from the team.", + "combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were removed from the team.", + "combined_system_message.you": "You", "confirm_modal.cancel": "キャンセル", "connecting_screen": "接続中", "convert_channel.cancel": "変更を取り消す", "convert_channel.confirm": "非公開チャンネルに変更する", "convert_channel.question1": "{display_name}を非公開チャンネルに変更する際、履歴やメンバーシップは変更されません。全体に共有されたファイルはリンクを知る誰もがアクセス可能なままになります。非公開チャンネルへのメンバーの追加は招待によってのみ可能です。", "convert_channel.question2": "変更を元に戻すことはできません。", - "convert_channel.question3": "{display_name}を非公開チャンネルに変更してよろしいですか?", + "convert_channel.question3": "{display_name}を非公開チャンネルに変更してもよろしいですか?", "convert_channel.title": "{display_name}を非公開チャンネルに変更しますか?", "copy_url_context_menu.getChannelLink": "リンクをコピーする", "create_comment.addComment": "コメントを追加する…", @@ -1933,6 +1963,16 @@ "invite_member.sending": " 送信しています", "invite_member.teamInviteLink": "{link}を使って招待することもできます。", "katex.error": "Latexコードをコンパイルできませんでした。シンタックスを見直してください。", + "last_users_message.added_to_channel.type": "were added to the channel by {actor}.", + "last_users_message.added_to_team.type": "were added to the team by {actor}.", + "last_users_message.first": "{firstUser} and ", + "last_users_message.joined_channel.type": "joined the channel.", + "last_users_message.joined_team.type": "joined the team.", + "last_users_message.left_channel.type": "left the channel.", + "last_users_message.left_team.type": "left the team.", + "last_users_message.others": "{numOthers} others ", + "last_users_message.removed_from_channel.type": "were removed from the channel.", + "last_users_message.removed_from_team.type": "were removed from the team.", "ldap_signup.find": "参加しているチームを探す", "ldap_signup.ldap": "AD/LDAPアカウントでチームを作成する", "ldap_signup.length_error": "名称は3文字以上15文字以下にしてください", @@ -2715,6 +2755,7 @@ "suggestion.mention.unread.channels": "未読チャンネル", "suggestion.search.private": "非公開チャンネル", "suggestion.search.public": "公開チャンネル", + "system_notice.adminVisible": "Only visible to System Admins", "system_notice.body.api3": "過去2年間に統合機能を作成もしくはインストールしている場合、今後行われる変更によるそれら統合機能への影響について確認してください。", "system_notice.dont_show": "次回以降は表示しない", "system_notice.remind_me": "後で知らせる", diff --git a/assets/base/i18n/ko.json b/assets/base/i18n/ko.json index 1821a9235..928bdc69a 100644 --- a/assets/base/i18n/ko.json +++ b/assets/base/i18n/ko.json @@ -627,14 +627,17 @@ "admin.ldap.firstnameAttrDesc": "(Optional) The attribute in the AD/LDAP server that will be used to populate the first name of users in Mattermost. When set, users will not be able to edit their first name, since it is synchronized with the LDAP server. When left blank, users can set their own first name in Account Settings.", "admin.ldap.firstnameAttrEx": "예시 \"givenName\"", "admin.ldap.firstnameAttrTitle": "이름 속성:", - "admin.ldap.idAttrDesc": "AD/LDAP 서버에서 속성(attribute)의 경우 Mattermost에서 고유한 식별자로 사용됩니다. 이는 username과 uid 등 변경되지 않는 값을 가진 AD/LDAP 속성이어야 합니다. 사용자의 ID 속성이 변경된 경우, 원래 계정과 무관한 새로운 Mattermost 계정을 생성하게 됩니다. 이는 Mattermost 로그인 페이지에서 \"AD/LDAP 사용자명\" 란에 사용되는 값입니다. 일반적으로 이 속성은 위의 \"사용자 이름 속성\" 란과 같습니다. 팀에서 AD/LDAP를 사용하는 다른 서비스에 로그인할 때 대개 domain\\\\username을 사용할 경우, 사이트 간의 일관성을 유지하기 위해 domain\\\\username을 이 란에 입력할 수 있습니다.", - "admin.ldap.idAttrEx": "예시: \"sAMAccountName\"", + "admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server that will be used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one. If you need to change this after users have already logged in, you can use the CLI tool \"platform ldap idmigrate\"", + "admin.ldap.idAttrEx": "E.g.: \"objectGUID\"", "admin.ldap.idAttrTitle": "ID 속성: ", "admin.ldap.jobExtraInfo": "Scanned {ldapUsers} LDAP users, updated {updateCount}, deactivated {deleteCount}", "admin.ldap.lastnameAttrDesc": "(Optional) The attribute in the AD/LDAP server that will be used to populate the last name of users in Mattermost. When set, users will not be able to edit their last name, since it is synchronized with the LDAP server. When left blank, users can set their own last name in Account Settings.", "admin.ldap.lastnameAttrEx": "예시 \"sn\"", "admin.ldap.lastnameAttrTitle": "성 속성:", "admin.ldap.ldap_test_button": "AD/LDAP 테스트", + "admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server that will be used by AD/LDAP users to login to Mattermost. This is the value used to log in to Mattermost in the \"AD/LDAP Username\" field on the sign in page. Normally this attribute is the same as the \"Username Attribute\" field above. If your team typically uses domain\\username to sign in to other services with AD/LDAP, you may choose to put domain\\username in this field to maintain consistency between sites.", + "admin.ldap.loginAttrTitle": "Login ID Attribute: ", + "admin.ldap.loginIdAttrEx": "예시: \"sAMAccountName\"", "admin.ldap.loginNameDesc": "The placeholder text that appears in the login field on the login page. Defaults to \"LDAP Username\".", "admin.ldap.loginNameEx": "예시: \"LDAP Username\"", "admin.ldap.loginNameTitle": "Login Field Name:", @@ -945,8 +948,6 @@ "admin.service.corsTitle": "CORS 요청 허용:", "admin.service.developerDesc": "When true, Javascript errors are shown in a red bar at the top of the user interface. Not recommended for use in production. ", "admin.service.developerTitle": "개발자 모드: ", - "admin.service.enableAPIv3": "Allow use of API v3 endpoints:", - "admin.service.enableAPIv3Description": "Set to false to disable all version 3 endpoints of the REST API. Integrations that rely on API v3 will fail and can then be identified for migration to API v4. API v3 is deprecated and will be removed in the near future. See https://api.mattermost.com for details.", "admin.service.enforceMfaDesc": "When true, multi-factor authentication is required for login. New users will be required to configure MFA on signup. Logged in users without MFA configured are redirected to the MFA setup page until configuration is complete.

If your system has users with login methods other than AD/LDAP and email, MFA must be enforced with the authentication provider outside of Mattermost.", "admin.service.enforceMfaTitle": "Enable Multi-factor Authentication:", "admin.service.forward80To443": "포트 80을 443으로 포워딩:", @@ -1501,6 +1502,35 @@ "claim.oauth_to_email.pwdNotMatch": "패스워드가 일치하지 않습니다.", "claim.oauth_to_email.switchTo": "Switch {type} to email and password", "claim.oauth_to_email.title": "Switch {type} Account to Email", + "combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were added to the channel by {actor}.", + "combined_system_message.added_to_channel.one": "{firstUser} added to the channel by {actor}.", + "combined_system_message.added_to_channel.one_you": "You were added to the channel by {actor}.", + "combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} added to the channel by {actor}.", + "combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were added to the team by {actor}.", + "combined_system_message.added_to_team.one": "{firstUser} added to the team by {actor}.", + "combined_system_message.added_to_team.one_you": "You were added to the team by {actor}.", + "combined_system_message.added_to_team.two": "{firstUser} and {secondUser} added to the team by {actor}.", + "combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} joined the channel.", + "combined_system_message.joined_channel.one": "{firstUser} joined the channel.", + "combined_system_message.joined_channel.two": "{firstUser} and {secondUser} joined the channel.", + "combined_system_message.joined_team.many_expanded": "{users} and {lastUser} joined the team.", + "combined_system_message.joined_team.one": "{firstUser} joined the team.", + "combined_system_message.joined_team.two": "{firstUser} and {secondUser} joined the team.", + "combined_system_message.left_channel.many_expanded": "{users} and {lastUser} left the channel.", + "combined_system_message.left_channel.one": "{firstUser} left the channel.", + "combined_system_message.left_channel.two": "{firstUser} and {secondUser} left the channel.", + "combined_system_message.left_team.many_expanded": "{users} and {lastUser} left the team.", + "combined_system_message.left_team.one": "{firstUser} left the team.", + "combined_system_message.left_team.two": "{firstUser} and {secondUser} left the team.", + "combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were removed from the channel.", + "combined_system_message.removed_from_channel.one": "{firstUser} was removed from the channel.", + "combined_system_message.removed_from_channel.one_you": "You were removed from the channel.", + "combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were removed from the channel.", + "combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were removed from the team.", + "combined_system_message.removed_from_team.one": "{firstUser} was removed from the team.", + "combined_system_message.removed_from_team.one_you": "You were removed from the team.", + "combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were removed from the team.", + "combined_system_message.you": "You", "confirm_modal.cancel": "취소", "connecting_screen": "연결 중", "convert_channel.cancel": "No, cancel", @@ -1933,6 +1963,16 @@ "invite_member.sending": " 보내는 중", "invite_member.teamInviteLink": "{link}로도 초대할 수 있습니다.", "katex.error": "Couldn't compile your Latex code. Please review the syntax and try again.", + "last_users_message.added_to_channel.type": "were added to the channel by {actor}.", + "last_users_message.added_to_team.type": "were added to the team by {actor}.", + "last_users_message.first": "{firstUser} and ", + "last_users_message.joined_channel.type": "joined the channel.", + "last_users_message.joined_team.type": "joined the team.", + "last_users_message.left_channel.type": "left the channel.", + "last_users_message.left_team.type": "left the team.", + "last_users_message.others": "{numOthers} others ", + "last_users_message.removed_from_channel.type": "were removed from the channel.", + "last_users_message.removed_from_team.type": "were removed from the team.", "ldap_signup.find": "나의 팀 찾기", "ldap_signup.ldap": "GitLab 계정으로 팀 만들기", "ldap_signup.length_error": "Name must be 3 or more characters up to a maximum of 15", @@ -2715,10 +2755,11 @@ "suggestion.mention.unread.channels": "Unread Channels", "suggestion.search.private": "비공개 채널", "suggestion.search.public": "공개 채널", + "system_notice.adminVisible": "Only visible to System Admins", "system_notice.body.api3": "If you’ve created or installed integrations in the last two years, find out how upcoming changes may affect them.", "system_notice.dont_show": "Don't show again", "system_notice.remind_me": "Remind me later", - "system_notice.title": "System Message
from Mattermost", + "system_notice.title": "Notice
from Mattermost", "system_users_list.count": "{count, number} {count, plural, one {user} other {users}}", "system_users_list.countPage": "{startCount, number} - {endCount, number} {count, plural, =0 {0 members} one {member} other {members}} of {total} total", "system_users_list.countSearch": "{startCount, number} - {endCount, number} {count, plural, =0 {0 members} one {member} other {members}} of {total} total", diff --git a/assets/base/i18n/nl.json b/assets/base/i18n/nl.json index 5ab675ec6..6c77f1c40 100644 --- a/assets/base/i18n/nl.json +++ b/assets/base/i18n/nl.json @@ -627,14 +627,17 @@ "admin.ldap.firstnameAttrDesc": "(Optional) The attribute in the AD/LDAP server that will be used to populate the first name of users in Mattermost. When set, users will not be able to edit their first name, since it is synchronized with the LDAP server. When left blank, users can set their own first name in Account Settings.", "admin.ldap.firstnameAttrEx": "Bijv.: \"givenName\"", "admin.ldap.firstnameAttrTitle": "Voornaam attribuut:", - "admin.ldap.idAttrDesc": "Het attribuut in de AD/LDAP server dat zal worden gebruikt als unieke identificatie sleutel in Mattermost. Het zou een AD/LDAP attribuut moeten zijn wat niet veranderd, zoals 'username' of 'uid'. Als het 'ID' attribuut van een gebruiker veranderd, zal een nieuw Mattermost account worden gemaakt en dat is niet verbonden met het oude account. Dit is de waarde wat gebruikt wordt om in te loggen in het \"AD/LDAP Username\" veld op de inlog pagina. Normaal is dit attribuut hetzelfde als het \"Username Attribuut\" hierboven. Als jouw team normaal inlogt met 'domain\\\\username', kies je waarschijnlijk 'domain\\\\username' in dit veld.", - "admin.ldap.idAttrEx": "Bijv.: \"sAMAccountName\"", + "admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server that will be used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one. If you need to change this after users have already logged in, you can use the CLI tool \"platform ldap idmigrate\"", + "admin.ldap.idAttrEx": "E.g.: \"objectGUID\"", "admin.ldap.idAttrTitle": "ID Attribuut: ", "admin.ldap.jobExtraInfo": "Scanned {ldapUsers} LDAP users, updated {updateCount}, deactivated {deleteCount}", "admin.ldap.lastnameAttrDesc": "(Optional) The attribute in the AD/LDAP server that will be used to populate the last name of users in Mattermost. When set, users will not be able to edit their last name, since it is synchronized with the LDAP server. When left blank, users can set their own last name in Account Settings.", "admin.ldap.lastnameAttrEx": "Bijv.: \"sn\"", "admin.ldap.lastnameAttrTitle": "Achternaam attribuut:", "admin.ldap.ldap_test_button": "AD/LDAP Test", + "admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server that will be used by AD/LDAP users to login to Mattermost. This is the value used to log in to Mattermost in the \"AD/LDAP Username\" field on the sign in page. Normally this attribute is the same as the \"Username Attribute\" field above. If your team typically uses domain\\username to sign in to other services with AD/LDAP, you may choose to put domain\\username in this field to maintain consistency between sites.", + "admin.ldap.loginAttrTitle": "Login ID Attribute: ", + "admin.ldap.loginIdAttrEx": "Bijv.: \"sAMAccountName\"", "admin.ldap.loginNameDesc": "De tijdelijke tekst die wordt weergegeven in het veld 'login' op de login pagina. Standaard ingesteld op \"AD/LDAP-Gebruikersnaam\".", "admin.ldap.loginNameEx": "Bijv.: \"AD/LDAP Gebruikersnaam\"", "admin.ldap.loginNameTitle": "Login veld naam:", @@ -945,8 +948,6 @@ "admin.service.corsTitle": "Cross-origin Requests toestaan van:", "admin.service.developerDesc": "Javascript fout worden weergeven in een rode bar boven in de user interface. Niet aangeraden voor productie.", "admin.service.developerTitle": "Developer mode inschakelen: ", - "admin.service.enableAPIv3": "Allow use of API v3 endpoints:", - "admin.service.enableAPIv3Description": "Set to false to disable all version 3 endpoints of the REST API. Integrations that rely on API v3 will fail and can then be identified for migration to API v4. API v3 is deprecated and will be removed in the near future. See https://api.mattermost.com for details.", "admin.service.enforceMfaDesc": "When true, multi-factor authentication is required for login. New users will be required to configure MFA on signup. Logged in users without MFA configured are redirected to the MFA setup page until configuration is complete.

If your system has users with login methods other than AD/LDAP and email, MFA must be enforced with the authentication provider outside of Mattermost.", "admin.service.enforceMfaTitle": "Aanzetten multi-factor authenticatie:", "admin.service.forward80To443": "Forward port 80 to 443:", @@ -1501,6 +1502,35 @@ "claim.oauth_to_email.pwdNotMatch": "Wachtwoorden zijn niet gelijk.", "claim.oauth_to_email.switchTo": "Overschakelen van {type} naar het gebruik van email en password", "claim.oauth_to_email.title": "Wissen {type} account naar e-mail", + "combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were added to the channel by {actor}.", + "combined_system_message.added_to_channel.one": "{firstUser} added to the channel by {actor}.", + "combined_system_message.added_to_channel.one_you": "You were added to the channel by {actor}.", + "combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} added to the channel by {actor}.", + "combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were added to the team by {actor}.", + "combined_system_message.added_to_team.one": "{firstUser} added to the team by {actor}.", + "combined_system_message.added_to_team.one_you": "You were added to the team by {actor}.", + "combined_system_message.added_to_team.two": "{firstUser} and {secondUser} added to the team by {actor}.", + "combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} joined the channel.", + "combined_system_message.joined_channel.one": "{firstUser} joined the channel.", + "combined_system_message.joined_channel.two": "{firstUser} and {secondUser} joined the channel.", + "combined_system_message.joined_team.many_expanded": "{users} and {lastUser} joined the team.", + "combined_system_message.joined_team.one": "{firstUser} joined the team.", + "combined_system_message.joined_team.two": "{firstUser} and {secondUser} joined the team.", + "combined_system_message.left_channel.many_expanded": "{users} and {lastUser} left the channel.", + "combined_system_message.left_channel.one": "{firstUser} left the channel.", + "combined_system_message.left_channel.two": "{firstUser} and {secondUser} left the channel.", + "combined_system_message.left_team.many_expanded": "{users} and {lastUser} left the team.", + "combined_system_message.left_team.one": "{firstUser} left the team.", + "combined_system_message.left_team.two": "{firstUser} and {secondUser} left the team.", + "combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were removed from the channel.", + "combined_system_message.removed_from_channel.one": "{firstUser} was removed from the channel.", + "combined_system_message.removed_from_channel.one_you": "You were removed from the channel.", + "combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were removed from the channel.", + "combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were removed from the team.", + "combined_system_message.removed_from_team.one": "{firstUser} was removed from the team.", + "combined_system_message.removed_from_team.one_you": "You were removed from the team.", + "combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were removed from the team.", + "combined_system_message.you": "You", "confirm_modal.cancel": "Annuleren", "connecting_screen": "Verbindingen", "convert_channel.cancel": "No, cancel", @@ -1933,6 +1963,16 @@ "invite_member.sending": " Versturen", "invite_member.teamInviteLink": "U kunt ook mensen uitnodigen met deze {link} link.", "katex.error": "Couldn't compile your Latex code. Please review the syntax and try again.", + "last_users_message.added_to_channel.type": "were added to the channel by {actor}.", + "last_users_message.added_to_team.type": "were added to the team by {actor}.", + "last_users_message.first": "{firstUser} and ", + "last_users_message.joined_channel.type": "joined the channel.", + "last_users_message.joined_team.type": "joined the team.", + "last_users_message.left_channel.type": "left the channel.", + "last_users_message.left_team.type": "left the team.", + "last_users_message.others": "{numOthers} others ", + "last_users_message.removed_from_channel.type": "were removed from the channel.", + "last_users_message.removed_from_team.type": "were removed from the team.", "ldap_signup.find": "Vind mijn teams", "ldap_signup.ldap": "Maak een team met een AD/LDAP account", "ldap_signup.length_error": "De naam moet 3 of meer tekens zijn met een maximum van 15", @@ -2715,10 +2755,11 @@ "suggestion.mention.unread.channels": "Unread Channels", "suggestion.search.private": "Verlaat kanaal", "suggestion.search.public": "Publieke kanalen", + "system_notice.adminVisible": "Only visible to System Admins", "system_notice.body.api3": "If you’ve created or installed integrations in the last two years, find out how upcoming changes may affect them.", "system_notice.dont_show": "Don't show again", "system_notice.remind_me": "Remind me later", - "system_notice.title": "System Message
from Mattermost", + "system_notice.title": "Notice
from Mattermost", "system_users_list.count": "{count, number} {count, plural, one {user} other {users}}", "system_users_list.countPage": "{startCount, number} - {endCount, number} {count, plural, one {user} other {users}} of {total, number} total", "system_users_list.countSearch": "{count, number} {count, plural, one {user} other {users}} of {total, number} total", diff --git a/assets/base/i18n/pl.json b/assets/base/i18n/pl.json index 7ff585c2c..3eac67ecf 100644 --- a/assets/base/i18n/pl.json +++ b/assets/base/i18n/pl.json @@ -627,14 +627,17 @@ "admin.ldap.firstnameAttrDesc": "(Opcjonalne) Atrybut na serwerze AD/LDAP, kóry będzie używany do wypełniania pierwszego imienia użytkowników w Mattermost. Jeśli włączone, użytkownicy nie będą mogli zmienić swoich imion, gdyż będą one synchronizowane z serwerem LDAP. Jeśli zostawiony puste, użytkownicy będą mogli sami wpisać swoje imię w Ustawieniach Użytkownika.", "admin.ldap.firstnameAttrEx": "Np. \"givenName\"", "admin.ldap.firstnameAttrTitle": "Atrybut imienia użytkownika:", - "admin.ldap.idAttrDesc": "Atrybut na serwerze AD/LDAP który będzie użyty jako unikalny identyfikator w Mattermost. Powinien być to atrybut AD/LDAP którego wartość się nie zmienia, np. nazwa użytkownika lub uid. Jeśli atrybut ID użytkownika się zmieni, zostanie przez to utworzone nowe konto niepowiązane z poprzednim. To jest wartość używana podczas logowania do Mattermost w polu \"Nazwa użytkownika AD/LDAP\" na stronie logowania. Normalnie ten atrybut jest taki sam jak \"Atrybut nazwy użytkownika\" powyżej. Jeśli twój zespół zazwyczaj używa domena\\\\nazwa_użytkownika do logowania do innych usług, możesz chcieć wpisać domena\\\\nazwa_użytkownika do tego pola by zachować spójność pomiędzy stronami.", - "admin.ldap.idAttrEx": "Np. \"sAMAccountName\"", + "admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server that will be used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one. If you need to change this after users have already logged in, you can use the CLI tool \"platform ldap idmigrate\"", + "admin.ldap.idAttrEx": "E.g.: \"objectGUID\"", "admin.ldap.idAttrTitle": "Atrybut ID: ", "admin.ldap.jobExtraInfo": "Scanned {ldapUsers} LDAP users, updated {updateCount}, deactivated {deleteCount}", "admin.ldap.lastnameAttrDesc": "(Opcjonalne) Atrybut na serwerze LDAP/AD, który zostanie użyty do wypełnienia nazwisk użytkowników w Mattermost. Jeśli włączone, użytkownicy nie będą mogli zmienić swoich nazwisk, gdyż będą one synchronizowane z serwerem LDAP. Jeśli zostawiono puste, użytkownicy będą mogli sami wpisać swoje nazwisko w Ustawieniach Użytkownika.", "admin.ldap.lastnameAttrEx": "Np.: \"sn\"", "admin.ldap.lastnameAttrTitle": "Atrybut Nazwiska użytkownika:", "admin.ldap.ldap_test_button": "AD/LDAP Test", + "admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server that will be used by AD/LDAP users to login to Mattermost. This is the value used to log in to Mattermost in the \"AD/LDAP Username\" field on the sign in page. Normally this attribute is the same as the \"Username Attribute\" field above. If your team typically uses domain\\username to sign in to other services with AD/LDAP, you may choose to put domain\\username in this field to maintain consistency between sites.", + "admin.ldap.loginAttrTitle": "Login ID Attribute: ", + "admin.ldap.loginIdAttrEx": "Np. \"sAMAccountName\"", "admin.ldap.loginNameDesc": "Tekst zastępczy który pojawia się w polu login na stronie logowania. Domyślnie \"Nazwa Użytkownika AD/LDAP\"", "admin.ldap.loginNameEx": "Np. \"Nazwa użytkownika AD/LDAP\"", "admin.ldap.loginNameTitle": "Pole loginu użytkownika:", @@ -945,8 +948,6 @@ "admin.service.corsTitle": "Pozwól na zapytania Cross-domain z:", "admin.service.developerDesc": "Gdy włączone, błędy JavaScript wyświetlane są na czerwonym pasku u góry interfejsu użytkownika. Nie zalecane w wersji produkcyjnej. ", "admin.service.developerTitle": "Włączyć Tryb Dewelopera: ", - "admin.service.enableAPIv3": "Allow use of API v3 endpoints:", - "admin.service.enableAPIv3Description": "Set to false to disable all version 3 endpoints of the REST API. Integrations that rely on API v3 will fail and can then be identified for migration to API v4. API v3 is deprecated and will be removed in the near future. See https://api.mattermost.com for details.", "admin.service.enforceMfaDesc": "When true, multi-factor authentication is required for login. New users will be required to configure MFA on signup. Logged in users without MFA configured are redirected to the MFA setup page until configuration is complete.

If your system has users with login methods other than AD/LDAP and email, MFA must be enforced with the authentication provider outside of Mattermost.", "admin.service.enforceMfaTitle": "Wymuszaj uwierzytelnianie wieloskładnikowe:", "admin.service.forward80To443": "Przekaż port 80 do 443:", @@ -1501,6 +1502,35 @@ "claim.oauth_to_email.pwdNotMatch": "Hasła nie zgadzają się.", "claim.oauth_to_email.switchTo": "Przełącz {type} na e-mail i hasło", "claim.oauth_to_email.title": "Przełącz konto {type} na e-mail", + "combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were added to the channel by {actor}.", + "combined_system_message.added_to_channel.one": "{firstUser} added to the channel by {actor}.", + "combined_system_message.added_to_channel.one_you": "You were added to the channel by {actor}.", + "combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} added to the channel by {actor}.", + "combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were added to the team by {actor}.", + "combined_system_message.added_to_team.one": "{firstUser} added to the team by {actor}.", + "combined_system_message.added_to_team.one_you": "You were added to the team by {actor}.", + "combined_system_message.added_to_team.two": "{firstUser} and {secondUser} added to the team by {actor}.", + "combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} joined the channel.", + "combined_system_message.joined_channel.one": "{firstUser} joined the channel.", + "combined_system_message.joined_channel.two": "{firstUser} and {secondUser} joined the channel.", + "combined_system_message.joined_team.many_expanded": "{users} and {lastUser} joined the team.", + "combined_system_message.joined_team.one": "{firstUser} joined the team.", + "combined_system_message.joined_team.two": "{firstUser} and {secondUser} joined the team.", + "combined_system_message.left_channel.many_expanded": "{users} and {lastUser} left the channel.", + "combined_system_message.left_channel.one": "{firstUser} left the channel.", + "combined_system_message.left_channel.two": "{firstUser} and {secondUser} left the channel.", + "combined_system_message.left_team.many_expanded": "{users} and {lastUser} left the team.", + "combined_system_message.left_team.one": "{firstUser} left the team.", + "combined_system_message.left_team.two": "{firstUser} and {secondUser} left the team.", + "combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were removed from the channel.", + "combined_system_message.removed_from_channel.one": "{firstUser} was removed from the channel.", + "combined_system_message.removed_from_channel.one_you": "You were removed from the channel.", + "combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were removed from the channel.", + "combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were removed from the team.", + "combined_system_message.removed_from_team.one": "{firstUser} was removed from the team.", + "combined_system_message.removed_from_team.one_you": "You were removed from the team.", + "combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were removed from the team.", + "combined_system_message.you": "You", "confirm_modal.cancel": "Anuluj", "connecting_screen": "Łączenie", "convert_channel.cancel": "No, cancel", @@ -1933,6 +1963,16 @@ "invite_member.sending": "Wysyłanie", "invite_member.teamInviteLink": "Możesz także zaprosić ludzi podając im ten {link}.", "katex.error": "Couldn't compile your Latex code. Please review the syntax and try again.", + "last_users_message.added_to_channel.type": "were added to the channel by {actor}.", + "last_users_message.added_to_team.type": "were added to the team by {actor}.", + "last_users_message.first": "{firstUser} and ", + "last_users_message.joined_channel.type": "joined the channel.", + "last_users_message.joined_team.type": "joined the team.", + "last_users_message.left_channel.type": "left the channel.", + "last_users_message.left_team.type": "left the team.", + "last_users_message.others": "{numOthers} others ", + "last_users_message.removed_from_channel.type": "were removed from the channel.", + "last_users_message.removed_from_team.type": "were removed from the team.", "ldap_signup.find": "Znajdź moje zespoły", "ldap_signup.ldap": "Tworzenie zespołu z konta AD/LDAP", "ldap_signup.length_error": "Nazwa musi mieć co najmniej 3 znaków ale nie więcej niż 15", @@ -2715,10 +2755,11 @@ "suggestion.mention.unread.channels": "Unread Channels", "suggestion.search.private": "Kanały prywatne", "suggestion.search.public": "Kanały publiczne", + "system_notice.adminVisible": "Only visible to System Admins", "system_notice.body.api3": "If you’ve created or installed integrations in the last two years, find out how upcoming changes may affect them.", "system_notice.dont_show": "Don't show again", "system_notice.remind_me": "Remind me later", - "system_notice.title": "System Message
from Mattermost", + "system_notice.title": "Notice
from Mattermost", "system_users_list.count": "{count, number} {count, plural, one {użytkownik} other {użytkowników}}", "system_users_list.countPage": "{startCount, number} - {endCount, number} {count, plural, one {użytkownik} other {użytkowników}} z {total, number} razem", "system_users_list.countSearch": "{count, number} {count, plural, one {użytkownik} other {użytkowników}} z {total, number} razem", diff --git a/assets/base/i18n/pt-BR.json b/assets/base/i18n/pt-BR.json index 57f26e7ef..838c59a7a 100644 --- a/assets/base/i18n/pt-BR.json +++ b/assets/base/i18n/pt-BR.json @@ -627,14 +627,17 @@ "admin.ldap.firstnameAttrDesc": "(Opcional) O atributo no servidor AD/LDAP que será usado para preencher o primeiro nome dos usuários no Mattermost. Quando definido, os usuários não serão capazes de editar o seu primeiro nome, uma vez que é sincronizado com o servidor LDAP. Quando deixado em branco, os usuários poderão definir seu próprio primeiro nome em Configurações de Conta.", "admin.ldap.firstnameAttrEx": "Ex.: \"givenName\"", "admin.ldap.firstnameAttrTitle": "Primeiro Nome Atributo:", - "admin.ldap.idAttrDesc": "O atributo no servidor AD/LDAP que vai ser utilizado como um identificador único no Mattermost. Ele deve ser um atributo AD/LDAP com um valor que não muda, como nome de usuário ou uid. Se atributo Id do usuário mudar, isto irá criar uma nova conta Mattermost não associada com a sua antiga. Este é o valor utilizado para efetuar login no Mattermost no campo \"Nome de usuário AD/LDAP\" na página de login. Normalmente, este atributo é o mesmo que o campo \"Atributo Nome de Usuário\" acima. Se sua equipe usa tipicamente de domínio\\\\usuário para fazer login em outros serviços com AD/LDAP, você pode optar por colocar domínio\\\\usuário neste campo para manter a consistência entre os sites.", - "admin.ldap.idAttrEx": "Ex.: \"sAMAccountName\"", + "admin.ldap.idAttrDesc": "O atributo no servidor AD/LDAP que será usado como um identificador exclusivo no Mattermost. Deve ser um atributo AD/LDAP com um valor que não seja alterado. Se o Atributo de ID do usuário for alterado, ele criará uma nova conta da Mattermost não associada à antiga. Se você precisar alterar isso depois que os usuários já tiverem efetuado login, você poderá usar a ferramenta CLI \"platform ldap idmigrate\"", + "admin.ldap.idAttrEx": "Ex.: \"objectGUID\"", "admin.ldap.idAttrTitle": "Atributo ID: ", "admin.ldap.jobExtraInfo": "Escaneado {ldapUsers} usuários LDAP, atualizado {updateCount}, desativado {deleteCount}", "admin.ldap.lastnameAttrDesc": "(Opcional) O atributo no servidor AD/LDAP que será usado para preencher o último nome dos usuários no Mattermost. Quando definido, os usuários não serão capazes de editar o seu último nome, uma vez que é sincronizado com o servidor LDAP. Quando deixado em branco, os usuários poderão definir seu próprio sobrenome em Configurações de Conta.", "admin.ldap.lastnameAttrEx": "Ex.: \"sn\"", "admin.ldap.lastnameAttrTitle": "Atributo Último Nome:", "admin.ldap.ldap_test_button": "AD/LDAP Teste", + "admin.ldap.loginAttrDesc": "O atributo no servidor AD/LDAP que será usado por usuários do AD/LDAP para efetuar login no Mattermost. Este é o valor usado para efetuar login no Mattermost no campo \"AD/LDAP Username\" na página de login. Normalmente este atributo é o mesmo que o campo \"Atributo de nome de usuário\" acima. Se a sua equipe normalmente usa domínio\\nome_do_usuário para entrar em outros serviços com o AD/LDAP, você pode optar por colocar domínio\\nome_do_usuário nesse campo para manter a consistência entre os sites.", + "admin.ldap.loginAttrTitle": "Login ID Attribute: ", + "admin.ldap.loginIdAttrEx": "Ex.: \"sAMAccountName\"", "admin.ldap.loginNameDesc": "O texto placeholder que aparece no campo de login na página de login. O padrão é \"Usuário AD/LDAP\".", "admin.ldap.loginNameEx": "Ex.: \"Usuário AD/LDAP\"", "admin.ldap.loginNameTitle": "Nome do Campo Login:", @@ -667,7 +670,7 @@ "admin.ldap.testFailure": "Falha Teste AD/LDAP: {error}", "admin.ldap.testHelpText": "Testa se o servidor Mattermost pode conectar ao servidor AD/LDAP especificado. Veja o log para as mensagens de erros mais detalhadas.", "admin.ldap.testSuccess": "Teste AD/LDAP bem Sucedido", - "admin.ldap.uernameAttrDesc": "O atributo no servidor AD/LDAP que será usado para preencher o campo nome de usuário no Mattermost. Este pode ser o mesmo que o Atributo ID.", + "admin.ldap.uernameAttrDesc": "O atributo no servidor AD/LDAP que será usado para preencher o campo nome de usuário no Mattermost. Este pode ser o mesmo que o Login ID Attribute.", "admin.ldap.userFilterDisc": "(Opcional), insira um filtro AD/LDAP para usar ao procurar por objetos de usuário. Somente os usuários selecionados pela consulta serão capazes de acessar o Mattermost. Para o Active Directory, a consulta para filtrar os usuários desativados é (&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).", "admin.ldap.userFilterEx": "Ex. \"(objectClass=user)\"", "admin.ldap.userFilterTitle": "Filtro de Usuário:", @@ -945,8 +948,6 @@ "admin.service.corsTitle": "Permitir requisição cross-origin de:", "admin.service.developerDesc": "Quando verdadeiro, os erros de Javascript serão mostrados em uma barra roxa no topo da interface de usuário. Não recomendado para uso em produção. ", "admin.service.developerTitle": "Ativar o Modo Desenvolvedor: ", - "admin.service.enableAPIv3": "Permitir o uso do ponto final API v3:", - "admin.service.enableAPIv3Description": "Definir como falso para desativar todos os pontos finais da versão 3 da API REST. As integrações que dependem da API v3 falharão e poderão ser identificadas para a migração para a API v4. A API v3 está obsoleta e será removida no futuro próximo. Veja https://api.mattermost.com para mais detalhes.", "admin.service.enforceMfaDesc": "Quando verdadeiro, autenticação pode multi-fator será requerida para o login. O configuração do MFA será requerida para os novos usuários na inscrição. Usuários logados sem o MFA configurado serão redirecionados para a página de configuração do MFA até a configuração estiver completa.

Se o seu sistema tiver usuários com outros métodos de login que não AD/LDAP e por email, o MFA deverá ser aplicado um provedor de autenticação externo ao Mattermost.", "admin.service.enforceMfaTitle": "Impor Autenticação Multi-Fator:", "admin.service.forward80To443": "Redirecionamento porta 80 para 443:", @@ -1501,6 +1502,35 @@ "claim.oauth_to_email.pwdNotMatch": "As senha não correspondem.", "claim.oauth_to_email.switchTo": "Trocar {type} para email e senha", "claim.oauth_to_email.title": "Trocar Conta {type} para E-mail", + "combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were added to the channel by {actor}.", + "combined_system_message.added_to_channel.one": "{firstUser} added to the channel by {actor}.", + "combined_system_message.added_to_channel.one_you": "You were added to the channel by {actor}.", + "combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} added to the channel by {actor}.", + "combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were added to the team by {actor}.", + "combined_system_message.added_to_team.one": "{firstUser} added to the team by {actor}.", + "combined_system_message.added_to_team.one_you": "You were added to the team by {actor}.", + "combined_system_message.added_to_team.two": "{firstUser} and {secondUser} added to the team by {actor}.", + "combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} joined the channel.", + "combined_system_message.joined_channel.one": "{firstUser} joined the channel.", + "combined_system_message.joined_channel.two": "{firstUser} and {secondUser} joined the channel.", + "combined_system_message.joined_team.many_expanded": "{users} and {lastUser} joined the team.", + "combined_system_message.joined_team.one": "{firstUser} joined the team.", + "combined_system_message.joined_team.two": "{firstUser} and {secondUser} joined the team.", + "combined_system_message.left_channel.many_expanded": "{users} and {lastUser} left the channel.", + "combined_system_message.left_channel.one": "{firstUser} left the channel.", + "combined_system_message.left_channel.two": "{firstUser} and {secondUser} left the channel.", + "combined_system_message.left_team.many_expanded": "{users} and {lastUser} left the team.", + "combined_system_message.left_team.one": "{firstUser} left the team.", + "combined_system_message.left_team.two": "{firstUser} and {secondUser} left the team.", + "combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were removed from the channel.", + "combined_system_message.removed_from_channel.one": "{firstUser} was removed from the channel.", + "combined_system_message.removed_from_channel.one_you": "You were removed from the channel.", + "combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were removed from the channel.", + "combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were removed from the team.", + "combined_system_message.removed_from_team.one": "{firstUser} was removed from the team.", + "combined_system_message.removed_from_team.one_you": "You were removed from the team.", + "combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were removed from the team.", + "combined_system_message.you": "You", "confirm_modal.cancel": "Cancelar", "connecting_screen": "Conectando", "convert_channel.cancel": "Não, cancelar", @@ -1933,6 +1963,16 @@ "invite_member.sending": " Enviando", "invite_member.teamInviteLink": "Você também pode convidar pessoas usando o {link}.", "katex.error": "Não é possível compilar seu código Latex. Por favor, reveja a sintaxe e tente novamente.", + "last_users_message.added_to_channel.type": "were added to the channel by {actor}.", + "last_users_message.added_to_team.type": "were added to the team by {actor}.", + "last_users_message.first": "{firstUser} and ", + "last_users_message.joined_channel.type": "joined the channel.", + "last_users_message.joined_team.type": "joined the team.", + "last_users_message.left_channel.type": "left the channel.", + "last_users_message.left_team.type": "left the team.", + "last_users_message.others": "{numOthers} others ", + "last_users_message.removed_from_channel.type": "were removed from the channel.", + "last_users_message.removed_from_team.type": "were removed from the team.", "ldap_signup.find": "Encontrar minhas equipes", "ldap_signup.ldap": "Criar uma equipe com uma Conta AD/LDAP", "ldap_signup.length_error": "O nome deve ser de 3 ou mais caracteres até um máximo de 15", @@ -2035,8 +2075,8 @@ "mobile.android.permission_denied_retry": "Ajustar permissões", "mobile.android.photos_permission_denied_description": "Para enviar imagens de sua galeria, por favor altere as permissões.", "mobile.android.photos_permission_denied_title": "Acesso a galeria de fotos é necessário", - "mobile.android.storage_permission_denied_description": "Para enviar imagens de sua galeria, por favor altere as permissões.", - "mobile.android.storage_permission_denied_title": "Acesso a galeria de videis é necessário", + "mobile.android.storage_permission_denied_description": "Para enviar imagens de seu Android, por favor altere as configurações de permissões.", + "mobile.android.storage_permission_denied_title": "Acesso ao armazenamento de arquivos é necessário", "mobile.android.videos_permission_denied_description": "Para enviar vides de sua galeria, por favor altere as permissões.", "mobile.android.videos_permission_denied_title": "Acesso a galeria de videis é necessário", "mobile.announcement_banner.dismiss": "Ignorar", @@ -2137,7 +2177,7 @@ "mobile.failed_network_action.description": "Parece que tem um problema na sua conexão de internet. Verifique se você tem uma conexão ativa e tente novamente.", "mobile.failed_network_action.retry": "Tentar Novamente", "mobile.failed_network_action.title": "Sem conexão com a internet", - "mobile.file_upload.browse": "Browse Files", + "mobile.file_upload.browse": "Navegar pelos Arquivos", "mobile.file_upload.camera": "Tirar Foto ou Vídeo", "mobile.file_upload.library": "Biblioteca de Fotos", "mobile.file_upload.max_warning": "Upload limitado ao máximo de 5 arquivos.", @@ -2715,10 +2755,11 @@ "suggestion.mention.unread.channels": "Canais não Lidos", "suggestion.search.private": "Canais Privados", "suggestion.search.public": "Canais Públicos", + "system_notice.adminVisible": "Somente visivel para os Administradores de Sistema", "system_notice.body.api3": "Se você criou ou instalou integrações nos últimos dois anos, descubra como as próximas mudanças podem afetar as integrações.", "system_notice.dont_show": "Não mostrar novamente", "system_notice.remind_me": "Lembre-me depois", - "system_notice.title": "Mensagem do Sistema
de Mattermost", + "system_notice.title": "Aviso
de Mattermost", "system_users_list.count": "{count, number} {count, plural, one {usuário} other {usuários}}", "system_users_list.countPage": "{startCount, number} - {endCount, number} {count, plural, one {usuário} other {usuários}} de {total, number} no total", "system_users_list.countSearch": "{count, number} {count, plural, one {usuário} other {usuários}} de {total, number} no total", diff --git a/assets/base/i18n/ru.json b/assets/base/i18n/ru.json index e9b8a9557..5cd9212c8 100644 --- a/assets/base/i18n/ru.json +++ b/assets/base/i18n/ru.json @@ -627,14 +627,17 @@ "admin.ldap.firstnameAttrDesc": "(Необязательно) Атрибут на сервере AD/LDAP, который будет использоваться для заполнения имени пользователей в Mattermost. Если он установлен, то пользователи не смогут редактировать свои имя, т.к. оно будет синхронизироваться с сервером AD/LDAP. Если атрибут не заполнен, то пользователи смогут изменить свои имена в настройках учетной записи.", "admin.ldap.firstnameAttrEx": "Например: \"givenName\"", "admin.ldap.firstnameAttrTitle": "Атрибут имени:", - "admin.ldap.idAttrDesc": "Атрибут на сервере AD/LDAP, который будет использоваться в качестве уникального идентификатора в Mattermost. Это должен быть атрибут AD/LDAP, значение которого не будет меняться, например имя пользователя или его идентификатор. Если значение этого атрибута изменится, в Mattermost будет создана новая учетная запись, не имеющая к старой никакого отношения. Значение этого атрибута используется в поле \"Имя пользователя AD/LDAP\" на странице входа в Mattermost. В большинстве случаев, это тот же атрибут, что используется в качестве \"Атрибута имени\" выше. Если Ваша команда обычно использует учетные записи в стиле domain\\\\username для входа в другие сервисы с использованием AD/LDAP, Вы можете указать domain\\\\username и здесь для сохранения единообразия.", - "admin.ldap.idAttrEx": "Например: \"sAMAccountName\"", + "admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server that will be used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one. If you need to change this after users have already logged in, you can use the CLI tool \"platform ldap idmigrate\"", + "admin.ldap.idAttrEx": "E.g.: \"objectGUID\"", "admin.ldap.idAttrTitle": "Атрибут ID:", "admin.ldap.jobExtraInfo": "Отсканированно {ldapUsers} пользователей LDAP, обновлено {updateCount}, деактивированно {deleteCount}", "admin.ldap.lastnameAttrDesc": "(Необязательно) Этот атрибут на сервере AD/LDAP который будет использоваться для заполнения фамилии пользователя в Mattermost. Если он установлен, пользователи не смогут редактировать свои фамилии т.к. они будут синхронизироваться с сервером AD/LDAP. Если атрибут не заполнен, пользователи смогут изменить их собственные фамилии в настройках учетной записи.", "admin.ldap.lastnameAttrEx": "Например: \"sn\"", "admin.ldap.lastnameAttrTitle": "Атрибут фамилии:", "admin.ldap.ldap_test_button": "Тест AD/LDAP", + "admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server that will be used by AD/LDAP users to login to Mattermost. This is the value used to log in to Mattermost in the \"AD/LDAP Username\" field on the sign in page. Normally this attribute is the same as the \"Username Attribute\" field above. If your team typically uses domain\\username to sign in to other services with AD/LDAP, you may choose to put domain\\username in this field to maintain consistency between sites.", + "admin.ldap.loginAttrTitle": "Login ID Attribute: ", + "admin.ldap.loginIdAttrEx": "Например: \"sAMAccountName\"", "admin.ldap.loginNameDesc": "Подсказка, которая появляется в поле логина на странице входа. По умолчанию \"Логин AD/LDAP\".", "admin.ldap.loginNameEx": "Например: \"Логин AD/LDAP\"", "admin.ldap.loginNameTitle": "Имя пользователя (Логин):", @@ -945,8 +948,6 @@ "admin.service.corsTitle": "Разрешить кроссдоменные запросы от:", "admin.service.developerDesc": "Если включён, на красной панели сверху будут показываться ошибки JavaScript. Не рекомендуется использовать на \"боевом\" сервере. ", "admin.service.developerTitle": "Включить режим разработчика:", - "admin.service.enableAPIv3": "Разрешить использование API v3:", - "admin.service.enableAPIv3Description": "Set to false to disable all version 3 endpoints of the REST API. Integrations that rely on API v3 will fail and can then be identified for migration to API v4. API v3 is deprecated and will be removed in the near future. See https://api.mattermost.com for details.", "admin.service.enforceMfaDesc": "When true, multi-factor authentication is required for login. New users will be required to configure MFA on signup. Logged in users without MFA configured are redirected to the MFA setup page until configuration is complete.

If your system has users with login methods other than AD/LDAP and email, MFA must be enforced with the authentication provider outside of Mattermost.", "admin.service.enforceMfaTitle": "Принудительная многофакторная аутентификация:", "admin.service.forward80To443": "Перенаправить 80 порт на 443:", @@ -1372,7 +1373,7 @@ "channel_header.addToFavorites": "Добавить в избранное", "channel_header.channelHeader": "Изменить заголовок канала", "channel_header.channelMembers": "Участники", - "channel_header.convert": "Преобразование в приватный канал", + "channel_header.convert": "Конвертировать в приватный канал", "channel_header.delete": "Удалить канал", "channel_header.directchannel.you": "{displayname} (you) ", "channel_header.flagged": "Отмеченные сообщения", @@ -1501,6 +1502,35 @@ "claim.oauth_to_email.pwdNotMatch": "Пароли не совпадают.", "claim.oauth_to_email.switchTo": "Перейти с {type} к использованию e-mail и пароля", "claim.oauth_to_email.title": "Переключить аккаунт {type} на E-Mail", + "combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were added to the channel by {actor}.", + "combined_system_message.added_to_channel.one": "{firstUser} added to the channel by {actor}.", + "combined_system_message.added_to_channel.one_you": "You were added to the channel by {actor}.", + "combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} added to the channel by {actor}.", + "combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were added to the team by {actor}.", + "combined_system_message.added_to_team.one": "{firstUser} added to the team by {actor}.", + "combined_system_message.added_to_team.one_you": "You were added to the team by {actor}.", + "combined_system_message.added_to_team.two": "{firstUser} and {secondUser} added to the team by {actor}.", + "combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} joined the channel.", + "combined_system_message.joined_channel.one": "{firstUser} joined the channel.", + "combined_system_message.joined_channel.two": "{firstUser} and {secondUser} joined the channel.", + "combined_system_message.joined_team.many_expanded": "{users} and {lastUser} joined the team.", + "combined_system_message.joined_team.one": "{firstUser} joined the team.", + "combined_system_message.joined_team.two": "{firstUser} and {secondUser} joined the team.", + "combined_system_message.left_channel.many_expanded": "{users} and {lastUser} left the channel.", + "combined_system_message.left_channel.one": "{firstUser} left the channel.", + "combined_system_message.left_channel.two": "{firstUser} and {secondUser} left the channel.", + "combined_system_message.left_team.many_expanded": "{users} and {lastUser} left the team.", + "combined_system_message.left_team.one": "{firstUser} left the team.", + "combined_system_message.left_team.two": "{firstUser} and {secondUser} left the team.", + "combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were removed from the channel.", + "combined_system_message.removed_from_channel.one": "{firstUser} was removed from the channel.", + "combined_system_message.removed_from_channel.one_you": "You were removed from the channel.", + "combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were removed from the channel.", + "combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were removed from the team.", + "combined_system_message.removed_from_team.one": "{firstUser} was removed from the team.", + "combined_system_message.removed_from_team.one_you": "You were removed from the team.", + "combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were removed from the team.", + "combined_system_message.you": "You", "confirm_modal.cancel": "Отмена", "connecting_screen": "Подключение", "convert_channel.cancel": "No, cancel", @@ -1933,6 +1963,16 @@ "invite_member.sending": " Отправка", "invite_member.teamInviteLink": "You can also invite people using the {link}.", "katex.error": "Couldn't compile your Latex code. Please review the syntax and try again.", + "last_users_message.added_to_channel.type": "were added to the channel by {actor}.", + "last_users_message.added_to_team.type": "were added to the team by {actor}.", + "last_users_message.first": "{firstUser} and ", + "last_users_message.joined_channel.type": "joined the channel.", + "last_users_message.joined_team.type": "joined the team.", + "last_users_message.left_channel.type": "left the channel.", + "last_users_message.left_team.type": "left the team.", + "last_users_message.others": "{numOthers} others ", + "last_users_message.removed_from_channel.type": "were removed from the channel.", + "last_users_message.removed_from_team.type": "were removed from the team.", "ldap_signup.find": "Найти команды", "ldap_signup.ldap": "Создание команды с аккаунтом AD/LDAP", "ldap_signup.length_error": "Имя должно быть длиннее 3 символов и короче 15.", @@ -2434,7 +2474,7 @@ "post_delete.okay": "Понятно", "post_delete.someone": "Кто-то удалил сообщение, которое вы хотели прокомментировать.", "post_focus_view.beginning": "Начало архива канала", - "post_info.auto_responder": "AUTOMATIC REPLY", + "post_info.auto_responder": "Автоматический Ответ", "post_info.bot": "BOT", "post_info.del": "Удалить", "post_info.edit": "Редактировать", @@ -2699,7 +2739,7 @@ "status_dropdown.set_dnd.extra": "Отключает настольные и Push-уведомления", "status_dropdown.set_offline": "Не в сети", "status_dropdown.set_online": "В сети", - "status_dropdown.set_ooo": "Out of Office", + "status_dropdown.set_ooo": "Не на работе", "status_dropdown.set_ooo.extra": "Automatic Replies are enabled", "suggestion.loading": "Загрузка...", "suggestion.mention.all": "ВНИМАНИЕ: это приведёт к уведомлению всех в этом канале", @@ -2715,10 +2755,11 @@ "suggestion.mention.unread.channels": "Unread Channels", "suggestion.search.private": "Приватные каналы", "suggestion.search.public": "Общедоступные каналы", + "system_notice.adminVisible": "Only visible to System Admins", "system_notice.body.api3": "If you’ve created or installed integrations in the last two years, find out how upcoming changes may affect them.", "system_notice.dont_show": "Don't show again", "system_notice.remind_me": "Remind me later", - "system_notice.title": "System Message
from Mattermost", + "system_notice.title": "Notice
from Mattermost", "system_users_list.count": "{count, number} {count, plural, one {user} other {users}}", "system_users_list.countPage": "{startCount, number} - {endCount, number} {count, plural, =0 {0 участников} one {участник} few {участника} other {участников}} из {total}", "system_users_list.countSearch": "{startCount, number} - {endCount, number} {count, plural, =0 {0 участников} one {участник} few {участника} other {участников}} из {total}", diff --git a/assets/base/i18n/tr.json b/assets/base/i18n/tr.json index 61d2df2cc..b286bdc8e 100644 --- a/assets/base/i18n/tr.json +++ b/assets/base/i18n/tr.json @@ -627,14 +627,17 @@ "admin.ldap.firstnameAttrDesc": "(İsteğe bağlı) Mattermost kullanıcılarının adlarının alınacağı AD/LDAP sunucu özniteliği. Ayarlandığında, LDAP sunucusu ile eşitlendiğinden kullanıcılar adlarını değiştiremez. Boş bırakıldığında, kullanıcılar Hesap Ayarları bölümünden adlarını değiştirebilir.", "admin.ldap.firstnameAttrEx": "Örnek: \"belirtilenAd\"", "admin.ldap.firstnameAttrTitle": "Ad Özniteliği:", - "admin.ldap.idAttrDesc": "Mattermost kullanıcılarının tekil kimlik kodlarının alınacağı AD/LDAP sunucu özniteliği. Kullanıcı adı ya da UID gibi değişmeyecek bir AD/LDAP özniteliği olmalıdır. Bir kullanıcının kodu değişirse, önceki ile farklı bir yeni Mattermost hesabı oluşturulur. Bu değer Mattermost oturum açma sayfasında \"AD/LDAP Kullanıcı Adı\" alanında kullanılır. Normal olarak bu öznitelik \" yukarıdaki \"Kullanıcı Adı Özniteliği\" ile aynıdır. Takımınız AD/LDAP üzerindeki diğer hizmetlere erişmek için etkialani\\\\kullaniciadi şeklinde oturum açıyorsa, siteler arasında tutarlılık sağlamak için bu alana da etkialani\\\\kullaniciadi şeklinde yazılmasını sağlayabilirsiniz.", - "admin.ldap.idAttrEx": "Örnek:\"sAMHesapAdi\"", + "admin.ldap.idAttrDesc": "Mattermost üzerinde tekil belirteç olarak kullanılacak AD/LDAP sunucusu özniteliği. Değeri değişmeyecek bir AD/LDAP özniteliği olmalıdır. Bir kullanıcı kodunun özniteliği değişirse, eskisi ile ilgili olmayan yeni bir Mattermost kullanıcı hesabı oluşturulur. Bu değeri kullanıcı oturum açtıktan sonra değiştirmeniz gerekirse \"platform ldap idmigrate\" CLI aracını kullanabilirsiniz", + "admin.ldap.idAttrEx": "Örnek: \"objectGUID\"", "admin.ldap.idAttrTitle": "Kod Özniteliği: ", "admin.ldap.jobExtraInfo": "{ldapUsers} LDAP kullanıcısı tarandı, {updateCount} güncellendi, {deleteCount} devre dışı bırakıldı", "admin.ldap.lastnameAttrDesc": "(İsteğe bağlı) Mattermost kullanıcılarının soyadlarının alınacağı AD/LDAP sunucu özniteliği. Ayarlandığında, LDAP sunucusu ile eşitlendiğinden kullanıcılar soyadlarını değiştiremez. Boş bırakıldığında, kullanıcılar Hesap Ayarları bölümünden soyadlarını değiştirebilir.", "admin.ldap.lastnameAttrEx": "Örnek: \"sn\"", "admin.ldap.lastnameAttrTitle": "Soyad Özniteliği:", "admin.ldap.ldap_test_button": "AD/LDAP Sınaması", + "admin.ldap.loginAttrDesc": "Mattermost üzerinde kullanıcıların oturum açması için kullanılacak AD/LDAP sunucusu özniteliği. Oturum açma sayfasındaki \"AD/LDAP Kullanıcı Adı\" alanına yazılacak değerdir. Normal durumda bu öznitelik yukarıdaki \"Kullanıcı Adı Özniteliği\" ile aynıdır. Ekibiniz genel olarak AD/LDAP kullanan diğer hizmetler üzerinde oturum açmak için etkialani\\kullanıcıadi biçimini kullanıyorsa, siteler arasında tutarlılık sağlamak için bu alanı da etkialani\\kullaniciadi yazılacak biçimde seçebilirsiniz.", + "admin.ldap.loginAttrTitle": "Oturum Açma Kodu Özniteliği: ", + "admin.ldap.loginIdAttrEx": "Örnek:\"sAMHesapAdi\"", "admin.ldap.loginNameDesc": "Oturum açma sayfasındaki oturum açma alanında görüntülenecek etiket. Varsayılan: \"AD/LDAP Kullanıcı Adı\".", "admin.ldap.loginNameEx": "Örnek: \"AD/LDAP Kullanıcı Adı\"", "admin.ldap.loginNameTitle": "Oturum Açma Alanı Adı:", @@ -667,7 +670,7 @@ "admin.ldap.testFailure": "AD/LDAP Sınaması Başarısız: {error}", "admin.ldap.testHelpText": "Mattermost sunucusunun belirtilen AD/LDAP sunucusu ile bağlantısını sınar. Ayrıntılı hata iletileri için günlük dosyasına bakın.", "admin.ldap.testSuccess": "AD/LDAP Sınaması Başarılı", - "admin.ldap.uernameAttrDesc": "(İsteğe bağlı) Mattermost kullanıcı adlarının alınacağı AD/LDAP sunucu özniteliği. Kod özniteliği ile aynı olabilir.", + "admin.ldap.uernameAttrDesc": "Mattermost kullanıcı adlarının alınacağı AD/LDAP sunucu özniteliği. Oturum Açma Kodu özniteliği ile aynı olabilir.", "admin.ldap.userFilterDisc": "(İsteğe bağlı) Kullanıcı nesneleri aranırken kullanılacak AD/LDAP süzgecini yazın. Yalnız bu sorgu sonucunda seçilen kullanıcılar Mattermost oturumu açabilir. Aktif Dizin için devre dışı bırakılmış kullanıcıları süzen sorgu şu şekildedir (&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).", "admin.ldap.userFilterEx": "Örnek: \"(objectClass=user)\"", "admin.ldap.userFilterTitle": "Kullanıcı Süzgeci:", @@ -945,8 +948,6 @@ "admin.service.corsTitle": "Şuradan gelen kaynaklar arası istekler alınsın:", "admin.service.developerDesc": "Bu seçenek etkinleştirildiğinde, JavaScript hataları kullanıcı arayüzünün üst bölümünde mor bir çubuk içinde görüntülenir. Üretim ortamında kullanılması önerilmez. ", "admin.service.developerTitle": "Geliştirici Kipi Kullanılsın: ", - "admin.service.enableAPIv3": "API v3 uç noktaları kullanılabilsin:", - "admin.service.enableAPIv3Description": "Tüm REST API v3 uç noktalarını devre dışı bırakmak için bu seçeneği devre dışı bırakın. Bu durumda API v3 kullanan bütünleştirmeler çalışmaz ve API v4 aktarımı için işaretlenebilir. API v3 kullanımdan kaldırıldığından yakın gelecekte tamamen kaldırılacak. Ayrıntılı bilgi almak için https://api.mattermost.com adresine bakın.", "admin.service.enforceMfaDesc": "Bu seçenek etkinleştirildiğinde oturum açmak için Çok Aşamalı Kimlik Doğrulaması kullanılır. Yani kullanıcılardan kayıt olurken ÇOKD ayarlarını yapmaları istenir. ÇOKD ayarlarını yapmadan oturum açmış kullanıcılar bu ayarları yapanada kadar ÇOKD ayarları sayfasına yönlendirilir.

Sisteminizde AD/LDAP ve e-posta dışında oturum açma yöntemleri kullanan kullanıcılar varsa, Mattermost dışındaki kimlik doğrulama hizmeti sağlayıcıları için ÇOKD kullanımı dayatılmalıdır.", "admin.service.enforceMfaTitle": "Çok Aşamalı Kimlik Doğrulama Dayatılsın:", "admin.service.forward80To443": "80 kapısı 443 kapısına yönlendirilsin:", @@ -1501,6 +1502,35 @@ "claim.oauth_to_email.pwdNotMatch": "Parola ile onayı aynı değil.", "claim.oauth_to_email.switchTo": "{type} hesabını e-posta ve parola olarak değiştir", "claim.oauth_to_email.title": "{type} hesabını e-posta olarak değiştir", + "combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were added to the channel by {actor}.", + "combined_system_message.added_to_channel.one": "{firstUser} added to the channel by {actor}.", + "combined_system_message.added_to_channel.one_you": "You were added to the channel by {actor}.", + "combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} added to the channel by {actor}.", + "combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were added to the team by {actor}.", + "combined_system_message.added_to_team.one": "{firstUser} added to the team by {actor}.", + "combined_system_message.added_to_team.one_you": "You were added to the team by {actor}.", + "combined_system_message.added_to_team.two": "{firstUser} and {secondUser} added to the team by {actor}.", + "combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} joined the channel.", + "combined_system_message.joined_channel.one": "{firstUser} joined the channel.", + "combined_system_message.joined_channel.two": "{firstUser} and {secondUser} joined the channel.", + "combined_system_message.joined_team.many_expanded": "{users} and {lastUser} joined the team.", + "combined_system_message.joined_team.one": "{firstUser} joined the team.", + "combined_system_message.joined_team.two": "{firstUser} and {secondUser} joined the team.", + "combined_system_message.left_channel.many_expanded": "{users} and {lastUser} left the channel.", + "combined_system_message.left_channel.one": "{firstUser} left the channel.", + "combined_system_message.left_channel.two": "{firstUser} and {secondUser} left the channel.", + "combined_system_message.left_team.many_expanded": "{users} and {lastUser} left the team.", + "combined_system_message.left_team.one": "{firstUser} left the team.", + "combined_system_message.left_team.two": "{firstUser} and {secondUser} left the team.", + "combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were removed from the channel.", + "combined_system_message.removed_from_channel.one": "{firstUser} was removed from the channel.", + "combined_system_message.removed_from_channel.one_you": "You were removed from the channel.", + "combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were removed from the channel.", + "combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were removed from the team.", + "combined_system_message.removed_from_team.one": "{firstUser} was removed from the team.", + "combined_system_message.removed_from_team.one_you": "You were removed from the team.", + "combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were removed from the team.", + "combined_system_message.you": "You", "confirm_modal.cancel": "İptal", "connecting_screen": "Bağlanıyor", "convert_channel.cancel": "Hayır, iptal et", @@ -1933,6 +1963,16 @@ "invite_member.sending": " Gönderiliyor", "invite_member.teamInviteLink": "Ayrıca {link} bağlantısını kullanarak kişileri çağırabilirsiniz.", "katex.error": "Latex kodu derlenemedi. Lütfen söz dizimini denetleyip yeniden deneyin.", + "last_users_message.added_to_channel.type": "were added to the channel by {actor}.", + "last_users_message.added_to_team.type": "were added to the team by {actor}.", + "last_users_message.first": "{firstUser} and ", + "last_users_message.joined_channel.type": "joined the channel.", + "last_users_message.joined_team.type": "joined the team.", + "last_users_message.left_channel.type": "left the channel.", + "last_users_message.left_team.type": "left the team.", + "last_users_message.others": "{numOthers} others ", + "last_users_message.removed_from_channel.type": "were removed from the channel.", + "last_users_message.removed_from_team.type": "were removed from the team.", "ldap_signup.find": "Takımlarımı bul", "ldap_signup.ldap": "AD/LDAP hesabıyla takım ekle", "ldap_signup.length_error": "Ad en az 3 en fazla 15 karakterden oluşabilir", @@ -2715,10 +2755,11 @@ "suggestion.mention.unread.channels": "Okunmamış Kanallar", "suggestion.search.private": "Özel Kanallar", "suggestion.search.public": "Herkese Açık Kanallar", + "system_notice.adminVisible": "Yalnız Sistem Yöneticileri görebilir", "system_notice.body.api3": "Son iki yılda bazı bütünleştirmeler eklediyseniz ya da kurduysanız yaklaşan değişikliklerin bu bütünleştirmeleri nasıl etkileyeceğine bakın.", "system_notice.dont_show": "Yeniden görüntülenmesin", "system_notice.remind_me": "Daha sonra anımsat", - "system_notice.title": "Sistem İletisi
Mattermost üzerinden", + "system_notice.title": "Bildirim
Mattermost üzerinden", "system_users_list.count": "{count, number} {count, plural, bir {user} diğer {users}}", "system_users_list.countPage": "{startCount, number} - {endCount, number} {count, plural, one {user} other {users}} / {total, number}", "system_users_list.countSearch": "{count, number} {count, plural, one {user} other {users}} / {total, number}", diff --git a/assets/base/i18n/zh-CN.json b/assets/base/i18n/zh-CN.json index cbcadec03..cc0417bf1 100644 --- a/assets/base/i18n/zh-CN.json +++ b/assets/base/i18n/zh-CN.json @@ -627,14 +627,17 @@ "admin.ldap.firstnameAttrDesc": "(可选) AD/LDAP服务器中的属性用来填充 Mattermost 用户的名字。当设置后,用户将没法修改他们的名字,因为它时和 LDAP 服务器同步的。当留空时,用户可以在帐号设置里修改名字。", "admin.ldap.firstnameAttrEx": "例如 \"givenName\"", "admin.ldap.firstnameAttrTitle": "名字属性:", - "admin.ldap.idAttrDesc": "此属性在 AD/LDAP 服务器作为 Mattermost 中一个被用于做唯一标识符值。它应该是 AD/LDAP 上不可被修改的属性,比如用户名或 uid。如果一个用户的 ID 属性被修改,它将创建一个新的 Mattermost 账户并且与之前的用户无关联。它被用于在 Mattermost 登录时“AD/LDAP 用户名”字段在登录页面。一般该属性字段与上面的“用户名属性”字段相同。如果你的团队通常使用 域名\\\\用户名 登录到其他 AD/LDAP 服务,你可以选择在本栏使用 域名\\\\用户名 以跟其他站点保持一致。", - "admin.ldap.idAttrEx": "例如 \"sAMAccountName\"", + "admin.ldap.idAttrDesc": "此 AD/LDAP 服务器属性将在 Mattermost 做为唯一识别。它应该是 AD/LDAP 属性中不会变动的值。如果用户的 ID 属性改动,它将创建个新的 Mattermost 帐号并且不和旧的关联。如果您在用户登入后更改了此设定,您可以使用 \"platform ldap idmigrate\" CLI 工具", + "admin.ldap.idAttrEx": "例如 \"objectGUID\"", "admin.ldap.idAttrTitle": "ID属性:", "admin.ldap.jobExtraInfo": "已扫描 {ldapUsers} 位 LDAP 用户,已更新 {updateCount},已停用 {deleteCount}", "admin.ldap.lastnameAttrDesc": "(可选) AD/LDAP服务器中的属性用来填充 Mattermost 用户的姓氏。当设置后,用户将没法修改他们的姓氏,因为它时和 LDAP 服务器同步的。当留空时,用户可以在帐号设置里修改姓氏。", "admin.ldap.lastnameAttrEx": "例如 \"sn\"", "admin.ldap.lastnameAttrTitle": "姓氏属性:", "admin.ldap.ldap_test_button": "AD/LDAP 测试", + "admin.ldap.loginAttrDesc": "此 AD/LDAP 服务器属性将让 AD/LDAP 用户登入 Mattermost。此值将登入 Mattermost 登入界面的 \"AD/LDAP 用户名\" 栏使用。通常下此属性和上方的 \"用户名属性\" 一致。如果您的团队通常使用 域\\用户名 登入其他 AD/LDAP 服务,您可以输入 域\\用户名 以便在不同站点保持一致性。", + "admin.ldap.loginAttrTitle": "登入 ID 属性:", + "admin.ldap.loginIdAttrEx": "例如 \"sAMAccountName\"", "admin.ldap.loginNameDesc": "出现在登录页面登录框的占位符文本。默认为 \"AD/LDAP 用户名\"。", "admin.ldap.loginNameEx": "例如 \"AD/LDAP 用户名\"", "admin.ldap.loginNameTitle": "域名登录:", @@ -667,7 +670,7 @@ "admin.ldap.testFailure": "AD/LDAP 测试失败:{error}", "admin.ldap.testHelpText": "测试 Mattermost 服务器是否能连接到指定的 AD/LDAP 服务器。详细错误信息请见日志文件。", "admin.ldap.testSuccess": "AD/LDAP 测试成功", - "admin.ldap.uernameAttrDesc": "AD/LDAP 服务器中属性用于填充 Mattermost 用户名属性。这可以和 ID 属性一致。", + "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": "用户筛选器:", @@ -945,8 +948,6 @@ "admin.service.corsTitle": "允许来自以下跨源请求网址:", "admin.service.developerDesc": "开启时,Javascript 错误将显示在页面顶端紫色条里。不推荐在正式环境使用。", "admin.service.developerTitle": "开启开发者模式:", - "admin.service.enableAPIv3": "允许使用 API v3 接口:", - "admin.service.enableAPIv3Description": "设否以禁用所有 REST API 版本 3 的接口。依赖 API v3 接口的整合将失败并可以升级到 API v4。API v3 已淘汰并将在近期移除。详情请见https://api.mattermost.com。", "admin.service.enforceMfaDesc": "当设为是时,必须需要多重验证登入。新用户将在注册时候设置多重验证。已登入并未设置多重验证的用户将重指向多重验证设置页面直到配置完成。

如果您的系统有 AD/LDAP 或电子邮件登入方式以外的用户,多重验证必须在 Mattermost 外的验证提供商设置。", "admin.service.enforceMfaTitle": "强制多重身份验证:", "admin.service.forward80To443": "映射端口 80 到 443:", @@ -1501,6 +1502,35 @@ "claim.oauth_to_email.pwdNotMatch": "密码不匹配。", "claim.oauth_to_email.switchTo": "切换{type}为邮箱和密码", "claim.oauth_to_email.title": "切换{type}账户为邮箱", + "combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were added to the channel by {actor}.", + "combined_system_message.added_to_channel.one": "{firstUser} added to the channel by {actor}.", + "combined_system_message.added_to_channel.one_you": "You were added to the channel by {actor}.", + "combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} added to the channel by {actor}.", + "combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were added to the team by {actor}.", + "combined_system_message.added_to_team.one": "{firstUser} added to the team by {actor}.", + "combined_system_message.added_to_team.one_you": "You were added to the team by {actor}.", + "combined_system_message.added_to_team.two": "{firstUser} and {secondUser} added to the team by {actor}.", + "combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} joined the channel.", + "combined_system_message.joined_channel.one": "{firstUser} joined the channel.", + "combined_system_message.joined_channel.two": "{firstUser} and {secondUser} joined the channel.", + "combined_system_message.joined_team.many_expanded": "{users} and {lastUser} joined the team.", + "combined_system_message.joined_team.one": "{firstUser} joined the team.", + "combined_system_message.joined_team.two": "{firstUser} and {secondUser} joined the team.", + "combined_system_message.left_channel.many_expanded": "{users} and {lastUser} left the channel.", + "combined_system_message.left_channel.one": "{firstUser} left the channel.", + "combined_system_message.left_channel.two": "{firstUser} and {secondUser} left the channel.", + "combined_system_message.left_team.many_expanded": "{users} and {lastUser} left the team.", + "combined_system_message.left_team.one": "{firstUser} left the team.", + "combined_system_message.left_team.two": "{firstUser} and {secondUser} left the team.", + "combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were removed from the channel.", + "combined_system_message.removed_from_channel.one": "{firstUser} was removed from the channel.", + "combined_system_message.removed_from_channel.one_you": "You were removed from the channel.", + "combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were removed from the channel.", + "combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were removed from the team.", + "combined_system_message.removed_from_team.one": "{firstUser} was removed from the team.", + "combined_system_message.removed_from_team.one_you": "You were removed from the team.", + "combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were removed from the team.", + "combined_system_message.you": "You", "confirm_modal.cancel": "取消", "connecting_screen": "正在连接", "convert_channel.cancel": "不,取消", @@ -1933,6 +1963,16 @@ "invite_member.sending": "发送", "invite_member.teamInviteLink": "你可以使用链接{link}邀请别人。", "katex.error": "无法编译您的 Latex 码。请检查语法后重试。", + "last_users_message.added_to_channel.type": "were added to the channel by {actor}.", + "last_users_message.added_to_team.type": "were added to the team by {actor}.", + "last_users_message.first": "{firstUser} and ", + "last_users_message.joined_channel.type": "joined the channel.", + "last_users_message.joined_team.type": "joined the team.", + "last_users_message.left_channel.type": "left the channel.", + "last_users_message.left_team.type": "left the team.", + "last_users_message.others": "{numOthers} others ", + "last_users_message.removed_from_channel.type": "were removed from the channel.", + "last_users_message.removed_from_team.type": "were removed from the team.", "ldap_signup.find": "寻找我的团队", "ldap_signup.ldap": "用 AD/LDAP 帐号建立团队", "ldap_signup.length_error": "名称必须为3至15个字母", @@ -2035,8 +2075,8 @@ "mobile.android.permission_denied_retry": "设置权限", "mobile.android.photos_permission_denied_description": "请更改您的权限设定以从您的照片库上传图片。", "mobile.android.photos_permission_denied_title": "需要照片库访问权限", - "mobile.android.storage_permission_denied_description": "请更改您的权限设定以从您的照片库上传图片。", - "mobile.android.storage_permission_denied_title": "需要视频库访问权限", + "mobile.android.storage_permission_denied_description": "请更改您的权限设定以从您的安卓设备上传图片。", + "mobile.android.storage_permission_denied_title": "需要储存库访问权限", "mobile.android.videos_permission_denied_description": "请更改您的权限设定以从您的视频库上传视频。", "mobile.android.videos_permission_denied_title": "需要视频库访问权限", "mobile.announcement_banner.dismiss": "解除", @@ -2137,7 +2177,7 @@ "mobile.failed_network_action.description": "您的网络连接有问题。请确认您的网络连接正常后重试。", "mobile.failed_network_action.retry": "重试", "mobile.failed_network_action.title": "无网络连接", - "mobile.file_upload.browse": "Browse Files", + "mobile.file_upload.browse": "浏览文件", "mobile.file_upload.camera": "拍照或视频", "mobile.file_upload.library": "照片库", "mobile.file_upload.max_warning": "最多上传 5 个文件。", @@ -2715,10 +2755,11 @@ "suggestion.mention.unread.channels": "未读频道", "suggestion.search.private": "私有频道", "suggestion.search.public": "公共频道", + "system_notice.adminVisible": "只对系统管理员可见", "system_notice.body.api3": "如果您在上两年创建或安装了整合,请了解即将的更改会如何影响它们。", "system_notice.dont_show": "不再显示", "system_notice.remind_me": "稍后提醒", - "system_notice.title": "来自 Mattermost 的系统消息
", + "system_notice.title": "来自 Mattermost 的消息
", "system_users_list.count": "{count, number} 位用户", "system_users_list.countPage": "{startCount, number} - {endCount, number} {count} 位用户,共 {total, number} 位", "system_users_list.countSearch": "{count, number} 位用户,共 {total, number}", diff --git a/assets/base/i18n/zh-TW.json b/assets/base/i18n/zh-TW.json index 261023838..2ab4bc7e8 100644 --- a/assets/base/i18n/zh-TW.json +++ b/assets/base/i18n/zh-TW.json @@ -627,14 +627,17 @@ "admin.ldap.firstnameAttrDesc": "(非必須) 用於設定 Mattermost 使用者名字的 AD/LDAP 伺服器屬性。當設定之後由於將會跟 LDAP 伺服器同步名字,使用者將無法編輯。留白時使用者可以在帳號設定中設定他們自己的名字。", "admin.ldap.firstnameAttrEx": "如:\"givenName\"", "admin.ldap.firstnameAttrTitle": "名字屬性:", - "admin.ldap.idAttrDesc": "此屬性在 AD/LDAP 伺服器上的值將會被用做 Mattermost 裡獨特、唯一的識別值。此屬性應該選用不會變更的屬性,例如使用者名稱 或 uid。如果一個使用者的 ID 屬性值有所變更,Mattermost 將會建立一個跟原本帳戶無關的新帳戶。這將是未來使用者在 Mattermost 登入頁面所要填入\"AD/LDAP 使用者名稱\"欄位的值。通常此屬性設定成與上面的\"用戶名稱\"屬性相同。如果您的團隊習慣用 domain\\\\username 登入其他使用 AD/LDAP 認證的服務,最好在本欄位填入 domain\\\\username 以保持一致性。", - "admin.ldap.idAttrEx": "如:\"sAMAccountName\"", + "admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server that will be used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one. If you need to change this after users have already logged in, you can use the CLI tool \"platform ldap idmigrate\"", + "admin.ldap.idAttrEx": "E.g.: \"objectGUID\"", "admin.ldap.idAttrTitle": "ID 的屬性:", "admin.ldap.jobExtraInfo": "已掃描 {ldapUsers} 個 LDAP 使用者,更新了 {updateCount} 個使用者, 停用了 {deleteCount} 使用者", "admin.ldap.lastnameAttrDesc": "(非必須) 用於設定 Mattermost 使用者姓氏的 AD/LDAP 伺服器屬性。當設定之後由於將會跟 LDAP 伺服器同步姓氏,使用者將無法編輯。留白時使用者可以在帳號設定中設定他們自己的姓氏。", "admin.ldap.lastnameAttrEx": "如:\"sn\"", "admin.ldap.lastnameAttrTitle": "姓氏屬性:", "admin.ldap.ldap_test_button": "AD/LDAP Test", + "admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server that will be used by AD/LDAP users to login to Mattermost. This is the value used to log in to Mattermost in the \"AD/LDAP Username\" field on the sign in page. Normally this attribute is the same as the \"Username Attribute\" field above. If your team typically uses domain\\username to sign in to other services with AD/LDAP, you may choose to put domain\\username in this field to maintain consistency between sites.", + "admin.ldap.loginAttrTitle": "Login ID Attribute: ", + "admin.ldap.loginIdAttrEx": "如:\"sAMAccountName\"", "admin.ldap.loginNameDesc": "顯示在登入頁面上登入欄位的提示字。預設為\"AD/LDAP 使用者名稱\"。", "admin.ldap.loginNameEx": "如:\"AD/LDAP 使用者名稱\"", "admin.ldap.loginNameTitle": "登入欄位名:", @@ -945,8 +948,6 @@ "admin.service.corsTitle": "允許來自下列網址的跨站請求:", "admin.service.developerDesc": "啟用時,Javascript 錯誤會顯示在使用者界面頂端上的紫色橫欄。不建議在正式環境中使用。", "admin.service.developerTitle": "啟用開發者模式:", - "admin.service.enableAPIv3": "允許使用 API 版本 3 的端點:", - "admin.service.enableAPIv3Description": "設為停用以停止所有 REST API 版本3的端點。依靠 API 版本3的外部整合將會失效,可藉此識別並移轉至版本4。版本3已過時,不久後將會移除。詳情請參閱https://api.mattermost.com。", "admin.service.enforceMfaDesc": "啟用時,登入必須使用多重要素驗證。新的使用者將會在登錄時被要求設定多重要素驗證。已登入但沒有設定多重要素驗證的使用者將會被重新導向至多重要素驗證設定頁面直到完成設定為止。

如果使用了 AD/LDAP 與電子郵件以外的登入方式,多重要素驗證必須要在認證提供者處設定。 ", "admin.service.enforceMfaTitle": "強制使用多重要素驗證:", "admin.service.forward80To443": "轉送80通訊埠至443:", @@ -1501,6 +1502,35 @@ "claim.oauth_to_email.pwdNotMatch": "密碼不相符。", "claim.oauth_to_email.switchTo": "切換 {type} 至電子郵件地址及密碼", "claim.oauth_to_email.title": "由 {type} 帳號切換成電子郵件地址", + "combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were added to the channel by {actor}.", + "combined_system_message.added_to_channel.one": "{firstUser} added to the channel by {actor}.", + "combined_system_message.added_to_channel.one_you": "You were added to the channel by {actor}.", + "combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} added to the channel by {actor}.", + "combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were added to the team by {actor}.", + "combined_system_message.added_to_team.one": "{firstUser} added to the team by {actor}.", + "combined_system_message.added_to_team.one_you": "You were added to the team by {actor}.", + "combined_system_message.added_to_team.two": "{firstUser} and {secondUser} added to the team by {actor}.", + "combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} joined the channel.", + "combined_system_message.joined_channel.one": "{firstUser} joined the channel.", + "combined_system_message.joined_channel.two": "{firstUser} and {secondUser} joined the channel.", + "combined_system_message.joined_team.many_expanded": "{users} and {lastUser} joined the team.", + "combined_system_message.joined_team.one": "{firstUser} joined the team.", + "combined_system_message.joined_team.two": "{firstUser} and {secondUser} joined the team.", + "combined_system_message.left_channel.many_expanded": "{users} and {lastUser} left the channel.", + "combined_system_message.left_channel.one": "{firstUser} left the channel.", + "combined_system_message.left_channel.two": "{firstUser} and {secondUser} left the channel.", + "combined_system_message.left_team.many_expanded": "{users} and {lastUser} left the team.", + "combined_system_message.left_team.one": "{firstUser} left the team.", + "combined_system_message.left_team.two": "{firstUser} and {secondUser} left the team.", + "combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were removed from the channel.", + "combined_system_message.removed_from_channel.one": "{firstUser} was removed from the channel.", + "combined_system_message.removed_from_channel.one_you": "You were removed from the channel.", + "combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were removed from the channel.", + "combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were removed from the team.", + "combined_system_message.removed_from_team.one": "{firstUser} was removed from the team.", + "combined_system_message.removed_from_team.one_you": "You were removed from the team.", + "combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were removed from the team.", + "combined_system_message.you": "You", "confirm_modal.cancel": "取消", "connecting_screen": "連線中", "convert_channel.cancel": "不,取消", @@ -1933,6 +1963,16 @@ "invite_member.sending": " 傳送中", "invite_member.teamInviteLink": "可以用{link}來邀請他人。", "katex.error": "無法編譯 Latex 碼。請確認語法並重新嘗試。", + "last_users_message.added_to_channel.type": "were added to the channel by {actor}.", + "last_users_message.added_to_team.type": "were added to the team by {actor}.", + "last_users_message.first": "{firstUser} and ", + "last_users_message.joined_channel.type": "joined the channel.", + "last_users_message.joined_team.type": "joined the team.", + "last_users_message.left_channel.type": "left the channel.", + "last_users_message.left_team.type": "left the team.", + "last_users_message.others": "{numOthers} others ", + "last_users_message.removed_from_channel.type": "were removed from the channel.", + "last_users_message.removed_from_team.type": "were removed from the team.", "ldap_signup.find": "尋找我的團隊", "ldap_signup.ldap": "用 AD/LDAP 帳號建立團隊", "ldap_signup.length_error": "名稱長度為3到15字元", @@ -2715,6 +2755,7 @@ "suggestion.mention.unread.channels": "有未讀訊息的頻道", "suggestion.search.private": "私人頻道", "suggestion.search.public": "公開頻道", + "system_notice.adminVisible": "Only visible to System Admins", "system_notice.body.api3": "如果在過去兩年有建立或安裝外部整合,請參閱預定的變更以確認影響。", "system_notice.dont_show": "不要再顯示", "system_notice.remind_me": "稍後提醒我",