summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'webapp')
-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
5 files changed, 53 insertions, 17 deletions
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",