summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--i18n/es.json44
-rw-r--r--i18n/fr.json44
-rw-r--r--i18n/ja.json44
-rw-r--r--i18n/pt-BR.json44
-rw-r--r--webapp/i18n/en.json10
-rw-r--r--webapp/i18n/es.json9
-rw-r--r--webapp/i18n/fr.json17
-rw-r--r--webapp/i18n/ja.json17
-rw-r--r--webapp/i18n/pt-BR.json17
9 files changed, 229 insertions, 17 deletions
diff --git a/i18n/es.json b/i18n/es.json
index d75be3ed3..6c96dc081 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -340,6 +340,34 @@
"translation": "Inicializando rutas del API para los comandos"
},
{
+ "id": "api.command.invite_people.desc",
+ "translation": "Envía un correo de invitación a tu equipo de Mattermost"
+ },
+ {
+ "id": "api.command.invite_people.email_off",
+ "translation": "El servicio de correo electrónico no ha sido configurado. no se envió la(s) invitacion(es)"
+ },
+ {
+ "id": "api.command.invite_people.fail",
+ "translation": "Se encontró un error al enviar los correos de invitación"
+ },
+ {
+ "id": "api.command.invite_people.hint",
+ "translation": "[nombre@dominio.com ...]"
+ },
+ {
+ "id": "api.command.invite_people.name",
+ "translation": "invitar"
+ },
+ {
+ "id": "api.command.invite_people.no_email",
+ "translation": "Por favor especifica una o más direcciones de correo electrónico válidas"
+ },
+ {
+ "id": "api.command.invite_people.sent",
+ "translation": "Enviado(s) correo(s) de invitación"
+ },
+ {
"id": "api.command.regen.app_error",
"translation": "Permisos inapropiados para utilizar le comando de regenerar token"
},
@@ -1996,6 +2024,14 @@
"translation": "Usuario no registrado en el servidor LDAP"
},
{
+ "id": "ent.ldap.syncdone.info",
+ "translation": "Sincronización de LDAP completada"
+ },
+ {
+ "id": "ent.ldap.syncronize.get_all.app_error",
+ "translation": "No se pudo obtener a todos los usuarios utilizando LDAP"
+ },
+ {
"id": "ent.ldap.validate_filter.app_error",
"translation": "Filtro de LDAP inválido"
},
@@ -2384,6 +2420,10 @@
"translation": "Conexión segura inválida en la configuración de LDAP. Debe ser '', 'TLS', o 'STARTTLS'"
},
{
+ "id": "model.config.is_valid.ldap_sync_interval.app_error",
+ "translation": "Intervalo de sincronización inválido. De ser de al menos un minuto."
+ },
+ {
"id": "model.config.is_valid.listen_address.app_error",
"translation": "Dirección dónde se escuchará el servicio en la configuracón del servicio debe ser asignada."
},
@@ -3520,6 +3560,10 @@
"translation": "Encontramos un error buscando la cuenta"
},
{
+ "id": "store.sql_user.get_all_using_auth_service.other.app_error",
+ "translation": "Encontramos un error tratando de identificar todas las cuentas con este tipo de autenticación."
+ },
+ {
"id": "store.sql_user.get_by_auth.missing_account.app_error",
"translation": "No pudimos encontrar una cuenta existente que coincida con tu tipo de autenticación para este equipo. Es posible que necesites una invitación por parte del dueño del equipo para unirte."
},
diff --git a/i18n/fr.json b/i18n/fr.json
index 918d2bb62..dd3749647 100644
--- a/i18n/fr.json
+++ b/i18n/fr.json
@@ -340,6 +340,34 @@
"translation": "Initialisation des routes de l'api des commandes"
},
{
+ "id": "api.command.invite_people.desc",
+ "translation": "Send an email invite to your Mattermost team"
+ },
+ {
+ "id": "api.command.invite_people.email_off",
+ "translation": "Email has not been configured, no invite(s) sent"
+ },
+ {
+ "id": "api.command.invite_people.fail",
+ "translation": "Encountered an error sending email invite(s)"
+ },
+ {
+ "id": "api.command.invite_people.hint",
+ "translation": "[name@domain.com ...]"
+ },
+ {
+ "id": "api.command.invite_people.name",
+ "translation": "invite_people"
+ },
+ {
+ "id": "api.command.invite_people.no_email",
+ "translation": "Please specify one or more valid email addresses"
+ },
+ {
+ "id": "api.command.invite_people.sent",
+ "translation": "Email invite(s) sent"
+ },
+ {
"id": "api.command.regen.app_error",
"translation": "Droits insuffisants pour regénérer la clé de commande"
},
@@ -1996,6 +2024,14 @@
"translation": "Utilisateur non enregistré sur le serveur LDAP"
},
{
+ "id": "ent.ldap.syncdone.info",
+ "translation": "LDAP Synchronization completed"
+ },
+ {
+ "id": "ent.ldap.syncronize.get_all.app_error",
+ "translation": "Unable to get all users using LDAP"
+ },
+ {
"id": "ent.ldap.validate_filter.app_error",
"translation": "Filtre LDAP Invalide"
},
@@ -2384,6 +2420,10 @@
"translation": "Sécurité de connexion invalide dans les paramètres de messagerie. Doit être '', 'TLS' ou 'STARTTLS'"
},
{
+ "id": "model.config.is_valid.ldap_sync_interval.app_error",
+ "translation": "Invalid sync interval time. Must be at least one minute."
+ },
+ {
"id": "model.config.is_valid.listen_address.app_error",
"translation": "Adresse d'écoute invalide dans les paramètres de service. Doit être renseignée."
},
@@ -3520,6 +3560,10 @@
"translation": "Nous avons rencontré une erreur lors de la recherche du compte"
},
{
+ "id": "store.sql_user.get_all_using_auth_service.other.app_error",
+ "translation": "Nous avons rencontré une erreur en essayer de trouver le compte par type d'authentification."
+ },
+ {
"id": "store.sql_user.get_by_auth.missing_account.app_error",
"translation": "Nous n'avons pas pu trouver un compte existant correspondant à votre type d'authentification pour cette équipe. Cette équipe nécessite peut-être une invitation de la part du propriétaire pour pouvoir la rejoindre."
},
diff --git a/i18n/ja.json b/i18n/ja.json
index 5eba860ce..83270c07c 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -340,6 +340,34 @@
"translation": "コマンドAPIルートを初期化しています"
},
{
+ "id": "api.command.invite_people.desc",
+ "translation": "Send an email invite to your Mattermost team"
+ },
+ {
+ "id": "api.command.invite_people.email_off",
+ "translation": "Email has not been configured, no invite(s) sent"
+ },
+ {
+ "id": "api.command.invite_people.fail",
+ "translation": "Encountered an error sending email invite(s)"
+ },
+ {
+ "id": "api.command.invite_people.hint",
+ "translation": "[name@domain.com ...]"
+ },
+ {
+ "id": "api.command.invite_people.name",
+ "translation": "invite_people"
+ },
+ {
+ "id": "api.command.invite_people.no_email",
+ "translation": "Please specify one or more valid email addresses"
+ },
+ {
+ "id": "api.command.invite_people.sent",
+ "translation": "Email invite(s) sent"
+ },
+ {
"id": "api.command.regen.app_error",
"translation": "コマンドトークンを再生成するために必要な権限が付与されていません"
},
@@ -1996,6 +2024,14 @@
"translation": "ユーザーがLDAPサーバーに登録されていません"
},
{
+ "id": "ent.ldap.syncdone.info",
+ "translation": "LDAP Synchronization completed"
+ },
+ {
+ "id": "ent.ldap.syncronize.get_all.app_error",
+ "translation": "Unable to get all users using LDAP"
+ },
+ {
"id": "ent.ldap.validate_filter.app_error",
"translation": "不正なLDAPフィルターです"
},
@@ -2384,6 +2420,10 @@
"translation": "LDAP設定の接続セキュリティーが不正です。'TLS'か'STARTTLS'にしてください"
},
{
+ "id": "model.config.is_valid.ldap_sync_interval.app_error",
+ "translation": "Invalid sync interval time. Must be at least one minute."
+ },
+ {
"id": "model.config.is_valid.listen_address.app_error",
"translation": "サービス設定の接続待ちアドレスが不正です。設定してください。"
},
@@ -3520,6 +3560,10 @@
"translation": "アカウントを探す際にエラーが発生しました"
},
{
+ "id": "store.sql_user.get_all_using_auth_service.other.app_error",
+ "translation": "認証形式でアカウントを探す際にエラーが発生しました"
+ },
+ {
"id": "store.sql_user.get_by_auth.missing_account.app_error",
"translation": "このチームの認証形式に合致する既存のアカウントを見付けられませんでした。このチームに参加するには、チームのオーナーから招待を受ける必要があります。"
},
diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json
index 0f752b26c..605a51a89 100644
--- a/i18n/pt-BR.json
+++ b/i18n/pt-BR.json
@@ -340,6 +340,34 @@
"translation": "Inicializando command api routes"
},
{
+ "id": "api.command.invite_people.desc",
+ "translation": "Send an email invite to your Mattermost team"
+ },
+ {
+ "id": "api.command.invite_people.email_off",
+ "translation": "Email has not been configured, no invite(s) sent"
+ },
+ {
+ "id": "api.command.invite_people.fail",
+ "translation": "Encountered an error sending email invite(s)"
+ },
+ {
+ "id": "api.command.invite_people.hint",
+ "translation": "[name@domain.com ...]"
+ },
+ {
+ "id": "api.command.invite_people.name",
+ "translation": "invite_people"
+ },
+ {
+ "id": "api.command.invite_people.no_email",
+ "translation": "Please specify one or more valid email addresses"
+ },
+ {
+ "id": "api.command.invite_people.sent",
+ "translation": "Email invite(s) sent"
+ },
+ {
"id": "api.command.regen.app_error",
"translation": "Permissões inadequadas para re-gerar o token de comando"
},
@@ -1996,6 +2024,14 @@
"translation": "Usuário não registrado no servidor LDAP"
},
{
+ "id": "ent.ldap.syncdone.info",
+ "translation": "LDAP Synchronization completed"
+ },
+ {
+ "id": "ent.ldap.syncronize.get_all.app_error",
+ "translation": "Unable to get all users using LDAP"
+ },
+ {
"id": "ent.ldap.validate_filter.app_error",
"translation": "Filtro LDAP Inválido"
},
@@ -2384,6 +2420,10 @@
"translation": "Inválida segurança de conexão em configurações de LDAP. Deve ser '', 'TLS', or 'STARTTLS'"
},
{
+ "id": "model.config.is_valid.ldap_sync_interval.app_error",
+ "translation": "Invalid sync interval time. Must be at least one minute."
+ },
+ {
"id": "model.config.is_valid.listen_address.app_error",
"translation": "Inválido endereço de escuta em configurações de serviço Deve ser ajustado."
},
@@ -3520,6 +3560,10 @@
"translation": "Encontramos um erro ao procurar a conta"
},
{
+ "id": "store.sql_user.get_all_using_auth_service.other.app_error",
+ "translation": "Foi encontrado um erro ao tentar encontrar a conta pelo tipo de autenticação."
+ },
+ {
"id": "store.sql_user.get_by_auth.missing_account.app_error",
"translation": "Não foi possível encontrar uma conta correspondente ao seu tipo de autenticação para esta equipe. Esta equipe pode exigir um convite do dono da equipe para participar."
},
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 2f84a97d9..19ff71f95 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -280,14 +280,14 @@
"admin.ldap.serverTitle": "LDAP Server:",
"admin.ldap.skipCertificateVerification": "Skip Certificate Verification",
"admin.ldap.skipCertificateVerificationDesc": "Skips the certificate verification step for TLS or STARTTLS connections. Not recommended for production environments where TLS is required. For testing only.",
+ "admin.ldap.syncIntervalHelpText": "LDAP Synchronization is the process by which Mattermost updates its users to reflect any updated data on the LDAP server. For example if a name for a user is updated on the LDAP server, the change will be reflected in Mattermost when the synchronization is performed. Accounts that have been removed from the LDAP server will have their active sessions cleared and no longer be able to login to Mattermost. Mattermost will perform this synchronization regularly according to the interval supplied here. For example, if 60 is supplied, Mattermost will update the users every hour.",
+ "admin.ldap.syncIntervalTitle": "Synchronization Interval (In Minutes)",
"admin.ldap.uernameAttrDesc": "The attribute in the LDAP server that will be used to populate the username field in Mattermost. This may be the same as the ID Attribute.",
"admin.ldap.userFilterDisc": "Optionally enter an LDAP Filter to use when searching for user objects. Only the users selected by the query will be able to access Mattermost. For Active Directory, the query to filter out disabled users is (&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).",
"admin.ldap.userFilterEx": "Ex. \"(objectClass=user)\"",
"admin.ldap.userFilterTitle": "User Filter:",
"admin.ldap.usernameAttrEx": "Ex \"sAMAccountName\"",
"admin.ldap.usernameAttrTitle": "Username Attribute:",
- "admin.ldap.syncIntervalTitle": "Synchronization Interval (In Minutes)",
- "admin.ldap.syncIntervalHelpText": "LDAP Synchronization is the process by which Mattermost updates its users to reflect any updated data on the LDAP server. For example if a name for a user is updated on the LDAP server, the change will be reflected in Mattermost when the synchronization is performed. Accounts that have been removed from the LDAP server will have their active sessions cleared and no longer be able to login to Mattermost. Mattermost will perform this synchronization regularly according to the interval supplied here. For example, if 60 is supplied, Mattermost will update the users every hour.",
"admin.license.choose": "Choose File",
"admin.license.chooseFile": "Choose File",
"admin.license.edition": "Edition: ",
@@ -717,11 +717,11 @@
"channel_notifications.sendDesktop": "Send desktop notifications",
"channel_notifications.unreadInfo": "The channel name is bolded in the sidebar when there are unread messages. Selecting \"Only for mentions\" will bold the channel only when you are mentioned.",
"channel_select.placeholder": "--- Select a channel ---",
- "channel_switch_modal.title": "Switch Channels",
"channel_switch_modal.help": "↑↓ to browse, TAB to select, ↵ to confirm, ESC to dismiss",
- "channel_switch_modal.submit": "Switch",
- "channel_switch_modal.not_found": "No matches found.",
"channel_switch_modal.hint": "Type the name of a channel",
+ "channel_switch_modal.not_found": "No matches found.",
+ "channel_switch_modal.submit": "Switch",
+ "channel_switch_modal.title": "Switch Channels",
"choose_auth_page.emailCreate": "Create new team with email address",
"choose_auth_page.find": "Find my teams",
"choose_auth_page.gitlabCreate": "Create new team with GitLab Account",
diff --git a/webapp/i18n/es.json b/webapp/i18n/es.json
index 4ce229b9a..da07da89f 100644
--- a/webapp/i18n/es.json
+++ b/webapp/i18n/es.json
@@ -280,6 +280,8 @@
"admin.ldap.serverTitle": "Servidor LDAP:",
"admin.ldap.skipCertificateVerification": "Omitir la Verificación del Certificado",
"admin.ldap.skipCertificateVerificationDesc": "Omite la verificación del certificado para las conexiones TLS o STARTTLS. No recomendado para ambientes de producción donde TLS es requerido. Utilizalo sólamente para pruebas.",
+ "admin.ldap.syncIntervalHelpText": "La Sincronización con LDAP es el proceso con el cual Mattermost actualiza sus usuarios para reflejar cualquier actualización de la data en el servidor LDAP. Por ejemplo si el nombre de un usuario es actualizado en el servidor LDAP, el cambio se verá reflejado en Mattermost cuando la sincronización sea ejecutada. Las cuentas que han sido removidas desde el servidor LDAP tendrán sus sesiones activas revocadas y no podrán iniciar sesión en Mattermost. Mattermost realizará esta sincronización regularmente de acuerdo al intervalo de tiempo que se suministre aquí. Por ejemplo, si se suministra el valor 60, Mattermost realizará la actualización de usuarios cada hora.",
+ "admin.ldap.syncIntervalTitle": "Intervalo de Sincronización (En Minutos)",
"admin.ldap.uernameAttrDesc": "El atributo en el servidor LDAP que se utilizará para poblar el nombre de usuario en Mattermost. Este puede ser igual al Attributo Id.",
"admin.ldap.userFilterDisc": "Filtro de LDAP para buscar los objetos de los usuarios.",
"admin.ldap.userFilterEx": "Ej. \"(objectClass=user)\"",
@@ -715,6 +717,11 @@
"channel_notifications.sendDesktop": "Enviar notificaciones de escritorio",
"channel_notifications.unreadInfo": "El nombre del canal está en negritas en la barra lateral cuando hay mensajes sin leer. Al elegir \"Sólo para menciones\" sólo lo dejará en negritas cuando seas mencionado.",
"channel_select.placeholder": "--- Selecciona un canal ---",
+ "channel_switch_modal.help": "↑↓ para navegar, TAB para seleccionar, ↵ para confirmar, ESC para descartar",
+ "channel_switch_modal.hint": "Escribe el nombre de un canal",
+ "channel_switch_modal.not_found": "No se encontró ninguna coincidencia.",
+ "channel_switch_modal.submit": "Cambiar",
+ "channel_switch_modal.title": "Cambiar Canales",
"choose_auth_page.emailCreate": "Crea un nuevo equipo con tu cuenta de correo",
"choose_auth_page.find": "Encontrar mi equipo",
"choose_auth_page.gitlabCreate": "Crear un nuevo equipo con una cuenta de GitLab",
@@ -952,6 +959,8 @@
"login.invalidPassword": "La Contraseña es incorrecta.",
"login.ldapUsername": "Usuario LDAP",
"login.noAccount": "¿No tienes una cuenta? ",
+ "login.noLoginId": "Por favor ingresa tu {loginId}",
+ "login.noPassword": "Por favor ingresa tu contraseña.",
"login.on": "en {siteName}",
"login.or": "o",
"login.password": "Contraseña",
diff --git a/webapp/i18n/fr.json b/webapp/i18n/fr.json
index f52bacf0e..96892f45f 100644
--- a/webapp/i18n/fr.json
+++ b/webapp/i18n/fr.json
@@ -280,6 +280,8 @@
"admin.ldap.serverTitle": "Serveur LDAP :",
"admin.ldap.skipCertificateVerification": "Passer la vérification",
"admin.ldap.skipCertificateVerificationDesc": "Saute l'étape de vérification des certificats pour les connexions TLS ou STARTTLS . Non recommandé pour les environnements de production où TLS est nécessaire. Pour tester seulement.",
+ "admin.ldap.syncIntervalHelpText": "LDAP Synchronization is the process by which Mattermost updates its users to reflect any updated data on the LDAP server. For example if a name for a user is updated on the LDAP server, the change will be reflected in Mattermost when the synchronization is performed. Accounts that have been removed from the LDAP server will have their active sessions cleared and no longer be able to login to Mattermost. Mattermost will perform this synchronization regularly according to the interval supplied here. For example, if 60 is supplied, Mattermost will update the users every hour.",
+ "admin.ldap.syncIntervalTitle": "Synchronization Interval (In Minutes)",
"admin.ldap.uernameAttrDesc": "Attribut du serveur LDAP utilisé pour le champ \"nom d'utilisateur\" dans Mattermost. Utilisez de préférence le même champ que l'attribut \"identifiant d'utilisateur\".",
"admin.ldap.userFilterDisc": "Entrez éventuellement un filtre LDAP à utiliser lors de la recherche d'objets utilisateur. Seuls les utilisateurs sélectionnés par la requête seront en mesure d'accéder à Mattermost . Pour Active Directory, la requête pour filtrer les utilisateurs désactivés est (&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).",
"admin.ldap.userFilterEx": "Exemple : \"(objectClass=utilisateur)\"",
@@ -407,7 +409,7 @@
"admin.service.webhooksDescription": "Si activé, les webhooks entrants ont autorisés. Pour éviter le hameçonnage, tous les messages provenant de webhooks sont marqués avec l'étiquette \"BOT\".",
"admin.service.webhooksTitle": "Activer les webhooks entrants : ",
"admin.sidebar.addTeamSidebar": "Afficher l'équipe dans le menu",
- "admin.sidebar.advanced": "Advanced",
+ "admin.sidebar.advanced": "Options avancées",
"admin.sidebar.audits": "Conformité et vérification",
"admin.sidebar.authentication": "authentification",
"admin.sidebar.compliance": "Conformité",
@@ -715,6 +717,11 @@
"channel_notifications.sendDesktop": "Envoyer des notifications sur le bureau",
"channel_notifications.unreadInfo": "Le nom du canal est en gras dans la barre latérale lorsqu'il y a des messages non-plus. Choisir \"Seulement pour les mentions\" mettra en gras le canal seulement si vous être mentionné.",
"channel_select.placeholder": "--- Sélectionnez un canal ---",
+ "channel_switch_modal.help": "↑↓ to browse, TAB to select, ↵ to confirm, ESC to dismiss",
+ "channel_switch_modal.hint": "Type the name of a channel",
+ "channel_switch_modal.not_found": "No matches found.",
+ "channel_switch_modal.submit": "Switch",
+ "channel_switch_modal.title": "Switch Channels",
"choose_auth_page.emailCreate": "Créer une nouvelle équipe avec une adresse électronique",
"choose_auth_page.find": "Trouver mes équipes",
"choose_auth_page.gitlabCreate": "Créer une nouvelle équipe avec un compte GitLab",
@@ -952,6 +959,8 @@
"login.invalidPassword": "Votre mot de passe est incorrect.",
"login.ldapUsername": "Nom d’utilisateur LDAP",
"login.noAccount": "Pas de compte utilisateur ? ",
+ "login.noLoginId": "Please enter your {loginId}",
+ "login.noPassword": "Veuillez saisir votre mot de passe.",
"login.on": "activé {siteName}",
"login.or": "ou",
"login.password": "Mot de passe",
@@ -1027,8 +1036,8 @@
"pending_post_actions.cancel": "Annuler",
"pending_post_actions.retry": "Réessayer",
"permalink.error.access": "Permalink appartient à un canal dont vous n’avez pas accès",
- "post_attachment.collapse": "▲ réduire le texte",
- "post_attachment.more": "▼ lire la suite",
+ "post_attachment.collapse": "Show less...",
+ "post_attachment.more": "Show more...",
"post_body.commentedOn": "A commenté le message de {name}{apostrophe} : ",
"post_body.deleted": "(message supprimé)",
"post_body.plusMore": " et {count} autres fichiers",
@@ -1278,7 +1287,7 @@
"user.settings.display.fontTitle": "Police d'affichage",
"user.settings.display.fullScreen": "Largeur pleine",
"user.settings.display.language": "Langue",
- "user.settings.display.messageDisplayClean": "nettoyer",
+ "user.settings.display.messageDisplayClean": "Standard",
"user.settings.display.messageDisplayCompact": "Compact",
"user.settings.display.messageDisplayDescription": "Sélectionner comment les messages dans le canal doivent être affichés",
"user.settings.display.messageDisplayTitle": "Affichage des messages",
diff --git a/webapp/i18n/ja.json b/webapp/i18n/ja.json
index a0011648c..ed98919ed 100644
--- a/webapp/i18n/ja.json
+++ b/webapp/i18n/ja.json
@@ -280,6 +280,8 @@
"admin.ldap.serverTitle": "LDAPサーバー:",
"admin.ldap.skipCertificateVerification": "証明書の検証をしない",
"admin.ldap.skipCertificateVerificationDesc": "TLSまたはSTARTTLSの証明書の検証ステップをスキップします。TLSが必要な本番環境では設定することは推奨されません。テスト用の設定です。",
+ "admin.ldap.syncIntervalHelpText": "LDAP Synchronization is the process by which Mattermost updates its users to reflect any updated data on the LDAP server. For example if a name for a user is updated on the LDAP server, the change will be reflected in Mattermost when the synchronization is performed. Accounts that have been removed from the LDAP server will have their active sessions cleared and no longer be able to login to Mattermost. Mattermost will perform this synchronization regularly according to the interval supplied here. For example, if 60 is supplied, Mattermost will update the users every hour.",
+ "admin.ldap.syncIntervalTitle": "Synchronization Interval (In Minutes)",
"admin.ldap.uernameAttrDesc": "Mattermostのユーザー名を設定するために使用されるLDAPサーバーの属性値です。ID属性値と同じである場合があります。",
"admin.ldap.userFilterDisc": "ユーザーオブジェクトを検索する再のLDAPフィルターを入力できます。任意項目です。これを適用したクエリーで選ばれるユーザーのみがMattermostにアクセスできます。Active Directoryでは、無効化されているユーザーを排除するには、(&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))を設定してください。",
"admin.ldap.userFilterEx": "例: \"(objectClass=user)\"",
@@ -407,7 +409,7 @@
"admin.service.webhooksDescription": "有効な場合、内向きのウェブフックが使用可能になります。フィッシング攻撃を防ぐため、全てのウェブフックによる投稿にはBOTタグが付けられます。",
"admin.service.webhooksTitle": "外向きのウェブフックを有効化する: ",
"admin.sidebar.addTeamSidebar": "サイドバーメニューからチームを追加する",
- "admin.sidebar.advanced": "Advanced",
+ "admin.sidebar.advanced": "詳細",
"admin.sidebar.audits": "コンプライアンスと監査",
"admin.sidebar.authentication": "認証",
"admin.sidebar.compliance": "コンプライアンス",
@@ -715,6 +717,11 @@
"channel_notifications.sendDesktop": "デスクトップ通知を送ります",
"channel_notifications.unreadInfo": "チャンネル名は未読のメッセージがある場合、サイドバーで太字で表示されます。「あなたについての投稿のみ」を選択することで、あなたについての投稿がある場合のみ太字で表示されます。",
"channel_select.placeholder": "--- チャンネルを選択してください ---",
+ "channel_switch_modal.help": "↑↓ to browse, TAB to select, ↵ to confirm, ESC to dismiss",
+ "channel_switch_modal.hint": "Type the name of a channel",
+ "channel_switch_modal.not_found": "No matches found.",
+ "channel_switch_modal.submit": "Switch",
+ "channel_switch_modal.title": "Switch Channels",
"choose_auth_page.emailCreate": "電子メールアドレスで新しいチームを作成する",
"choose_auth_page.find": "参加しているチームを探す",
"choose_auth_page.gitlabCreate": "GitLabアカウントで新しいチームを作成する",
@@ -952,6 +959,8 @@
"login.invalidPassword": "パスワードが正しくありません。",
"login.ldapUsername": "LDAPユーザー名",
"login.noAccount": "アカウントを持っていますか? ",
+ "login.noLoginId": "Please enter your {loginId}",
+ "login.noPassword": "Please enter your password",
"login.on": "{siteName}にて",
"login.or": "または",
"login.password": "パスワード",
@@ -1027,8 +1036,8 @@
"pending_post_actions.cancel": "キャンセル",
"pending_post_actions.retry": "再試行",
"permalink.error.access": "アクセスできないチャンネルのパーマリンクです",
- "post_attachment.collapse": "▲テキストをたたむ",
- "post_attachment.more": "▼もっと読む",
+ "post_attachment.collapse": "Show less...",
+ "post_attachment.more": "Show more...",
"post_body.commentedOn": "{name}{apostrophe}のメッセージにコメントしました: ",
"post_body.deleted": "(メッセージは削除されています)",
"post_body.plusMore": " {count}の他のファイルを追加する",
@@ -1278,7 +1287,7 @@
"user.settings.display.fontTitle": "表示フォント",
"user.settings.display.fullScreen": "全幅",
"user.settings.display.language": "言語",
- "user.settings.display.messageDisplayClean": "クリーン",
+ "user.settings.display.messageDisplayClean": "Standard",
"user.settings.display.messageDisplayCompact": "コンパクト",
"user.settings.display.messageDisplayDescription": "チャンネルでメッセージがどのように表示されるか選択してください。",
"user.settings.display.messageDisplayTitle": "メッセージの表示",
diff --git a/webapp/i18n/pt-BR.json b/webapp/i18n/pt-BR.json
index b5b35ad57..83d9a6005 100644
--- a/webapp/i18n/pt-BR.json
+++ b/webapp/i18n/pt-BR.json
@@ -280,6 +280,8 @@
"admin.ldap.serverTitle": "Servidor LDAP:",
"admin.ldap.skipCertificateVerification": "Pular a Verificação do Certificado",
"admin.ldap.skipCertificateVerificationDesc": "Pula a etapa de verificação do certificado para conexões TLS ou STARTTLS. Não recomentado para ambientes de produção onde TLS é necessário. Apenas para teste.",
+ "admin.ldap.syncIntervalHelpText": "LDAP Synchronization is the process by which Mattermost updates its users to reflect any updated data on the LDAP server. For example if a name for a user is updated on the LDAP server, the change will be reflected in Mattermost when the synchronization is performed. Accounts that have been removed from the LDAP server will have their active sessions cleared and no longer be able to login to Mattermost. Mattermost will perform this synchronization regularly according to the interval supplied here. For example, if 60 is supplied, Mattermost will update the users every hour.",
+ "admin.ldap.syncIntervalTitle": "Synchronization Interval (In Minutes)",
"admin.ldap.uernameAttrDesc": "O atributo no servidor 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.userFilterDisc": "Opcionalmente, insira um filtro 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)\"",
@@ -407,7 +409,7 @@
"admin.service.webhooksDescription": "Quando verdadeiro, será permitido webhooks entrada. Para ajudar a combater os ataques de phishing, todos os posts de webhooks serão marcados por uma etiqueta BOT.",
"admin.service.webhooksTitle": "Ativar Webhooks Entrada: ",
"admin.sidebar.addTeamSidebar": "Adicionar equipe do menu lateral",
- "admin.sidebar.advanced": "Advanced",
+ "admin.sidebar.advanced": "Avançado",
"admin.sidebar.audits": "Conformidade e Auditoria",
"admin.sidebar.authentication": "Autenticação",
"admin.sidebar.compliance": "Compliance",
@@ -715,6 +717,11 @@
"channel_notifications.sendDesktop": "Enviar notificações de desktop",
"channel_notifications.unreadInfo": "O nome do canal fica em negrito na barra lateral quando houver mensagens não lidas. Selecionando \"Apenas menções\" o canal vai ficar em negrito apenas quando você for mencionado.",
"channel_select.placeholder": "--- Selecione um canal ---",
+ "channel_switch_modal.help": "↑↓ to browse, TAB to select, ↵ to confirm, ESC to dismiss",
+ "channel_switch_modal.hint": "Type the name of a channel",
+ "channel_switch_modal.not_found": "No matches found.",
+ "channel_switch_modal.submit": "Switch",
+ "channel_switch_modal.title": "Switch Channels",
"choose_auth_page.emailCreate": "Criar uma nova equipe com endereço de email",
"choose_auth_page.find": "Encontrar minhas equipes",
"choose_auth_page.gitlabCreate": "Criar uma equipe com uma conta GitLab",
@@ -952,6 +959,8 @@
"login.invalidPassword": "Sua senha está incorreta.",
"login.ldapUsername": "Usuário LDAP",
"login.noAccount": "Não tem uma conta? ",
+ "login.noLoginId": "Please enter your {loginId}",
+ "login.noPassword": "Por favor digite a sua senha.",
"login.on": "no {siteName}",
"login.or": "ou",
"login.password": "Senha",
@@ -1027,8 +1036,8 @@
"pending_post_actions.cancel": "Cancelar",
"pending_post_actions.retry": "Tentar novamente",
"permalink.error.access": "Permalink pertence a um canal que você não tem acesso",
- "post_attachment.collapse": "▲ recolher texto",
- "post_attachment.more": "▼ leia mais",
+ "post_attachment.collapse": "Show less...",
+ "post_attachment.more": "Show more...",
"post_body.commentedOn": "Comentado da mensagem {name}{apostrophe}: ",
"post_body.deleted": "(mensagem deletada)",
"post_body.plusMore": " mais {count} outros arquivos",
@@ -1278,7 +1287,7 @@
"user.settings.display.fontTitle": "Fonte Exibição",
"user.settings.display.fullScreen": "Largura inteira",
"user.settings.display.language": "Idioma",
- "user.settings.display.messageDisplayClean": "Limpar",
+ "user.settings.display.messageDisplayClean": "Standard",
"user.settings.display.messageDisplayCompact": "Compacto",
"user.settings.display.messageDisplayDescription": "Selecione como as mensagens no canal podem ser mostradas.",
"user.settings.display.messageDisplayTitle": "Mensagem de Exibição",