From b0c3d0bd442f37427ab827fdf662b98c841cfc4b Mon Sep 17 00:00:00 2001 From: enahum Date: Mon, 27 Mar 2017 10:46:28 -0300 Subject: [PATCH] add supported translations (#403) --- app/i18n/index.js | 20 +- app/scenes/settings/settings.js | 2 +- assets/base/i18n/de.json | 2373 +++++++++++++++++++++++++++++++ assets/base/i18n/en.json | 521 +++++-- assets/base/i18n/es.json | 602 ++++++-- assets/base/i18n/fr.json | 2373 +++++++++++++++++++++++++++++++ assets/base/i18n/ja.json | 2373 +++++++++++++++++++++++++++++++ assets/base/i18n/ko.json | 2373 +++++++++++++++++++++++++++++++ assets/base/i18n/nl.json | 2373 +++++++++++++++++++++++++++++++ assets/base/i18n/pt-BR.json | 2373 +++++++++++++++++++++++++++++++ assets/base/i18n/ru.json | 2373 +++++++++++++++++++++++++++++++ assets/base/i18n/zh-CN.json | 2373 +++++++++++++++++++++++++++++++ assets/base/i18n/zh-TW.json | 2373 +++++++++++++++++++++++++++++++ 13 files changed, 22198 insertions(+), 304 deletions(-) create mode 100644 assets/base/i18n/de.json create mode 100644 assets/base/i18n/fr.json create mode 100644 assets/base/i18n/ja.json create mode 100644 assets/base/i18n/ko.json create mode 100644 assets/base/i18n/nl.json create mode 100644 assets/base/i18n/pt-BR.json create mode 100644 assets/base/i18n/ru.json create mode 100644 assets/base/i18n/zh-CN.json create mode 100644 assets/base/i18n/zh-TW.json diff --git a/app/i18n/index.js b/app/i18n/index.js index 87ff6a9f7..9bc1fe759 100644 --- a/app/i18n/index.js +++ b/app/i18n/index.js @@ -3,14 +3,32 @@ import 'intl'; +import de from 'assets/i18n/de.json'; import en from 'assets/i18n/en.json'; import es from 'assets/i18n/es.json'; +import fr from 'assets/i18n/fr.json'; +import ja from 'assets/i18n/ja.json'; +import ko from 'assets/i18n/ko.json'; +import nl from 'assets/i18n/nl.json'; +import ptBR from 'assets/i18n/pt-BR.json'; +import ru from 'assets/i18n/ru.json'; +import zhCN from 'assets/i18n/zh-CN.json'; +import zhTW from 'assets/i18n/zh-TW.json'; const DEFAULT_LOCALE = 'en'; const TRANSLATIONS = { + de, en, - es + es, + fr, + ja, + ko, + nl, + ptBR, + ru, + zhCN, + zhTW }; export function getTranslations(locale) { diff --git a/app/scenes/settings/settings.js b/app/scenes/settings/settings.js index 02790f1db..da24e9860 100644 --- a/app/scenes/settings/settings.js +++ b/app/scenes/settings/settings.js @@ -100,7 +100,7 @@ export default class Settings extends PureComponent { /> Dokumentation für mehr Details).", + "add_command.iconUrl": "Antwort-Symbol", + "add_command.iconUrl.help": "(optional) Wählen Sie ein überschreibendes Profilbild für die Antwort für diesen Slash-Befehl. Geben Sie eine URL zu einem .png oder .jpg mit mind. 128x128 Pixeln.", + "add_command.iconUrl.placeholder": "https://www.example.com/myicon.png", + "add_command.method": "Anforderungsmethode", + "add_command.method.get": "GET", + "add_command.method.help": "Die Art des Anfragekommandos gesendet an die Anfrage URL.", + "add_command.method.post": "POST", + "add_command.save": "Speichern", + "add_command.token": "Token: {token}", + "add_command.trigger": "Befehl Trigger Wort", + "add_command.trigger.help": "Auslösewort muss eindeutig sein, und kann nicht mit einem Slash beginnen oder Leerzeichen enthalten.", + "add_command.trigger.helpExamples": "Beispiele: client, mitarbeiter, patient, wetter", + "add_command.trigger.helpReserved": "Reserviert: {link}", + "add_command.trigger.helpReservedLinkText": "zeige eine Liste von eingebauten Slash-Befehlen", + "add_command.trigger.placeholder": "Befehlstrigger wie \"hallo\"", + "add_command.triggerInvalidLength": "Ein Triggerwort darf nur aus mindestens {min} und maximal {max} Buchstaben bestehen", + "add_command.triggerInvalidSlash": "Ein Triggerwort darf nicht mit / anfangen", + "add_command.triggerInvalidSpace": "Ein Triggerwort darf keine Leerzeichen enthalten", + "add_command.triggerRequired": "Ein Triggerwort ist notwendig", + "add_command.url": "Anfrage URL", + "add_command.url.help": "Die Callback URL welche die HTTP POST oder GET erhält, wenn der Slash-Befehl ausgeführt wird.", + "add_command.url.placeholder": "Muss mit http:// oder https:// anfangen", + "add_command.urlRequired": "Eine Anfrage URL wird benötigt", + "add_command.username": "Benutzername der Antwort", + "add_command.username.help": "(Optional) Wählen Sie einen überschreibenden Benutzernamen für Antworten für diesen Slash-Befehl. Benutzernamen können bis zu 22 Zeichen lang sein und Kleinbuchstaben, Ziffern und die Symbole \"-\", \"_\", und \".\" enthalten.", + "add_command.username.placeholder": "Benutzername", + "add_emoji.cancel": "Abbrechen", + "add_emoji.header": "Hinzufügen", + "add_emoji.image": "Bild", + "add_emoji.image.button": "Auswählen", + "add_emoji.image.help": "Wählen Sie ein Bild für Ihr Emoji. Das Bild kann ein gif, png oder jpg mit einer maximalen Größe von 1 MB sein. Die Größe wird automatisch auf 128x128 Pixel unter Einhaltung des Seitenverhältnisses eingepasst.", + "add_emoji.imageRequired": "Für das Emoji ist ein Bild erforderlich", + "add_emoji.name": "Name", + "add_emoji.name.help": "Wählen Sie einen Namen für Ihren Emoji. Der Name darf maximal 64 Zeichen lang sein und kann aus Kleinbuchstaben, Zahlen und den Symbolen '-' und '_' bestehen.", + "add_emoji.nameInvalid": "Der Name des Emoji´s darf nur Zahlen, Buchstaben und die Symbole '-' und '_' enthalten.", + "add_emoji.nameRequired": "Für das Emoji ist ein Name erforderlich", + "add_emoji.nameTaken": "Dieser Name wird bereits von einem Emoji verwendet. Wähle bitte einen anderen Namen.", + "add_emoji.preview": "Vorschau", + "add_emoji.preview.sentence": "Das ist ein Satz mit {image} darin.", + "add_emoji.save": "Speichern", + "add_incoming_webhook.cancel": "Abbrechen", + "add_incoming_webhook.channel": "Kanal", + "add_incoming_webhook.channel.help": "Öffentlicher Kanal oder private Gruppe welche die Webhook Daten empfängt. Sie müssen zur privaten Gruppe gehören sobald Sie den Webhook erstellen.", + "add_incoming_webhook.channelRequired": "Ein gültiger Kanal ist notwendig", + "add_incoming_webhook.description": "Beschreibung", + "add_incoming_webhook.description.help": "Beschreibung des eingehenden Webhooks.", + "add_incoming_webhook.displayName": "Anzeigename", + "add_incoming_webhook.displayName.help": "Anzeigename des eingehenden Webhooks mit bis zu 64 Zeichen.", + "add_incoming_webhook.doneHelp": "Ihr eingehender Webhook wurde eingerichtet. Bitte senden Sie die Daten an folgende URL (sehen Sie in die Dokumentation für mehr Details).", + "add_incoming_webhook.name": "Name", + "add_incoming_webhook.save": "Speichern", + "add_incoming_webhook.url": "URL: {url}", + "add_oauth_app.callbackUrls.help": "Die Weiterleitungs-URI zu der der Service weiterleiten wird, sobald der Benutzer die Autorisation Ihrer Anwendung erlaubt oder abgelehnt hat, behandelt außerdem Authorisationscodes oder Zugriffstokens. Muss eine gültige URL sein und mit http:// oder https:// beginnen.", + "add_oauth_app.callbackUrlsRequired": "Eine oder mehere Callback URLs werden benötigt", + "add_oauth_app.clientId": "Client ID: {id}", + "add_oauth_app.clientSecret": "Client Secret: {secret}", + "add_oauth_app.description.help": "Beschreibung für Ihre OAuth 2.0 Anwendung.", + "add_oauth_app.descriptionRequired": "Beschreibung für die OAuth 2.0 Anwendung ist erforderlich.", + "add_oauth_app.doneHelp": "Ihre OAuth 2.0 Anwendung wurde eingerichtet. Bitte nutzen Sie die folgende Client ID und Client Secret bei der Autorisierungsanfrage Ihrer Anwendung (siehe Dokumentation für weitere Details).", + "add_oauth_app.doneUrlHelp": "Die folgenden sind Ihre autorisierten Umleitungs-URL(s).", + "add_oauth_app.header": "Hinzufügen", + "add_oauth_app.homepage.help": "Die URL für die Homepage der OAuth 2.0 Anwendung. Stellen Sie sicher das Sie HTTP oder HTTPS in Ihrer URL basierend Ihrer Serverkonfiguration verwenden.", + "add_oauth_app.homepageRequired": "Homepage der OAuth 2.0 Anwendung ist erforderlich.", + "add_oauth_app.icon.help": "(Optional) Die URL des Bildes welches für Ihre OAuth 2.0 Anwendung verwendet wird. Stellen Sie sicher Sie verwenden HTTP oder HTTPS in Ihrer URL.", + "add_oauth_app.name.help": "Anzeigename für Ihre OAuth 2.0 Anwendung aus bis zu 64 Zeichen.", + "add_oauth_app.nameRequired": "Name der OAuth 2.0 Anwendung ist erforderlich.", + "add_oauth_app.trusted.help": "Wenn wahr wird die OAuth 2.0 Anwendung durch den Mattermost Server als vertrauenswürdig markiert und fordert den Benutzer nicht auf die Autorisation zu akzeptieren. Wenn falsch wird ein zusätzliches Fenster angezeigt in dem der Benutzer gebeten wird die Autorisierung zu akzeptieren oder abzulehnen.", + "add_oauth_app.url": "URL(s): {url}", + "add_outgoing_webhook.callbackUrls": "Callback URLs (eine pro Zeile)", + "add_outgoing_webhook.callbackUrls.help": "Die URL an die die Nachricht gesendet wird.", + "add_outgoing_webhook.callbackUrlsRequired": "Eine oder mehere Callback URLs werden benötigt", + "add_outgoing_webhook.cancel": "Abbrechen", + "add_outgoing_webhook.channel": "Kanal", + "add_outgoing_webhook.channel.help": "Öffentlicher Kanal welcher die Webhook Daten empfängt. Optional wenn mindestens ein Auslösewort definiert ist.", + "add_outgoing_webhook.contentType.help1": "Wählen Sie den Inhaltstyp mit dem die Antwort gesendet wird.", + "add_outgoing_webhook.contentType.help2": "Wenn application/x-www-form-urlencoded gewählt wird nimmt der Server an dass die Parameter im URL Format kodiert werden sollen.", + "add_outgoing_webhook.contentType.help3": "Wenn application/json gewählt wird nimmt der Server an Sie möchten JSON Daten senden.", + "add_outgoing_webhook.content_Type": "Art des Inhalts", + "add_outgoing_webhook.description": "Beschreibung", + "add_outgoing_webhook.description.help": "Beschreibung für Ihren ausgehenden Webhook.", + "add_outgoing_webhook.displayName": "Anzeigename", + "add_outgoing_webhook.displayName.help": "Anzeigename für Ihren ausgehenden Webhook aus bis zu 64 Zeichen.", + "add_outgoing_webhook.doneHelp": "Ihr ausgehender Webhook wurde eingerichtet. Der folgende Token wird in der ausgehenden Payload mitgesendet. Der folgende Token wird in der ausgehenden Payload mitgesendet. Bitte verwenden Sie ihn um zu verifizieren das er von Ihrem Mattermost Team kam (sehen Sie in die Dokumentation für mehr Details).", + "add_outgoing_webhook.name": "Name", + "add_outgoing_webhook.save": "Speichern", + "add_outgoing_webhook.token": "Token: {token}", + "add_outgoing_webhook.triggerWords": "Triggerwörter (eine pro Zeile)", + "add_outgoing_webhook.triggerWords.help": "Nachrichten die mit mit einem der spezifizierten Wörtern beginnen lösen den ausgehenden Webhook aus. Optional wenn Kanal gewählt wird.", + "add_outgoing_webhook.triggerWordsOrChannelRequired": "Ein gültiger Kanal oder eine Liste von Triggerwörtern wird benötigt", + "add_outgoing_webhook.triggerWordsTriggerWhen": "Auslösen sobald", + "add_outgoing_webhook.triggerWordsTriggerWhen.help": "Auswählen wann der ausgehende Webhook ausgelöst werden soll. Wenn das erste Wort der Nachricht einem Auslösewort exakt entspricht, oder wenn es mit dem Auslösewort beginnt.", + "add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "Erstes Wort entspricht exakt einem Auslösewort", + "add_outgoing_webhook.triggerWordsTriggerWhenStartsWith": "Erstes Wort startet mit dem Auslösewort", + "admin.advance.cluster": "High Availability (Beta)", + "admin.advance.metrics": "Performance Überwachung", + "admin.audits.reload": "Benutzeraktivitäten Log neuladen", + "admin.audits.title": "Benutzeraktivitäten Log", + "admin.authentication.email": "E-Mail Authentisierung", + "admin.authentication.gitlab": "GitLab", + "admin.authentication.ldap": "AD/LDAP", + "admin.authentication.oauth": "OAuth 2.0", + "admin.authentication.saml": "SAML", + "admin.banner.heading": "Notiz:", + "admin.cluster.enableDescription": "Wenn wahr, wird Mattermost im High Availability Modus laufen. Bitte sehen Sie sich die Dokumentation an um mehr über die High Availability Konfiguration für Mattermost zu lernen.", + "admin.cluster.enableTitle": "High Availability Modus aktivieren:", + "admin.cluster.interNodeListenAddressDesc": "Die Adresse auf der der Server für die Kommunikation mit anderen Servern horchen wird.", + "admin.cluster.interNodeListenAddressEx": "z.B.: \":8075\"", + "admin.cluster.interNodeListenAddressTitle": "Internode Abhören Adresse:", + "admin.cluster.interNodeUrlsDesc": "Die internen/privaten URLs aller Mattermost Server separiert durch Kommas.", + "admin.cluster.interNodeUrlsEx": "z.B.: \"http://10.10.10.30, http://10.10.10.31\"", + "admin.cluster.interNodeUrlsTitle": "Internode URLs:", + "admin.cluster.loadedFrom": "Diese Konfigurationsdatei wurde von Node ID {clusterId} geladen. Bitte schauen Sie im Troubleshooting Guide der Dokumentation nach wenn Sie die Systemkonsole über einen Loadbalancer erreichen und Probleme feststellen.", + "admin.cluster.noteDescription": "Ändern von Einstellungen in diesem Bereich erfordern einen Neustart des Servers bevor sie gültig werden. Wenn High Availability aktiviert ist, ist die Systemkonsole nur lesend erreichbar und kann nur über die Konfigurationsdatei geändert werden.", + "admin.cluster.should_not_change": "WARNUNG: Diese Einstellungen Synchronisieren sich eventuell nicht mit anderen Servern im Cluster. High Availability Internode Kommunikation startet erst wenn die config.json auf allen Servern identisch sind und Mattermost neugestartet wurde. Bitte schauen Sie in die Dokumentation um zu Erfahren wie Sie einen Server in den Cluster hinzufügen oder entfernen können. Wenn Sie die Systemkonsole über einen Loadbalancer erreichen und Probleme feststellen, bitte schauen Sie in den Troubleshooting Guide der Dokumentation.", + "admin.cluster.status_table.config_hash": "MD5 der Konfigurationsdatei", + "admin.cluster.status_table.hostname": "Hostname", + "admin.cluster.status_table.id": "Node ID", + "admin.cluster.status_table.reload": " Cluster Status neu laden", + "admin.cluster.status_table.status": "Status", + "admin.cluster.status_table.url": "Inter-Node URL", + "admin.cluster.status_table.version": "Version", + "admin.compliance.directoryDescription": "Verzeichnis in welchem die Bilddateien gespeichert werden. Standardwert: ./data/.", + "admin.compliance.directoryExample": "z.B.: \"./data/\"", + "admin.compliance.directoryTitle": "Compliance Report Verzeichnis:", + "admin.compliance.enableDailyDesc": "Wenn wahr erstellt Mattermost einen täglichen Compliance-Bericht.", + "admin.compliance.enableDailyTitle": "Täglichen Bericht aktivieren:", + "admin.compliance.enableDesc": "Wenn wahr erlaubt Mattermost das Compliance Reporting über den Compliance und Prüfung Tab. Sehen Sie in der Dokumentation für mehr Details nach.", + "admin.compliance.enableTitle": "Aktiviere Compliance Reporting:", + "admin.compliance.false": "falsch", + "admin.compliance.noLicense": "

Hinweis:

Compliance-Funktionen sind Bestandteil der Enterprise Edition. Ihre derzeitige Lizenz unterstützt Compliance nicht. Besuchen Sie unsere Webseite für Information und Preise der Enterprise Lizenzen.

", + "admin.compliance.save": "Speichern", + "admin.compliance.saving": "Speichere Einstellung...", + "admin.compliance.title": "Compliance Einstellungen", + "admin.compliance.true": "wahr", + "admin.compliance_reports.desc": "Auftragsname:", + "admin.compliance_reports.desc_placeholder": "z.B.: \"Audit 445 for HR\"", + "admin.compliance_reports.emails": "E-Mails:", + "admin.compliance_reports.emails_placeholder": "z.B. \"bill@example.com, bob@example.com\"", + "admin.compliance_reports.from": "Von:", + "admin.compliance_reports.from_placeholder": "z.B. \"2016-03-11\"", + "admin.compliance_reports.keywords": "Stichworte:", + "admin.compliance_reports.keywords_placeholder": "z.B.: \"shorting stock\"", + "admin.compliance_reports.reload": "Vollständige Compliance-Berichte neu laden", + "admin.compliance_reports.run": "Compliance-Bericht laufen lassen", + "admin.compliance_reports.title": "Compliance-Berichte", + "admin.compliance_reports.to": "An:", + "admin.compliance_reports.to_placeholder": "z.B. \"2016-03-15\"", + "admin.compliance_table.desc": "Beschreibung", + "admin.compliance_table.download": "Download", + "admin.compliance_table.params": "Parameter", + "admin.compliance_table.records": "Datensätze", + "admin.compliance_table.status": "Status", + "admin.compliance_table.timestamp": "Zeitstempel", + "admin.compliance_table.type": "Typ", + "admin.compliance_table.userId": "Benötigt von", + "admin.connectionSecurityNone": "Keine", + "admin.connectionSecurityNoneDescription": "Mattermost wird sich über eine unsichere Verbindung verbinden.", + "admin.connectionSecurityPlain": "PLAIN", + "admin.connectionSecurityPlainDescription": "Mattermost wird sich über eine unsichere Verbindung verbinden und authentifizieren.", + "admin.connectionSecurityStart": "STARTTLS", + "admin.connectionSecurityStartDescription": "Versucht eine existierende unsichere Verbindung in eine TLS Verbindung zu ändern.", + "admin.connectionSecurityTest": "Verbindung testen", + "admin.connectionSecurityTitle": "Verbindungssicherheit:", + "admin.connectionSecurityTls": "TLS", + "admin.connectionSecurityTlsDescription": "Verschlüsselt die Kommunikation zwischen Mattermost und Ihrem E-Mail-Server.", + "admin.customization.androidAppDownloadLinkDesc": "Einen Link zum Download der Android App hinzufügen. Benutzer die die Seite über einen mobilen Browser aufrufen werden eine Seite mit der Option die App herunterzuladen angezeigt. Dieses Feld leer lassen um zu verhindern dass die Seite angezeigt wird.", + "admin.customization.androidAppDownloadLinkTitle": "Android App Download Link:", + "admin.customization.appDownloadLinkDesc": "Einen Link zur Downloadseite für die Mattermost Apps hinzufügen. Wenn ein Link angegeben wird, wird die Option \"Mattermost Apps herunterladen\" zum Hauptmenü hinzugefügt sodass Benutzer die Downloadseite finden können. Dieses Feld leer lassen um die Option vom Hauptmenü auszublenden. ", + "admin.customization.appDownloadLinkTitle": "Mattermost Apps Download Page Link:", + "admin.customization.customBrand": "Eigenes Branding", + "admin.customization.customEmoji": "Benutzerdefinierte Emoji", + "admin.customization.enableCustomEmojiDesc": "Erlaube es Benutzern eigene Emojis für Nachrichten zu erstellen. Wenn aktiviert, können eigene Emojis durch wechseln zu einem Team, Klicken auf die drei Punkte über der Kanal-Seitenleiste und dem Auswählen von \"Eigene Emoji\" aufgerufen werden.", + "admin.customization.enableCustomEmojiTitle": "Eigene Emoji ermöglichen:", + "admin.customization.enableLinkPreviewsDesc": "Erlaube Benutzern eine Vorschau einer Webseite unterhalb der Nachricht anzuzeigen, sofern verfügbar. Wenn wahr, können Webseitenvorschauen über Kontoeinstellungrn > Erweitert > Vorschau auf Features der neuen Version aktiviert werden.", + "admin.customization.enableLinkPreviewsTitle": "Erlaube Link-Vorschauen:", + "admin.customization.iosAppDownloadLinkDesc": "Einen Link zum Download der iOS App hinzufügen. Benutzer die die Seite über einen mobilen Browser aufrufen werden eine Seite mit der Option die App herunterzuladen angezeigt. Dieses Feld leer lassen um zu verhindern dass die Seite angezeigt wird.", + "admin.customization.iosAppDownloadLinkTitle": "iOS App Download Link:", + "admin.customization.linkPreviews": "Link-Vorschauen", + "admin.customization.nativeAppLinks": "Links zu Mattermost Anwendungen", + "admin.customization.restrictCustomEmojiCreationAdmin": "Erlaube System- und Teamadministratoren eigene Emojis zu erstellen", + "admin.customization.restrictCustomEmojiCreationAll": "Erlaube jedem eigene Emoji zu erstellen", + "admin.customization.restrictCustomEmojiCreationDesc": "Beschränke die Erstellung eigener Emoji auf bestimmte Benutzer.", + "admin.customization.restrictCustomEmojiCreationSystemAdmin": "Erlaube nur Systemadministratoren eigene Emojis zu erstellen", + "admin.customization.restrictCustomEmojiCreationTitle": "Beschränke Erstellung eigener Emoji:", + "admin.customization.support": "Rechtsabteilung und Support", + "admin.database.title": "Datenbank Einstellungen", + "admin.developer.title": "Entwickler Einstellungen", + "admin.email.agreeHPNS": " Ich verstehe und akzeptiere die Bedingungen des Mattermost Hosted Push Notification Service Terms of Service und die Datenschutzerklärung.", + "admin.email.allowEmailSignInDescription": "Wenn wahr, erlaubt Mattermost Nutzern sich mit E-Mail und Passwort anzumelden.", + "admin.email.allowEmailSignInTitle": "Erlaube Login mit E-Mail: ", + "admin.email.allowSignupDescription": "Wenn wahr erlaubt Mattermost Teamerstellung und Registrierung via E-Mail und Passwort. Dieser Wert sollte nur Falsch sein, wenn Sie Anmeldungen nur via SSO Dienste wie OAuth oder AD/LDAP zulassen möchten.", + "admin.email.allowSignupTitle": "Erlaube die Erstellen einen Accounts mit der E-Mail: ", + "admin.email.allowUsernameSignInDescription": "Wenn wahr erlaubt Mattermost Nutzern sich mit Benutzername und Passwort anzumelden. Diese Einstellungen wird typischerweise nur genutzt, wenn E-Mail Bestätigung deaktiviert ist.", + "admin.email.allowUsernameSignInTitle": "Erlaube Login mit Benutzernamen: ", + "admin.email.connectionSecurityTest": "Verbindung testen", + "admin.email.easHelp": "Erfahren Sie mehr über das Erstellen und Ausrollen Ihrer eigenen mobilen App aus einem Enterprise App Store.", + "admin.email.emailFail": "Verbindung nicht erfolgreich: {error}", + "admin.email.emailSuccess": "Es wurden keine Fehler beim Sendern der E-Mail gemeldet. Bitte überprüfen Sie Ihr Postfach um sicherzugehen.", + "admin.email.enableEmailBatching.clusterEnabled": "E-Mail-Stapelverarbeitung kann nicht aktiviert werden, wenn High-Availability-Modus aktiviert ist.", + "admin.email.enableEmailBatching.siteURL": "E-Mail-Stapelverarbeitung kann nicht aktiviert werden, solange SiteURL nicht in Konfiguration > SiteURL konfiguriert ist.", + "admin.email.enableEmailBatchingDesc": "Wenn wahr können Benutzer Benachrichtigungen für mehrere Direktnachrichten und Erwähnungen in eine einzelne E-Mail kombinieren, konfigurierbar unter Kontoeinstellungen > Benachrichtigungen.", + "admin.email.enableEmailBatchingTitle": "E-Mail-Stapelverarbeitung aktivieren:", + "admin.email.fullPushNotification": "Senden eines Ausschnitts der vollständigen Nachricht", + "admin.email.genericPushNotification": "Sende allgemeine Beschreibung mit Benutzer- und Kanalnamen", + "admin.email.inviteSaltDescription": "32 Zeichen langer Salt der zum Signieren von E-Mail Einladungen hinzugefügt wird. Zufallsgeneriert bei Installation. \"Neu generieren\" klicken um einen neuen Salt zu erstellen.", + "admin.email.inviteSaltExample": "z.B.: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.inviteSaltTitle": "Salt für E-Mail Einladung:", + "admin.email.mhpns": "Benutze verschlüsselte, production-quality HPNS Verbindung zu iOS und Android Apps", + "admin.email.mhpnsHelp": "Mattermost iOS App bei iTunes herunterladen. Mattermost Android App bei Google Play herunterladen. Erfahren Sie mehr über HPNS.", + "admin.email.mtpns": "Benutze iOS und Android Apps von iTunes und Google Play mit TPNS", + "admin.email.mtpnsHelp": "Mattermost iOS App bei iTunes herunterladen. Mattermost Android App bei Google Play herunterladen. Erfahren Sie mehr über TPNS.", + "admin.email.nofificationOrganizationExample": "z.B. \"© Musterfirma GmbH, Musterstraße 23, 59424 Musterhausen, Deutschland\"", + "admin.email.notificationDisplayDescription": "Anzeigename des E-Mail Accounts, welcher zum Senden von Benachrichtigungsmails von Mattermost verwendet wird.", + "admin.email.notificationDisplayExample": "z.B.: \"Mattermost Nachricht\", \"System\", \"No-Reply\"", + "admin.email.notificationDisplayTitle": "Absendername:", + "admin.email.notificationEmailDescription": "Anzeigename des E-Mail Accounts, welcher zum Senden von Benachrichtigungsmails von Mattermost verwendet wird.", + "admin.email.notificationEmailExample": "z.B.: \"mattermost@ihrefirma.de\", \"admin@ihrefirma.de\"", + "admin.email.notificationEmailTitle": "Absenderadresse:", + "admin.email.notificationOrganization": "Adresse in der Fußzeile von Benachrichtigungen:", + "admin.email.notificationOrganizationDescription": "Name und Adresse der Organisation bzw. des Unternehmens, wie sie in E-Mail-Benachrichtigungen von Mattermost angezeigt werden sollen, z.B. \"© Musterfirma GmbH, Musterstraße 23, 59424 Musterhausen, Deutschland\". Wenn dieses Feld leer bleibt, werden der Name und Adresse der Organisation nicht angezeigt.", + "admin.email.notificationOrganizationExample": "z.B. \"© Musterfirma GmbH, Musterstraße 23, 59424 Musterhausen, Deutschland\"", + "admin.email.notificationsDescription": "Normalerweise wahr in Produktionsumgebungen. Wenn wahr versucht Mattermost E-Mail Benachrichtigungen zu versenden. Entwickler sollten dies auf falsch für eine schnellere Entwicklung setzen.
Durch setzen auf wahr wird der Vorschau Modus Banner entfernt (benötigt aus- und einloggen nach Änderung).", + "admin.email.notificationsTitle": "Aktiviere E-Mail Benachrichtigungen: ", + "admin.email.passwordSaltDescription": "32 Zeichen langer Salt der zum Signieren von Passwort zurücksetzen E-Mails hinzugefügt wird. Zufallsgeneriert bei Installation. \"Neu generieren\" klicken um einen neuen Salt zu erstellen.", + "admin.email.passwordSaltExample": "z.B.: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.passwordSaltTitle": "Passwort zurücksetzen Salt:", + "admin.email.pushContentDesc": "Die Auswahl von \"Sende allgemeine Beschreibung mit Benutzer- und Kanalnamen\" sendet Push-Benachrichtigungen mit allgemeinen Mitteilungen, die die Namen des Nutzers und des Kanals enthalten, jedoch keine Details aus der tatsächlichen Mitteilung enthalten.

Die Auswahl von \"Sende der Ausschnitt der Mitteilung\" sendet Teile der auslösenden Mitteilung mit konkreten Angaben und möglicherweise geheimen Informationen aus der Mitteilung. Sofern der Push-Mitteilungs-Service außerhalb Ihrer Firewall ist, empfehlen wir dieses Option ausschließlich in Verbindung mit dem \"https\" Protokoll zu nutzen um die Verbindung zu verschlüsseln.", + "admin.email.pushContentTitle": "Push-Mitteilungs Inhalt:", + "admin.email.pushDesc": "Normalerweise wahr in Produktionsumgebungen. Wenn wahr versucht Mattermost iOS und Android Push Nachrichten über den Push Notification Server zu versenden.", + "admin.email.pushOff": "Keine Benachrichtigungen senden", + "admin.email.pushOffHelp": "Schauen Sie in die Dokumentation zu Push-Meldungen um mehr zu den Einrichtungsmöglichkeiten zu erfahren.", + "admin.email.pushServerDesc": "Adresse des Mattermost Push Notification Servers. Dieser kann hinter einer Firewall mit https://github.com/mattermost/push-proxy betrieben werden. Für Tests können Sie http://push-test.mattermost.com verwenden, welcher mit der Mattermost iOS Beispielanwendung im Apple AppStore zusammenarbeiten. Bitte verwenden Sie den Testdienst nicht für Produktionsumgebungen.", + "admin.email.pushServerEx": "z.B.: \"http://push-test.mattermost.com\"", + "admin.email.pushServerTitle": "Push Notification Server:", + "admin.email.pushTitle": "Aktiviere Push Nachrichten: ", + "admin.email.requireVerificationDescription": "Normalerweise wahr in Produktionsumgebungen. Wenn wahr erfordert Mattermost E-Mail-Adressen nach Account Erstellung zu bestätigen bevor ein Anmelden erlaubt wird. Entwickler sollten dies auf falsch setzen um für eine schnellere Entwicklung die E-Mail Bestätigung zu überspringen.", + "admin.email.requireVerificationTitle": "Erzwinge E-Mail Bestätigung: ", + "admin.email.selfPush": "Manuelle Eingabe des Orts zum Push-Mitteilungs-Service", + "admin.email.smtpPasswordDescription": " Die Zugangsdaten erhalten Sie vom Administrator des E-Mail Servers.", + "admin.email.smtpPasswordExample": "z.B.: \"IhrPasswort\", \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.email.smtpPasswordTitle": "SMTP Server Passwort:", + "admin.email.smtpPortDescription": "SMTP Port des E-Mail-Servers.", + "admin.email.smtpPortExample": "z.B.: \"25\", \"465\", \"587\"", + "admin.email.smtpPortTitle": "SMTP Server Port:", + "admin.email.smtpServerDescription": "Adresse des SMTP E-Mail Servers.", + "admin.email.smtpServerExample": "z.B.: \"smtp.ihrefirma.de\", \"email-smtp.eu-west-1.amazonaws.com\"", + "admin.email.smtpServerTitle": "SMTP Server:", + "admin.email.smtpUsernameDescription": " Die Zugangsdaten erhalten Sie vom Administrator des E-Mail Servers.", + "admin.email.smtpUsernameExample": "z.B.: \"admin@ihrefirma.de\", \"AKIADTOVBGERKLCBV\"", + "admin.email.smtpUsernameTitle": "SMTP Server Benutzername:", + "admin.email.testing": "Überprüfen...", + "admin.false": "falsch", + "admin.file_upload.chooseFile": "Datei auswählen", + "admin.file_upload.noFile": "Keine Datei hochgeladen", + "admin.file_upload.uploadFile": "Hochladen", + "admin.files.images": "Bilder", + "admin.files.storage": "Speicher", + "admin.general.configuration": "Konfiguration", + "admin.general.localization": "Lokalisation", + "admin.general.localization.availableLocalesDescription": "Einstellen welche Sprachen für die Benutzer in den Kontoeinstellungen verfügbar sein sollen (lassen Sie dieses Feld leer um alle unterstützten Sprachen zur Verfügung zu stellen). Wenn Sie neue Sprachen manuell hinzufügen. die Standardsprache Client muss vorher geändert werden.

Möchten Sie uns bei der Übersetzung unterstützen? Treten Sie dem Mattermost Translation Server bei um Ihren Beitrag zu leisten.", + "admin.general.localization.availableLocalesNoResults": "Keine Ergebnisse gefunden", + "admin.general.localization.availableLocalesNotPresent": "Die Standardsprache für die Benutzer muss in der Liste der verfügbaren Sprachen aufgeführt sein", + "admin.general.localization.availableLocalesTitle": "Verfügbare Sprachen:", + "admin.general.localization.clientLocaleDescription": "Standard Sprache für neu angelegte Nutzer und Seiten wo sich der Nutzer noch nicht angemeldet hat.", + "admin.general.localization.clientLocaleTitle": "Standardsprache Client:", + "admin.general.localization.serverLocaleDescription": "Standard Sprache für Systemnachrichten und Logs. Eine Änderung erfordert einen Neustart damit sie gültig wird.", + "admin.general.localization.serverLocaleTitle": "Standardsprache Server:", + "admin.general.log": "Protokollierung", + "admin.general.policy": "Richtlinie", + "admin.general.policy.allowEditPostAlways": "Jederzeit", + "admin.general.policy.allowEditPostDescription": "Regel festlegen, wie lange Authoren ihre Nachtichten nach dem Absenden bearbeiten können.", + "admin.general.policy.allowEditPostNever": "Nie", + "admin.general.policy.allowEditPostTimeLimit": "Sekunden nach dem Absenden", + "admin.general.policy.allowEditPostTitle": "Erlaube Benutzern das Bearbeiten ihrer Nachrichten:", + "admin.general.policy.permissionsAdmin": "Team- und Systemadministratoren", + "admin.general.policy.permissionsAll": "Alle Teammitglieder", + "admin.general.policy.permissionsAllChannel": "Alle Kanalmitglieder", + "admin.general.policy.permissionsChannelAdmin": "Kanal-, Team- und Systemadminstratoren", + "admin.general.policy.permissionsDeletePostAdmin": "Team- und Systemadministratoren", + "admin.general.policy.permissionsDeletePostAll": "Nachrichtenersteller können ihre eigenen Nachrichten löschen, Administratoren können jede Nachricht löschen", + "admin.general.policy.permissionsDeletePostSystemAdmin": "Systemadministratoren", + "admin.general.policy.permissionsSystemAdmin": "Systemadministratoren", + "admin.general.policy.restrictPostDeleteDescription": "Richtline festlegen, wer die Berechtigung erhält, Nachrichten zu löschen.", + "admin.general.policy.restrictPostDeleteTitle": "Löschen von Nachrichten erlauben:", + "admin.general.policy.restrictPrivateChannelCreationDescription": "Regel festlegen, wer private Gruppen erstellen darf.", + "admin.general.policy.restrictPrivateChannelCreationTitle": "Erlaube Erstellung privater Gruppen für:", + "admin.general.policy.restrictPrivateChannelDeletionCommandLineToolLink": "Kommandozeilenwerkzeug", + "admin.general.policy.restrictPrivateChannelDeletionDescription": "Regel festlegen, wer private Gruppen löschen darf. Gelöschte Gruppen können von der Datenbank mit einem {commandLineToolLink} wiederhergestellt werden.", + "admin.general.policy.restrictPrivateChannelDeletionTitle": "Erlaube Löschung privater Gruppen für:", + "admin.general.policy.restrictPrivateChannelManagementDescription": "Regel festlegen, wer private Gruppen umbenennen und Kopfzeile sowie Zweck anpassen darf.", + "admin.general.policy.restrictPrivateChannelManagementTitle": "Erlaube Umbenennung privater Gruppen für:", + "admin.general.policy.restrictPublicChannelCreationDescription": "Regel festlegen, wer öffentliche Kanäle erstellen darf.", + "admin.general.policy.restrictPublicChannelCreationTitle": "Erlaube Erstellung öffentlicher Kanäle für:", + "admin.general.policy.restrictPublicChannelDeletionCommandLineToolLink": "Kommandozeilenwerkzeug", + "admin.general.policy.restrictPublicChannelDeletionDescription": "Regel festlegen, wer öffentliche Kanäle löschen darf. Gelöschte Kanäle können von der Datenbank mit einem {commandLineToolLink} wiederhergestellt werden.", + "admin.general.policy.restrictPublicChannelDeletionTitle": "Erlaube Löschung öffentlicher Kanäle für:", + "admin.general.policy.restrictPublicChannelManagementDescription": "Regel festlegen, wer öffentliche Kanäle umbenennen und Kopfzeile sowie Zweck anpassen darf.", + "admin.general.policy.restrictPublicChannelManagementTitle": "Erlaube Umbenennung öffentlicher Kanäle für:", + "admin.general.policy.teamInviteDescription": "Regel dafür festlegen wer andere in ein Team mit Neues Mitglied einladen via E-Mail einladen darf oder den Team Einladungslink erhalten Link im Hauptmenü verwenden darf. Wenn Team Einladungslink erhalten Link verwendet wird um einen Link zu teilen, können Sie den Einladungscode in den Team Einstellungen > Einladungscode verändern nachdem alle gewollten Nutzer dem Team beigetreten sind.", + "admin.general.policy.teamInviteTitle": "Erlaube Senden von Teameinladungen für:", + "admin.general.privacy": "Privatsphäre", + "admin.general.usersAndTeams": "Benutzer und Teams", + "admin.gitab.clientSecretDescription": "Befolgen Sie die Anleitung zum Login in Gitlab, um diesen Schlüssel zu erhalten.", + "admin.gitlab.EnableHtmlDesc": "
  1. Loggen Sie sich in Ihr GitLab Konto ein und gehen Sie zu Profileinstellungen -> Anwendungen.
  2. Fügen Sie die Weiterleitungs-URL \"/login/gitlab/complete\" (Beispiel: http://localhost:8065/login/gitlab/complete) und \"/signup/gitlab/complete\" ein.
  3. Benutzen Sie dann die Felder \"Secret\" und \"Id\" des GitLab um die folgenden Felder auszufüllen.
  4. Vervollständigen Sie die Endpunkt-URLs.
", + "admin.gitlab.authDescription": "Geben Sie https:///oauth/authorize (z.B. https://example.com:3000/oauth/authorize) ein. Stellen Sie sicher, dass Sie, abhängig von Ihrer Serverkonfiguration, HTTP oder HTTPS in der URL verwenden.", + "admin.gitlab.authExample": "z.B.: \"https:///oauth/authorize\"", + "admin.gitlab.authTitle": "Auth Endpunkt:", + "admin.gitlab.clientIdDescription": "Befolgen Sie die Anleitung zum Login in Gitlab, um diesen Wert zu erhalten", + "admin.gitlab.clientIdExample": "z.B.: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientIdTitle": "Anwendungs ID:", + "admin.gitlab.clientSecretExample": "z.B.: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientSecretTitle": "Geheimer Schlüssel der Anwendung:", + "admin.gitlab.enableDescription": "Wenn wahr, erlaubt Mattermost die Erstellung von Teams und die Registrierung mittels GitLab OAuth.", + "admin.gitlab.enableTitle": "Erlaube die Authentifizierung mit GitLab: ", + "admin.gitlab.settingsTitle": "GitLab Einstellungen", + "admin.gitlab.tokenDescription": "Geben Sie https:///oauth/token ein. Stellen Sie sicher, dass Sie, abhängig von Ihrer Serverkonfiguration, HTTP oder HTTPS in der URL verwenden.", + "admin.gitlab.tokenExample": "z.B.: \"https:///oauth/token\"", + "admin.gitlab.tokenTitle": "Token Endpunkt:", + "admin.gitlab.userDescription": "Geben Sie https:///api/v3/user ein. Stellen Sie sicher, dass Sie, abhängig von Ihrer Serverkonfiguration, HTTP oder HTTPS in der URL verwenden.", + "admin.gitlab.userExample": "z.B.: \"https:///api/v3/user\"", + "admin.gitlab.userTitle": "API Endpunkt des Nutzers:", + "admin.google.EnableHtmlDesc": "
  1. Mit Google Account anmelden.
  2. Wechseln Sie zu https://console.developers.google.com, klicken Sie auf Zugangsdaten in der linken Sidebad und geben Mattermost - als Projektnamen an.
  3. Klicken Sie die OAuth-Zustimmungsbildschirm Überschrift an und geben Mattermost als den Produktname, der Nutzern gezeigt wird. Klicken Sie auf Speichern.
  4. Unter der Anmeldedaten Überschrift klicken Sie auf Anmeldedaten erstellen, wählen OAuth-Client-ID aus und selektieren Webanwendung.
  5. Bei den Einschränkungen und den Autorisierte Weiterleitungs-URIs geben Sie /signup/google/complete (zum Beispiel: http://localhost:8065/signup/google/complete) ein. Klicken Sie auf Erstellen.
  6. Speichern Sie die Client-ID und den Clientschlüssel um später die unteren Felder auszufüllen.
  7. Abschließend wechseln Sie zu Google+ API und klicken auf Aktivieren. Dies kann einige Minuten dauern bis die Änderung durch Googles Systeme propagiert sind.
  8. Vervollständigen Sie die Client-ID und Clientschlüssel Felder unten.
", + "admin.google.authTitle": "Auth Endpunkt:", + "admin.google.clientIdDescription": "Die Client-ID die Sie bei der Registrierung Ihrer Anwendung bei Google erhalten haben.", + "admin.google.clientIdExample": "z.B.: \"7602141235235-url0fhs1mayfasbmop5qlfns8dh4.apps.googleusercontent.com\"", + "admin.google.clientIdTitle": "Client-ID:", + "admin.google.clientSecretDescription": "Der Clientschlüssel den Sie bei der Registrierung Ihrer Anwendung bei Google erhalten haben.", + "admin.google.clientSecretExample": "z.B.: \"H8sz0Az-dDs2p15-7QzD231\"", + "admin.google.clientSecretTitle": "Clientschlüssel:", + "admin.google.tokenTitle": "Token Endpunkt:", + "admin.google.userTitle": "API Endpunkt des Nutzers:", + "admin.image.amazonS3BucketDescription": "Bezeichnung Ihres S3 Bucket des AWS.", + "admin.image.amazonS3BucketExample": "z.B.: \"mattermost-media\"", + "admin.image.amazonS3BucketTitle": "Amazon S3 Bucket:", + "admin.image.amazonS3EndpointDescription": "Hostname Ihres S3 kompatiblen Speicheranbieters. Standardmäßig 's3.amazonaws.com'.", + "admin.image.amazonS3EndpointExample": "z.B.: \"s3.amazonaws.com\"", + "admin.image.amazonS3EndpointTitle": "Amazon S3 Endpunkt:", + "admin.image.amazonS3IdDescription": "Erhalten Sie diesen Wert von Ihrem Amazon EC2 Administrator.", + "admin.image.amazonS3IdExample": "z.B.: \"AKIADTOVBGERKLCBV\"", + "admin.image.amazonS3IdTitle": "Amazon S3 Zugangsschlüssel-ID:", + "admin.image.amazonS3RegionDescription": "AWS Region Ihres S3 Bucket.", + "admin.image.amazonS3RegionExample": "z.B.: \"us-east-1\"", + "admin.image.amazonS3RegionTitle": "Amazon S3 Region:", + "admin.image.amazonS3SSLDescription": "Wenn falsch werden unsichere Verbindungen zu Amazon S3 erlaubt. Standardmäßig werden nur sichere Verbindungen verwendet.", + "admin.image.amazonS3SSLTitle": "Aktiviere sichere Amazon S3 Verbindungen:", + "admin.image.amazonS3SecretDescription": "Erhalten Sie diesen Wert von Ihrem Amazon EC2 Administrator.", + "admin.image.amazonS3SecretExample": "z.B.: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.image.amazonS3SecretTitle": "Amazon S3 geheimer Zugangsschlüssel:", + "admin.image.localDescription": "Ort, in den Dateien und Bilder gespeichert werden. Wenn leer, ist der Standard ./data/.", + "admin.image.localExample": "z.B.: \"./data/\"", + "admin.image.localTitle": "Lokaler Speicherort:", + "admin.image.maxFileSizeDescription": "Maximale Dateigröße für Anhänge in MB. Achtung: Stelle sicher, dass der Server die gewählte Größe unterstützt. Große Dateien erhöhen das Risiko eines Servercrashes und von abgebrochenen Uploads bei Netzwerkstörungen.", + "admin.image.maxFileSizeExample": "50", + "admin.image.maxFileSizeTitle": "Maximale Dateigröße:", + "admin.image.previewHeightDescription": "Maximale Höhe des Vorschaubildes (\"0\": Automatische Berechnung). Änderungen dieses Wertes wirken sich auf die zukünftige Darstellung der Vorschaubilder aus, aber nicht auf bereits bestehende Bilder.", + "admin.image.previewHeightExample": "z.B.: \"0\"", + "admin.image.previewHeightTitle": "Vorschau der Bildhöhe:", + "admin.image.previewWidthDescription": "Maximale Breite des Vorschaubildes. Änderungen dieses Wertes wirken sich auf die zukünftige Darstellung der Vorschaubilder aus, aber nicht auf bereits bestehende Bilder.", + "admin.image.previewWidthExample": "z.B.: \"1024\"", + "admin.image.previewWidthTitle": "Breite der Vorschau:", + "admin.image.profileHeightDescription": "Höhe des Profilbildes.", + "admin.image.profileHeightExample": "z.B.: \"0\"", + "admin.image.profileHeightTitle": "Profilbild Höhe:", + "admin.image.profileWidthDescription": "Breite des Profilbildes.", + "admin.image.profileWidthExample": "z.B.: \"1024\"", + "admin.image.profileWidthTitle": "Profilbild Breite:", + "admin.image.publicLinkDescription": "32-Zeichen Salt um die öffentlich Links von Bildern zu signieren. Wird bei der Installation zufällig generiert. Klicken Sie \"Neu generieren\" um einen neuen Salt zu erstellen.", + "admin.image.publicLinkExample": "z.B.: \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.image.publicLinkTitle": "Salt für öffentlichen Links:", + "admin.image.shareDescription": "Erlaubt Nutzern öffentliche Links zu Dateien und Bildern zu teilen.", + "admin.image.shareTitle": "Erlaube öffentliche Dateilinks: ", + "admin.image.storeAmazonS3": "Amazon S3", + "admin.image.storeDescription": "Dateisystem, in dem Dateien und Bilder gespeichert werden.

Die Auswahl von \"Amazon S3\" aktiviert die Felder zur Eingabe des Amazonzuganges.

Die Auswahl von lokalem Speicher aktiviert das Feld um einen lokalen Dateipfad auszuwählen.", + "admin.image.storeLocal": "Lokales Dateisystem", + "admin.image.storeTitle": "Dateisystem:", + "admin.image.thumbHeightDescription": "Höhe der Vorschaubilder welche beim Hochladen von Bildern generiert werden. Änderungen dieses Wertes wirken sich auf die zukünftige Darstellung der Vorschaubilder aus, aber nicht auf bereits bestehende Bilder.", + "admin.image.thumbHeightExample": "z.B.: \"100\"", + "admin.image.thumbHeightTitle": "Höhe des Vorschaubildes:", + "admin.image.thumbWidthDescription": "Breite der Vorschaubilder welche beim Hochladen von Bildern generiert werden. Änderungen dieses Wertes wirken sich auf die zukünftige Darstellung der Vorschaubilder aus, aber nicht auf bereits bestehende Bilder.", + "admin.image.thumbWidthExample": "z.B.: \"120\"", + "admin.image.thumbWidthTitle": "Breite des Vorschaubildes:", + "admin.integrations.custom": "Benutzerdefinierte Integrationen", + "admin.integrations.external": "Externe Dienste", + "admin.integrations.webrtc": "Mattermost WebRTC", + "admin.ldap.baseDesc": "Die Basisdomäne ist der ausgezeichnete Name, mit dem Mattermost mit der Suche nach Nutzern im AD/LDAP Baum beginnen soll.", + "admin.ldap.baseEx": "z.B.: \"ou=Unit Name,dc=corp,dc=example,dc=com\"", + "admin.ldap.baseTitle": "Basisdomäne:", + "admin.ldap.bindPwdDesc": "Passwort des Nutzers gegeben durch \"LDAP Nutzername\".", + "admin.ldap.bindPwdTitle": "LDAP Nutzername:", + "admin.ldap.bindUserDesc": "Der Nutzername, welcher für die AD/LDAP Suche benutzt wird. Dies sollte an Konto sein, welches speziell für Mattermost angelegt wurde. Es sollte begrenzten Lesezugriff auf den Bereich im AD/LDAP Baum erhalten, welcher im Basisdomäne Feld angegeben wurde.", + "admin.ldap.bindUserTitle": "LDAP Nutzername:", + "admin.ldap.emailAttrDesc": "Das Attribut des AD/LDAP Servers, welches benutzt wird um die E-Mail-Adressen der Nutzer in Mattermost auszufüllen.", + "admin.ldap.emailAttrEx": "z.B.: \"mail\" oder \"userPrincipalName\"", + "admin.ldap.emailAttrTitle": "E-Mail Attribut:", + "admin.ldap.enableDesc": "Wenn wahr, erlaubt Mattermost den Login mit AD/LDAP", + "admin.ldap.enableTitle": "Erlaube Login mit AD/LDAP:", + "admin.ldap.firstnameAttrDesc": "(Optional) Das Attribut im AD/LDAP-Server wird dazu verwendet, 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 Server, welches von Mattermost als eindeutiger Identifikator benutzt wird. Es sollte ein AD/LDAP Attribut sein, dessen Wert sich nicht ändert, z.B. Nutzername oder UID. Wenn die ID eines Nutzer sich ändert, wird Mattermost einen neues Konto erstellen, welches nicht mit dem Alten verbunden ist. Dieser Wert wird für den Login in Mattermost als \"AD/LDAP Nutzername\" auf der Anmeldeseite verwendet. Normalerweise ist das Attribut dasselbe wie das vorherige Feld \"Attribut Benutzername\". Wenn ihr Team, zur Anmeldung an andere Dienste mittels AD/LDAP, die Formulierung Domäne\\\\Benutzername verwendet, wählen Sie Domäne\\\\Benutzername in diesem Feld, um die Konsistenz zwischen den Seiten beizubehalten.", + "admin.ldap.idAttrEx": "z.B.: \"sAMAccountName\"", + "admin.ldap.idAttrTitle": "Attribut ID: ", + "admin.ldap.lastnameAttrDesc": "(Optional) Das Attribut im AD/LDAP-Server wird dazu verwendet, 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.loginNameDesc": "Der Platzhalter der im Loginfeld der Loginseite angezeigt wird. Standart ist \"AD/LDAP Benutzername\".", + "admin.ldap.loginNameEx": "z.B.: \"AD/LDAP Benutzername\"", + "admin.ldap.loginNameTitle": "Login Feld Name:", + "admin.ldap.maxPageSizeEx": "z.B.: \"2000\"", + "admin.ldap.maxPageSizeHelpText": "Die maximale Anzahl von Benutzern, die der Mattermost Server vom AD/LDAP Server auf einmal anfordern wird. 0 ist unendlich.", + "admin.ldap.maxPageSizeTitle": "Maximale Seitengröße:", + "admin.ldap.nicknameAttrDesc": "(Optional) Das Attribut im AD/LDAP-Server wird dazu verwendet, den Spitznamen 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 Spitznamen in den Kontoeinstellungen ändern.", + "admin.ldap.nicknameAttrEx": "z.B.: \"nickname\"", + "admin.ldap.nicknameAttrTitle": "Spitznamen Attribut:", + "admin.ldap.noLicense": "

Hinweis:

AD/LDAP-Funktionen sind Bestandteil der Enterprise Edition. Ihre derzeitige Lizenz unterstützt AD/LDAP nicht. Besuchen Sie unsere Webseite für Information und Preise der Enterprise Lizenzen.

", + "admin.ldap.portDesc": "Der Port den Mattermost für die Verbindung mit dem AD/LDAP Server verwendet. Standard ist 389.", + "admin.ldap.portEx": "z.B.: \"389\"", + "admin.ldap.portTitle": "AD/LDAP-Port:", + "admin.ldap.positionAttrDesc": "(Optional) Das Attribut des AD/LDAP Servers, welches benutzt wird um das Positions-Feld des Nutzers in Mattermost auszufüllen.", + "admin.ldap.positionAttrEx": "z.B.: \"title\"", + "admin.ldap.positionAttrTitle": "Positions-Attribut:", + "admin.ldap.queryDesc": "Wert für Anfragen-Time-out an den AD/LDAP Server. Erhöhen Sie diesen, wenn Sie Ablauffehler aufgrund eines langsamen AD/LDAP Servers bekommen.", + "admin.ldap.queryEx": "z.B.: \"60\"", + "admin.ldap.queryTitle": "Wert für Time-out (in Sekunden):", + "admin.ldap.serverDesc": "Die Domäne oder IP-Adresse des AD/LDAP Server.", + "admin.ldap.serverEx": "z.B.: \"10.0.0.23\"", + "admin.ldap.serverTitle": "AD/LDAP Server:", + "admin.ldap.skipCertificateVerification": "Zertifikatsprüfung überspringen:", + "admin.ldap.skipCertificateVerificationDesc": "Zertifikatsprüfung für TLS oder STARTTLS Verbindungen überspringen. Nicht empfohlen bei Produktiv-Umgebungen bei denen TLS benötigt wird. Nur zum Test gedacht.", + "admin.ldap.syncFailure": "Sync Fehler: {error}", + "admin.ldap.syncIntervalHelpText": "Die AD/LDAP Synchronisation aktualisiert die Mattermost Benutzerinformationen um die Änderungen auf dem AD/LDAP Server zu spiegeln. Wenn zum Beispiel der Name eines Benutzers auf dem AD/LDAP Server geändert wird, wird die Änderung in Mattermost bei der nächsten Synchronisierung durchgeführt. Gelöschte oder deaktivierte Accounts auf dem AD/LDAP Server setzen die Benutzer als \"Inaktiv\" und die Benutzersessions werden entfernt. Mattermost führt die Synchronisation im hier spezifizierten Intervall durch. Wenn zum Beispiel 60 eingegeben wird, synchronisiert Mattermost alle 60 Minuten.", + "admin.ldap.syncIntervalTitle": "Synchronisationsintervall (in Minuten):", + "admin.ldap.syncNowHelpText": "Initiiert eine sofortige AD/LDAP Synchronisation.", + "admin.ldap.sync_button": "AD/LDAP jetzt abgleichen", + "admin.ldap.testFailure": "AD/LDAP Test Fehler: {error}", + "admin.ldap.testHelpText": "Überprüft ob der Mattermost sich mit dem angegebenen AD/LDAP Server verbinden kann. Schauen Sie im Log für detailliertere Fehlermeldungen nach.", + "admin.ldap.testSuccess": "AD/LDAP Test erfolgreich", + "admin.ldap.uernameAttrDesc": "Das Attribut des AD/LDAP-Servers das zum Befüllen des Benutzernamens in Mattermost verwendet wird. Das kann auch dem des ID-Attributes entsprechen.", + "admin.ldap.userFilterDisc": "(Optional)Geben Sie einen AD/LDAP-Filters zur Begrenzung bei der Suche nach Benutzer-Objekten ein. Nur die zurückgegebenen Benutzer dieser Abfrage werden Zugriff auf Mattermost erhalten. Für Active-Directory lautet die Abfrage zum Ausschluss von deaktivierten Benutzern (&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).", + "admin.ldap.userFilterEx": "z.B.: \"(objectClass=user)\"", + "admin.ldap.userFilterTitle": "Benutzerfilter:", + "admin.ldap.usernameAttrEx": "z.B.: \"sAMAccountName\"", + "admin.ldap.usernameAttrTitle": "Attribut Benutzername:", + "admin.license.choose": "Datei auswählen", + "admin.license.chooseFile": "Datei auswählen", + "admin.license.edition": "Edition: ", + "admin.license.key": "Lizenzschlüssel: ", + "admin.license.keyRemove": "Enterprise Lizenz entfernen und Server downgraden", + "admin.license.noFile": "Keine Datei hochgeladen", + "admin.license.removing": "Lizenz wird entfernt...", + "admin.license.title": "Edition und Lizenz", + "admin.license.type": "Lizenz: ", + "admin.license.upload": "Hochladen", + "admin.license.uploadDesc": "Laden Sie einen Mattermost Enterprise Edition Lizenzschlüssel hoch um den Server upzugraden. Besuchen Sie uns online um mehr über die Vorteile der Enterprise Edition zu erfahren oder um eine Lizenz zu kaufen.", + "admin.license.uploading": "Lizenz wird hochgeladen...", + "admin.log.consoleDescription": "Üblicherweise Falsch bei Produktiv-Umgebungen. Entwickler können dieses auf Wahr stellen um Logmeldungen auf der Konsole anhand der Konsolen-Level Option zu erhalten. Wenn Wahr, schreibt der Server die Meldungen in den Standard-Ausgabe-Stream (stdout).", + "admin.log.consoleTitle": "Log auf der Konsole ausgeben:", + "admin.log.enableDiagnostics": "Aktiviere Diagnose und Fehlerübermittlung:", + "admin.log.enableDiagnosticsDescription": "Durch aktivieren dieses Features kann die Qualität und Performance von Mattermost verbessert werden indem Diagnose und Fehler an Mattermost, Inc übermittelt werden. Lesen Sie unsere Datenschutzbestimmungen um mehr darüber zu erfahren.", + "admin.log.enableWebhookDebugging": "Aktiviere Webhook Debugging:", + "admin.log.enableWebhookDebuggingDescription": "Sie können dies auf falsch setzen, um das Debuglogging von eingehenden Webhook Anfragen zu deaktivieren.", + "admin.log.fileDescription": "In Produktionsumgebungen normalerweise wahr. Wenn wahr werden Logdateien im Speicherort abgelegt, welcher im unteren Feld spezifiziert wird.", + "admin.log.fileLevelDescription": "Diese Einstellung bestimmt auf welchem Detailgrad Lognachrichten in die Konsole geschrieben werden. FEHLER: Gibt nur Fehlernachrichten aus. INFO: Gibt Fehlernachrichten und Informationen zum Start und Initialisierung aus. DEBUG: Gibt einen hohen Detailgrad für Entwickler zur Fehlersuche aus.", + "admin.log.fileLevelTitle": "Datei Log-Level:", + "admin.log.fileTitle": "Log in eine Datei schreiben:", + "admin.log.formatDateLong": "Datum (2006/01/02)", + "admin.log.formatDateShort": "Datum (01/02/06)", + "admin.log.formatDescription": "Format der Lognachrichten. Wenn leer wird \"[%D %T] [%L] %M\" verwendet, wo:", + "admin.log.formatLevel": "Level (DEBG, INFO, EROR)", + "admin.log.formatMessage": "Nachricht", + "admin.log.formatPlaceholder": "Dateiformat eingeben", + "admin.log.formatSource": "Quelle", + "admin.log.formatTime": "Zeit (15:04:05 MST)", + "admin.log.formatTitle": "Log-Dateiformat:", + "admin.log.levelDescription": "Diese Einstellung bestimmt auf welchem Detailgrad Lognachrichten in die Konsole geschrieben werden. ERROR: Gibt nur Fehlernachrichten aus. INFO: Gibt Fehlernachrichten und Informationen zum Start und Initialisierung aus. DEBUG: Gibt einen hohen Detailgrad für Entwickler zur Fehlersuche aus.", + "admin.log.levelTitle": "Konsole Log Level:", + "admin.log.locationDescription": "Datei in welche die Lognachrichten geschrieben werden. Wenn leer wird ./logs/mattermost verwendet welches in mattermost.log schreibt. Log Rotation ist aktiviert und alle 10.000 Zeilen wird in eine neue Datei im selben Verzeichnis geschrieben, zum Beispiel mattermost.2015-09-23.001, mattermost.2015-09-23.002, und so weiter.", + "admin.log.locationPlaceholder": "Einen Dateiort eingeben", + "admin.log.locationTitle": "Log-Verzeichnis:", + "admin.log.logSettings": "Protokoll-Einstellungen", + "admin.logs.reload": "Erneut laden", + "admin.logs.title": "Serverprotokoll", + "admin.metrics.enableDescription": "Wenn wahr, wird Mattermost Performance Daten sammeln und profilieren. Bitte schauen Sie in die Dokumentation um mehr über die Konfiguration von Performanceüberwachung für Mattermost zu erfahren.", + "admin.metrics.enableTitle": "Performance Monitoring aktivieren:", + "admin.metrics.listenAddressDesc": "Die Adresse auf die der Server hören wird um die Performancemetriken auszugeben.", + "admin.metrics.listenAddressEx": "z.B.: \":8067\"", + "admin.metrics.listenAddressTitle": "Empfangs-Adresse:", + "admin.mfa.bannerDesc": "Multi-Faktor-Authentifizierung ist für Konten mit AD/LDAP oder E-Mail-Login verfügbar. Wenn andere Loginmethoden verwendet werden, sollte MFA beim Authentifikationsprovider eingerichtet werden.", + "admin.mfa.cluster": "Hoch", + "admin.mfa.title": "Multi-Faktor-Authentifizierung", + "admin.nav.help": "Hilfe", + "admin.nav.logout": "Abmelden", + "admin.nav.report": "Fehler melden", + "admin.nav.switch": "Teamauswahl", + "admin.notifications.email": "E-Mail", + "admin.notifications.push": "Mobile Push", + "admin.notifications.title": "Benachrichtigungseinstellungen", + "admin.oauth.gitlab": "GitLab", + "admin.oauth.google": "Google Apps", + "admin.oauth.off": "Anmelden mit OAuth 2.0 Provider nicht erlauben", + "admin.oauth.office365": "Office 365 (Beta)", + "admin.oauth.providerDescription": "Wenn wahr, kann Mattermost als OAuth 2.0 Dienst arbeiten. Dies erlaubt Mattermost externe Applikationen über API Aufrufe zu autorisieren. Siehe Dokumentation für weitere Informationen.", + "admin.oauth.providerTitle": "Aktiviere OAuth 2.0 Dienstprovider: ", + "admin.oauth.select": "OAuth 2.0 Service Provider auswählen:", + "admin.office365.EnableHtmlDesc": "
  1. Melden Sie sich in Ihrem Microsoft oder Office 365 Konto an. Stellen Sie sicher das der Account zum selben Mandant gehört mit dem sich die Nutzer anmelden können sollen.
  2. Wechseln Sie zu https://apps.dev.microsoft.com, klicken auf App hinzufügen und verwenden Mattermost - als den Namen der App.
  3. Unter Geheime Anwendungsschlüssel klicken Sie auf Generiere neues Passwort und speichern es um die Felder unten später zu vervollständigen.
  4. Unter Platform klicken Sie auf Plattform hinzufügen, wählen Web und geben /signup/office365/complete (zum Beispiel: http://localhost:8065/signup/office365/complete) unter Umleitungs-URI ein. Außerdem sollten Sie Erlaube Implizite Weiterleitung deaktivieren.
  5. Abschließend klicken Sie auf Speichern und vervollständigen die Anwendungs-ID und geheimer Anwendungsschlüssel Felder unten.
", + "admin.office365.authTitle": "Auth Endpunkt:", + "admin.office365.clientIdDescription": "Die Anwendungs-ID die Sie bei der Registrierung Ihrer Anwendung bei Microsoft erhalten haben.", + "admin.office365.clientIdExample": "z.B.: \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"", + "admin.office365.clientIdTitle": "Anwendungs-ID:", + "admin.office365.clientSecretDescription": "Der geheime Anwendungsschlüssel den Sie generiert haben als Sie Ihre Anwendung bei Microsoft registriert haben.", + "admin.office365.clientSecretExample": "z.B.: \"shAieM47sNBfgl20f8ci294\"", + "admin.office365.clientSecretTitle": "Geheimer Anwendungsschlüssel:", + "admin.office365.tokenTitle": "Token Endpunkt:", + "admin.office365.userTitle": "API Endpunkt des Nutzers:", + "admin.password.lowercase": "Mindestens ein Kleinbuchstabe", + "admin.password.minimumLength": "Minimale Passwort Länge:", + "admin.password.minimumLengthDescription": "Minimale Anzahl an Zeichen, die für ein gültiges Passwort benötigt werden. Muss eine ganze Zahl größer oder gleich zu {min} und weniger oder gleich {max} sein.", + "admin.password.minimumLengthExample": "z.B.: \"5\"", + "admin.password.number": "Mindestens eine Ziffer", + "admin.password.preview": "Vorschau der Fehlermeldung", + "admin.password.requirements": "Passwortanforderungen:", + "admin.password.requirementsDescription": "Erforderliche Zeichentypen für ein gültiges Passwort.", + "admin.password.symbol": "Mindestens ein Symbol (wie \"~!@#$%^&*()\")", + "admin.password.uppercase": "Mindestens ein Großbuchstabe", + "admin.privacy.showEmailDescription": "Wenn falsch wird die E-Mail Adresse der Mitglieder vor jedem außer den Systemadministratoren versteckt.", + "admin.privacy.showEmailTitle": "Zeige E-Mail-Adresse: ", + "admin.privacy.showFullNameDescription": "Wenn falsch wird der Name der Mitglieder vor jedem außer den Systemadministratoren versteckt. Anstelle des vollen Namens wird der Benutzername angezeigt.", + "admin.privacy.showFullNameTitle": "Zeige vollen Namen: ", + "admin.purge.button": "Alle Caches leeren", + "admin.purge.loading": " Lädt...", + "admin.purge.purgeDescription": "Dies wird alle Caches im Speicher für Dinge wie Sitzungen, Benutzer, Kanäle etc. leeren. Installationen, die High Availability verwenden, werden versuchen die Caches aller Server im Cluster zu leeren. Leeren der Caches kann einen Einfluss auf die Performance bedeuten.", + "admin.purge.purgeFail": "Leeren nicht erfolgreich: {error}", + "admin.rate.enableLimiterDescription": "Wenn wahr, werden API Anfragen auf die eingestellten Werte begrenzt.", + "admin.rate.enableLimiterTitle": "Anfragen drosseln: ", + "admin.rate.httpHeaderDescription": "Wenn ausgefüllt, wird der Begrenzer an dem spezifizierten HTTP Header unterschieden (z.B. NGINX auf \"X-Real-IP\" stellen, bei Amazon ELB auf \"X-Forwarded-For\" stellen).", + "admin.rate.httpHeaderExample": "z.B.: \"X-Real-IP\", \"X-Forwarded-For\"", + "admin.rate.httpHeaderTitle": "Mittels HTTP Header drosseln", + "admin.rate.maxBurst": "Maximale Burst-Size:", + "admin.rate.maxBurstDescription": "Maximale Anzahl von erlaubten Aufrufen nachdem das Query Limit pro Sekunde erreicht ist.", + "admin.rate.maxBurstExample": "z.B.: \"100\"", + "admin.rate.memoryDescription": "Die maximale Anzahl an verbundenen Benutzer-Sitzungen, festgelegt durch die Einstellungen \"Mittels Absender-Adresse drosseln\" bzw. \"Mittels HTTP Header drosseln\".", + "admin.rate.memoryExample": "z.B.: \"10000\"", + "admin.rate.memoryTitle": "Speichergröße:", + "admin.rate.noteDescription": "Änderungen an Einstellungen in diesem Bereich erfordern einen Server Neustart.", + "admin.rate.noteTitle": "Notiz:", + "admin.rate.queriesDescription": "Begrenzt die API auf diese Anzahl an Anfragen pro Sekunde.", + "admin.rate.queriesExample": "z.B.: \"10\"", + "admin.rate.queriesTitle": "Maximale Anfragen pro Sekunde:", + "admin.rate.remoteDescription": "Wenn wahr, begrenze API Zugriff durch IP Adresse.", + "admin.rate.remoteTitle": "Mittels Absender-Adresse drosseln:", + "admin.rate.title": "Begrenzer-Einstellungen", + "admin.recycle.button": "Datenbankverbindungen recyclen", + "admin.recycle.loading": " recycle...", + "admin.recycle.recycleDescription": "Werden mehrere Datenbanken eingesetzt kann ohne Serverneustart zwischen verschiedenen Master-Datenbanken gewechselt werden, indem die Einstellungen in der Datei \"config.json\" entsprechend angepasst werden und die neue Konfiguration dann mit der Funktion Konfiguration > Konfigurationsdatei neu einlesen aktiviert wird. Anschließend sollte der Administrator die Funktion Datenbankverbindungen recyclen verwenden, um sämtliche Verbindungen zu aktualisieren.", + "admin.recycle.reloadFail": "Recycling nicht erfolgreich: {error}", + "admin.regenerate": "Neu generieren", + "admin.reload.button": "Konfigurationen neu von Festplatte laden", + "admin.reload.loading": " Lädt...", + "admin.reload.reloadDescription": "Installationen die mehrere Datenbanken verwenden können von einer Master Datenbank zu einer anderen umschalten ohne den Mattermost Server neu starten zu müssen, indem die \"config.json\" mit der neuen Konfiguration angepasst wird und die Funktion Konfigurationsdatei neu einlesen verwendet wird. Hierdurch werden die neuen Einstellungen geladen während der Server läuft. Der Administrator sollte dann die Funktion Datenbank > Datenbankverbindungen erneut herstellen nutzen, um die Datenbankverbindung aus Basis der aktualisierten Konfiguration neu herzustellen.", + "admin.reload.reloadFail": "Neuladen nicht erfolgreich: {error}", + "admin.reset_password.close": "Schließen", + "admin.reset_password.newPassword": "Neues Passwort", + "admin.reset_password.select": "Auswählen", + "admin.reset_password.submit": "Bitte geben Sie mindestens {chars} Zeichen ein.", + "admin.reset_password.titleReset": "Passwort zurücksetzen", + "admin.reset_password.titleSwitch": "Zugang auf E-Mail-Adresse/Passwort umstellen", + "admin.saml.assertionConsumerServiceURLDesc": "Geben Sie https:///login/sso/saml ein. Stellen Sie sicher Sie verwenden HTTP oder HTTPS in Ihrer URL entsprechend Ihrer Serverkonfiguration. Dieses Feld ist auch bekannt als die \"Assertion Consumer Service URL\".", + "admin.saml.assertionConsumerServiceURLEx": "z.B.: \"https:///login/sso/saml\"", + "admin.saml.assertionConsumerServiceURLTitle": "Service Provider Login URL:", + "admin.saml.bannerDesc": "Benutzerattribute des SAML-Servers, inklusive Benutzerdeaktivierung oder -entfernung, werden in Mattermost bei der Benutzeranmeldung übernommen. Erfahren Sie mehr darüber in der Dokumentation.", + "admin.saml.emailAttrDesc": "Das Attribut des LDAP Servers, welches benutzt wird um die E-Mailadressen der Nutzer in Mattermost auszfüllen.", + "admin.saml.emailAttrEx": "z.B.: \"Email\" oder \"PrimaryEmail\"", + "admin.saml.emailAttrTitle": "E-Mail Attribut:", + "admin.saml.enableDescription": "Wenn wahr erlaubt Mattermost Login mit SAML. Bitte sehen Sie sich die Dokumentation an um mehr über die SAML Konfiguration für Mattermost zu lernen.", + "admin.saml.enableTitle": "Erlaube Login mit SAML:", + "admin.saml.encryptDescription": "Wenn wahr wird Mattermost SAML Assertions entschlüsseln, die mit Ihrem öffentlichen Zertifikat des Service Providers verschlüsselt wurden.", + "admin.saml.encryptTitle": "Verschlüsselung aktivieren:", + "admin.saml.firstnameAttrDesc": "(Optional) Das Attribut in der SAML Erklärung, welches benutzt wird um den Vornamen des Nutzers in Mattermost auszufüllen.", + "admin.saml.firstnameAttrEx": "z.B.: \"FirstName\"", + "admin.saml.firstnameAttrTitle": "Attribut Vorname:", + "admin.saml.idpCertificateFileDesc": "Das öffentliche Authentifizierungszertifikat, ausgestellt durch Ihren Identitätsprovider.", + "admin.saml.idpCertificateFileRemoveDesc": "Das durch Ihren Identitätsprovider ausgestellte öffentliche Authentifizierungszertifikat entfernen.", + "admin.saml.idpCertificateFileTitle": "Öffentliches Zertifikat des Identitätsproviders:", + "admin.saml.idpDescriptorUrlDesc": "Die issuer URL für den Identitätsprovider für SAML anfragen.", + "admin.saml.idpDescriptorUrlEx": "z.B.: \"https://idp.example.org/SAML2/issuer\"", + "admin.saml.idpDescriptorUrlTitle": "Identitätsprovider Issuer URL:", + "admin.saml.idpUrlDesc": "Die URL, an die Mattermost SAML Anfragen zum Start der Loginsequenz schickt.", + "admin.saml.idpUrlEx": "z.B.: \"https://idp.examle.org/SAML2/SSO/Login\"", + "admin.saml.idpUrlTitle": "SAML SSO URL:", + "admin.saml.lastnameAttrDesc": "(Optional) Das Attribut in der SAML Erklärung, welches benutzt wird um den Nachnamen des Nutzers in Mattermost auszufüllen.", + "admin.saml.lastnameAttrEx": "z.B.: \"LastName\"", + "admin.saml.lastnameAttrTitle": "Attribut Nachname:", + "admin.saml.localeAttrDesc": "(Optional) Das Attribut des LDAP Servers, welches benutzt wird um de Sprache des Nutzers in Mattermost auszufüllen.", + "admin.saml.localeAttrEx": "z.B.: \"Locale\" oder \"PrimaryLanguage\"", + "admin.saml.localeAttrTitle": "Attribut bevorzugte Sprache:", + "admin.saml.loginButtonTextDesc": "(Optional) Der Text der auf dem Login Button auf der Loginseite erscheint. Standardmäßig \"Mit SAML\".", + "admin.saml.loginButtonTextEx": "z.B.: \"Mit OKTA\"", + "admin.saml.loginButtonTextTitle": "Login Button Text:", + "admin.saml.nicknameAttrDesc": "(Optional) Das Attribut des LDAP Servers, welches benutzt wird um den Spitznamen des Nutzers in Mattermost auszufüllen.", + "admin.saml.nicknameAttrEx": "z.B.: \"Nickname\"", + "admin.saml.nicknameAttrTitle": "Attribut Spitzname:", + "admin.saml.positionAttrDesc": "(Optional) Das Attribut in der SAML Erklärung, welches benutzt wird um die Position des Nutzers in Mattermost auszufüllen.", + "admin.saml.positionAttrEx": "z.B.: \"Role\"", + "admin.saml.positionAttrTitle": "Positions-Attribut:", + "admin.saml.privateKeyFileFileDesc": "Der private Schlüssel der zur Entschlüsselung der SAML Assertions des Identitätsproviders verwendet wird.", + "admin.saml.privateKeyFileFileRemoveDesc": "Den privaten Schlüssel zur Entschlüsselung der SAML Assertions löschen.", + "admin.saml.privateKeyFileTitle": "Service Provider Privater Schlüssel:", + "admin.saml.publicCertificateFileDesc": "Das Zertifikat mit dem die Signatur für SAML Anfragen an den Identitätsprovider für den Service Provider initiierten SAML Login generiert wird, wenn Mattermost der Service Provider ist.", + "admin.saml.publicCertificateFileRemoveDesc": "Entferne das Zertifikat mit dem die Signatur für SAML Anfragen an den Identitätsprovider für den Service Provider initiierten SAML Login generiert wird, wenn Mattermost der Service Provider ist.", + "admin.saml.publicCertificateFileTitle": "Öffentliches Zertifikat des Service Providers:", + "admin.saml.remove.idp_certificate": "Entferne Zertifikat des Identitätsproviders", + "admin.saml.remove.privKey": "Entferne privaten Schlüssel des Service Providers", + "admin.saml.remove.sp_certificate": "Entferne Zertifikat des Service Providers", + "admin.saml.removing.certificate": "Entferne Zertifikat...", + "admin.saml.removing.privKey": "Entferne privaten Schlüssel...", + "admin.saml.uploading.certificate": "Lade Zertifikat hoch...", + "admin.saml.uploading.privateKey": "Lade privaten Schlüssel hoch...", + "admin.saml.usernameAttrDesc": "Das Attribut des LDAP Servers, welches benutzt wird um den Benutzernamen des Nutzers in Mattermost auszfüllen.", + "admin.saml.usernameAttrEx": "z.B.: \"Username\"", + "admin.saml.usernameAttrTitle": "Attribut Benutzername:", + "admin.saml.verifyDescription": "Wenn wahr verifiziert Mattermost, dass die Signatur in den SAML Antworten der Service Provider Login URL entspricht", + "admin.saml.verifyTitle": "Signatur überprüfen:", + "admin.save": "Speichern", + "admin.saving": "Speichere Einstellungen...", + "admin.security.connection": "Verbindungen", + "admin.security.inviteSalt.disabled": "Der Salt für Einladungen kann nicht geändert werden solange der E-Mail Versand deaktiviert ist.", + "admin.security.login": "Anmelden", + "admin.security.password": "Passwort", + "admin.security.passwordResetSalt.disabled": "Der Salt für Passwort Zurücksetzen kann nicht geändert werden solange der E-Mail Versand deaktiviert ist.", + "admin.security.public_links": "Öffentliche Links", + "admin.security.requireEmailVerification.disabled": "E-Mail Bestätigung kann nicht geändert werden solange der E-Mail Versand deaktiviert ist.", + "admin.security.session": "Sitzungen", + "admin.security.signup": "Registrieren", + "admin.select_team.close": "Schließen", + "admin.select_team.select": "Auswählen", + "admin.select_team.selectTeam": "Team auswählen", + "admin.service.attemptDescription": "Anmeldungsversuche bevor ein Benutzer gesperrt wird und dieser sein Passwort via E-Mail zurücksetzen lassen muss.", + "admin.service.attemptExample": "z.B.: \"10\"", + "admin.service.attemptTitle": "Max. Anmeldeversuche:", + "admin.service.cmdsDesc": "Wenn wahr werden benutzerdefinierte Slash-Befehle erlaubt. Dokumentation für mehr Details.", + "admin.service.cmdsTitle": "Aktiviere benutzerdefinierte Slash-Befehle: ", + "admin.service.corsDescription": "Aktiviere HTTP Cross Origin Request für spezifische Domains. Verwenden Sie \"*\" wenn Sie CORS von jeder Domain zulassen möchten oder lassen sie es leer um es zu deaktivieren.", + "admin.service.corsEx": "http://beispiel.com", + "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 Produktivumgebungen. ", + "admin.service.developerTitle": "Aktiviere Entwickler Modus: ", + "admin.service.enforcMfaTitle": "Multi-Faktor-Authentifizierung erzwingen:", + "admin.service.enforceMfaDesc": "Wenn wahr, wird Multi-Faktor-Authentifizierung für einen Login vorausgesetzt. Neue Benutzer werden aufgefordert MFA bei Registrierung zu konfigurieren. Angemeldete Benutzer ohne eingerichtetem 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.forward80To443": "Port 80 auf 443 weiterleiten:", + "admin.service.forward80To443Description": "Leitet alle unsicheren Anfragen von Port 80 auf den sicheren Port 443 um", + "admin.service.googleDescription": "Diesen Key setzen um den Titel von eingebetteten YouTube Videovorschauen anzeigen zu lassen. Ohne den Schlüssel werden YouTube Vorschauen basierend auf den Hyperlinks in Nachrichten und Kommentaren erstellt, sie werden aber nicht den Video Titel enthalten. Sehen Sie sich das Google Developers Tutorial für eine Anleitung, wie Sie an den Schlüssel kommen, an.", + "admin.service.googleExample": "z.B.: \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"", + "admin.service.googleTitle": "Google API Key:", + "admin.service.iconDescription": "Wenn wahr, werden Webhooks, Slash-Befehle und anderen Integrationen wie Zapier erlaubt, das Profilbild zu ändern, mit dem sie Nachrichten senden. Hinweis: Kombiniert mit der Erlaubnis den Benutzernamen zu ändern, können Benutzer Phishing-Attacken ausführen, indem Sie sich als andere Nutzer ausgeben.", + "admin.service.iconTitle": "Erlaube Integrationen das Profilbild zu ändern:", + "admin.service.insecureTlsDesc": "Wenn Wahr werden alle ausgehenden HTTPS Anfragen von selbst-signierten Zertifikaten ungeprüft angenommen. Zum Beispiel werden ausgehende Webhooks an einen Server mit einem selbst-signiertem TLS Zertifikat an eine beliebige Domäne zugelassen. Hinweis: das macht diese Verbindungen anfällig für \"Man-In-The-Middle\" Attacken.", + "admin.service.insecureTlsTitle": "Erlaube unsichere ausgehende Verbindungen: ", + "admin.service.integrationAdmin": "Verwaltung der Integrationen auf Admins beschränken:", + "admin.service.integrationAdminDesc": "Wenn wahr, können Webhooks und Slash-Befehle nur durch Team- und Systemadministratoren erstellt, bearbeitet oder betrachtet werden. OAuth 2.0 Anwendungen nur durch Systemadministratoren. Integrationen stehen allen Benutzern zur Verfügung nachdem ein Systemadministrator sie erstellt hat.", + "admin.service.letsEncryptCertificateCacheFile": "Let's Encrylt Zertifikat Cache Datei:", + "admin.service.letsEncryptCertificateCacheFileDescription": "Zertifikate und andere Daten über den Let's Encrypt Dienst werden in dieser Datei gespeichert.", + "admin.service.listenAddress": "Empfangs-Adresse:", + "admin.service.listenDescription": "Die Adresse und Port an die gebunden und gehört wird. Bei Angabe von \":8065\" wird an alle Netzwerkkarten gebunden. Bei Angabe von \"127.0.0.1:8065\" wird nur an die Netzwerkkarte mit der IP Adresse gebunden. Wenn Sie einen Port eines niedrigen Levels wählen (auch \"System Ports\" oder \"Well Known Ports\" im Bereich 0-1023), müssen Sie Berechtigungen für das Binden an den Port haben. Auf Linux können Sie \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" verwenden um Mattermost das Binden an Well Known Ports zu erlauben.", + "admin.service.listenExample": "z.B.: \":8065\"", + "admin.service.mfaDesc": "Wenn wahr können Benutzer mit AD/LDAP oder E-Mail Anmeldung Multi-Faktor-Authentifikation ihrem Konti mit Google Authenticator hinzufügen.", + "admin.service.mfaTitle": "Multi-Faktor Authentifizierung einschalten:", + "admin.service.mobileSessionDays": "Sessiondauer für mobile Anwendungen (Tage):", + "admin.service.mobileSessionDaysDesc": "Die Anzahl der Tage seit der letzten Anmeldung des Benutzers bis zum Ablauf der Sitzung. Bei Änderung dieser Einstellung tritt die neue Sitzungsdauer in Kraft nachdem der Benutzer sich das nächste Mal anmeldet.", + "admin.service.outWebhooksDesc": "Wenn wahr werden ausgehende Webhooks erlaubt. Dokumentation für mehr Details.", + "admin.service.outWebhooksTitle": "Aktiviere ausgehende Webhooks: ", + "admin.service.overrideDescription": "Wenn wahr, werden Webhooks, Slash-Befehle und anderen Integrationen wie Zapier erlaubt, den Benutzernamen zu ändern, mit dem sie Nachrichten senden. Hinweis: Kombiniert mit der Erlaubnis, das Profilbild zu ändern, können Benutzer Phishing-Attacken ausführen, indem Sie sich als andere Nutzer ausgeben.", + "admin.service.overrideTitle": "Erlaube Integrationen den Benutzernamen zu ändern:", + "admin.service.readTimeout": "Lese-Zeitüberschreitung:", + "admin.service.readTimeoutDescription": "Maximale erlaubte Zeit zwischen Verbindungsannahme bis die Anfrage komplett gelesen wurde.", + "admin.service.securityDesc": "Wenn Wahr werden Systemadministratoren durch E-Mails informiert, dass ein sicherheitsrelevantes Update in den letzen 12 Stunden angekündigt wurde. Setzt voraus, dass E-Mail aktiviert wurde.", + "admin.service.securityTitle": "Sicherheitsbenachrichtigungen aktivieren: ", + "admin.service.sessionCache": "Session Cache (Minuten):", + "admin.service.sessionCacheDesc": "Die Anzahl von Minuten in denen der Sitzungs-Cache im Speicher gehalten wird.", + "admin.service.sessionDaysEx": "z.B.: \"30\"", + "admin.service.siteURL": "URL der Seite:", + "admin.service.siteURLDescription": "Die URL, inklusive Port und Protokoll, welche Benutzer zum Zugriff auf Mattermost verwenden werden. Dieses Feld kann leer gelassen werden, sofern Sie E-Mail-Stapelverarbeitung in Benachrichtigungen > E-Mail nicht verwenden. Wenn leer wird die URL basierend auf eingehenden Verkehr ermittelt.", + "admin.service.siteURLExample": "z.B.: \"https://mattermost.example.com:1234\"", + "admin.service.ssoSessionDays": "Sessiondauer für SSO Anwendungen (Tage):", + "admin.service.ssoSessionDaysDesc": "Die Anzahl der Tage seit der letzten Anmeldung des Benutzers bis zum Ablauf der Sitzung. Wenn die Authentifizierungsmethode SAML oder GitLab ist, wird der Benutzer automatisch wieder angemeldet sofern er noch bei SAML oder GitLab angemeldet ist. Bei Änderung dieser Einstellung tritt die neue Sitzungsdauer in Kraft nachdem der Benutzer sich das nächste Mal anmeldet.", + "admin.service.testingDescription": "Wenn wahr wird der /loadtest Slash-Befehl aktiviert um Testaccounts, -daten und Textformatierungen zu laden. Änderung erfordern einen Server Neustart.", + "admin.service.testingTitle": "Aktiviere Testkommandos: ", + "admin.service.tlsCertFile": "TLS Zertifikatsdatei:", + "admin.service.tlsCertFileDescription": "Das zu verwendende Zertifikat.", + "admin.service.tlsKeyFile": "TLS Schlüsseldatei:", + "admin.service.tlsKeyFileDescription": "Der zu verwendende private Schlüssel.", + "admin.service.useLetsEncrypt": "Let's Encrypt verwenden:", + "admin.service.useLetsEncryptDescription": "Aktiviere automatischen Abruf von Zertifikaten über Let's Encrypt. Das Zertifikat wird abgerufen wenn ein Client versucht von einer neuen Domains zuzugreifen. Dies funktioniert mit mehreren Domains.", + "admin.service.webSessionDays": "Sitzungsdauer AD/LDAP und E-Mail (in Tagen):", + "admin.service.webSessionDaysDesc": "Die Anzahl der Tage seit der letzten Anmeldung des Benutzers bis zum Ablauf der Sitzung. Bei Änderung dieser Einstellung tritt die neue Sitzungsdauer in Kraft nachdem der Benutzer sich das nächste Mal anmeldet.", + "admin.service.webhooksDescription": "Wenn wahr werden eingehende Webhooks erlaubt. Um Phishing Attacken vorzubeugen werden alle Posts von Webhooks mit dem BOT Tag versehen. Dokumentation für mehr Details.", + "admin.service.webhooksTitle": "Aktiviere eingehende Webhooks: ", + "admin.service.writeTimeout": "Schreibe-Zeitüberschreitung:", + "admin.service.writeTimeoutDescription": "Wenn HTTP verwendet wird (unsicher), ist dies die maximale erlaubte Zeit vom ende des Lesens der Anfrage bis die Antwort geschrieben wurde. Wenn HTTPS verwendet wird ist es die komplette Zeit von Verbindungsannahme bis die Antwort geschrieben wurde.", + "admin.sidebar.addTeamSidebar": "Team aus dem Seitenmenü hinzufügen", + "admin.sidebar.advanced": "Erweitert", + "admin.sidebar.audits": "Compliance und Prüfung", + "admin.sidebar.authentication": "Authentifizierung", + "admin.sidebar.cluster": "High Availability (Beta)", + "admin.sidebar.compliance": "Compliance", + "admin.sidebar.configuration": "Konfiguration", + "admin.sidebar.connections": "Verbindungen", + "admin.sidebar.customBrand": "Eigenes Branding", + "admin.sidebar.customEmoji": "Eigene Emoji", + "admin.sidebar.customIntegrations": "Benutzerdefinierte Integrationen", + "admin.sidebar.customization": "Anpassung", + "admin.sidebar.database": "Datenbank", + "admin.sidebar.developer": "Entwickler", + "admin.sidebar.email": "E-Mail", + "admin.sidebar.external": "Externe Dienste", + "admin.sidebar.files": "Dateien", + "admin.sidebar.general": "Allgemein", + "admin.sidebar.gitlab": "GitLab", + "admin.sidebar.images": "Bilder", + "admin.sidebar.integrations": "Integrationen", + "admin.sidebar.ldap": "AD/LDAP", + "admin.sidebar.legalAndSupport": "Rechtsabteilung und Support", + "admin.sidebar.license": "Edition und Lizenz", + "admin.sidebar.linkPreviews": "Link-Vorschauen", + "admin.sidebar.localization": "Lokalisation", + "admin.sidebar.logging": "Protokollierung", + "admin.sidebar.login": "Anmelden", + "admin.sidebar.logs": "Protokolle", + "admin.sidebar.metrics": "Performance Überwachung", + "admin.sidebar.nativeAppLinks": "Mattermost App Links", + "admin.sidebar.notifications": "Benachrichtigungen", + "admin.sidebar.oauth": "OAuth 2.0", + "admin.sidebar.other": "ANDERE", + "admin.sidebar.password": "Passwort", + "admin.sidebar.policy": "Richtlinie", + "admin.sidebar.privacy": "Privatsphäre", + "admin.sidebar.publicLinks": "Öffentliche Links", + "admin.sidebar.push": "Mobil Push", + "admin.sidebar.rateLimiting": "Geschwindigkeitsbegrenzung", + "admin.sidebar.reports": "REPORTING", + "admin.sidebar.rmTeamSidebar": "Team aus dem Seitenmenü entfernen", + "admin.sidebar.saml": "SAML", + "admin.sidebar.security": "Sicherheit", + "admin.sidebar.sessions": "Sitzungen", + "admin.sidebar.settings": "EINSTELLUNGEN", + "admin.sidebar.signUp": "Registrieren", + "admin.sidebar.sign_up": "Registrieren", + "admin.sidebar.statistics": "Teamstatistiken", + "admin.sidebar.storage": "Speicher", + "admin.sidebar.support": "Rechtsabteilung und Support", + "admin.sidebar.teams": "TEAMS ({count, number})", + "admin.sidebar.users": "Benutzer", + "admin.sidebar.usersAndTeams": "Benutzer und Teams", + "admin.sidebar.view_statistics": "System Statistiken", + "admin.sidebar.webrtc": "WebRTC (Beta)", + "admin.sidebarHeader.systemConsole": "System Konsole", + "admin.sql.dataSource": "Datenquelle:", + "admin.sql.driverName": "Treibername:", + "admin.sql.keyDescription": "32 Zeichen Salt zur Ver- und Entschlüsselung von sensitiven Feldern in der Datenbank.", + "admin.sql.keyExample": "z.B.: \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.sql.keyTitle": "Verschlüsselungs-Schlüssel für Rest:", + "admin.sql.maxConnectionsDescription": "Maximale Anzahl von wartenden Verbindungen zum Offenhalten der Datenbank.", + "admin.sql.maxConnectionsExample": "z.B.: \"10\"", + "admin.sql.maxConnectionsTitle": "Maximal offene Verbindungen:", + "admin.sql.maxOpenDescription": "Maximale Anzahl von offenen Verbindungen zum Offenhalten der Datenbank.", + "admin.sql.maxOpenExample": "z.B.: \"10\"", + "admin.sql.maxOpenTitle": "Maximal offene Verbindungen:", + "admin.sql.noteDescription": "Änderungen an Einstellungen in diesem Bereich erfordern einen Server Neustart.", + "admin.sql.noteTitle": "Notiz:", + "admin.sql.replicas": "Datenquellen Replikas:", + "admin.sql.traceDescription": "(Entwickler Modus) Wenn wahr werden ausgeführte SQL Befehle ins Log geschrieben.", + "admin.sql.traceTitle": "Verfolgung: ", + "admin.sql.warning": "Warnung: Neugenerierung dieses Salts kann für einige Spalten der Datenbank leere Ergebnisse zurückgeben.", + "admin.support.aboutDesc": "Link zur Über-Seite für mehr Informationen über Ihre Mattermost Umgebung, zum Beispiel ihren Zweck und Zielgruppe innerhalb Ihrer Organization. Standard ist die Mattermost Informationsseite.", + "admin.support.aboutTitle": "Über-Link:", + "admin.support.emailHelp": "E-Mail Adresse welche in E-Mail Benachrichtigunen und im Tutorial für Endnutzer für Supportfälle angezeigt werden.", + "admin.support.emailTitle": "Support E-Mail-Adresse:", + "admin.support.helpDesc": "Link zur Hilfe Dokumentation im Teamseite Hauptmenü. Typischerweise ungeändert sofern Ihre Organisation eine eigene Dokumentation erstellen möchte.", + "admin.support.helpTitle": "Hilfe Link:", + "admin.support.noteDescription": "Wenn zu einer externen Site verlinkt werden soll, sollte die URL mit http:// oder https:// beginnen.", + "admin.support.noteTitle": "Notiz:", + "admin.support.privacyDesc": "Link zur Datenschutzerklärung für Desktop und mobile Nutzer. Durch leer lassen wird keine Nachricht angezeigt.", + "admin.support.privacyTitle": "Datenschutzerklärung Link:", + "admin.support.problemDesc": "Link zur Hilfe Dokumentation im Teamseiten Hauptmenü. Zeigt typischerweise auf das Peer-to-Peer Troubleshooting Forum in dem Nutzer nach Hilfe zu technischen Problemen suchen und nachfragen können.", + "admin.support.problemTitle": "Ein Problem melden link:", + "admin.support.termsDesc": "Link zu den Bedingungen unter denen Benutzer diesen Onlinedienst verwenden dürfen. In der Voreinstellung beinhaltet dies die \"Mattermost Nutzungsbedingungen (Endnutzer)\", welche die Konditionen erklärt unter denen die Mattermost Software für die Benutzer bereitgestellt wird. Wenn Sie den voreingestellten Link auf eine angepasste Version ändern, muss diese ebenfalls einen Link zu den voreingestellten Bedingungen enthalten, damit die Benutzer die Mattermost Nutzungsbedingungen (Endnutzer) zur Kenntnis nehmen.", + "admin.support.termsTitle": "AGB Link:", + "admin.system_analytics.activeUsers": "Aktive Benutzer mit Nachrichten", + "admin.system_analytics.title": "das System", + "admin.system_analytics.totalPosts": "Alle Nachrichten", + "admin.team.brandDesc": "Aktiviere individuelles Branding um ein Bild Ihrer Wahl, unten hoch geladen, sowie einige Hilfetexte, unten angegeben, auf der Login Seite anzuzeigen.", + "admin.team.brandDescriptionExample": "Die gesamte Teamkommunikation an einem Ort, durchsuchbar und überall verfügbar", + "admin.team.brandDescriptionHelp": "Beschreibung des Dienstes, die auf dem Anmeldebildschirm und der Benutzeroberfläche angezeigt wird. Wenn nicht spezifiziert, wird \"Die gesamte Teamkommunikation an einem Ort, durchsuchbar und überall verfügbar\" angezeigt.", + "admin.team.brandDescriptionTitle": "Seitenbeschreibung: ", + "admin.team.brandImageTitle": "Eigenes Markenlogo:", + "admin.team.brandTextDescription": "Text, der unterhalb des individuellen Marken-Bildes auf dem Anmeldebildschirm angezeigt wird. Unterstützt Markdown-formatierten Text. Maximal 500 Zeichen erlaubt.", + "admin.team.brandTextTitle": "Individueller Markentext:", + "admin.team.brandTitle": "Individuelles Erscheinungsbild aktivieren: ", + "admin.team.chooseImage": "Neues Bild wählen", + "admin.team.dirDesc": "Wenn wahr werden Teams, welche im Team Verzeichnis angezeigt werden sollen, auf der Hauptseite dargestellt anstatt ein neues Team zu erstellen.", + "admin.team.dirTitle": "Team Verzeichnis aktivieren: ", + "admin.team.maxChannelsDescription": "Maximale Anzahl an Kanälen pro Team, inklusive aktiven und gelöschten Kanälen.", + "admin.team.maxChannelsExample": "z.B.: \"100\"", + "admin.team.maxChannelsTitle": "Maximal Kanäle pro Team:", + "admin.team.maxNotificationsPerChannelDescription": "Maximale Anzahl von Benutzern in einem Kanal bis Benutzer mit @all,@here und @channel keine Benachrichtigungen aufgrund von Performance auslösen können.", + "admin.team.maxNotificationsPerChannelExample": "z.B.: \"1000\"", + "admin.team.maxNotificationsPerChannelTitle": "Maximale Benachrichtigungen pro Kanal:", + "admin.team.maxUsersDescription": "Maximale Anzahl an Benutzern pro Team, inklusive Aktive und Inaktive Benutzer.", + "admin.team.maxUsersExample": "z.B.: \"25\"", + "admin.team.maxUsersTitle": "Max Benutzer pro Team:", + "admin.team.noBrandImage": "Kein Markenlogo hochgeladen", + "admin.team.openServerDescription": "Wenn wahr kann sich jeder registrieren, auch ohne eine Einladung erhalten zu haben.", + "admin.team.openServerTitle": "Aktiviere offenen Server: ", + "admin.team.restrictDescription": "Teams und Benutzeraccounts können sich nur von einer bestimmten Domain (z.B. \"mattermost.org\") oder einer Liste von Komma separierten Domains (z.B. \"corp.mattermost.com, mattermost.org\") registrieren.", + "admin.team.restrictDirectMessage": "Erlaubte Benutzern einen Direktnachrichtenkanal zu öffnen mit:", + "admin.team.restrictDirectMessageDesc": "'Jeder Benutzer auf dem Mattermost Server' ermöglicht es Benutzern, direkte Nachrichten an alle User des Servers zu schicken, auch wenn sie nicht zusammen in einem Team sind. 'Jeder Benutzer des Teams' limitiert die Möglichkeit darauf, nur direkte Nachrichten an Benutzer zu schicken, die im gleichen Team sind.", + "admin.team.restrictExample": "z.B.: \"corp.mattermost.com, mattermost.org\"", + "admin.team.restrictNameDesc": "Wenn aktiviert ist es nicht möglich Teams zu erstellen deren Namen reservierte Wörter wie www, admin, support, test, channel, etc. beinhalten", + "admin.team.restrictNameTitle": "Beschränke Teamnamen: ", + "admin.team.restrictTitle": "Begrenze Accounterstellung auf spezifizierte E-Mail Domains:", + "admin.team.restrict_direct_message_any": "Jeder Nutzer auf dem Mattermost Server", + "admin.team.restrict_direct_message_team": "Jedes Mitglied des Teams", + "admin.team.siteNameDescription": "Name des Dienstes, der auf der Anmeldeseite und der Seiten angezeigt wird.", + "admin.team.siteNameExample": "z.B.: \"Mattermost\"", + "admin.team.siteNameTitle": "Seitenname:", + "admin.team.teamCreationDescription": "Wenn falsch können nur Systemadministratoren Teams erstellen.", + "admin.team.teamCreationTitle": "Aktiviere Team Erstellung: ", + "admin.team.upload": "Hochladen", + "admin.team.uploadDesc": "Individualisieren Sie ihre Nutzererfahrung durch das Hinzufügen eines Bildes zu ihrem Anmeldebildschirm. Die empfohlene maximale Bildgröße beträgt unter 2MB.", + "admin.team.uploaded": "Hochgeladen!", + "admin.team.uploading": "Lade hoch..", + "admin.team.userCreationDescription": "Wenn falsch wird die Möglichkeit Accounts zu erstellen deaktiviert. Der Account erstellen Button zeigt dann einen Fehler wenn er gedrückt wird.", + "admin.team.userCreationTitle": "Aktiviere Accounterstellung: ", + "admin.team_analytics.activeUsers": "Aktive Nutzer mit Beiträgen", + "admin.team_analytics.totalPosts": "Summe aller Beiträge", + "admin.true": "wahr", + "admin.userList.title": "Mitglieder bei {team}", + "admin.userList.title2": "Mitglieder bei {team} ({count})", + "admin.user_item.authServiceEmail": "Anmelde-Methode: E-Mail-Adresse", + "admin.user_item.authServiceNotEmail": "Anmelde-Methode: {service}", + "admin.user_item.confirmDemoteDescription": "Wenn Sie sich selbst die Systemadministrations-Rolle entziehen und es gibt keinen weitere Benutzer mit der Systemadministrations-Rolle, müssen Sie einen Systemadministrator über den Mattermost-Server in einer Terminal-Sitzung mit folgendem Kommando festlegen.", + "admin.user_item.confirmDemoteRoleTitle": "Bestätigung des Entziehens der Systemadministrations-Rolle", + "admin.user_item.confirmDemotion": "Bestätigung des Entziehens", + "admin.user_item.confirmDemotionCmd": "platform roles system_admin {username}", + "admin.user_item.emailTitle": "E-Mail-Adresse: {email}", + "admin.user_item.inactive": "Inaktiv", + "admin.user_item.makeActive": "Aktivieren", + "admin.user_item.makeInactive": "Deaktivieren", + "admin.user_item.makeMember": "Zum Mitglied machen", + "admin.user_item.makeSysAdmin": "Zum Systemadministrator machen", + "admin.user_item.makeTeamAdmin": "Zum Teamadministrator machen", + "admin.user_item.member": "Mitglied", + "admin.user_item.mfaNo": "MFA: Nein", + "admin.user_item.mfaYes": "MFA: Ja", + "admin.user_item.resetMfa": "MFA entfernen", + "admin.user_item.resetPwd": "Passwort zurücksetzen", + "admin.user_item.switchToEmail": "Umschalten zu E-Mail-Adresse/Passwort", + "admin.user_item.sysAdmin": "Systemadministrator", + "admin.user_item.teamAdmin": "Team Administrator", + "admin.webrtc.enableDescription": "Wenn wahr, erlaubt Mattermost die Erstellung von eins-zu-eins Videokonferenzen. WebRTC Anrufe sind in Chrome, Firefox und Mattermost Desktop Anwendungen verfügbar.", + "admin.webrtc.enableTitle": "Aktiviere Mattermost WebRTC: ", + "admin.webrtc.gatewayAdminSecretDescription": "Geben Sie ihr geheimes Admin Passwort ein, um die Gateway Admin URL aufzurufen.", + "admin.webrtc.gatewayAdminSecretExample": "z.B.: \"PVRzWNN1Tg6szn7IQWvhpAvLByScWxdy\"", + "admin.webrtc.gatewayAdminSecretTitle": "Gateway Admin Secret:", + "admin.webrtc.gatewayAdminUrlDescription": "Geben Sie https://:/admin ein. Stellen Sie sicher, dass Sie HTTP oder HTTPS abhängig von ihrer Server-Konfiguration verwenden. Mattermost WebRTC verwendet diese URL, um zum Verbindungsaufbau gültige Token für jeden Teilnehmer zu erhalten.", + "admin.webrtc.gatewayAdminUrlExample": "z.B.: \"https://webrtc.mattermost.com:7089/admin\"", + "admin.webrtc.gatewayAdminUrlTitle": "Gateway Admin URL:", + "admin.webrtc.gatewayWebsocketUrlDescription": "Geben Sie wss://: ein. Stellen Sie sicher das Sie WS oder WSS in Ihrer URL entsprechend Ihrer Serverkonfiguration verwenden. Dies ist das Websocket welches für die Signalisierung und dem Verbindungsaufbau zwischen den Peers verwendet wird.", + "admin.webrtc.gatewayWebsocketUrlExample": "z.B.: \"wss://webrtc.mattermost.com:8189\"", + "admin.webrtc.gatewayWebsocketUrlTitle": "Gateway-Websocket-URL:", + "admin.webrtc.stunUriDescription": "Geben Sie ihre STUN URI als stun:: ein. STUN ist ein standardisiertes Netzwerkprotokoll, das einem Endgerät dabei hilft, seine öffentliche IP-Adresse zu erhalten, wenn es sich hinter einem NAT befindet.", + "admin.webrtc.stunUriExample": "z.B.: \"stun:webrtc.mattermost.com:5349\"", + "admin.webrtc.stunUriTitle": "STUN URI:", + "admin.webrtc.turnSharedKeyDescription": "Geben Sie ihren TURN Server Shared Key ein. Dies wird verwendet, um dynamische Kennwörter zum herstellen der Verbindung zu erzeugen. Jedes Kennwort ist für einen kurzen Zeitraum gültig.", + "admin.webrtc.turnSharedKeyExample": "z.B.: \"bXdkOWQxc3d0Ynk3emY5ZmsxZ3NtazRjaWg=\"", + "admin.webrtc.turnSharedKeyTitle": "TURN Shared Key:", + "admin.webrtc.turnUriDescription": "Geben Sie ihre TURN URI als turn:: ein. TURN ist ein standardisiertes Netzwerkprotokoll, das einem Endgerät dabei hilft, eine Verbindung durch die Nutzung einer öffentlichen IP-Weiterleitungsadressse aufzubauen, wenn es sich hinter einem symmetrischen NAT befindet.", + "admin.webrtc.turnUriExample": "z.B.: \"turn:webrtc.mattermost.com:5349\"", + "admin.webrtc.turnUriTitle": "TURN URI:", + "admin.webrtc.turnUsernameDescription": "Geben Sie Ihren TURN-Server-Benutzernamen ein.", + "admin.webrtc.turnUsernameExample": "z.B.: \"Benutzername\"", + "admin.webrtc.turnUsernameTitle": "TURN Benutzername:", + "admin.webserverModeDisabled": "Deaktiviert", + "admin.webserverModeDisabledDescription": "Der Mattermost Server wird keine statischen Dateien bereitstellen.", + "admin.webserverModeGzip": "gzip", + "admin.webserverModeGzipDescription": "Der Mattermostserver wird statische Dateien gzip komprimiert bereitstellen.", + "admin.webserverModeHelpText": "Gzip Komprimierung gilt für statische Dateien. Es wird empfohlen gzip zu aktivieren um die Leistung zu verbessern, es sei denn, Ihre Umgebung hat bestimmte Einschränkungen, wie ein Web Proxy, welcher gzip-Dateien schlecht verteilt. Diese Einstellung erfordert einen Serverneustart um wirksam zu werden.", + "admin.webserverModeTitle": "Webserver Modus:", + "admin.webserverModeUncompressed": "Unkomprimiert", + "admin.webserverModeUncompressedDescription": "Der Mattermostserver wird statische Dateien unkomprimiert bereitstellen.", + "analytics.chart.loading": "Lade...", + "analytics.chart.meaningful": "Nicht genügend Daten für eine aussagekräftige Darstellung.", + "analytics.system.activeUsers": "Aktive Nutzer mit Beiträgen", + "analytics.system.channelTypes": "Kanal Typen", + "analytics.system.dailyActiveUsers": "Tägliche aktive Benutzer", + "analytics.system.monthlyActiveUsers": "Monatliche aktive Benutzer", + "analytics.system.postTypes": "Nachrichten, Dateien und Hashtags", + "analytics.system.privateGroups": "Private Gruppen", + "analytics.system.publicChannels": "Öffentliche Kanäle", + "analytics.system.skippedIntensiveQueries": "Um die Performance zu maximieren sind einige Statistiken deaktiviert. Sie können diese in der config.json wieder reaktivieren. Sie erfahren mehr in der Dokumentation.", + "analytics.system.textPosts": "Nur-Text Beiträge", + "analytics.system.title": "System Statistiken", + "analytics.system.totalChannels": "Kanäle Gesamt", + "analytics.system.totalCommands": "Kommandos Gesamt", + "analytics.system.totalFilePosts": "Beiträge mit Dateien", + "analytics.system.totalHashtagPosts": "Beiträge mit Hashtags", + "analytics.system.totalIncomingWebhooks": "Eingehende Webhooks", + "analytics.system.totalMasterDbConnections": "Master DB Verbindungen", + "analytics.system.totalOutgoingWebhooks": "Ausgehende Webhooks", + "analytics.system.totalPosts": "Beiträge Gesamt", + "analytics.system.totalReadDbConnections": "Replica DB Verbindungen", + "analytics.system.totalSessions": "Sitzungen Gesamt", + "analytics.system.totalTeams": "Teams Gesamt", + "analytics.system.totalUsers": "Benutzer Gesamt", + "analytics.system.totalWebsockets": "Websocket Verbindungen", + "analytics.team.activeUsers": "Aktive Benutzer mit Beiträgen", + "analytics.team.newlyCreated": "Neu erstellte Benutzer", + "analytics.team.privateGroups": "Private Gruppen", + "analytics.team.publicChannels": "Öffentliche Kanäle", + "analytics.team.recentActive": "Zuletzt aktive Benutzer", + "analytics.team.recentUsers": "Zuletzt aktive Benutzer", + "analytics.team.title": "Team Statistiken für {team}", + "analytics.team.totalPosts": "Beiträge Gesamt", + "analytics.team.totalUsers": "Benutzer Gesamt", + "api.channel.add_member.added": "{addedUsername} hinzugefügt zum Kanal durch {username}", + "api.channel.delete_channel.archived": "{username} hat den Kanal archiviert.", + "api.channel.join_channel.post_and_forget": "{username} ist dem Kanal beigetreten.", + "api.channel.leave.left": "{username} hat den Kanal verlassen.", + "api.channel.post_update_channel_displayname_message_and_forget.updated_from": "{username} hat den Kanalanzeigenamen aktualisiert. Alt: {old} Neu: {new}", + "api.channel.post_update_channel_header_message_and_forget.removed": "{username} hat die Kanalüberschrift entfernt (war: {old})", + "api.channel.post_update_channel_header_message_and_forget.updated_from": "{username} hat die Kanalüberschrift aktualisiert. Alt: {old} Neu: {new}", + "api.channel.post_update_channel_header_message_and_forget.updated_to": "{username} hat die Kanalüberschrift geändert zu: {new}", + "api.channel.remove_member.removed": "{removedUsername} wurde vom Kanal entfernt", + "app.channel.post_update_channel_purpose_message.removed": "{username} hat den Kanalzweck entfernt (war: {old})", + "app.channel.post_update_channel_purpose_message.updated_from": "{username} hat den Kanalzweck aktualisiert. Alt: {old} Neu: {new}", + "app.channel.post_update_channel_purpose_message.updated_to": "{username} hat den Kanalzweck geändert zu: {new}", + "audit_table.accountActive": "Aktiv geschaltete Zugänge", + "audit_table.accountInactive": "Inaktiv geschaltete Zugänge", + "audit_table.action": "Aktion", + "audit_table.attemptedAllowOAuthAccess": "Versuchte einen neuen OAuth Service Zugriff zu erlauben", + "audit_table.attemptedLicenseAdd": "Versuchte eine neue Lizenz hinzuzufügen", + "audit_table.attemptedLogin": "Versuchte anzumelden", + "audit_table.attemptedOAuthToken": "Versuchte einen OAuth Zugangstoken zu erhalten", + "audit_table.attemptedPassword": "Versuchte das Passwort zu ändern", + "audit_table.attemptedRegisterApp": "Versuchte eine neue OAuth Anwendung mit der ID {id} zu registrieren", + "audit_table.attemptedReset": "Versuchte das Passwort zurückzusetzen", + "audit_table.attemptedWebhookCreate": "Versuchte einen Webhook zu erstellen", + "audit_table.attemptedWebhookDelete": "Versuchte einen Webhook zu löschen", + "audit_table.by": " von {username}", + "audit_table.byAdmin": " von einem Administrator", + "audit_table.channelCreated": "Kanal/Gruppe {channelName} wurde erstellt", + "audit_table.channelDeleted": "Kanal/Gruppe mit der URL {url} wurde gelöscht", + "audit_table.establishedDM": "Ein Kanal für direkte Mitteilungen an {username} wurde aufgebaut", + "audit_table.failedExpiredLicenseAdd": "Neue Lizenz wurde nicht hinzugefügt weil diese entweder abgelaufen oder noch nicht begonnen hat", + "audit_table.failedInvalidLicenseAdd": "Ungültige Lizenz wurde nicht hinzugefügt", + "audit_table.failedLogin": "Anmeldeversuch fehlgeschlagen", + "audit_table.failedOAuthAccess": "Fehler bei dem Zulassen eines neuen OAuth Service Zugriffs - die Umleitungs-URI entspricht nicht dem vorher angegeben Callback", + "audit_table.failedPassword": "Fehler beim Ändern des Passwortes - versuchte einen Benutzer zu aktualisieren der sich via OAuth anmeldet", + "audit_table.failedWebhookCreate": "Fehler beim Erstellen eines Webhooks - unzureichende Kanal Zugriffsrechte", + "audit_table.failedWebhookDelete": "Fehler beim Löschen eines Webhooks - unpassende Bedingungen", + "audit_table.headerUpdated": "Aktualisierte den Kanal/Gruppen Kopf bei {channelName}", + "audit_table.ip": "IP-Adresse", + "audit_table.licenseRemoved": "Lizenz erfolgreich entfernt", + "audit_table.loginAttempt": " (Anmeldeversuche)", + "audit_table.loginFailure": " (Anmeldung fehlgeschlagen)", + "audit_table.logout": "Von Ihren Zugang abgemeldet", + "audit_table.member": "Mitglied", + "audit_table.nameUpdated": "Kanal/Gruppen-Name {channelName} wurde aktualisiert", + "audit_table.oauthTokenFailed": "Fehler beim Laden des OAuth Access Token - {token}", + "audit_table.revokedAll": "Alle aktuellen Sitzungen für das Team zurückgezogen", + "audit_table.sentEmail": "Es wurde eine E-Mail an {email} gesendet um das Passwort zurückzusetzen", + "audit_table.session": "Sitzungs-ID", + "audit_table.sessionRevoked": "Die Sitzung mit der ID {sessionId} wurde zurückgezogen", + "audit_table.successfullLicenseAdd": "Erfolgreich neue Lizenz hinzugefügt", + "audit_table.successfullLogin": "Erfolgreich angemeldet", + "audit_table.successfullOAuthAccess": "Erfolgreich einem neuen OAuth Dienst Zugriff gewährt", + "audit_table.successfullOAuthToken": "Erfolgreich einen neuen OAuth Dienst hinzugefügt", + "audit_table.successfullPassword": "Passwort erfolgreich geändert", + "audit_table.successfullReset": "Passwort erfolgreich zurückgesetzt", + "audit_table.successfullWebhookCreate": "Webhook erfolgreich erstellt", + "audit_table.successfullWebhookDelete": "Webhook erfolgreich gelöscht", + "audit_table.timestamp": "Zeitstempel", + "audit_table.updateGeneral": "Allgemeine Einstellungen Ihres Accounts aktualisiert", + "audit_table.updateGlobalNotifications": "Benachrichtigungseinstellungen aktualisiert", + "audit_table.updatePicture": "Profilbild aktualisiert", + "audit_table.updatedRol": "Benutzerrolle(n) aktualisiert auf ", + "audit_table.userAdded": "{username} zu {channelName} hinzugefügt", + "audit_table.userId": "Benutzer ID", + "audit_table.userRemoved": "{username} von {channelName} entfernt", + "audit_table.verified": "E-Mail-Adresse erfolgreich bestätigt", + "authorize.access": "Erlaube {appName} Zugriff?", + "authorize.allow": "Erlauben", + "authorize.app": "Die Anwendung {appName} möchte auf Ihre Daten zugreifen und sie bearbeiten können.", + "authorize.deny": "Ablehnen", + "authorize.title": "{appName} möchte sich mit Ihrem Mattermost Benutzerkonto verbinden", + "backstage_list.search": "Suche", + "backstage_navbar.backToMattermost": "Zurück zu {siteName}", + "backstage_sidebar.emoji": "Benutzerdefinierte Emoji", + "backstage_sidebar.integrations": "Integration", + "backstage_sidebar.integrations.commands": "Slash-Befehle", + "backstage_sidebar.integrations.incoming_webhooks": "Eingehende Webhooks", + "backstage_sidebar.integrations.oauthApps": "OAuth 2.0 Applikationen", + "backstage_sidebar.integrations.outgoing_webhooks": "Ausgehende Webhooks", + "calling_screen": "Rufe an", + "center_panel.recent": "Klicken Sie hier um zu vorherigen Mittelungen zurückzukehren. ", + "change_url.close": "Schließen", + "change_url.endWithLetter": "Die URL muss mit einem Buchstaben oder einer Nummer enden.", + "change_url.invalidUrl": "Ungültige URL", + "change_url.longer": "Die URL muss aus zwei oder mehr Zeichen bestehen.", + "change_url.noUnderscore": "Die URL darf keine zwei aufeinander folgende Unterstriche enthalten.", + "change_url.startWithLetter": "Die URL muss mit einem Buchstaben oder einer Nummer beginnen.", + "channelHeader.addToFavorites": "Zu Favoriten hinzufügen", + "channelHeader.removeFromFavorites": "Aus Favoriten entfernen", + "channel_flow.alreadyExist": "Ein Kanal mit der URL existiert bereits", + "channel_flow.changeUrlDescription": "Einige Zeichen sind nicht in URLs erlaubt und werden ggfs. entfernt.", + "channel_flow.changeUrlTitle": "Ändere {term} URL", + "channel_flow.channel": "Kanal", + "channel_flow.create": "Erstelle {term}", + "channel_flow.group": "Gruppe", + "channel_flow.handleTooShort": "Kanal-URL muss zwei oder mehr alphanumerische Zeichen enthalten", + "channel_flow.invalidName": "Ungültiger Kanal Name", + "channel_flow.set_url_title": "Setze {term} URL", + "channel_header.addMembers": "Mitglieder hinzufügen", + "channel_header.addToFavorites": "Zu Favoriten hinzufügen", + "channel_header.channel": "Kanal", + "channel_header.channelHeader": "Bearbeite Kanaltitel", + "channel_header.delete": "Lösche {term}", + "channel_header.flagged": "Markierte Nachrichten", + "channel_header.group": "Gruppe", + "channel_header.leave": "Verlasse {term}", + "channel_header.manageMembers": "Mitglieder verwalten", + "channel_header.notificationPreferences": "Benachrichtigungseinstellungen", + "channel_header.recentMentions": "Letzte Erwähnungen", + "channel_header.removeFromFavorites": "Aus Favoriten entfernen", + "channel_header.rename": "Benenne {term} um", + "channel_header.setHeader": "Bearbeite {term} Titel", + "channel_header.setPurpose": "Bearbeite {term} Zweck", + "channel_header.viewInfo": "Info anzeigen", + "channel_header.viewMembers": "Zeige Mitglieder", + "channel_header.webrtc.call": "Videoanruf starten", + "channel_header.webrtc.offline": "Der Benutzer ist offline", + "channel_header.webrtc.unavailable": "Neuer Anruf nicht möglich bis ihr bestehender Anruf beendet ist", + "channel_info.about": "Über", + "channel_info.close": "Schließen", + "channel_info.header": "Überschrift:", + "channel_info.id": "ID: ", + "channel_info.name": "Name:", + "channel_info.notFound": "Kein Kanal gefunden", + "channel_info.purpose": "Zweck:", + "channel_info.url": "URL:", + "channel_invite.add": " Hinzufügen", + "channel_invite.addNewMembers": "Füge neue Mitglieder hinzu zu ", + "channel_invite.close": "Schließen", + "channel_loader.connection_error": "Es scheint ein Problem mit Ihrer Internetverbindung zu geben.", + "channel_loader.posted": "Verschickt", + "channel_loader.socketError": "Bitte überprüfen Sie die Verbindung, Mattermost ist nicht erreichbar. Wenn das Problem bestehen bitten Sie Ihren Administrator den WebSocket Port zu überprüfen.", + "channel_loader.someone": "Jemand", + "channel_loader.something": " hat etwas neues gemacht", + "channel_loader.unknown_error": "Es wurde ein unerwarteter Statuscode vom Server empfangen.", + "channel_loader.uploadedFile": " hat eine Datei hochgeladen", + "channel_loader.uploadedImage": " hat ein Bild hochgeladen", + "channel_loader.wrote": " schrieb: ", + "channel_members_dropdown.channel_admin": "Kanal-Administrator", + "channel_members_dropdown.channel_member": "Kanalmitglieder", + "channel_members_dropdown.make_channel_admin": "Zum Kanal-Administrator machen", + "channel_members_dropdown.make_channel_member": "Zum Kanalmitglied machen", + "channel_members_dropdown.remove_from_channel": "Vom Kanal entfernen", + "channel_members_dropdown.remove_member": "Mitglied entfernen", + "channel_members_modal.addNew": " Füge neue Mitglieder hinzu", + "channel_members_modal.members": " Mitglieder", + "channel_modal.cancel": "Abbrechen", + "channel_modal.channel": "Kanal", + "channel_modal.createNew": "Erstelle neue(n) ", + "channel_modal.descriptionHelp": "Beschreiben Sie wie diese(r) {term} genutzt werden soll.", + "channel_modal.displayNameError": "Channel name must be 2 or more characters", + "channel_modal.edit": "Bearbeiten", + "channel_modal.group": "Gruppe", + "channel_modal.header": "Überschrift", + "channel_modal.headerEx": "z.B.: \"[Link Titel](http://beispiel.de)\"", + "channel_modal.headerHelp": "Der Text der in der Kopfzeile der/des {term} neben dem Namen steht. Zum Beispiel könnten Sie häufig genutzte Links durch Hinzufügen von [Link Titel](http://example.de) anzeigen lassen.", + "channel_modal.modalTitle": "Neue(r) ", + "channel_modal.name": "Name", + "channel_modal.nameEx": "z.B.: \"Bugs\", \"Marketing\", \"客户支持\"", + "channel_modal.optional": "(optional)", + "channel_modal.privateGroup1": "Erstelle eine neue private Gruppe mit beschränktem Nutzerkreis. ", + "channel_modal.privateGroup2": "Erstelle eine private Gruppe", + "channel_modal.publicChannel1": "Erstelle einen öffentlichen Kanal", + "channel_modal.publicChannel2": "Erstelle einen neuen öffentlichen Kanal dem jeder beitreten kann. ", + "channel_modal.purpose": "Zweck", + "channel_modal.purposeEx": "z.B.: \"Ein Kanal um Fehler und Verbesserungsvorschläge abzulegen\"", + "channel_notification.push": "Mobile Push-Nachrichten versenden", + "channel_notifications.allActivity": "Für alle Aktivitäten", + "channel_notifications.allUnread": "Für alle ungelesenen Nachrichten", + "channel_notifications.globalDefault": "Globaler Standard ({notifyLevel})", + "channel_notifications.markUnread": "Markiere Kanal als ungelesen", + "channel_notifications.never": "Nie", + "channel_notifications.onlyMentions": "Nur für Erwähnungen", + "channel_notifications.override": "Auswählen eines anderen Wertes als \"Standard\" wird die globalen Benachrichtigungseinstellungen außer Kraft setzen. Desktop Benachrichtigungen sind für Firefox, Safari und Chrome verfügbar.", + "channel_notifications.overridePush": "Auswählen einer anderen Einstellung als \"Globaler Standard\" wird die globalen Benachrichtigungen für mobile Pushbenachrichtigungen in den Benutzereinstellungen überschreiben. Pushbenachrichtigungen müssen durch den Systemadministrator aktiviert werden.", + "channel_notifications.preferences": "Benachrichtigungseinstellungen für ", + "channel_notifications.sendDesktop": "Desktop Benachrichtigungen senden", + "channel_notifications.unreadInfo": "Der Kanalname wird fettgedruckt dargestellt wenn es ungelesene Nachrichten gibt. Auswählen von \"Nur für Erwähnungen\" wird die Fettschreibung der Kanäle nur durchführen wenn Sie erwähnt werden.", + "channel_select.placeholder": "--- Wählen Sie einen Kanal ---", + "channel_switch_modal.dm": "(Direktnachricht)", + "channel_switch_modal.failed_to_open": "Fehler beim Öffnen des Kanals.", + "channel_switch_modal.help": "Geben Sie den Kanalnamen ein. Verwenden Sie ↑↓ zum Browsen, TAB zum auswählen, ↵ zum Bestätigen, ESC zum verwerfen", + "channel_switch_modal.not_found": "Keine Treffer.", + "channel_switch_modal.submit": "Wechseln", + "channel_switch_modal.title": "Kanal wechseln", + "claim.account.noEmail": "Keine E-Mail-Adresse angegeben", + "claim.email_to_ldap.enterLdapPwd": "Geben Sie eine ID und ein Passwort für Ihren AD/LDAP Account ein", + "claim.email_to_ldap.enterPwd": "Geben Sie das Passwort für den {site} E-Mail-Account ein", + "claim.email_to_ldap.ldapId": "AD/LDAP ID", + "claim.email_to_ldap.ldapIdError": "Bitte geben Sie Ihre AD/LDAP ID ein.", + "claim.email_to_ldap.ldapPasswordError": "Bitte geben Sie Ihr AD/LDAP Passwort ein.", + "claim.email_to_ldap.ldapPwd": "AD/LDAP Passwort", + "claim.email_to_ldap.pwd": "Passwort", + "claim.email_to_ldap.pwdError": "Bitte geben Sie Ihr aktuelles Passwort ein.", + "claim.email_to_ldap.ssoNote": "Sie müssen bereits einen gültigen AD/LDAP Account besitzen", + "claim.email_to_ldap.ssoType": "Sobald Sie Ihren Account in Anspruch nehmen, können Sie sich nur noch mit Ihrem AD/LDAP Account anmelden", + "claim.email_to_ldap.switchTo": "Account zu AD/LDAP wechseln", + "claim.email_to_ldap.title": "Account von E-Mail/Passwort auf AD/LDAP wechseln", + "claim.email_to_oauth.enterPwd": "Geben Sie das Passwort für den {site} Zugang ein", + "claim.email_to_oauth.pwd": "Passwort", + "claim.email_to_oauth.pwdError": "Bitte geben Sie Ihr aktuelles Passwort ein.", + "claim.email_to_oauth.ssoNote": "Sie müssen bereits einen gültigen {type} Account besitzen", + "claim.email_to_oauth.ssoType": "Sobald Sie Ihren Account in Anspruch nehmen, können Sie sich nur noch mit Ihrem {type} Account anmelden", + "claim.email_to_oauth.switchTo": "Account zu {uiType} wechseln", + "claim.email_to_oauth.title": "Account von E-Mail/Passwort auf {uiType} wechseln", + "claim.ldap_to_email.confirm": "Passwort bestätigen", + "claim.ldap_to_email.email": "Sie werden die E-Mail-Adresse {email} zum Login verwenden", + "claim.ldap_to_email.enterLdapPwd": "Geben Sie Ihr {ldapPassword} für den {site} E-Mail-Account ein", + "claim.ldap_to_email.enterPwd": "Geben Sie ein neues Passwort für Ihren E-Mail-Account ein", + "claim.ldap_to_email.ldapPasswordError": "Bitte geben Sie Ihr AD/LDAP Passwort ein.", + "claim.ldap_to_email.ldapPwd": "AD/LDAP Passwort", + "claim.ldap_to_email.pwd": "Passwort", + "claim.ldap_to_email.pwdError": "Bitte geben Sie Ihr Passwort ein.", + "claim.ldap_to_email.pwdNotMatch": "Die Passwörter stimmen nicht überein.", + "claim.ldap_to_email.ssoType": "Sobald Sie Ihren Account in Anspruch nehmen, können Sie sich nur noch mit Ihrer E-Mail-Adresse und Ihrem Passwort anmelden", + "claim.ldap_to_email.switchTo": "Zugang auf E-Mail-Adresse/Passwort umstellen", + "claim.ldap_to_email.title": "AD/LDAP Zugang auf E-Mail-Adresse/Passwort umstellen", + "claim.oauth_to_email.confirm": "Passwort bestätigen", + "claim.oauth_to_email.description": "Sobald Sie Ihren Accounttyp wechseln, können Sie sich nur noch mit Ihrer E-Mail-Adresse und Ihrem Passwort anmelden.", + "claim.oauth_to_email.enterNewPwd": "Geben Sie ein neues Passwort für Ihren {site} E-Mail-Account ein", + "claim.oauth_to_email.enterPwd": "Bitte geben Sie Ihr Passwort ein.", + "claim.oauth_to_email.newPwd": "Neues Passwort", + "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} Account auf E-Mail wechseln", + "confirm_modal.cancel": "Abbrechen", + "connecting_screen": "Verbindung wird aufgebaut", + "create_comment.addComment": "Kommentar hinzufügen...", + "create_comment.comment": "Kommentar hinzufügen", + "create_comment.commentLength": "Kommentarlänge muss weniger als {max} Zeichen lang sein.", + "create_comment.commentTitle": "Kommentar", + "create_comment.file": "Datei wird hochgeladen", + "create_comment.files": "Dateien werden hochgeladen", + "create_post.comment": "Kommentar", + "create_post.error_message": "Ihre Mitteilung ist zu lang. Zeichenanzahl: {length}/{limit}", + "create_post.post": "Senden", + "create_post.shortcutsNotSupported": "Tastenkürzel werden auf Ihrem Gerät nicht unterstützt.", + "create_post.tutorialTip": "

Nachrichten senden

Geben Sie hier Ihre Nachricht ein und drücken Sie Enter um sie senden.

Klicken Sie den Anhang Button um ein Bild oder eine Datei hochzuladen.

", + "create_post.write": "Schreiben Sie eine Nachricht...", + "create_team.agreement": "Wenn Sie die Erstellung Ihres Accounts fortsetzen und {siteName} nutzen, verstehen Sie sich mit unseren Nutzungsbedingungen und Datenschutzbedingungen einverstanden. Wenn Sie nicht zustimmen, dürfen Sie {siteName} nicht nutzen.", + "create_team.display_name.charLength": "Name muss zwischen {min} und {max} Zeichen lang sein. Sie können eine längere Teambeschreibung später hinzufügen.", + "create_team.display_name.nameHelp": "Benennen Sie Ihr Team in jeglicher Sprache. Ihr Teamname wird in Menüs und Überschriften angezeigt.", + "create_team.display_name.next": "Weiter", + "create_team.display_name.required": "Dieses Feld ist erforderlich", + "create_team.display_name.teamName": "Teamname", + "create_team.team_url.back": "Zurück zum vorigen Schritt", + "create_team.team_url.charLength": "Der Name muss mindestens {min} und darf maximal {max} Zeichen lang sein", + "create_team.team_url.creatingTeam": "Erstelle Team...", + "create_team.team_url.finish": "Fertigstellen", + "create_team.team_url.hint": "
  • Kurz und gut merkbar ist von Vorteil
  • Nur Kleinbuchstaben, Ziffern und Bindestriche verwenden
  • Es muss mit einem Buchstaben begonnen werden und darf nicht mit einem Bindestrich enden.
  • ", + "create_team.team_url.regex": "Nur Kleinbuchstaben, Ziffern und Bindestriche verwenden. Es muss mit einem Buchstaben begonnen werden und darf nicht mit einem Bindestrich enden.", + "create_team.team_url.required": "Dieses Feld ist erforderlich", + "create_team.team_url.taken": "This URL starts with a reserved word or is unavailable. Please try another.", + "create_team.team_url.teamUrl": "Team URL", + "create_team.team_url.unavailable": "Diese URL ist nicht verfügbar. Bitte eine andere versuchen.", + "create_team.team_url.webAddress": "Wählen Sie die Webadresse für Ihr neues Team:", + "custom_emoji.empty": "Kein eigenes Emoji gefunden", + "custom_emoji.header": "Eigenes Emoji", + "custom_emoji.search": "Suche eigenes Emoji", + "default_channel.purpose": "Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.", + "delete_channel.cancel": "Abbrechen", + "delete_channel.channel": "Kanal", + "delete_channel.confirm": "Bestätige LÖSCHUNG des Kanals", + "delete_channel.del": "Löschen", + "delete_channel.group": "Gruppe", + "delete_channel.question": "Dieser Kanal und sein Inhalt wird aus dem Team gelöscht und ist dann für alle Nutzer nicht mehr verfügbar. Sind Sie sich sicher, dass Sie den {term}{display_name} löschen möchten?", + "delete_post.cancel": "Abbrechen", + "delete_post.comment": "Kommentar", + "delete_post.confirm": "Bestätige Löschung von {term}", + "delete_post.del": "Löschen", + "delete_post.post": "Nachricht", + "delete_post.question": "Sind Sie sich sicher diese(n) {term} zu löschen?", + "delete_post.warning": "Diese Nachricht hat {count} Kommentare.", + "edit_channel_header_modal.cancel": "Abbrechen", + "edit_channel_header_modal.description": "Geben Sie den Text ein der neben dem Kanal Namen in der Überschrift erscheinen soll.", + "edit_channel_header_modal.error": "Die Kanalüberschrift ist zu lang, bitte geben Sie einen kürzeren ein", + "edit_channel_header_modal.save": "Speichern", + "edit_channel_header_modal.title": "Bearbeite Überschrift für {channel}", + "edit_channel_header_modal.title_dm": "Überschrift bearbeiten", + "edit_channel_purpose_modal.body": "Beschreiben Sie wie diese(r) {type} genutzt werden soll. Dieser Text erscheint in der Kanalliste im \"Mehr...\" Menü und hilft anderen sich zu entscheiden ob sie beitreten sollen.", + "edit_channel_purpose_modal.cancel": "Abbrechen", + "edit_channel_purpose_modal.channel": "Kanal", + "edit_channel_purpose_modal.error": "Der Kanalzweck ist zu lang, bitte geben Sie einen kürzeren ein", + "edit_channel_purpose_modal.group": "Gruppe", + "edit_channel_purpose_modal.save": "Speichern", + "edit_channel_purpose_modal.title1": "Zweck bearbeiten", + "edit_channel_purpose_modal.title2": "Zweck bearbeiten für ", + "edit_command.save": "Aktualisieren", + "edit_post.cancel": "Abbrechen", + "edit_post.edit": "{title} bearbeiten", + "edit_post.editPost": "Nachricht bearbeiten...", + "edit_post.save": "Speichern", + "email_signup.address": "E-Mail-Adresse", + "email_signup.createTeam": "Team erstellen", + "email_signup.emailError": "Bitte geben Sie eine gültige E-Mail-Adresse ein.", + "email_signup.find": "Finde meine Teams", + "email_verify.almost": "{siteName}: Sie sind fast fertig", + "email_verify.failed": " Fehler beim Senden der Bestätigungsmail.", + "email_verify.notVerifiedBody": "Bitte bestätigen Sie Ihre E-Mail Adresse. Prüfen Sie Ihren E-Mail Eingang.", + "email_verify.resend": "E-Mail erneut senden", + "email_verify.sent": " Bestätigungsmail versendet.", + "email_verify.verified": "{siteName} E-Mail-Adresse verifiziert", + "email_verify.verifiedBody": "

    Ihre E-Mail-Adresse wurde bestätigt! Klicken Sie hier um sich anzumelden.

    ", + "email_verify.verifyFailed": "Fehler beim Bestätigen Ihrer E-Mail-Adresse.", + "emoji_list.actions": "Aktionen", + "emoji_list.add": "Eigenes Emoji hinzufügen", + "emoji_list.creator": "Ersteller", + "emoji_list.delete": "Löschen", + "emoji_list.delete.confirm.button": "Löschen", + "emoji_list.delete.confirm.msg": "This action permanently deletes the custom emoji. Are you sure you want to delete it?", + "emoji_list.delete.confirm.title": "Delete Custom Emoji", + "emoji_list.empty": "Kein eigenes Emoji gefunden", + "emoji_list.header": "Benutzerdefinierte Emoji", + "emoji_list.help": "Benutzerdefinierte Emojis sind für jeden auf Ihrem Server verfügbar. Die Eingabe von ':' im Nachrichtenfeld öffnet das Emoji Auswahlfenster. Andere Nutzer müssen eventuell die Seite neu laden bevor neue Emojis angezeigt werden.", + "emoji_list.help2": "Tipp: Wenn Sie #, ## oder ### als ersten Zeichen in einer neuen Zeile mit einem Emoji eingeben können Sie größere Emojis anzeigen lassen. Um es auszuprobieren senden Sie eine Meldung wie: '# :smile:'.", + "emoji_list.image": "Bild", + "emoji_list.name": "Name", + "emoji_list.search": "Suche eigenes Emoji", + "emoji_list.somebody": "Jemand in einem anderen Team", + "emoji_picker.activity": "Activity", + "emoji_picker.custom": "Custom", + "emoji_picker.emojiPicker": "Emoji Picker", + "emoji_picker.flags": "Markieren", + "emoji_picker.food": "Food", + "emoji_picker.nature": "Nature", + "emoji_picker.objects": "Objects", + "emoji_picker.people": "People", + "emoji_picker.recent": "Recently Used", + "emoji_picker.search": "Suche", + "emoji_picker.symbols": "Symbols", + "emoji_picker.travel": "Travel", + "error.not_found.link_message": "Zurück zu Mattermost", + "error.not_found.message": "Die Seite, die Sie versuchten zu erreichen, existiert nicht", + "error.not_found.title": "Seite nicht gefunden", + "error.not_supported.message": "Privates Browsing wird nicht unterstützt", + "error.not_supported.title": "Browser nicht unterstützt", + "error_bar.expired": "Enterprise Lizenz ist abgelaufen und einige Funktionen wurden evtl. deaktiviert. Bitte erneuern.", + "error_bar.expiring": "Enterprise Lizenz läuft ab am {date}. Bitte erneuern.", + "error_bar.past_grace": "Enterprise Lizenz ist abgelaufen und einige Funktionen wurden evtl. deaktiviert. Bitte wenden Sie sich an den Systemadministrator für mehr Details.", + "error_bar.preview_mode": "Vorführungsmodus: E-Mail Benachrichtigungen wurden nicht konfiguriert", + "file_attachment.download": "Download", + "file_info_preview.size": "Größe ", + "file_info_preview.type": "Dateityp ", + "file_upload.fileAbove": "Datei über {max}MB kann nicht hochgeladen werden: {filename}", + "file_upload.filesAbove": "Dateien über {max}MB können nicht hochgeladen werden: {filenames}", + "file_upload.limited": "Anzahl an Uploads begrenzt auf maximal {count}. Bitte nutzen Sie zusätzliche Nachrichten für mehr Dateien.", + "file_upload.pasted": "Bild eingefügt am ", + "filtered_channels_list.count": "{count} {count, plural, =0 {0 Mitglieder} one {Mitglied} other {Mitglieder}}", + "filtered_channels_list.countTotal": "{count} {count, plural, =0 {0 Mitglieder} one {Mitglied} other {Mitglieder}} von {total} insgesamt", + "filtered_channels_list.search": "Suche Kanäle", + "filtered_user_list.any_team": "Alle Benutzer", + "filtered_user_list.count": "{count} {count, plural, =0 {0 Mitglieder} one {Mitglied} other {Mitglieder}}", + "filtered_user_list.countTotal": "{count} {count, plural, =0 {0 Mitglieder} one {Mitglied} other {Mitglieder}} von {total} insgesamt", + "filtered_user_list.countTotalPage": "{startCount, number} - {endCount, number} {count, plural, =0 {0 Mitglieder} one {Mitglied} other {Mitglieder}} von {total} insgesamt", + "filtered_user_list.member": "Mitglied", + "filtered_user_list.next": "Weiter", + "filtered_user_list.prev": "Zurück", + "filtered_user_list.search": "Benutzer suchen", + "filtered_user_list.searchButton": "Suchen", + "filtered_user_list.show": "Filter:", + "filtered_user_list.team_only": "Mitglieder dieses Teams", + "find_team.email": "E-Mail", + "find_team.findDescription": "Eine E-Mail, mit Links zu jedem Team dem Sie angehören, wurde an Sie gesendet.", + "find_team.findTitle": "Finden Sie Ihr Team", + "find_team.getLinks": "Erhalten Sie eine E-Mail mit Links zu jedem Team dem Sie angehören.", + "find_team.placeholder": "ihrname@domain.de", + "find_team.send": "Senden", + "find_team.submitError": "Bitte eine gültige E-Mail-Adresse eingeben", + "flag_post.flag": "zur Nachverfolgung markieren", + "flag_post.unflag": "Demarkieren", + "general_tab.chooseDescription": "Bitte wählen Sie eine neue Beschreibung für Ihr Team", + "general_tab.codeDesc": "Auf 'Bearbeiten' klicken um den Einladungscode neu zu generieren.", + "general_tab.codeLongDesc": "Der Einladungscode ist Teil der URL im Team Einladungslink, welcher über {getTeamInviteLink} im Hauptmenü generiert wird. Eine Neugenerierung erstellt einen neuen Team Einladungslink und macht den vorherigen Link ungültig.", + "general_tab.codeTitle": "Einladungscode", + "general_tab.emptyDescription": "Klicken Sie auf 'Bearbeiten' um eine Teambeschreibung hinzuzufügen.", + "general_tab.getTeamInviteLink": "Team-Einladungslink abrufen", + "general_tab.includeDirDesc": "Dieses Team mit aufzuführen wird den Team Namen im Teamverzeichnis auf der Startseite zeigen und einen Link zur Registrierungsseite bereitstellen.", + "general_tab.no": "Nein", + "general_tab.openInviteDesc": "Wenn erlaubt wird ein Link zu diesem Team auf der Startseite eingefügt und erlaubt jedem diesem Team beizutreten.", + "general_tab.openInviteTitle": "Erlaube jedem Benutzer mit einem Account auf diesem Server diesem Team beizutreten", + "general_tab.regenerate": "Neu generieren", + "general_tab.required": "Dieses Feld wird erforderlich", + "general_tab.teamDescription": "Teambeschreibung", + "general_tab.teamDescriptionInfo": "Die Teambeschreibung bieten weitere Informationen um Benutzern die Wahl des richtigen Teams zu ermöglichen. Maximal 50 Zeichen.", + "general_tab.teamName": "Teamname", + "general_tab.teamNameInfo": "Setzen Sie den Namen Ihres Teams wie er beim Anmelden und auf der Sidebar erscheinen soll.", + "general_tab.title": "Allgemeine Einstellungen", + "general_tab.yes": "Ja", + "get_app.alreadyHaveIt": "Haben Sie bereits?", + "get_app.androidAppName": "Mattermost für Android", + "get_app.androidHeader": "Mattermost funktioniert am besten, wenn Sie unsere Android App benutzen", + "get_app.continue": "fortfahren", + "get_app.continueWithBrowser": "Oder {link}", + "get_app.continueWithBrowserLink": "mit Browser fortfahren", + "get_app.iosHeader": "Mattermost funktioniert am besten, wenn Sie unsere iPhone App benutzen", + "get_app.mattermostInc": "Mattermost, Inc", + "get_app.openMattermost": "Öffne Mattermost", + "get_link.clipboard": " Link kopiert", + "get_link.close": "Schließen", + "get_link.copy": "Link kopieren", + "get_post_link_modal.help": "Der Link erlaubt berechtigten Nutzern diese Nachricht zu sehen.", + "get_post_link_modal.title": "Kopiere Permalink", + "get_public_link_modal.help": "Der unten stehende Link erlaubt jedem diese Datei zu sehen ohne auf diesem Server registriert zu sein.", + "get_public_link_modal.title": "Öffentlichen Link kopieren", + "get_team_invite_link_modal.help": "Senden Sie Teammitgliedern den unten stehenden Link damit diese sich für dieses Team registrieren können. Der Team Einladungslink kann mit mehreren Teammitgliedern geteilt werden da er sich nicht ändert, sofern er nicht in den Teameinstellungen durch den Team Admin geändert wird.", + "get_team_invite_link_modal.helpDisabled": "Erstellung von Benutzern wurde für Ihr Team deaktiviert. Für Details, fragen Sie bitte Ihren Administrator.", + "get_team_invite_link_modal.title": "Team Einladungslink", + "help.attaching.downloading": "#### Dateien herunterladen\nLaden Sie eine angehängte Datei herunter indem dem Sie das Herunterladen-Symbol neben dem Miniaturbild anklicken oder durch öffnen in der Dateivorschau und auf **Herunterladen** klicken.", + "help.attaching.dragdrop": "#### Drag und Drop\nLaden Sie eine oder mehrere Dateien hoch indem Sie die Datei(en) vom Ihrem Computer in die rechte oder mittige Fläche ziehen. Wenn Sie die Datei(en) in die Nachrichtenbox ziehen können Sie optional eine Nachricht dazu verfassen und durch **ENTER** absenden.", + "help.attaching.icon": "#### Anhänge-Symbol\nAlternativ können Sie Dateien über einen Klick auf die graue Büroklammer in der Nachrichtenbox hochladen. Dies öffnet den System-Dateidialog, in dem Sie zu den gewünschten Dateien navigieren können und durch einen Klick auf **Öffnen** hochladen können. Optional können Sie noch eine Nachricht verfassen und mit **ENTER** absenden.", + "help.attaching.limitations": "## Dateigrößenbeschränkung\nMattermost unterstützt ein Maximum an fünf angehängten Dateien pro Nachricht, jede mit einer maximalen Dateigröße von 50 MB.", + "help.attaching.methods": "## Anhängmethoden\nHängen Sie eine Datei durch Drag und Drop oder durch klicken des Anhänge-Symbols in der Nachrichtenbox an.", + "help.attaching.notSupported": "Dateivorschau (Word, Excel, PowerPoint) wird noch nicht unterstützt.", + "help.attaching.pasting": "#### Bilder einfügen\nIn Chrome und Edge Browsern können Bilder auch hochgeladen werden in dem sie von der Zwischenablage eingefügt werden. Dies wird noch nicht in anderen Browsern unterstützt.", + "help.attaching.previewer": "## Dateivorschau\nMattermost hat eine eingebaute Dateivorschau mit der Medien angeschaut, heruntergeladen und öffentlich geteilt werden können. Klicken Sie auf das Miniaturbild einer angehängten Datei um die Dateivorschau zu öffnen.", + "help.attaching.publicLinks": "#### Links öffentlich teilen\nÖffentliche Links erlaubt Ihnen Dateianhänge an Personen außerhalb Ihre Mattermost Teams zu senden. Öffnen Sie die Dateivorschau durch Klick auf das Miniaturbild eines Anhanges und klicken auf **Öffentlichen Link abrufen**. Dies öffnet einen Dialog mit einem Link zum kopieren. Wenn der Link geteilt und durch einen anderen Benutzer geöffnet wird, wird die Datei automatisch heruntergeladen.", + "help.attaching.publicLinks2": "Wenn **Öffentlichen Link abrufen** nicht in der Dateivorschau sichtbar ist und dieses Feature gerne aktiviert haben möchten, bitten Sie Ihren Systemadministrator das Feature in der Systemkonsole unter **Sicherheit** > **Öffentliche Links** zu aktivieren.", + "help.attaching.supported": "#### Unterstützte Dateitypen\nWenn Sie versuchen eine Datei anzusehen, welche nicht unterstützt wird, wird die Dateivorschau ein Standard-Anhang-Symbol anzeigen. Unterstützte Dateitypen hängen stark von Ihrem Browser und Betriebssystem ab, aber folgende Formate werden in den meisten Browsern unterstützt:", + "help.attaching.supportedList": "- Bilder: BMP, GIF, JPG, JPEG, PNG\n- Video: MP4\n- Audio: MP3, M4A\n- Dokumente: PDF", + "help.attaching.title": "# Dateien Anhängen\n_____", + "help.commands.builtin": "## Eingebaute Befehle\nDie folgenden Slash-Befehle sind in allen Mattermost-Installationen verfügbar:", + "help.commands.builtin2": "Starten Sie durch tippen von `/` und eine Liste aller Slash-Befehlsoptionen erscheint über dem Eingabefeld. Die Autovervollständigungsvoschläge helfen durch ein Formatierungsbeispiel in schwarzem Text und eine kurze Beschreibung des Slash-Befehls in grauem Text.", + "help.commands.custom": "## Benutzerdefinierte Befehle\nBenutzerdefinierte Slash-Befehle integrieren externe Anwendungen. Zum Beispiel könnte ein Team einen Slash-Befehl zum Abrufen interner Patientenakten mit `/patient max mustermann` einbinden oder die wöchentliche Wettervorhersage einer Stadt mit `/wetter berlin woche` abrufen. Fragen Sie Ihren Systemadministrator oder öffnen Sie die Liste der Autovervollständigung durch Eingabe von `/`um zu prüfen ob für Ihr Team benutzerdefinierte Slash Befehle konfiguriert wurden.", + "help.commands.custom2": "Benutzerdefinierte Slash-Befehle sind per Standard deaktiviert und können durch den Systemadministrator in der **Systemkonsole** > **Integrationen** > **Webhooks und Befehle** aktiviert werden. Lernen Sie mehr über benutzerdefinierte Befehle auf der der [Entwickler-Dokumentation für Slash-Befehle](http://docs.mattermost.com/developer/slash-commands.html).", + "help.commands.intro": "Slash-Befehle führen Vorgänge in Mattermost durch Eingabe im Eingabefeld aus. Geben Sie ein `/`gefolgt von einem Befehl und einigen Argumenten ein um Aktionen auszulösen.\n\nEingebaute Slash Befehle gibt es in jeder Mattermost-Installation und benutzerdefinierte Slash-Befehle werden zur Interaktion mit externen Anwendungen eingerichtet. Lernen Sie mehr über das Einrichten benutzerdefinierter Slash Befehle in der [Entwickler-Dokumentation für Slash-Befehle](http://docs.mattermost.com/developer/slash-commands.html).", + "help.commands.title": "# Befehle ausführen\n___", + "help.composing.deleting": "## Eine Nachricht löschen\nSie können eine Nachricht durch einen Klick auf das **[...]** Symbol neben jeder Ihrer Mitteilungen und anschließendem Klick auf **Löschen** entfernen. System- und Teamadministratoren können jede Nachricht Ihres Systems oder Teams löschen.", + "help.composing.editing": "## Eine Nachricht bearbeiten\nSie können eine Nachricht durch einen Klick auf das **[...]** Symbol neben jeder Ihrer Mitteilungen und anschließendem Klick auf **Bearbeiten** editieren, drücken Sie **Enter** um die Änderungen zu speichern. Bearbeitete Nachrichten lösen keine neuen @Erwähnungen, Desktop Benachrichtigungen oder Töne aus.", + "help.composing.linking": "## Eine Nachricht verlinken\nDie **dauerhafter Link**-Funktion erstellt einen Link für jede Nachricht. Den Link mit anderen Kanalmitgliedern zu teilen ermöglicht ihnen, die verknüpfte Nachricht im Archiv zu betrachten. Benutzer, die nicht Mitglied des originären Kanals sind, können den Link nicht betrachten. Um den dauerhaften Link zu einer Nachricht zu erhalten klicken Sie auf das **[...]** Symbol neben einer Nachricht > **Dauerhafter Link** > **Link kopieren**.", + "help.composing.posting": "## Eine Nachricht senden\nSchreiben Sie eine Nachricht indem Sie diese in das Eingabefeld eingeben und anschließend **Enter** drücken, um sie zu senden. Verwenden Sie **Shift + Enter** um einen Zeilenumbruch zu erzeugen, ohne die Nachricht zu versenden. Um Nachrichten durch **Strg + Enter** zu senden, wechseln Sie zu **Hauptmenü > Kontoeinstellungen > Erweitert > Sende Nachrichten mit Strg + Enter**.", + "help.composing.posts": "#### Nachrichten\nNachrichten können als übergeordnete Mitteilungen verstanden werden. Sie sind häufig die Nachrichten die den Start für Antworten sind. Nachrichten werden über das Eingabefeld am Ende des mittleren Feldes erzeugt und versendet.", + "help.composing.replies": "#### Antworten\nAntworten Sie auf eine Nachricht, indem Sie auf das Antworten-Symbol neben einer Nachricht klicken. Diese Aktion öffnet die rechte Seitenleiste, in der Sie den Nachrichtenverlauf sehen und Ihre Antwort schreiben und versenden können. Antworten werden etwas eingerückt im mittleren Feld dargestellt, um zu signalisieren, dass es sich um eine Antwort einer übergeordneten Nachricht handelt.\n\nWenn Sie eine Antwort in der rechten Seitenleiste erstellen, klicken Sie auf das erweitern/verkleinern-Symbol mit den zwei Pfeilen in der oberen Ecke der Seitenleiste, um leichter lesen zu können.", + "help.composing.title": "# Senden von Nachrichten\n_____", + "help.composing.types": "## Nachrichtentypen\nAntworten Sie auf Nachrichten um Unterhaltungen strukturiert zu halten.", + "help.formatting.checklist": "Erstellen Sie eine Aufgabenliste durch die Verwendung von eckigen Klammern:", + "help.formatting.checklistExample": "- [ ] Eintrag eins\n- [ ] Eintrag zwei\n- [x] Erledigter Eintrag", + "help.formatting.code": "## Code Block\n\nErstellen Sie einen Code Block durch einrücken jeder Zeile durch vier Leerzeichen, oder indem Sie ``` in der Zeile über und unter Ihrem Code eingeben.", + "help.formatting.codeBlock": "Code Block", + "help.formatting.emojiExample": ":smile: :+1: :sheep:", + "help.formatting.emojis": "## Emojis\n\nÖffnen Sie die Emoji Autovervollständigung durch Eingabe von `:`. Eine komplette Liste aller Emojis finden Sie [hier](http://www.emoji-cheat-sheet.com/). Es ist außerdem möglich dass Sie Ihre [eigenen Emojis](http://docs.mattermost.com/help/settings/custom-emoji.html) erstellen können, sollte das benötigte Emoji fehlen.", + "help.formatting.example": "Beispiel:", + "help.formatting.githubTheme": "**GitHub Theme**", + "help.formatting.headings": "## Überschriften\n\nErstellen Sie eine Überschrift durch Eingabe von # und einem Leerzeichen vor Ihrem Titel. Für kleinere Überschriften verwenden Sie mehrere #.", + "help.formatting.headings2": "Alternativ können Sie Überschriften durch schreiben von `===` oder `---` unter dem Text erstellen.", + "help.formatting.headings2Example": "Große Überschrift\n--------------", + "help.formatting.headingsExample": "## Große Überschrift\n### Kleinere Überschrift\n#### Noch kleinere Überschrift", + "help.formatting.images": "## Eingebettete Bilder\n\nErstellen Sie eingebettete Bilder durch `!`gefolgt vom alternativen Text in eckigen Klammern und einem Link in normalen Klammern. Fügen Sie einen Hover Text hinzu, indem Sie diesen in Anführungszeichen nach dem Link schreiben.", + "help.formatting.imagesExample": "![Alternativer Text](Link \"Hover Text\")\n\nund\n\n[![Build Status](https://travis-ci.org/mattermost/platform.svg?branch=master)](https://travis-ci.org/mattermost/platform) [![Github](https://assets-cdn.github.com/favicon.ico)](https://github.com/mattermost/platform)", + "help.formatting.inline": "## Eingebetteter Code\n\nErstellen Sie eingebetteten Monospaced Font durch die Verwendung von Backticks vor und nach dem Code.", + "help.formatting.intro": "Markdown macht es einfach Nachrichten zu formatieren. Schreiben Sie Nachrichten wie Sie es normalerweise Tun würden und verwenden diese Regeln um ihn zu formatieren.", + "help.formatting.lines": "## Linien\n\nErstellen Sie eine Linie durch drei `*`, `_`oder `-`.", + "help.formatting.linkEx": "[Sehen Sie sich mal Mattermost an!](https://about.mattermost.com/)", + "help.formatting.links": "## Links\n\nErstellen Sie benannte Links indem Sie den gewünschten Text in eckigen Klammern vor dem dazugehörenden Link un regulären Klammern stellen.", + "help.formatting.listExample": "* Eintrag eins\n* Eintrag zwei\n * Eintrag zwei Unterpunkt", + "help.formatting.lists": "## Listen\n\nErstellen Sie eine Liste indem Sie `*` oder `-` als Aufzählungszeichen verwenden. Rücken Sie einen Listenpunkt ein indem Sie zwei Leerzeilen davor einfügen.", + "help.formatting.monokaiTheme": "**Monokai Theme**", + "help.formatting.ordered": "Erstellen Sie eine sortiere Liste indem Sie stattdessen Nummern verwenden:", + "help.formatting.orderedExample": "1. Eintrag 1\n2. Eintrag 2", + "help.formatting.quotes": "## Blockzitate\n\nErstellen Sie ein Blockzitat indem Sie `>` verwenden.", + "help.formatting.quotesExample": "`> Blockzitat` wird dargestellt als:", + "help.formatting.quotesRender": "> Blockzitat", + "help.formatting.renders": "Wird dargestellt als:", + "help.formatting.solirizedDarkTheme": "**Solarized Dark Theme**", + "help.formatting.solirizedLightTheme": "**Solarized Light Theme**", + "help.formatting.style": "## Text Stile\n\nSie können entweder `_` oder `*` um ein Wort stellen um es Kursiv zu machen. Verwenden Sie zwei um es Fett zu machen.\n\n* `_Kursiv_` wird dargestellt als _Kursiv_\n* `**Fett**` wird dargestellt als **Fett**\n* `**_Fett Kursiv_**` wird dargestellt als **_Fett Kursiv_**\n* `~~Durchgestrichen~~` wird dargestellt als ~~Durchgestrichen~~~", + "help.formatting.supportedSyntax": "Unterstützte Sprachen:\n`as`, `applescript`, `osascript`, `scpt`, `bash`, `sh`, `zsh`, `clj`, `boot`, `cl2`, `cljc`, `cljs`, `cljs.hl`, `cljscm`, `cljx`, `hic`, `coffee`, `_coffee`, `cake`, `cjsx`, `cson`, `iced`, `cpp`, `c`, `cc`, `h`, `c++`, `h++`, `hpp`, `cs`, `csharp`, `css`, `d`, `di`, `dart`, `delphi`, `dpr`, `dfm`, `pas`, `pascal`, `freepascal`, `lazarus`, `lpr`, `lfm`, `diff`, `django`, `jinja`, `dockerfile`, `docker`, `erl`, `f90`, `f95`, `fsharp`, `fs`, `gcode`, `nc`, `go`, `groovy`, `handlebars`, `hbs`, `html.hbs`, `html.handlebars`, `hs`, `hx`, `java`, `jsp`, `js`, `jsx`, `json`, `jl`, `kt`, `ktm`, `kts`, `less`, `lisp`, `lua`, `mk`, `mak`, `md`, `mkdown`, `mkd`, `matlab`, `m`, `mm`, `objc`, `obj-c`, `ml`, `perl`, `pl`, `php`, `php3`, `php4`, `php5`, `php6`, `ps`, `ps1`, `pp`, `py`, `gyp`, `r`, `ruby`, `rb`, `gemspec`, `podspec`, `thor`, `irb`, `rs`, `scala`, `scm`, `sld`, `scss`, `st`, `sql`, `swift`, `tex`, `vbnet`, `vb`, `bas`, `vbs`, `v`, `veo`, `xml`, `html`, `xhtml`, `rss`, `atom`, `xsl`, `plist`, `yaml`", + "help.formatting.syntax": "### Syntax Hervorhebung\n\nUm Syntaxhervorhebung hinzuzufügen, schreiben Sie die zu verwendende Sprache hinter die ```am Beginn des Codeblocks. Mattermost unterstützt außerdem vier unterschiedliche Code Themes (GitHub, Solarized Dark, Solarized Light, Monokai) welche über **Kontoeinstellungen** > **Anzeige** > **Motiv** > **Benutzerdefiniertes Motiv** > **Aussehen des zentralen Kanals** gewählt werden können.", + "help.formatting.syntaxEx": " package main\n import \"fmt\"\n func main() {\n fmt.Println(\"Hallo, 世界\")\n }", + "help.formatting.tableExample": "| Links ausgerichtet | Mittig ausgerichtet | Rechts ausgerichtet|\n| :----------------- |:-------------------:| --------:|\n| Linke Spalte 1 | Dieser Text | 100€ |\n| Linke Spalte 2 | ist | 10€ |\n| Linke Spalte 3 | zentriert | 1€ |", + "help.formatting.tables": "## Tabellen\n\nUm eine Tabelle zu erstellen erstellen Sie eine Zeile aus Bindestrichen unter der Tabellenüberschrift und separieren die Spalten mit einem Senkrechtstrich `|`. Die Spalten müssen nicht exakt gleich breit sein damit es funktioniert. Wählen Sie wie die Tabellenspalte ausgerichtet werden soll indem Sie Doppelpunkte in der Überschriftsreihe verwenden.", + "help.formatting.title": "# Text formatieren\n_____", + "help.learnMore": "Erfahren Sie mehr über:", + "help.link.attaching": "Dateien anhängen", + "help.link.commands": "Befehle ausführen", + "help.link.composing": "Nachrichten Erstellen und darauf Antworten", + "help.link.formatting": "Nachrichten mit Markdown formatieren", + "help.link.mentioning": "Teammitglieder erwähnen", + "help.link.messaging": "Generelles zur Nachrichtenerstellung", + "help.mentioning.channel": "#### @Channel\nSie können alle Mitglieder eines Kanals erwähnen indem Sie `@channel` verwenden. Alle Mitglieder des Kanals erhalten eine Benachrichtigung als wären sie persönlich erwähnt worden.", + "help.mentioning.channelExample": "@channel Super Arbeit bei den Vorstellungsgesprächen. Ich glaube wir haben einige exzellente potentielle Kandidaten gefunden!", + "help.mentioning.mentions": "## @Erwähnungen\nVerwenden Sie @Erwähnungen um die Aufmerksamkeit eines spezifischen Teammitgliedes zu erhalten.", + "help.mentioning.recent": "## Letzte Erwähnungen\nKlicken Sie auf das `@`neben dem Suchfeld um die letzten @Erwähnungen und Wörter, die eine Erwähnungen auslösen, aufzurufen. Klicken Sie auf **Anzeigen** neben dem Suchergebnis in der rechten Seitenleiste um im mittleren Feld an die Stelle der Mittteilung mit der Erwähnungen zu springen.", + "help.mentioning.title": "# Teammitglieder erwähnen\n", + "help.mentioning.triggers": "## Wörter welche Erwähnungen auslösen\nZusätzlich zur Benachrichtigung durch @Benutzername und @channel können Sie eigene Wörter unter **Kontoeinstellungen** > **Benachrichtigungen** > **Wörter, welche Erwähnungen auslösen** definieren welche eine Erwähnungsbenachrichtigung auslösen. Standardmäßig erhalten Sie Erwähnungsmeldungen für Ihren Vornamen und Sie können weitere Wörter durch Eingabe in das Feld separiert durch Kommas hinzufügen. Dies ist hilfreich wenn Sie wegen bestimmter Themen benachrichtig werden wollen, wie zum Beispiel \"Vorstellungsgespräche\" oder \"Marketing\".", + "help.mentioning.username": "#### @Benutzername\nSie können einen Teammitglied Erwähnen indem Sie das `@` Symbol plus seinen Benutzernamen verwenden um ihm eine Benachrichtigung zu senden.\n\nTippen Sie `@` um eine Liste der Mitglieder aufzurufen welche erwähnt werden können. Um die Liste zu filtern tippen Sie die ersten Buchstaben des Benutzernamens, Vornamens, Nachnamens oder Spitznamens. Die **Hoch** und **Runter** Pfeiltasten können zum Scrollen durch die Liste verwendet werden und durch drücken von **Enter** wird die gewählte Erwähnungen übernommen. Sobald dieser ausgewählt wurde wird der volle Name oder Spitzname durch den Benutzernamen ersetzt.\nDas folgende Beispiel sendet eine Erwähnungsnachricht an **alice* welche Sie über den Kanal und die Mitteilung informiert in der sie erwähnt wurde. Wenn **alice** von Mattermost abwesend ist und [E-Mail Benachrichtigung](http://docs.mattermost.com/help/getting-started/configuring-notifications.html#email-notifications) aktiviert hat, erhält sie eine E-Mail mit der Mitteilung.", + "help.mentioning.usernameCont": "Sollte der erwähnte Benutzer kein Kanalmitglied sein wird eine Systemnachricht angezeigt um Sie darüber zu informieren. Dies ist eine temporäre Mitteilung die nur auslösende Person sieht. Um den erwähnten Benutzer dem Kanal hinzuzufügen, gehen Sie zum Dropdown Menü neben dem Kanalnamen und wählen **Mitglieder hinzufügen**.", + "help.mentioning.usernameExample": "@alice wie lief das Vorstellungsgespräch mit dem neuen Kandidaten?", + "help.messaging.attach": "**Dateien anhängen** durch Drag und Drop in Mattermost oder durch anklicken des Anhänge-Symbols neben dem Eingabefeld.", + "help.messaging.emoji": "**Schnell Emojis hinzufügen** durch Eingabe von \":\", welches die Emoji Autovervollständigung aufruft. Wenn die zur Verfügung stehenden Emojis nicht das rüberbringen können was Sie möchten, können Sie [eigene Emojis](http://docs.mattermost.com/help/settings/custom-emoji.html) erstellen.", + "help.messaging.format": "**Formatieren von Mittelungen** mit Markdown, welches Textstile, Überschriften, Links, Emoticons, Codeblöcke, Blockzitate, Tabellen, Listen und eingebettete Bilder unterstützt.", + "help.messaging.notify": "**Teammitglieder benachrichtigen** sobald benötigt durch die Eingabe von `@Benutzername`.", + "help.messaging.reply": "**Auf Mitteilungen Antworten** durch klicke auf den Antworten Pfeil neben dem Nachrichtentext.", + "help.messaging.title": "# Grundlagen zu Nachrichten\n_____", + "help.messaging.write": "**Schreiben Sie Nachrichten** indem Sie das Eingabefeld am unteren Ende von Mattermost verwenden. Drücken Sie **Enter* um sie zu versenden. Verwenden Sie **Shift+Enter** um einen Zeilenumbruch einzufügen ohne die Nachricht zu senden.", + "installed_command.header": "Slash-Befehle", + "installed_commands.add": "Slash-Befehl hinzufügen", + "installed_commands.delete.confirm": "Diese Aktion wird den Slash-Befehl permanent löschen und wird jede Integration, die ihn verwendet, stoppen. Sind Sie sich sicher dass sie ihn löschen möchten?", + "installed_commands.empty": "Keine Befehle gefunden", + "installed_commands.header": "Slash-Befehle", + "installed_commands.help": "Erstelle Slash-Befehle zur Verwendung in externen Integrationen. Bitte {link} für mehr Informationen ansehen.", + "installed_commands.helpLink": "Dokumentation", + "installed_commands.search": "Suche nach Slash-Befehlen", + "installed_commands.unnamed_command": "Unbenannter Slash-Befehl", + "installed_incoming_webhooks.add": "Eingehenden Webhook hinzufügen", + "installed_incoming_webhooks.delete.confirm": "Die Aktion wird den eingehenden Webhook permanent löschen und jede Integration, die ihn verwendet, stoppen. Sind Sie sich sicher dass sie ihn löschen möchten?", + "installed_incoming_webhooks.empty": "Keine eingehende Webhooks gefunden", + "installed_incoming_webhooks.header": "Eingehende Webhooks", + "installed_incoming_webhooks.help": "Erstelle eingehende Webhook URLs zur Verwendung in externen Integrationen. Bitte {link} für mehr Informationen ansehen.", + "installed_incoming_webhooks.helpLink": "Dokumentation", + "installed_incoming_webhooks.search": "Suche nach eingehenden Webhooks", + "installed_incoming_webhooks.unknown_channel": "Ein privater Webhook", + "installed_integrations.callback_urls": "Callback URLs: {urls}", + "installed_integrations.client_id": "Client ID: {clientId}", + "installed_integrations.client_secret": "Client Secret: {clientSecret}", + "installed_integrations.content_type": "Content-Type: {contentType}", + "installed_integrations.creation": "Erstellt durch {creator} am {createAt, date, full}", + "installed_integrations.delete": "Löschen", + "installed_integrations.edit": "Bearbeiten", + "installed_integrations.hideSecret": "Secret ausblenden", + "installed_integrations.regenSecret": "Secret erneuern", + "installed_integrations.regenToken": "Token neu generieren", + "installed_integrations.showSecret": "Secret einblenden", + "installed_integrations.token": "Token: {token}", + "installed_integrations.triggerWhen": "Auslösen sobald: {triggerWhen}", + "installed_integrations.triggerWords": "Triggerwörter: {triggerWords}", + "installed_integrations.unnamed_oauth_app": "Unbenannte OAuth 2.0 Applikation", + "installed_integrations.url": "URL: {url}", + "installed_oauth_apps.add": "OAuth 2.0 Applikation hinzufügen", + "installed_oauth_apps.callbackUrls": "Callback URLs (eine pro Zeile)", + "installed_oauth_apps.cancel": "Abbrechen", + "installed_oauth_apps.delete.confirm": "Die Aktion wird die OAuth 2.0 Applikation permanent löschen und jede Integration, die ihn verwendet, stoppen. Sind Sie sich sicher dass sie ihn löschen möchten?", + "installed_oauth_apps.description": "Beschreibung", + "installed_oauth_apps.empty": "Keine OAuth 2.0 Applikationen gefunden", + "installed_oauth_apps.header": "OAuth 2.0 Applikationen", + "installed_oauth_apps.help": "Erstellen Sie OAuth 2.0 Anwendungen um Bots und Drittanbieteranwendungen sicher in Mattermost zu integrieren. Bitte besuchen Sie {link} um mehr zu erfahren.", + "installed_oauth_apps.helpLink": "Dokumentation", + "installed_oauth_apps.homepage": "Homepage", + "installed_oauth_apps.iconUrl": "Symbol-URL", + "installed_oauth_apps.is_trusted": "Ist vertrauenswürdig: {isTrusted}", + "installed_oauth_apps.name": "Anzeigename", + "installed_oauth_apps.save": "Speichern", + "installed_oauth_apps.search": "Durchsuche OAuth 2.0 Applikationen", + "installed_oauth_apps.trusted": "Vertrauenswürdig", + "installed_oauth_apps.trusted.no": "Nein", + "installed_oauth_apps.trusted.yes": "Ja", + "installed_outgoing_webhooks.add": "Ausgehenden Webhook hinzufügen", + "installed_outgoing_webhooks.delete.confirm": "Diese Aktion wird den ausgehenden Webhook permanent löschen und und jede Integration, die ihn verwendet, stoppen. Sind Sie sich sicher dass sie ihn löschen möchten?", + "installed_outgoing_webhooks.empty": "Keine ausgehenden Webhooks gefunden", + "installed_outgoing_webhooks.header": "Ausgehende Webhooks", + "installed_outgoing_webhooks.help": "Erstelle ausgehende Webhook URLs zur Verwendung in externen Integrationen. Bitte {link} für mehr Informationen ansehen.", + "installed_outgoing_webhooks.helpLink": "Dokumentation", + "installed_outgoing_webhooks.search": "Suche ausgehende Webhooks", + "installed_outgoing_webhooks.unknown_channel": "Ein privater Webhook", + "integrations.add": "Hinzufügen", + "integrations.command.description": "Slash-Befehle senden Events an externe Integrationen", + "integrations.command.title": "Slash-Befehle", + "integrations.delete.confirm.button": "Entfernen", + "integrations.delete.confirm.title": "Integration entfernen", + "integrations.done": "Erledigt", + "integrations.edit": "Bearbeiten", + "integrations.header": "Integration", + "integrations.incomingWebhook.description": "Eingehende Webhooks erlauben externe Integrationen Nachrichten zu senden", + "integrations.incomingWebhook.title": "Eingehende Webhooks", + "integrations.oauthApps.description": "OAuth 2.0 erlaubt externen Applikationen autorisierte Anfragen an die Mattermost API.", + "integrations.oauthApps.title": "OAuth 2.0 Applikationen", + "integrations.outgoingWebhook.description": "Ausgehende Webhooks erlauben ext. Integrationen Nachrichten zu erhalten und zu antworten", + "integrations.outgoingWebhook.title": "Ausgehende Webhooks", + "integrations.successful": "Einrichtung erfolgreich", + "intro_messages.DM": "Dies ist der Start der Privatnachrichten mit {teammate}.
    Privatenachrichten oder versendete Dateien sind außerhalb dieses Bereichs nicht für andere sichtbar.", + "intro_messages.anyMember": " Jedes Mitglied kann diesem Kanal beitreten und folgen.", + "intro_messages.beginning": "Start von {name}", + "intro_messages.channel": "Kanal", + "intro_messages.creator": "Dies ist der Start von {type} {name}, erstellt durch {creator} am {date}.", + "intro_messages.default": "

    Beginning of {display_name}

    Welcome to {display_name}!

    Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.

    ", + "intro_messages.group": "Private Gruppe", + "intro_messages.invite": "Laden Sie andere zu {type} ein", + "intro_messages.inviteOthers": "Laden Sie andere zu diesem Team ein", + "intro_messages.noCreator": "Dies ist der Start von {type} {name}, erstellt am {date}.", + "intro_messages.offTopic": "

    Start von {display_name}

    Dies ist der Start von {display_name}, einem Kanal für nicht-arbeitsbezogene Unterhaltungen.

    ", + "intro_messages.onlyInvited": " Nur eingeladene Mitglieder können diese private Gruppe sehen.", + "intro_messages.purpose": " Der Zweck der/des {type} ist: {purpose}.", + "intro_messages.setHeader": "Eine Überschrift setzen", + "intro_messages.teammate": "Dies ist der Start Ihres Privatnachrichtenverlaufs mit diesem Teammitglied. Privatnachrichten und versendete Dateien sind außerhalb dieses Bereichs nicht für andere sichtbar.", + "invite_member.addAnother": "Hinzufügen", + "invite_member.autoJoin": "Eingeladene Personen treten automatisch dem Kanal {channel} bei.", + "invite_member.cancel": "Abbrechen", + "invite_member.content": "E-Mail ist momentan für Ihr Team deaktiviert und es werden keine E-Mails versendet. Kontaktieren Sie Ihren Systemadministrator um E-Mails und E-Mail-Einladungen zu aktivieren.", + "invite_member.disabled": "Erstellung von Benutzern wurde für Ihr Team deaktiviert. Für Details, fragen Sie bitte Ihren Administrator.", + "invite_member.emailError": "Bitte geben Sie eine gültige E-Mail-Adresse ein", + "invite_member.firstname": "Vorname", + "invite_member.inviteLink": "Team Einladungslink", + "invite_member.lastname": "Nachname", + "invite_member.modalButton": "Ja, verwerfen", + "invite_member.modalMessage": "Sie haben ungesendete Einladungen, möchte Sie diese wirklich verwerfen?", + "invite_member.modalTitle": "Einladungen verwerfen?", + "invite_member.newMember": "Neuen Benutzer einladen", + "invite_member.send": "Einladung senden", + "invite_member.send2": "Einladungen senden", + "invite_member.sending": " Sende", + "invite_member.teamInviteLink": "Sie können außerdem Personen über den {link} einladen.", + "ldap_signup.find": "Finde meine Teams", + "ldap_signup.ldap": "Erstelle neues Team mit AD/LDAP Account", + "ldap_signup.length_error": "Der Name muss 3 bis 15 Zeichen enthalten", + "ldap_signup.teamName": "Name für neues Team eingeben", + "ldap_signup.team_error": "Bitte geben Sie einen Team Namen ein", + "leave_team_modal.desc": "Sie werden von allen öffentlichen Kanälen und privaten Gruppen entfernt. Wenn das Team privat ist können Sie diesem nicht wieder beitreten. Sind Sie sich sicher?", + "leave_team_modal.no": "Nein", + "leave_team_modal.title": "Team verlassen?", + "leave_team_modal.yes": "Ja", + "loading_screen.loading": "Laden", + "login.changed": " Anmeldemethode erfolgreich geändert", + "login.create": "Jetzt neuen Erstellen", + "login.createTeam": "Neues Team erstellen", + "login.createTeamAdminOnly": "Diese Option ist nur für Systemadministratoren verfügbar und wird nicht für andere Nutzer angezeigt.", + "login.email": "E-Mail-Adresse", + "login.find": "Finden Sie Ihre anderen Teams", + "login.forgot": "Ich habe mein Passwort vergessen", + "login.gitlab": "GitLab", + "login.google": "Google Apps", + "login.invalidPassword": "Ihr Passwort ist falsch.", + "login.ldapUsername": "AD/LDAP Benutzername", + "login.ldapUsernameLower": "AD/LDAP Benutzername", + "login.noAccount": "Sie haben keinen Zugang? ", + "login.noEmail": "Bitte geben Sie Ihre E-Mail-Adresse ein", + "login.noEmailLdapUsername": "Bitte geben Sie Ihre E-Mail-Adresse oder {ldapUsername} ein", + "login.noEmailUsername": "Bitte geben Sie Ihre E-Mail-Adresse oder Benutzernamen ein", + "login.noEmailUsernameLdapUsername": "Bitte geben Sie Ihre E-Mail-Adresse, Benutzername oder {ldapUsername} ein", + "login.noLdapUsername": "Bitte geben Sie Ihren {ldapUsername} ein", + "login.noMethods": "Keine Anmeldemethoden konfiguriert, bitte kontaktieren Sie Ihren Systemadministrator.", + "login.noPassword": "Bitte geben Sie Ihr Passwort ein", + "login.noUsername": "Bitte geben Sie Ihren Benutzernamen ein", + "login.noUsernameLdapUsername": "Bitte geben Sie Ihren Benutzernamen oder {ldapUsername} ein", + "login.office365": "Office 365", + "login.on": "zu {siteName}", + "login.or": "oder", + "login.password": "Passwort", + "login.passwordChanged": " Passwort erfolgreich aktualisiert", + "login.session_expired": " Ihre Sitzung ist abgelaufen. Bitte melden Sie sich erneut an.", + "login.signIn": "Anmelden", + "login.signInLoading": "Anmeldung läuft...", + "login.signInWith": "Anmelden mit:", + "login.userNotFound": "Ein existierender Zugang mit Ihrem Benutzernamen wurde in diesem Team nicht gefunden.", + "login.username": "Benutzername", + "login.verified": " E-Mail-Adresse bestätigt", + "login_mfa.enterToken": "Um Ihre Anmeldung zu vervollständigen, geben Sie bitte den Token des Authenticators ein", + "login_mfa.submit": "Absenden", + "login_mfa.token": "MFA Token", + "login_mfa.tokenReq": "Bitte geben Sie den MFA Token ein", + "member_item.makeAdmin": "Zum Admin machen", + "member_item.member": "Mitglied", + "member_list.noUsersAdd": "Keine Benutzer zum Hinzufügen.", + "members_popover.manageMembers": "Mitglieder verwalten", + "members_popover.msg": "Nachricht", + "members_popover.title": "Mitglieder", + "members_popover.viewMembers": "Zeige Mitglieder", + "mfa.confirm.complete": "Einrichtung abgeschlossen!", + "mfa.confirm.okay": "OK", + "mfa.confirm.secure": "Ihr Zugang ist nun abgesichert. Wenn Sie sich das nächste mal anmelden werden Sie gefragt den Code aus der Google Authenticator App von Ihrem Smartphone einzugeben.", + "mfa.setup.badCode": "Ungültiger Code. Wenn dieser Fehler sicher wiederholt, wenden Sie sich an Ihren Systemadministrator.", + "mfa.setup.code": "MFA Code", + "mfa.setup.codeError": "Bitte geben Sie den Code Ihres Google Authenticators ein.", + "mfa.setup.required": "Multi-Faktor-Authentifizierung ist erforderlich auf {siteName}.", + "mfa.setup.save": "Speichern", + "mfa.setup.secret": "Schlüssel: {secret}", + "mfa.setup.step1": "Schritt 1:Auf Ihrem Smartphone laden Sie den Google Authenticator von iTunes oder Google Play herunter", + "mfa.setup.step2": "Schritt 2: Verwenden Sie Google Authenticator um diesen QR-Code zu scannen, oder geben sie manuell den Schlüssel ein", + "mfa.setup.step3": "Schritt 3: Geben Sie den durch Google Authenticator generierten Code ein", + "mfa.setupTitle": "Multi-Faktor-Authentifizierung einrichten", + "mobile.account.notifications.email.footer": "When offline or away for more than five minutes", + "mobile.account_notifications.mentions_footer": "Your username (\"@{username}\") will always trigger mentions.", + "mobile.account_notifications.non-case_sensitive_words": "Other non-case sensitive words...", + "mobile.account_notifications.reply.header": "Send reply notifications for", + "mobile.account_notifications.threads_mentions": "Mentions in threads", + "mobile.account_notifications.threads_start": "Threads that I start", + "mobile.account_notifications.threads_start_participate": "Threads that I start or participate in", + "mobile.channel_info.alertMessageDeleteChannel": "Are you sure you want to delete the {term} with {name}?", + "mobile.channel_info.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_info.alertNo": "Nein", + "mobile.channel_info.alertTitleDeleteChannel": "Lösche {term}", + "mobile.channel_info.alertTitleLeaveChannel": "Verlasse {term}", + "mobile.channel_info.alertYes": "Ja", + "mobile.channel_info.privateChannel": "Private Channel", + "mobile.channel_info.publicChannel": "Öffentliche Kanäle", + "mobile.channel_list.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_list.alertNo": "Nein", + "mobile.channel_list.alertTitleLeaveChannel": "Verlasse {term}", + "mobile.channel_list.alertYes": "Ja", + "mobile.channel_list.closeDM": "Close Direct Message", + "mobile.channel_list.closeGM": "Close Group Message", + "mobile.channel_list.dm": "Direktnachricht", + "mobile.channel_list.gm": "Group Message", + "mobile.channel_list.open": "Open {term}", + "mobile.channel_list.openDM": "Open Direct Message", + "mobile.channel_list.openGM": "Open Group Message", + "mobile.channel_list.privateChannel": "Private Channel", + "mobile.channel_list.publicChannel": "Öffentliche Kanäle", + "mobile.components.channels_list_view.yourChannels": "Ihre Kanäle:", + "mobile.components.error_list.dismiss_all": "Dismiss All", + "mobile.components.select_server_view.continue": "fortfahren", + "mobile.components.select_server_view.enterServerUrl": "Geben Sie die Server-URL ein", + "mobile.components.select_server_view.proceed": "Fortfahren", + "mobile.components.select_server_view.siteUrlPlaceholder": "https://mattermost.example.com", + "mobile.create_channel": "Create", + "mobile.create_channel.private": "New Private Group", + "mobile.create_channel.public": "Öffentliche Kanäle", + "mobile.edit_post.title": "Editing Message", + "mobile.file_upload.camera": "Take Photo or Video", + "mobile.file_upload.library": "Photo Library", + "mobile.file_upload.more": "Mehr", + "mobile.loading_channels": "Loading Channels...", + "mobile.loading_members": "Loading Members...", + "mobile.loading_posts": "Loading Messages...", + "mobile.login_options.choose_title": "Choose your login method", + "mobile.post.cancel": "Abbrechen", + "mobile.post.delete_question": "Sind Sie sich sicher diese(n) {term} zu löschen?", + "mobile.post.delete_title": "Delete Post", + "mobile.request.invalid_response": "Received invalid response from the server.", + "mobile.routes.channelInfo": "Info", + "mobile.routes.channelInfo.createdBy": "Created by {creator} on ", + "mobile.routes.channelInfo.delete_channel": "Kanal löschen...", + "mobile.routes.channelInfo.favorite": "Favoriten", + "mobile.routes.channel_members.action": "Mitglied entfernen", + "mobile.routes.channel_members.action_message": "You must select at least one member to remove from the channel.", + "mobile.routes.channel_members.action_message_confirm": "Are you sure you want to remove the selected members from the channel?", + "mobile.routes.channels": "Kanäle", + "mobile.routes.enterServerUrl": "Geben Sie die Server-URL ein", + "mobile.routes.login": "Anmelden", + "mobile.routes.loginOptions": "Login Chooser", + "mobile.routes.mfa": "Multi-Faktor-Authentifizierung", + "mobile.routes.postsList": "Mitteilungsliste", + "mobile.routes.saml": "Single SignOn", + "mobile.routes.selectTeam": "Team auswählen", + "mobile.routes.settings": "Settings", + "mobile.routes.thread": "{channelName} Thread", + "mobile.routes.thread_dm": "Direct Message Thread", + "mobile.routes.user_profile": "Profile", + "mobile.routes.user_profile.send_message": "Nachricht versenden", + "mobile.server_ping_failed": "Cannot connect to the server. Please check your server URL and internet connection.", + "mobile.server_url.invalid_format": "Muss mit http:// oder https:// anfangen", + "more_channels.close": "Schließen", + "more_channels.create": "Neuen Kanal erstellen", + "more_channels.createClick": "Klicken Sie auf 'neuen Kanal erstellen' um einen neuen zu erzeugen", + "more_channels.join": "Betreten", + "more_channels.next": "Weiter", + "more_channels.noMore": "Keine weiteren Kanäle zum betreten", + "more_channels.prev": "Zurück", + "more_channels.title": "Weitere Kanäle", + "more_direct_channels.close": "Schließen", + "more_direct_channels.message": "Nachricht", + "more_direct_channels.new_convo_note": "Dies wird eine neue Konversation starten, Wenn Sie viele Personen hinzufügen, könnte eine private Gruppe besser geeignet sein.", + "more_direct_channels.new_convo_note.full": "Sie haben die maximale Anzahl an Personen für diese Konversation erreicht. Ziehen Sie in Erwägung eine private Gruppe anzulegen.", + "more_direct_channels.title": "Direktnachricht", + "msg_typing.areTyping": "{users} und {last} tippen gerade...", + "msg_typing.isTyping": "{user} tippt...", + "msg_typing.someone": "Jemand", + "multiselect.go": "Los", + "multiselect.instructions": "Verwenden Sie die hoch/runter Pfeile zur Navigation und Enter zur Auswahl", + "multiselect.numPeopleRemaining": "Sie können {num, number} weitere {num, plural, =0 {Personen} one {Person} other {Personen}} hinzufügen. ", + "multiselect.numRemaining": "Sie können {num, number} weitere hinzufügen", + "multiselect.placeholder": "Mitglieder suchen und hinzufügen", + "navbar.addMembers": "Mitglieder hinzufügen", + "navbar.click": "Klicken Sie hier", + "navbar.delete": "Kanal löschen...", + "navbar.leave": "Kanal verlassen", + "navbar.manageMembers": "Mitglieder verwalten", + "navbar.noHeader": "Bisher keine Kanalüberschrift vorhanden.{newline}{link} um eine einzutragen.", + "navbar.preferences": "Benachrichtigungseinstellungen", + "navbar.rename": "Kanal umbenennen...", + "navbar.setHeader": "Kanalüberschrift festlegen...", + "navbar.setPurpose": "Kanalzweck festlegen...", + "navbar.toggle1": "Seitenleiste umschalten", + "navbar.toggle2": "Seitenleiste umschalten", + "navbar.viewInfo": "Info anzeigen", + "navbar.viewPinnedPosts": "View Pinned Posts", + "navbar_dropdown.about": "Über Mattermost", + "navbar_dropdown.accountSettings": "Kontoeinstellungen", + "navbar_dropdown.console": "System Konsole", + "navbar_dropdown.create": "Neues Team erstellen", + "navbar_dropdown.emoji": "Eigenes Emoji", + "navbar_dropdown.help": "Hilfe", + "navbar_dropdown.integrations": "Integration", + "navbar_dropdown.inviteMember": "Neues Mitglied einladen", + "navbar_dropdown.join": "Einem anderen Team beitreten", + "navbar_dropdown.leave": "Team verlassen", + "navbar_dropdown.logout": "Abmelden", + "navbar_dropdown.manageMembers": "Mitglieder verwalten", + "navbar_dropdown.nativeApps": "Apps herunterladen", + "navbar_dropdown.report": "Fehler melden", + "navbar_dropdown.switchTeam": "Wechsel zu {team}", + "navbar_dropdown.switchTo": "Wechsel zu ", + "navbar_dropdown.teamLink": "Team Einladungslink erhalten", + "navbar_dropdown.teamSettings": "Teameinstellungen", + "navbar_dropdown.viewMembers": "Zeige Mitglieder", + "notification.dm": "Direktnachricht", + "passwordRequirements": "Passwortanforderungen:", + "password_form.change": "Mein Passwort ändern", + "password_form.click": "Zur Anmeldung hier klicken.", + "password_form.enter": "Geben Sie ein neues Passwort für den {siteName} Zugang ein.", + "password_form.error": "Bitte geben Sie mindestens {chars} Zeichen ein.", + "password_form.pwd": "Passwort", + "password_form.title": "Passwort zurücksetzen", + "password_form.update": "Das Passwort wurde erfolgreich aktualisiert.", + "password_send.checkInbox": "Bitte prüfen Sie den Posteingang.", + "password_send.description": "Um Ihr Passwort zurückzusetzen, geben Sie die E-Mail-Adresse an, die Sie zur Registrierung verwendet haben", + "password_send.email": "E-Mail", + "password_send.error": "Bitte geben Sie eine gültige E-Mail-Adresse ein.", + "password_send.link": "Wenn ein Zugang existiert wird eine Passwort Zurücksetzen E-Mail gesendet an:
    {email}

    ", + "password_send.reset": "Mein Passwort zurücksetzen", + "password_send.title": "Passwort zurücksetzen", + "pdf_preview.max_pages": "Herunterladen um mehr Seiten zu lesen", + "pending_post_actions.cancel": "Abbrechen", + "pending_post_actions.retry": "Erneut versuchen", + "permalink.error.access": "Der dauerhafte Link verweist auf eine gelöschte Nachricht oder einen Kanal auf den Sie keinen Zugriff haben.", + "post_attachment.collapse": "Weniger anzeigen...", + "post_attachment.more": "Mehr anzeigen...", + "post_body.commentedOn": "Kommentierte {name}{apostrophe} Nachricht: ", + "post_body.deleted": "(Nachricht gelöscht)", + "post_body.plusMore": " plus {count} weitere Dateien", + "post_body.plusOne": " plus 1 weitere Datei", + "post_delete.notPosted": "Kommentar soll nicht geschrieben werden", + "post_delete.okay": "OK", + "post_delete.someone": "Jemand hat die Nachricht gelöscht die Sie kommentieren wollten.", + "post_focus_view.beginning": "Anfang des Kanal-Archivs", + "post_info.del": "Löschen", + "post_info.edit": "Bearbeiten", + "post_info.mobile.flag": "Markieren", + "post_info.mobile.unflag": "Demarkieren", + "post_info.permalink": "Dauerhafter Link", + "post_info.pin": "Pin to channel", + "post_info.pinned": "Pinned", + "post_info.reply": "Antworten", + "post_info.system": "System", + "post_info.unpin": "Un-pin from channel", + "post_message_view.edited": "(bearbeitet)", + "posts_view.loadMore": "Weitere Nachrichten laden", + "posts_view.newMsg": "Neue Nachrichten", + "posts_view.newMsgBelow": "{count} neue {count, plural, one {Mitteilung} other {Mitteilungen}} weiter unten", + "reaction.clickToAdd": "(Klicken zum Hinzufügen)", + "reaction.clickToRemove": "(Klicken zum Entfernen)", + "reaction.othersReacted": "{otherUsers, number} {otherUsers, plural, one {Benutzer} other {Benutzer}}", + "reaction.reacted": "{users} {reactionVerb} mit {emoji}", + "reaction.reactionVerb.user": "reagierte", + "reaction.reactionVerb.users": "reagierten", + "reaction.reactionVerb.you": "reagierten", + "reaction.reactionVerb.youAndUsers": "reagierten", + "reaction.usersAndOthersReacted": "{users} und {otherUsers, number} {otherUsers, plural, one {weiterer Benutzer} other {weitere Benutzer}}", + "reaction.usersReacted": "{users} und {lastUser}", + "reaction.you": "Sie", + "removed_channel.channelName": "der Kanal", + "removed_channel.from": "Entfernt von ", + "removed_channel.okay": "Ok", + "removed_channel.remover": "{remover} hat Sie aus {channel} entfernt", + "removed_channel.someone": "Jemand", + "rename_channel.cancel": "Abbrechen", + "rename_channel.defaultError": " - Kann nicht für den Vorgabe-Kanal geändert werden", + "rename_channel.displayName": "Angezeigter Name", + "rename_channel.displayNameHolder": "Anzeigenamen eingeben", + "rename_channel.handleHolder": "Kleinbuchstaben oder Ziffern", + "rename_channel.lowercase": "Dürfen nur Kleinbuchstaben oder Ziffern sein", + "rename_channel.maxLength": "Dieses Feld darf nur bis zu 22 Zeichen enthalten", + "rename_channel.required": "Dieses Feld wird erforderlich", + "rename_channel.save": "Speichern", + "rename_channel.title": "Kanal umbenennen", + "rename_channel.url": "URL:", + "rhs_comment.comment": "Kommentar", + "rhs_comment.del": "Löschen", + "rhs_comment.edit": "Bearbeiten", + "rhs_comment.mobile.flag": "Markieren", + "rhs_comment.mobile.unflag": "Demarkieren", + "rhs_comment.permalink": "Dauerhafter Link", + "rhs_header.backToCallTooltip": "Zurück zu Telefonat", + "rhs_header.backToFlaggedTooltip": "Zurück zu markierten Nachrichten", + "rhs_header.backToResultsTooltip": "Zurück zu den Suchergebnissen", + "rhs_header.closeSidebarTooltip": "Sidebar schließen", + "rhs_header.closeTooltip": "Seitenleiste schließen", + "rhs_header.details": "Nachrichtendetails", + "rhs_header.expandSidebarTooltip": "Sidebar erweitern", + "rhs_header.expandTooltip": "Seitenleiste verkleinern", + "rhs_header.shrinkSidebarTooltip": "Sidebar verkleinern", + "rhs_root.del": "Löschen", + "rhs_root.direct": "Direktnachricht", + "rhs_root.edit": "Bearbeiten", + "rhs_root.mobile.flag": "Markieren", + "rhs_root.mobile.unflag": "Demarkieren", + "rhs_root.permalink": "Dauerhafter Link", + "rhs_root.pin": "Pin to channel", + "rhs_root.unpin": "Un-pin from channel", + "search_bar.search": "Suche", + "search_bar.usage": "

    Suchoptionen

    • Verwenden Sie \"Anführungszeichen\" zur Suche nach Phrasen
    • Verwenden Sie from: um nach Nachrichten eines bestimmten Absenders zu suchen und in: für Nachrichten in einem bestimmten Kanal
    ", + "search_header.results": "Suchergebnisse", + "search_header.title2": "Letzte Erwähnungen", + "search_header.title3": "Markierte Nachrichten", + "search_header.title4": "Pinned posts in {channelDisplayName}", + "search_item.direct": "Direktnachricht (mit {username})", + "search_item.jump": "Anzeigen", + "search_results.because": "
    • Wenn Sie nach einem Textteil suchen(z.b. suche nach \"rea\", wenn Sie \"Realität\" oder \"Reaktion\" finden möchten), hängen Sie ein * an Ihren Suchbegriff
    • Wegen zu vieler Treffer werden Suchen mit nur zwei Buchstaben oder häufigen Wörtern wie \"this\", \"a\" und \"is\" im Suchergebnis nicht angezeigt.
    ", + "search_results.noResults": "Keine Ergebnisse gefunden. Nochmal versuchen?", + "search_results.usage": "
    • Verwenden Sie \"Anführungszeichen\" zur Suche nach Phrasen
    • Verwenden Sie from: um nach Nachrichten eines bestimmten Absenders zu suchen und in: für Nachrichten in einem bestimmten Kanal
    ", + "search_results.usageFlag1": "Sie haben bisher keine Nachrichten markiert.", + "search_results.usageFlag2": "Sie können eine Markierung zu einer Nachricht oder einem Kommentar hinzufügen indem Sie das ", + "search_results.usageFlag3": " Symbol neben dem Zeitstempel klicken.", + "search_results.usageFlag4": "Markierungen dienen als Möglichkeit Nachrichten für eine Wiedervorlage zu markieren. Ihre Markierungen sind persönlich und können nicht von anderen Benutzern gesehen werden.", + "search_results.usagePin1": "There are no pinned messages yet.", + "search_results.usagePin2": "All members of this channel can pin important or useful messages.", + "search_results.usagePin3": "Pinned messages are visible to all channel members.", + "search_results.usagePin4": "To pin a message: Go to the message that you want to pin and click [...] > \"Pin to channel\".", + "setting_item_max.cancel": "Abbrechen", + "setting_item_max.save": "Speichern", + "setting_item_min.edit": "Bearbeiten", + "setting_picture.cancel": "Abbrechen", + "setting_picture.help": "Ein Profilbild im JPG oder PNG Format hochladen, mindestens {width}px breit und {height}px hoch.", + "setting_picture.save": "Speichern", + "setting_picture.select": "Auswählen", + "setting_upload.import": "Importieren", + "setting_upload.noFile": "Keine Datei ausgewählt.", + "setting_upload.select": "Datei auswählen", + "sidebar.channels": "Kanäle", + "sidebar.createChannel": "Neuen Kanal erstellen", + "sidebar.createGroup": "Neue Gruppe erstellen", + "sidebar.direct": "Direktnachricht", + "sidebar.favorite": "Favoriten", + "sidebar.more": "Mehr", + "sidebar.moreElips": "Mehr...", + "sidebar.otherMembers": "Außerhalb dieses Teams", + "sidebar.pg": "Private Gruppen", + "sidebar.removeList": "Von Liste entfernen", + "sidebar.tutorialScreen1": "

    Kanäle

    Kanäle organisieren die Gespräche über verschiedene Themen. Jeder aus dem Team kann beitreten. Zur privaten, direkten Kommunikation nutzen Sie Direktnachrichten mit einer anderen Person oder Private Gruppen bei mehreren Personen.

    ", + "sidebar.tutorialScreen2": "

    \"{townsquare}\" und \"{offtopic}\" Kanäle

    Hier sind zwei öffentliche Kanäle zum Start:

    {townsquare} ist ein Platz für Teamweite Kommunikation. Jeder in Ihrem Team ist ein Mitglied dieses Kanals.

    {offtopic} ist ein Platz fpr Spaß und Unterhaltungen außerhalb von arbeitsrelevanten Kanälen. Sie und Ihr Team können entscheiden welche weiteren Kanäle erstellt werden müssen.

    ", + "sidebar.tutorialScreen3": "

    Erstellen und Beitreten von Kanälen

    Klicken Sie auf \"Mehr...\" um einen neuen Kanal zu erstellen oder einem bestehenden beizutreten.

    Sie können auch einen neuen Kanal oder eine private Gruppe über einen Klick auf das \"+\" Symbol neben der Kanal- oder Gruppenüberschrift erstellen.

    ", + "sidebar.unreadAbove": "Ungelesene Nachricht(en) oben", + "sidebar.unreadBelow": "Ungelesene Nachricht(en) unten", + "sidebar_header.tutorial": "

    Hauptmenü

    Über das Hauptmenükönnen Sie neue Teammitglieder einladen, auf Ihre Benutzereinstellungen zugreifen und Ihre Motiv Farbe ändern.

    Teamadministratoren können außerdem auf die Team Einstellungen zugreifen.

    Systemadministratoren werden eine System Konsole Option für die Administration des kompletten Systems finden.

    ", + "sidebar_right_menu.accountSettings": "Kontoeinstellungen", + "sidebar_right_menu.console": "System Konsole", + "sidebar_right_menu.flagged": "Markierte Nachrichten", + "sidebar_right_menu.help": "Hilfe", + "sidebar_right_menu.inviteNew": "Neues Mitglied einladen", + "sidebar_right_menu.logout": "Abmelden", + "sidebar_right_menu.manageMembers": "Mitglieder verwalten", + "sidebar_right_menu.nativeApps": "Apps herunterladen", + "sidebar_right_menu.recentMentions": "Kürzliche Erwähnungen", + "sidebar_right_menu.report": "Fehler melden", + "sidebar_right_menu.teamLink": "Team Einladungslink erhalten", + "sidebar_right_menu.teamSettings": "Teameinstellungen", + "sidebar_right_menu.viewMembers": "Zeige Mitglieder", + "signup.email": "E-Mail-Adresse und Passwort", + "signup.gitlab": "GitLab Single-Sign-On", + "signup.google": "Google Account", + "signup.ldap": "AD/LDAP Zugangsdaten", + "signup.office365": "Office 365", + "signup.title": "Erstelle einen Account mit:", + "signup_team.createTeam": "Oder erstellen Sie ein Team", + "signup_team.disabled": "Teamerstellung wurde deaktiviert. Bitte kontaktieren Sie einen Administrator.", + "signup_team.join_open": "Teams denen Sie beitreten können: ", + "signup_team.noTeams": "Es sind keine Teams im Teamverzeichnis gelistet und die Teamerstellung wurde deaktiviert.", + "signup_team.no_open_teams": "Keine Teams zu Beitreten verfügbar. Bitte fragen Sie Ihren Administrator um eine Einladung.", + "signup_team.no_open_teams_canCreate": "Keine Teams zu Beitreten verfügbar. Bitte erstellen Sie ein neues Team oder fragen Sie Ihren Administrator um eine Einladung.", + "signup_team.no_teams": "Es wurden keine Teams erstellt. Bitte wenden Sie sich an Ihren Administrator.", + "signup_team.no_teams_canCreate": "Es wurden keine Teams erstellt. Sie können eines durch \"Erstelle neues Team\" erstellen.", + "signup_team.none": "Keine Teamerstellungsmethode wurde aktiviert. Bitte kontaktieren Sie einen Administrator.", + "signup_team_complete.completed": "Sie haben sich bereits angemeldet oder die Einladung ist abgelaufen.", + "signup_team_confirm.checkEmail": "Bitte prüfen Sie Ihre E-Mail-Adresse: {email}
    Die E-Mail enthält einen Link zur Erstellung Ihres Teams", + "signup_team_confirm.title": "Anmeldung abgeschlossen", + "signup_team_system_console": "Zur Systemkonsole gehen", + "signup_user_completed.choosePwd": "Wählen Sie Ihr Passwort", + "signup_user_completed.chooseUser": "Wählen Sie einen Benutzernamen", + "signup_user_completed.create": "Konto erstellen", + "signup_user_completed.emailHelp": "Gültige E-Mail-Adresse für Registrierung erforderlich", + "signup_user_completed.emailIs": "Ihre E-Mail-Adresse ist {email}. Sie werden diese Adresse zum Anmelden in {siteName} verwenden.", + "signup_user_completed.expired": "Sie haben sich bereits angemeldet oder die Einladung ist abgelaufen.", + "signup_user_completed.gitlab": "mit GitLab", + "signup_user_completed.google": "mit google", + "signup_user_completed.haveAccount": "Sie besitzen bereits ein Konto?", + "signup_user_completed.invalid_invite": "Der Einladungslink war ungültig. Bitte sprechen Sie mit Ihrem Administrator um eine Einladung zu erhalten.", + "signup_user_completed.lets": "Einen eigenen Account erstellen", + "signup_user_completed.no_open_server": "Dieser Server erlaubt keine offenen Registrierungen. Bitten Sie Ihren Administrator um eine Einladung.", + "signup_user_completed.none": "Keine Benutzererstellungsmethode wurde aktiviert. Bitte kontaktieren Sie einen Administrator.", + "signup_user_completed.office365": "mit Office 365", + "signup_user_completed.onSite": "zu {siteName}", + "signup_user_completed.or": "oder", + "signup_user_completed.passwordLength": "Bitte mindestens {min} Zeichen eingeben", + "signup_user_completed.required": "Dieses Feld ist erforderlich", + "signup_user_completed.reserved": "Dieser Benutzername ist reserviert, bitte einen anderen wählen.", + "signup_user_completed.signIn": "Klicken Sie hier um sich anzumelden.", + "signup_user_completed.userHelp": "Der Benutzername muss mit einem Buchstaben beginnen, mindestens {min} bis {max} Zeichen lang sein und darf Ziffern, kleine Buchstaben und die Symbole '.', '-' und '_' enthalten", + "signup_user_completed.usernameLength": "Der Benutzername muss mit einem Buchstaben beginnen, mindestens {min} bis {max} Zeichen lang sein und darf Ziffern, kleine Buchstaben und die Symbole '.', '-' und '_' enthalten.", + "signup_user_completed.validEmail": "Bitte geben Sie eine gültige E-Mail-Adresse ein", + "signup_user_completed.welcome": "Willkommen bei:", + "signup_user_completed.whatis": "Wie lautet Ihre E-Mail-Adresse?", + "signup_user_completed.withLdap": "Mit Ihren AD/LDAP Zugangsdaten", + "sso_signup.find": "Finde meine Teams", + "sso_signup.gitlab": "Erstelle Team mit GitLab Account", + "sso_signup.google": "Erstelle Team mit Google Apps Account", + "sso_signup.length_error": "Der Name muss mindestens 3 bis 15 Zeichen enthalten", + "sso_signup.teamName": "Geben Sie den Namen des neuen Teams ein", + "sso_signup.team_error": "Bitte einen Teamnamen eingeben", + "suggestion.mention.all": "Benachrichtigt jedem in diesem Kanal, in {townsquare} benachrichtigt er das gesamte Team", + "suggestion.mention.channel": "Benachrichtigt jeden in diesem Kanal", + "suggestion.mention.channels": "Meine Kanäle", + "suggestion.mention.here": "Benachrichtigt jeden der im Kanal und online ist", + "suggestion.mention.members": "Kanalmitglieder", + "suggestion.mention.morechannels": "Andere Kanäle", + "suggestion.mention.nonmembers": "Nicht im Kanal", + "suggestion.mention.special": "Spezielle Erwähnungen", + "suggestion.search.private": "Private Gruppen", + "suggestion.search.public": "Öffentliche Kanäle", + "team_export_tab.download": "Download", + "team_export_tab.export": "Exportieren", + "team_export_tab.exportTeam": "Ihr Team exportieren", + "team_export_tab.exporting": " Exportiere...", + "team_export_tab.ready": " Bereit für ", + "team_export_tab.unable": " Fehler beim Export: {error}", + "team_import_tab.failure": " Fehler beim Import: ", + "team_import_tab.import": "Importieren", + "team_import_tab.importHelpDocsLink": "Dokumentation", + "team_import_tab.importHelpExportInstructions": "Slack > Team Settings > Import/Export Data > Export > Start Export", + "team_import_tab.importHelpExporterLink": "Slack erweiterter Exporter", + "team_import_tab.importHelpLine1": "Slack Import zu Mattermost unterstützt das Importieren von Nachrichten in den öffentlichen Kanälen Ihres Slack Teams", + "team_import_tab.importHelpLine2": "Um ein Slack Team zu importieren, gehen Sie zu {exportInstructions}. Schauen Sie in den {uploadDocsLink} um mehr darüber zu erfahren.", + "team_import_tab.importHelpLine3": "Um Mitteilungen mit angehängten Dateien zu importieren, schauen Sie sich {slackAdvancedExporterLink} für mehr Details an.", + "team_import_tab.importSlack": "Import von Slack (Beta)", + "team_import_tab.importing": " Importiere...", + "team_import_tab.successful": " Import erfolgreich: ", + "team_import_tab.summary": "Zusammenfassung anzeigen", + "team_member_modal.close": "Schließen", + "team_member_modal.members": "{team} Mitglieder", + "team_members_dropdown.confirmDemoteDescription": "Wenn Sie sich selbst die Systemadministrations-Rolle entziehen und es gibt keinen weitere Benutzer mit der Systemadministrations-Rolle, müssen Sie einen Systemadministrator über den Mattermost-Server in einer Terminal-Sitzung mit folgendem Kommando festlegen.", + "team_members_dropdown.confirmDemoteRoleTitle": "Bestätigung des Entziehens der Systemadministrations-Rolle", + "team_members_dropdown.confirmDemotion": "Bestätigung des Entziehens", + "team_members_dropdown.confirmDemotionCmd": "platform roles system_admin {username}", + "team_members_dropdown.inactive": "Inaktiv", + "team_members_dropdown.leave_team": "Aus dem Team entfernen", + "team_members_dropdown.makeActive": "Aktivieren", + "team_members_dropdown.makeAdmin": "Zum Teamadministrator machen", + "team_members_dropdown.makeInactive": "Inaktiv setzen", + "team_members_dropdown.makeMember": "Zum Mitglied machen", + "team_members_dropdown.member": "Mitglied", + "team_members_dropdown.systemAdmin": "Systemadministrator", + "team_members_dropdown.teamAdmin": "Team Administrator", + "team_settings_modal.exportTab": "Export", + "team_settings_modal.generalTab": "Allgemein", + "team_settings_modal.importTab": "Importieren", + "team_settings_modal.title": "Team Einstellungen", + "team_sidebar.join": "Andere Teams denen Sie beitreten können.", + "textbox.bold": "**fett**", + "textbox.edit": "Nachricht bearbeiten", + "textbox.help": "Hilfe", + "textbox.inlinecode": "`inline code`", + "textbox.italic": "_kursiv_", + "textbox.preformatted": "```vorvormatiert´´´", + "textbox.preview": "Vorschau", + "textbox.quote": ">Zitat", + "textbox.strike": "Durchgestrichen", + "tutorial_intro.allSet": "Sie sind bereit", + "tutorial_intro.end": "Klicken Sie auf “Weiter” um {channel} zu betreten. Dies ist der erste Kanal den Ihre Teammitglieder sehen wenn Sie sich registrieren. Verwenden Sie ihn um Updates zu versenden die jeder Wissen soll.", + "tutorial_intro.invite": "Teamkollegen einladen", + "tutorial_intro.mobileApps": "Installieren Sie die Apps für {link} für einfachen Zugriff und mobile Benachrichtigungen.", + "tutorial_intro.mobileAppsLinkText": "PC, macOS, iOS und Android", + "tutorial_intro.next": "Weiter", + "tutorial_intro.screenOne": "

    Willkommen bei:

    Mattermost

    Ihre Teamkommunikation an einer Stelle, sofort durchsuchbar und überall verfügbar.

    Bleiben Sie mit Ihrem Team verbunden um zu erreichen, was am meisten zählt.

    ", + "tutorial_intro.screenTwo": "

    Wie Mattermost funktioniert:

    Die Kommunikation findet in öffentlichen Diskussionskanälen, privaten Gruppen und Direktnachrichten statt.

    Alles ist archiviert und von jedem webfähigem Desktop, Laptop oder Telefon durchsuchbar.

    ", + "tutorial_intro.skip": "Anleitung überspringen", + "tutorial_intro.support": "Wenn Sie irgendwas benötigen, schreiben Sie uns einfach eine E-Mail an ", + "tutorial_intro.teamInvite": "Teamkollegen einladen", + "tutorial_intro.whenReady": " sobald Sie bereit sind.", + "tutorial_tip.next": "Weiter", + "tutorial_tip.ok": "Ok", + "tutorial_tip.out": "Diese Tipps deaktivieren.", + "tutorial_tip.seen": "Wurde bereits angezeigt? ", + "update_command.cancel": "Abbrechen", + "update_command.confirm": "Slash-Befehl bearbeiten", + "update_command.question": "Ihre Änderungen könnten einen existierenden Slash-Befehl außer Kraft setzen. Sind Sie sich sicher dass Sie ihn aktualisieren möchten?", + "update_command.update": "Aktualisieren", + "update_incoming_webhook.update": "Aktualisieren", + "update_outgoing_webhook.confirm": "Ausgehenden Webhook bearbeiten", + "update_outgoing_webhook.question": "Ihre Änderungen könnten einen existierenden Slash-Befehl außer Kraft setzen. Sind Sie sich sicher, dass Sie ihn aktualisieren möchten?", + "update_outgoing_webhook.update": "Aktualisieren", + "upload_overlay.info": "Datei zum Hochladen hier ablegen.", + "user.settings.advance.embed_preview": "Für den ersten Weblink in einer Nachricht, eine Vorschau des Webseiteninhaltes unterhalb der Nachricht, sofern verfügbar, anzeigen", + "user.settings.advance.embed_toggle": "Zeige Umschalter für alle eingebetteten Vorschauen", + "user.settings.advance.emojipicker": "Enable emoji picker in message input box", + "user.settings.advance.enabledFeatures": "{count, number} {count, plural, one {Feature} other {Features}} aktiviert", + "user.settings.advance.formattingDesc": "Wenn aktiviert werden Nachrichten formatiert, sodass Links erstellt, Emojis angezeigt, Text formatiert und Zeilenumbrüche hinzugefügt werden. Standardmäßig ist dies aktiviert. Ändern der Einstellung erfordert ein Neuladen der Seite.", + "user.settings.advance.formattingTitle": "Formatierung von Nachrichten aktivieren", + "user.settings.advance.joinLeaveDesc": "Wenn \"Ein\" werden Systemnachrichten angezeigt wenn ein Benutzer einen Kanal betritt oder verlässt. Wenn \"Aus\" werden diese Nachrichten nicht angezeigt. Es wird weiterhin eine Meldung angezeigt wenn Sie einem Kanal hinzugefügt werden sodass Sie Benachrichtigungen erhalten können.", + "user.settings.advance.joinLeaveTitle": "Aktiviere Betreten/Verlassen Nachrichten", + "user.settings.advance.markdown_preview": "Zeige Markdown Vorschauoption im der Nachrichten Eingabefeld", + "user.settings.advance.off": "Aus", + "user.settings.advance.on": "Ein", + "user.settings.advance.preReleaseDesc": "Markieren Sie jede Pre-Release Features welche Sie testen möchten. Eventuell müssen Sie die Seite neu laden bevor die Änderung Wirkung zeigen.", + "user.settings.advance.preReleaseTitle": "Vorschau auf Features der neuen Version", + "user.settings.advance.sendDesc": "Wenn aktiviert fügt 'Enter' einen Zeilenumbruch ein und 'Strg + Enter' sendet die Nachricht.", + "user.settings.advance.sendTitle": "Sende Nachrichten mit Strg + Enter", + "user.settings.advance.slashCmd_autocmp": "Erlaube externe Anwendung Slash Autovervollständigung anzubieten", + "user.settings.advance.title": "Erweiterte Einstellungen", + "user.settings.advance.webrtc_preview": "Die Möglichkeit aktivieren, WebRTC-Anrufe zu tätigen und zu empfangen", + "user.settings.custom_theme.awayIndicator": "Abwesend Anzeige", + "user.settings.custom_theme.buttonBg": "Button Hintergrund", + "user.settings.custom_theme.buttonColor": "Button Text", + "user.settings.custom_theme.centerChannelBg": "Mittlerer Kanal Hintergrund", + "user.settings.custom_theme.centerChannelColor": "Mittlerer Kanal Text", + "user.settings.custom_theme.centerChannelTitle": "Aussehen des zentralen Kanals", + "user.settings.custom_theme.codeTheme": "Code Design", + "user.settings.custom_theme.copyPaste": "Kopieren und einfügen um Motivfarben zu teilen:", + "user.settings.custom_theme.linkButtonTitle": "Aussehen von Links und Schaltern", + "user.settings.custom_theme.linkColor": "Verknüpfung Farbe", + "user.settings.custom_theme.mentionBj": "Erwähnungsrahmen Hintergrund", + "user.settings.custom_theme.mentionColor": "Erwähnungsrahmen Text", + "user.settings.custom_theme.mentionHighlightBg": "Erwähnung Hintergrund", + "user.settings.custom_theme.mentionHighlightLink": "Erwähnung Hervorhebung Verknüpfung", + "user.settings.custom_theme.newMessageSeparator": "Neue Nachricht Trenner", + "user.settings.custom_theme.onlineIndicator": "Online Anzeige", + "user.settings.custom_theme.sidebarBg": "Seitenleiste Hintergrund", + "user.settings.custom_theme.sidebarHeaderBg": "Seitenleiste Überschrift Hintergrund", + "user.settings.custom_theme.sidebarHeaderTextColor": "Seitenleiste Überschrift Text", + "user.settings.custom_theme.sidebarText": "Seitenleiste Text", + "user.settings.custom_theme.sidebarTextActiveBorder": "Seitenleiste Text Aktiv Rand", + "user.settings.custom_theme.sidebarTextActiveColor": "Seitenleiste Text Aktiv Farbe", + "user.settings.custom_theme.sidebarTextHoverBg": "Seitenleiste Text Hover Hintergrund", + "user.settings.custom_theme.sidebarTitle": "Aussehen der Sidebar", + "user.settings.custom_theme.sidebarUnreadText": "Seitenleiste Ungelesen Text", + "user.settings.display.channelDisplayTitle": "Kanalanzeige-Modus", + "user.settings.display.channeldisplaymode": "Wählen Sie die Breite den mittleren Kanals.", + "user.settings.display.clockDisplay": "Uhrzeit Format", + "user.settings.display.collapseDesc": "Einstellen ob Vorschauen für Bildlinks standardmäßig ausgeklappt oder eingeklappt dargestellt werden sollen. Diese Einstellung kann auch über den Slash-Befehl /expand und /collapse verwaltet werden.", + "user.settings.display.collapseDisplay": "Standardansicht für Bildlink-Vorschauen", + "user.settings.display.collapseOff": "Eingeklappt", + "user.settings.display.collapseOn": "Ausgeklappt", + "user.settings.display.fixedWidthCentered": "Feste Breite, zentriert", + "user.settings.display.fontDesc": "Wählen Sie die Schriftart zur Anzeige im Mattermost Interface aus.", + "user.settings.display.fontTitle": "Schriftart", + "user.settings.display.fullScreen": "Ganze Breite", + "user.settings.display.language": "Sprache", + "user.settings.display.messageDisplayClean": "Standard", + "user.settings.display.messageDisplayCleanDes": "Einfach zu überblicken und lesen.", + "user.settings.display.messageDisplayCompact": "Kompakt", + "user.settings.display.messageDisplayCompactDes": "So viele Mitteilungen auf dem Bildschirm wie möglich.", + "user.settings.display.messageDisplayDescription": "Wählen Sie wie Nachrichten in einem Kanal angezeigt werden sollen.", + "user.settings.display.messageDisplayTitle": "Nachrichtenanzeige", + "user.settings.display.militaryClock": "24 Stunden Format (z.B.: 16:00)", + "user.settings.display.nameOptsDesc": "Wählen Sie, wie die Namen der anderen Benutzer in Direkt-Nachrichten angezeigt werden sollen.", + "user.settings.display.normalClock": "12 Stunden Format (z.B.: 4:00 PM)", + "user.settings.display.preferTime": "Wählen Sie das bevorzugte Zeitformat aus.", + "user.settings.display.showFullname": "Zeige Vor- und Nachname", + "user.settings.display.showNickname": "Zeige Spitzname wenn verfügbar, sonst zeige Vor- und Nachname", + "user.settings.display.showUsername": "Zeige Benutzername (Standard)", + "user.settings.display.teammateDisplay": "Teammitglieder Namensformat", + "user.settings.display.theme.applyToAllTeams": "Motiv für alle meine Teams festlegen", + "user.settings.display.theme.customTheme": "Benutzerdefiniertes Motiv", + "user.settings.display.theme.describe": "Öffnen um das Motiv zu ändern", + "user.settings.display.theme.import": "Importiere Motivfarben von Slack", + "user.settings.display.theme.otherThemes": "Zeige andere Themes", + "user.settings.display.theme.themeColors": "Motivfarben", + "user.settings.display.theme.title": "Motiv", + "user.settings.display.title": "Anzeigeeinstellungen", + "user.settings.general.checkEmail": "Überprüfen Sie Ihr Postfach für {email} um die Adresse zu verifizieren.", + "user.settings.general.checkEmailNoAddress": "Überprüfen Sie Ihr E-Mail Postfach um die neue Adresse zu verifizieren", + "user.settings.general.close": "Schließen", + "user.settings.general.confirmEmail": "E-Mail-Adresse bestätigen", + "user.settings.general.email": "E-Mail", + "user.settings.general.emailGitlabCantUpdate": "Anmeldung erfolgt durch GitLab. E-Mail-Adresse kann nicht aktualisiert werden. Die E-Mail-Adresse zum Versand von Hinweisen lautet {email}.", + "user.settings.general.emailGoogleCantUpdate": "Anmeldung erfolgt durch Google. E-Mail-Adresse kann nicht aktualisiert werden. Die E-Mail-Adresse zum Versand von Hinweisen lautet {email}.", + "user.settings.general.emailHelp1": "Die E-Mail Adresse wird für den Login, die Benachrichtigungen und das Zurücksetzen des Passworts verwendet. Änderungen der E-Mail Adresse müssen erneut verifiziert werden.", + "user.settings.general.emailHelp2": "E-Mails wurden durch Ihren Systemadministrator deaktiviert. Es werden keine Benachrichtigungen versendet bis dies aktiviert wird.", + "user.settings.general.emailHelp3": "Die E-Mail Adresse wird für den Login, die Benachrichtigungen und das Zurücksetzen des Passworts verwendet.", + "user.settings.general.emailHelp4": "Es wurde eine E-Mail zur Bestätigung an {email} gesendet.", + "user.settings.general.emailLdapCantUpdate": "Anmeldung erfolgt durch AD/LDAP. E-Mail-Adresse kann nicht aktualisiert werden. Die E-Mail-Adresse zum Versand von Hinweisen lautet {email}.", + "user.settings.general.emailMatch": "Die von Ihnen eingegebenen E-Mail-Adressen stimmen nicht überein.", + "user.settings.general.emailOffice365CantUpdate": "Anmeldung erfolgt durch Office 365. E-Mail-Adresse kann nicht aktualisiert werden. Die E-Mail-Adresse zum Versand von Hinweisen lautet {email}.", + "user.settings.general.emailSamlCantUpdate": "Anmeldung erfolgt durch SAML. E-Mail-Adresse kann nicht aktualisiert werden. Die E-Mail-Adresse zum Versand von Hinweisen lautet {email}.", + "user.settings.general.emailUnchanged": "Ihre neue E-Mail-Adresse entspricht Ihrer alten E-Mail-Adresse.", + "user.settings.general.emptyName": "Auf 'Bearbeiten' klicken um den vollen Namen hinzuzufügen", + "user.settings.general.emptyNickname": "Auf 'Bearbeiten' klicken um den Spitznamen hinzuzufügen", + "user.settings.general.emptyPosition": "Klicken Sie auf 'Bearbeiten' um Ihre(n) Jobtitel/Position hinzuzufügen", + "user.settings.general.field_handled_externally": "Dieses Feld wird durch Ihren Login Provider festgelegt. Wenn Sie es ändern möchten, müssen Sie dies durch den Login Provider tun.", + "user.settings.general.firstName": "Vorname", + "user.settings.general.fullName": "Vollständiger Name", + "user.settings.general.imageTooLarge": "Das Bild konnte nicht hochgeladen werden. Datei ist zu groß.", + "user.settings.general.imageUpdated": "Bild zuletzt aktualisiert {date}", + "user.settings.general.lastName": "Nachname", + "user.settings.general.loginGitlab": "Anmeldung erfolgt durch GitLab ({email})", + "user.settings.general.loginGoogle": "Anmeldung erfolgt durch Google ({email})", + "user.settings.general.loginLdap": "Anmeldung erfolgt durch AD/LDAP ({email})", + "user.settings.general.loginOffice365": "Anmeldung erfolgt durch Office 365 ({email})", + "user.settings.general.loginSaml": "Anmeldung erfolgt durch SAML ({email})", + "user.settings.general.newAddress": "Neue Adresse: {email}
    Überprüfen Sie Ihr Postfach um die obige Adresse zu verifizieren.", + "user.settings.general.nickname": "Spitzname", + "user.settings.general.nicknameExtra": "Benutzen Sie den Spitznamen als einen Rufnamen der sich von Ihrem Vor- und Nachnamen unterscheidet. Dies wird hauptsächlich verwendet wenn zwei oder mehr Personen ähnliche Namen haben.", + "user.settings.general.notificationsExtra": "Sie erhalten standardmäßig Benachrichtigungen, wenn jemand Ihren Vornamen erwähnt. Gehen Sie zu den {notify} Einstellungen um dies zu ändern.", + "user.settings.general.notificationsLink": "Benachrichtigungen", + "user.settings.general.position": "Position", + "user.settings.general.positionExtra": "Verwenden Sie die Position für Ihre Rolle oder Ihren Jobtitel.Dies wird in Ihrem Profil Popover angezeigt.", + "user.settings.general.primaryEmail": "Primäre E-Mail-Adresse", + "user.settings.general.profilePicture": "Profilbild", + "user.settings.general.title": "Allgemeine Einstellungen", + "user.settings.general.uploadImage": "Auf 'Bearbeiten' klicken um ein Bild hochzuladen.", + "user.settings.general.username": "Benutzername", + "user.settings.general.usernameInfo": "Wählen Sie etwas einfaches, was Ihre Teammitglieder erkennen und sich daran erinnern können.", + "user.settings.general.usernameReserved": "Dieser Benutzername ist reserviert, bitte einen anderen wählen.", + "user.settings.general.usernameRestrictions": "Der Benutzername muss mit einem Buchstaben beginnen, zwischen {min} und {max} Zeichen lang sein und darf Ziffern, Buchstaben und die Symbole '.', '-' und '_' enthalten.", + "user.settings.general.validEmail": "Bitte geben Sie eine gültige E-Mail-Adresse ein", + "user.settings.general.validImage": "Nur JPG und PNG Dateien sind als Profilbilder zugelassen", + "user.settings.import_theme.cancel": "Abbrechen", + "user.settings.import_theme.importBody": "Um ein Motiv zu importieren, gehen Sie in Ihr Slack Team und suchen nach \"Preferences -> Sidebar Theme\". Öffnen Sie die \"Custom Theme\" Option, kopieren den Inhalt und fügen in hier ein:", + "user.settings.import_theme.importHeader": "Slack Motiv importieren", + "user.settings.import_theme.submit": "Absenden", + "user.settings.import_theme.submitError": "Falsches Format, bitte mit erneut kopieren und einfügen ausprobieren.", + "user.settings.languages.change": "Interface Sprache ändern", + "user.settings.languages.promote": "Auswählen welche Sprache Mattermost im Benutzerinterface anzeigt.

    Möchten Sie mit der Übersetzung helfen? Treten Sie dem Mattermost Translation Server bei um beizusteuern.", + "user.settings.mfa.add": "MFA zu Ihrem Account hinzufügen", + "user.settings.mfa.addHelp": "Das Hinzufügen von Multi-Faktor-Authentifizierung wird Ihren Zugang sicherer machen, da ein Code von Ihrem Smartphone zu jeder Anmeldung erforderlich wird.", + "user.settings.mfa.addHelpQr": "Bitte Scannen Sie den QR Code mit der Google Authenticator App auf Ihrem Smartphone und fügen den durch die App generierten Token hier ein. Sollte es Ihnen nicht möglich sein den Code zu scannen, können Sie den Schlüssel manuell eingeben.", + "user.settings.mfa.enterToken": "Token (nur Ziffern)", + "user.settings.mfa.qrCode": "QR-Code", + "user.settings.mfa.remove": "MFA von Ihrem Zugang entfernen", + "user.settings.mfa.removeHelp": "Entfernen des MFA multi-factor authentication bedeutet das Sie nicht länger einen zusätzlichen Zugangs-Token für die Anmeldung benötigen.", + "user.settings.mfa.requiredHelp": "Multi-Faktor-Authentifizierung ist auf diesem Server erforderlich. Zurücksetzen ist nur empfohlen wenn Sie die Generierung der Codes auf ein neues Smartphone übertragen möchten. Sie werden sofort aufgefordert MFA erneut einzurichten.", + "user.settings.mfa.reset": "MFA für meinen Account zurücksetzen", + "user.settings.mfa.secret": "Schlüssel", + "user.settings.mfa.title": "Multi-Faktor Authentifizierung einschalten", + "user.settings.modal.advanced": "Erweitert", + "user.settings.modal.confirmBtns": "Ja, verwerfen", + "user.settings.modal.confirmMsg": "Sie haben nicht gespeicherte Änderungen, möchten Sie diese wirklich verwerfen?", + "user.settings.modal.confirmTitle": "Änderungen verwerfen?", + "user.settings.modal.display": "Anzeige", + "user.settings.modal.general": "Allgemein", + "user.settings.modal.notifications": "Benachrichtigungen", + "user.settings.modal.security": "Sicherheit", + "user.settings.modal.title": "Kontoeinstellungen", + "user.settings.notifications.allActivity": "Für alle Aktivitäten", + "user.settings.notifications.channelWide": "Kanalweite Erwähnung \"@channel\", \"@all\"", + "user.settings.notifications.close": "Schließen", + "user.settings.notifications.comments": "Antwort-Benachrichtigungen", + "user.settings.notifications.commentsAny": "Eine Benachrichtigung für Meldungen in Diskussionsfaden auslösen, welche ich gestartet habe oder an denen ich teilnehme", + "user.settings.notifications.commentsInfo": "Zusätzlich zu Benachrichtigung wenn Sie erwähnt werden können Sie hier wählen ob Sie auch bei Antworten benachrichtigt werden wollen.", + "user.settings.notifications.commentsNever": "Keine Benachrichtigung bei Antworten auslösen, sofern ich nicht erwähnt wurde", + "user.settings.notifications.commentsRoot": "Löse Benachrichtigungen für Mitteilungen aus die ich starte", + "user.settings.notifications.desktop": "Desktop Benachrichtigungen senden", + "user.settings.notifications.desktop.allFirefoxForever": "Für alle Aktivitäten, zeige unbegrenzt", + "user.settings.notifications.desktop.allFirefoxTimed": "Für alle Aktivitäten, zeige für {seconds} Sekunden", + "user.settings.notifications.desktop.allNoSoundForever": "Für alle Aktivitäten, ohne Ton, zeige unbegrenzt", + "user.settings.notifications.desktop.allNoSoundTimed": "Für alle Aktivitäten, ohne Ton, zeige für {seconds} Sekunden", + "user.settings.notifications.desktop.allSoundForever": "Für alle Aktivitäten, mit Ton, zeige unbegrenzt", + "user.settings.notifications.desktop.allSoundTimed": "Für alle Aktivitäten, mit Ton, zeige für {seconds} Sekunden", + "user.settings.notifications.desktop.duration": "Mitteilungsdauer", + "user.settings.notifications.desktop.durationInfo": "Stellt ein wie lange Desktopbenachrichtigungen auf dem Bildschirm verbleiben wenn Firefox oder Chrome verwendet wird. Desktopbenachrichtigungen in Edge und Safari können maximal für 5 Sekunden auf dem Bildschirm bleiben.", + "user.settings.notifications.desktop.mentionsFirefoxForever": "Für Erwähnungen und Direktnachrichten, zeige unbegrenzt", + "user.settings.notifications.desktop.mentionsFirefoxTimed": "Für Erwähnungen und Direktnachrichten, zeige für {seconds} Sekunden", + "user.settings.notifications.desktop.mentionsNoSoundForever": "Für Erwähnungen und Direktnachrichten, ohne Ton, zeige unbegrenzt", + "user.settings.notifications.desktop.mentionsNoSoundTimed": "Für Erwähnungen und Direktnachrichten, ohne Ton, zeige für {seconds} Sekunden", + "user.settings.notifications.desktop.mentionsSoundForever": "Für Erwähnungen und Direktnachrichten, mit Ton, zeige unbegrenzt", + "user.settings.notifications.desktop.mentionsSoundTimed": "Für Erwähnungen und Direktnachrichten, mit Ton, zeige für {seconds} Sekunden", + "user.settings.notifications.desktop.seconds": "{seconds} Sekunden", + "user.settings.notifications.desktop.sound": "Benachrichtigungston", + "user.settings.notifications.desktop.title": "Desktopbenachrichtigungen", + "user.settings.notifications.desktop.unlimited": "Unbegrenzt", + "user.settings.notifications.desktopSounds": "Töne der Desktopbenachrichtigungen", + "user.settings.notifications.email.disabled": "Deaktiviert durch den Systemadministrator", + "user.settings.notifications.email.disabled_long": "Email notifications have been disabled by your System Administrator.", + "user.settings.notifications.email.everyHour": "Jede Stunde", + "user.settings.notifications.email.everyXMinutes": "{count, plural, one {Jede Minute} other {Alle {count, number} Minuten}}", + "user.settings.notifications.email.immediately": "Sofort", + "user.settings.notifications.email.never": "Nie", + "user.settings.notifications.email.send": "E-Mail Benachrichtigungen senden", + "user.settings.notifications.emailBatchingInfo": "Benachrichtigungen über den ausgewählten Zeitraum werden kombiniert und in einer einzelnen E-Mail versendet.", + "user.settings.notifications.emailInfo": "E-Mail Benachrichtigungen werden bei Erwähnungen und Direktnachrichten gesendet, sobald Sie von {siteName} mehr als 5 Minuten offline oder abwesend waren.", + "user.settings.notifications.emailNotifications": "E-Mail Benachrichtigung", + "user.settings.notifications.header": "Benachrichtigungen", + "user.settings.notifications.info": "Desktopbenachrichtigungen sind in Edge, Firefox, Safari, Chrome und Mattermost Desktop Apps verfügbar.", + "user.settings.notifications.mentionsInfo": "Erwähnungen werden ausgelöst, sobald jemand eine Nachricht versendet, welche Ihren Benutzernamen (\"@{username}\") oder irgendeine der oben gewählten Optionen enthält.", + "user.settings.notifications.never": "Nie", + "user.settings.notifications.noWords": "Keine Wörter konfiguriert", + "user.settings.notifications.off": "Aus", + "user.settings.notifications.on": "Ein", + "user.settings.notifications.onlyMentions": "Nur für Erwähnungen und Direktnachrichten", + "user.settings.notifications.push": "Mobile Push-Nachrichten versenden", + "user.settings.notifications.push_notification.status": "Pushnachrichten auslösen wenn", + "user.settings.notifications.sensitiveName": "Ihr groß-/kleinschreibungsabhängiger Vorname \"{first_name}\"", + "user.settings.notifications.sensitiveUsername": "Ihr groß-/kleinschreibungsabhängiger Benutzername \"{username}\"", + "user.settings.notifications.sensitiveWords": "Weitere nicht groß-/kleinschreibungsabhängige Wörter, getrennt mit Komma:", + "user.settings.notifications.soundConfig": "Bitte konfigurieren Sie die Benachrichtigungstöne in Ihren Browsereinstellungen", + "user.settings.notifications.sounds_info": "Benachrichtigungstöne sind in IE11, Edge, Safari, Chrome und den Mattermost Desktop Apps verfügbar.", + "user.settings.notifications.teamWide": "Teamweite Erwähnungen \"@all\"", + "user.settings.notifications.title": "Benachrichtigungseinstellungen", + "user.settings.notifications.wordsTrigger": "Wörter, welche Erwähnungen auslösen", + "user.settings.push_notification.allActivity": "Für alle Aktivitäten", + "user.settings.push_notification.allActivityAway": "Für alle Aktivitäten wenn abwesend oder offline", + "user.settings.push_notification.allActivityOffline": "Für alle Aktivitäten wenn offline", + "user.settings.push_notification.allActivityOnline": "Für alle Aktivitäten wenn online, abwesend oder offline", + "user.settings.push_notification.away": "Abwesend oder offline", + "user.settings.push_notification.disabled": "Deaktiviert durch den Systemadministrator", + "user.settings.push_notification.disabled_long": "Push Mitteilungen für mobile Geräte wurden durch den Systemadministrator deaktiviert.", + "user.settings.push_notification.info": "Benachrichtigung werden zu Ihrem Smartphone gesendet sobald es in Mattermost eine neue Benachrichtigung gibt.", + "user.settings.push_notification.off": "Aus", + "user.settings.push_notification.offline": "Offline", + "user.settings.push_notification.online": "Online, abwesend oder offline", + "user.settings.push_notification.onlyMentions": "Nur für Erwähungen und Direktnachrichten", + "user.settings.push_notification.onlyMentionsAway": "Für Erwähnungen und Direktnachrichten wenn abwesend oder offline", + "user.settings.push_notification.onlyMentionsOffline": "Für Erwähnungen und Direktnachrichten wenn offline", + "user.settings.push_notification.onlyMentionsOnline": "Für Erwähnungen und Direktnachrichten wenn online, abwesend oder offline", + "user.settings.push_notification.send": "Mobile Push-Nachrichten versenden", + "user.settings.push_notification.status": "Pushnachrichten auslösen wenn", + "user.settings.push_notification.status_info": "Benachrichtigungen werden nur an Ihr Mobilgerät gesendet wenn Ihr Onlinestatus der oberen Auswahl entspricht.", + "user.settings.security.active": "Active", + "user.settings.security.close": "Schließen", + "user.settings.security.currentPassword": "Aktuelles Passwort", + "user.settings.security.currentPasswordError": "Bitte geben Sie Ihr aktuelles Passwort ein.", + "user.settings.security.deauthorize": "Legitimation aufheben", + "user.settings.security.emailPwd": "E-Mail-Adresse und Passwort", + "user.settings.security.gitlab": "GitLab", + "user.settings.security.google": "Google", + "user.settings.security.inactive": "Inaktiv", + "user.settings.security.lastUpdated": "Zuletzt aktualisiert am {date} um {time}", + "user.settings.security.ldap": "AD/LDAP", + "user.settings.security.loginGitlab": "Anmeldung durchgeführt durch GitLab", + "user.settings.security.loginGoogle": "Anmeldung via Google Apps", + "user.settings.security.loginLdap": "Anmeldung via AD/LDAP", + "user.settings.security.loginOffice365": "Anmeldung via Office 365", + "user.settings.security.loginSaml": "Anmeldung durchgeführt durch SAML", + "user.settings.security.logoutActiveSessions": "Zeigen und beenden von aktiven Sitzungen", + "user.settings.security.method": "Anmeldemethode", + "user.settings.security.newPassword": "Neues Passwort", + "user.settings.security.noApps": "Keine OAuth 2.0 Anwendungen sind autorisiert.", + "user.settings.security.oauthApps": "OAuth 2.0 Applikationen", + "user.settings.security.oauthAppsDescription": "Klicken Sie auf 'Edit' um Ihre OAuth 2.0 Anwendungen zu verwalten", + "user.settings.security.oauthAppsHelp": "Anwendungen greifen in Ihrem Namen auf Ihre Daten basieren auf den Ihnen gewählten Berechtigungen zu.", + "user.settings.security.office365": "Office 365", + "user.settings.security.oneSignin": "Sie können immer nur eine Anmeldemethode haben. Der Wechsel der Anmeldemethode löst eine E-Mail mit dem Umstellungserfolg aus.", + "user.settings.security.password": "Passwort", + "user.settings.security.passwordError": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen.", + "user.settings.security.passwordErrorLowercase": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens einen Kleinbuchstaben enthalten.", + "user.settings.security.passwordErrorLowercaseNumber": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens einen Kleinbuchstaben und eine Ziffer enthalten.", + "user.settings.security.passwordErrorLowercaseNumberSymbol": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens einen Kleinbuchstaben, eine Ziffer und ein Symbol (wie \"~!@#$%^&*()\") enthalten.", + "user.settings.security.passwordErrorLowercaseSymbol": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens einen Kleinbuchstaben und ein Symbol (wie \"~!@#$%^&*()\") enthalten.", + "user.settings.security.passwordErrorLowercaseUppercase": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens einen Kleinbuchstaben und einen Großbuchstaben enthalten.", + "user.settings.security.passwordErrorLowercaseUppercaseNumber": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens einen Kleinbuchstaben, einen Großbuchstaben und eine Ziffer enthalten.", + "user.settings.security.passwordErrorLowercaseUppercaseNumberSymbol": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens einen Kleinbuchstaben, einen Großbuchstaben, eine Ziffer und ein Symbol (wie \"~!@#$%^&*()\") enthalten.", + "user.settings.security.passwordErrorLowercaseUppercaseSymbol": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens einen Kleinbuchstaben , einen Großbuchstaben und ein Symbol (wie \"~!@#$%^&*()\") enthalten.", + "user.settings.security.passwordErrorNumber": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens eine Ziffer enthalten.", + "user.settings.security.passwordErrorNumberSymbol": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens eine Ziffer und ein Symbol (wie \"~!@#$%^&*()\") enthalten.", + "user.settings.security.passwordErrorSymbol": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens ein Symbol (wie \"~!@#$%^&*()\") enthalten.", + "user.settings.security.passwordErrorUppercase": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens einen Großbuchstaben enthalten.", + "user.settings.security.passwordErrorUppercaseNumber": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens einen Großbuchstaben und eine Ziffer enthalten.", + "user.settings.security.passwordErrorUppercaseNumberSymbol": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens einen Großbuchstaben, eine Ziffer und ein Symbol (wie \"~!@#$%^&*()\") enthalten.", + "user.settings.security.passwordErrorUppercaseSymbol": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens einen Großbuchstaben und ein Symbol (wie \"~!@#$%^&*()\") enthalten.", + "user.settings.security.passwordGitlabCantUpdate": "Einloggen findet über GitLab statt. Die Adresse kann nicht aktualisiert werden.", + "user.settings.security.passwordGoogleCantUpdate": "Anmeldung findet über Google Apps statt. Das Passwort kann nicht aktualisiert werden.", + "user.settings.security.passwordLdapCantUpdate": "Einloggen findet über AD/LDAP statt. Die Adresse kann nicht aktualisiert werden.", + "user.settings.security.passwordMatchError": "Die eingegebenen neuen Passwörter stimmen nicht überein.", + "user.settings.security.passwordMinLength": "Ungültige minimale Länge, kann keine Vorschau anzeigen.", + "user.settings.security.passwordOffice365CantUpdate": "Anmeldung findet über Office 365 statt. Das Passwort kann nicht aktualisiert werden.", + "user.settings.security.passwordSamlCantUpdate": "Dieses Feld wird durch Ihren Login Provider festgelegt. Wenn Sie es ändern möchten, müssen Sie dies durch den Login Provider tun.", + "user.settings.security.retypePassword": "Passwort erneut eingeben", + "user.settings.security.saml": "SAML", + "user.settings.security.switchEmail": "Wechsel auf E-Mail-Adresse und Passwort", + "user.settings.security.switchGitlab": "Wechsel auf GitLab SSO", + "user.settings.security.switchGoogle": "Wechsel auf Google SSO", + "user.settings.security.switchLdap": "Wechsel auf AD/LDAP", + "user.settings.security.switchOffice365": "Wechseln auf Office 365 SSO", + "user.settings.security.switchSaml": "Wechsel auf SAML SSO", + "user.settings.security.title": "Sicherheitseinstellungen", + "user.settings.security.viewHistory": "Zeige Zugriffshistorie", + "user_list.notFound": "Keine Benutzer gefunden", + "user_profile.send.dm": "Nachricht versenden", + "user_profile.webrtc.call": "Videoanruf starten", + "user_profile.webrtc.offline": "Der Benutzer ist offline", + "user_profile.webrtc.unavailable": "Neuer Anruf nicht möglich bis ihr bestehender Anruf beendet ist", + "view_image.loading": "Laden ", + "view_image_popover.download": "Herunterladen", + "view_image_popover.file": "Datei {count} von {total}", + "view_image_popover.publicLink": "Öffentlichen Link erhalten", + "web.footer.about": "Über", + "web.footer.help": "Hilfe", + "web.footer.privacy": "Privatsphäre", + "web.footer.terms": "Bedingungen", + "web.header.back": "Zurück", + "web.header.logout": "Abmelden", + "web.root.signup_info": "Die gesamte Teamkommunikation an einem Ort, durchsuchbar und überall verfügbar", + "webrtc.busy": "{username} ist beschäftigt.", + "webrtc.call": "Anrufen", + "webrtc.callEnded": "Anruf mit {username} beendet.", + "webrtc.cancel": "Anruf abbrechen", + "webrtc.cancelled": "{username} hat den Anruf abgebrochen.", + "webrtc.declined": "Ihr Anruf wurde durch {username} abgelehnt.", + "webrtc.disabled": "{username} hat WebRTC deaktiviert. Um die Funktion zu aktivieren, muss der Benutzer zu Kontoeinstellungen > Erweitert > Vorschau auf Features der neuen Version gehen und WebRTC aktivieren.", + "webrtc.failed": "Es gab ein Problem bei der Verbindung des Videoanrufs.", + "webrtc.hangup": "Auflegen", + "webrtc.header": "Anruf mit {username}", + "webrtc.inProgress": "Sie haben bereits einen laufenden Anruf. Bitte legen Sie zuerst auf.", + "webrtc.mediaError": "Zugriff auf Kamera und Mikrofon nicht möglich.", + "webrtc.mute_audio": "Mikrofon stummschalten", + "webrtc.noAnswer": "{username} beantwortet den Anruf nicht.", + "webrtc.notification.answer": "Annehmen", + "webrtc.notification.decline": "Ablehnen", + "webrtc.notification.incoming_call": "{username} ruft Sie an.", + "webrtc.notification.returnToCall": "Zu laufendem Anruf mit {username} zurückkehren", + "webrtc.offline": "{username} ist offline.", + "webrtc.pause_video": "Kamera abschalten", + "webrtc.unmute_audio": "Mikrofon-Stummschaltung aufheben", + "webrtc.unpause_video": "Kamera einschalten", + "webrtc.unsupported": "Das Gerät von {username} unterstützt keine Videoanrufe.", + "youtube_video.notFound": "Video nicht gefunden" +} diff --git a/assets/base/i18n/en.json b/assets/base/i18n/en.json index 171c7ed89..07dfd1326 100644 --- a/assets/base/i18n/en.json +++ b/assets/base/i18n/en.json @@ -28,6 +28,7 @@ "activity_log.sessionsDescription": "Sessions are created when you log in to a new browser on a device. Sessions let you use Mattermost without having to log in again for a time period specified by the System Admin. If you want to log out sooner, use the 'Logout' button below to end a session.", "activity_log_modal.android": "Android", "activity_log_modal.androidNativeApp": "Android Native App", + "activity_log_modal.desktop": "Native Desktop App", "activity_log_modal.iphoneNativeApp": "iPhone Native App", "add_command.autocomplete": "Autocomplete", "add_command.autocomplete.help": "(Optional) Show slash command in autocomplete list.", @@ -73,7 +74,7 @@ "add_emoji.header": "Add", "add_emoji.image": "Image", "add_emoji.image.button": "Select", - "add_emoji.image.help": "Choose the image for your emoji. The image can be a gif, png, or jpeg file with a max size of 64 KB and dimensions up to 128 by 128 pixels.", + "add_emoji.image.help": "Choose the image for your emoji. The image can be a gif, png, or jpeg file with a max size of 1 MB. Dimensions will automatically resize to fit 128 by 128 pixels but keeping aspect ratio.", "add_emoji.imageRequired": "An image is required for the emoji", "add_emoji.name": "Name", "add_emoji.name.help": "Choose a name for your emoji made of up to 64 characters consisting of lowercase letters, numbers, and the symbols '-' and '_'.", @@ -137,6 +138,7 @@ "add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "First word matches a trigger word exactly", "add_outgoing_webhook.triggerWordsTriggerWhenStartsWith": "First word starts with a trigger word", "admin.advance.cluster": "High Availability (Beta)", + "admin.advance.metrics": "Performance Monitoring", "admin.audits.reload": "Reload User Activity Logs", "admin.audits.title": "User Activity Logs", "admin.authentication.email": "Email Auth", @@ -145,7 +147,7 @@ "admin.authentication.oauth": "OAuth 2.0", "admin.authentication.saml": "SAML", "admin.banner.heading": "Note:", - "admin.cluster.enableDescription": "When true, Mattermost will run in High Availability mode. Please see documentation to learn more about configuring High Availability for Mattermost.", + "admin.cluster.enableDescription": "When true, Mattermost will run in High Availability mode. Please see documentation to learn more about configuring High Availability for Mattermost.", "admin.cluster.enableTitle": "Enable High Availability Mode:", "admin.cluster.interNodeListenAddressDesc": "The address the server will listen on for communicating with other servers.", "admin.cluster.interNodeListenAddressEx": "E.g.: \":8075\"", @@ -153,9 +155,9 @@ "admin.cluster.interNodeUrlsDesc": "The internal/private URLs of all the Mattermost servers separated by commas.", "admin.cluster.interNodeUrlsEx": "E.g.: \"http://10.10.10.30, http://10.10.10.31\"", "admin.cluster.interNodeUrlsTitle": "Inter-Node URLs:", - "admin.cluster.loadedFrom": "This configuration file was loaded from Node ID {clusterId}. Please see the Troubleshooting Guide in our documentation if you are accessing the System Console through a load balancer and experiencing issues.", + "admin.cluster.loadedFrom": "This configuration file was loaded from Node ID {clusterId}. Please see the Troubleshooting Guide in our documentation if you are accessing the System Console through a load balancer and experiencing issues.", "admin.cluster.noteDescription": "Changing properties in this section will require a server restart before taking effect. When High Availability mode is enabled, the System Console is set to read-only and can only be changed from the configuration file.", - "admin.cluster.should_not_change": "WARNING: These settings may not sync with the other servers in the cluster. High Availability inter-node communication will not start until you modify the config.json to be identical on all servers and restart Mattermost. Please see the documentation on how to add or remove a server from the cluster. If you are accessing the System Console through a load balancer and experiencing issues, please see the Troubleshooting Guide in our documentation.", + "admin.cluster.should_not_change": "WARNING: These settings may not sync with the other servers in the cluster. High Availability inter-node communication will not start until you modify the config.json to be identical on all servers and restart Mattermost. Please see the documentation on how to add or remove a server from the cluster. If you are accessing the System Console through a load balancer and experiencing issues, please see the Troubleshooting Guide in our documentation.", "admin.cluster.status_table.config_hash": "Config File MD5", "admin.cluster.status_table.hostname": "Hostname", "admin.cluster.status_table.id": "Node ID", @@ -168,10 +170,10 @@ "admin.compliance.directoryTitle": "Compliance Report Directory:", "admin.compliance.enableDailyDesc": "When true, Mattermost will generate a daily compliance report.", "admin.compliance.enableDailyTitle": "Enable Daily Report:", - "admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the Compliance and Auditing tab. See documentation to learn more.", + "admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the Compliance and Auditing tab. See documentation to learn more.", "admin.compliance.enableTitle": "Enable Compliance Reporting:", "admin.compliance.false": "false", - "admin.compliance.noLicense": "

    Note:

    Compliance is an enterprise feature. Your current license does not support Compliance. Click here for information and pricing on enterprise licenses.

    ", + "admin.compliance.noLicense": "

    Note:

    Compliance is an enterprise feature. Your current license does not support Compliance. Click here for information and pricing on enterprise licenses.

    ", "admin.compliance.save": "Save", "admin.compliance.saving": "Saving Config...", "admin.compliance.title": "Compliance Settings", @@ -198,9 +200,9 @@ "admin.compliance_table.type": "Type", "admin.compliance_table.userId": "Requested By", "admin.connectionSecurityNone": "None", - "admin.connectionSecurityNoneDescription": "Mattermost will connect over an unsecure connection.", + "admin.connectionSecurityNoneDescription": "Mattermost will connect over an insecure connection.", "admin.connectionSecurityPlain": "PLAIN", - "admin.connectionSecurityPlainDescription": "Mattermost will connect and authenticate over an unsecure connection.", + "admin.connectionSecurityPlainDescription": "Mattermost will connect and authenticate over an insecure connection.", "admin.connectionSecurityStart": "STARTTLS", "admin.connectionSecurityStartDescription": "Takes an existing insecure connection and attempts to upgrade it to a secure connection using TLS.", "admin.connectionSecurityTest": "Test Connection", @@ -215,8 +217,11 @@ "admin.customization.customEmoji": "Custom Emoji", "admin.customization.enableCustomEmojiDesc": "Enable users to create custom emoji for use in messages. When enabled, Custom Emoji settings can be accessed by switching to a team and clicking the three dots above the channel sidebar, and selecting \"Custom Emoji\".", "admin.customization.enableCustomEmojiTitle": "Enable Custom Emoji:", + "admin.customization.enableLinkPreviewsDesc": "Enable users to display a preview of website content below the message, if available. When true, website previews can be enabled from Account Settings > Advanced > Preview pre-release features.", + "admin.customization.enableLinkPreviewsTitle": "Enable Link Previews:", "admin.customization.iosAppDownloadLinkDesc": "Add a link to download the iOS app. Users who access the site on a mobile web browser will be prompted with a page giving them the option to download the app. Leave this field blank to prevent the page from appearing.", "admin.customization.iosAppDownloadLinkTitle": "iOS App Download Link:", + "admin.customization.linkPreviews": "Link Previews", "admin.customization.nativeAppLinks": "Mattermost App Links", "admin.customization.restrictCustomEmojiCreationAdmin": "Allow System and Team Admins to create custom emoji", "admin.customization.restrictCustomEmojiCreationAll": "Allow everyone to create custom emoji", @@ -226,7 +231,7 @@ "admin.customization.support": "Legal and Support", "admin.database.title": "Database Settings", "admin.developer.title": "Developer Settings", - "admin.email.agreeHPNS": " I understand and accept the Mattermost Hosted Push Notification Service Terms of Service and Privacy Policy.", + "admin.email.agreeHPNS": " I understand and accept the Mattermost Hosted Push Notification Service Terms of Service and Privacy Policy.", "admin.email.allowEmailSignInDescription": "When true, Mattermost allows users to sign in using their email and password.", "admin.email.allowEmailSignInTitle": "Enable sign-in with email: ", "admin.email.allowSignupDescription": "When true, Mattermost allows team creation and account signup using email and password. This value should be false only when you want to limit signup to a single-sign-on service like OAuth or AD/LDAP.", @@ -234,7 +239,7 @@ "admin.email.allowUsernameSignInDescription": "When true, Mattermost allows users to sign in using their username and password. This setting is typically only used when email verification is disabled.", "admin.email.allowUsernameSignInTitle": "Enable sign-in with username: ", "admin.email.connectionSecurityTest": "Test Connection", - "admin.email.easHelp": "Learn more about compiling and deploying your own mobile apps from an Enterprise App Store.", + "admin.email.easHelp": "Learn more about compiling and deploying your own mobile apps from an Enterprise App Store.", "admin.email.emailFail": "Connection unsuccessful: {error}", "admin.email.emailSuccess": "No errors were reported while sending an email. Please check your inbox to make sure.", "admin.email.enableEmailBatching.clusterEnabled": "Email batching cannot be enabled when High Availability mode is enabled.", @@ -247,18 +252,19 @@ "admin.email.inviteSaltExample": "E.g.: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", "admin.email.inviteSaltTitle": "Email Invite Salt:", "admin.email.mhpns": "Use encrypted, production-quality HPNS connection to iOS and Android apps", - "admin.email.mhpnsHelp": "Download Mattermost iOS app from iTunes. Download Mattermost Android app from Google Play. Learn more about HPNS.", + "admin.email.mhpnsHelp": "Download Mattermost iOS app from iTunes. Download Mattermost Android app from Google Play. Learn more about HPNS.", "admin.email.mtpns": "Use iOS and Android apps on iTunes and Google Play with TPNS", - "admin.email.mtpnsHelp": "Download Mattermost iOS app from iTunes. Download Mattermost Android app from Google Play. Learn more about TPNS.", - "admin.email.nofificationOrganizationExample": "Ex. \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", + "admin.email.mtpnsHelp": "Download Mattermost iOS app from iTunes. Download Mattermost Android app from Google Play. Learn more about TPNS.", + "admin.email.nofificationOrganizationExample": "E.g.: \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", "admin.email.notificationDisplayDescription": "Display name on email account used when sending notification emails from Mattermost.", - "admin.email.notificationDisplayExample": "Ex: \"Mattermost Notification\", \"System\", \"No-Reply\"", + "admin.email.notificationDisplayExample": "E.g.: \"Mattermost Notification\", \"System\", \"No-Reply\"", "admin.email.notificationDisplayTitle": "Notification Display Name:", "admin.email.notificationEmailDescription": "Email address displayed on email account used when sending notification emails from Mattermost.", - "admin.email.notificationEmailExample": "Ex: \"mattermost@yourcompany.com\", \"admin@yourcompany.com\"", + "admin.email.notificationEmailExample": "E.g.: \"mattermost@yourcompany.com\", \"admin@yourcompany.com\"", "admin.email.notificationEmailTitle": "Notification From Address:", "admin.email.notificationOrganization": "Notification Footer Mailing Address:", "admin.email.notificationOrganizationDescription": "Organization name and address displayed on email notifications from Mattermost, such as \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\". If the field is left empty, the organization name and address will not be displayed.", + "admin.email.notificationOrganizationExample": "E.g.: \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", "admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.
    Setting this to true removes the Preview Mode banner (requires logging out and logging back in after setting is changed).", "admin.email.notificationsTitle": "Enable Email Notifications: ", "admin.email.passwordSaltDescription": "32-character salt added to signing of password reset emails. Randomly generated on install. Click \"Regenerate\" to create new salt.", @@ -268,7 +274,7 @@ "admin.email.pushContentTitle": "Push Notification Contents:", "admin.email.pushDesc": "Typically set to true in production. When true, Mattermost attempts to send iOS and Android push notifications through the push notification server.", "admin.email.pushOff": "Do not send push notifications", - "admin.email.pushOffHelp": "Please see documentation on push notifications to learn more about setup options.", + "admin.email.pushOffHelp": "Please see documentation on push notifications to learn more about setup options.", "admin.email.pushServerDesc": "Location of Mattermost push notification service you can set up behind your firewall using https://github.com/mattermost/push-proxy. For testing you can use http://push-test.mattermost.com, which connects to the sample Mattermost iOS app in the public Apple AppStore. Please do not use test service for production deployments.", "admin.email.pushServerEx": "E.g.: \"http://push-test.mattermost.com\"", "admin.email.pushServerTitle": "Push Notification Server:", @@ -277,16 +283,16 @@ "admin.email.requireVerificationTitle": "Require Email Verification: ", "admin.email.selfPush": "Manually enter Push Notification Service location", "admin.email.smtpPasswordDescription": " Obtain this credential from administrator setting up your email server.", - "admin.email.smtpPasswordExample": "Ex: \"yourpassword\", \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.email.smtpPasswordExample": "E.g.: \"yourpassword\", \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", "admin.email.smtpPasswordTitle": "SMTP Server Password:", "admin.email.smtpPortDescription": "Port of SMTP email server.", - "admin.email.smtpPortExample": "Ex: \"25\", \"465\"", + "admin.email.smtpPortExample": "E.g.: \"25\", \"465\", \"587\"", "admin.email.smtpPortTitle": "SMTP Server Port:", "admin.email.smtpServerDescription": "Location of SMTP email server.", - "admin.email.smtpServerExample": "Ex: \"smtp.yourcompany.com\", \"email-smtp.us-east-1.amazonaws.com\"", + "admin.email.smtpServerExample": "E.g.: \"smtp.yourcompany.com\", \"email-smtp.us-east-1.amazonaws.com\"", "admin.email.smtpServerTitle": "SMTP Server:", "admin.email.smtpUsernameDescription": " Obtain this credential from administrator setting up your email server.", - "admin.email.smtpUsernameExample": "Ex: \"admin@yourcompany.com\", \"AKIADTOVBGERKLCBV\"", + "admin.email.smtpUsernameExample": "E.g.: \"admin@yourcompany.com\", \"AKIADTOVBGERKLCBV\"", "admin.email.smtpUsernameTitle": "SMTP Server Username:", "admin.email.testing": "Testing...", "admin.false": "false", @@ -298,6 +304,8 @@ "admin.general.configuration": "Configuration", "admin.general.localization": "Localization", "admin.general.localization.availableLocalesDescription": "Set which languages are available for users in Account Settings (leave this field blank to have all supported languages available). If you’re manually adding new languages, the Default Client Language must be added before saving this setting.

    Would like to help with translations? Join the Mattermost Translation Server to contribute.", + "admin.general.localization.availableLocalesNoResults": "No results found", + "admin.general.localization.availableLocalesNotPresent": "The default client language must be included in the available list", "admin.general.localization.availableLocalesTitle": "Available Languages:", "admin.general.localization.clientLocaleDescription": "Default language for newly created users and pages where the user hasn't logged in.", "admin.general.localization.clientLocaleTitle": "Default Client Language:", @@ -305,13 +313,35 @@ "admin.general.localization.serverLocaleTitle": "Default Server Language:", "admin.general.log": "Logging", "admin.general.policy": "Policy", + "admin.general.policy.allowEditPostAlways": "Any time", + "admin.general.policy.allowEditPostDescription": "Set policy on the length of time authors have to edit their messages after posting.", + "admin.general.policy.allowEditPostNever": "Never", + "admin.general.policy.allowEditPostTimeLimit": "seconds after posting", + "admin.general.policy.allowEditPostTitle": "Allow users to edit their messages:", "admin.general.policy.permissionsAdmin": "Team and System Admins", "admin.general.policy.permissionsAll": "All team members", + "admin.general.policy.permissionsAllChannel": "All channel members", + "admin.general.policy.permissionsChannelAdmin": "Channel, Team and System Admins", + "admin.general.policy.permissionsDeletePostAdmin": "Team Admins and System Admins", + "admin.general.policy.permissionsDeletePostAll": "Message authors can delete their own messages, and Administrators can delete any message", + "admin.general.policy.permissionsDeletePostSystemAdmin": "System Admins", "admin.general.policy.permissionsSystemAdmin": "System Admins", - "admin.general.policy.restrictPrivateChannelManagementDescription": "Set policy on who can create, delete, rename, and set the header or purpose for private groups.", - "admin.general.policy.restrictPrivateChannelManagementTitle": "Enable private group management permissions for:", - "admin.general.policy.restrictPublicChannelManagementDescription": "Set policy on who can create, delete, rename, and set the header or purpose for public channels.", - "admin.general.policy.restrictPublicChannelManagementTitle": "Enable public channel management permissions for:", + "admin.general.policy.restrictPostDeleteDescription": "Set policy on who has permission to delete messages.", + "admin.general.policy.restrictPostDeleteTitle": "Allow which users to delete messages:", + "admin.general.policy.restrictPrivateChannelCreationDescription": "Set policy on who can create private groups.", + "admin.general.policy.restrictPrivateChannelCreationTitle": "Enable private group creation for:", + "admin.general.policy.restrictPrivateChannelDeletionCommandLineToolLink": "command line tool", + "admin.general.policy.restrictPrivateChannelDeletionDescription": "Set policy on who can delete private groups. Deleted groups can be recovered from the database using a {commandLineToolLink}.", + "admin.general.policy.restrictPrivateChannelDeletionTitle": "Enable private group deletion for:", + "admin.general.policy.restrictPrivateChannelManagementDescription": "Set policy on who can rename and set the header or purpose for private groups.", + "admin.general.policy.restrictPrivateChannelManagementTitle": "Enable private group renaming for:", + "admin.general.policy.restrictPublicChannelCreationDescription": "Set policy on who can create public channels.", + "admin.general.policy.restrictPublicChannelCreationTitle": "Enable public channel creation for:", + "admin.general.policy.restrictPublicChannelDeletionCommandLineToolLink": "command line tool", + "admin.general.policy.restrictPublicChannelDeletionDescription": "Set policy on who can delete public channels. Deleted channels can be recovered from the database using a {commandLineToolLink}.", + "admin.general.policy.restrictPublicChannelDeletionTitle": "Enable public channel deletion for:", + "admin.general.policy.restrictPublicChannelManagementDescription": "Set policy on who can rename and set the header or purpose for public channels.", + "admin.general.policy.restrictPublicChannelManagementTitle": "Enable public channel renaming for:", "admin.general.policy.teamInviteDescription": "Set policy on who can invite others to a team using Invite New Member to invite new users by email, or the Get Team Invite Link options from the Main Menu. If Get Team Invite Link is used to share a link, you can expire the invite code from Team Settings > Invite Code after the desired users join the team.", "admin.general.policy.teamInviteTitle": "Enable sending team invites from:", "admin.general.privacy": "Privacy", @@ -335,7 +365,7 @@ "admin.gitlab.userDescription": "Enter https:///api/v3/user. Make sure you use HTTP or HTTPS in your URL depending on your server configuration.", "admin.gitlab.userExample": "E.g.: \"https:///api/v3/user\"", "admin.gitlab.userTitle": "User API Endpoint:", - "admin.google.EnableHtmlDesc": "
    1. Log in to your Google account.
    2. Go to https://console.developers.google.com, click Credentials in the left hand sidebar and enter \"Mattermost - your-company-name\" as the Project Name, then click Create.
    3. Click the OAuth consent screen header and enter \"Mattermost\" as the Product name shown to users, then click Save.
    4. Under the Credentials header, click Create credentials, choose OAuth client ID and select Web Application.
    5. Under Restrictions and Authorized redirect URIs enter your-mattermost-url/signup/google/complete (example: http://localhost:8065/signup/google/complete). Click Create.
    6. Paste the Client ID and Client Secret to the fields below, then click Save.
    7. Finally, go to Google+ API and click Enable. This might take a few minutes to propagate through Google's systems.
    ", + "admin.google.EnableHtmlDesc": "
    1. Log in to your Google account.
    2. Go to https://console.developers.google.com, click Credentials in the left hand sidebar and enter \"Mattermost - your-company-name\" as the Project Name, then click Create.
    3. Click the OAuth consent screen header and enter \"Mattermost\" as the Product name shown to users, then click Save.
    4. Under the Credentials header, click Create credentials, choose OAuth client ID and select Web Application.
    5. Under Restrictions and Authorized redirect URIs enter your-mattermost-url/signup/google/complete (example: http://localhost:8065/signup/google/complete). Click Create.
    6. Paste the Client ID and Client Secret to the fields below, then click Save.
    7. Finally, go to Google+ API and click Enable. This might take a few minutes to propagate through Google's systems.
    ", "admin.google.authTitle": "Auth Endpoint:", "admin.google.clientIdDescription": "The Client ID you received when registering your application with Google.", "admin.google.clientIdExample": "E.g.: \"7602141235235-url0fhs1mayfasbmop5qlfns8dh4.apps.googleusercontent.com\"", @@ -348,12 +378,17 @@ "admin.image.amazonS3BucketDescription": "Name you selected for your S3 bucket in AWS.", "admin.image.amazonS3BucketExample": "E.g.: \"mattermost-media\"", "admin.image.amazonS3BucketTitle": "Amazon S3 Bucket:", + "admin.image.amazonS3EndpointDescription": "Hostname of your S3 Compatible Storage provider. Defaults to `s3.amazonaws.com`.", + "admin.image.amazonS3EndpointExample": "E.g.: \"s3.amazonaws.com\"", + "admin.image.amazonS3EndpointTitle": "Amazon S3 Endpoint:", "admin.image.amazonS3IdDescription": "Obtain this credential from your Amazon EC2 administrator.", "admin.image.amazonS3IdExample": "E.g.: \"AKIADTOVBGERKLCBV\"", "admin.image.amazonS3IdTitle": "Amazon S3 Access Key ID:", "admin.image.amazonS3RegionDescription": "AWS region you selected for creating your S3 bucket.", "admin.image.amazonS3RegionExample": "E.g.: \"us-east-1\"", "admin.image.amazonS3RegionTitle": "Amazon S3 Region:", + "admin.image.amazonS3SSLDescription": "When false, allow insecure connections to Amazon S3. Defaults to secure connections only.", + "admin.image.amazonS3SSLTitle": "Enable Secure Amazon S3 Connections:", "admin.image.amazonS3SecretDescription": "Obtain this credential from your Amazon EC2 administrator.", "admin.image.amazonS3SecretExample": "E.g.: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", "admin.image.amazonS3SecretTitle": "Amazon S3 Secret Access Key:", @@ -408,7 +443,7 @@ "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.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.idAttrTitle": "ID Attribute: ", "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.", @@ -424,10 +459,13 @@ "admin.ldap.nicknameAttrDesc": "(Optional) The attribute in the AD/LDAP server that will be used to populate the nickname of users in Mattermost. When set, users will not be able to edit their nickname, since it is synchronized with the LDAP server. When left blank, users can set their own nickname in Account Settings.", "admin.ldap.nicknameAttrEx": "E.g.: \"nickname\"", "admin.ldap.nicknameAttrTitle": "Nickname Attribute:", - "admin.ldap.noLicense": "

    Note:

    AD/LDAP is an enterprise feature. Your current license does not support AD/LDAP. Click here for information and pricing on enterprise licenses.

    ", + "admin.ldap.noLicense": "

    Note:

    AD/LDAP is an enterprise feature. Your current license does not support AD/LDAP. Click here for information and pricing on enterprise licenses.

    ", "admin.ldap.portDesc": "The port Mattermost will use to connect to the AD/LDAP server. Default is 389.", "admin.ldap.portEx": "E.g.: \"389\"", "admin.ldap.portTitle": "AD/LDAP Port:", + "admin.ldap.positionAttrDesc": "(Optional) The attribute in the AD/LDAP server that will be used to populate the position field in Mattermost.", + "admin.ldap.positionAttrEx": "E.g.: \"title\"", + "admin.ldap.positionAttrTitle": "Position Attribute:", "admin.ldap.queryDesc": "The timeout value for queries to the AD/LDAP server. Increase if you are getting timeout errors caused by a slow AD/LDAP server.", "admin.ldap.queryEx": "E.g.: \"60\"", "admin.ldap.queryTitle": "Query Timeout (seconds):", @@ -446,7 +484,7 @@ "admin.ldap.testSuccess": "AD/LDAP Test Successful", "admin.ldap.uernameAttrDesc": "The attribute in the AD/LDAP server that will be used to populate the username field in Mattermost. This may be the same as the ID Attribute.", "admin.ldap.userFilterDisc": "(Optional) Enter an AD/LDAP Filter to use when searching for user objects. Only the users selected by the query will be able to access Mattermost. For Active Directory, the query to filter out disabled users is (&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).", - "admin.ldap.userFilterEx": "Ex. \"(objectClass=user)\"", + "admin.ldap.userFilterEx": "E.g.: \"(objectClass=user)\"", "admin.ldap.userFilterTitle": "User Filter:", "admin.ldap.usernameAttrEx": "E.g.: \"sAMAccountName\"", "admin.ldap.usernameAttrTitle": "Username Attribute:", @@ -460,12 +498,12 @@ "admin.license.title": "Edition and License", "admin.license.type": "License: ", "admin.license.upload": "Upload", - "admin.license.uploadDesc": "Upload a license key for Mattermost Enterprise Edition to upgrade this server. Visit us online to learn more about the benefits of Enterprise Edition or to purchase a key.", + "admin.license.uploadDesc": "Upload a license key for Mattermost Enterprise Edition to upgrade this server. Visit us online to learn more about the benefits of Enterprise Edition or to purchase a key.", "admin.license.uploading": "Uploading License...", "admin.log.consoleDescription": "Typically set to false in production. Developers may set this field to true to output log messages to console based on the console level option. If true, server writes messages to the standard output stream (stdout).", "admin.log.consoleTitle": "Output logs to console: ", "admin.log.enableDiagnostics": "Enable Diagnostics and Error Reporting:", - "admin.log.enableDiagnosticsDescription": "Enable this feature to improve the quality and performance of Mattermost by sending error reporting and diagnostic information to Mattermost, Inc. Read our privacy policy to learn more.", + "admin.log.enableDiagnosticsDescription": "Enable this feature to improve the quality and performance of Mattermost by sending error reporting and diagnostic information to Mattermost, Inc. Read our privacy policy to learn more.", "admin.log.enableWebhookDebugging": "Enable Webhook Debugging:", "admin.log.enableWebhookDebuggingDescription": "You can set this to false to disable the debug logging of all incoming webhook request bodies.", "admin.log.fileDescription": "Typically set to true in production. When true, log files are written to the log file specified in file location field below.", @@ -489,6 +527,14 @@ "admin.log.logSettings": "Log Settings", "admin.logs.reload": "Reload", "admin.logs.title": "Server Logs", + "admin.metrics.enableDescription": "When true, Mattermost will enable performance monitoring collection and profiling. Please see documentation to learn more about configuring performance monitoring for Mattermost.", + "admin.metrics.enableTitle": "Enable Performance Monitoring:", + "admin.metrics.listenAddressDesc": "The address the server will listen on to expose performance metrics.", + "admin.metrics.listenAddressEx": "E.g.: \":8067\"", + "admin.metrics.listenAddressTitle": "Listen Address:", + "admin.mfa.bannerDesc": "Multi-factor authentication is available for accounts with AD/LDAP or email login. If other login methods are used, MFA should be configured with the authentication provider.", + "admin.mfa.cluster": "High", + "admin.mfa.title": "Multi-factor Authentication", "admin.nav.help": "Help", "admin.nav.logout": "Logout", "admin.nav.report": "Report a Problem", @@ -500,10 +546,10 @@ "admin.oauth.google": "Google Apps", "admin.oauth.off": "Do not allow sign-in via an OAuth 2.0 provider", "admin.oauth.office365": "Office 365 (Beta)", - "admin.oauth.providerDescription": "When true, Mattermost can act as an OAuth 2.0 service provider allowing Mattermost to authorize API requests from external applications. See documentation to learn more.", + "admin.oauth.providerDescription": "When true, Mattermost can act as an OAuth 2.0 service provider allowing Mattermost to authorize API requests from external applications. See documentation to learn more.", "admin.oauth.providerTitle": "Enable OAuth 2.0 Service Provider: ", "admin.oauth.select": "Select OAuth 2.0 service provider:", - "admin.office365.EnableHtmlDesc": "
    1. Log in to your Microsoft or Office 365 account. Make sure it's the account on the same tenant that you would like users to log in with.
    2. Go to https://apps.dev.microsoft.com, click Go to app list > Add an app and use \"Mattermost - your-company-name\" as the Application Name.
    3. Under Application Secrets, click Generate New Password and paste it to the Application Secret Password field below.
    4. Under Platforms, click Add Platform, choose Web and enter your-mattermost-url/signup/office365/complete (example: http://localhost:8065/signup/office365/complete) under Redirect URIs. Also uncheck Allow Implicit Flow.
    5. Finally, click Save and then paste the Application ID below.
    ", + "admin.office365.EnableHtmlDesc": "
    1. Log in to your Microsoft or Office 365 account. Make sure it's the account on the same tenant that you would like users to log in with.
    2. Go to https://apps.dev.microsoft.com, click Go to app list > Add an app and use \"Mattermost - your-company-name\" as the Application Name.
    3. Under Application Secrets, click Generate New Password and paste it to the Application Secret Password field below.
    4. Under Platforms, click Add Platform, choose Web and enter your-mattermost-url/signup/office365/complete (example: http://localhost:8065/signup/office365/complete) under Redirect URIs. Also uncheck Allow Implicit Flow.
    5. Finally, click Save and then paste the Application ID below.
    ", "admin.office365.authTitle": "Auth Endpoint:", "admin.office365.clientIdDescription": "The Application/Client ID you received when registering your application with Microsoft.", "admin.office365.clientIdExample": "E.g.: \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"", @@ -523,15 +569,19 @@ "admin.password.requirementsDescription": "Character types required in a valid password.", "admin.password.symbol": "At least one symbol (e.g. \"~!@#$%^&*()\")", "admin.password.uppercase": "At least one uppercase letter", - "admin.privacy.showEmailDescription": "When false, hides email address of users from other users in the user interface, including team owners and Team Administrators. Used when system is set up for managing teams where some users choose to keep their contact information private.", + "admin.privacy.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators.", "admin.privacy.showEmailTitle": "Show Email Address: ", - "admin.privacy.showFullNameDescription": "When false, hides full name of users from other users, including team owners and Team Administrators. Username is shown in place of full name.", + "admin.privacy.showFullNameDescription": "When false, hides the full name of members from everyone except System Administrators. Username is shown in place of full name.", "admin.privacy.showFullNameTitle": "Show Full Name: ", + "admin.purge.button": "Purge All Caches", + "admin.purge.loading": " Loading...", + "admin.purge.purgeDescription": "This will purge all the in-memory caches for things like sessions, accounts, channels, etc. Deployments using High Availability will attempt to purge all the servers in the cluster. Purging the caches may adversly impact performance.", + "admin.purge.purgeFail": "Purging unsuccessful: {error}", "admin.rate.enableLimiterDescription": "When true, APIs are throttled at rates specified below.", "admin.rate.enableLimiterTitle": "Enable Rate Limiting: ", "admin.rate.httpHeaderDescription": "When filled in, vary rate limiting by HTTP header field specified (e.g. when configuring NGINX set to \"X-Real-IP\", when configuring AmazonELB set to \"X-Forwarded-For\").", "admin.rate.httpHeaderExample": "E.g.: \"X-Real-IP\", \"X-Forwarded-For\"", - "admin.rate.httpHeaderTitle": "Vary rate limit by HTTP header", + "admin.rate.httpHeaderTitle": "Vary rate limit by HTTP header:", "admin.rate.maxBurst": "Maximum Burst Size:", "admin.rate.maxBurstDescription": "Maximum number of requests allowed beyond the per second query limit.", "admin.rate.maxBurstExample": "E.g.: \"100\"", @@ -564,7 +614,7 @@ "admin.saml.assertionConsumerServiceURLDesc": "Enter https:///login/sso/saml. Make sure you use HTTP or HTTPS in your URL depending on your server configuration. This field is also known as the Assertion Consumer Service URL.", "admin.saml.assertionConsumerServiceURLEx": "E.g.: \"https:///login/sso/saml\"", "admin.saml.assertionConsumerServiceURLTitle": "Service Provider Login URL:", - "admin.saml.bannerDesc": "If a user attribute changes on the SAML server it will be updated the next time the user enters their credentials to log in to Mattermost. This includes if a user is made inactive or removed from a SAML Identity Provider. Remote logout with SAML servers is considered in a future release.", + "admin.saml.bannerDesc": "User attributes in SAML server, including user deactivation or removal, are updated in Mattermost during user login. Learn more at: https://docs.mattermost.com/deployment/sso-saml.html", "admin.saml.emailAttrDesc": "The attribute in the SAML Assertion that will be used to populate the email addresses of users in Mattermost.", "admin.saml.emailAttrEx": "E.g.: \"Email\" or \"PrimaryEmail\"", "admin.saml.emailAttrTitle": "Email Attribute:", @@ -596,6 +646,9 @@ "admin.saml.nicknameAttrDesc": "(Optional) The attribute in the SAML Assertion that will be used to populate the nickname of users in Mattermost.", "admin.saml.nicknameAttrEx": "E.g.: \"Nickname\"", "admin.saml.nicknameAttrTitle": "Nickname Attribute:", + "admin.saml.positionAttrDesc": "(Optional) The attribute in the SAML Assertion that will be used to populate the position of users in Mattermost.", + "admin.saml.positionAttrEx": "E.g.: \"Role\"", + "admin.saml.positionAttrTitle": "Position Attribute:", "admin.saml.privateKeyFileFileDesc": "The private key used to decrypt SAML Assertions from the Identity Provider.", "admin.saml.privateKeyFileFileRemoveDesc": "Remove the private key used to decrypt SAML Assertions from the Identity Provider.", "admin.saml.privateKeyFileTitle": "Service Provider Private Key:", @@ -636,33 +689,38 @@ "admin.service.corsDescription": "Enable HTTP Cross origin request from a specific domain. Use \"*\" if you want to allow CORS from any domain or leave it blank to disable it.", "admin.service.corsEx": "http://example.com", "admin.service.corsTitle": "Enable cross-origin requests from:", - "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.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": "Enable Developer Mode: ", - "admin.service.googleDescription": "Set this key to enable the display of titles for embedded YouTube video previews. Without the key, YouTube previews will still be created based on hyperlinks appearing in messages or comments but they will not show the video title. View a Google Developers Tutorial for instructions on how to obtain a key.", + "admin.service.enforcMfaTitle": "Enforce Multi-factor Authentication:", + "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.forward80To443": "Forward port 80 to 443:", + "admin.service.forward80To443Description": "Forwards all insecure traffic from port 80 to secure port 443", + "admin.service.googleDescription": "Set this key to enable the display of titles for embedded YouTube video previews. Without the key, YouTube previews will still be created based on hyperlinks appearing in messages or comments but they will not show the video title. View a Google Developers Tutorial for instructions on how to obtain a key.", "admin.service.googleExample": "E.g.: \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"", "admin.service.googleTitle": "Google API Key:", - "admin.service.iconDescription": "When true, webhooks, slash commands and other integrations, such as Zapier, will be allowed to change the profile picture they post with. Note: Combined with allowing integrations to override usernames, users may be able to perform phishing attacks by attempting to impersonate other users.", + "admin.service.iconDescription": "When true, webhooks, slash commands and other integrations, such as Zapier, will be allowed to change the profile picture they post with. Note: Combined with allowing integrations to override usernames, users may be able to perform phishing attacks by attempting to impersonate other users.", "admin.service.iconTitle": "Enable integrations to override profile picture icons:", "admin.service.insecureTlsDesc": "When true, any outgoing HTTPS requests will accept unverified, self-signed certificates. For example, outgoing webhooks to a server with a self-signed TLS certificate, using any domain, will be allowed. Note that this makes these connections susceptible to man-in-the-middle attacks.", "admin.service.insecureTlsTitle": "Enable Insecure Outgoing Connections: ", "admin.service.integrationAdmin": "Restrict managing integrations to Admins:", "admin.service.integrationAdminDesc": "When true, webhooks and slash commands can only be created, edited and viewed by Team and System Admins, and OAuth 2.0 applications by System Admins. Integrations are available to all users after they have been created by the Admin.", + "admin.service.letsEncryptCertificateCacheFile": "Let's Encrypt Certificate Cache File:", + "admin.service.letsEncryptCertificateCacheFileDescription": "Certificates retrieved and other data about the Let's Encrypt service will be stored in this file.", "admin.service.listenAddress": "Listen Address:", "admin.service.listenDescription": "The address and port to which to bind and listen. Specifying \":8065\" will bind to all network interfaces. Specifying \"127.0.0.1:8065\" will only bind to the network interface having that IP address. If you choose a port of a lower level (called \"system ports\" or \"well-known ports\", in the range of 0-1023), you must have permissions to bind to that port. On Linux you can use: \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" to allow Mattermost to bind to well-known ports.", "admin.service.listenExample": "E.g.: \":8065\"", - "admin.service.mfaDesc": "When true, users will be given the option to add multi-factor authentication to their account. They will need a smartphone and an authenticator app such as Google Authenticator.", + "admin.service.mfaDesc": "When true, users with AD/LDAP or email login can add multi-factor authentication to their account using Google Authenticator.", "admin.service.mfaTitle": "Enable Multi-factor Authentication:", "admin.service.mobileSessionDays": "Session length mobile (days):", "admin.service.mobileSessionDaysDesc": "The number of days from the last time a user entered their credentials to the expiry of the user's session. After changing this setting, the new session length will take effect after the next time the user enters their credentials.", "admin.service.outWebhooksDesc": "When true, outgoing webhooks will be allowed. See documentation to learn more.", "admin.service.outWebhooksTitle": "Enable Outgoing Webhooks: ", - "admin.service.overrideDescription": "When true, webhooks, slash commands and other integrations, such as Zapier, will be allowed to change the username they are posting as. Note: Combined with allowing integrations to override profile picture icons, users may be able to perform phishing attacks by attempting to impersonate other users.", + "admin.service.overrideDescription": "When true, webhooks, slash commands and other integrations, such as Zapier, will be allowed to change the username they are posting as. Note: Combined with allowing integrations to override profile picture icons, users may be able to perform phishing attacks by attempting to impersonate other users.", "admin.service.overrideTitle": "Enable integrations to override usernames:", + "admin.service.readTimeout": "Read Timeout:", + "admin.service.readTimeoutDescription": "Maximum time allowed from when the connection is accepted to when the request body is fully read.", "admin.service.securityDesc": "When true, System Administrators are notified by email if a relevant security fix alert has been announced in the last 12 hours. Requires email to be enabled.", "admin.service.securityTitle": "Enable Security Alerts: ", - "admin.service.segmentDescription": "Segment.com is an online service that can be optionally used to track detailed system statistics. You can obtain a key by signing-up for a free account at Segment.com.", - "admin.service.segmentExample": "E.g.: \"g3fgGOXJAQ43QV7rAh6iwQCkV4cA1Gs\"", - "admin.service.segmentTitle": "Segment Write Key:", "admin.service.sessionCache": "Session Cache (minutes):", "admin.service.sessionCacheDesc": "The number of minutes to cache a session in memory.", "admin.service.sessionDaysEx": "E.g.: \"30\"", @@ -673,10 +731,18 @@ "admin.service.ssoSessionDaysDesc": "The number of days from the last time a user entered their credentials to the expiry of the user's session. If the authentication method is SAML or GitLab, the user may automatically be logged back in to Mattermost if they are already logged in to SAML or GitLab. After changing this setting, the setting will take effect after the next time the user enters their credentials.", "admin.service.testingDescription": "When true, /loadtest slash command is enabled to load test accounts, data and text formatting. Changing this requires a server restart before taking effect.", "admin.service.testingTitle": "Enable Testing Commands: ", + "admin.service.tlsCertFile": "TLS Certificate File:", + "admin.service.tlsCertFileDescription": "The certificate file to use.", + "admin.service.tlsKeyFile": "TLS Key File:", + "admin.service.tlsKeyFileDescription": "The private key file to use.", + "admin.service.useLetsEncrypt": "Use Let's Encrypt:", + "admin.service.useLetsEncryptDescription": "Enable the automatic retreval of certificates from the Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.", "admin.service.webSessionDays": "Session length AD/LDAP and email (days):", "admin.service.webSessionDaysDesc": "The number of days from the last time a user entered their credentials to the expiry of the user's session. After changing this setting, the new session length will take effect after the next time the user enters their credentials.", "admin.service.webhooksDescription": "When true, incoming webhooks will be allowed. To help combat phishing attacks, all posts from webhooks will be labelled by a BOT tag. See documentation to learn more.", "admin.service.webhooksTitle": "Enable Incoming Webhooks: ", + "admin.service.writeTimeout": "Write Timeout:", + "admin.service.writeTimeoutDescription": "If using HTTP (insecure), this is the maximum time allowed from the end of reading the request headers until the response is written. If using HTTPS, it is the total time from when the connection is accepted until the response is written.", "admin.sidebar.addTeamSidebar": "Add team from sidebar menu", "admin.sidebar.advanced": "Advanced", "admin.sidebar.audits": "Compliance and Auditing", @@ -701,10 +767,12 @@ "admin.sidebar.ldap": "AD/LDAP", "admin.sidebar.legalAndSupport": "Legal and Support", "admin.sidebar.license": "Edition and License", + "admin.sidebar.linkPreviews": "Link Previews", "admin.sidebar.localization": "Localization", "admin.sidebar.logging": "Logging", "admin.sidebar.login": "Login", "admin.sidebar.logs": "Logs", + "admin.sidebar.metrics": "Performance Monitoring", "admin.sidebar.nativeAppLinks": "Mattermost App Links", "admin.sidebar.notifications": "Notifications", "admin.sidebar.oauth": "OAuth 2.0", @@ -777,6 +845,12 @@ "admin.team.chooseImage": "Choose New Image", "admin.team.dirDesc": "When true, teams that are configured to show in team directory will show on main page inplace of creating a new team.", "admin.team.dirTitle": "Enable Team Directory: ", + "admin.team.maxChannelsDescription": "Maximum total number of channels per team, including both active and deleted channels.", + "admin.team.maxChannelsExample": "E.g.: \"100\"", + "admin.team.maxChannelsTitle": "Max Channels Per Team:", + "admin.team.maxNotificationsPerChannelDescription": "Maximum total number of users in a channel before users typing messages, @all, @here, and @channel no longer send notifications because of performance.", + "admin.team.maxNotificationsPerChannelExample": "E.g.: \"1000\"", + "admin.team.maxNotificationsPerChannelTitle": "Max Notifications Per Channel:", "admin.team.maxUsersDescription": "Maximum total number of users per team, including both active and inactive users.", "admin.team.maxUsersExample": "E.g.: \"25\"", "admin.team.maxUsersTitle": "Max Users Per Team:", @@ -808,12 +882,12 @@ "admin.true": "true", "admin.userList.title": "Users for {team}", "admin.userList.title2": "Users for {team} ({count})", - "admin.user_item.authServiceEmail": ", Sign-in Method: Email", - "admin.user_item.authServiceNotEmail": ", Sign-in Method: {service}", + "admin.user_item.authServiceEmail": "Sign-in Method: Email", + "admin.user_item.authServiceNotEmail": "Sign-in Method: {service}", "admin.user_item.confirmDemoteDescription": "If you demote yourself from the System Admin role and there is not another user with System Admin privileges, you'll need to re-assign a System Admin by accessing the Mattermost server through a terminal and running the following command.", "admin.user_item.confirmDemoteRoleTitle": "Confirm demotion from System Admin role", "admin.user_item.confirmDemotion": "Confirm Demotion", - "admin.user_item.confirmDemotionCmd": "platform -assign_role -team_name=\"yourteam\" -email=\"name@yourcompany.com\" -role=\"system_admin\"", + "admin.user_item.confirmDemotionCmd": "platform roles system_admin {username}", "admin.user_item.emailTitle": "Email: {email}", "admin.user_item.inactive": "Inactive", "admin.user_item.makeActive": "Make Active", @@ -822,8 +896,8 @@ "admin.user_item.makeSysAdmin": "Make System Admin", "admin.user_item.makeTeamAdmin": "Make Team Admin", "admin.user_item.member": "Member", - "admin.user_item.mfaNo": ", MFA: No", - "admin.user_item.mfaYes": ", MFA: Yes", + "admin.user_item.mfaNo": "MFA: No", + "admin.user_item.mfaYes": "MFA: Yes", "admin.user_item.resetMfa": "Remove MFA", "admin.user_item.resetPwd": "Reset Password", "admin.user_item.switchToEmail": "Switch to Email/Password", @@ -837,18 +911,18 @@ "admin.webrtc.gatewayAdminUrlDescription": "Enter https://:/admin. Make sure you use HTTP or HTTPS in your URL depending on your server configuration. Mattermost WebRTC uses this URL to obtain valid tokens for each peer to establish the connection.", "admin.webrtc.gatewayAdminUrlExample": "E.g.: \"https://webrtc.mattermost.com:7089/admin\"", "admin.webrtc.gatewayAdminUrlTitle": "Gateway Admin URL:", - "admin.webrtc.gatewayWebsocketUrlDescription": "Enter wss://:. Make sure you use WS or WSS in your URL depending on your server configuration. This is the websocket used to signal and establish communication between the peers.", + "admin.webrtc.gatewayWebsocketUrlDescription": "Enter wss://:. Make sure you use WS or WSS in your URL depending on your server configuration. This is the WebSocket used to signal and establish communication between the peers.", "admin.webrtc.gatewayWebsocketUrlExample": "E.g.: \"wss://webrtc.mattermost.com:8189\"", - "admin.webrtc.gatewayWebsocketUrlTitle": "Gateway Websocket URL:", + "admin.webrtc.gatewayWebsocketUrlTitle": "Gateway WebSocket URL:", "admin.webrtc.stunUriDescription": "Enter your STUN URI as stun::. STUN is a standardized network protocol to allow an end host to assist devices to access its public IP address if it is located behind a NAT.", "admin.webrtc.stunUriExample": "E.g.: \"stun:webrtc.mattermost.com:5349\"", - "admin.webrtc.stunUriTitle": "STUN URI", + "admin.webrtc.stunUriTitle": "STUN URI:", "admin.webrtc.turnSharedKeyDescription": "Enter your TURN Server Shared Key. This is used to created dynamic passwords to establish the connection. Each password is valid for a short period of time.", "admin.webrtc.turnSharedKeyExample": "E.g.: \"bXdkOWQxc3d0Ynk3emY5ZmsxZ3NtazRjaWg=\"", "admin.webrtc.turnSharedKeyTitle": "TURN Shared Key:", "admin.webrtc.turnUriDescription": "Enter your TURN URI as turn::. TURN is a standardized network protocol to allow an end host to assist devices to establish a connection by using a relay public IP address if it is located behind a symmetric NAT.", "admin.webrtc.turnUriExample": "E.g.: \"turn:webrtc.mattermost.com:5349\"", - "admin.webrtc.turnUriTitle": "TURN URI", + "admin.webrtc.turnUriTitle": "TURN URI:", "admin.webrtc.turnUsernameDescription": "Enter your TURN Server Username.", "admin.webrtc.turnUsernameExample": "E.g.: \"myusername\"", "admin.webrtc.turnUsernameTitle": "TURN Username:", @@ -864,11 +938,12 @@ "analytics.chart.meaningful": "Not enough data for a meaningful representation.", "analytics.system.activeUsers": "Active Users With Posts", "analytics.system.channelTypes": "Channel Types", - "analytics.system.expiredBanner": "The Enterprise license expired on {date}. You have 15 days from this date to renew the license, please contact commercial@mattermost.com.", - "analytics.system.expiringBanner": "The Enterprise license is expiring on {date}. To renew your license, please contact commercial@mattermost.com.", + "analytics.system.dailyActiveUsers": "Daily Active Users", + "analytics.system.monthlyActiveUsers": "Monthly Active Users", "analytics.system.postTypes": "Posts, Files and Hashtags", "analytics.system.privateGroups": "Private Groups", "analytics.system.publicChannels": "Public Channels", + "analytics.system.skippedIntensiveQueries": "To maximize performance, some statistics are disabled. You can re-enable them in config.json. See: https://docs.mattermost.com/administration/statistics.html", "analytics.system.textPosts": "Posts with Text-only", "analytics.system.title": "System Statistics", "analytics.system.totalChannels": "Total Channels", @@ -876,11 +951,14 @@ "analytics.system.totalFilePosts": "Posts with Files", "analytics.system.totalHashtagPosts": "Posts with Hashtags", "analytics.system.totalIncomingWebhooks": "Incoming Webhooks", + "analytics.system.totalMasterDbConnections": "Master DB Conns", "analytics.system.totalOutgoingWebhooks": "Outgoing Webhooks", "analytics.system.totalPosts": "Total Posts", + "analytics.system.totalReadDbConnections": "Replica DB Conns", "analytics.system.totalSessions": "Total Sessions", "analytics.system.totalTeams": "Total Teams", "analytics.system.totalUsers": "Total Users", + "analytics.system.totalWebsockets": "WebSocket Conns", "analytics.team.activeUsers": "Active Users With Posts", "analytics.team.newlyCreated": "Newly Created Users", "analytics.team.privateGroups": "Private Groups", @@ -890,6 +968,18 @@ "analytics.team.title": "Team Statistics for {team}", "analytics.team.totalPosts": "Total Posts", "analytics.team.totalUsers": "Total Users", + "api.channel.add_member.added": "{addedUsername} added to the channel by {username}", + "api.channel.delete_channel.archived": "{username} has archived the channel.", + "api.channel.join_channel.post_and_forget": "{username} has joined the channel.", + "api.channel.leave.left": "{username} has left the channel.", + "api.channel.post_update_channel_displayname_message_and_forget.updated_from": "{username} updated the channel display name from: {old} to: {new}", + "api.channel.post_update_channel_header_message_and_forget.removed": "{username} removed the channel header (was: {old})", + "api.channel.post_update_channel_header_message_and_forget.updated_from": "{username} updated the channel header from: {old} to: {new}", + "api.channel.post_update_channel_header_message_and_forget.updated_to": "{username} updated the channel header to: {new}", + "api.channel.remove_member.removed": "{removedUsername} was removed from the channel", + "app.channel.post_update_channel_purpose_message.removed": "{username} removed the channel purpose (was: {old})", + "app.channel.post_update_channel_purpose_message.updated_from": "{username} updated the channel purpose from: {old} to: {new}", + "app.channel.post_update_channel_purpose_message.updated_to": "{username} updated the channel purpose to: {new}", "audit_table.accountActive": "Account made active", "audit_table.accountInactive": "Account made inactive", "audit_table.action": "Action", @@ -911,7 +1001,7 @@ "audit_table.failedInvalidLicenseAdd": "Failed to add an invalid license", "audit_table.failedLogin": "FAILED login attempt", "audit_table.failedOAuthAccess": "Failed to allow a new OAuth service access - the redirect URI did not match the previously registered callback", - "audit_table.failedPassword": "Failed to change password - tried to update user password who was logged in through oauth", + "audit_table.failedPassword": "Failed to change password - tried to update user password who was logged in through OAuth", "audit_table.failedWebhookCreate": "Failed to create a webhook - bad channel permissions", "audit_table.failedWebhookDelete": "Failed to delete a webhook - inappropriate conditions", "audit_table.headerUpdated": "Updated the {channelName} channel/group header", @@ -951,6 +1041,7 @@ "authorize.title": "{appName} would like to connect to your Mattermost user account", "backstage_list.search": "Search", "backstage_navbar.backToMattermost": "Back to {siteName}", + "backstage_sidebar.emoji": "Custom Emoji", "backstage_sidebar.integrations": "Integrations", "backstage_sidebar.integrations.commands": "Slash Commands", "backstage_sidebar.integrations.incoming_webhooks": "Incoming Webhooks", @@ -958,15 +1049,14 @@ "backstage_sidebar.integrations.outgoing_webhooks": "Outgoing Webhooks", "calling_screen": "Calling", "center_panel.recent": "Click here to jump to recent messages. ", - "channel_header.addMembers": "Add Members", + "change_url.close": "Close", + "change_url.endWithLetter": "URL must end with a letter or number.", + "change_url.invalidUrl": "Invalid URL", + "change_url.longer": "URL must be two or more characters.", + "change_url.noUnderscore": "URL can not contain two underscores in a row.", + "change_url.startWithLetter": "URL must start with a letter or number.", "channelHeader.addToFavorites": "Add to Favorites", "channelHeader.removeFromFavorites": "Remove from Favorites", - "change_url.close": "Close", - "change_url.endWithLetter": "Must end with a letter or number", - "change_url.invalidUrl": "Invalid URL", - "change_url.longer": "Must be longer than two characters", - "change_url.noUnderscore": "Can not contain two underscores in a row.", - "change_url.startWithLetter": "Must start with a letter or number", "channel_flow.alreadyExist": "A channel with that URL already exists", "channel_flow.changeUrlDescription": "Some characters are not allowed in URLs and may be removed.", "channel_flow.changeUrlTitle": "Change {term} URL", @@ -976,21 +1066,25 @@ "channel_flow.handleTooShort": "Channel URL must be 2 or more lowercase alphanumeric characters", "channel_flow.invalidName": "Invalid Channel Name", "channel_flow.set_url_title": "Set {term} URL", + "channel_header.addMembers": "Add Members", + "channel_header.addToFavorites": "Add to Favorites", "channel_header.channel": "Channel", - "channel_header.channelHeader": "Set Channel Header...", - "channel_header.delete": "Delete {term}...", + "channel_header.channelHeader": "Edit Channel Header", + "channel_header.delete": "Delete {term}", "channel_header.flagged": "Flagged Posts", "channel_header.group": "Group", "channel_header.leave": "Leave {term}", "channel_header.manageMembers": "Manage Members", "channel_header.notificationPreferences": "Notification Preferences", "channel_header.recentMentions": "Recent Mentions", - "channel_header.rename": "Rename {term}...", - "channel_header.setHeader": "Set {term} Header...", - "channel_header.setPurpose": "Set {term} Purpose...", + "channel_header.removeFromFavorites": "Remove from Favorites", + "channel_header.rename": "Rename {term}", + "channel_header.setHeader": "Edit {term} Header", + "channel_header.setPurpose": "Edit {term} Purpose", "channel_header.viewInfo": "View Info", "channel_header.viewMembers": "View Members", "channel_header.webrtc.call": "Start Video Call", + "channel_header.webrtc.offline": "The user is offline", "channel_header.webrtc.unavailable": "New call unavailable until your existing call ends", "channel_info.about": "About", "channel_info.close": "Close", @@ -1012,20 +1106,24 @@ "channel_loader.uploadedFile": " uploaded a file", "channel_loader.uploadedImage": " uploaded an image", "channel_loader.wrote": " wrote: ", + "channel_members_dropdown.channel_admin": "Channel Admin", + "channel_members_dropdown.channel_member": "Channel Member", + "channel_members_dropdown.make_channel_admin": "Make Channel Admin", + "channel_members_dropdown.make_channel_member": "Make Channel Member", + "channel_members_dropdown.remove_from_channel": "Remove From Channel", + "channel_members_dropdown.remove_member": "Remove Member", "channel_members_modal.addNew": " Add New Members", - "channel_members_modal.close": "Close", - "channel_members_modal.remove": "Remove", - "channel_memebers_modal.members": " Members", + "channel_members_modal.members": " Members", "channel_modal.cancel": "Cancel", "channel_modal.channel": "Channel", "channel_modal.createNew": "Create New ", "channel_modal.descriptionHelp": "Describe how this {term} should be used.", - "channel_modal.displayNameError": "This field is required", + "channel_modal.displayNameError": "Channel name must be 2 or more characters", "channel_modal.edit": "Edit", "channel_modal.group": "Group", "channel_modal.header": "Header", - "channel_modal.headerHelp": "Set text that will appear in the header of the {term} beside the {term} name. For example, include frequently used links by typing [Link Title](http://example.com).", "channel_modal.headerEx": "E.g.: \"[Link Title](http://example.com)\"", + "channel_modal.headerHelp": "Set text that will appear in the header of the {term} beside the {term} name. For example, include frequently used links by typing [Link Title](http://example.com).", "channel_modal.modalTitle": "New ", "channel_modal.name": "Name", "channel_modal.nameEx": "E.g.: \"Bugs\", \"Marketing\", \"客户支持\"", @@ -1036,6 +1134,7 @@ "channel_modal.publicChannel2": "Create a new public channel anyone can join. ", "channel_modal.purpose": "Purpose", "channel_modal.purposeEx": "E.g.: \"A channel to file bugs and improvements\"", + "channel_notification.push": "Send mobile push notifications", "channel_notifications.allActivity": "For all activity", "channel_notifications.allUnread": "For all unread messages", "channel_notifications.globalDefault": "Global default ({notifyLevel})", @@ -1043,11 +1142,13 @@ "channel_notifications.never": "Never", "channel_notifications.onlyMentions": "Only for mentions", "channel_notifications.override": "Selecting an option other than \"Default\" will override the global notification settings. Desktop notifications are available on Firefox, Safari, and Chrome.", + "channel_notifications.overridePush": "Selecting an option other than \"Global default\" will override the global notification settings for mobile push notifications in account settings. Push notifications must be enabled by the System Admin.", "channel_notifications.preferences": "Notification Preferences for ", "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.dm": "(Direct Message)", + "channel_switch_modal.failed_to_open": "Failed to open channel.", "channel_switch_modal.help": "Type channel name. Use ↑↓ to browse, TAB to select, ↵ to confirm, ESC to dismiss", "channel_switch_modal.not_found": "No matches found.", "channel_switch_modal.submit": "Switch", @@ -1093,6 +1194,7 @@ "claim.oauth_to_email.switchTo": "Switch {type} to email and password", "claim.oauth_to_email.title": "Switch {type} Account to Email", "confirm_modal.cancel": "Cancel", + "connecting_screen": "Connecting", "create_comment.addComment": "Add a comment...", "create_comment.comment": "Add Comment", "create_comment.commentLength": "Comment length must be less than {max} characters.", @@ -1100,37 +1202,38 @@ "create_comment.file": "File uploading", "create_comment.files": "Files uploading", "create_post.comment": "Comment", + "create_post.error_message": "Your message is too long. Character count: {length}/{limit}", "create_post.post": "Post", "create_post.shortcutsNotSupported": "Keyboard shortcuts are not supported on your device.", "create_post.tutorialTip": "

    Sending Messages

    Type here to write a message and press ENTER to post it.

    Click the Attachment button to upload an image or a file.

    ", "create_post.write": "Write a message...", - "create_team.agreement": "By proceeding to create your account and use {siteName}, you agree to our Terms of Service and Privacy Policy. If you do not agree, you cannot use {siteName}.", - "create_team.display_name.back": "Back to previous step", - "create_team.display_name.charLength": "Name must be 4 or more characters up to a maximum of 15", + "create_team.agreement": "By proceeding to create your account and use {siteName}, you agree to our Terms of Service and Privacy Policy. If you do not agree, you cannot use {siteName}.", + "create_team.display_name.charLength": "Name must be {min} or more characters up to a maximum of {max}. You can add a longer team description later.", "create_team.display_name.nameHelp": "Name your team in any language. Your team name shows in menus and headings.", "create_team.display_name.next": "Next", "create_team.display_name.required": "This field is required", "create_team.display_name.teamName": "Team Name", "create_team.team_url.back": "Back to previous step", - "create_team.team_url.charLength": "Name must be 4 or more characters up to a maximum of 15", + "create_team.team_url.charLength": "Name must be {min} or more characters up to a maximum of {max}", "create_team.team_url.creatingTeam": "Creating team...", "create_team.team_url.finish": "Finish", "create_team.team_url.hint": "
  • Short and memorable is best
  • Use lowercase letters, numbers and dashes
  • Must start with a letter and can't end in a dash
  • ", "create_team.team_url.regex": "Use only lower case letters, numbers and dashes. Must start with a letter and can't end in a dash.", "create_team.team_url.required": "This field is required", - "create_team.team_url.taken": "URL is taken or contains a reserved word", + "create_team.team_url.taken": "This URL starts with a reserved word or is unavailable. Please try another.", "create_team.team_url.teamUrl": "Team URL", - "create_team.team_url.unavailable": "This URL is unavailable. Please try another.", + "create_team.team_url.unavailable": "This URL is taken or unavailable. Please try another.", "create_team.team_url.webAddress": "Choose the web address of your new team:", "custom_emoji.empty": "No custom emoji found", "custom_emoji.header": "Custom Emoji", "custom_emoji.search": "Search Custom Emoji", + "default_channel.purpose": "Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.", "delete_channel.cancel": "Cancel", "delete_channel.channel": "channel", "delete_channel.confirm": "Confirm DELETE Channel", "delete_channel.del": "Delete", "delete_channel.group": "group", - "delete_channel.question": "Are you sure you wish to delete the {display_name} {term}?", + "delete_channel.question": "This will delete the channel from the team and make its contents inaccessible for all users. Are you sure you wish to delete the {display_name} {term}?", "delete_post.cancel": "Cancel", "delete_post.comment": "Comment", "delete_post.confirm": "Confirm {term} Delete", @@ -1152,6 +1255,7 @@ "edit_channel_purpose_modal.save": "Save", "edit_channel_purpose_modal.title1": "Edit Purpose", "edit_channel_purpose_modal.title2": "Edit Purpose for ", + "edit_command.save": "Update", "edit_post.cancel": "Cancel", "edit_post.edit": "Edit {title}", "edit_post.editPost": "Edit the post...", @@ -1172,21 +1276,37 @@ "emoji_list.add": "Add Custom Emoji", "emoji_list.creator": "Creator", "emoji_list.delete": "Delete", + "emoji_list.delete.confirm.button": "Delete", + "emoji_list.delete.confirm.msg": "This action permanently deletes the custom emoji. Are you sure you want to delete it?", + "emoji_list.delete.confirm.title": "Delete Custom Emoji", "emoji_list.empty": "No Custom Emoji Found", + "emoji_list.header": "Custom Emoji", "emoji_list.help": "Custom emoji are available to everyone on your server. Type ':' in a message box to bring up the emoji selection menu. Other users may need to refresh the page before new emojis appear.", "emoji_list.help2": "Tip: If you add #, ##, or ### as the first character on a new line containing emoji, you can use larger sized emoji. To try it out, send a message such as: '# :smile:'.", "emoji_list.image": "Image", "emoji_list.name": "Name", "emoji_list.search": "Search Custom Emoji", "emoji_list.somebody": "Somebody on another team", + "emoji_picker.activity": "Activity", + "emoji_picker.custom": "Custom", + "emoji_picker.emojiPicker": "Emoji Picker", + "emoji_picker.flags": "Flags", + "emoji_picker.food": "Food", + "emoji_picker.nature": "Nature", + "emoji_picker.objects": "Objects", + "emoji_picker.people": "People", + "emoji_picker.recent": "Recently Used", + "emoji_picker.search": "Search", + "emoji_picker.symbols": "Symbols", + "emoji_picker.travel": "Travel", "error.not_found.link_message": "Back to Mattermost", "error.not_found.message": "The page you were trying to reach does not exist", "error.not_found.title": "Page not found", "error.not_supported.message": "Private browsing is not supported", "error.not_supported.title": "Browser not supported", - "error_bar.expired": "Enterprise license has expired; you have 15 days from expiry to renew the license, please contact commercial@mattermost.com for details", - "error_bar.expiring": "The Enterprise license is expiring on {date}. To renew your license, please contact commercial@mattermost.com", - "error_bar.past_grace": "Enterprise license has expired, please contact your System Administrator for details", + "error_bar.expired": "Enterprise license is expired and some features may be disabled. Please renew.", + "error_bar.expiring": "Enterprise license expires on {date}. Please renew.", + "error_bar.past_grace": "Enterprise license is expired and some features may be disabled. Please contact your System Administrator for details.", "error_bar.preview_mode": "Preview Mode: Email notifications have not been configured", "file_attachment.download": "Download", "file_info_preview.size": "Size ", @@ -1196,13 +1316,17 @@ "file_upload.limited": "Uploads limited to {count} files maximum. Please use additional posts for more files.", "file_upload.pasted": "Image Pasted at ", "filtered_channels_list.count": "{count} {count, plural, =0 {0 channels} one {channel} other {channels}}", - "filtered_channels_list.countTotal": "{count} {count, plural, =0 {0 channels} one {channel} other {channels}} of {total} Total", + "filtered_channels_list.countTotal": "{count} {count, plural, =0 {0 channels} one {channel} other {channels}} of {total} total", "filtered_channels_list.search": "Search channels", "filtered_user_list.any_team": "All Users", "filtered_user_list.count": "{count} {count, plural, =0 {0 members} one {member} other {members}}", - "filtered_user_list.countTotal": "{count} {count, plural, =0 {0 members} one {member} other {members}} of {total} Total", + "filtered_user_list.countTotal": "{count} {count, plural, =0 {0 members} one {member} other {members}} of {total} total", + "filtered_user_list.countTotalPage": "{startCount, number} - {endCount, number} {count, plural, =0 {0 members} one {member} other {members}} of {total} total", "filtered_user_list.member": "Member", - "filtered_user_list.search": "Search members", + "filtered_user_list.next": "Next", + "filtered_user_list.prev": "Previous", + "filtered_user_list.search": "Search users", + "filtered_user_list.searchButton": "Search", "filtered_user_list.show": "Filter:", "filtered_user_list.team_only": "Members of this Team", "find_team.email": "Email", @@ -1214,19 +1338,20 @@ "find_team.submitError": "Please enter a valid email address", "flag_post.flag": "Flag for follow up", "flag_post.unflag": "Unflag", - "general_tab.chooseName": "Please choose a new name for your team", + "general_tab.chooseDescription": "Please choose a new description for your team", "general_tab.codeDesc": "Click 'Edit' to regenerate Invite Code.", - "general_tab.codeLongDesc": "The Invite Code is used as part of the URL in the team invitation link created by Get Team Invite Link in the main menu. Regenerating creates a new team invitation link and invalidates the previous link.", + "general_tab.codeLongDesc": "The Invite Code is used as part of the URL in the team invitation link created by {getTeamInviteLink} in the main menu. Regenerating creates a new team invitation link and invalidates the previous link.", "general_tab.codeTitle": "Invite Code", - "general_tab.dirDisabled": "Team Directory has been disabled. Please ask a System Admin to enable the Team Directory in the System Console team settings.", - "general_tab.dirOff": "Team directory is turned off for this system.", + "general_tab.emptyDescription": "Click 'Edit' to add a team description.", + "general_tab.getTeamInviteLink": "Get Team Invite Link", "general_tab.includeDirDesc": "Including this team will display the team name from the Team Directory section of the Home Page, and provide a link to the sign-in page.", - "general_tab.includeDirTitle": "Include this team in the Team Directory", "general_tab.no": "No", "general_tab.openInviteDesc": "When allowed, a link to this team will be included on the landing page allowing anyone with an account to join this team.", "general_tab.openInviteTitle": "Allow any user with an account on this server to join this team", "general_tab.regenerate": "Regenerate", "general_tab.required": "This field is required", + "general_tab.teamDescription": "Team Description", + "general_tab.teamDescriptionInfo": "Team description provides additional information to help users select the right team. Maximum of 50 characters.", "general_tab.teamName": "Team Name", "general_tab.teamNameInfo": "Set the name of the team as it appears on your sign-in screen and at the top of the left-hand sidebar.", "general_tab.title": "General Settings", @@ -1240,16 +1365,18 @@ "get_app.iosHeader": "Mattermost works best if you switch to our iPhone app", "get_app.mattermostInc": "Mattermost, Inc", "get_app.openMattermost": "Open Mattermost", - "get_link.clipboard": " Link copied to clipboard.", + "get_link.clipboard": " Link copied", "get_link.close": "Close", "get_link.copy": "Copy Link", "get_post_link_modal.help": "The link below allows authorized users to see your post.", "get_post_link_modal.title": "Copy Permalink", + "get_public_link_modal.help": "The link below allows anyone to see this file without being registered on this server.", + "get_public_link_modal.title": "Copy Public Link", "get_team_invite_link_modal.help": "Send teammates the link below for them to sign-up to this team site. The Team Invite Link can be shared with multiple teammates as it does not change unless it's regenerated in Team Settings by a Team Admin.", "get_team_invite_link_modal.helpDisabled": "User creation has been disabled for your team. Please ask your Team Administrator for details.", "get_team_invite_link_modal.title": "Team Invite Link", "help.attaching.downloading": "#### Downloading Files\nDownload an attached file by clicking the download icon next to the file thumbnail or by opening the file previewer and clicking **Download**.", - "help.attaching.dragdrop": "#### Drag and Drop\nUpload a file or selection of files by dragging the files from your computer into the RHS or center pane. Dragging and dropping attaches the files to the message input box, then you can optionally type a message and press **ENTER** to post.", + "help.attaching.dragdrop": "#### Drag and Drop\nUpload a file or selection of files by dragging the files from your computer into the right-hand sidebar or center pane. Dragging and dropping attaches the files to the message input box, then you can optionally type a message and press **ENTER** to post.", "help.attaching.icon": "#### Attachment Icon\nAlternatively, upload files by clicking the grey paperclip icon inside the message input box. This opens up your system file viewer where you can navigate to the desired files and then click **Open** to upload the files to the message input box. Optionally type a message and then press **ENTER** to post.", "help.attaching.limitations": "## File Size Limitations\nMattermost supports a maximum of five attached files per post, each with a maximum file size of 50Mb.", "help.attaching.methods": "## Attachment Methods\nAttach a file by drag and drop or by clicking the attachment icon in the message input box.", @@ -1263,14 +1390,14 @@ "help.attaching.title": "# Attaching Files\n_____", "help.commands.builtin": "## Built-in Commands\nThe following slash commands are available on all Mattermost installations:", "help.commands.builtin2": "Begin by typing `/` and a list of slash command options appears above the text input box. The autocomplete suggestions help by providing a format example in black text and a short description of the slash command in grey text.", - "help.commands.custom": "## Custom Commands\nCustom slash commands integrate with external applications. For example, a team might configure a custom slash command to check internal health records with `/patient joe smith` or check the weekly weather forcast in a city with `/weather toronto week`. Check with your System Admin or open the autocomplete list by typing `/` to determine if your team configured any custom slash commands.", + "help.commands.custom": "## Custom Commands\nCustom slash commands integrate with external applications. For example, a team might configure a custom slash command to check internal health records with `/patient joe smith` or check the weekly weather forecast in a city with `/weather toronto week`. Check with your System Admin or open the autocomplete list by typing `/` to determine if your team configured any custom slash commands.", "help.commands.custom2": "Custom slash commands are disabled by default and can be enabled by the System Admin in the **System Console** > **Integrations** > **Webhooks and Commands**. Learn about configuring custom slash commands on the [developer slash command documentation page](http://docs.mattermost.com/developer/slash-commands.html).", "help.commands.intro": "Slash commands perform operations in Mattermost by typing into the text input box. Enter a `/` followed by a command and some arguments to perform actions.\n\nBuilt-in slash commands come with all Mattermost installations and custom slash commands are configurable to interact with external applications. Learn about configuring custom slash commands on the [developer slash command documentation page](http://docs.mattermost.com/developer/slash-commands.html).", "help.commands.title": "# Executing Commands\n___", "help.composing.deleting": "## Deleting a message\nDelete a message by clicking the **[...]** icon next to any message text that you’ve composed, then click **Delete**. System and Team Admins can delete any message on their system or team.", "help.composing.editing": "## Editing a Message\nEdit a message by clicking the **[...]** icon next to any message text that you’ve composed, then click **Edit**. After making modifications to the message text, press **ENTER** to save the modifications. Message edits do not trigger new @mention notifications, desktop notifications or notification sounds.", "help.composing.linking": "## Linking to a message\nThe **Permalink** feature creates a link to any message. Sharing this link with other users in the channel lets them view the linked message in the Message Archives. Users who are not a member of the channel where the message was posted cannot view the permalink. Get the permalink to any message by clicking the **[...]** icon next to the message text > **Permalink** > **Copy Link**.", - "help.composing.posting": "## Posting a Message\nWrite a message by typing into the text input box, then press **ENTER** to send it. Use **Shift + ENTER** to create a new line without sending a message. To send messages by pressing **CTRL+ENTER** go to **Main Menu > Account Settings > Send messages on CTRL + ENTER**.", + "help.composing.posting": "## Posting a Message\nWrite a message by typing into the text input box, then press ENTER to send it. Use SHIFT+ENTER to create a new line without sending a message. To send messages by pressing CTRL+ENTER go to **Main Menu > Account Settings > Send messages on CTRL+ENTER**.", "help.composing.posts": "#### Posts\nPosts can be considered parent messages. They are the messages that often start a thread of replies. Posts are composed and sent from the text input box at the bottom of the center pane.", "help.composing.replies": "#### Replies\nReply to a message by clicking the reply icon next to any message text. This action opens the right-hand sidebar where you can see the message thread, then compose and send your reply. Replies are indented slightly in the center pane to indicate that they are child messages of a parent post.\n\nWhen composing a reply in the right-hand side, click the expand/collapse icon with two arrows at the top of the sidebar to make things easier to read.", "help.composing.title": "# Sending Messages\n_____", @@ -1322,7 +1449,7 @@ "help.mentioning.channel": "#### @Channel\nYou can mention an entire channel by typing `@channel`. All members of the channel will receive a mention notification that behaves the same way as if the members had been mentioned personally.", "help.mentioning.channelExample": "@channel great work on interviews this week. I think we found some excellent potential candidates!", "help.mentioning.mentions": "## @Mentions\nUse @mentions to get the attention of specific team members.", - "help.mentioning.recent": "## Recent Mentions\nClick `@` next to the search box to query for your most recent @mentions and words that trigger mentions. Click **Jump** next to a search result in the RHS to jump the center pane to the channel and location of the message with the mention.", + "help.mentioning.recent": "## Recent Mentions\nClick `@` next to the search box to query for your most recent @mentions and words that trigger mentions. Click **Jump** next to a search result in the right-hand sidebar to jump the center pane to the channel and location of the message with the mention.", "help.mentioning.title": "# Mentioning Teammates\n_____", "help.mentioning.triggers": "## Words That Trigger Mentions\nIn addition to being notified by @username and @channel, you can customize words that trigger mention notifications in **Account Settings** > **Notifications** > **Words that trigger mentions**. By default, you will receive mention notifications on your first name, and you can add more words by typing them into the input box separated by commas. This is useful if you want to be notified of all posts on certain topics, for example, “interviewing” or “marketing”.", "help.mentioning.username": "#### @Username\nYou can mention a teammate by using the `@` symbol plus their username to send them a mention notification.\n\nType `@` to bring up a list of team members who can be mentioned. To filter the list, type the first few letters of any username, first name, last name, or nickname. The **Up** and **Down** arrow keys can then be used to scroll through entries in the list, and pressing **ENTER** will select which user to mention. Once selected, the username will automatically replace the full name or nickname.\nThe following example sends a special mention notification to **alice** that alerts her of the channel and message where she has been mentioned. If **alice** is away from Mattermost and has [email notifications](http://docs.mattermost.com/help/getting-started/configuring-notifications.html#email-notifications) turned on, then she will receive an email alert of her mention along with the message text.", @@ -1334,9 +1461,10 @@ "help.messaging.notify": "**Notify teammates** when they are needed by typing `@username`.", "help.messaging.reply": "**Reply to messages** by clicking the reply arrow next to the message text.", "help.messaging.title": "# Messaging Basics\n_____", - "help.messaging.write": "**Write messages** using the text input box at the bottom of Mattermost. Press **ENTER** to send a message. Use **Shift+ENTER** to create a new line without sending a message.", + "help.messaging.write": "**Write messages** using the text input box at the bottom of Mattermost. Press ENTER to send a message. Use SHIFT+ENTER to create a new line without sending a message.", "installed_command.header": "Slash Commands", "installed_commands.add": "Add Slash Command", + "installed_commands.delete.confirm": "This action permanently deletes the slash command and breaks any integrations using it. Are you sure you want to delete it?", "installed_commands.empty": "No commands found", "installed_commands.header": "Slash Commands", "installed_commands.help": "Create slash commands for use in external integrations. Please see the {link} to learn more.", @@ -1344,6 +1472,7 @@ "installed_commands.search": "Search Slash Commands", "installed_commands.unnamed_command": "Unnamed Slash Command", "installed_incoming_webhooks.add": "Add Incoming Webhook", + "installed_incoming_webhooks.delete.confirm": "This action permanently deletes the incoming webhook and breaks any integrations using it. Are you sure you want to delete it?", "installed_incoming_webhooks.empty": "No incoming webhooks found", "installed_incoming_webhooks.header": "Incoming Webhooks", "installed_incoming_webhooks.help": "Create incoming webhook URLs for use in external integrations. Please see the {link} to learn more.", @@ -1356,6 +1485,7 @@ "installed_integrations.content_type": "Content-Type: {contentType}", "installed_integrations.creation": "Created by {creator} on {createAt, date, full}", "installed_integrations.delete": "Delete", + "installed_integrations.edit": "Edit", "installed_integrations.hideSecret": "Hide Secret", "installed_integrations.regenSecret": "Regenerate Secret", "installed_integrations.regenToken": "Regenerate Token", @@ -1368,6 +1498,7 @@ "installed_oauth_apps.add": "Add OAuth 2.0 Application", "installed_oauth_apps.callbackUrls": "Callback URLs (One Per Line)", "installed_oauth_apps.cancel": "Cancel", + "installed_oauth_apps.delete.confirm": "This action permanently deletes the OAuth 2.0 application and breaks any integrations using it. Are you sure you want to delete it?", "installed_oauth_apps.description": "Description", "installed_oauth_apps.empty": "No OAuth 2.0 Applications found", "installed_oauth_apps.header": "OAuth 2.0 Applications", @@ -1383,6 +1514,7 @@ "installed_oauth_apps.trusted.no": "No", "installed_oauth_apps.trusted.yes": "Yes", "installed_outgoing_webhooks.add": "Add Outgoing Webhook", + "installed_outgoing_webhooks.delete.confirm": "This action permanently deletes the outgoing webhook and breaks any integrations using it. Are you sure you want to delete it?", "installed_outgoing_webhooks.empty": "No outgoing webhooks found", "installed_outgoing_webhooks.header": "Outgoing Webhooks", "installed_outgoing_webhooks.help": "Create outgoing webhook URLs for use in external integrations. Please see the {link} to learn more.", @@ -1392,7 +1524,10 @@ "integrations.add": "Add", "integrations.command.description": "Slash commands send events to external integrations", "integrations.command.title": "Slash Command", + "integrations.delete.confirm.button": "Delete", + "integrations.delete.confirm.title": "Delete Integration", "integrations.done": "Done", + "integrations.edit": "Edit", "integrations.header": "Integrations", "integrations.incomingWebhook.description": "Incoming webhooks allow external integrations to send messages", "integrations.incomingWebhook.title": "Incoming Webhook", @@ -1405,14 +1540,15 @@ "intro_messages.anyMember": " Any member can join and read this channel.", "intro_messages.beginning": "Beginning of {name}", "intro_messages.channel": "channel", - "intro_messages.creator": "This is the start of the {name} {type}, created by {creator} on {date}", - "intro_messages.default": "

    Beginning of {display_name}

    Welcome to {display_name}!

    This is the first channel teammates see when they sign up - use it for posting updates everyone needs to know.

    ", + "intro_messages.creator": "This is the start of the {name} {type}, created by {creator} on {date}.", + "intro_messages.default": "

    Beginning of {display_name}

    Welcome to {display_name}!

    Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.

    ", "intro_messages.group": "private group", "intro_messages.invite": "Invite others to this {type}", "intro_messages.inviteOthers": "Invite others to this team", "intro_messages.noCreator": "This is the start of the {name} {type}, created on {date}.", "intro_messages.offTopic": "

    Beginning of {display_name}

    This is the start of {display_name}, a channel for non-work-related conversations.

    ", "intro_messages.onlyInvited": " Only invited members can see this private group.", + "intro_messages.purpose": " This {type}'s purpose is: {purpose}.", "intro_messages.setHeader": "Set a Header", "intro_messages.teammate": "This is the start of your direct message history with this teammate. Direct messages and files shared here are not shown to people outside this area.", "invite_member.addAnother": "Add another", @@ -1471,6 +1607,7 @@ "login.passwordChanged": " Password updated successfully", "login.session_expired": " Your session has expired. Please login again.", "login.signIn": "Sign in", + "login.signInLoading": "Signing in...", "login.signInWith": "Sign in with:", "login.userNotFound": "We couldn't find an account matching your login credentials.", "login.username": "Username", @@ -1482,44 +1619,61 @@ "member_item.makeAdmin": "Make Admin", "member_item.member": "Member", "member_list.noUsersAdd": "No users to add.", + "members_popover.manageMembers": "Manage Members", "members_popover.msg": "Message", "members_popover.title": "Members", + "members_popover.viewMembers": "View Members", + "mfa.confirm.complete": "Set up complete!", + "mfa.confirm.okay": "Okay", + "mfa.confirm.secure": "Your account is now secure. Next time you sign in, you will be asked to enter a code from the Google Authenticator app on your phone.", + "mfa.setup.badCode": "Invalid code. If this issue persists, contact your System Administrator.", + "mfa.setup.code": "MFA Code", + "mfa.setup.codeError": "Please enter the code from Google Authenticator.", + "mfa.setup.required": "Multi-factor authentication is required on {siteName}.", + "mfa.setup.save": "Save", + "mfa.setup.secret": "Secret: {secret}", + "mfa.setup.step1": "Step 1: On your phone, download Google Authenticator from iTunes or Google Play", + "mfa.setup.step2": "Step 2: Use Google Authenticator to scan this QR code, or manually type in the secret key", + "mfa.setup.step3": "Step 3: Enter the code generated by Google Authenticator", + "mfa.setupTitle": "Multi-factor Authentication Setup", "mobile.account.notifications.email.footer": "When offline or away for more than five minutes", "mobile.account_notifications.mentions_footer": "Your username (\"@{username}\") will always trigger mentions.", "mobile.account_notifications.non-case_sensitive_words": "Other non-case sensitive words...", "mobile.account_notifications.reply.header": "Send reply notifications for", - "mobile.account_notifications.threads_start_participate": "Threads that I start or participate in", - "mobile.account_notifications.threads_start": "Threads that I start", "mobile.account_notifications.threads_mentions": "Mentions in threads", - "mobile.channel_info.publicChannel": "Public Channel", - "mobile.channel_info.privateChannel": "Private Channel", - "mobile.channel_info.alertTitleLeaveChannel": "Leave {term}", - "mobile.channel_info.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", - "mobile.channel_info.alertTitleDeleteChannel": "Delete {term}", + "mobile.account_notifications.threads_start": "Threads that I start", + "mobile.account_notifications.threads_start_participate": "Threads that I start or participate in", "mobile.channel_info.alertMessageDeleteChannel": "Are you sure you want to delete the {term} with {name}?", + "mobile.channel_info.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", "mobile.channel_info.alertNo": "No", + "mobile.channel_info.alertTitleDeleteChannel": "Delete {term}", + "mobile.channel_info.alertTitleLeaveChannel": "Leave {term}", "mobile.channel_info.alertYes": "Yes", - "mobile.channel_list.alertTitleLeaveChannel": "Leave {term}", + "mobile.channel_info.privateChannel": "Private Channel", + "mobile.channel_info.publicChannel": "Public Channel", "mobile.channel_list.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", "mobile.channel_list.alertNo": "No", + "mobile.channel_list.alertTitleLeaveChannel": "Leave {term}", "mobile.channel_list.alertYes": "Yes", "mobile.channel_list.closeDM": "Close Direct Message", "mobile.channel_list.closeGM": "Close Group Message", + "mobile.channel_list.dm": "Direct Message", + "mobile.channel_list.gm": "Group Message", "mobile.channel_list.open": "Open {term}", "mobile.channel_list.openDM": "Open Direct Message", "mobile.channel_list.openGM": "Open Group Message", - "mobile.channel_list.dm": "Direct Message", - "mobile.channel_list.gm": "Group Message", "mobile.channel_list.privateChannel": "Private Channel", "mobile.channel_list.publicChannel": "Public Channel", "mobile.components.channels_list_view.yourChannels": "Your channels:", "mobile.components.error_list.dismiss_all": "Dismiss All", - "mobile.components.select_server_view.enterServerUrl": "Enter Server URL", "mobile.components.select_server_view.continue": "Continue", + "mobile.components.select_server_view.enterServerUrl": "Enter Server URL", + "mobile.components.select_server_view.proceed": "Proceed", "mobile.components.select_server_view.siteUrlPlaceholder": "https://mattermost.example.com", "mobile.create_channel": "Create", - "mobile.create_channel.public": "New Public Channel", "mobile.create_channel.private": "New Private Group", + "mobile.create_channel.public": "New Public Channel", + "mobile.custom_list.no_results": "No Results", "mobile.edit_post.title": "Editing Message", "mobile.file_upload.camera": "Take Photo or Video", "mobile.file_upload.library": "Photo Library", @@ -1527,18 +1681,11 @@ "mobile.loading_channels": "Loading Channels...", "mobile.loading_members": "Loading Members...", "mobile.loading_posts": "Loading Messages...", - "mobile.request.invalid_response": "Received invalid response from the server.", "mobile.login_options.choose_title": "Choose your login method", "mobile.post.cancel": "Cancel", - "mobile.post.delete_title": "Delete Post", "mobile.post.delete_question": "Are you sure you want to delete this post?", - "mobile.routes.channels": "Channels", - "mobile.routes.enterServerUrl": "Enter Server URL", - "mobile.routes.login": "Login", - "mobile.routes.loginOptions": "Login Chooser", - "mobile.routes.mfa": "Multi-factor Authentication", - "mobile.routes.postsList": "Posts List", - "mobile.routes.selectTeam": "Select Team", + "mobile.post.delete_title": "Delete Post", + "mobile.request.invalid_response": "Received invalid response from the server.", "mobile.routes.channelInfo": "Info", "mobile.routes.channelInfo.createdBy": "Created by {creator} on ", "mobile.routes.channelInfo.delete_channel": "Delete Channel", @@ -1546,26 +1693,43 @@ "mobile.routes.channel_members.action": "Remove Members", "mobile.routes.channel_members.action_message": "You must select at least one member to remove from the channel.", "mobile.routes.channel_members.action_message_confirm": "Are you sure you want to remove the selected members from the channel?", + "mobile.routes.channels": "Channels", + "mobile.routes.enterServerUrl": "Enter Server URL", + "mobile.routes.login": "Login", + "mobile.routes.loginOptions": "Login Chooser", + "mobile.routes.mfa": "Multi-factor Authentication", + "mobile.routes.postsList": "Posts List", + "mobile.routes.saml": "Single SignOn", + "mobile.routes.selectTeam": "Select Team", + "mobile.routes.settings": "Settings", "mobile.routes.thread": "{channelName} Thread", "mobile.routes.thread_dm": "Direct Message Thread", "mobile.routes.user_profile": "Profile", "mobile.routes.user_profile.send_message": "Send Message", "mobile.server_ping_failed": "Cannot connect to the server. Please check your server URL and internet connection.", "mobile.server_url.invalid_format": "URL must start with http:// or https://", - "mobile.routes.saml": "Single SignOn", - "mobile.routes.settings": "Settings", + "mobile.settings.team_selection": "Team Selection", "more_channels.close": "Close", "more_channels.create": "Create New Channel", "more_channels.createClick": "Click 'Create New Channel' to make a new one", "more_channels.join": "Join", + "more_channels.next": "Next", "more_channels.noMore": "No more channels to join", + "more_channels.prev": "Previous", "more_channels.title": "More Channels", "more_direct_channels.close": "Close", "more_direct_channels.message": "Message", + "more_direct_channels.new_convo_note": "This will start a new conversation. If you’re adding a lot of people, consider creating a private group instead.", + "more_direct_channels.new_convo_note.full": "You’ve reached the maximum number of people for this conversation. Consider creating a private group instead.", "more_direct_channels.title": "Direct Messages", "msg_typing.areTyping": "{users} and {last} are typing...", "msg_typing.isTyping": "{user} is typing...", "msg_typing.someone": "Someone", + "multiselect.go": "Go", + "multiselect.instructions": "Use up/down arrows to navigate and enter to select", + "multiselect.numPeopleRemaining": "You can add {num, number} more {num, plural, =0 {people} one {person} other {people}}. ", + "multiselect.numRemaining": "You can add {num, number} more", + "multiselect.placeholder": "Search and add members", "navbar.addMembers": "Add Members", "navbar.click": "Click here", "navbar.delete": "Delete Channel...", @@ -1579,6 +1743,7 @@ "navbar.toggle1": "Toggle sidebar", "navbar.toggle2": "Toggle sidebar", "navbar.viewInfo": "View Info", + "navbar.viewPinnedPosts": "View Pinned Posts", "navbar_dropdown.about": "About Mattermost", "navbar_dropdown.accountSettings": "Account Settings", "navbar_dropdown.console": "System Console", @@ -1587,6 +1752,7 @@ "navbar_dropdown.help": "Help", "navbar_dropdown.integrations": "Integrations", "navbar_dropdown.inviteMember": "Invite New Member", + "navbar_dropdown.join": "Join Another Team", "navbar_dropdown.leave": "Leave Team", "navbar_dropdown.logout": "Logout", "navbar_dropdown.manageMembers": "Manage Members", @@ -1598,6 +1764,7 @@ "navbar_dropdown.teamSettings": "Team Settings", "navbar_dropdown.viewMembers": "View Members", "notification.dm": "Direct Message", + "passwordRequirements": "Password Requirements:", "password_form.change": "Change my password", "password_form.click": "Click here to log in.", "password_form.enter": "Enter a new password for your {siteName} account.", @@ -1609,7 +1776,7 @@ "password_send.description": "To reset your password, enter the email address you used to sign up", "password_send.email": "Email", "password_send.error": "Please enter a valid email address.", - "password_send.link": "

    A password reset link has been sent to {email}

    ", + "password_send.link": "If the account exists, a password reset email will be sent to:
    {email}

    ", "password_send.reset": "Reset my password", "password_send.title": "Password Reset", "pdf_preview.max_pages": "Download to read more pages", @@ -1631,10 +1798,26 @@ "post_info.mobile.flag": "Flag", "post_info.mobile.unflag": "Unflag", "post_info.permalink": "Permalink", + "post_info.pin": "Pin to channel", + "post_info.pinned": "Pinned", "post_info.reply": "Reply", "post_info.system": "System", + "post_info.unpin": "Un-pin from channel", + "post_message_view.edited": "(edited)", "posts_view.loadMore": "Load more messages", "posts_view.newMsg": "New Messages", + "posts_view.newMsgBelow": "New {count, plural, one {message} other {messages}} below", + "reaction.clickToAdd": "(click to add)", + "reaction.clickToRemove": "(click to remove)", + "reaction.othersReacted": "{otherUsers, number} {otherUsers, plural, one {user} other {users}}", + "reaction.reacted": "{users} {reactionVerb} with {emoji}", + "reaction.reactionVerb.user": "reacted", + "reaction.reactionVerb.users": "reacted", + "reaction.reactionVerb.you": "reacted", + "reaction.reactionVerb.youAndUsers": "reacted", + "reaction.usersAndOthersReacted": "{users} and {otherUsers, number} other {otherUsers, plural, one {user} other {users}}", + "reaction.usersReacted": "{users} and {lastUser}", + "reaction.you": "You", "removed_channel.channelName": "the channel", "removed_channel.from": "Removed from ", "removed_channel.okay": "Okay", @@ -1644,24 +1827,27 @@ "rename_channel.defaultError": " - Cannot be changed for the default channel", "rename_channel.displayName": "Display Name", "rename_channel.displayNameHolder": "Enter display name", - "rename_channel.handle": "Handle", - "rename_channel.handleHolder": "lowercase alphanumeric's only", + "rename_channel.handleHolder": "lowercase alphanumeric characters", "rename_channel.lowercase": "Must be lowercase alphanumeric characters", "rename_channel.maxLength": "This field must be less than 22 characters", "rename_channel.required": "This field is required", "rename_channel.save": "Save", "rename_channel.title": "Rename Channel", + "rename_channel.url": "URL", "rhs_comment.comment": "Comment", "rhs_comment.del": "Delete", "rhs_comment.edit": "Edit", "rhs_comment.mobile.flag": "Flag", "rhs_comment.mobile.unflag": "Unflag", "rhs_comment.permalink": "Permalink", + "rhs_header.backToCallTooltip": "Back to Call", "rhs_header.backToFlaggedTooltip": "Back to Flagged Posts", "rhs_header.backToResultsTooltip": "Back to Search Results", "rhs_header.closeSidebarTooltip": "Close Sidebar", + "rhs_header.closeTooltip": "Close Sidebar", "rhs_header.details": "Message Details", "rhs_header.expandSidebarTooltip": "Expand Sidebar", + "rhs_header.expandTooltip": "Shrink Sidebar", "rhs_header.shrinkSidebarTooltip": "Shrink Sidebar", "rhs_root.del": "Delete", "rhs_root.direct": "Direct Message", @@ -1669,12 +1855,14 @@ "rhs_root.mobile.flag": "Flag", "rhs_root.mobile.unflag": "Unflag", "rhs_root.permalink": "Permalink", - "search_bar.cancel": "Cancel", + "rhs_root.pin": "Pin to channel", + "rhs_root.unpin": "Un-pin from channel", "search_bar.search": "Search", "search_bar.usage": "

    Search Options

    • Use \"quotation marks\" to search for phrases
    • Use from: to find posts from specific users and in: to find posts in specific channels
    ", "search_header.results": "Search Results", "search_header.title2": "Recent Mentions", "search_header.title3": "Flagged Posts", + "search_header.title4": "Pinned posts in {channelDisplayName}", "search_item.direct": "Direct Message (with {username})", "search_item.jump": "Jump", "search_results.because": "
    • If you're searching a partial phrase (ex. searching \"rea\", looking for \"reach\" or \"reaction\"), append a * to your search term.
    • Two letter searches and common words like \"this\", \"a\" and \"is\" won't appear in search results due to excessive results returned.
    ", @@ -1684,6 +1872,10 @@ "search_results.usageFlag2": "You can add a flag to messages and comments by clicking the ", "search_results.usageFlag3": " icon next to the timestamp.", "search_results.usageFlag4": "Flags are a way to mark messages for follow up. Your flags are personal, and cannot be seen by other users.", + "search_results.usagePin1": "There are no pinned messages yet.", + "search_results.usagePin2": "All members of this channel can pin important or useful messages.", + "search_results.usagePin3": "Pinned messages are visible to all channel members.", + "search_results.usagePin4": "To pin a message: Go to the message that you want to pin and click [...] > \"Pin to channel\".", "setting_item_max.cancel": "Cancel", "setting_item_max.save": "Save", "setting_item_min.edit": "Edit", @@ -1694,15 +1886,15 @@ "setting_upload.import": "Import", "setting_upload.noFile": "No file selected.", "setting_upload.select": "Select file", - "sidebar.channels": "CHANNELS", + "sidebar.channels": "Channels", "sidebar.createChannel": "Create new channel", "sidebar.createGroup": "Create new group", - "sidebar.direct": "DIRECT MESSAGES", - "sidebar.favorites": "FAVORITES", + "sidebar.direct": "Direct Messages", + "sidebar.favorite": "Favorites", "sidebar.more": "More", "sidebar.moreElips": "More...", "sidebar.otherMembers": "Outside this team", - "sidebar.pg": "PRIVATE GROUPS", + "sidebar.pg": "Private Groups", "sidebar.removeList": "Remove from list", "sidebar.tutorialScreen1": "

    Channels

    Channels organize conversations across different topics. They’re open to everyone on your team. To send private communications use Direct Messages for a single person or Private Groups for multiple people.

    ", "sidebar.tutorialScreen2": "

    \"{townsquare}\" and \"{offtopic}\" channels

    Here are two public channels to start:

    {townsquare} is a place for team-wide communication. Everyone in your team is a member of this channel.

    {offtopic} is a place for fun and humor outside of work-related channels. You and your team can decide what other channels to create.

    ", @@ -1720,7 +1912,6 @@ "sidebar_right_menu.nativeApps": "Download Apps", "sidebar_right_menu.recentMentions": "Recent Mentions", "sidebar_right_menu.report": "Report a Problem", - "sidebar_right_menu.switch_team": "Team Selection", "sidebar_right_menu.teamLink": "Get Team Invite Link", "sidebar_right_menu.teamSettings": "Team Settings", "sidebar_right_menu.viewMembers": "View Members", @@ -1730,7 +1921,6 @@ "signup.ldap": "AD/LDAP Credentials", "signup.office365": "Office 365", "signup.title": "Create an account with:", - "signup_team.choose": "Your teams: ", "signup_team.createTeam": "Or Create a Team", "signup_team.disabled": "Team creation has been disabled. Please contact an administrator for access.", "signup_team.join_open": "Teams you can join: ", @@ -1794,7 +1984,12 @@ "team_export_tab.unable": " Unable to export: {error}", "team_import_tab.failure": " Import failure: ", "team_import_tab.import": "Import", - "team_import_tab.importHelp": "

    To import a team from Slack go to Slack > Team Settings > Import/Export Data > Export > Start Export. Slack does not allow you to export files, images, private groups or direct messages stored in Slack. Therefore, Slack import to Mattermost only supports importing of text messages in your Slack team's public channels.

    The Slack import to Mattermost is in 'Beta'. Slack bot posts do not yet import.

    ", + "team_import_tab.importHelpDocsLink": "documentation", + "team_import_tab.importHelpExportInstructions": "Slack > Team Settings > Import/Export Data > Export > Start Export", + "team_import_tab.importHelpExporterLink": "Slack Advanced Exporter", + "team_import_tab.importHelpLine1": "Slack import to Mattermost supports importing of messages in your Slack team's public channels.", + "team_import_tab.importHelpLine2": "To import a team from Slack, go to {exportInstructions}. See {uploadDocsLink} to learn more.", + "team_import_tab.importHelpLine3": "To import posts with attached files, see {slackAdvancedExporterLink} for details.", "team_import_tab.importSlack": "Import from Slack (Beta)", "team_import_tab.importing": " Importing...", "team_import_tab.successful": " Import successful: ", @@ -1804,7 +1999,7 @@ "team_members_dropdown.confirmDemoteDescription": "If you demote yourself from the System Admin role and there is not another user with System Admin privileges, you'll need to re-assign a System Admin by accessing the Mattermost server through a terminal and running the following command.", "team_members_dropdown.confirmDemoteRoleTitle": "Confirm demotion from System Admin role", "team_members_dropdown.confirmDemotion": "Confirm Demotion", - "team_members_dropdown.confirmDemotionCmd": "platform -assign_role -team_name=\"yourteam\" -email=\"name@yourcompany.com\" -role=\"system_admin\"", + "team_members_dropdown.confirmDemotionCmd": "platform roles system_admin {username}", "team_members_dropdown.inactive": "Inactive", "team_members_dropdown.leave_team": "Remove From Team", "team_members_dropdown.makeActive": "Make Active", @@ -1818,6 +2013,7 @@ "team_settings_modal.generalTab": "General", "team_settings_modal.importTab": "Import", "team_settings_modal.title": "Team Settings", + "team_sidebar.join": "Other teams you can join.", "textbox.bold": "**bold**", "textbox.edit": "Edit message", "textbox.help": "Help", @@ -1843,9 +2039,18 @@ "tutorial_tip.ok": "Okay", "tutorial_tip.out": "Opt out of these tips.", "tutorial_tip.seen": "Seen this before? ", + "update_command.cancel": "Cancel", + "update_command.confirm": "Edit Slash Command", + "update_command.question": "Your changes may break the existing slash command. Are you sure you would like to update it?", + "update_command.update": "Update", + "update_incoming_webhook.update": "Update", + "update_outgoing_webhook.confirm": "Edit Outgoing Webhook", + "update_outgoing_webhook.question": "Your changes may break the existing outgoing webhook. Are you sure you would like to update it?", + "update_outgoing_webhook.update": "Update", "upload_overlay.info": "Drop a file to upload it.", - "user.settings.advance.embed_preview": "Show experimental previews of link content, when available", + "user.settings.advance.embed_preview": "For the first web link in a message, display a preview of website content below the message, if available", "user.settings.advance.embed_toggle": "Show toggle for all embed previews", + "user.settings.advance.emojipicker": "Enable emoji picker in message input box", "user.settings.advance.enabledFeatures": "{count, number} {count, plural, one {Feature} other {Features}} Enabled", "user.settings.advance.formattingDesc": "If enabled, posts will be formatted to create links, show emoji, style the text, and add line breaks. By default, this setting is enabled. Changing this setting requires the page to be refreshed.", "user.settings.advance.formattingTitle": "Enable Post Formatting", @@ -1856,8 +2061,8 @@ "user.settings.advance.on": "On", "user.settings.advance.preReleaseDesc": "Check any pre-released features you'd like to preview. You may also need to refresh the page before the setting will take effect.", "user.settings.advance.preReleaseTitle": "Preview pre-release features", - "user.settings.advance.sendDesc": "If enabled 'ENTER' inserts a new line and 'CTRL + ENTER' submits the message.", - "user.settings.advance.sendTitle": "Send messages on CTRL + ENTER", + "user.settings.advance.sendDesc": "If enabled ENTER inserts a new line and CTRL+ENTER submits the message.", + "user.settings.advance.sendTitle": "Send messages on CTRL+ENTER", "user.settings.advance.slashCmd_autocmp": "Enable external application to offer slash command autocomplete", "user.settings.advance.title": "Advanced Settings", "user.settings.advance.webrtc_preview": "Enable the ability to make and receive one-on-one WebRTC calls", @@ -1889,10 +2094,10 @@ "user.settings.display.channelDisplayTitle": "Channel Display Mode", "user.settings.display.channeldisplaymode": "Select the width of the center channel.", "user.settings.display.clockDisplay": "Clock Display", - "user.settings.display.collapseDesc": "Expand links to show a preview of content, when available.", - "user.settings.display.collapseDisplay": "Link previews", - "user.settings.display.collapseOff": "Off", - "user.settings.display.collapseOn": "On", + "user.settings.display.collapseDesc": "Set whether previews of image links show as expanded or collapsed by default. This setting can also be controlled using the slash commands /expand and /collapse.", + "user.settings.display.collapseDisplay": "Default appearance of image link previews", + "user.settings.display.collapseOff": "Collapsed", + "user.settings.display.collapseOn": "Expanded", "user.settings.display.fixedWidthCentered": "Fixed width, centered", "user.settings.display.fontDesc": "Select the font displayed in the Mattermost user interface.", "user.settings.display.fontTitle": "Display Font", @@ -1938,6 +2143,7 @@ "user.settings.general.emailUnchanged": "Your new email address is the same as your old email address.", "user.settings.general.emptyName": "Click 'Edit' to add your full name", "user.settings.general.emptyNickname": "Click 'Edit' to add a nickname", + "user.settings.general.emptyPosition": "Click 'Edit' to add your job title / position", "user.settings.general.field_handled_externally": "This field is handled through your login provider. If you want to change it, you need to do so through your login provider.", "user.settings.general.firstName": "First Name", "user.settings.general.fullName": "Full Name", @@ -1954,6 +2160,8 @@ "user.settings.general.nicknameExtra": "Use Nickname for a name you might be called that is different from your first name and username. This is most often used when two or more people have similar sounding names and usernames.", "user.settings.general.notificationsExtra": "By default, you will receive mention notifications when someone types your first name. Go to {notify} settings to change this default.", "user.settings.general.notificationsLink": "Notifications", + "user.settings.general.position": "Position", + "user.settings.general.positionExtra": "Use Position for your role or job title. This will be shown in your profile popover.", "user.settings.general.primaryEmail": "Primary Email", "user.settings.general.profilePicture": "Profile Picture", "user.settings.general.title": "General Settings", @@ -1972,12 +2180,15 @@ "user.settings.languages.change": "Change interface language", "user.settings.languages.promote": "Select which language Mattermost displays in the user interface.

    Would like to help with translations? Join the Mattermost Translation Server to contribute.", "user.settings.mfa.add": "Add MFA to your account", - "user.settings.mfa.addHelp": "You can require a smartphone-based token, in addition to your password, to sign into Mattermost.

    To enable, download Google Authenticator from iTunes or Google Play for your phone, then

    1. Click the Add MFA to your account button above.
    2. Use Google Authenticator to scan the QR code that appears.
    3. Type in the Token generated by Google Authenticator and click Save.

    When logging in, you will be asked to enter a token from Google Authenticator in addition to your regular credentials.", - "user.settings.mfa.addHelpQr": "Please scan the bar code with the Google Authenticator app on your smartphone and fill in the token with one provided by the app.", + "user.settings.mfa.addHelp": "Adding multi-factor authentication will make your account more secure by requiring a code from your mobile phone each time you sign in.", + "user.settings.mfa.addHelpQr": "Please scan the QR code with the Google Authenticator app on your smartphone and fill in the token with one provided by the app. If you are unable to scan the code, you can manually enter the secret provided.", "user.settings.mfa.enterToken": "Token (numbers only)", "user.settings.mfa.qrCode": "Bar Code", "user.settings.mfa.remove": "Remove MFA from your account", "user.settings.mfa.removeHelp": "Removing multi-factor authentication means you will no longer require a phone-based passcode to sign-in to your account.", + "user.settings.mfa.requiredHelp": "Multi-factor authentication is required on this server. Resetting is only recommended when you need to switch code generation to a new mobile device. You will be required to set it up again immediately.", + "user.settings.mfa.reset": "Reset MFA on your account", + "user.settings.mfa.secret": "Secret", "user.settings.mfa.title": "Multi-factor Authentication", "user.settings.modal.advanced": "Advanced", "user.settings.modal.confirmBtns": "Yes, Discard", @@ -2004,7 +2215,7 @@ "user.settings.notifications.desktop.allSoundForever": "For all activity, with sound, shown indefinitely", "user.settings.notifications.desktop.allSoundTimed": "For all activity, with sound, shown for {seconds} seconds", "user.settings.notifications.desktop.duration": "Notification duration", - "user.settings.notifications.desktop.durationInfo": "Sets how long desktop notifications will remain on screen.", + "user.settings.notifications.desktop.durationInfo": "Sets how long desktop notifications will remain on screen when using Firefox or Chrome. Desktop notifications in Edge and Safari can only stay on screen for a maximum of 5 seconds.", "user.settings.notifications.desktop.mentionsFirefoxForever": "For mentions and direct messages, shown indefinitely", "user.settings.notifications.desktop.mentionsFirefoxTimed": "For mentions and direct messages, shown for {seconds} seconds", "user.settings.notifications.desktop.mentionsNoSoundForever": "For mentions and direct messages, without sound, shown indefinitely", @@ -2016,6 +2227,8 @@ "user.settings.notifications.desktop.title": "Desktop notifications", "user.settings.notifications.desktop.unlimited": "Unlimited", "user.settings.notifications.desktopSounds": "Desktop notification sounds", + "user.settings.notifications.email.disabled": "Disabled by System Administrator", + "user.settings.notifications.email.disabled_long": "Email notifications have been disabled by your System Administrator.", "user.settings.notifications.email.everyHour": "Every hour", "user.settings.notifications.email.everyXMinutes": "Every {count, plural, one {minute} other {{count, number} minutes}}", "user.settings.notifications.email.immediately": "Immediately", @@ -2025,22 +2238,24 @@ "user.settings.notifications.emailInfo": "Email notifications are sent for mentions and direct messages when you are offline or away from {siteName} for more than 5 minutes.", "user.settings.notifications.emailNotifications": "Email notifications", "user.settings.notifications.header": "Notifications", - "user.settings.notifications.info": "Desktop notifications are available on Firefox, Safari, and Chrome.", + "user.settings.notifications.info": "Desktop notifications are available on Edge, Firefox, Safari, Chrome and Mattermost Desktop Apps.", + "user.settings.notifications.mentionsInfo": "Mentions trigger when someone sends a message that includes your username (\"@{username}\") or any of the options selected above.", "user.settings.notifications.never": "Never", "user.settings.notifications.noWords": "No words configured", "user.settings.notifications.off": "Off", "user.settings.notifications.on": "On", "user.settings.notifications.onlyMentions": "Only for mentions and direct messages", "user.settings.notifications.push": "Mobile push notifications", + "user.settings.notifications.push_notification.status": "Trigger push notifications when", "user.settings.notifications.sensitiveName": "Your case sensitive first name \"{first_name}\"", "user.settings.notifications.sensitiveUsername": "Your non-case sensitive username \"{username}\"", "user.settings.notifications.sensitiveWords": "Other non-case sensitive words, separated by commas:", "user.settings.notifications.soundConfig": "Please configure notification sounds in your browser settings", - "user.settings.notifications.sounds_info": "Notification sounds are available on IE11, Edge, Safari and Chrome.", + "user.settings.notifications.sounds_info": "Notification sounds are available on IE11, Edge, Safari, Chrome and Mattermost Desktop Apps.", "user.settings.notifications.teamWide": "Team-wide mentions \"@all\"", "user.settings.notifications.title": "Notification Settings", - "user.settings.notifications.usernameMention": "Your username mentioned \"@{username}\"", "user.settings.notifications.wordsTrigger": "Words that trigger mentions", + "user.settings.push_notification.allActivity": "For all activity", "user.settings.push_notification.allActivityAway": "For all activity when away or offline", "user.settings.push_notification.allActivityOffline": "For all activity when offline", "user.settings.push_notification.allActivityOnline": "For all activity when online, away or offline", @@ -2051,12 +2266,14 @@ "user.settings.push_notification.off": "Off", "user.settings.push_notification.offline": "Offline", "user.settings.push_notification.online": "Online, away or offline", + "user.settings.push_notification.onlyMentions": "For mentions and direct messages", "user.settings.push_notification.onlyMentionsAway": "For mentions and direct messages when away or offline", "user.settings.push_notification.onlyMentionsOffline": "For mentions and direct messages when offline", "user.settings.push_notification.onlyMentionsOnline": "For mentions and direct messages when online, away or offline", "user.settings.push_notification.send": "Send mobile push notifications", "user.settings.push_notification.status": "Trigger push notifications when", "user.settings.push_notification.status_info": "Notification alerts are only pushed to your mobile device when your online status matches the selection above.", + "user.settings.security.active": "Active", "user.settings.security.close": "Close", "user.settings.security.currentPassword": "Current Password", "user.settings.security.currentPasswordError": "Please enter your current password.", @@ -2064,10 +2281,14 @@ "user.settings.security.emailPwd": "Email and Password", "user.settings.security.gitlab": "GitLab", "user.settings.security.google": "Google", + "user.settings.security.inactive": "Inactive", "user.settings.security.lastUpdated": "Last updated {date} at {time}", "user.settings.security.ldap": "AD/LDAP", "user.settings.security.loginGitlab": "Login done through GitLab", + "user.settings.security.loginGoogle": "Login done through Google Apps", "user.settings.security.loginLdap": "Login done through AD/LDAP", + "user.settings.security.loginOffice365": "Login done through Office 365", + "user.settings.security.loginSaml": "Login done through SAML", "user.settings.security.logoutActiveSessions": "View and Logout of Active Sessions", "user.settings.security.method": "Sign-in Method", "user.settings.security.newPassword": "New Password", @@ -2095,9 +2316,12 @@ "user.settings.security.passwordErrorUppercaseNumberSymbol": "Your password must contain at least {min} characters made up of at least one uppercase letter, at least one number, and at least one symbol (e.g. \"~!@#$%^&*()\").", "user.settings.security.passwordErrorUppercaseSymbol": "Your password must contain at least {min} characters made up of at least one uppercase letter and at least one symbol (e.g. \"~!@#$%^&*()\").", "user.settings.security.passwordGitlabCantUpdate": "Login occurs through GitLab. Password cannot be updated.", + "user.settings.security.passwordGoogleCantUpdate": "Login occurs through Google Apps. Password cannot be updated.", "user.settings.security.passwordLdapCantUpdate": "Login occurs through AD/LDAP. Password cannot be updated.", "user.settings.security.passwordMatchError": "The new passwords you entered do not match.", "user.settings.security.passwordMinLength": "Invalid minimum length, cannot show preview.", + "user.settings.security.passwordOffice365CantUpdate": "Login occurs through Office 365. Password cannot be updated.", + "user.settings.security.passwordSamlCantUpdate": "This field is handled through your login provider. If you want to change it, you need to do so through your login provider.", "user.settings.security.retypePassword": "Retype New Password", "user.settings.security.saml": "SAML", "user.settings.security.switchEmail": "Switch to using email and password", @@ -2109,7 +2333,9 @@ "user.settings.security.title": "Security Settings", "user.settings.security.viewHistory": "View Access History", "user_list.notFound": "No users found", + "user_profile.send.dm": "Send Message", "user_profile.webrtc.call": "Start Video Call", + "user_profile.webrtc.offline": "The user is offline", "user_profile.webrtc.unavailable": "New call unavailable until your existing call ends", "view_image.loading": "Loading ", "view_image_popover.download": "Download", @@ -2120,6 +2346,7 @@ "web.footer.privacy": "Privacy", "web.footer.terms": "Terms", "web.header.back": "Back", + "web.header.logout": "Logout", "web.root.signup_info": "All team communication in one place, searchable and accessible anywhere", "webrtc.busy": "{username} is busy.", "webrtc.call": "Call", diff --git a/assets/base/i18n/es.json b/assets/base/i18n/es.json index 2c4e08530..bd091244b 100644 --- a/assets/base/i18n/es.json +++ b/assets/base/i18n/es.json @@ -3,9 +3,9 @@ "about.copyright": "Derechos de autor 2016 Mattermost, Inc. Todos los derechos reservados", "about.database": "Base de Datos", "about.date": "Fecha de compilación:", - "about.enterpriseEditionLearn": "Conoce más acerca de la edición Enterprise en ", + "about.enterpriseEditionLearn": "Conoce más acerca de la edición para Empresas en ", "about.enterpriseEditionSt": "Comunicaciones modernas protegidas por tu cortafuegos.", - "about.enterpriseEditione1": "Edición Enterprise E1", + "about.enterpriseEditione1": "Edición Empresarial E1", "about.hash": "Hash de compilación:", "about.hashee": "Hash de compilación de EE:", "about.licensed": "Licenciado a:", @@ -28,6 +28,7 @@ "activity_log.sessionsDescription": "Las sesiones son creadas cuando inicias sesión desde un nuevo navegador en un dispositivo. Las Sesiones te permiten utilizar Mattermost sin tener que volver a iniciar sesión por un período de tiempo especificado por el Administrador de Sistema. Si deseas cerrar sesión antes de que se cumpla este tiempo, Utiliza el botón de 'Cerrar Sesión' en la parte de abajo.", "activity_log_modal.android": "Android", "activity_log_modal.androidNativeApp": "Android App Nativa", + "activity_log_modal.desktop": "App Nativa de Escritorio", "activity_log_modal.iphoneNativeApp": "iPhone App Nativa", "add_command.autocomplete": "Autocompletar", "add_command.autocomplete.help": "(Opcional) Mostrar el comando de barra en la lista de autocompletado.", @@ -73,7 +74,7 @@ "add_emoji.header": "Agregar", "add_emoji.image": "Imagen", "add_emoji.image.button": "Seleccionar", - "add_emoji.image.help": "Selecciona la imagen para tu emoticon. La imagen puede ser un archivo gif, png o jpeg con un tamaño máximo de 64KB y una dimensión de hasta 128 x 128 pixels.", + "add_emoji.image.help": "Selecciona la imagen del emoticon. La imagen puede ser un archivo gif, png o jpeg con un tamaño máximo de 1 MB. Las dimensiones de se ajustarán automáticamente a 128 por 128 píxeles, pero manteniendo la relación de aspecto.", "add_emoji.imageRequired": "Se require una imagen para el emoticon", "add_emoji.name": "Nombre", "add_emoji.name.help": "Elige un nombre para tu emoticon hecho de hasta 64 caracteres que consisten en letras minúsculas, números y los símbolos '-' y '_'.", @@ -137,6 +138,7 @@ "add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "La primera palabra coincide exactamente con una palabra que desencadena la acción", "add_outgoing_webhook.triggerWordsTriggerWhenStartsWith": "La primera palabra empieza con una palabra que desencadena la acción", "admin.advance.cluster": "Alta Disponibilidad (Beta)", + "admin.advance.metrics": "Monitoreo de Desempeño", "admin.audits.reload": "Recargar", "admin.audits.title": "Auditorías del Servidor", "admin.authentication.email": "Correo Electrónico", @@ -145,7 +147,7 @@ "admin.authentication.oauth": "OAuth 2.0", "admin.authentication.saml": "SAML", "admin.banner.heading": "Nota:", - "admin.cluster.enableDescription": "Cuando es verdadero, Mattermost se ejecutará en modo de Alta Disponibilidad. Por favor, consulta la documentación para obtener más información acerca de la configuración de Alta Disponibilidad para Mattermost.", + "admin.cluster.enableDescription": "Cuando es verdadero, Mattermost se ejecutará en modo de Alta Disponibilidad. Por favor, consulta la documentación para obtener más información acerca de la configuración de Alta Disponibilidad para Mattermost.", "admin.cluster.enableTitle": "Habilitar el Modo De Alta Disponibilidad:", "admin.cluster.interNodeListenAddressDesc": "La dirección en la que escuchará el servidor para comunicarse con otros servidores.", "admin.cluster.interNodeListenAddressEx": "Ej.: \"8075\"", @@ -153,9 +155,9 @@ "admin.cluster.interNodeUrlsDesc": "Las direcciones Url interna/privada de todos los servidores Mattermost separados por comas.", "admin.cluster.interNodeUrlsEx": "Ej.: \"http://10.10.10.30, http://10.10.10.31\"", "admin.cluster.interNodeUrlsTitle": "Inter-Nodo URLs:", - "admin.cluster.loadedFrom": "El archivo de configuración fue cargado desde el Nodo ID {clusterId}. Por favor consulta la Guía para resolver problemas en nuestra documentación si estás accesando la Consola de Sistema desde un balanceador de cargas y estás experimentando problemas.", + "admin.cluster.loadedFrom": "El archivo de configuración fue cargado desde el Nodo ID {clusterId}. Por favor consulta la Guía para resolver problemas en nuestra documentación si estás accesando la Consola de Sistema desde un balanceador de cargas y estás experimentando problemas.", "admin.cluster.noteDescription": "Al cambiar propiedades en esta sección es necesario reiniciar el servidor para que surjan efecto. Cuando el modo de Alta Disponibilidad está habilitada, la Consola del Sistema se establece en sólo lectura y sólo se pueden cambiar desde el archivo de configuración.", - "admin.cluster.should_not_change": "ADVERTENCIA: Estos ajustes pueden no sincronizarse con los otros servidores del agrupamiento. La comunicación entre nodos en Alta Disponibilidad no se iniciará hasta que se realicen las modificaciones al config.json para que sean identicos en todos los servidores y se reinicie Mattermost. Por favor consulte la documentación sobre como agregar o remover un servidor del agrupamiento. Si estás accesando la Consola de Sistema desde un balanceador de cargas y estás experimentando problemas, por favor consulta la Guía para resolver problemas en nuestra documentación.", + "admin.cluster.should_not_change": "ADVERTENCIA: Estos ajustes pueden no sincronizarse con los otros servidores del agrupamiento. La comunicación entre nodos en Alta Disponibilidad no se iniciará hasta que se realicen las modificaciones al config.json para que sean identicos en todos los servidores y se reinicie Mattermost. Por favor consulte la documentación sobre como agregar o remover un servidor del agrupamiento. Si estás accesando la Consola de Sistema desde un balanceador de cargas y estás experimentando problemas, por favor consulta la Guía para resolver problemas en nuestra documentación.", "admin.cluster.status_table.config_hash": "MD5 del Archivo de Configuración", "admin.cluster.status_table.hostname": "Nombre del servidor", "admin.cluster.status_table.id": "ID del Nodo", @@ -168,10 +170,10 @@ "admin.compliance.directoryTitle": "Directorio del Informe De Cumplimiento:", "admin.compliance.enableDailyDesc": "Cuando es verdadero, Mattermost generará un reporte de cumplimiento diario.", "admin.compliance.enableDailyTitle": "Habilitar Informes Diarios:", - "admin.compliance.enableDesc": "Cuando es verdadedo, Mattermost permite la creación de informes de cumplimiento desde la ficha Cumplimiento y Auditoría. Ver la documentación para obtener más información.", + "admin.compliance.enableDesc": "Cuando es verdadedo, Mattermost permite la creación de informes de cumplimiento desde la ficha Cumplimiento y Auditoría. Ver la documentación para obtener más información.", "admin.compliance.enableTitle": "Habilitar Los Informes De Cumplimiento:", "admin.compliance.false": "falso", - "admin.compliance.noLicense": "

    Nota:

    El Cumplimiento es una característica de la edición enterprise. Tu licencia actual no soporta Cumplimiento. Haz clic aquí para información y precio de las licencias enterprise.

    ", + "admin.compliance.noLicense": "

    Nota:

    El Cumplimiento es una característica de la edición enterprise. Tu licencia actual no soporta Cumplimiento. Haz clic aquí para información y precio de las licencias empresariales.

    ", "admin.compliance.save": "Guardar", "admin.compliance.saving": "Guardando...", "admin.compliance.title": "Configuración de Cumplimiento", @@ -198,15 +200,15 @@ "admin.compliance_table.type": "Tipo", "admin.compliance_table.userId": "Solicitado por", "admin.connectionSecurityNone": "Ninguna", - "admin.connectionSecurityNoneDescription": "Mattermost podrá utilizar una conexión insegura.", + "admin.connectionSecurityNoneDescription": "Mattermost se conectará a través de una conexión insegura.", "admin.connectionSecurityPlain": "PLANO", - "admin.connectionSecurityPlainDescription": "Mattermost se conectará y realizará la autenticación con una conexión insegura.", + "admin.connectionSecurityPlainDescription": "Mattermost se conectará y realizará la autenticación sobre una conexión insegura.", "admin.connectionSecurityStart": "STARTTLS", "admin.connectionSecurityStartDescription": "Intenta convertir una conexión insegura a una conexión segura utilizando TLS.", "admin.connectionSecurityTest": "Probar Conexión", "admin.connectionSecurityTitle": "Seguridad de Conexión:", "admin.connectionSecurityTls": "TLS", - "admin.connectionSecurityTlsDescription": "Cifra la comnicación entre Mattermost y tu servidor.", + "admin.connectionSecurityTlsDescription": "Cifra la comunicación entre Mattermost y tu servidor.", "admin.customization.androidAppDownloadLinkDesc": "Agrega un enlace para descargar la aplicación para Android. Los usuarios que tienen acceso al sitio en un navegador de web móvil serán presentados con una página que les da la opción de descargar la aplicación. Deja este campo en blanco para evitar que la página aparezca.", "admin.customization.androidAppDownloadLinkTitle": "Enlace de Descarga de la Aplicación para Android:", "admin.customization.appDownloadLinkDesc": "Agrega un vínculo a una página de descarga de las aplicaciones de Mattermost. Cuando un enlace está presente la opción \"Descargar Aplicaciones de Mattermost\" aparecerá en el Menú Principal para que los usuarios puedan encontrar la página de descarga. Deja este campo en blanco para ocultar la opción desde el Menú Principal.", @@ -215,8 +217,11 @@ "admin.customization.customEmoji": "Emoticones Personalizados", "admin.customization.enableCustomEmojiDesc": "Permite a los usuarios crear emoticones personalizados para su uso en los mensajes. Cuando se activa, Emoticones Personalizados se puede acceder a los ajustes al ingresar a un equipo y hacer clic en los tres puntos por encima del canal en la barra lateral y seleccionar \"Emoticones Personalizados\".", "admin.customization.enableCustomEmojiTitle": "Habilitar Emoticones Personalizados:", + "admin.customization.enableLinkPreviewsDesc": "Habilitar a los usuarios a mostrar una vista previa del contenido del sitio web a seguido del mensaje, si está disponible. Cuando es verdadero, la vista previa de sitios web se puede activar en la Configuración de la Cuenta > Avanzado > Previsualizar características de pre-lanzamiento.", + "admin.customization.enableLinkPreviewsTitle": "Habilitar Vista Previa del Enlace:", "admin.customization.iosAppDownloadLinkDesc": "Agrega un enlace para descargar la aplicación para iOS. Los usuarios que tienen acceso al sitio en un navegador de web móvil serán presentados con una página que les da la opción de descargar la aplicación. Deja este campo en blanco para evitar que la página aparezca.", "admin.customization.iosAppDownloadLinkTitle": "Enlace de Descarga de la Aplicación para iOS:", + "admin.customization.linkPreviews": "Vista previa del Enlace", "admin.customization.nativeAppLinks": "Enlaces de Mattermost App", "admin.customization.restrictCustomEmojiCreationAdmin": "Permitir la creación de emoticones a los Administradores de Sistema y Equipo", "admin.customization.restrictCustomEmojiCreationAll": "Permitir a todos que puedan crear emoticones personalizados", @@ -226,15 +231,15 @@ "admin.customization.support": "Legal y Soporte", "admin.database.title": "Configuración de la base de datos", "admin.developer.title": "Configuración de Desarrollo", - "admin.email.agreeHPNS": " Comprendo y acepto los Términos de Servicio y Políticas de Privacidad del Servicio Alojado de Notificaciones Push de Mattermost.", + "admin.email.agreeHPNS": " Comprendo y acepto los Términos de Servicio y Políticas de Privacidad del Servicio Alojado de Notificaciones Push de Mattermost.", "admin.email.allowEmailSignInDescription": "Cuando es verdadero, Mattermost permite a los usuarios iniciar sesión utilizando el correo electrónico y contraseña.", "admin.email.allowEmailSignInTitle": "Habilitar el inicio de sesión con el correo electrónico: ", "admin.email.allowSignupDescription": "Cuando está en verdadero, Mattermost permite la creación de equipos y cuentas utilizando el correo electrónico y contraseña. Este valor debe estar en falso sólo cuando quieres limitar el inicio de sesión a través de servicios tipo OAuth o AD/LDAP.", "admin.email.allowSignupTitle": "Habilitar la creación de la cuenta con el correo electrónico: ", - "admin.email.allowUsernameSignInDescription": "Cuando es verdadero, Mattermost permite a los usuarios iniciar sesión con el nombre de usuario y contraseña. Esta opción normalmente se utiliza cuando la verificación de correo electrónico está deshabilitada.", + "admin.email.allowUsernameSignInDescription": "Cuando es verdadero, Mattermost permite a los usuarios iniciar sesión con el nombre de usuario y contraseña. Esta opción normalmente se utiliza cuando la verificación de correo electrónico está inhabilitada.", "admin.email.allowUsernameSignInTitle": "Habilitar el inicio de sesión con nombre de usuario: ", "admin.email.connectionSecurityTest": "Probar Conexión", - "admin.email.easHelp": "Conoce más acerca de como compilar y desplegar tus propias aplicaciones moviles desde un App Store de Empresa.", + "admin.email.easHelp": "Conoce más acerca de como compilar y desplegar tus propias aplicaciones moviles desde un App Store de Empresa.", "admin.email.emailFail": "Conexión fallida: {error}", "admin.email.emailSuccess": "No fueron reportados errores mientras se enviada el correo. Favor validar en tu bandeja de entrada.", "admin.email.enableEmailBatching.clusterEnabled": "El procesamiento por lotes de correos electrónicos no puede ser activado cuando el modo de Alta Disponibilidad está habilitado.", @@ -247,10 +252,10 @@ "admin.email.inviteSaltExample": "Ej.: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", "admin.email.inviteSaltTitle": "Salt para correos electrónicos de invitación:", "admin.email.mhpns": "Utiliza conexiones cifradas, con calidad de producción de HPNS para tus aplicaciones en iOS y Android", - "admin.email.mhpnsHelp": "Descarga la app de Mattermost para iOS desde iTunes. Descarga la app de Mattermost para Android desde Google Play. Conoce más acerca de HPNS.", + "admin.email.mhpnsHelp": "Descarga la app de Mattermost para iOS desde iTunes. Descarga la app de Mattermost para Android desde Google Play. Conoce más acerca de HPNS.", "admin.email.mtpns": "Utiliza las apps de iOS y Android en iTunes y Google Play con TPNS", - "admin.email.mtpnsHelp": "Descarga la app de Mattermost para iOS desde iTunes. Descarga la app de Mattermost para Android desde Google Play. Conoce más acerca de TPNS.", - "admin.email.nofificationOrganizationExample": "Ej. \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", + "admin.email.mtpnsHelp": "Descarga la app de Mattermost para iOS desde iTunes. Descarga la app de Mattermost para Android desde Google Play. Conoce más acerca de TPNS.", + "admin.email.nofificationOrganizationExample": "Ej: \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", "admin.email.notificationDisplayDescription": "Muestra el nombre en la cuenta del email utilizada para enviar notificaciones por correo electrónico desde Mattermost.", "admin.email.notificationDisplayExample": "Ej: \"Notificación de Mattermost\", \"Sistema\", \"No-Responder\"", "admin.email.notificationDisplayTitle": "Notificación de nombre mostrado:", @@ -259,6 +264,7 @@ "admin.email.notificationEmailTitle": "Dirección para Notificación de correo electrónico:", "admin.email.notificationOrganization": "Dirección del pie de página", "admin.email.notificationOrganizationDescription": "Nombre de la organización y dirección que se muestra en las notificaciones de correo electrónico enviadas desde Mattermost, como \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\". Si este campo se deja en blanco, el nombre dela organización y su dirección no serán mostrados.", + "admin.email.notificationOrganizationExample": "Ej: \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", "admin.email.notificationsDescription": "Normalmente se asigna como verdadero en producción. Cuando es verdadero, Mattermost intenta enviar las notificaciones por correo electrónico. Los desarrolladores puede que quieran dejar esta opción en falso para saltarse la configuración de correos para desarrollar más rápido.
    Asignar está opción como verdadero remueve la notificación de Modo de Prueba (requiere cerrar la sesión y abrirla nuevamente para que los cambios surjan efecto).", "admin.email.notificationsTitle": "Habilitar Notificaciones por Correo Electrónico: ", "admin.email.passwordSaltDescription": "Un salt de 32-caracteres es añadido a la firma de correos para restablecer la contraseña. Aleatoriamente generado en la instalación. Haz clic en \"Regenerar\" para crear un nuevo salt.", @@ -268,7 +274,7 @@ "admin.email.pushContentTitle": "Contenido de las Notificaciones:", "admin.email.pushDesc": "Normalmente se asigna como verdadero en producción. Cuando está en verdadero, Mattermost intenta enviar notificaciones a dispositivos iOS y Android a través del servidor de notificaciones.", "admin.email.pushOff": "No enviar notificaciones push", - "admin.email.pushOffHelp": "Por favor revisa la documentación sobre notificaciones push para conocer sobre las opciones de configuración.", + "admin.email.pushOffHelp": "Por favor revisa la documentación sobre notificaciones push para conocer sobre las opciones de configuración.", "admin.email.pushServerDesc": "Ubicación del servicio de notificaciones push de Mattermost, puedes ubicarlo detras de un cortafuego utilizando https://github.com/mattermost/push-proxy. Para realizar pruebas puedes utilizar https://push-test.mattermost.com, el cual conecta con la ap de ejemplo de Mattermost en iOS publicada en el Apple AppStore. Por favor no utilices este servicio en producción.", "admin.email.pushServerEx": "Ej.: \"https://push-test.mattermost.com\"", "admin.email.pushServerTitle": "Servidor de Notificaciones:", @@ -280,7 +286,7 @@ "admin.email.smtpPasswordExample": "Ej: \"tucontraseña\", \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", "admin.email.smtpPasswordTitle": "Contraseña del Servidor SMTP:", "admin.email.smtpPortDescription": "Puerto de servidor SMTP", - "admin.email.smtpPortExample": "Ej: \"25\", \"465\"", + "admin.email.smtpPortExample": "Ej: \"25\", \"465\", \"587\"", "admin.email.smtpPortTitle": "Puerto del Servidor SMTP:", "admin.email.smtpServerDescription": "Ubicación de SMTP.", "admin.email.smtpServerExample": "Ej: \"smtp.tuempresa.com\", \"email-smtp.us-east-1.amazonaws.com\"", @@ -298,6 +304,8 @@ "admin.general.configuration": "Configuración", "admin.general.localization": "Idiomas", "admin.general.localization.availableLocalesDescription": "Asigna que idiomas están disponibles para los usuarios en Configuración de la Cuenta (al dejar este campo en blanco todos los idiomas estarán disponibles). Si está agregando un nuevo idioma manualmente, el Idioma predeterminado para el Cliente debe ser agregado antes de guardar estos ajustes.

    Te gustaría ayudar con las traducciones? Únete al Servidor de Traducciones de Mattermost para contribuir.", + "admin.general.localization.availableLocalesNoResults": "No se han encontrado resultados", + "admin.general.localization.availableLocalesNotPresent": "El idioma predefinido para el cliente debe ser incluido en la lista de idiomas disponibles", "admin.general.localization.availableLocalesTitle": "Idiomas disponibles:", "admin.general.localization.clientLocaleDescription": "Idioma predeterminado para nuevos usuarios y páginas donde el usuario no ha iniciado sesión.", "admin.general.localization.clientLocaleTitle": "Idioma predeterminado para el Cliente:", @@ -305,13 +313,35 @@ "admin.general.localization.serverLocaleTitle": "Idioma predeterminado para el Servidor:", "admin.general.log": "Registro de actividad", "admin.general.policy": "Política", + "admin.general.policy.allowEditPostAlways": "Cualquier momento", + "admin.general.policy.allowEditPostDescription": "Establecer la política sobre la cantidad de tiempo que los autores tienen para editar sus mensajes después de la publicación.", + "admin.general.policy.allowEditPostNever": "Nunca", + "admin.general.policy.allowEditPostTimeLimit": "segundos después de la publicación", + "admin.general.policy.allowEditPostTitle": "Permitir a los siguientes usuarios editar sus mensajes:", "admin.general.policy.permissionsAdmin": "Administradores de Equipo y Sistema", "admin.general.policy.permissionsAll": "Todos los miembros del equipo", + "admin.general.policy.permissionsAllChannel": "Todos los miembros del canal", + "admin.general.policy.permissionsChannelAdmin": "Administradores del Canal, Equipo y Sistema", + "admin.general.policy.permissionsDeletePostAdmin": "Administradores de Equipo y Sistema", + "admin.general.policy.permissionsDeletePostAll": "Los autores de los mensajes pueden borrar sus propios mensajes, y los Administradores pueden borrar cualquier mensaje", + "admin.general.policy.permissionsDeletePostSystemAdmin": "Administradores de Sistema", "admin.general.policy.permissionsSystemAdmin": "Administradores de Sistema", - "admin.general.policy.restrictPrivateChannelManagementDescription": "Establecer la política sobre quién puede crear, eliminar, cambiar el nombre, y establecer el encabezado o el propósito de los grupos privados.", - "admin.general.policy.restrictPrivateChannelManagementTitle": "Habilitar la gestión de los grupos privados a:", - "admin.general.policy.restrictPublicChannelManagementDescription": "Establecer la política sobre quién puede crear, eliminar, cambiar el nombre, y establecer el encabezado o el propósito de canales públicos.", - "admin.general.policy.restrictPublicChannelManagementTitle": "Habilitar la gestión de canales públicos a:", + "admin.general.policy.restrictPostDeleteDescription": "Establecer la política sobre quién tiene permiso para eliminar los mensajes.", + "admin.general.policy.restrictPostDeleteTitle": "Permitir a los siguientes usuarios borrar los mensajes:", + "admin.general.policy.restrictPrivateChannelCreationDescription": "Establece la política de quién puede crear grupos privados.", + "admin.general.policy.restrictPrivateChannelCreationTitle": "Habilitar la creación de grupos privados a:", + "admin.general.policy.restrictPrivateChannelDeletionCommandLineToolLink": "herramienta de línea de comandos", + "admin.general.policy.restrictPrivateChannelDeletionDescription": "Establece la política de quién puede eliminar grupos privados. Los grupos privados eliminados pueden ser recuperados de la base de datos utilizando la {commandLineToolLink}.", + "admin.general.policy.restrictPrivateChannelDeletionTitle": "Habilitar la eliminación de grupos privados a:", + "admin.general.policy.restrictPrivateChannelManagementDescription": "Establecer la política sobre quién puede cambiar el nombre, y establecer el encabezado o el propósito de los grupos privados.", + "admin.general.policy.restrictPrivateChannelManagementTitle": "Habilitar el cambio de nombre de grupos privados a:", + "admin.general.policy.restrictPublicChannelCreationDescription": "Establece la política de quién puede crear canales públicos.", + "admin.general.policy.restrictPublicChannelCreationTitle": "Habilitar creación de canales públicos a:", + "admin.general.policy.restrictPublicChannelDeletionCommandLineToolLink": "herramienta de línea de comandos", + "admin.general.policy.restrictPublicChannelDeletionDescription": "Establece la política de quién puede eliminar canales públicos. Los canales eliminados pueden ser recuperados desde la base de datos utilizando la {commandLineToolLink}.", + "admin.general.policy.restrictPublicChannelDeletionTitle": "Habilitar la eliminación de canales públicos a:", + "admin.general.policy.restrictPublicChannelManagementDescription": "Establece la política de quién puede cambiar el nombre, y establecer el encabezado o el propósito de canales públicos.", + "admin.general.policy.restrictPublicChannelManagementTitle": "Habilitar el cambio de nombre a canales públicos a:", "admin.general.policy.teamInviteDescription": "Establecer la política sobre quién puede invitar a otros utilizando las opciones del Menú Principal Invitar Nuevo Miembro para invitar nuevos usuarios por correo electrónico, o con Enlace de invitación al equipo. Si se utiliza la opción de Enlace de invitación al equipo para compartir el enlace, puedes expirar el código de invitación en la Configuración de Equipo > Código de Invitación luego de que los usuarios deseados se hayan unido al equipo.", "admin.general.policy.teamInviteTitle": "Habilitar el envío de invitaciones a equipo por:", "admin.general.privacy": "Privacidad", @@ -335,7 +365,7 @@ "admin.gitlab.userDescription": "Ingresar /api/v3/user. Asegurate que si utilizas HTTPS o HTTPS tus URLS sean correctas.", "admin.gitlab.userExample": "Ej \"https:///api/v3/user\"", "admin.gitlab.userTitle": "URL para obtener datos de usuario:", - "admin.google.EnableHtmlDesc": "
    1. Inicia sesión con tu cuenta de Google.
    2. Dirigete a https://console.developers.google.com, haz clic en Credenciales en la barra lateral izquierda e ingresa \"Mattermost - el-nombre-de-tu-empresa\" como el Nombre del Proyecto, luego haz clic en Crear.
    3. Haz clic en el encabezado de Pantalla de autorización de OAuth e ingresa \"Mattermost\" como el Nombre de producto mostrado a los usuarios, luego haz clic en Guardar.
    4. En el encabezado de Credenciales, haz clic en Crear credenciales, escoge ID de cliente de OAuth y selecciona Web.
    5. En Restricciones y URIs de redireccionamiento autorizados ingresa tu-url-de-mattermost/signup/google/complete (ejemplo: http://localhost:8065/signup/google/complete). Haz clic en Crear.
    6. Pega el ID de Cliente y el Secreto de Cliente en los campos que se encuentran en la parte inferior, luego haz clic en Guardar.
    7. Finalmente, dirigete a Google+ API y haz clic en Habilitar. Puede que esta acción tome unos minutos en propagarse por los sistemas de Google.
    ", + "admin.google.EnableHtmlDesc": "
    1. Inicia sesión con tu cuenta de Google.
    2. Dirigete a https://console.developers.google.com, haz clic en Credenciales en la barra lateral izquierda e ingresa \"Mattermost - el-nombre-de-tu-empresa\" como el Nombre del Proyecto, luego haz clic en Crear.
    3. Haz clic en el encabezado de Pantalla de autorización de OAuth e ingresa \"Mattermost\" como el Nombre de producto mostrado a los usuarios, luego haz clic en Guardar.
    4. En el encabezado de Credenciales, haz clic en Crear credenciales, escoge ID de cliente de OAuth y selecciona Web.
    5. En Restricciones y URIs de redireccionamiento autorizados ingresa tu-url-de-mattermost/signup/google/complete (ejemplo: http://localhost:8065/signup/google/complete). Haz clic en Crear.
    6. Pega el ID de Cliente y el Secreto de Cliente en los campos que se encuentran en la parte inferior, luego haz clic en Guardar.
    7. Finalmente, dirigete a Google+ API y haz clic en Habilitar. Puede que esta acción tome unos minutos en propagarse por los sistemas de Google.
    ", "admin.google.authTitle": "URL para autentificación:", "admin.google.clientIdDescription": "El ID de Cliente que recibiste al registrar la aplicación con Google.", "admin.google.clientIdExample": "Ej.: \"7602141235235-url0fhs1mayfasbmop5qlfns8dh4.apps.googleusercontent.com\"", @@ -348,12 +378,17 @@ "admin.image.amazonS3BucketDescription": "Nombre que ha seleccionado para el bucket S3 en AWS.", "admin.image.amazonS3BucketExample": "Ej.: \"mattermost-media\"", "admin.image.amazonS3BucketTitle": "Amazon S3 Bucket:", + "admin.image.amazonS3EndpointDescription": "Nombre de host del proveedor de Almacenamiento compatible con S3. Por defecto `s3.amazonaws.com`.", + "admin.image.amazonS3EndpointExample": "Ej: \"s3.amazonaws.com\"", + "admin.image.amazonS3EndpointTitle": "Extremo de Amazon S3:", "admin.image.amazonS3IdDescription": "Obetener esta credencial del administrador de tu Amazon EC2", "admin.image.amazonS3IdExample": "Ej.: \"AKIADTOVBGERKLCBV\"", "admin.image.amazonS3IdTitle": "ID de Llave de acceso Amazon S3:", "admin.image.amazonS3RegionDescription": "Región que ha seleccionado en AWS para la creación de tu bucket S3.", "admin.image.amazonS3RegionExample": "Ej.: \"us-east-1\"", "admin.image.amazonS3RegionTitle": "Región de Amazon S3:", + "admin.image.amazonS3SSLDescription": "Si es falso, permitir conexiones inseguras a Amazon S3. Por defecto permite sólo conexiones seguras.", + "admin.image.amazonS3SSLTitle": "Habilitar Conexiones seguras a Amazon S3:", "admin.image.amazonS3SecretDescription": "Obetener esta credencial del administrador de tu Amazon EC2.", "admin.image.amazonS3SecretExample": "Ej.: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", "admin.image.amazonS3SecretTitle": "Llave secreta de Amazon S3:", @@ -408,7 +443,7 @@ "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 con el tiempo, como el nombre de usuario o el uid. Si el atributo del identificador cambia, se creará una nueva cuenta en Mattermost que no está asociada a la anterior. Este valor es utilizado para iniciar sesión en Mattermost en el campo \"Usuario AD/LDAP\" en la página de inicio de sesión. Normalmente este atributo es el mismo que el campo “Atributo Usuario”. Si el equipo normalmente utiliza dominio\\usuario para iniciar sesión en otros servicios con AD/LDAP, puedes elegir llenar este campo como dominio\\usuario para mantener consistencia entre los servicios.", + "admin.ldap.idAttrDesc": "El atributo en el servidor AD/LDAP que será utilizado para poblar el identificador único en Mattermost. Debe ser un atributo de AD/LDAP que no cambie con el tiempo, como el nombre de usuario o el uid. Si el atributo del identificador cambia, se creará una nueva cuenta en Mattermost que no está asociada a la anterior. Este valor es utilizado para iniciar sesión en Mattermost en el campo \"Usuario AD/LDAP\" en la página de inicio de sesión. Normalmente este atributo es el mismo que el campo “Atributo Usuario”. Si el equipo normalmente utiliza dominio\\\\usuario para iniciar sesión en otros servicios con AD/LDAP, puedes elegir llenar este campo como dominio\\\\usuario para mantener consistencia entre los servicios.", "admin.ldap.idAttrEx": "Ej.: \"sAMAccountName\"", "admin.ldap.idAttrTitle": "Atributo ID: ", "admin.ldap.lastnameAttrDesc": "(Opcional) el atributo en el servidor 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.", @@ -424,10 +459,13 @@ "admin.ldap.nicknameAttrDesc": "(Opcional) el atributo en el servidor AD/LDAP que se utilizará para rellenar el sobrenombre de los usuarios en Mattermost. Cuando se establece, los usuarios no podrán editar su apodo, ya que se sincroniza con el servidor AD/LDAP. Cuando se deja en blanco, los usuarios pueden establecer su propio apodo en la Configuración de la Cuenta.", "admin.ldap.nicknameAttrEx": "Ej.: \"sobrenombre\"", "admin.ldap.nicknameAttrTitle": "Atributo del Sobrenombre:", - "admin.ldap.noLicense": "

    Nota:

    AD/LDAP es una característica de la edición enterprise. Tu licencia actual no soporta AD/LDAP. Haz clic aquí para obtener información y precios de las licencias enterprise.

    ", + "admin.ldap.noLicense": "

    Nota:

    AD/LDAP es una característica de la edición empresarial. Tu licencia actual no soporta AD/LDAP. Haz clic aquí para obtener información y precios de las licencias empresariales.

    ", "admin.ldap.portDesc": "El puerto que Mattermost utilizará para conectarse al servidor AD/LDAP. El predeterminado es 389.", "admin.ldap.portEx": "Ej.: \"389\"", "admin.ldap.portTitle": "Puerto AD/LDAP:", + "admin.ldap.positionAttrDesc": "(Opcional) El atributo en el servidor AD/LDAP que será utilizado para poblar el cargo de los usuarios en Mattermost.", + "admin.ldap.positionAttrEx": "Ej: \"cargo\"", + "admin.ldap.positionAttrTitle": "Atributo Cargo:", "admin.ldap.queryDesc": "El tiempo de espera para las consultas en el servidor AD/LDAP. Aumenta este valor si estás obteniendo errores por falta de tiempo debido a un servidor de AD/LDAP lento.", "admin.ldap.queryEx": "Ej.: \"60\"", "admin.ldap.queryTitle": "Tiempo de espera para las Consultas (segundos):", @@ -437,7 +475,7 @@ "admin.ldap.skipCertificateVerification": "Omitir la Verificación del Certificado:", "admin.ldap.skipCertificateVerificationDesc": "Omite la verificación del certificado para las conexiones TLS o STARTTLS. No recomendado para ambientes de producción donde TLS es requerido. Utilizalo sólamente para pruebas.", "admin.ldap.syncFailure": "Error de Sincronización: {error}", - "admin.ldap.syncIntervalHelpText": "La Sincronización AD/LDAP actualiza la información de usuarios en Mattermost para reflejar las actualizaciones en el servidor AD/LDAP. Por ejemplo, cuando un el nombre de usuario cambia en el servidor AD/LDAP, el cambio es reflejado en Mattermost cuando se realiza la sincronización. Las cuentas eliminadas o deshabilitadas en el servidor AD/LDAP tendrán sus cuentas en Mattermost como \"Inactiva\" y las sesiones revocadas. Mattermost realiza la sincronización en el intervalo de ingresado. Por ejemplo, si se introduce 60, Mattermost sincroniza cada 60 minutos.", + "admin.ldap.syncIntervalHelpText": "La Sincronización AD/LDAP actualiza la información de usuarios en Mattermost para reflejar las actualizaciones en el servidor AD/LDAP. Por ejemplo, cuando un el nombre de usuario cambia en el servidor AD/LDAP, el cambio es reflejado en Mattermost cuando se realiza la sincronización. Las cuentas eliminadas o inhabilitadas en el servidor AD/LDAP tendrán sus cuentas en Mattermost como \"Inactiva\" y las sesiones revocadas. Mattermost realiza la sincronización en el intervalo de ingresado. Por ejemplo, si se introduce 60, Mattermost sincroniza cada 60 minutos.", "admin.ldap.syncIntervalTitle": "Intervalo de Sincronización (minutos):", "admin.ldap.syncNowHelpText": "Inicia una sincronización AD/LDAP inmediatamente.", "admin.ldap.sync_button": "Sincronizar AD/LDAP Ahora", @@ -445,8 +483,8 @@ "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.userFilterDisc": "(Opcional) Introduce un Filtro AD/LDAP a utilizar para buscar los objetos de usuario. Sólo los usuarios seleccionados por la consulta será capaz de acceder a Mattermost. Para Active Directory, la consulta para filtrar a los usuarios con deshabilitados es (&(objectCategory=Persona)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).", - "admin.ldap.userFilterEx": "Ej. \"(objectClass=user)\"", + "admin.ldap.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:", "admin.ldap.usernameAttrEx": "Ej.: \"sAMAccountName\"", "admin.ldap.usernameAttrTitle": "Atributo Usuario:", @@ -454,18 +492,18 @@ "admin.license.chooseFile": "Escoger Archivo", "admin.license.edition": "Edición: ", "admin.license.key": "Licencia: ", - "admin.license.keyRemove": "Remover la Licencia Enterprise y Degradar el Servidor", + "admin.license.keyRemove": "Remover la Licencia Empresarial y Degradar el Servidor", "admin.license.noFile": "No se subió ningún archivo", "admin.license.removing": "Removiendo Licencia...", "admin.license.title": "Edición y Licencia", "admin.license.type": "Licencia: ", "admin.license.upload": "Subir", - "admin.license.uploadDesc": "Subir una llave de licencia de Mattermost Edición Enterprise para mejorar este servidor. Visitanos en líneapara conocer más acerca de los beneficios de la Edición Enterprise or para comprar una licencia.", + "admin.license.uploadDesc": "Subir una llave de licencia de Mattermost Edición Empresarial para mejorar este servidor. Visítanos en líneapara conocer más acerca de los beneficios de la Edición Empresarial o para comprar una licencia.", "admin.license.uploading": "Subiendo Licencia...", "admin.log.consoleDescription": "Normalmente asignado en falso en producción. Los desarolladores pueden configurar este campo en verdadero para ver de mensajes de consola basado en las opciones de nivel configuradas. Si es verdadera, el servidor escribirá los mensajes en una salida estandar (stdout).", "admin.log.consoleTitle": "Imprimir registros en la consola: ", "admin.log.enableDiagnostics": "Habilitar Diagnósticos e Informes de error:", - "admin.log.enableDiagnosticsDescription": "Activa esta función para mejorar la calidad y el rendimiento de Mattermost mediante el envío de informes de error y la información de diagnóstico a Mattermost, Inc. Lee nuestra política de privacidad para obtener más información.", + "admin.log.enableDiagnosticsDescription": "Activa esta función para mejorar la calidad y el rendimiento de Mattermost mediante el envío de informes de error y la información de diagnóstico a Mattermost, Inc. Lee nuestra política de privacidad para obtener más información.", "admin.log.enableWebhookDebugging": "Habilitar Depuración de Webhook", "admin.log.enableWebhookDebuggingDescription": "Puedes establecer a falso para desactivar el registro de depuración del cuerpo de todas las solicitudes de webhooks de entrada.", "admin.log.fileDescription": "Normalmente asignado en verdadero en producción. Cueando es verdadero, los archivos de registro son escritos en la ubicación especificada a continuación.", @@ -489,6 +527,14 @@ "admin.log.logSettings": "Configuración de registro", "admin.logs.reload": "Recargar", "admin.logs.title": "Servidor de registros", + "admin.metrics.enableDescription": "Cuando es verdadero, Mattermost habilitará el monitoreo de desempeño, la recolección y la elaboración de perfiles. Por favor, consulta la documentación para obtener más información acerca de la configuración del monitoreo del rendimiento para Mattermost.", + "admin.metrics.enableTitle": "Habilitar el Monitoreo de Desempeño:", + "admin.metrics.listenAddressDesc": "La dirección del servidor que escuchará para mostrar las métricas de rendimiento.", + "admin.metrics.listenAddressEx": "Ej: \":8067\"", + "admin.metrics.listenAddressTitle": "Dirección de escucha:", + "admin.mfa.bannerDesc": "Autenticación de Múltiples factores está disponible para cuentas con inicio de sesión AD/LDAP o correo electrónico. Si se utilizan otros métodos de inicio de sesión, MFA debe ser configurado en el proveedor de autenticación.", + "admin.mfa.cluster": "Alta", + "admin.mfa.title": "Autenticación de Múltiples factores:", "admin.nav.help": "Ayuda", "admin.nav.logout": "Cerrar sesión", "admin.nav.report": "Reportar problema", @@ -500,10 +546,10 @@ "admin.oauth.google": "Google Apps", "admin.oauth.off": "No permitir el inicio de sesión por medio de un proveedor de OAuth 2.0", "admin.oauth.office365": "Office 365 (Beta)", - "admin.oauth.providerDescription": "Cuando es verdadero, Mattermost puede actuar como un proveedor de servicios de OAuth 2.0 permitiendo a que Mattermost autorice las solicitudes de API de aplicaciones externas. Ver ladocumentación para obtener más información.", + "admin.oauth.providerDescription": "Cuando es verdadero, Mattermost puede actuar como un proveedor de servicios de OAuth 2.0 permitiendo a que Mattermost autorice las solicitudes de API de aplicaciones externas. Ver la documentación para obtener más información.", "admin.oauth.providerTitle": "Habilitar el Proveedor de Servicios de OAuth 2.0: ", "admin.oauth.select": "Selecciona un proveedor de servicio de OAuth 2.0", - "admin.office365.EnableHtmlDesc": "
    1. Inicia sesión con tu cuenta de Microsoft u Office 365. Asegura que la cuenta sea un inquilino de Azure AD para que los usuarios puedan iniciar sesión.
    2. Dirígete a https://apps.dev.microsoft.com. haz clic en Ir a la lista de aplicaciones > Agregar una aplicación y utiliza \"Mattermost - el-nombre-de-tu-empresa\" como el Nombre de la aplicación.
    3. Bajo Secretos de aplicación, haz clic en Generar nueva contraseña y pegala en el campo inferior Contraseña Secreta de la Aplicación.
    4. Bajo Plataformas, haz clic en Agregar plataforma, selecciona Web e ingresa url-de-tu-mattermost/signup/office365/complete (ejemplo: http://localhost:8065/signup/office365/complete) en URI de redireccionamiento. Tambíen desmarca Permitir flujo implícito.
    5. Finalmente, haz clic en Guardar y pega el ID de aplicación en el campo inferior.
    ", + "admin.office365.EnableHtmlDesc": "
    1. Inicia sesión con tu cuenta de Microsoft u Office 365. Asegura que la cuenta sea un inquilino de Azure AD para que los usuarios puedan iniciar sesión.
    2. Dirígete a https://apps.dev.microsoft.com. haz clic en Ir a la lista de aplicaciones > Agregar una aplicación y utiliza \"Mattermost - el-nombre-de-tu-empresa\" como el Nombre de la aplicación.
    3. Bajo Secretos de aplicación, haz clic en Generar nueva contraseña y pegala en el campo inferior Contraseña Secreta de la Aplicación.
    4. Bajo Plataformas, haz clic en Agregar plataforma, selecciona Web e ingresa url-de-tu-mattermost/signup/office365/complete (ejemplo: http://localhost:8065/signup/office365/complete) en URI de redireccionamiento. Tambíen desmarca Permitir flujo implícito.
    5. Finalmente, haz clic en Guardar y pega el ID de aplicación en el campo inferior.
    ", "admin.office365.authTitle": "URL para autentificación:", "admin.office365.clientIdDescription": "El ID de Aplicación/Cliente que recibiste al registrar la aplicación con Microsoft.", "admin.office365.clientIdExample": "Ej.: \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"", @@ -523,16 +569,20 @@ "admin.password.requirementsDescription": "Los tipos de caracteres que se requiere para una contraseña válida.", "admin.password.symbol": "Al menos un símbolo (por ejemplo,\"~!@#$%^&*()\")", "admin.password.uppercase": "Al menos una letra en mayúscula", - "admin.privacy.showEmailDescription": "Cuando es falso, oculta la dirección de correo para otros usuarios en la interfaz de usuario, incluyendo a los dueños y Administradores de Equipo. Usado cuando el sistema es configurado para administrar equipos donde algunos usuarios escogen mantener su información de contacto privada.", + "admin.privacy.showEmailDescription": "Si es falso, se esconde la dirección de correo electrónico de los miembros para todos los usuarios, excepto a los Administradores del Sistema.", "admin.privacy.showEmailTitle": "Mostrar dirección de correo electrónico: ", - "admin.privacy.showFullNameDescription": "Cuando es falso, esconde el nombre completo de los usuarios para otros usuarios, incluyendo dueños y Administradores de Equipos. El nombre de usuario es mostrado en vez del nombre completo.", + "admin.privacy.showFullNameDescription": "Si es falso, se esconde el nombre completo de los miembros para todos los usuarios, excepto a los Administradores del Sistema. El nombre de usuario se muestra en lugar del nombre completo.", "admin.privacy.showFullNameTitle": "Mostrar nombre completo: ", + "admin.purge.button": "Purgar Todos los Cachés", + "admin.purge.loading": " Cargando...", + "admin.purge.purgeDescription": "Esto eliminará toda la memoria caché para cosas como las sesiones, cuentas, canales, etc. Las Implementaciones que utilicen Alta Disponibilidad intentarán purgar todos los servidores del clúster. La purga de cachés pueden tener un impacto adverso en el rendimiento.", + "admin.purge.purgeFail": "Purga sin éxito: {error}", "admin.rate.enableLimiterDescription": "Cuando es verdadero, La APIs son reguladas a tasas especificadas a continuación.", "admin.rate.enableLimiterTitle": "Habilitar el limitador de velocidad: ", "admin.rate.httpHeaderDescription": "Al llenar este campo, se limita la velocidad según el encabezado HTTP especificado (e.j. cuando se configura con NGINX asigna \"X-Real-IP\", cuando se configura con AmazonELB asigna \"X-Forwarded-For\").", "admin.rate.httpHeaderExample": "Ej.: \"X-Real-IP\", \"X-Forwarded-For\"", - "admin.rate.httpHeaderTitle": "Variar el límite de velocidad según el encabezado HTTP", - "admin.rate.maxBurst": "Máximo de Ráfagas", + "admin.rate.httpHeaderTitle": "Variar el límite de velocidad según el encabezado HTTP:", + "admin.rate.maxBurst": "Máximo Tamaño de la Ráfaga:", "admin.rate.maxBurstDescription": "Máximo número de solicitudes permitidas más allá del límite de consultas por segundo.", "admin.rate.maxBurstExample": "Ej.: \"100\"", "admin.rate.memoryDescription": "El número máximo de sesiones de usuarios conectados en el sistema es determinado por \"Variar el límite de velocidad por dirección remota\" y \"Variar el límite de velocidad según el encabezado HTTP\" en la configuración siguiente.", @@ -564,7 +614,7 @@ "admin.saml.assertionConsumerServiceURLDesc": "Ingresa https:///login/sso/saml. Asegurate de utilizar HTTP o HTTPS en el URL dependiendo de la configuración de tu servidor. Este campo también es conocido como Assertion Consumer Service URL.", "admin.saml.assertionConsumerServiceURLEx": "Ej \"https:///login/sso/saml\"", "admin.saml.assertionConsumerServiceURLTitle": "URL de inicio de sesión del Proveedor de Servicio:", - "admin.saml.bannerDesc": "If a user attribute changes on the SAML server it will be updated the next time the user enters their credentials to log in to Mattermost. This includes if a user is made inactive or removed from a SAML Identity Provider. Remote logout with SAML servers is considered in a future release.", + "admin.saml.bannerDesc": "Los atributos de usuario del servidor SAML, incluyendo su desactivación o eliminación, es actualizado en Mattermost durante el inicio de sesión del usuario. Para conocer más: https://docs.mattermost.com/deployment/sso-saml.html", "admin.saml.emailAttrDesc": "El atributo de la Aserción SAML que se utilizará para rellenar las direcciones de correo electrónico de los usuarios en Mattermost.", "admin.saml.emailAttrEx": "Ej.: \"Email\" o \"PrimaryEmail\"", "admin.saml.emailAttrTitle": "Atributo de Correo Electrónico:", @@ -596,6 +646,9 @@ "admin.saml.nicknameAttrDesc": "(Opcional) El atributo de La Aserción SAML que se utilizará para rellenar el sobrenombre de usuarios en Mattermost.", "admin.saml.nicknameAttrEx": "Ej.: \"Nickname\"", "admin.saml.nicknameAttrTitle": "Atributo del Sobrenombre:", + "admin.saml.positionAttrDesc": "(Opcional) El atributo de la Aserción SAML que se utilizará para rellenar el cargo de los usuarios en Mattermost.", + "admin.saml.positionAttrEx": "Ej: \"Cargo\"", + "admin.saml.positionAttrTitle": "Atributo del Cargo:", "admin.saml.privateKeyFileFileDesc": "La llave privada que se utiliza para descifrar Aserciones SAML provenientes del Proveedor de Identidad.", "admin.saml.privateKeyFileFileRemoveDesc": "Remover la llave privada que se utiliza para descifrar Aserciones SAML provenientes del Proveedor de Identidad.", "admin.saml.privateKeyFileTitle": "Llave Privada del Proveedor de Servicio:", @@ -617,12 +670,12 @@ "admin.save": "Guardar", "admin.saving": "Guardando...", "admin.security.connection": "Conexiones", - "admin.security.inviteSalt.disabled": "El salt para invitaciones no puede ser cambiado, mientras que el envío de correos electrónicos está deshabilitado.", + "admin.security.inviteSalt.disabled": "El salt para invitaciones no puede ser cambiado, mientras que el envío de correos electrónicos está inhabilitado.", "admin.security.login": "Inicio de Sesión", "admin.security.password": "Contraseña", - "admin.security.passwordResetSalt.disabled": "El salt para restablecer contraseñas no puede ser cambiado, mientras que el envío de correos electrónicos está deshabilitado.", + "admin.security.passwordResetSalt.disabled": "El salt para restablecer contraseñas no puede ser cambiado, mientras que el envío de correos electrónicos está inhabilitado.", "admin.security.public_links": "Enlaces Públicos", - "admin.security.requireEmailVerification.disabled": "Verificación de correo electrónico no puede ser cambiado, mientras que el envío de correos electrónicos está deshabilitado.", + "admin.security.requireEmailVerification.disabled": "Verificación de correo electrónico no puede ser cambiado, mientras que el envío de correos electrónicos está inhabilitado.", "admin.security.session": "Sesiones", "admin.security.signup": "Registro", "admin.select_team.close": "Cerrar", @@ -633,36 +686,41 @@ "admin.service.attemptTitle": "Máximo de intentos de conexión:", "admin.service.cmdsDesc": "Cuando es verdadero, los comandos de barra serán permitidos. Revisa la documentación para obtener más información.", "admin.service.cmdsTitle": "Habilitar Comandos de Barra Personalizados: ", - "admin.service.corsDescription": "Habilitar solicitudes HTTP de origen cruzado desde un dominio específico. Utiliza \"*\" si quieres permitir CORS desde cualquier dominio o dejalo en blanco para deshabilitarlo.", + "admin.service.corsDescription": "Habilitar solicitudes HTTP de origen cruzado desde un dominio específico. Utiliza \"*\" si quieres permitir CORS desde cualquier dominio o déjalo en blanco para inhabilitarlo.", "admin.service.corsEx": "http://ejemplo.com", "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 roja en la parte superior de la interfaz de usuario. No se recomienda su uso en producción. ", + "admin.service.developerDesc": "Cuando es verdadero, los errores de JavaScript se muestran en una barra roja 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.googleDescription": "Establece esta clave para mostrar los títulos de los vídeos de YouTube incorporado en las previsualizaciones. Sin la clave, las previsualizaciones de YouTube igual serán creadas en base a los enlaces que aparecen en los mensajes o comentarios, pero no se mostrará el título de vídeo. Ve el Tutorial para Desarrolladores de Google para ver las instrucciones sobre cómo obtener una clave.", + "admin.service.enforcMfaTitle": "Imponer la Autenticación de Múltiples factores:", + "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.forward80To443": "Redirigir el puerto 80 a 443:", + "admin.service.forward80To443Description": "Redirige todo el trafico inseguro del puerto 80 al puerto seguro 443", + "admin.service.googleDescription": "Establece esta clave para mostrar los títulos de los vídeos de YouTube incorporado en las previsualizaciones. Sin la clave, las previsualizaciones de YouTube igual serán creadas en base a los enlaces que aparecen en los mensajes o comentarios, pero no se mostrará el título de vídeo. Ve el Tutorial para Desarrolladores de Google para ver las instrucciones sobre cómo obtener una clave.", "admin.service.googleExample": "Ej.: \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"", "admin.service.googleTitle": "Llave del API de Google:", - "admin.service.iconDescription": "Cuando es verdadero, los webhooks, comandos de barra y otras integraciones, tales como Zapier, podrán cambiar la imagen de perfil del mensaje que generan. Nota: Al combinar con el permitir a las integraciones reescribir nombres de usuario, puede que los usuarios sean capaces de realizar ataques de phishing tratando de hacerse pasar por otros usuarios.", + "admin.service.iconDescription": "Cuando es verdadero, los webhooks, comandos de barra y otras integraciones, tales como Zapier, podrán cambiar la imagen de perfil del mensaje que generan. Nota: Al combinar con el permitir a las integraciones reescribir nombres de usuario, puede que los usuarios sean capaces de realizar ataques de phishing tratando de hacerse pasar por otros usuarios.", "admin.service.iconTitle": "Permitir a las integraciones reescribir imágenes de perfil:", "admin.service.insecureTlsDesc": "Cuando es verdadero, cualquier solicitud de salida por HTTPS será aceptada incluso si posee certificados no verificados o autofirmados. Por ejemplo, webhooks de salida a un servidor con un certificado TLS autofirmado, utilizando cualquier dominio, será permitido. Tenga en cuenta que esto hace que estas conexiones susceptibles a los ataques hombre-en-el-medio.", "admin.service.insecureTlsTitle": "Habilitar Conexiones de Salida Inseguras: ", "admin.service.integrationAdmin": "Restringir la gestión de las integraciones a los Administradores:", "admin.service.integrationAdminDesc": "Cuando es verdadero, los webhooks y comandos de barra sólo se pueden crear, editar y visualizar por los Administradores de Equipo y Sistema, y las aplicaciones de OAuth 2.0 por Administradores de sistemas. Las integraciones están disponibles para todos los usuarios después de haber sido creadas por el Administrador.", + "admin.service.letsEncryptCertificateCacheFile": "Archivo de Caché de Let's Encrypt:", + "admin.service.letsEncryptCertificateCacheFileDescription": "Certificados recuperados y otros datos del servicio de Let's Encrypt serán almacenados en este archivo.", "admin.service.listenAddress": "Dirección de escucha:", - "admin.service.listenDescription": "La dirección a la cual enlazar y escuchar. Ingresando \":8065\" se enlazarán a todas las interfaces, o puede elegir uno como \"127.0.0.1:8065\". Si eliges un número de puerto bajo, debe tener permisos para enlazar a ese puerto. En Linux puedes usar: \"sudo setcap cap_net_bind_service=+ep ./bin/plataform\" para permitir que Mattermost pueda enlazarse a puertos bajos.", + "admin.service.listenDescription": "La dirección y el puerto al que se debe enlazar y escuchar. Si se especifica \":8065\" se enlaza a todas las interfaces de red. Al especificar \"127.0.0.1:8065\" sólo se enlaza a la interfaz de red que tiene esa dirección IP. Si eliges un puerto de un nivel inferior (llamado \"puertos de sistema\" o \"puertos conocidos\", en el rango de 0-1023), debes tener permisos para enlazar a ese puerto. En Linux puedes usar: \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" para permitir que Mattermost sea enlazado a los puertos conocidos.", "admin.service.listenExample": "Ej.: \":8065\"", - "admin.service.mfaDesc": "Cuando es verdadero, los usuarios tendrán la opción de agregar autenticación de múltiples factores a sus cuentas. Necesitarán un teléfono inteligente y una app de autenticación como Google Authenticator.", + "admin.service.mfaDesc": "Cuando es verdadero, los usuarios con inicio de sesión AD/LDAP o correo electrónico podrán agregar la autenticación de múltiples factores a su cuenta utilizando Google Authenticator.", "admin.service.mfaTitle": "Habilitar Autenticación de Múltiples Factores:", "admin.service.mobileSessionDays": "Duración de la sesión para móviles (días):", "admin.service.mobileSessionDaysDesc": "El número de días desde la última vez que un usuario ingreso sus credenciales para que la sesión del usuario expire. Luego de cambiar esta configuración, la nueva duración de la sesión tendrá efecto luego de la próxima vez que el usuario ingrese sus credenciales.", "admin.service.outWebhooksDesc": "Cuando es verdadero, los webhooks de salida serán permitidos. Revisa la documentación para obtener más información.", "admin.service.outWebhooksTitle": "Habilitar Webhooks de Salida: ", - "admin.service.overrideDescription": "Cuando es verdadero, los webhooks, comandos de barra y otras integraciones, tales como Zapier, podrán cambiar el nombre de usuario del mensaje que generan. Nota: Al combinar con el permitir a las integraciones reescribir imágenes de perfil, puede que los usuarios sean capaces de realizar ataques de phishing tratando de hacerse pasar por otros usuarios.", + "admin.service.overrideDescription": "Cuando es verdadero, los webhooks, comandos de barra y otras integraciones, tales como Zapier, podrán cambiar el nombre de usuario del mensaje que generan. Nota: Al combinar con el permitir a las integraciones reescribir imágenes de perfil, puede que los usuarios sean capaces de realizar ataques de phishing tratando de hacerse pasar por otros usuarios.", "admin.service.overrideTitle": "Permitir a las integraciones reescribir nombres de usuario:", + "admin.service.readTimeout": "Tiempo de Espera de Lectura:", + "admin.service.readTimeoutDescription": "Tiempo máximo permitido de cuando la conexión es aceptada en el momento de la solicitud hasta que el cuerpo de la solicitud es totalmente leída.", "admin.service.securityDesc": "Cuando es verdadero, Los Administradores del Sistema serán notificados por correo electrónico se han anunciado alertas de seguridad relevantes en las últimas 12 horas. Requiere que los correos estén habilitados.", "admin.service.securityTitle": "Habilitar Alertas de Seguridad: ", - "admin.service.segmentDescription": "Segment.com es un servicio en línea que puede ser utilizado opcionalmente para el seguimiento detallado de las estadísticas del sistema. Puedes obtener una clave de registro para obtener una cuenta gratuita en Segment.com.", - "admin.service.segmentExample": "Ej.: \"g3fgGOXJAQ43QV7rAh6iwQCkV4cA1Gs\"", - "admin.service.segmentTitle": "Llave de Escritura de Segment:", "admin.service.sessionCache": "La Caché de sesión (minutos):", "admin.service.sessionCacheDesc": "La cantidad de minutes que el cache de la sesión se guardará en memoria.", "admin.service.sessionDaysEx": "Ej.: \"30\"", @@ -673,10 +731,18 @@ "admin.service.ssoSessionDaysDesc": "El número de días desde la última vez que un usuario ingreso sus credenciales para que la sesión del usuario expire. Si el método de autenticación es SAML o GitLab, el usuario puede iniciar su sesión automáticamente en Mattermost si ya cuenta con una sesión activa en SAML o GitLab. Luego de cambiar esta configuración, la nueva duración de la sesión tendrá efecto luego de la próxima vez que el usuario ingrese sus credenciales.", "admin.service.testingDescription": "Cuando es verdadero, el comando de barra /loadtest es habilitado para cargar cuentas de prueba, datos y formato de texto. Al cambiar este parámetro se requiere un reinicio del servidor para que el cambio tengan efecto.", "admin.service.testingTitle": "Habilitar Comandos de Prueba: ", + "admin.service.tlsCertFile": "Archivo de Certificado TLS:", + "admin.service.tlsCertFileDescription": "El archivo del certificado a utilizar.", + "admin.service.tlsKeyFile": "Archivo llave TLS:", + "admin.service.tlsKeyFileDescription": "El archivo de la llave privada a utilizar.", + "admin.service.useLetsEncrypt": "Utilizar Let's Encrypt:", + "admin.service.useLetsEncryptDescription": "Habilitar la recuperación automática de certificados del servicio Let's Encrypt. El certificado será recuperado cuando un cliente intenta conectarse desde un nuevo dominio. Esto permite que funcione con multiples dominios.", "admin.service.webSessionDays": "Duración de la sesión para AD/LDAP y correo electrónico (días):", "admin.service.webSessionDaysDesc": "El número de días desde la última vez que un usuario ingreso sus credenciales para que la sesión del usuario expire. Luego de cambiar esta configuración, la nueva duración de la sesión tendrá efecto luego de la próxima vez que el usuario ingrese sus credenciales.", "admin.service.webhooksDescription": "Cuando es verdadero, los webhooks de entrada serán permitidos. Para ayudar el combate contra los ataques de phishing, todos los mensajes provenientes de webhooks serán marcados con una etiqueta BOT. Revisa la documentación para obtener más información.", "admin.service.webhooksTitle": "Habilitar Webhooks de Entrada: ", + "admin.service.writeTimeout": "Tiempo de Espera de Escritura:", + "admin.service.writeTimeoutDescription": "Si se utiliza HTTP (inseguro), este es el tiempo máximo permitido desde que se termina de leer el encabezado de la solicitud hasta que la respuesta se escribe. Si se utiliza HTTPS, este el el tiempo total desde el momento en que se acepta la conexión hasta que la respuesta es escrita.", "admin.sidebar.addTeamSidebar": "Agregar un equipo el menú lateral", "admin.sidebar.advanced": "Avanzado", "admin.sidebar.audits": "Auditorías", @@ -701,10 +767,12 @@ "admin.sidebar.ldap": "AD/LDAP", "admin.sidebar.legalAndSupport": "Legal y Soporte", "admin.sidebar.license": "Edición y Licencia", + "admin.sidebar.linkPreviews": "Vista previa del Enlace", "admin.sidebar.localization": "Idiomas", "admin.sidebar.logging": "Registros", "admin.sidebar.login": "Inicio de Sesión", "admin.sidebar.logs": "Registros", + "admin.sidebar.metrics": "Monitoreo de Desempeño", "admin.sidebar.nativeAppLinks": "Enlaces de Mattermost App", "admin.sidebar.notifications": "Notificaciones", "admin.sidebar.oauth": "OAuth 2.0", @@ -768,15 +836,21 @@ "admin.system_analytics.totalPosts": "Total de Mensajes", "admin.team.brandDesc": "Habilitar la marca personalizada para mostrar la imagen de tu preferencia, subida a continuación, y un mensaje de ayuda, que se escribirá a continuación, para ser mostrado en la página de inicio de sesión.", "admin.team.brandDescriptionExample": "Todas las comunicaciones del equipo en un sólo lugar, con búsquedas y accesible desde cualquier parte", - "admin.team.brandDescriptionHelp": "Nombre de servicios mostrados en la pantalla de inicio de sesión e Interfaz de Usuario.", - "admin.team.brandDescriptionTitle": "Descripción del Sitio", + "admin.team.brandDescriptionHelp": "Descripción del servicio se muestra en las pantallas de inicio de sesión y la interfaz de usuario. Cuando no se especifica, se mostrará \"Todas las comunicaciones de tu equipo en un solo lugar, con búsquedas instantáneas y accesible de todas partes.\".", + "admin.team.brandDescriptionTitle": "Descripción del Sitio: ", "admin.team.brandImageTitle": "Imagen de marca personalizada:", - "admin.team.brandTextDescription": "El texto de la marca personalizada formateado con Markdown que te gustaría que aparezca debajo de la imagén de tu marca personalizada en la pantalla de inicio de sesión.", + "admin.team.brandTextDescription": "El texto que aparecerá debajo de la imagen de la marca personalizada en la pantalla de inicio de sesión. Soporta Markdown con formato de texto. Máximo 500 caracteres permitidos.", "admin.team.brandTextTitle": "Texto de la marca personalizada:", "admin.team.brandTitle": "Habilitar marca personalizada: ", "admin.team.chooseImage": "Selecciona una Imagen Nueva", "admin.team.dirDesc": "Cuando es verdadero, Los equipos que esten configurados para mostrarse en el directorio de equipos se mostrarán en vez de crear un nuevo equipo.", "admin.team.dirTitle": "Habilitar Directorio de Equipos: ", + "admin.team.maxChannelsDescription": "Máximo número total de canales por equipo, incluyendo canales activos y borrados.", + "admin.team.maxChannelsExample": "Ej: \"100\"", + "admin.team.maxChannelsTitle": "Max Canales Por Equipo:", + "admin.team.maxNotificationsPerChannelDescription": "Cantidad máxima de usuarios en un canal para que las notificaciones de \"escribiendo un mensaje\", @all, @here y @channel no sean enviadas para mejorar el rendimiento.", + "admin.team.maxNotificationsPerChannelExample": "Ej: \"1000\"", + "admin.team.maxNotificationsPerChannelTitle": "Cantidad Max de Notificaciones por Canal:", "admin.team.maxUsersDescription": "Número máximo de usuarios por equipo, incluyendo usuarios activos e inactivos.", "admin.team.maxUsersExample": "Ej.: \"25\"", "admin.team.maxUsersTitle": "Máximo de usuarios por equipo:", @@ -798,22 +872,22 @@ "admin.team.teamCreationDescription": "Cuando es falso, sólo los Administradores del Sistema podrán crear equipos.", "admin.team.teamCreationTitle": "Habilitar Creación de Equipos: ", "admin.team.upload": "Subir", - "admin.team.uploadDesc": "Personaliza la experiencia de usuario al agregar una imagen personalizada a la pantalla de inicio de sesión. Puedes ver ejemplos en docs.mattermost.com/administration/config-settings.html#custom-branding.", + "admin.team.uploadDesc": "Personalizar la experiencia de usuario mediante la adición de una imagen personalizada en la pantalla de inicio de sesión. Se Recomienda que el tamaño máximo de la imagen sea menos de 2 MB.", "admin.team.uploaded": "Subida!", "admin.team.uploading": "Subiendo..", - "admin.team.userCreationDescription": "Cuando es falso, a posibilidad de crear cuentas es deshabilitada. El botón crear cuentas arrojará error cuando sea presionado.", + "admin.team.userCreationDescription": "Cuando es falso, a posibilidad de crear cuentas es inhabilitada. El botón crear cuentas arrojará error cuando sea presionado.", "admin.team.userCreationTitle": "Permitir la Creación de Cuentas: ", "admin.team_analytics.activeUsers": "Active Users With Posts", "admin.team_analytics.totalPosts": "Total de Mensajes", "admin.true": "verdadero", "admin.userList.title": "Usuarios para {team}", "admin.userList.title2": "Usuarios para {team} ({count})", - "admin.user_item.authServiceEmail": ", Método de inicio de sesión: Correo electrónico", - "admin.user_item.authServiceNotEmail": ", Método de inicio de sesión: {service}", + "admin.user_item.authServiceEmail": "Método de inicio de sesión: Correo electrónico", + "admin.user_item.authServiceNotEmail": "Método de inicio de sesión: {service}", "admin.user_item.confirmDemoteDescription": "Si te degradas a ti mismo de la función de Administrador de Sistema y no hay otro usuario con privilegios de Administrador de Sistema, tendrás que volver a asignar un Administrador del Sistema accediendo al servidor de Mattermost a través de un terminal y ejecutar el siguiente comando.", "admin.user_item.confirmDemoteRoleTitle": "Confirmar el decenso del rol de Administrador de Sistema", "admin.user_item.confirmDemotion": "Confirmar decenso", - "admin.user_item.confirmDemotionCmd": "platform -assign_role -team_name=\"tuequipo\" -email=\"nombre@tuempresa.com\" -role=\"system_admin\"", + "admin.user_item.confirmDemotionCmd": "platform roles system_admin {username}", "admin.user_item.emailTitle": "Correo electrónico: {email}", "admin.user_item.inactive": "Inactivo", "admin.user_item.makeActive": "Activar", @@ -822,9 +896,9 @@ "admin.user_item.makeSysAdmin": "Hacer Admin del Sistema", "admin.user_item.makeTeamAdmin": "Hacer Admin de Equipo", "admin.user_item.member": "Miembro", - "admin.user_item.mfaNo": ", AMF: No", - "admin.user_item.mfaYes": ", AMF: Sí", - "admin.user_item.resetMfa": "Remover AMF", + "admin.user_item.mfaNo": "MFA: No", + "admin.user_item.mfaYes": "MFA: Sí", + "admin.user_item.resetMfa": "Remover MFA", "admin.user_item.resetPwd": "Reiniciar Contraseña", "admin.user_item.switchToEmail": "Cambiar a Correo Electrónico/Contraseña", "admin.user_item.sysAdmin": "Admin de Sistema", @@ -837,18 +911,18 @@ "admin.webrtc.gatewayAdminUrlDescription": "Introduce https://:/admin. Asegúrate de utilizar HTTP o HTTPS en la dirección URL dependiendo de la configuración del servidor. Mattermost WebRTC utiliza esta dirección para obtener tokens válidos para que cada uno de los pares pueda establecer la conexión.", "admin.webrtc.gatewayAdminUrlExample": "Ej.: \"https://webrtc.mattermost.com:7089/admin\"", "admin.webrtc.gatewayAdminUrlTitle": "URL de Administración de la puerta de enlace:", - "admin.webrtc.gatewayWebsocketUrlDescription": "Introduce wss://:. Asegúrate de usar WS o WSS en la dirección URL dependiendo de la configuración del servidor. Este es el websocket utilizado para enviar señales y establecer la comunicación entre los compañeros.", + "admin.webrtc.gatewayWebsocketUrlDescription": "Introduce wss://:. Asegúrate de usar WS o WSS en la dirección URL dependiendo de la configuración del servidor. Este es el WebSocket utilizado para enviar señales y establecer la comunicación entre los compañeros.", "admin.webrtc.gatewayWebsocketUrlExample": "Ej.: \"wss://webrtc.mattermost.com:8189\"", - "admin.webrtc.gatewayWebsocketUrlTitle": "Dirección URL del websocket de la puerta de enlace:", + "admin.webrtc.gatewayWebsocketUrlTitle": "Dirección URL del WebSocket de la puerta de enlace:", "admin.webrtc.stunUriDescription": "Introduce el STUN URI como stun::. STUN es un estándar de protocolo de red que permite accesar la dirección IP pública de los dispositivos si se encuentran detrás de un NAT.", "admin.webrtc.stunUriExample": "Ej.: \"stun:webrtc.mattermost.com:5349\"", - "admin.webrtc.stunUriTitle": "STUN URI", + "admin.webrtc.stunUriTitle": "STUN URI:", "admin.webrtc.turnSharedKeyDescription": "Introduce la Clave Compartida del Servidor TURN. Esta es usada para crear contraseñas dinámicas para establecer la conexión. Cada contraseña es válida por un período corto de tiempo.", "admin.webrtc.turnSharedKeyExample": "Ej.: \"bXdkOWQxc3d0Ynk3emY5ZmsxZ3NtazRjaWg=\"", "admin.webrtc.turnSharedKeyTitle": "Clave compartida TURN:", "admin.webrtc.turnUriDescription": "Introduce el TURN URI como turn::. TURN es un protocolo estándar de red que permitir a los dispositivos establecer una conexión mediante un relé a una dirección IP pública si se encuentra detrás de un NAT simétrico.", "admin.webrtc.turnUriExample": "Ej.: \"turn:webrtc.mattermost.com:5349\"", - "admin.webrtc.turnUriTitle": "TURN URI", + "admin.webrtc.turnUriTitle": "TURN URI:", "admin.webrtc.turnUsernameDescription": "Introduce el Nombre de usuario del Servidor TURN.", "admin.webrtc.turnUsernameExample": "Ej.: \"miusuario\"", "admin.webrtc.turnUsernameTitle": "Nombre de usuario TURN:", @@ -864,11 +938,12 @@ "analytics.chart.meaningful": "No hay suficiente data para tener una representación significativa.", "analytics.system.activeUsers": "Usuarios Activos con Mensajes", "analytics.system.channelTypes": "Tipos de Canales", - "analytics.system.expiredBanner": "La licencia Enterprise expira el {date}. Tienes 15 días desde esta notificación para renovar la licencia, por favor contacta a commercial@mattermost.com.", - "analytics.system.expiringBanner": "La licencia Enterprise expira el {date}. Para renovar tu licencia, por favor contacta a commercial@mattermost.com.", + "analytics.system.dailyActiveUsers": "Usuarios Activos Diarios", + "analytics.system.monthlyActiveUsers": "Usuarios Activos Mensuales", "analytics.system.postTypes": "Mesajes, Archivos y Hashtags", "analytics.system.privateGroups": "Grupos Privados", "analytics.system.publicChannels": "Canales Públicos", + "analytics.system.skippedIntensiveQueries": "Para maximizar el rendimiento, algunas estadísticas están inhabilitadas. Puedes volver a activarlas en el archivo config.json. Ver: https://docs.mattermost.com/administration/statistics.html", "analytics.system.textPosts": "Mensajes de sólo Texto", "analytics.system.title": "Estadísticas del Sistema", "analytics.system.totalChannels": "Total de Canales", @@ -876,11 +951,14 @@ "analytics.system.totalFilePosts": "Mensajes con Archivos", "analytics.system.totalHashtagPosts": "Mensajes con Hashtags", "analytics.system.totalIncomingWebhooks": "Webhooks de Entrada", + "analytics.system.totalMasterDbConnections": "Conexiones a BD Maestra", "analytics.system.totalOutgoingWebhooks": "Webhooks de Salida", "analytics.system.totalPosts": "Total de Mensajes", + "analytics.system.totalReadDbConnections": "Conexiones a BD de Replica", "analytics.system.totalSessions": "Total de Sesiones", "analytics.system.totalTeams": "Total de Equipos", "analytics.system.totalUsers": "Total de Usuarios", + "analytics.system.totalWebsockets": "Conexiones por WebSocket", "analytics.team.activeUsers": "Usuarios Activos con Mensajes", "analytics.team.newlyCreated": "Nuevos Usuarios Creados", "analytics.team.privateGroups": "Grupos Privados", @@ -890,6 +968,18 @@ "analytics.team.title": "Estádisticas del Equipo {team}", "analytics.team.totalPosts": "Total de Mensajes", "analytics.team.totalUsers": "Total de Usuarios", + "api.channel.add_member.added": "{addedUsername} fue agregado al canal por {username}", + "api.channel.delete_channel.archived": "{username} ha archivado el canal.", + "api.channel.join_channel.post_and_forget": "{username} se ha unido al canal.", + "api.channel.leave.left": "{username} ha abandonado el canal.", + "api.channel.post_update_channel_displayname_message_and_forget.updated_from": "{username} ha actualizado el nombre del canal de: {old} a: {new}", + "api.channel.post_update_channel_header_message_and_forget.removed": "{username} removió el encabezado del canal (era: {old})", + "api.channel.post_update_channel_header_message_and_forget.updated_from": "{username} ha actualizado el encabezado del canal de: {old} a: {new}", + "api.channel.post_update_channel_header_message_and_forget.updated_to": "{username} ha actualizado el encabezado del canal a: {new}", + "api.channel.remove_member.removed": "{removedUsername} ha sido removido del canal", + "app.channel.post_update_channel_purpose_message.removed": "{username} removió el propósito del canal (era: {old})", + "app.channel.post_update_channel_purpose_message.updated_from": "{username} ha actualizado el propósito del canal de: {old} a: {new}", + "app.channel.post_update_channel_purpose_message.updated_to": "{username} ha actualizado el propósito del canal a: {new}", "audit_table.accountActive": "Cuentas activadas", "audit_table.accountInactive": "Cuentas desactivadas", "audit_table.action": "Acción", @@ -911,7 +1001,7 @@ "audit_table.failedInvalidLicenseAdd": "No se pudo agregar una licencia inválida", "audit_table.failedLogin": "intento de inicio de sesión FALLIDO", "audit_table.failedOAuthAccess": "Falla al permitir acceso al nuevo servicio de OAuth - El URI de redirección no coincide con el previamente registrado", - "audit_table.failedPassword": "Falla al cambiar la contraseña - intento de actualizar la contraseña del usuario que está autenticado a través de oauth", + "audit_table.failedPassword": "Falla al cambiar la contraseña - intento de actualizar la contraseña del usuario que está autenticado a través de OAuth", "audit_table.failedWebhookCreate": "Falla al crear un webhook - no tiene permisos en el canal", "audit_table.failedWebhookDelete": "Falla al borrar un webhook - condiciones inapropiadas", "audit_table.headerUpdated": "Actualizado el encabezado del canal/grupo {channelName}", @@ -951,6 +1041,7 @@ "authorize.title": "{appName} quiere conectarse utilizando tu cuenta de usuario de Mattermost", "backstage_list.search": "Buscar", "backstage_navbar.backToMattermost": "Volver a {siteName}", + "backstage_sidebar.emoji": "Emoticones Personalizados", "backstage_sidebar.integrations": "Integraciones", "backstage_sidebar.integrations.commands": "Comandos de Barra", "backstage_sidebar.integrations.incoming_webhooks": "Webhooks de Entrada", @@ -958,13 +1049,14 @@ "backstage_sidebar.integrations.outgoing_webhooks": "Webhooks de Salida", "calling_screen": "Llamando", "center_panel.recent": "Clic aquí para ir a los mensajes más recientes. ", - "chanel_header.addMembers": "Agregar Miembros", "change_url.close": "Cerrar", - "change_url.endWithLetter": "Debe terminar con una letra o número", + "change_url.endWithLetter": "URL debe terminar con una letra o número", "change_url.invalidUrl": "URL Inválida", - "change_url.longer": "Debe ser mayor a 2 caracteres", - "change_url.noUnderscore": "No puede tener dos guíones bajos seguidos", - "change_url.startWithLetter": "Debe comenzar con una letra o número", + "change_url.longer": "URL debe ser de dos o más caracteres.", + "change_url.noUnderscore": "URL no puede tener dos guíones bajos seguidos", + "change_url.startWithLetter": "URL debe comenzar con una letra o número", + "channelHeader.addToFavorites": "Agregar a favoritos", + "channelHeader.removeFromFavorites": "Quitar de favoritos", "channel_flow.alreadyExist": "Un canal con este identificador ya existe", "channel_flow.changeUrlDescription": "Algunos caracteres no están permitidos en las URLs y pueden ser removidos.", "channel_flow.changeUrlTitle": "Cambiar URL de {term}", @@ -974,21 +1066,25 @@ "channel_flow.handleTooShort": "Dirección URL del canal debe ser de 2 o más caracteres alfanuméricos en minúsculas", "channel_flow.invalidName": "Nombre de Canal Inválido", "channel_flow.set_url_title": "Asignar URL de {term}", + "channel_header.addMembers": "Agregar Miembros", + "channel_header.addToFavorites": "Añadir a favoritos", "channel_header.channel": "Canal", - "channel_header.channelHeader": "Asignar Encabezado del Canal...", - "channel_header.delete": "Borrar {term}...", + "channel_header.channelHeader": "Editar encabezado del canal", + "channel_header.delete": "Borrar {term}", "channel_header.flagged": "Mensajes Marcados", "channel_header.group": "Grupo", "channel_header.leave": "Abandonar {term}", "channel_header.manageMembers": "Administrar Miembros", "channel_header.notificationPreferences": "Preferencias de Notificación", "channel_header.recentMentions": "Menciones recientes", - "channel_header.rename": "Renombrar {term}...", - "channel_header.setHeader": "Encabezado del {term}...", - "channel_header.setPurpose": "Propósito del {term}...", + "channel_header.removeFromFavorites": "Quitar de favoritos", + "channel_header.rename": "Renombrar {term}", + "channel_header.setHeader": "Editar encabezado del {term}", + "channel_header.setPurpose": "Editar el propósito del {term}", "channel_header.viewInfo": "Ver Info", "channel_header.viewMembers": "Ver Miembros", "channel_header.webrtc.call": "Iniciar llamada de vídeo", + "channel_header.webrtc.offline": "El usuario está desconectado", "channel_header.webrtc.unavailable": "No se puede realizar una nueva llamada hasta que la llamada actual finalice", "channel_info.about": "Acerca", "channel_info.close": "Cerrar", @@ -1010,18 +1106,23 @@ "channel_loader.uploadedFile": " subió un archivo", "channel_loader.uploadedImage": " subió una imagen", "channel_loader.wrote": " escribió: ", + "channel_members_dropdown.channel_admin": "Admin del Canal", + "channel_members_dropdown.channel_member": "Miembro del Canal", + "channel_members_dropdown.make_channel_admin": "Hacer Admin de Canal", + "channel_members_dropdown.make_channel_member": "Hacer Miembro del Canal", + "channel_members_dropdown.remove_from_channel": "Remover del Canal", + "channel_members_dropdown.remove_member": "Remover Miembro", "channel_members_modal.addNew": " Agregar nuevos Miembros", - "channel_members_modal.close": "Cerrar", - "channel_members_modal.remove": "Eliminar", - "channel_memebers_modal.members": " Miembros", + "channel_members_modal.members": " Miembros", "channel_modal.cancel": "Cancelar", "channel_modal.channel": "Canal", "channel_modal.createNew": "Crear Nuevo ", "channel_modal.descriptionHelp": "Describe como este {term} debería ser utilizado.", - "channel_modal.displayNameError": "Este campo es obligatorio", + "channel_modal.displayNameError": "Nombre del canal debe ser de 2 o más caracteres", "channel_modal.edit": "Editar", "channel_modal.group": "Grupo", "channel_modal.header": "Encabezado", + "channel_modal.headerEx": "Ej: \"[Título del enlace](http://example.com)\"", "channel_modal.headerHelp": "Establece el texto que aparecerá en el encabezado del {term} al lado del nombre del {term}. Por ejemplo, incluye enlaces que se usan con frecuencia escribiendo [Título del Enlace](http://example.com).", "channel_modal.modalTitle": "Nuevo ", "channel_modal.name": "Nombre", @@ -1032,6 +1133,8 @@ "channel_modal.publicChannel1": "Crear un canal público", "channel_modal.publicChannel2": "Crear un canal público al que cualquiera puede unirse. ", "channel_modal.purpose": "Propósito", + "channel_modal.purposeEx": "Ej: \"Un canal para describir errores y mejoras\"", + "channel_notification.push": "Enviar notificaciones push móviles", "channel_notifications.allActivity": "Para toda actividad", "channel_notifications.allUnread": "Para todos los mensajes sin leer", "channel_notifications.globalDefault": "Predeterminada ({notifyLevel})", @@ -1039,11 +1142,13 @@ "channel_notifications.never": "Nunca", "channel_notifications.onlyMentions": "Sólo para menciones", "channel_notifications.override": "Seleccionar una opción diferente a \"Predeterminada\" anulará las configuraciones globales de notificación. Las notificaciones de Escritorio están disponibles para Firefox, Safari, y Chrome.", + "channel_notifications.overridePush": "Seleccionando una opción diferente a \"Predeterminada\" sustituirá la configuración globar para las notitificaciones push a móviles fijados en la configuración de la cuenta.", "channel_notifications.preferences": "Preferencias de Notificación para ", "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.dm": "(Mensaje Directo)", + "channel_switch_modal.failed_to_open": "No se pudo abrir el canal.", "channel_switch_modal.help": "Escribe el nombre del canal. Utiliza ↑↓ para navegar, TAB para seleccionar, ↵ para confirmar, ESC para descartar", "channel_switch_modal.not_found": "No se encontró ninguna coincidencia.", "channel_switch_modal.submit": "Cambiar", @@ -1089,6 +1194,7 @@ "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", "confirm_modal.cancel": "Cancelar", + "connecting_screen": "Conectando", "create_comment.addComment": "Agregar un comentario...", "create_comment.comment": "Agregar Comentario", "create_comment.commentLength": "El largo del Comentario debe ser menor de {max} caracteres.", @@ -1096,37 +1202,38 @@ "create_comment.file": "Subiendo archivo", "create_comment.files": "Subiendo archivos", "create_post.comment": "Comentario", + "create_post.error_message": "Tu mensaje es demasiado largo. Cantidad de caracteres: {length}/{limit}", "create_post.post": "Mensaje", "create_post.shortcutsNotSupported": "Los Accesos rápidos de teclado no son compatibles con su dispositivo.", "create_post.tutorialTip": "

    Enviar Mensajes

    Escribe aquí para redactar un mensaje y presiona RETORNO para enviarlo.

    Haz clic en el botón de Adjuntar para subir una imagen o archivo.

    ", "create_post.write": "Escribe un mensaje...", - "create_team.agreement": "Al proceder con la creación de tu cuenta y utilizar {siteName}, estás de acuerdo con nuestros Términos de Servicio y Políticas de Privacidad. Si no estás de acuerdo, no puedes utilizar {siteName}.", - "create_team.display_name.back": "Volver al paso anterior", - "create_team.display_name.charLength": "El Nombre debe tener entre 4 y 15 caracteres", + "create_team.agreement": "Al proceder con la creación de tu cuenta y utilizar {siteName}, estás de acuerdo con nuestros Términos de Servicio y Políticas de Privacidad. Si no estás de acuerdo, no puedes utilizar {siteName}.", + "create_team.display_name.charLength": "El nombre debe ser {min} o más caracteres hasta un máximo de {max}. Puedes agregar una descripción mas larga al equipo más adelante.", "create_team.display_name.nameHelp": "Nombre de tu equipo en cualquier idioma. El nombre del equipo se muestra en menús y encabezados.", "create_team.display_name.next": "Siguiente", "create_team.display_name.required": "Este campo es requerido", "create_team.display_name.teamName": "Nombre del Equipo", "create_team.team_url.back": "Volver al paso anterior", - "create_team.team_url.charLength": "El nombre debe tener entre 4 y 15 caracteres", + "create_team.team_url.charLength": "El nombre debe ser de {min} o más caracteres hasta un máximo de {max}", "create_team.team_url.creatingTeam": "Creando equipo...", "create_team.team_url.finish": "Finalizar", "create_team.team_url.hint": "
  • Corto y memorable es mejor
  • Utiliza letras en minúscula, números y guiones
  • Debe comenzar con una letra y no puede terminar en guión
  • ", "create_team.team_url.regex": "Utiliza letras en minúscula, números y guiones. Debe comenzar con una letra y no puede terminar en guión.", "create_team.team_url.required": "Este campo es requerido", - "create_team.team_url.taken": "El URL ya está en uso o contiene una palabra reservada", + "create_team.team_url.taken": "Esta URL comienza con una palabra reservada o no está disponible. Por favor, pruebe con otra.", "create_team.team_url.teamUrl": "URL del Equipo", - "create_team.team_url.unavailable": "Este URL no está disponible. Por favor intenta con otro.", + "create_team.team_url.unavailable": "Esta dirección URL ya está en uso ó no está disponible. Por favor, pruebe con otra.", "create_team.team_url.webAddress": "Escoge la dirección web para tu nuevo equipo:", "custom_emoji.empty": "No se encontraron emoticones personalizados", "custom_emoji.header": "Emoticones Personalizados", "custom_emoji.search": "Buscar Emoticon Personalizado", + "default_channel.purpose": "Publica mensajes aquí que quieras que todos vean. Todo el mundo se convierte automáticamente en un miembro permanente de este canal cuando se unan al equipo.", "delete_channel.cancel": "Cancelar", "delete_channel.channel": "canal", "delete_channel.confirm": "Confirmar BORRAR Canal", "delete_channel.del": "Borrar", "delete_channel.group": "grupo", - "delete_channel.question": "¿Estás seguro de querer borrar el {display_name} {term}?", + "delete_channel.question": "Se eliminará el canal del equipo y hará que su contenido sea inaccesible para todos los usuarios. ¿Está usted seguro de que quiere eliminar el {term} {display_name}?", "delete_post.cancel": "Cancelar", "delete_post.comment": "Comentario", "delete_post.confirm": "Confirmar Eliminación del {term}", @@ -1148,6 +1255,7 @@ "edit_channel_purpose_modal.save": "Guardar", "edit_channel_purpose_modal.title1": "Editar Propósito", "edit_channel_purpose_modal.title2": "Editar el Propósito de ", + "edit_command.save": "Actualizar", "edit_post.cancel": "Cancelar", "edit_post.edit": "Editar {title}", "edit_post.editPost": "Editar el mensaje...", @@ -1168,21 +1276,37 @@ "emoji_list.add": "Agregar Emoticon Personalizado", "emoji_list.creator": "Creado por", "emoji_list.delete": "Eliminar", + "emoji_list.delete.confirm.button": "Eliminar", + "emoji_list.delete.confirm.msg": "Esta acción elimina de forma permanente el emoticon personalizado. ¿Estás seguro de que desea eliminar?", + "emoji_list.delete.confirm.title": "Eliminar Emoticon Personalizado", "emoji_list.empty": "No se encontraron Emoticones Personalizados", + "emoji_list.header": "Emoticones Personalizados", "emoji_list.help": "Los emoticones personalizado están disponibles para todos los usuarios del servidor. Escribe ':' en el cuadro de mensaje para que aparezca el menú de selección de emoticones. Otros usuarios pueden necesitar refrescar la página antes de que los nuevos emoticones aparezcan.", "emoji_list.help2": "Sugerencia: Si agregas #, ##, ### como primer carácter en una nueva línea que contiene un emoticon, puede utilizar un mayor tamaño del emoticon. Para probarlo, enviar un mensaje, por ejemplo: '# :smile:'.", "emoji_list.image": "Imagen", "emoji_list.name": "Nombre", "emoji_list.search": "Buscar Emoticon Personalizado", "emoji_list.somebody": "Alguien en otro equipo", + "emoji_picker.activity": "Actividad", + "emoji_picker.custom": "Personalizado", + "emoji_picker.emojiPicker": "Selector de Emoticones", + "emoji_picker.flags": "Banderas", + "emoji_picker.food": "Comida", + "emoji_picker.nature": "Naturaleza", + "emoji_picker.objects": "Objetos", + "emoji_picker.people": "Personas", + "emoji_picker.recent": "Usados recientemente", + "emoji_picker.search": "Buscar", + "emoji_picker.symbols": "Símbolos", + "emoji_picker.travel": "Viajes", "error.not_found.link_message": "Volver a Mattermost", "error.not_found.message": "La página que está intentando acceder no existe", "error.not_found.title": "Página no encontrada", "error.not_supported.message": "La navegación privada no es compatible", "error.not_supported.title": "Navegador no compatible", - "error_bar.expired": "La licencia Enterprise ha expirado; tienes 15 días desde la fecha de expiración para renovar la licencia, por favor contacta a commercial@mattermost.com para más detalles", - "error_bar.expiring": "La licencia Enterprise expira el {date}. Para renovar tu licencia, por favor contacta a commercial@mattermost.com", - "error_bar.past_grace": "La licencia Enterprise ha expirado, por favor contacta a un Administrador del Sistema para más detalles", + "error_bar.expired": "La licencia para Empresas está vencida y algunas características pueden ser deshabilitadas. Favor renovar.", + "error_bar.expiring": "La licencia para Empresas expira el {date}. Favor renovar.", + "error_bar.past_grace": "La licencia para Empresas está vencida y algunas características pueden ser desbahilitadas. Por favor contacta a tu Adminstrador de Sistema para más detalles.", "error_bar.preview_mode": "Modo de prueba: Las notificaciones por correo electrónico no han sido configuradas", "file_attachment.download": "Descargar", "file_info_preview.size": "Tamaño ", @@ -1192,13 +1316,17 @@ "file_upload.limited": "Se pueden subir un máximo de {count} archivos. Por favor envía otros mensajes para adjuntar más archivos.", "file_upload.pasted": "Imagen Pegada el ", "filtered_channels_list.count": "{count} {count, plural, =0 {0 canales} one {canal} other {canales}}", - "filtered_channels_list.countTotal": "{count} {count, plural, =0 {0 canales} one {canal} other {canales}} de {total} Total", + "filtered_channels_list.countTotal": "{count} {count, plural, =0 {0 canales} one {canal} other {canales}} de {total} total", "filtered_channels_list.search": "Buscar canales", "filtered_user_list.any_team": "Todos los Usuarios", "filtered_user_list.count": "{count} {count, plural, =0 {0 miembros} one {miembro} other {miembros}}", - "filtered_user_list.countTotal": "{count} {count, plural, =0 {0 miembros} one {miembro} other {miembros}} de {total} Total", + "filtered_user_list.countTotal": "{count} {count, plural, =0 {0 miembros} one {miembro} other {miembros}} de {total} total", + "filtered_user_list.countTotalPage": "{startCount, number} - {endCount, number} {count, plural, =0 {0 miembros} one {miembro} other {miembros}} de {total} total", "filtered_user_list.member": "Miembro", - "filtered_user_list.search": "Buscar miembros", + "filtered_user_list.next": "Siguiente", + "filtered_user_list.prev": "Anterior", + "filtered_user_list.search": "Buscar usuarios", + "filtered_user_list.searchButton": "Buscar", "filtered_user_list.show": "Filtro:", "filtered_user_list.team_only": "Miembros de este Equipo", "find_team.email": "Correo electrónico", @@ -1210,19 +1338,20 @@ "find_team.submitError": "Por favor ingresa una dirección válida", "flag_post.flag": "Indicador de seguimiento", "flag_post.unflag": "Desmarcar", - "general_tab.chooseName": "Por favor escoge otro nombre para tu equipo", + "general_tab.chooseDescription": "Por favor escoge una nueva descripción para tu equipo", "general_tab.codeDesc": "Haz clic en 'Editar' para regenerar el código de Invitación.", - "general_tab.codeLongDesc": "El Código de Invitación es utilizado como parte del URL del enlace creado por la opción Obtener Enlace de invitación en el menú principal. Regenerar este código crea un nuevo enlace e invalida los enlaces anteriores.", + "general_tab.codeLongDesc": "El Código de invitación se utiliza como parte de la URL en el enlace de invitación al equipo creado por {getTeamInviteLink} en el menú principal. La regeneración se crea un nuevo enlace de invitación al equipo e invalida el enlace anterior.", "general_tab.codeTitle": "Código de Invitación", - "general_tab.dirDisabled": "El directorio de Equipos ha sido deshabilitado. Por favor solicita a un Administrador de Sistema que habilite la opción de Directorio de Equipos en la Consola del Sistema.", - "general_tab.dirOff": "El directorio de Equipos ha sido deshabilitado para este sistema.", + "general_tab.emptyDescription": "Clic en 'Editar' para añadir una descripción del equipo.", + "general_tab.getTeamInviteLink": "Enlace invitación al equipo", "general_tab.includeDirDesc": "Incluir este equipo mostrará el nombre del equipo en la sección de Directorio de Equipos en la página de inicio, y proveerá un enlace para la página de inicio de sesión.", - "general_tab.includeDirTitle": "Incluir este Equipo en el Directorio de Equipos", "general_tab.no": "No", "general_tab.openInviteDesc": "Cuando está permitido, un enlace para este equipo será incluido en la página de inicio permitiendo a cualquier persona con una cuenta unirse a este equipo.", "general_tab.openInviteTitle": "Permitir que se una al equipo cualquier usuario con una cuenta en este servidor", "general_tab.regenerate": "Regenerar", "general_tab.required": "Este campo es obligatorio", + "general_tab.teamDescription": "Descripción del Equipo", + "general_tab.teamDescriptionInfo": "Descripción del equipo proporciona información adicional para ayudar a los usuarios a seleccionar el equipo adecuado. Máximo de 50 caracteres.", "general_tab.teamName": "Nombre del Equipo", "general_tab.teamNameInfo": "Asigna el nombre del equipo como aparecerá en la página de inicio de sesión y en la parte superior izquierda de la barra lateral.", "general_tab.title": "Configuración General", @@ -1236,16 +1365,18 @@ "get_app.iosHeader": "Mattermost funciona mejor si utilizas nuestra app para IPhone", "get_app.mattermostInc": "Mattermost, Inc", "get_app.openMattermost": "Abrir Mattermost", - "get_link.clipboard": " Enlace copiado al portapapeles.", + "get_link.clipboard": " Enlace copiado", "get_link.close": "Cerrar", "get_link.copy": "Copiar Enlace", "get_post_link_modal.help": "En enlace de abajo permite a los usuarios autorizados a ver tu mensaje.", "get_post_link_modal.title": "Copiar enlace Permanente", + "get_public_link_modal.help": "El siguiente enlace permite a cualquier persona visualizar este archivo sin necesidad de estar registrado en este servidor.", + "get_public_link_modal.title": "Copiar Enlace Público", "get_team_invite_link_modal.help": "Envía el siguiente enlace a tus compañeros para que se registren a este equipo. El enlace de invitación al equipo puede ser compartido con multiples compañeros y el mismo no cambiará a menos que sea regenerado en la Configuración del Equipo por un Administrador del Equipo.", "get_team_invite_link_modal.helpDisabled": "La creación de usuario ha sido desactivado para tu equipo. Por favor solicita más detalles a tu Administrador de Equipo.", "get_team_invite_link_modal.title": "Enlace de Invitación al Equipo", "help.attaching.downloading": "#### Descarga de Archivos\nDescargar un archivo adjunto haciendo clic en el icono de descarga junto a la miniatura del archivo o abriendo el archivo en vista previa y haciendo clic en **Descargar**.", - "help.attaching.dragdrop": "#### Arrastrar y Soltar\nSubir un archivo o un conjunto de archivos arrastrando los archivos desde tu computadora en la barra lateral derecha o en el centro del panel. Arrastrar y soltar adjunta los archivos a los mensajes, a continuación, puede escribir un mensaje y pulse la tecla **RETORNO** para publicar.", + "help.attaching.dragdrop": "#### Arrastrar y Soltar\nSubir un archivo o un conjunto de archivos arrastrando los archivos desde tu computadora en la barra lateral derecha o en el centro del panel. Arrastrar y soltar adjunta los archivos a los mensajes, adicionalmente puedes escribir un mensaje y pulse la tecla **RETORNO** para publicar.", "help.attaching.icon": "#### Icono para Adjuntar\nAlternativamente, subir archivos, haciendo clic en el icono gris en forma clip en el interior del campo de entrada del mensaje. Esto abre en su sistema un visor de archivos donde se puede navegar a los archivos que desee y, a continuación, haz clic en **Abrir** para subir los archivos del mensaje. Si lo desea, escriba un mensaje y, a continuación, pulse **RETORNO** para publicar.", "help.attaching.limitations": "## Limitaciones del Tamaño de Archivo\nMattermost admite un máximo de cinco archivos adjuntos por mensaje, cada uno con un tamaño máximo de archivo de 50 mb.", "help.attaching.methods": "## Métodos para Adjuntar\nAdjuntar un archivo mediante la función de arrastrar y soltar o haciendo clic en el icono de archivo adjunto en el campo de entrada del mensaje.", @@ -1259,14 +1390,14 @@ "help.attaching.title": "# Adjuntar Archivos\n_____", "help.commands.builtin": "## Comandos integrados\nLos siguientes comandos de barra están disponibles en todas las instalaciones de Mattermost:", "help.commands.builtin2": "Empezieza escribiendo `/ ` y una lista de opciones de comandos de barra aparecerá encima del campo de texto. Las sugerencias de autocompletado ayudan al proveer un ejemplo formateado en texto de color negro y una breve descripción del comando de barra en texto de color gris.", - "help.commands.custom": "## Comandos Personalizados\nComandos de barra peronalizados se integran con aplicaciones externas. Por ejemplo, un equipo puede configurar comandos de barra personalizados para comprobar la salud interna de registros con `/paciente joe smith` o compruebe semanalmente el clima en una ciudad con `/clima de toronto en la semana`. Consulte con su Administrador del Sistema o abra la lista de autocompletado escribiendo `/` para determinar si su equipo tiene configurado algunos comandos de barra personalizados.", - "help.commands.custom2": "Los comandos de barra Personalizados están deshabilitados de forma predeterminada y pueden ser activados por el Administrador del Sistema en la **Consola del Sistema** > **Integraciones** > **Integraciones Personalizadas**. Aprende más acerca de la configuración personalizada de comandos de barra en la [documentación para desarrollar comandos de barra](http://docs.mattermost.com/developer/slash-commands.html).", + "help.commands.custom": "## Comandos Personalizados\nComandos de barra peronalizados se integran con aplicaciones externas. Por ejemplo, un equipo puede configurar comandos de barra personalizados para comprobar registros internos sobre la salud del `/paciente joe smith` o compruebe semanalmente el clima en una ciudad usando `/clima de toronto en la semana`. Consulte con su Administrador del Sistema o abra la lista de autocompletado escribiendo `/` para determinar si su equipo tiene configurado algunos comandos de barra personalizados.", + "help.commands.custom2": "Los comandos de barra Personalizados están inhabilitados de forma predeterminada y pueden ser activados por el Administrador del Sistema en la **Consola del Sistema** > **Integraciones** > **Integraciones Personalizadas**. Aprende más acerca de la configuración personalizada de comandos de barra en la [documentación para desarrollar comandos de barra](http://docs.mattermost.com/developer/slash-commands.html).", "help.commands.intro": "Los comandos de barra realizan operaciones en Mattermost escribiendo en el campo de texto. Introduzca un `/` seguido por un comando y algunos argumentos para realizar acciones.\n\nTodas las instalaciones de Mattermost vienen con comandos de barra integrados y los comandos de barra personalizados se pueden configurar para interactuar con aplicaciones externas. Aprende más acerca de la configuración personalizada de comandos de barra en la [documentación para desarrollar comandos de barra](http://docs.mattermost.com/developer/slash-commands.html).", "help.commands.title": "# Ejecutar Comandos\n___", "help.composing.deleting": "## Eliminar un mensaje\nElimina un mensaje haciendo clic en el icono **[...]** junto a cualquier mensaje de texto que has compuesto, a continuación, haz clic en **Borrar**. Los Administradores de Sistema y Equipo pueden borrar cualquier mensaje en su sistema o equipo.", "help.composing.editing": "## Editar un Mensaje\nEdita un mensaje haciendo clic en el icono **[...]** junto a cualquier mensaje de texto que has compuesto, a continuación, haz clic en **Editar**. Después de realizar modificaciones en el texto del mensaje, pulse la tecla **RETORNO** para guardar las modificaciones. La edición del mensaje no desencadenan nuevas notificaciones a @menciones, notificaciones de escritorio o sonidos.", "help.composing.linking": "## Enlace a un mensaje\nLa característica de **Enlace Permanente** crea un vínculo de cualquier mensaje. Al compartir este enlace con otros usuarios en el canal les permite ver el mensaje vinculado en los Archivos de Mensajes. Los usuarios que no son miembros del canal de donde se envió el mensaje no podrán ver el enlace permanente. Obtén el enlace permanente a cualquier mensaje haciendo clic en el icono **[...]** al lado del mensaje de texto > **Enlace Permanente** > **Copiar Enlace**.", - "help.composing.posting": "## Publicar un Mensaje\nPublica un mensaje escribiendo en el campo de texto, a continuación, pulsa **RETORNO** para enviar. Usa **Mayus + RETORNO** para crear una nueva línea sin necesidad de enviar el mensaje. Para enviar mensajes pulsando **Ctrl+RETORNO** ve al **Menú Principal > Configuración de la Cuenta > Enviar mensajes en Ctrl + RETORNO**.", + "help.composing.posting": "## Publicar un Mensaje\nPublica un mensaje escribiendo en el campo de texto, a continuación, pulsa **RETORNO** para enviarlo. Usa **MAYUS+RETORNO** para crear una nueva línea sin necesidad de enviar el mensaje. Para enviar mensajes pulsando CTRL+RETORNO ve al **Menú Principal > Configuración de la Cuenta > Enviar mensajes en CTRL+RETORNO**.", "help.composing.posts": "#### Mensajes\nLos mensajes pueden ser considerados mensajes padre. Son los mensajes que a menudo comienzan con un hilo de respuestas. Los mensajes son compuestos y enviados desde el campo de texto en la parte inferior del panel central.", "help.composing.replies": "#### Respuestas\nResponde a un mensaje haciendo clic en el icono responder junto a cualquier mensaje de texto. Esta acción abre la barra lateral derecha, donde se puede ver el hilo de mensajes, a continuación, redacta y envía tu respuesta. Las respuestas tienen una ligera sangría en el centro del panel para indicar que ellos son hijos de los mensajes de los padres.\n\nA la hora de componer una respuesta en la barra lateral derecha, haz clic en el icono de expandir/contraer el cual es dos flechas en la parte superior de la barra lateral para que sea más fácil de leer.", "help.composing.title": "# Enviar Mensajes\n_____", @@ -1318,7 +1449,7 @@ "help.mentioning.channel": "#### @Channel\nSe puede mencionar un canal completo escribiendo `@channel`. Todos los miembros del canal recibirán una notificación de mención que se comporta de la misma manera como si los miembros hubieran sido citados personalmente.", "help.mentioning.channelExample": "@channel gran trabajo en las entrevistas de esta semana. Creo que hemos encontrado algunos excelentes candidatos potenciales!", "help.mentioning.mentions": "## @Menciones\nUtiliza las @menciones para conseguir la atención de determinados miembros del equipo.", - "help.mentioning.recent": "## Menciones Recientes\nHaz clic en el `@` junto al campo de búsqueda para consultar tus más recientes @menciones y las palabras que desencadenan menciones. Haz clic en **Ir** al lado de un resultado de búsqueda en el lado derecho para saltar el panel central al canal y ubicación donde se encuentra el mensaje con la mención.", + "help.mentioning.recent": "## Menciones Recientes\nHaz clic en el `@` junto al campo de búsqueda para consultar tus más recientes @menciones y las palabras que desencadenan menciones. Haz clic en **Ir** al lado de un resultado de búsqueda en el panel lateral derecho para ir en el panel central al canal y ubicación donde se encuentra el mensaje con la mención.", "help.mentioning.title": "# Mencionar a Compañeros de Equipo\n_____", "help.mentioning.triggers": "## Palabras que desencadenan Menciones\nAdemás de ser notificados por el nombre de usuario @usuario y @channel, podrás personalizar palabras que desencadenan notificaciones de menciones en **Configuración de la Cuenta** > **Notificaciones** > **lPalabras que desencadenan menciones**. De forma predeterminada, recibirás las notificaciones de mención cuando tu nombre sea utilizado, y podrás agregar más palabras escribiéndolas en el cuadro de entrada separadas por comas. Esto es útil si deseas ser notificado de todos los mensajes en ciertos temas, por ejemplo, \"entrevista\" o \"marketing\".", "help.mentioning.username": "#### @Usuario\nSe pueden mencionar a un compañero de equipo mediante el símbolo `@`, además de su nombre de usuario para enviar una notificación de mención.\n\nEscribe `@` para que aparezca una lista de los miembros del equipo que pueden ser mencionados. Para filtrar la lista, escribe las primeras letras de cualquier nombre de usuario, nombre, apellido o apodo. Las flechas de **Arriba** y **Abajo** pueden ser utilizadas para desplazarse a través de las entradas en la lista y pulsando **RETORNO** seleccione el usuario a mencionar. Una vez seleccionado, el nombre de usuario reemplazará automáticamente el nombre completo o apodo.\nEn el ejemplo siguiente se envía una notificación de mención especial a **alice** la cual la alerta que sobre el canal y el mensaje en donde ella ha sido mencionado. Si **alice** está ausente de Mattermost y tiene las [notificaciones de correo electrónico](http://docs.mattermost.com/help/getting-started/configuring-notifications.html#email-notifications) activadas, recibirá una alerta de correo electrónico de su mención, junto con el mensaje de texto.", @@ -1330,9 +1461,10 @@ "help.messaging.notify": "**Notificar a los compañeros de equipo** cuando es necesario escribiendo `@usuario`.", "help.messaging.reply": "**Responde a los mensajes** haciendo clic en la flecha que aparece junto al mensaje de texto.", "help.messaging.title": "# Mensajería Básica\n_____", - "help.messaging.write": "**Escribe mensajes** usando la caja de entrada de texto en la parte inferior de Mattermost. Pulse **RETORNO** para enviar un mensaje. Usa **Mayus+RETORNO** para crear una nueva línea sin enviar el mensaje.", + "help.messaging.write": "**Escribe mensajes** usando la caja de entrada de texto en la parte inferior de Mattermost. Presiona RETORNO para enviar un mensaje. Usa MAYUS+RETORNO para crear una nueva línea sin enviar el mensaje.", "installed_command.header": "Comandos de Barra", "installed_commands.add": "Agregar Comandos de Barra", + "installed_commands.delete.confirm": "Esta acción elimina permanentemente el comando de barras y rompe cualquier integración que lo esté utilizando. ¿Estás seguro de que deseas eliminarlo?", "installed_commands.empty": "No se encontraron comandos", "installed_commands.header": "Comandos de Barra", "installed_commands.help": "Crea comandos de barra para su uso en integraciones externas. Por favor, consulta la {link} para obtener más información.", @@ -1340,6 +1472,7 @@ "installed_commands.search": "Buscar Comandos de Barra", "installed_commands.unnamed_command": "Comando de Barra sin nombre", "installed_incoming_webhooks.add": "Agregar Webhook de Entrada", + "installed_incoming_webhooks.delete.confirm": "Esta acción elimina permanentemente el webhook entrante y rompe cualquier integración que lo esté utilizando. ¿Estás seguro de que deseas eliminarlo?", "installed_incoming_webhooks.empty": "No se encontraron webhooks de entrada", "installed_incoming_webhooks.header": "Webhooks de Entrada", "installed_incoming_webhooks.help": "Crea webhooks de entrada para su uso en integraciones externas. Por favor, consulta la {link} para obtener más información.", @@ -1352,6 +1485,7 @@ "installed_integrations.content_type": "Tipo de contenido: {contentType}", "installed_integrations.creation": "Creado por {creator} el {createAt, date, full}", "installed_integrations.delete": "Eliminar", + "installed_integrations.edit": "Editar", "installed_integrations.hideSecret": "Ocultar Clave Secreta", "installed_integrations.regenSecret": "Regenerar Secreto", "installed_integrations.regenToken": "Regenerar Token", @@ -1364,6 +1498,7 @@ "installed_oauth_apps.add": "Agregar Aplicación OAuth 2.0", "installed_oauth_apps.callbackUrls": "Callback URLs (Uno por Línea)", "installed_oauth_apps.cancel": "Cancelar", + "installed_oauth_apps.delete.confirm": "Esta acción elimina permanentemente la aplicación de OAuth 2.0 y rompe cualquier integración que lo esté utilizando. ¿Estás seguro de que deseas eliminarla?", "installed_oauth_apps.description": "Descripción", "installed_oauth_apps.empty": "No se encontraron Aplicaciones OAuth 2.0", "installed_oauth_apps.header": "Apliaciones OAuth 2.0", @@ -1379,6 +1514,7 @@ "installed_oauth_apps.trusted.no": "No", "installed_oauth_apps.trusted.yes": "Sí", "installed_outgoing_webhooks.add": "Agregar Webhook de Salida", + "installed_outgoing_webhooks.delete.confirm": "Esta acción elimina permanentemente el webhook saliente y rompe cualquier integración que lo esté utilizando. ¿Estás seguro de que deseas eliminarlo?", "installed_outgoing_webhooks.empty": "No se encontraron webhooks de salida", "installed_outgoing_webhooks.header": "Webhooks de Salida", "installed_outgoing_webhooks.help": "Crea webhooks de salida para su uso en integraciones externas. Por favor, consulta la {link} para obtener más información.", @@ -1388,7 +1524,10 @@ "integrations.add": "Agregar", "integrations.command.description": "Comandos de barra envían eventos a integraciones externar", "integrations.command.title": "Comando de Barra", + "integrations.delete.confirm.button": "Eliminar", + "integrations.delete.confirm.title": "Eliminar Integración", "integrations.done": "Hecho", + "integrations.edit": "Editar", "integrations.header": "Integraciones", "integrations.incomingWebhook.description": "Webhooks de entrada permiten a las integraciones externas enviar mensajes", "integrations.incomingWebhook.title": "Webhook de Entrada", @@ -1401,14 +1540,15 @@ "intro_messages.anyMember": " Cualquier miembro se puede unir y leer este canal.", "intro_messages.beginning": "Inicio de {name}", "intro_messages.channel": "canal", - "intro_messages.creator": "Este es el inicio del {type} {name}, creado por {creator} el {date}", - "intro_messages.default": "

    Inicio de {display_name}

    ¡Bienvenido a {display_name}!

    Este es el primer canal que ven tus compañeros cuando se registran - utilizalo para colocar mensajes que todos deberían leer.

    ", + "intro_messages.creator": "Este es el inicio del {type} {name}, creado por {creator} el {date}.", + "intro_messages.default": "

    Inicio de {display_name}

    Bienvenido a {display_name}!

    Publica mensajes aquí que quieras que todos vean. Todo el mundo se convierte automáticamente en un miembro permanente de este canal cuando se unan al equipo.

    ", "intro_messages.group": "grupo privado", "intro_messages.invite": "Invita a otros a este {type}", "intro_messages.inviteOthers": "Invita a otros a este equipo", "intro_messages.noCreator": "Este es el inicio del {type} {name}, creado el {date}.", "intro_messages.offTopic": "

    Inicio de {display_name}

    Este es el inicio de {display_name}, un canal para tener conversaciones no relacionadas trabajo.

    ", "intro_messages.onlyInvited": " Sólo miembros invitados pueden ver este grupo privado.", + "intro_messages.purpose": " El propósito de este {type} es: {purpose}.", "intro_messages.setHeader": "Asignar un Encabezado", "intro_messages.teammate": "Este es el inicio de tu historial de mensajes directos con este compañero. Los mensajes directos y archivos que se comparten aquí no son mostrados a personas fuera de esta área.", "invite_member.addAnother": "Agregar otro", @@ -1467,40 +1607,127 @@ "login.passwordChanged": " La contraseña ha sido actualizada", "login.session_expired": " Tu sesión ha expirado. Por favor inicia sesión nuevamente.", "login.signIn": "Entrar", + "login.signInLoading": "Iniciando sesión…", "login.signInWith": "Iniciar sesión con:", "login.userNotFound": "No pudimos encontrar una cuenta que coincida con tus credenciales.", "login.username": "Nombre de usuario", "login.verified": " Correo electrónico Verificado", "login_mfa.enterToken": "Para completar el proceso de inicio de sesión, por favor ingresa el token provisto por el autenticador de tu teléfono inteligente", "login_mfa.submit": "Enviar", - "login_mfa.token": "Token AMF", - "login_mfa.tokenReq": "Por favor ingresa un token AMF", + "login_mfa.token": "Token MFA", + "login_mfa.tokenReq": "Por favor ingresa un token MFA", "member_item.makeAdmin": "Convertir en Admin de Equipo", "member_item.member": "Miembro", "member_list.noUsersAdd": "No hay usuarios que agregar.", + "members_popover.manageMembers": "Administrar Miembros", "members_popover.msg": "Mensaje", "members_popover.title": "Miembros", - "mobile.components.channels_list_view.yourChannels": "Sus canales:", - "mobile.components.select_server_view.enterServerUrl": "Introduce la URL del servidor", - "mobile.components.select_server_view.proceed": "Proceder", + "members_popover.viewMembers": "Ver Miembros", + "mfa.confirm.complete": "¡Configuración completada!", + "mfa.confirm.okay": "Aceptar", + "mfa.confirm.secure": "Tu cuenta ahora está segura. La próxima vez que inicies sesión, se te solicitará que ingreses el código de la app de Google Authenticator de tu teléfono.", + "mfa.setup.badCode": "Código no válido. Si este problema persiste, póngase en contacto con su Administrador del Sistema.", + "mfa.setup.code": "Código MFA", + "mfa.setup.codeError": "Por favor, introduce el código de Google Authenticator.", + "mfa.setup.required": "La autenticación de múltiples factores es requerida en {siteName}.", + "mfa.setup.save": "Guardar", + "mfa.setup.secret": "Llave secreta: {secret}", + "mfa.setup.step1": "Paso 1: En tu teléfono, descarga Google Authenticator desde iTuenes o Google Play", + "mfa.setup.step2": "Paso 2: Utiliza Google Authenticator para escanear este código QR, o ingresar esta llave secreta manualmente", + "mfa.setup.step3": "Paso 3: Ingresa el código generado por Google Authenticator", + "mfa.setupTitle": "Configurar Autenticación de Múltiples Factores:", + "mobile.account.notifications.email.footer": "Cuando esté desconectado o ausente por más de cinco minutos", + "mobile.account_notifications.mentions_footer": "Tu nombre de usuario (\"@{username}\") siempre desencadenará menciones.", + "mobile.account_notifications.non-case_sensitive_words": "Otras palabras no sensible a mayúsculas y minúsculas...", + "mobile.account_notifications.reply.header": "Enviar notificaciones en respuestas para", + "mobile.account_notifications.threads_mentions": "Menciones en hilos", + "mobile.account_notifications.threads_start": "Hilos que yo comience", + "mobile.account_notifications.threads_start_participate": "Hilos que yo comience o participe", + "mobile.channel_info.alertMessageDeleteChannel": "¿Eliminar el {term} {name}?", + "mobile.channel_info.alertMessageLeaveChannel": "¿Abandonar el {term} {name}?", + "mobile.channel_info.alertNo": "No", + "mobile.channel_info.alertTitleDeleteChannel": "Eliminar {term}", + "mobile.channel_info.alertTitleLeaveChannel": "Abandonar {term}", + "mobile.channel_info.alertYes": "Sí", + "mobile.channel_info.privateChannel": "Canal Privado", + "mobile.channel_info.publicChannel": "Canal Público", + "mobile.channel_list.alertMessageLeaveChannel": "¿Abandonar el {term} {name}?", + "mobile.channel_list.alertNo": "No", + "mobile.channel_list.alertTitleLeaveChannel": "Abandonar {term}", + "mobile.channel_list.alertYes": "Sí", + "mobile.channel_list.closeDM": "Cerrar Mensaje Directo", + "mobile.channel_list.closeGM": "Cerrar Mensaje de Grupo", + "mobile.channel_list.dm": "Mensaje Directo", + "mobile.channel_list.gm": "Mensaje de Grupo", + "mobile.channel_list.open": "Abrir {term}", + "mobile.channel_list.openDM": "Abrir Mensaje Directo", + "mobile.channel_list.openGM": "Abrir Mensaje de Grupo", + "mobile.channel_list.privateChannel": "Canal Privado", + "mobile.channel_list.publicChannel": "Canal Público", + "mobile.components.channels_list_view.yourChannels": "Tus canales:", + "mobile.components.error_list.dismiss_all": "Descartar todo", + "mobile.components.select_server_view.continue": "Continuar", + "mobile.components.select_server_view.enterServerUrl": "URL del servidor", + "mobile.components.select_server_view.proceed": "Continuar", "mobile.components.select_server_view.siteUrlPlaceholder": "https://mattermost.example.com", - "mobile.routes.channels": "Channels", - "mobile.routes.enterServerUrl": "Introduce la URL del servidor", - "mobile.routes.login": "Login", - "mobile.routes.postsList": "Lista de mensajes", - "mobile.routes.selectTeam": "Selecciona un equipo", + "mobile.create_channel": "Crear", + "mobile.create_channel.private": "Nuevo Canal Privado", + "mobile.create_channel.public": "Nuevo Canal Público", + "mobile.edit_post.title": "Editando Mensaje", + "mobile.file_upload.camera": "Sacar Foto o Vídeo", + "mobile.file_upload.library": "Librería de Fotos", + "mobile.file_upload.more": "Más", + "mobile.loading_channels": "Cargando Canales...", + "mobile.loading_members": "Cargando Miembros...", + "mobile.loading_posts": "Cargando Mensajes...", + "mobile.login_options.choose_title": "Selecciona un método para iniciar sesión", + "mobile.post.cancel": "Cancelar", + "mobile.post.delete_question": "¿Estás seguro(a) de querer borrar este mensaje?", + "mobile.post.delete_title": "Eliminar Mensaje", + "mobile.request.invalid_response": "Se recibió una respuesta no válida del servidor.", + "mobile.routes.channelInfo": "Información", + "mobile.routes.channelInfo.createdBy": "Creado por {creator} el ", + "mobile.routes.channelInfo.delete_channel": "Borrar Canal", + "mobile.routes.channelInfo.favorite": "Favorito", + "mobile.routes.channel_members.action": "Remover Miembros", + "mobile.routes.channel_members.action_message": "Debes seleccionar al menos un miembro a ser removido del canal.", + "mobile.routes.channel_members.action_message_confirm": "¿Remove al miembro seleccionado del canal?", + "mobile.routes.channels": "Canales", + "mobile.routes.enterServerUrl": "URL del servidor", + "mobile.routes.login": "Inicio de Sesión", + "mobile.routes.loginOptions": "Selector Inicio de Sesión", + "mobile.routes.mfa": "Autenticación de Múltiples factores:", + "mobile.routes.postsList": "Lista de Mensajes", + "mobile.routes.saml": "Inicio de Sesión Único", + "mobile.routes.selectTeam": "Seleccionar Equipo", + "mobile.routes.settings": "Configuración", + "mobile.routes.thread": "Hilo en {channelName}", + "mobile.routes.thread_dm": "Hilo de Mensaje Directo", + "mobile.routes.user_profile": "Perfil", + "mobile.routes.user_profile.send_message": "Enviar Mensaje", + "mobile.server_ping_failed": "No se puede conectar con el servidor. Por favor verifica el URL ingresado y que tengas conexión a internet.", + "mobile.server_url.invalid_format": "URL debe comenzar con http:// o https://", "more_channels.close": "Cerrar", "more_channels.create": "Crear Nuevo Canal", "more_channels.createClick": "Haz clic en 'Crear Nuevo Canal' para crear uno nuevo", "more_channels.join": "Unirme", + "more_channels.next": "Siguiente", "more_channels.noMore": "No hay más canales para unirse", + "more_channels.prev": "Anterior", "more_channels.title": "Más Canales", "more_direct_channels.close": "Cerrar", "more_direct_channels.message": "Mensaje", + "more_direct_channels.new_convo_note": "Se iniciará una nueva conversación. Si estás agregando a mucha gente, considera crear un grupo privado en su lugar.", + "more_direct_channels.new_convo_note.full": "Haz alcanzado el número máximo de personas para esta conversación. Considera crear un grupo privado en su lugar.", "more_direct_channels.title": "Mensajes Directos", "msg_typing.areTyping": "{users} y {last} están escribiendo...", "msg_typing.isTyping": "{user} está escribiendo...", "msg_typing.someone": "Alguien", + "multiselect.go": "Ir", + "multiselect.instructions": "Utilice las flechas arriba/abajo para navegar y retorno para seleccionar", + "multiselect.numPeopleRemaining": "Puedes agregar {num, number} más {num, plural, =0 {personas} {persona} other {personas}}. ", + "multiselect.numRemaining": "Puedes agregar {num, number} más", + "multiselect.placeholder": "Buscar y agregar miembros", "navbar.addMembers": "Agregar Miembros", "navbar.click": "Clic aquí", "navbar.delete": "Borrar Canal...", @@ -1514,6 +1741,7 @@ "navbar.toggle1": "Mostrar Barra", "navbar.toggle2": "Esconder Barra", "navbar.viewInfo": "Ver Info", + "navbar.viewPinnedPosts": "Ver Mensajes Anclados", "navbar_dropdown.about": "Acerca de Mattermost", "navbar_dropdown.accountSettings": "Configurar Cuenta", "navbar_dropdown.console": "Consola de Sistema", @@ -1522,6 +1750,7 @@ "navbar_dropdown.help": "Ayuda", "navbar_dropdown.integrations": "Integraciones", "navbar_dropdown.inviteMember": "Invitar Nuevo Miembro", + "navbar_dropdown.join": "Unirme a otro Equipo", "navbar_dropdown.leave": "Abandonar Equipo", "navbar_dropdown.logout": "Cerrar sesión", "navbar_dropdown.manageMembers": "Administrar Miembros", @@ -1533,6 +1762,7 @@ "navbar_dropdown.teamSettings": "Configurar Equipo", "navbar_dropdown.viewMembers": "Ver Miembros", "notification.dm": "Mensaje Directo", + "passwordRequirements": "Requisitos de la Contraseña:", "password_form.change": "Cambiar mi contraseña", "password_form.click": " Clic aquí para iniciar sesión.", "password_form.enter": "Ingresa una nueva contraseña para tu cuenta en {siteName}.", @@ -1544,7 +1774,7 @@ "password_send.description": "Para reiniciar tu contraseña, ingresa la dirección de correo que utilizaste en el registro", "password_send.email": "Correo electrónico", "password_send.error": "Por favor ingresa una dirección correo electrónico válida.", - "password_send.link": "

    Se ha enviado un enlace para restablecer la contraseña a {email}

    ", + "password_send.link": "Si la cuenta existe, un correo electrónico para restablecer la contraseña será enviado a:
    {email}

    ", "password_send.reset": "Restablecer mi contraseña", "password_send.title": "Restablecer Contraseña", "pdf_preview.max_pages": "Descargar para leer más páginas", @@ -1566,9 +1796,26 @@ "post_info.mobile.flag": "Marcar", "post_info.mobile.unflag": "Desmarcar", "post_info.permalink": "Enlace permanente", + "post_info.pin": "Anclar al canal", + "post_info.pinned": "Anclado", "post_info.reply": "Responder", + "post_info.system": "Sistema", + "post_info.unpin": "Desprender del canal", + "post_message_view.edited": "(editado)", "posts_view.loadMore": "Cargar más mensajes", "posts_view.newMsg": "Nuevos Mensajes", + "posts_view.newMsgBelow": "{count, plural, one {Nuevo mensaje} other {Nuevos mensajes}} ▼", + "reaction.clickToAdd": "(clic para agregar)", + "reaction.clickToRemove": "(clic para quitar)", + "reaction.othersReacted": "{otherUsers, number} {otherUsers, plural, one {usuario} other {usuarios}}", + "reaction.reacted": "{users} {reactionVerb} con {emoji}", + "reaction.reactionVerb.user": "reaccionó", + "reaction.reactionVerb.users": "reaccionaron", + "reaction.reactionVerb.you": "reaccionaste", + "reaction.reactionVerb.youAndUsers": "reaccionaron", + "reaction.usersAndOthersReacted": "{users} y {otherUsers, number} {otherUsers, plural, one {otro usuario} other {otros usuarios}}", + "reaction.usersReacted": "{users} y {lastUser}", + "reaction.you": "Tú", "removed_channel.channelName": "el canal", "removed_channel.from": "Removido de ", "removed_channel.okay": "OK", @@ -1578,24 +1825,27 @@ "rename_channel.defaultError": " - No se puede cambiar el del canal predeterminado", "rename_channel.displayName": "Nombre a Mostrar", "rename_channel.displayNameHolder": "Ingresa el nombre a mostrar", - "rename_channel.handle": "Identificador", - "rename_channel.handleHolder": "Sólo caracteres alfanumericos y en minúscula", + "rename_channel.handleHolder": "Debe tener caracteres alfanuméricos y en minúscula", "rename_channel.lowercase": "Debe tener caracteres alfanumericos y minúscula", "rename_channel.maxLength": "Este campo debe tener menos de 22 caracteres", "rename_channel.required": "Este campo es obligatorio", "rename_channel.save": "Guardar", "rename_channel.title": "Renombrar Canal", + "rename_channel.url": "URL", "rhs_comment.comment": "Comentario", "rhs_comment.del": "Borrar", "rhs_comment.edit": "Editar", "rhs_comment.mobile.flag": "Marcar", "rhs_comment.mobile.unflag": "Desmarcar", "rhs_comment.permalink": "Enlace permanente", + "rhs_header.backToCallTooltip": "Volver a la llamada", "rhs_header.backToFlaggedTooltip": "Volver a los Mensajes Marcados", "rhs_header.backToResultsTooltip": "Volver a los Resultados de la Búsqueda", "rhs_header.closeSidebarTooltip": "Cerrar barra lateral", + "rhs_header.closeTooltip": "Cerrar barra lateral", "rhs_header.details": "Detalles del Mensaje", "rhs_header.expandSidebarTooltip": "Expandir barra lateral", + "rhs_header.expandTooltip": "Reducir barra lateral", "rhs_header.shrinkSidebarTooltip": "Reducir barra lateral", "rhs_root.del": "Borrar", "rhs_root.direct": "Mensaje Directo", @@ -1603,12 +1853,14 @@ "rhs_root.mobile.flag": "Marcar", "rhs_root.mobile.unflag": "Desmarcar", "rhs_root.permalink": "Enlace permanente", - "search_bar.cancel": "Cancelar", + "rhs_root.pin": "Anclar al canal", + "rhs_root.unpin": "Desprender del canal", "search_bar.search": "Buscar", "search_bar.usage": "

    Opciones de Búsqueda

    • Utiliza \"comillas\" para buscar frases
    • Utiliza from: para encontrar mensajes de usuarios en específico e in: para encontrar mensajes de canales específicos
    ", "search_header.results": "Resultados de la Búsqueda", "search_header.title2": "Menciones Recientes", "search_header.title3": "Mensajes Marcados", + "search_header.title4": "Mensajes anclados en {channelDisplayName}", "search_item.direct": "Mensajes Directos (con {username})", "search_item.jump": "Ir ", "search_results.because": "
    • Si estás buscando un frase parcial (ej. buscando \"aud\", tratando de encontrar \"audible\" o \"audifonos\"), agrega un * a la palabra que estás buscando
    • Debido a la cantidad de resultados, la búsqueda con dos letras y palabras comunes como \"this\", \"a\" and \"es\" no aparecerán en los resultados debido a la cantidad excesiva de resultados retornados.
    ", @@ -1618,6 +1870,10 @@ "search_results.usageFlag2": "Puedes marcar los mensajes y comentarios haciendo clic en el icono ", "search_results.usageFlag3": " junto a la marca de hora.", "search_results.usageFlag4": "Las banderas son una forma de marcar los mensajes para hacerles seguimiento. Tus banderas son personales, y no puede ser vistas por otros usuarios.", + "search_results.usagePin1": "Todavía no hay mensajes anclados.", + "search_results.usagePin2": "Todos los miembros de este canal puede anclar mensajes importante o útiles.", + "search_results.usagePin3": "Los mensajes anclados son visibles por todos los miembros del canal.", + "search_results.usagePin4": "Para anclar un mensaje: Ve al mensaje que deseas anclar y haz clic en [...] > \"Anclar al canal\".", "setting_item_max.cancel": "Cancelar", "setting_item_max.save": "Guardar", "setting_item_min.edit": "Editar", @@ -1628,15 +1884,15 @@ "setting_upload.import": "Importar", "setting_upload.noFile": "No ha seleccionado un archivo", "setting_upload.select": "Selecciona un archivo", - "sidebar.channels": "CANALES", + "sidebar.channels": "Canales", "sidebar.createChannel": "Crear un nuevo canal", "sidebar.createGroup": "Crear un nuevo grupo", - "sidebar.direct": "MENSAJES DIRECTOS", - "sidebar.favorites": "FAVORITOS", + "sidebar.direct": "Mensajes Directos", + "sidebar.favorite": "Favoritos", "sidebar.more": "Más", "sidebar.moreElips": "Más...", "sidebar.otherMembers": "Fuera de este equipo", - "sidebar.pg": "GRUPOS PRIVADOS", + "sidebar.pg": "Grupos Privados", "sidebar.removeList": "Remover de la lista", "sidebar.tutorialScreen1": "

    Canales

    Canales organizan las conversaciones en diferentes tópicos. Son abiertos para cualquier persona de tu equipo. Para enviar comunicaciones privadas con una sola persona utiliza Mensajes Directos o con multiples personas utilizando Grupos Privados.

    ", "sidebar.tutorialScreen2": "

    Los canal \"{townsquare}\" y \"{offtopic}\"

    Estos son dos canales para comenzar:

    {townsquare} es el lugar para tener comunicación con todo el equipo. Todos los integrantes de tu equipo son miembros de este canal.

    {offtopic} es un lugar para diversión y humor fuera de los canales relacionados con el trabajo. Tu y tu equipo pueden decidir que otros canales crear.

    ", @@ -1654,7 +1910,6 @@ "sidebar_right_menu.nativeApps": "Descargar Apps", "sidebar_right_menu.recentMentions": "Menciones recientes", "sidebar_right_menu.report": "Reporta un Problema", - "sidebar_right_menu.switch_team": "Seleccionar Equipo", "sidebar_right_menu.teamLink": "Enlace Invitación al Equipo", "sidebar_right_menu.teamSettings": "Configurar Equipo", "sidebar_right_menu.viewMembers": "Ver Miembros", @@ -1664,11 +1919,10 @@ "signup.ldap": "Credenciales AD/LDAP", "signup.office365": "Office 365", "signup.title": "Crea una cuenta con:", - "signup_team.choose": "Tus equipos: ", "signup_team.createTeam": "O Crea un Equipo", - "signup_team.disabled": "La creación de Equipos ha sido deshabilitada.", + "signup_team.disabled": "La creación de Equipos ha sido inhabilitada.", "signup_team.join_open": "Equipos a los que te puedes unir: ", - "signup_team.noTeams": "No hay equipos en el Directorio de Equipos y la creación de equipos ha sido deshabilitada.", + "signup_team.noTeams": "No hay equipos en el Directorio de Equipos y la creación de equipos ha sido inhabilitada.", "signup_team.no_open_teams": "No hay equipos están disponibles para unirse. Por favor, solicita una invitación a tu administrador.", "signup_team.no_open_teams_canCreate": "No hay equipos están disponibles para unirse. Por favor, crear un nuevo equipo, o solicita una invitación a tu administrador.", "signup_team.no_teams": "No se han creado equipos. Por favor contacta a tu administrador.", @@ -1728,7 +1982,12 @@ "team_export_tab.unable": " No se pudo exportar: {error}", "team_import_tab.failure": " Fallo al importar: ", "team_import_tab.import": "Importar", - "team_import_tab.importHelp": "

    Para importar un equipo desde Slack dirígete a Slack > Import/Export Data > Export > Start Export. Slack no permite exportar archivos, imágenes, grupos privados o mensajes directos almacenados en Slack. Por ende, importar desde Slack hacia Mattermost sólo soporta los mensajes de texto de los canales públicos de tu equipo en Slack.

    Importar desde Slack hacia Mattermost está en fase \"Beta\". Los mensajes de bots actualmente no son importados.

    ", + "team_import_tab.importHelpDocsLink": "documentación", + "team_import_tab.importHelpExportInstructions": "Slack > Team Settings > Import/Export Data > Export > Start Export", + "team_import_tab.importHelpExporterLink": "Exportador Avanzado de Slack", + "team_import_tab.importHelpLine1": "Importar de Slack a Mattermost admite la importación de los mensajes en los canales públicos del equipo de Slack.", + "team_import_tab.importHelpLine2": "Para importar un equipo desde Slack, ve a {exportInstructions}. Revisa la {uploadDocsLink} para conocer más.", + "team_import_tab.importHelpLine3": "Para importar mensajes con archivos adjuntos, revisa {slackAdvancedExporterLink} para más detalles.", "team_import_tab.importSlack": "Importar desde Slack (Beta)", "team_import_tab.importing": " Importando...", "team_import_tab.successful": " Importado con éxito: ", @@ -1738,7 +1997,7 @@ "team_members_dropdown.confirmDemoteDescription": "Si te degradas a ti mismo de la función de Administrador de Sistema y no hay otro usuario con privilegios de Administrador de Sistema, tendrás que volver a asignar un Administrador del Sistema accediendo al servidor de Mattermost a través de un terminal y ejecutar el siguiente comando.", "team_members_dropdown.confirmDemoteRoleTitle": "Confirmar el decenso del rol de Administrador de Sistema", "team_members_dropdown.confirmDemotion": "Confirmar decenso", - "team_members_dropdown.confirmDemotionCmd": "platform -assign_role -team_name=\"tuequipo\" -email=\"nombre@tuempresa.com\" -role=\"system_admin\"", + "team_members_dropdown.confirmDemotionCmd": "platform roles system_admin {username}", "team_members_dropdown.inactive": "Inactivo", "team_members_dropdown.leave_team": "Quitar del equipo", "team_members_dropdown.makeActive": "Activar", @@ -1752,6 +2011,7 @@ "team_settings_modal.generalTab": "General", "team_settings_modal.importTab": "Importar", "team_settings_modal.title": "Configuración del Equipo", + "team_sidebar.join": "Otros equipos a los que te puedes unir.", "textbox.bold": "**negritas**", "textbox.edit": "Editar mensaje", "textbox.help": "Ayuda", @@ -1777,9 +2037,18 @@ "tutorial_tip.ok": "Aceptar", "tutorial_tip.out": "No optar por estos consejos.", "tutorial_tip.seen": "¿Haz visto esto antes? ", + "update_command.cancel": "Cancelar", + "update_command.confirm": "Editar Comando de Barra", + "update_command.question": "Tus cambios puede que rompan el comando de barra existente. ¿Estás seguro de que deseas actualizar?", + "update_command.update": "Actualizar", + "update_incoming_webhook.update": "Actualizar", + "update_outgoing_webhook.confirm": "Editar Webhook de Salida", + "update_outgoing_webhook.question": "Tus cambios puede que rompan el webhook de salida existente. ¿Estás seguro de que deseas actualizarlo?", + "update_outgoing_webhook.update": "Actualizar", "upload_overlay.info": "Arrastra un archivo para subirlo.", - "user.settings.advance.embed_preview": "Mostrar vistas previas experimentales del contenido de los enlaces, cuando esté disponible", + "user.settings.advance.embed_preview": "Para lel primer enlace web en un mensaje, se mostrará una vista previa del contenido del sitio web a continuación del mensaje, si está disponible", "user.settings.advance.embed_toggle": "Capacidad de Mostrar/Esconder las previsualizaciones", + "user.settings.advance.emojipicker": "Habilitar el selector de emoticones en el cuadro de entrada de mensajes", "user.settings.advance.enabledFeatures": "{count, number} {count, plural, one {Característica} other {Caracteristicas}} Habilitadas", "user.settings.advance.formattingDesc": "Si está activada, se dará formato a los mensajes, creando enlaces, mostrando emoticones, el estilo del texto, y añadir saltos de línea. De forma predeterminada, esta opción está habilitada. El cambio de esta configuración requiere que la página se actualice.", "user.settings.advance.formattingTitle": "Habilitar el Formato de Mensajes", @@ -1790,8 +2059,8 @@ "user.settings.advance.on": "Encendido", "user.settings.advance.preReleaseDesc": "Marca las características de pre-lanzamiento que quieras previsualizar. Es posible que necesites refrescar la página antes de que los cambios se vean reflejados.", "user.settings.advance.preReleaseTitle": "Previsualizar características de pre-lanzamiento", - "user.settings.advance.sendDesc": "Si está habilitado 'RETORNO' inserta una nueva linea y 'Ctrl + RETORNO' envía el mensaje.", - "user.settings.advance.sendTitle": "Enviar mensajes con Ctrl + RETORNO", + "user.settings.advance.sendDesc": "Si está habilitado RETORNO inserta una nueva linea y CTRL+RETORNO envía el mensaje.", + "user.settings.advance.sendTitle": "Enviar mensajes con CTRL+RETORNO", "user.settings.advance.slashCmd_autocmp": "Habilitar que una aplicación externa ofrezca el autocompletado de los comandos de barra", "user.settings.advance.title": "Configuración Avanzada", "user.settings.advance.webrtc_preview": "Habilitar la capacidad para hacer y recibir llamadas WebRTC uno-a-uno", @@ -1823,10 +2092,10 @@ "user.settings.display.channelDisplayTitle": "Modo en que se muestra el Canal", "user.settings.display.channeldisplaymode": "Selecciona el ancho de la vista central.", "user.settings.display.clockDisplay": "Visualización del Reloj", - "user.settings.display.collapseDesc": "Ampliar los vínculos para mostrar una vista previa del contenido, cuando esté disponible.", - "user.settings.display.collapseDisplay": "Vista previa del enlace", - "user.settings.display.collapseOff": "Apagado", - "user.settings.display.collapseOn": "Encendido", + "user.settings.display.collapseDesc": "Establecer si las vistas previas de los enlaces con imagen se deben mostrar como expandidos o contraídos de forma predeterminada. Este ajuste también puede ser controlado mediante el uso del los comandos de barra /expand y /collapse.", + "user.settings.display.collapseDisplay": "Apariencia predeterminada de lasa vistas previas de los enlaces con imagenes", + "user.settings.display.collapseOff": "Colapsado", + "user.settings.display.collapseOn": "Expandido", "user.settings.display.fixedWidthCentered": "De ancho fijo, centrado", "user.settings.display.fontDesc": "Selecciona la fuente con la que quieres ver la interfaz de Mattermost.", "user.settings.display.fontTitle": "Fuente de Visualización", @@ -1846,6 +2115,7 @@ "user.settings.display.showNickname": "Mostrar el sobrenombre si existe, de lo contrario mostrar el nombre y apellido", "user.settings.display.showUsername": "Mostrar el nombre de usuario (predeterminado)", "user.settings.display.teammateDisplay": "Visualización del nombre de los integrantes", + "user.settings.display.theme.applyToAllTeams": "Aplicar el nuevo tema para todos mis equipos", "user.settings.display.theme.customTheme": "Tema Personalizado", "user.settings.display.theme.describe": "Abrir para administrar tu tema", "user.settings.display.theme.import": "Importar colores del tema desde Slack", @@ -1871,6 +2141,7 @@ "user.settings.general.emailUnchanged": "Tu nueva dirección de correo electrónico es la misma que la dirección anterior.", "user.settings.general.emptyName": "Clic en 'Editar' para agregar tu nombre completo", "user.settings.general.emptyNickname": "Clic en 'Editar' para agregar un sobrenombre", + "user.settings.general.emptyPosition": "Clic en 'Editar' para agregar su título de trabajo / cargo", "user.settings.general.field_handled_externally": "Este campo es manejado a través del proveedor de inicio de sesión. Si deseas cambiarlo, deberás hacerlo a través del proveedor.", "user.settings.general.firstName": "Nombre", "user.settings.general.fullName": "Nombre completo", @@ -1887,6 +2158,8 @@ "user.settings.general.nicknameExtra": "Utiliza un Sobrenombre por el cual te conocen que sea diferente de tu nombre y del nombre de tu usuario. Esto se utiliza con mayor frecuencia cuando dos o más personas tienen nombres y nombres de usuario que suenan similares.", "user.settings.general.notificationsExtra": "De forma predeterminada, recibirás notificaciones cuando alguien escribe tu nombre. Ve a la configuración de {notify} para cambiar este comportamiento.", "user.settings.general.notificationsLink": "Notificaciones", + "user.settings.general.position": "Cargo", + "user.settings.general.positionExtra": "Utiliza Cargo para definir tu rol o título del trabajo. Esto se muestra en la ventana emergente de tu perfil.", "user.settings.general.primaryEmail": "Correo Principal", "user.settings.general.profilePicture": "Foto del Perfil", "user.settings.general.title": "Configuración General", @@ -1904,14 +2177,17 @@ "user.settings.import_theme.submitError": "Formato inválido, por favor intenta copiando y pegando nuevamente.", "user.settings.languages.change": "Cambia el idioma con el que se muestra la intefaz de usuario", "user.settings.languages.promote": "Selecciona en que idioma se mostrará la interfaz de usuario de Mattermost.

    ¿Te gustaría ayudar con las traducciones? Únete al Servidor de Traducciones de Mattermost para contribuir.", - "user.settings.mfa.add": "Agrega AMF a tu cuenta", - "user.settings.mfa.addHelp": "Puedes requerir de un smartphone basado en token, además de la contraseña para iniciar sesión en Mattermost.

    Para habilitarlo, descarga Google Authenticator de iTunes o Google Play al teléfono, luego

    1. Haz clic en Agregar AMF a su cuenta en el botón de arriba.
    2. Utiliza Google Authenticator para escanear el código QR que aparece.
    3. Escribe el código generado por Google Authenticator y haz clic en Guardar.

    Al iniciar la sesión, se pedirá que introduzcas un token de Google Authenticator, además de tus credenciales.", - "user.settings.mfa.addHelpQr": "Por favor escanea el código QR con la app de Google Authenticator en tu teléfono inteligente e ingresa el token provisto por la app.", + "user.settings.mfa.add": "Agrega MFA a tu cuenta", + "user.settings.mfa.addHelp": "Agregar la autenticación de múltiples factores hará que la cuenta sea más segura al requerir un código desde el teléfono móvil cada vez para iniciar sesión.", + "user.settings.mfa.addHelpQr": "Por favor escanea el código QR con la aplicación Google Authenticator en tu teléfono inteligente e ingresa el token proporcionado por la aplicación. Si no puede escanear el código, puedes ingresar manualmente la clave secreta suministrada.", "user.settings.mfa.enterToken": "Token", "user.settings.mfa.qrCode": "Código QR", - "user.settings.mfa.remove": "Remover AMF de tu cuenta", - "user.settings.mfa.removeHelp": "Al remover la autenticación de múltples factores hará que tu cuenta sea vulnerable a ataques.", - "user.settings.mfa.title": "Habilitar Autenticación de Múltiples Factores:", + "user.settings.mfa.remove": "Remover MFA de tu cuenta", + "user.settings.mfa.removeHelp": "Al remover la autenticación de múltiples factores hará que no necesites del código generado por el teléfono móvil para iniciar sesión.", + "user.settings.mfa.requiredHelp": "La autenticación de múltiples factores es requerida en este servidor. Reiniciarla es sólo recomendado cuando necesitas cambiar la generación del código a un nuevo dispositivo móvil. Se solicitará que la configures inmediatamente.", + "user.settings.mfa.reset": "Reiniciar el MFA de tu cuenta", + "user.settings.mfa.secret": "Clave Secreta:", + "user.settings.mfa.title": "Autenticación de Múltiples Factores:", "user.settings.modal.advanced": "Avanzada", "user.settings.modal.confirmBtns": "Sí, Descartar", "user.settings.modal.confirmMsg": "Tienes cambios sin guardar, ¿Estás seguro que los quieres descartar?", @@ -1937,7 +2213,7 @@ "user.settings.notifications.desktop.allSoundForever": "Para toda actividad, con sonido, que se muestran de forma permanente", "user.settings.notifications.desktop.allSoundTimed": "Para toda actividad, con sonido, que se muestran por {seconds} segundos", "user.settings.notifications.desktop.duration": "Duración de la notificación:", - "user.settings.notifications.desktop.durationInfo": "Determina el tiempo que las notificaciones de escritorio permanecerán en la pantalla.", + "user.settings.notifications.desktop.durationInfo": "Determina el tiempo que las notificaciones de escritorio permanecerá en la pantalla cuando se utiliza Firefox o Chrome. Las notificaciones de escritorio en Edge y Safari sólo puede permanecer en la pantalla por un máximo de 5 segundos.", "user.settings.notifications.desktop.mentionsFirefoxForever": "Para las menciones y mensajes directos, que se muestran de forma permanente", "user.settings.notifications.desktop.mentionsFirefoxTimed": "Para las menciones y mensajes directos, que se muestran por {seconds} segundos", "user.settings.notifications.desktop.mentionsNoSoundForever": "Para las menciones y mensajes directos, sin sonido, que se muestran de forma permanente", @@ -1949,6 +2225,8 @@ "user.settings.notifications.desktop.title": "Notificaciones de escritorio", "user.settings.notifications.desktop.unlimited": "Ilimitada", "user.settings.notifications.desktopSounds": "Sonidos de notificación de escritorio", + "user.settings.notifications.email.disabled": "Deshabilitado por el Administrador de Sistema", + "user.settings.notifications.email.disabled_long": "Las notificaciones por correo electrónico han sido deshabilitadas por tu Administrador del Sistema.", "user.settings.notifications.email.everyHour": "Cada hora", "user.settings.notifications.email.everyXMinutes": "Cada {count, plural, one {minuto} other {{count, number} minutos}}", "user.settings.notifications.email.immediately": "Inmediatamente", @@ -1958,38 +2236,42 @@ "user.settings.notifications.emailInfo": "El correo electrónico que se envía para notificaciones de menciones y mensajes directos cuando estás ausente o desconectado de {siteName} por más de 5 minutos.", "user.settings.notifications.emailNotifications": "Notificaciones de correo", "user.settings.notifications.header": "Notificaciones", - "user.settings.notifications.info": "Las notificaciones de escritorio están disponibles en Firefox, Safari y Chrome.", + "user.settings.notifications.info": "Las notificaciones de escritorio están disponibles en Edge, Firefox, Safari, Chrome y Aplicaciones de Escritorio de Mattermost.", + "user.settings.notifications.mentionsInfo": "Menciones se desencadenan cuando alguien envía un mensaje que incluye su nombre de usuario (\"@{username}\") o cualquiera de las opciones seleccionadas anteriormente.", "user.settings.notifications.never": "Nunca", "user.settings.notifications.noWords": "No hay palabras configuradas", "user.settings.notifications.off": "Apagado", "user.settings.notifications.on": "Encendido", "user.settings.notifications.onlyMentions": "Sólo para menciones y mensajes directos", "user.settings.notifications.push": "Notificaciones push móvil", + "user.settings.notifications.push_notification.status": "Activa las notificaciones push cuando", "user.settings.notifications.sensitiveName": "Tu nombre con distinción de mayúsculas \"{first_name}\"", "user.settings.notifications.sensitiveUsername": "Tu nombre de usuario sin distinción de mayúsculas \"{username}\"", "user.settings.notifications.sensitiveWords": "Otras palabras sin distinción de mayúsculas, separadas por comas:", "user.settings.notifications.soundConfig": "Por favor configura los sonidos de notificación en los ajustes de tu navegador", - "user.settings.notifications.sounds_info": "El sonido de las notificaciones está disponible en IE11, Edge, Safari y Chrome.", + "user.settings.notifications.sounds_info": "Los sonidos de notificación están disponibles en IE11, Edge, Safari, Chrome y Aplicaciones de Escritorio de Mattermost.", "user.settings.notifications.teamWide": "Menciones para todo el equipo \"@all\"", "user.settings.notifications.title": "Configuracón de Notificaciones", - "user.settings.notifications.usernameMention": "Tu nombre de usuario mencionado \"@{username}\"", "user.settings.notifications.wordsTrigger": "Palabras que desencadenan menciones", + "user.settings.push_notification.allActivity": "Para toda actividad", "user.settings.push_notification.allActivityAway": "Para toda la actividad cuando esté ausente o desconectado", "user.settings.push_notification.allActivityOffline": "Para toda la actividad cuando esté desconectado", "user.settings.push_notification.allActivityOnline": "De toda la actividad cuando esté en línea, ausente o desconectado", "user.settings.push_notification.away": "Ausente o desconectado", - "user.settings.push_notification.disabled": "Deshabilitado por el Administrador de Sistema", - "user.settings.push_notification.disabled_long": "Las Notificaciones Push para dispositivos móviles han sido deshabilitadas por el Administrador del Sistema.", + "user.settings.push_notification.disabled": "Inhabilitado por el Administrador de Sistema", + "user.settings.push_notification.disabled_long": "Las Notificaciones Push para dispositivos móviles han sido inhabilitadas por el Administrador del Sistema.", "user.settings.push_notification.info": "Se enviarán notificaciones a tu dispositivo móvil cuando haya actividad en Mattermost.", "user.settings.push_notification.off": "Apagado", "user.settings.push_notification.offline": "Desconectado", "user.settings.push_notification.online": "En línea, ausente o desconectado", + "user.settings.push_notification.onlyMentions": "Sólo para menciones y mensajes directos", "user.settings.push_notification.onlyMentionsAway": "Para las menciones y mensajes directos cuando esté ausente o desconectado", "user.settings.push_notification.onlyMentionsOffline": "Para las menciones y mensajes directos cuando esté desconectado", "user.settings.push_notification.onlyMentionsOnline": "Para las menciones y mensajes directos cuando esté en línea, ausente o desconectado", "user.settings.push_notification.send": "Enviar notificaciones push móvil", "user.settings.push_notification.status": "Activa las notificaciones push cuando", "user.settings.push_notification.status_info": "Las alertas de notificación sólo son enviadas a tu dispositivo móvil cuando tu estatus coincide con la selección anterior.", + "user.settings.security.active": "Activo", "user.settings.security.close": "Cerrar", "user.settings.security.currentPassword": "Contraseña Actual", "user.settings.security.currentPasswordError": "Por favor ingresa tu contraseña actual.", @@ -1997,10 +2279,14 @@ "user.settings.security.emailPwd": "Correo electrónico y Contraseña", "user.settings.security.gitlab": "GitLab", "user.settings.security.google": "Google", + "user.settings.security.inactive": "Inactivo", "user.settings.security.lastUpdated": "Última actualización {date} a las {time}", "user.settings.security.ldap": "AD/LDAP", - "user.settings.security.loginGitlab": "Inicio de sesión realizado a través de Gitlab", + "user.settings.security.loginGitlab": "Inicio de sesión realizado a través de GitLab", + "user.settings.security.loginGoogle": "Inicio de sesión realizado a través de Google Apps", "user.settings.security.loginLdap": "Inicio de sesión realizado a través de AD/LDAP", + "user.settings.security.loginOffice365": "Inicio de sesión realizado a través de Office 365", + "user.settings.security.loginSaml": "Inicio de sesión realizado a través de SAML", "user.settings.security.logoutActiveSessions": "Visualizar y cerrar las sesiones activas", "user.settings.security.method": "Método de inicio de sesión", "user.settings.security.newPassword": "Nueva Contraseña", @@ -2028,9 +2314,12 @@ "user.settings.security.passwordErrorUppercaseNumberSymbol": "La contraseña debe contener al menos {min} caracteres compuesta de al menos una letra mayúscula, al menos un número, y al menos un símbolo (por ejemplo,\"~!@#$%^&*()\").", "user.settings.security.passwordErrorUppercaseSymbol": "La contraseña debe contener al menos {min} caracteres compuesta de al menos una letra mayúscula y al menos un símbolo (por ejemplo,\"~!@#$%^&*()\").", "user.settings.security.passwordGitlabCantUpdate": "El inicio de sesión ocurre a través GitLab. La contraseña no se puede actualizar.", + "user.settings.security.passwordGoogleCantUpdate": "El inicio de sesión ocurre a través Google Apps. La contraseña no se puede actualizar.", "user.settings.security.passwordLdapCantUpdate": "El inicio de sesión ocurre a través AD/LDAP. La contraseña no se puede actualizar.", "user.settings.security.passwordMatchError": "La nuevas contraseñas que ingresaste no coinciden.", "user.settings.security.passwordMinLength": "Longitud mínima no válida, no se puede mostrar la vista previa.", + "user.settings.security.passwordOffice365CantUpdate": "El inicio de sesión ocurre a través Office 365. La contraseña no se puede actualizar.", + "user.settings.security.passwordSamlCantUpdate": "La contraseña es manejada a través del proveedor de inicio de sesión. Si deseas cambiarla, deberás hacerlo a través del proveedor de identidad.", "user.settings.security.retypePassword": "Reescribe la Nueva Contraseña", "user.settings.security.saml": "SAML", "user.settings.security.switchEmail": "Cambiar para utilizar correo electrónico y contraseña", @@ -2042,7 +2331,9 @@ "user.settings.security.title": "Configuración de Seguridad", "user.settings.security.viewHistory": "Visualizar historial de acceso", "user_list.notFound": "No se encontraron usuarios", + "user_profile.send.dm": "Enviar Mensaje", "user_profile.webrtc.call": "Iniciar llamada de vídeo", + "user_profile.webrtc.offline": "El usuario está desconectado", "user_profile.webrtc.unavailable": "No se puede realizar una nueva llamada hasta que la llamada actual finalice", "view_image.loading": "Cargando ", "view_image_popover.download": "Descargar", @@ -2053,6 +2344,7 @@ "web.footer.privacy": "Privacidad", "web.footer.terms": "Términos", "web.header.back": "Atrás", + "web.header.logout": "Cerrar sesión", "web.root.signup_info": "Todas las comunicaciones del equipo en un sólo lugar, con búsquedas y accesible desde cualquier parte", "webrtc.busy": "{username} está ocupado.", "webrtc.call": "Llamar", diff --git a/assets/base/i18n/fr.json b/assets/base/i18n/fr.json new file mode 100644 index 000000000..ffa17096b --- /dev/null +++ b/assets/base/i18n/fr.json @@ -0,0 +1,2373 @@ +{ + "about.close": "Quitter", + "about.copyright": "Copyright 2016 Mattermost, Inc. Tous droits réservés", + "about.database": "Base de données :", + "about.date": "Date de compilation :", + "about.enterpriseEditionLearn": "Pour en savoir davantage sur l’Édition Entreprise : ", + "about.enterpriseEditionSt": "Communication moderne derrière votre pare-feu.", + "about.enterpriseEditione1": "Édition Entreprise", + "about.hash": "Clé de compilation :", + "about.hashee": "Clé de compilation EE :", + "about.licensed": "Licence accordée à :", + "about.number": "Numéro de compilation :", + "about.teamEditionLearn": "Rejoignez la communauté Mattermost à : ", + "about.teamEditionSt": "Toute la communication de votre équipe en un seul endroit, consultable instantanément et accessible de partout.", + "about.teamEditiont0": "Édition Team", + "about.teamEditiont1": "Édition Entreprise", + "about.title": "À propos de Mattermost", + "about.version": "Version :", + "access_history.title": "Accéder à l'historique", + "activity_log.activeSessions": "Sessions actives", + "activity_log.browser": "Navigateur : {browser}", + "activity_log.firstTime": "Première activité : {date}, {time}", + "activity_log.lastActivity": "Dernière activité : {date}, {time}", + "activity_log.logout": "Se déconnecter", + "activity_log.moreInfo": "Plus d'informations", + "activity_log.os": "OS : {os}", + "activity_log.sessionId": "Identifiant de session : {id}", + "activity_log.sessionsDescription": "Les sessions sont créées lorsque vous vous connectez depuis un nouveau navigateur. Les sessions vous permettent d'utiliser Mattermost sans devoir vous connecter à nouveau durant un temps défini par l'administrateur système. Si vous souhaitez vous déconnecter plus tôt, utilisez le bouton \"Se déconnecter\" ci-dessous pour mettre fin à votre session.", + "activity_log_modal.android": "Android", + "activity_log_modal.androidNativeApp": "Application Android", + "activity_log_modal.desktop": "Application de bureau native", + "activity_log_modal.iphoneNativeApp": "Application pour iPhone", + "add_command.autocomplete": "Auto-complétion", + "add_command.autocomplete.help": "(Facultatif) Afficher les commandes slash dans la liste d'auto-complétion.", + "add_command.autocompleteDescription": "Description de l'auto-complétion", + "add_command.autocompleteDescription.help": "(facultatif) Description de la commande slash pour la liste d'auto-complétion.", + "add_command.autocompleteDescription.placeholder": "Exemple : \"Retourne les résultats de recherche de dossiers médicaux\"", + "add_command.autocompleteHint": "Indice de l’auto-complétion", + "add_command.autocompleteHint.help": "(Facultatif) Arguments associés à votre commande slash, affichés dans l'aide de la liste d'auto-complétion.", + "add_command.autocompleteHint.placeholder": "Exemple : [Nom du patient]", + "add_command.cancel": "Annuler", + "add_command.description": "Description", + "add_command.description.help": "Description de votre webhook entrant.", + "add_command.displayName": "Nom affiché", + "add_command.displayName.help": "Nom d'affichage pour votre commande slash, avec un maximum de 64 caractères.", + "add_command.doneHelp": "Votre commande slash est en place. Le token suivant sera envoyé dans le payload sortant. Utilisez-le pour vérifier que la requête provienne bien de votre équipe Mattermost (voir la documentation pour plus de détails).", + "add_command.iconUrl": "Icône de la réponse", + "add_command.iconUrl.help": "Choisissez une photo de profil pour les réponses à cette commande slash. Entrez l'URL d'un fichier .png ou .jpg d'au moins 128x128 pixels.", + "add_command.iconUrl.placeholder": "https://www.example.com/myicon.png", + "add_command.method": "Méthode de requête", + "add_command.method.get": "GET", + "add_command.method.help": "Le type de méthode de requête HTTP envoyé à cette URL.", + "add_command.method.post": "POST", + "add_command.save": "Enregistrer", + "add_command.token": "Token : {token}", + "add_command.trigger": "Mot-clé de déclenchement", + "add_command.trigger.help": "Un mot déclencheur doit être unique, ne peut commencer par un slash ni contenir d'espaces.", + "add_command.trigger.helpExamples": "Exemples : client, employé, patient, météo", + "add_command.trigger.helpReserved": "Réservé : {link}", + "add_command.trigger.helpReservedLinkText": "voir la liste des commandes slash incluses", + "add_command.trigger.placeholder": "Mot-clé de déclenchement par exemple \"hello\"", + "add_command.triggerInvalidLength": "Un mot-clé déclencheur doit contenir de {min} à {max} caractères", + "add_command.triggerInvalidSlash": "Un mot-clé déclencheur ne peut commencer par un /", + "add_command.triggerInvalidSpace": "Un mot-clé ne doit pas contenir d’espaces", + "add_command.triggerRequired": "Un mot-clé est requis", + "add_command.url": "URL de requête", + "add_command.url.help": "L'URL de callback qui recevra la requête POST ou GET quand cette commande Slash est exécutée.", + "add_command.url.placeholder": "Doit commencer par http:// ou https://", + "add_command.urlRequired": "Une requête URL est demandée", + "add_command.username": "Utilisateur affiché dans la réponse", + "add_command.username.help": "Choisissez un nom d'utilisateur qui sera affiché dans la réponse de la commande slash. Les noms d'utilisateurs peuvent contenir jusqu'à 22 caractères comprenant chiffres, lettres minuscules et symboles \"-\", \"_\" et \".\" .", + "add_command.username.placeholder": "Nom d'utilisateur", + "add_emoji.cancel": "Annuler", + "add_emoji.header": "Ajouter", + "add_emoji.image": "Image", + "add_emoji.image.button": "Sélectionner", + "add_emoji.image.help": "Choisissez l'image pour votre émoticône. L'image peut être au format gif, png ou jpeg, d'une taille maximale de 1 Mio. Les dimensions seront automatiquement réduites pour une taille 128x128 pixels, le tout, en conservant les proportions d'origine.", + "add_emoji.imageRequired": "Une image est requise pour l'emoji", + "add_emoji.name": "Nom", + "add_emoji.name.help": "Choisissez un nom pour votre emoji de 64 caractères au maximum, constitué de lettres minuscules, nombres et '-' ou '_'.", + "add_emoji.nameInvalid": "Un nom d'emoji ne peut contenir que des lettres minuscules, nombres et les caractères '-' ou '_'.", + "add_emoji.nameRequired": "Saisissez un nom pour l'emoji", + "add_emoji.nameTaken": "Ce nom est déjà utilisé pour un emoji système. Choisissez un autre nom.", + "add_emoji.preview": "Aperçu", + "add_emoji.preview.sentence": "Ceci est une phrase avec {image}.", + "add_emoji.save": "Enregistrer", + "add_incoming_webhook.cancel": "Annuler", + "add_incoming_webhook.channel": "Canal", + "add_incoming_webhook.channel.help": "Canal public ou groupe privé qui reçoit les payloads du webhook. Vous devez appartenir au groupe privé pendant la mise en place du webhook.", + "add_incoming_webhook.channelRequired": "Un canal valide est demandé", + "add_incoming_webhook.description": "Description", + "add_incoming_webhook.description.help": "Description pour votre webhook entrant.", + "add_incoming_webhook.displayName": "Nom à afficher", + "add_incoming_webhook.displayName.help": "Nom d'affichage pour votre webhook entrant, avec un maximum de 64 caractères.", + "add_incoming_webhook.doneHelp": "Votre webhook entrant est installé. Vous pouvez envoyer des données a l'URL suivante (voir la documentation pour plus de détails).", + "add_incoming_webhook.name": "Nom", + "add_incoming_webhook.save": "Enregistrer", + "add_incoming_webhook.url": "URL: {url}", + "add_oauth_app.callbackUrls.help": "Les URIs de redirection vers lesquelles le service dirigera les utilisateurs après avoir accepté ou refusé l'autorisation de votre application, et qui géreront les codes d'autorisation ou les jeton d'accès. Doit être une URL valide commençant par http:// ou https://.", + "add_oauth_app.callbackUrlsRequired": "Saisissez une ou plusieurs URL de callback", + "add_oauth_app.clientId": "Identifiant Client: {id}", + "add_oauth_app.clientSecret": "Clé secrète du client: {secret}", + "add_oauth_app.description.help": "Description pour votre application OAuth 2.0.", + "add_oauth_app.descriptionRequired": "Une description pour votre application OAuth 2.0 est requise.", + "add_oauth_app.doneHelp": "Votre application OAuth 2.0 a été mise en place. Veuillez utiliser l'identifiant et la clé secrète client lors de la demande d'autorisation pour votre application (voir la documentation pour plus de détails).", + "add_oauth_app.doneUrlHelp": "Liste des URLs de redirection autorisées.", + "add_oauth_app.header": "Ajouter", + "add_oauth_app.homepage.help": "L'URL de la page d'accueil de votre application OAuth 2.0. Veillez à saisir HTTP ou HTTPS dans l'URL en fonction de votre configuration.", + "add_oauth_app.homepageRequired": "La page d'accueil pour l'application OAuth 2.0 est requise.", + "add_oauth_app.icon.help": "(Facultatif) L'URL de l'image utilisée pour votre application OAuth 2.0. Veillez à saisir HTTP ou HTTPS dans l'URL.", + "add_oauth_app.name.help": "Nom d'affichage pour votre application OAuth 2.0, avec un maximum de 64 caractères.", + "add_oauth_app.nameRequired": "Le nom pour l'application OAuth 2.0 est requis.", + "add_oauth_app.trusted.help": "Si activé, l'application OAuth 2.0 est considérée comme étant de confiance par le serveur Mattermost et ne requerra pas l'approbation de l'utilisateur. Si désactivé, une fenêtre additionnelle apparaîtra, demandant à l'utilisateur d'accepter ou de refuser son autorisation.", + "add_oauth_app.url": "URL(s): {url}", + "add_outgoing_webhook.callbackUrls": "URLs de rappel (une par ligne)", + "add_outgoing_webhook.callbackUrls.help": "L'URL à laquelle les messages seront envoyés.", + "add_outgoing_webhook.callbackUrlsRequired": "Une ou plusieurs URLs de rappel sont requises", + "add_outgoing_webhook.cancel": "Annuler", + "add_outgoing_webhook.channel": "Canal", + "add_outgoing_webhook.channel.help": "Canal public qui recevra les payloads des webhooks. Facultatif si au moins un mot déclencheur est spécifié.", + "add_outgoing_webhook.contentType.help1": "Choisissez le type de contenu par lequel la réponse sera envoyée.", + "add_outgoing_webhook.contentType.help2": "Si application/x-www-form-urlencoded est choisi, le serveur suppose que vous allez encoder les paramètres dans un format URL.", + "add_outgoing_webhook.contentType.help3": "Si application/json est choisi, le serveur suppose que vous allez envoyer des données JSON.", + "add_outgoing_webhook.content_Type": "Type de contenu", + "add_outgoing_webhook.description": "Description", + "add_outgoing_webhook.description.help": "Description pour votre webhook sortant.", + "add_outgoing_webhook.displayName": "Nom à afficher", + "add_outgoing_webhook.displayName.help": "Nom d'affichage pour votre webhook sortant, avec un maximum de 64 caractères.", + "add_outgoing_webhook.doneHelp": "Votre webhook sortant est en place. Le token suivant sera envoyé dans le payload sortant. Utilisez-le pour vérifier que la requête provienne bien de votre équipe Mattermost (voir la docuementation pour plus de détails).", + "add_outgoing_webhook.name": "Nom", + "add_outgoing_webhook.save": "Enregistrer", + "add_outgoing_webhook.token": "Token: {token}", + "add_outgoing_webhook.triggerWords": "Mot-clé (Un par ligne)", + "add_outgoing_webhook.triggerWords.help": "Les messages qui débutent par un des mots spécifiés vont déclencher le webhook sortant. Optionnel si Canal est sélectionné.", + "add_outgoing_webhook.triggerWordsOrChannelRequired": "Un canal valide ou une liste de mot-clés est requise", + "add_outgoing_webhook.triggerWordsTriggerWhen": "Déclencher lorsque", + "add_outgoing_webhook.triggerWordsTriggerWhen.help": "Choisissez quand déclencher le webhook sortant; si le premier mot d'un message correspond exactement à un mot déclencheur, ou si il commence par un mot déclencheur.", + "add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "Premier mot correspond exactement à un mot déclencheur", + "add_outgoing_webhook.triggerWordsTriggerWhenStartsWith": "Le premier mot commence avec un mot déclencheur", + "admin.advance.cluster": "Haute disponibilité (Bêta)", + "admin.advance.metrics": "Suivi des performances", + "admin.audits.reload": "Recharger les logs de l'activité utilisateur", + "admin.audits.title": "Activité de l'utilisateur", + "admin.authentication.email": "Authentification e-mail", + "admin.authentication.gitlab": "GitLab", + "admin.authentication.ldap": "AD/LDAP", + "admin.authentication.oauth": "OAuth 2.0", + "admin.authentication.saml": "SAML", + "admin.banner.heading": "Remarque :", + "admin.cluster.enableDescription": "Si activé, Mattermost sera lancé en mode Haute Disponibilité. Consultez la documentation pour en apprendre davantage sur la configuration de la Haute Disponibilité pour Mattermost.", + "admin.cluster.enableTitle": "Activer le mode Haute Disponibilité", + "admin.cluster.interNodeListenAddressDesc": "L'adresse écoutée par le serveur pour communiquer avec d'autres serveurs.", + "admin.cluster.interNodeListenAddressEx": "Ex. : \":8075\"", + "admin.cluster.interNodeListenAddressTitle": "Adresse d'écoute de la communication entre noeuds :", + "admin.cluster.interNodeUrlsDesc": "Les URLs internes/privées de tous les serveurs Mattermost, séparés par des virgules", + "admin.cluster.interNodeUrlsEx": "Ex. : \"http://10.10.10.30, http://10.10.10.31\"", + "admin.cluster.interNodeUrlsTitle": "URLs de communication entre noeuds :", + "admin.cluster.loadedFrom": "Le fichier de configuration a été chargé par le noeud ID {clusterId}. Veuillez vous référer au guide de résolution des problèmes de notre documentation si vous accédez à la Console Système à partir d'un répartiteur de charge et que vous rencontrez des problèmes.", + "admin.cluster.noteDescription": "Changer les propriétés de cette section requiert un redémarrage du serveur avant de prendre effet. Lorsque le mode Haute Disponibilité est activé, la Console Système est mise en lecture-seule et ne peut être changée que par le fichier de configuration.", + "admin.cluster.should_not_change": "ATTENTION : Ces paramètres ne se synchroniseront pas avec les autres serveurs du cluster. La communication entre nœuds en mode Haute Disponibilité ne démarrera pas tant que le fichier config.json ne sera pas identique sur chacun des serveurs et que Mattermost n'aura pas été redémarré. Veuillez vous référer à la documentation pour savoir comment ajouter ou supprimer un serveur d'un cluster. Si vous accédez à la Console système à partir d'un répartiteur de charges et que vous rencontrez des problèmes, veuillez vous référer au guide de résolution des problèmes de notre documentation.", + "admin.cluster.status_table.config_hash": "MD5 du fichier de configuration", + "admin.cluster.status_table.hostname": "Nom d'hôte", + "admin.cluster.status_table.id": "ID du nœud", + "admin.cluster.status_table.reload": "Recharger l'état du cluster", + "admin.cluster.status_table.status": "État", + "admin.cluster.status_table.url": "URL de communication entre noeuds", + "admin.cluster.status_table.version": "Version", + "admin.compliance.directoryDescription": "Répertoire des rapports de conformité. Si non spécifié : ./data/ .", + "admin.compliance.directoryExample": "Ex. : \"./data/\"", + "admin.compliance.directoryTitle": "Répertoire du rapport de conformité :", + "admin.compliance.enableDailyDesc": "Si activé, Mattermost générera un rapport de conformité quotidien", + "admin.compliance.enableDailyTitle": "Activer le rapport quotidien :", + "admin.compliance.enableDesc": "Si activé, Mattermost autorise les rapports de conformité depuis l'onglet Conformité et vérification. Consultez la documentation pour en apprendre davantage.", + "admin.compliance.enableTitle": "Activer le rapport de conformité :", + "admin.compliance.false": "non", + "admin.compliance.noLicense": "

    Note :

    La conformité est une option disponible sur l'édition Entreprise. Votre licence ne permet pas d'utiliser cette fonction. Veuillez cliquer ici pour des informations sur la licence Entreprise et connaître son prix.

    ", + "admin.compliance.save": "Enregistrer", + "admin.compliance.saving": "Enregistrement des paramètres...", + "admin.compliance.title": "Paramètres de conformité", + "admin.compliance.true": "vrai", + "admin.compliance_reports.desc": "Profession :", + "admin.compliance_reports.desc_placeholder": "Ex : \"Audit 445 pour les RH\"", + "admin.compliance_reports.emails": "Adresses e-mail :", + "admin.compliance_reports.emails_placeholder": "Ex : \"bill@example.com, bob@example.com »", + "admin.compliance_reports.from": "De :", + "admin.compliance_reports.from_placeholder": "Ex : \"2016-03-18\"", + "admin.compliance_reports.keywords": "Mots-clés :", + "admin.compliance_reports.keywords_placeholder": "Ex : \"État des stocks\"", + "admin.compliance_reports.reload": "Rafraîchir", + "admin.compliance_reports.run": "Exécuter", + "admin.compliance_reports.title": "Rapports de conformité", + "admin.compliance_reports.to": "À :", + "admin.compliance_reports.to_placeholder": "Ex : \"2016-03-15\"", + "admin.compliance_table.desc": "Description", + "admin.compliance_table.download": "Télécharger", + "admin.compliance_table.params": "Paramètres", + "admin.compliance_table.records": "Enregistrements", + "admin.compliance_table.status": "État", + "admin.compliance_table.timestamp": "Horodatage", + "admin.compliance_table.type": "Type", + "admin.compliance_table.userId": "Demandé par", + "admin.connectionSecurityNone": "Aucun", + "admin.connectionSecurityNoneDescription": "Mattermost sera connecté via une connexion non sécurisée.", + "admin.connectionSecurityPlain": "PLAIN", + "admin.connectionSecurityPlainDescription": "Mattermost sera connecté et authentifié via une connexion non sécurisée.", + "admin.connectionSecurityStart": "Départ en mode ‘Transport Layer Security’", + "admin.connectionSecurityStartDescription": "Prend une connexion non sécurisée existante et tente de la mettre à niveau vers une connexion sécurisée en utilisant le mode TLS .", + "admin.connectionSecurityTest": "test de connexion", + "admin.connectionSecurityTitle": "Connexion sécurisée", + "admin.connectionSecurityTls": "Transport Layer Security", + "admin.connectionSecurityTlsDescription": "Chiffre la communication entre Mattermost et votre serveur.", + "admin.customization.androidAppDownloadLinkDesc": "Ajouter un lien pour télécharger l'application Android. Les utilisateurs qui visitent le site avec un navigateur web mobile seront accueils avec une page leur permettant de télécharger l'application. Laissez ce champ vide pour ne pas afficher cette page.", + "admin.customization.androidAppDownloadLinkTitle": "Lien vers l'application Android :", + "admin.customization.appDownloadLinkDesc": "Ajouter un lien vers une page de téléchargement des applications Mattermost. Si un lien est présent, une option pour \"Télécharger les applications Mattermost\" sera ajoutée dans le menu principal pour qu'elle soit visible par les utilisateurs. Laissez ce champ vide pour ne pas ajouter l'option dans le menu principal.", + "admin.customization.appDownloadLinkTitle": "Lien de téléchargement de l'application Mattermost :", + "admin.customization.customBrand": "Image de marque personnalisée", + "admin.customization.customEmoji": "Emoji personnalisés", + "admin.customization.enableCustomEmojiDesc": "Permet aux utilisateurs de créer leurs propres emoji. Si activé, \"Emoji Personnalisés\" est accessible en sélectionnant une équipe, en cliquant sur les trois points en haut de la barre latérale et en choisissant l'option du menu.", + "admin.customization.enableCustomEmojiTitle": "Activer les Emoji personnalisés :", + "admin.customization.enableLinkPreviewsDesc": "Permet aux utilisateurs d'afficher un aperçu du contenu du site web en-dessous du message, si disponible. Lorsqu'activé, les aperçus de sites web peut être activés à partir de Paramètres du compte > Options avancées > Activer les fonctionnalités expérimentales.", + "admin.customization.enableLinkPreviewsTitle": "Activer l'aperçu des liens:", + "admin.customization.iosAppDownloadLinkDesc": "Ajouter un lien pour télécharger l'application iOS. Les utilisateurs qui visitent le site avec un navigateur web mobile seront accueils avec une page leur permettant de télécharger l'application. Laissez ce champ vide pour ne pas afficher cette page.", + "admin.customization.iosAppDownloadLinkTitle": "Lien de téléchargement de l'app iOS :", + "admin.customization.linkPreviews": "Aperçu des liens", + "admin.customization.nativeAppLinks": "Liens des applications Mattermost", + "admin.customization.restrictCustomEmojiCreationAdmin": "Permet aux administrateurs système et d'équipe de créer des emoji personnalisés", + "admin.customization.restrictCustomEmojiCreationAll": "Permettre à tout le monde de créer des Emoji personnalisés", + "admin.customization.restrictCustomEmojiCreationDesc": "N'autoriser la création d'Emoji personnalisés qu'à certains utilisateurs.", + "admin.customization.restrictCustomEmojiCreationSystemAdmin": "Seuls les administrateurs peuvent créer des Emoji personnalisés", + "admin.customization.restrictCustomEmojiCreationTitle": "Restreindre la création d'Emoji personnalisés:", + "admin.customization.support": "Mentions légales", + "admin.database.title": "Paramètres de base de données", + "admin.developer.title": "Paramètres de développement", + "admin.email.agreeHPNS": " J’ai compris et j’accepte les termes de service et la politique de protection de la vie privée du service de notifications Push hébergé par Mattermost.", + "admin.email.allowEmailSignInDescription": "Si activé, les utilisateurs pourront se connecter avec leur adresse e-mail et leur mot de passe.", + "admin.email.allowEmailSignInTitle": "Activer la connexion avec une adresse e-mail : ", + "admin.email.allowSignupDescription": "Si activé, la création d'équipes et de comptes en utilisant une adresse e-mail et un mot de passe sera autorisée. Cette valeur devrait être fausse seulement si vous souhaitez limiter les connexions via un service SSO comme OAuth ou LDAP.", + "admin.email.allowSignupTitle": "Activer la création de comptes avec une adresse e-mail : ", + "admin.email.allowUsernameSignInDescription": "Si activé, les utilisateurs seront autorisés à se connecter avec leur nom d'utilisateur et leur mot de passe. Cette option n'est généralement utilisée que lorsque la vérification de l'adresse e-mail est désactivée.", + "admin.email.allowUsernameSignInTitle": "Activer la connexion avec nom d'utilisateur : ", + "admin.email.connectionSecurityTest": "Tester la connexion", + "admin.email.easHelp": "En savoir plus sur la compilation et le déploiement de vos propres applications mobiles à partir de l'App Store Entreprise.", + "admin.email.emailFail": "Echec de la connexion : {error}", + "admin.email.emailSuccess": "Aucune erreur signalée lors de l'envoi de l'e-mail. Vérifiez votre boîte de réception pour vous en assurer.", + "admin.email.enableEmailBatching.clusterEnabled": "L'envoi d'e-mails par lot ne peut pas être activé lorsque le mode Haute Disponibilité est activé.", + "admin.email.enableEmailBatching.siteURL": "L'envoi d'e-mails par lot ne peut pas être activé tant que SiteURL n'est pas configuré dans Configuration > SiteURL.", + "admin.email.enableEmailBatchingDesc": "Lorsqu'activé, les utilisateurs peuvent recevoir des notifications condensées en un seul e-mail pour les messages privés et mentions qu'ils reçoivent. Ceci est configurable dans Paramètres du compte > Notifications", + "admin.email.enableEmailBatchingTitle": "Activer l'envoi d'e-mails par lot :", + "admin.email.fullPushNotification": "Envoyer un extrait du message complet", + "admin.email.genericPushNotification": "Envoyer une description générale avec les noms des utilisateurs et des canaux", + "admin.email.inviteSaltDescription": "Clé de salage de 32 caractères ajouté aux e-mails d'invitation. Générée aléatoirement lors de l'installation. Veuillez cliquer sur \"Regénérer\" pour créer une nouvelle clé de salage.", + "admin.email.inviteSaltExample": "Ex. : \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.inviteSaltTitle": "Clé de salage des e-mails d'invitation :", + "admin.email.mhpns": "La connexion à iOS et aux applications Android est cryptée", + "admin.email.mhpnsHelp": "Téléchargez l'application iOS Mattermost depuis iTunes. Téléchargez l'application Android Mattermost depuis le Google Play. Apprenez-en plus sur HPNS.", + "admin.email.mtpns": "Utilisez iOS et Android sur iTunes et Google Play avec TPNS", + "admin.email.mtpnsHelp": "Téléchargez l'application iOS Mattermost depuis iTunes. Téléchargez l'application Android Mattermost depuis le Google Play. Apprenez-en plus sur TPNS.", + "admin.email.nofificationOrganizationExample": "Ex.: \"© MonEntreprise, 12 avenue Niel, 75017 Paris, France\"", + "admin.email.notificationDisplayDescription": "Afficher le nom du compte de messagerie utilisé lors de l'envoi de notifications par Mattermost.", + "admin.email.notificationDisplayExample": "Ex. : \"Notification Mattermost\", \"Système\", \"No-reply\"", + "admin.email.notificationDisplayTitle": "Nom affiché dans les notifications :", + "admin.email.notificationEmailDescription": "L'adresse e-mail affichée sur le compte utilisé lors de l'envoi de notifications e-mails de Mattermost.", + "admin.email.notificationEmailExample": "Ex. : \"mattermost@votreentreprise.com\", \"admin@votreentreprise.com\"", + "admin.email.notificationEmailTitle": "Notification depuis l'adresse :", + "admin.email.notificationOrganization": "Adresse e-mail du pied de page pour les notifications e-mail :", + "admin.email.notificationOrganizationDescription": "Nom de société et adresse affichés sur les notifications envoyées par e-mail, comme \"© MonEntreprise, 55 Rue du Faubourg Saint-Honoré, 75008 Paris, France\". Si ce champ est vide, il ne sera pas inclus dans les e-mails.", + "admin.email.notificationOrganizationExample": "Ex. : \"© MonEntreprise, 12 avenue Niel, 75017 Paris, France\"", + "admin.email.notificationsDescription": "En général, activé en production. Si activé, Mattermost essaye d'envoyer des notifications par courrier électronique. Les développeurs peuvent en revanche désactiver cette option pour gagner du temps.
    Activer cette option retire la bannière \"Mode découverte\" (cela nécessite de se déconnecter puis se re-connecter après avoir activé l'option).", + "admin.email.notificationsTitle": "Activer les notifications par e-mail :", + "admin.email.passwordSaltDescription": "Clé de salage de 32 caractères utilisé pour générer la clé de réinitialisation du mot de passe. Générée aléatoirement à l'installation. Veuillez cliquer sur \"regénérer\" pour créer une nouvelle clé de salage.", + "admin.email.passwordSaltExample": "Ex. : \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.passwordSaltTitle": "Clé de salage de réinitialisation du mot de passe :", + "admin.email.pushContentDesc": "Choisir \"Envoyer une description générale avec les noms des utilisateurs et des canaux\" permet aux notifications push d'envoyer des messages sans détail, en incluant juste les noms d'utilisateurs et de canaux.

    Choisir \"Envoyer un extrait du message complet\" envoie des extraits des messages qui déclenchent les notifications, et peuvent inclure des informations confidentielles visibles sur le terminal des utilisateurs notifiés. Si votre serveur de notifications Push est en dehors de votre pare-feu, il est HAUTEMENT RECOMMANDÉ d'utiliser cette option uniquement avec le protocole \"https\".", + "admin.email.pushContentTitle": "Contenu des notifications push :", + "admin.email.pushDesc": "En général activé en production. Si activé, Mattermost essaye d'envoyer à iOS et Android des notifications push.", + "admin.email.pushOff": "Ne pas envoyer de notifications push", + "admin.email.pushOffHelp": "Veuillez vous référer à la documentation sur les notifications Push pour en savoir plus sur les options de configuration.", + "admin.email.pushServerDesc": "Service de notification push utilisé par Mattermost. Vous pouvez l'utilisez derrière votre firewall avec https://github.com/mattermost/push-proxy. Pour vos tests, vous pouvez utiliser http://push-test.mattermost.com, qui se connecte à l'application iOS Mattermost de l'AppStore public. N'utilisez pas ce serveur de test pour vos déploiements en production !", + "admin.email.pushServerEx": "Exemple : \"http://push-test.mattermost.com\"", + "admin.email.pushServerTitle": "Serveur de notifications push :", + "admin.email.pushTitle": "Envoyer des notifications push : ", + "admin.email.requireVerificationDescription": "En général, activé en production. Si activé, Mattermost impose une vérification de l'adresse e-mail avant d'autoriser la connexion. Vous pouvez désactiver cette option en développement.", + "admin.email.requireVerificationTitle": "Imposer la vérification de l'adresse e-mail : ", + "admin.email.selfPush": "Spécifiez manuellement la configuration du service de notifications Push", + "admin.email.smtpPasswordDescription": " Récupérez ces informations de la part de l'administrateur de votre serveur de mails.", + "admin.email.smtpPasswordExample": "Ex. : \"votremotdepasse\", \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.email.smtpPasswordTitle": "Mot de passe du serveur SMTP :", + "admin.email.smtpPortDescription": "Port du serveur SMTP.", + "admin.email.smtpPortExample": "Ex. : \"25\", \"465\", \"587\"", + "admin.email.smtpPortTitle": "Port SMTP :", + "admin.email.smtpServerDescription": "Adresse de votre serveur SMTP.", + "admin.email.smtpServerExample": "Ex. : \"smtp.votreentreprise.com\", \"email-smtp.us-east-1.amazonaws.com\"", + "admin.email.smtpServerTitle": "Serveur SMTP :", + "admin.email.smtpUsernameDescription": " Récupérez ces informations de la part de l'administrateur de votre serveur de mails.", + "admin.email.smtpUsernameExample": "Ex. : \"admin@votreentreprise.com\", \"AKIADTOVBGERKLCBV\"", + "admin.email.smtpUsernameTitle": "Nom d'utilisateur SMTP :", + "admin.email.testing": "Essai en cours...", + "admin.false": "non", + "admin.file_upload.chooseFile": "Parcourir", + "admin.file_upload.noFile": "Aucun fichier téléchargé", + "admin.file_upload.uploadFile": "Télécharger", + "admin.files.images": "Images", + "admin.files.storage": "Stockage", + "admin.general.configuration": "Configuration", + "admin.general.localization": "Localisation", + "admin.general.localization.availableLocalesDescription": "Définit quelles langues sont disponibles pour les utilisateurs dans Paramètres du compte (laissez ce champ vide pour laisser toutes les langues supportées disponibles). Si vous ajoutez des langues manuellement, la Langue du client par défaut doit être ajoutée avant de sauver ce paramètre.

    Vous souhaitez apporter votre aide pour traduire ? Rejoignez le Serveur de Traduction Mattermost pour contribuer.", + "admin.general.localization.availableLocalesNoResults": "Aucun résultat trouvé", + "admin.general.localization.availableLocalesNotPresent": "La langue par défaut du client doit être inclue dans la liste des langues disponibles", + "admin.general.localization.availableLocalesTitle": "Langues disponibles :", + "admin.general.localization.clientLocaleDescription": "La langue par défaut est utilisée pour les utilisateurs nouvellement créés et les pages où l'utilisateur ne s'est pas encore connecté.", + "admin.general.localization.clientLocaleTitle": "Langue par défaut :", + "admin.general.localization.serverLocaleDescription": "La langue par défaut est utilisée pour les messages et journaux systèmes. Modifier la langue nécessite un redémarrage du serveur avant de prendre effet.", + "admin.general.localization.serverLocaleTitle": "Langue par défaut du serveur :", + "admin.general.log": "Journalisation", + "admin.general.policy": "Règles", + "admin.general.policy.allowEditPostAlways": "N'importe quand", + "admin.general.policy.allowEditPostDescription": "Définit la durée durant laquelle l'auteur d'un message pourra modifier son message après l'avoir publié.", + "admin.general.policy.allowEditPostNever": "Jamais", + "admin.general.policy.allowEditPostTimeLimit": "secondes après publication", + "admin.general.policy.allowEditPostTitle": "Autoriser des utilisateurs à éditer leurs messages :", + "admin.general.policy.permissionsAdmin": "Administrateurs d'équipe et administrateurs système", + "admin.general.policy.permissionsAll": "Tous les membres de l'équipe", + "admin.general.policy.permissionsAllChannel": "Tous les membres du canal", + "admin.general.policy.permissionsChannelAdmin": "Canal, équipe et administrateurs système", + "admin.general.policy.permissionsDeletePostAdmin": "Administrateurs d'équipe et administrateurs système", + "admin.general.policy.permissionsDeletePostAll": "Les auteurs peuvent supprimer leurs propres messages. Les administrateurs peuvent supprimer n'importe quel message.", + "admin.general.policy.permissionsDeletePostSystemAdmin": "Administrateurs système", + "admin.general.policy.permissionsSystemAdmin": "Administrateurs système", + "admin.general.policy.restrictPostDeleteDescription": "Définit quels sont les utilisateurs autorisés à supprimer des messages.", + "admin.general.policy.restrictPostDeleteTitle": "Autorise quels utilisateurs peuvent supprimer des messages :", + "admin.general.policy.restrictPrivateChannelCreationDescription": "Choisit qui peut créer des groupes privés.", + "admin.general.policy.restrictPrivateChannelCreationTitle": "Activer la création de groupes privés pour :", + "admin.general.policy.restrictPrivateChannelDeletionCommandLineToolLink": "outil en ligne de commande", + "admin.general.policy.restrictPrivateChannelDeletionDescription": "Choisit qui peut supprimer des groupes privés. Les canaux supprimés peuvent être récupérés de la base de données en utilisant {commandLineToolLink}.", + "admin.general.policy.restrictPrivateChannelDeletionTitle": "Activer la suppression de groupes privés pour :", + "admin.general.policy.restrictPrivateChannelManagementDescription": "Choisit qui peut renommer et définir l'entête ou la description des groupes privés.", + "admin.general.policy.restrictPrivateChannelManagementTitle": "Activer le renommage de groupes privés pour :", + "admin.general.policy.restrictPublicChannelCreationDescription": "Choisit qui peut créer des canaux publics.", + "admin.general.policy.restrictPublicChannelCreationTitle": "Activer la création de canaux publics pour :", + "admin.general.policy.restrictPublicChannelDeletionCommandLineToolLink": "outil en ligne de commande", + "admin.general.policy.restrictPublicChannelDeletionDescription": "Choisit qui peut supprimer des canaux publics. Les canaux supprimés peuvent être récupérés de la base de données en utilisant {commandLineToolLink}.", + "admin.general.policy.restrictPublicChannelDeletionTitle": "Activer la suppression de canaux publics pour :", + "admin.general.policy.restrictPublicChannelManagementDescription": "Choisit qui peut renommer et définir l'entête ou la description des canaux publics.", + "admin.general.policy.restrictPublicChannelManagementTitle": "Activer le renommage de canaux publics pour :", + "admin.general.policy.teamInviteDescription": "Choisir qui peut inviter d'autres personnes à une équipe en utilisant Inviter un nouveau membre pour inviter des nouveaux utilisateurs par e-mail, ou l'option Obtenir un lien d'invitation d'équipe du menu principal. Si l'option Obtenir un lien d'invitation d'équipe est utilisée pour partager un lien, vous pouvez faire expirer le code d'invitation depuis Configuration de l'équipe > Code d'invitation une fois que les utilisateurs désirés ont rejoint l'équipe.", + "admin.general.policy.teamInviteTitle": "Autoriser l'envoi d'invitation depuis :", + "admin.general.privacy": "Confidentialité", + "admin.general.usersAndTeams": "Utilisateur et équipes", + "admin.gitab.clientSecretDescription": "Récupérez cette information depuis les instructions ci-dessus pour vous connecter à GitLab.", + "admin.gitlab.EnableHtmlDesc": "
    1. Connectez vous à votre compte GitLab et allez dans les paramètres de votre profil, puis dans \"Applications\".
    2. Saisissez les URLs de redirection \"/login/gitlab/complete\" (exemple: http://localhost:8065/login/gitlab/complete) et \"/signup/gitlab/complete\".
    3. Puis utilisez les champs \"Clé secrète de l'application\" et \"ID d'application\" de GitLab pour compléter les options ci-dessous.
    4. Complétez les URL de fin de parcours (Endpoint) ci-dessous.
    ", + "admin.gitlab.authDescription": "Saisissez https:///oauth/authorize (par exemple https://exemple.com:3000/oauth/authorize). Vérifiez si vous utilisez HTTP ou HTTPS que votre URL est correctement saisie.", + "admin.gitlab.authExample": "Ex. : \"https:///oauth/authorize\"", + "admin.gitlab.authTitle": "URL d'authentification (auth endpoint) :", + "admin.gitlab.clientIdDescription": "Récupérez cette information depuis les instructions ci-dessus pour vous connecter à GitLab", + "admin.gitlab.clientIdExample": "Ex. : \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientIdTitle": "ID d'application :", + "admin.gitlab.clientSecretExample": "Ex. : \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientSecretTitle": "Clé secrète de l'application :", + "admin.gitlab.enableDescription": "Si activé, Mattermost autorise la création d'une équipe et l'inscription avec le service OAuth de GitLab.", + "admin.gitlab.enableTitle": "Activer l'authentification par GitLab : ", + "admin.gitlab.settingsTitle": "Paramètres de GitLab", + "admin.gitlab.tokenDescription": "Saisissez https:///oauth/token. Veillez à saisir HTTP ou HTTPS dans l'URL suivant votre configuration.", + "admin.gitlab.tokenExample": "Ex. : \"https:///oauth/token\"", + "admin.gitlab.tokenTitle": "URL du jeton (token endpoint) :", + "admin.gitlab.userDescription": "Saisissez https:///api/v3/user. Veillez à saisir HTTP ou HTTPS dans l'URL suivant votre configuration.", + "admin.gitlab.userExample": "Ex. : \"https:///api/v3/user\"", + "admin.gitlab.userTitle": "URL de l'API (User API endpoint) :", + "admin.google.EnableHtmlDesc": "
    1. Connectez-vous à votre compte Google.
    2. Allez à https://console.developers.google.com, cliquez sur Credentials dans la barre latérale de gauche et saisissez \"Mattermost - votre-nom-d-entreprise\" comme Project Name, puis cliquez sur Create.
    3. Cliquez sur l'entête OAuth consent screen et saisissez \"Mattermost\" comme Product name shown to users, puis cliquez sur Save.
    4. Sous l'entête Credentials, cliquez Create credentials, choisissez OAuth client ID et sélectionnez Web Application.
    5. Dans Restrictions et Authorized redirect URIs saisissez votre-url-mattermost/signup/google/complete (exemple: http://localhost:8065/signup/google/complete). Cliquez sur Create.
    6. Collez le Client ID et le Client Secret dans les champs ci-dessous, puis cliquez sur Save.
    7. Enfin, allez dans Google+ API et cliquez sur Enable. Ceci peut prendre plusieurs minutes pour se propager dans les systèmes de Google.
    ", + "admin.google.authTitle": "URL d'authentification (auth endpoint) :", + "admin.google.clientIdDescription": "Le Client ID que vous avez reçu lorsque vous avez enregistré l'application avec Google.", + "admin.google.clientIdExample": "Ex. : \"7602141235235-url0fhs1mayfasbmop5qlfns8dh4.apps.googleusercontent.com\"", + "admin.google.clientIdTitle": "ID Client :", + "admin.google.clientSecretDescription": "Le Client Secret que vous avez reçu lorsque vous avez enregistré l'application avec Google.", + "admin.google.clientSecretExample": "Ex. : \"H8sz0Az-dDs2p15-7QzD231\"", + "admin.google.clientSecretTitle": "Secret client :", + "admin.google.tokenTitle": "URL du jeton (token endpoint) :", + "admin.google.userTitle": "URL de l'API (User API endpoint) :", + "admin.image.amazonS3BucketDescription": "Nom de votre bucket S3 dans AWS.", + "admin.image.amazonS3BucketExample": "Ex. : \"mattermost-media\"", + "admin.image.amazonS3BucketTitle": "Bucket S3 Amazon :", + "admin.image.amazonS3EndpointDescription": "Nom d'hôte de votre fournisseur de stockage compatible S3. Par défaut : 's3.amazonaws.com'.", + "admin.image.amazonS3EndpointExample": "Ex. : \"s3.amazonaws.com\"", + "admin.image.amazonS3EndpointTitle": "Endpoint Amazon S3 :", + "admin.image.amazonS3IdDescription": "Demandez cette information à votre administrateur AWS.", + "admin.image.amazonS3IdExample": "Ex. : \"AKIADTOVBGERKLCBV\"", + "admin.image.amazonS3IdTitle": "Access Key ID d'Amazon S3 :", + "admin.image.amazonS3RegionDescription": "Région AWS dans laquelle votre bucket S3 est hébergé.", + "admin.image.amazonS3RegionExample": "Ex. : \"us-east-1\"", + "admin.image.amazonS3RegionTitle": "Région AWS S3 :", + "admin.image.amazonS3SSLDescription": "Si désactivé, autorise les connexions non sécurisées à Amazon S3. Par défaut, seules les connexions sécurisées sont acceptées.", + "admin.image.amazonS3SSLTitle": "Activer les connexions sécurisées à Amazon S3 :", + "admin.image.amazonS3SecretDescription": "Demandez cette information à votre administrateur AWS.", + "admin.image.amazonS3SecretExample": "Ex. : \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.image.amazonS3SecretTitle": "Secret Access Key d'Amazon S3 :", + "admin.image.localDescription": "Répertoire où écrire les fichiers et les images. Si vide : \"./data/\".", + "admin.image.localExample": "Ex. : \"./data/\"", + "admin.image.localTitle": "Répertoire de stockage local :", + "admin.image.maxFileSizeDescription": "Taille maximum des pièce jointes en Mo. Attention : vérifiez que la mémoire du serveur puisse supporter votre saisie. Les gros fichiers augmentent les risques de crash serveur de de téléchargement échoués à cause des erreurs réseau.", + "admin.image.maxFileSizeExample": "50", + "admin.image.maxFileSizeTitle": "Taille de fichier maximum :", + "admin.image.previewHeightDescription": "Hauteur maxi de l'aperçu d'image (\"0\" pour taille automatique). Mettre cette valeur à jour change la manière dont les aperçus d'image seront générés par la suite, mais ne modifie pas les aperçus déjà générés.", + "admin.image.previewHeightExample": "Ex. : \"0\"", + "admin.image.previewHeightTitle": "Hauteur d'aperçu d'image :", + "admin.image.previewWidthDescription": "Largeur maximale de l'aperçu d'image. Mettre cette valeur à jour change la manière dont les aperçus d'image seront générés par la suite, mais ne modifie pas les aperçus déjà générés.", + "admin.image.previewWidthExample": "Ex. : \"1024\"", + "admin.image.previewWidthTitle": "Largeur d'aperçu d'image :", + "admin.image.profileHeightDescription": "Hauteur de la photo de profil", + "admin.image.profileHeightExample": "Ex. : \"0\"", + "admin.image.profileHeightTitle": "Hauteur de photo de profil :", + "admin.image.profileWidthDescription": "Largeur de la photo de profil.", + "admin.image.profileWidthExample": "Ex. : \"1024\"", + "admin.image.profileWidthTitle": "Largeur de photo de profil :", + "admin.image.publicLinkDescription": "Clé de salage de 32 caractères ajoutée aux e-mails d'invitation. Générée aléatoirement lors de l'installation. Veuillez cliquer sur \"Regénérer\" pour créer une nouvelle clé de salage.", + "admin.image.publicLinkExample": "Ex. : \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.image.publicLinkTitle": "Clé de salage publique :", + "admin.image.shareDescription": "Permettre aux utilisateurs de partager des liens et images publics.", + "admin.image.shareTitle": "Activer les liens publics pour les fichiers : ", + "admin.image.storeAmazonS3": "Amazon S3", + "admin.image.storeDescription": "Système de stockage où les fichiers, images et pièces jointes sont enregistrés.

    Choisissez \"Amazon S3\" pour saisir vos accès à Amazon et le bucket où stocker vos fichiers.

    Sélectionnez \"Système de fichier local\" pour choisir le répertoire du serveur où enregistrer les fichiers.", + "admin.image.storeLocal": "Disque local", + "admin.image.storeTitle": "Système de stockage des fichiers :", + "admin.image.thumbHeightDescription": "Hauteur des miniatures générées pour les images envoyées. Changer cette valeur modifie la façon dont les miniatures apparaîtront dans le futur, mais ne modifie pas les images créées précédemment.", + "admin.image.thumbHeightExample": "Ex. : \"100\"", + "admin.image.thumbHeightTitle": "Hauteur des miniatures de pièces jointes :", + "admin.image.thumbWidthDescription": "Largeur des miniatures générées pour les images envoyées. Changer cette valeur modifie la façon dont les miniatures apparaîtront dans le futur, mais ne modifie pas les images créées précédemment.", + "admin.image.thumbWidthExample": "Ex. : \"120\"", + "admin.image.thumbWidthTitle": "Largeur des miniatures de pièces jointes :", + "admin.integrations.custom": "Intégrations personnalisées", + "admin.integrations.external": "Services externes", + "admin.integrations.webrtc": "Mattermost WebRTC", + "admin.ldap.baseDesc": "Le DN de base est le Distinguished Name à partir du quel Mattermost doit rechercher les utilisateurs dans l'arborescence LDAP.", + "admin.ldap.baseEx": "Ex. : \"ou=Unit Name,dc=corp,dc=example,dc=com\"", + "admin.ldap.baseTitle": "DN de base :", + "admin.ldap.bindPwdDesc": "Mot de passe de l'utilisateur LDAP utilisé pour rechercher les autres utilisateurs.", + "admin.ldap.bindPwdTitle": "Mot de passe de l'utilisateur de recherche :", + "admin.ldap.bindUserDesc": "Nom de l'utilisateur LDAP utilisé pour rechercher les autres utilisateurs. Il peut s'agir d'un utilisateur créé spécifiquement pour Mattermost, et disposant de droits restreints à l'arborescence LDAP concernée par Mattermoste.", + "admin.ldap.bindUserTitle": "Nom d'utilisateur pour la recherche :", + "admin.ldap.emailAttrDesc": "Attribut du serveur LDAP utilisé pour le champ \"adresse e-mail\" dans Mattermost.", + "admin.ldap.emailAttrEx": "Ex. : \"mail\" ou \"userPrincipalName\"", + "admin.ldap.emailAttrTitle": "Attribut \"adresse e-mail\" :", + "admin.ldap.enableDesc": "Si activé, Mattermost permet de s'authentifier avec le serveur LDAP", + "admin.ldap.enableTitle": "Activer la connexion avec LDAP :", + "admin.ldap.firstnameAttrDesc": "(Optionnel) L'attribut dans le serveur AD/LDAP qui sera utilisé pour les prénoms des utilisateurs de Mattermost. Lorsque défini, les utilisateurs ne pourront 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": "Attribut du serveur AD/LDAP utilisé comme identifiant unique d'utilisateur dans Mattermost. Cela doit être un attribut AD/LDAP dont la valeur ne change pas, tel que 'username' ou 'uid'. Si cette valeur change dans l'annuaire AD/LDAP, un nouveau compte Mattermost sera créé sans lien avec l'ancien utilisateur. Il s'agit de la valeur à saisir dans le champ \"Utilisateur LDAP\" de la page de connexion. Normalement cet attribut est le même que celui du \"nom d'utilisateur\" ci-dessus. Si votre équipe utilise le format domain\\\\username pour se connecter à d'autres services avec AD/LDAP, vous pouvez utiliser domain\\\\username dans ce champs pour garder la cohérence entre vos différents sites.", + "admin.ldap.idAttrEx": "Ex. : \"sAMAccountName\"", + "admin.ldap.idAttrTitle": "Attribut id : ", + "admin.ldap.lastnameAttrDesc": "(Optionnel) L'attribut dans le serveur AD/LDAP qui sera utilisé pour les noms de famille des utilisateurs de Mattermost. Lorsque défini, les utilisateurs ne pourront 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": "Attribut \"nom de famille\" :", + "admin.ldap.ldap_test_button": "Test d'AD/LDAP", + "admin.ldap.loginNameDesc": "L’espace texte réservé apparaît dans le champ de connexion sur la page de connexion. Par défaut \"LDAP Nom d'utilisateur\".", + "admin.ldap.loginNameEx": "Ex. : \"AD/LDAP nom d’utilisateur\"", + "admin.ldap.loginNameTitle": "Champ de connexion :", + "admin.ldap.maxPageSizeEx": "Ex. : \"2000\"", + "admin.ldap.maxPageSizeHelpText": "Le nombre maximum d'utilisateurs que le serveur Mattermost va récupérer du serveur AD/LDAP en une seule demande. 0 pour illimité.", + "admin.ldap.maxPageSizeTitle": "Taille de page maximum", + "admin.ldap.nicknameAttrDesc": "(Optionnel) L'attribut dans le serveur AD/LDAP qui sera utilisé pour les surnoms des utilisateurs de Mattermost. Lorsque défini, les utilisateurs ne pourront pas éditer leur surnoms étant donné qu'il est alors synchronisé avec le serveur LDAP. Lorsque laissé vide, les utilisateurs peuvent définir leur propre surnom dans les paramètres du compte.", + "admin.ldap.nicknameAttrEx": "Ex. : \"surnom\"", + "admin.ldap.nicknameAttrTitle": "Attribut \"nom d'utilisateur\" :", + "admin.ldap.noLicense": "

    Note :

    AD/LDAP est une fonctionnalité de l'Edition Entreprise. Votre licence actuelle ne permet pas d'utiliser AD/LDAP. Veuillez cliquer ici pour plus d'informations et connaître les tarifs de l'Edition Entreprise.

    ", + "admin.ldap.portDesc": "Le port utilisé par Mattermost pour vous connecter au serveur LDAP. Par défaut : 389.", + "admin.ldap.portEx": "Ex. : \"389\"", + "admin.ldap.portTitle": "Port du serveur LDAP :", + "admin.ldap.positionAttrDesc": "(Optionnel) L'attribut du serveur AD/LDAP qui sera utilisé pour le champ \"rôle\" de Mattermost.", + "admin.ldap.positionAttrEx": "Ex. : \"titre\"", + "admin.ldap.positionAttrTitle": "Attribut de rôle :", + "admin.ldap.queryDesc": "Valeur du délai d'attente pour les requêtes au serveur AD/LDAP. Augmentez cette valeur si vous rencontrez des erreurs liées à un serveur AD/LDAP trop lent.", + "admin.ldap.queryEx": "Ex. : \"60\"", + "admin.ldap.queryTitle": "Délai d'attente (en secondes) :", + "admin.ldap.serverDesc": "Nom DNS ou adresse IP du serveur LDAP.", + "admin.ldap.serverEx": "Ex. : \"10.0.0.23\"", + "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.syncFailure": "Erreur de synchronisation : {error}", + "admin.ldap.syncIntervalHelpText": "La synchronisation LDAP met à jour les informations utilisateurs de Mattermost pour refléter les changements du serveur LDAP. Par exemple, lorsque le nom d'un utilisateur change sur le serveur LDAP, le changement est appliqué sur Mattermost lors de la synchronisation. Les comptes supprimés ou désactivés sur le serveur LDAP auront leur compte Mattermost mis comme \"Inactif\" et auront leur session de révoquée. Mattermost réalise la synchronisation dans l'intervalle entré. Par exemple, si 60 est spécifié, Mattermost se synchronisera toutes les 60 minutes.", + "admin.ldap.syncIntervalTitle": "Intervalle de synchronisation (en minutes)", + "admin.ldap.syncNowHelpText": "Provoque une synchronisation LDAP immédiate.", + "admin.ldap.sync_button": "Synchroniser maintenant l'annuaire LDAP", + "admin.ldap.testFailure": "Echec du test AD/LDAP : {error}", + "admin.ldap.testHelpText": "Teste si le serveur Mattermost peut se connecter au serveur AD/LDAP spécifié. Veuillez vous référer au fichier journal pour davantage de messages d'erreur détaillés.", + "admin.ldap.testSuccess": "Test d'AD/LDAP réussi avec succès", + "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": "Ex. : \"(objectClass=user)\"", + "admin.ldap.userFilterTitle": "Filtre utilisateur :", + "admin.ldap.usernameAttrEx": "Ex. : \"sAMAccountName\"", + "admin.ldap.usernameAttrTitle": "Attribut \"nom d'utilisateur\" :", + "admin.license.choose": "Parcourir", + "admin.license.chooseFile": "Parcourir", + "admin.license.edition": "Edition: ", + "admin.license.key": "Clé de licence: ", + "admin.license.keyRemove": "Supprimer la licence Entreprise et rétrograder le serveur", + "admin.license.noFile": "Aucun fichier chargé", + "admin.license.removing": "Suppression de la licence...", + "admin.license.title": "Édition et licence", + "admin.license.type": "Licence : ", + "admin.license.upload": "Télécharger", + "admin.license.uploadDesc": "Téléchargez une licence de Mattermost pour mettre à niveau ce serveur vers l'Edition Entreprise. Consultez Mattermost pour en apprendre plus au sujet des avantages de l'Edition Entreprise ou pour savoir comment acheter une clé.", + "admin.license.uploading": "Téléchargement de la licence…", + "admin.log.consoleDescription": "En principe désactivée en production. Utilisé pour le développement, pour afficher les messages d'information sur la console (stdout).", + "admin.log.consoleTitle": "Affiche les journaux sur la console : ", + "admin.log.enableDiagnostics": "Activer les diagnostics et le rapport d'erreurs", + "admin.log.enableDiagnosticsDescription": "Activez cette fonctionnalité pour améliorer la qualité et la performance de Mattermost en envoyant des rapports d'erreur et de diagnostic à Mattermost, Inc. Lisez notre politique de protection de la vie privée pour en savoir plus.", + "admin.log.enableWebhookDebugging": "Activer le débogage des webhooks :", + "admin.log.enableWebhookDebuggingDescription": "Si ce paramètre est faux, les traces de débogage des requêtes webhook entrantes seront désactivées.", + "admin.log.fileDescription": "En principe activé en production. Si activé, les journaux sont écrits dans le fichier spécifié ci-dessous.", + "admin.log.fileLevelDescription": "Ce paramètre indique le niveau de détail des journaux. ERROR : N'enregistre que les messages d'erreur. INFO : Affiche les erreurs et des informations sur le démarrage et l'initialisation du serveur. DEBUG : Affiche des informations utiles aux développeurs.", + "admin.log.fileLevelTitle": "Niveau de détail des journaux :", + "admin.log.fileTitle": "Enregistre les journaux dans un fichier : ", + "admin.log.formatDateLong": "Date (2006/01/02)", + "admin.log.formatDateShort": "Date (21/02/06)", + "admin.log.formatDescription": "Format des journaux d'erreur. Si vide, sera \"[%D %T] [%L] %M\", où :", + "admin.log.formatLevel": "Niveau (DEBG, INFO, EROR)", + "admin.log.formatMessage": "Message", + "admin.log.formatPlaceholder": "Entrez le format du fichier", + "admin.log.formatSource": "Source", + "admin.log.formatTime": "Heure (15:04:05 MST)", + "admin.log.formatTitle": "Format de fichier : ", + "admin.log.levelDescription": "Ce paramètre détermine le niveau de détail des événements du journal affichés sur la console. ERROR : Affiche seulement les erreurs. INFO : Affiche les messages d'erreur ainsi que des informations sur le démarrage et l'initialisation du serveur. DEBUG : Affiche un haut niveau de détail pour les développeurs.", + "admin.log.levelTitle": "Niveau de détail affiché sur la console :", + "admin.log.locationDescription": "Fichier des journaux. Si vide, les journaux seront enregistrés dans \"./logs/mattermost.log\", avec une rotation toutes les 10000 lignes.", + "admin.log.locationPlaceholder": "Saisir l'emplacement du fichier", + "admin.log.locationTitle": "Répertoire des fichiers journaux :", + "admin.log.logSettings": "Paramètres de journalisation (logs)", + "admin.logs.reload": "Recharger", + "admin.logs.title": "Journaux du serveur", + "admin.metrics.enableDescription": "Lorsqu'activé, Mattermost activera la collecte des rapports de performance et de profilage. Veuillez vous référer à la documentation pour en savoir plus sur la configuration du suivi des performances de Mattermost.", + "admin.metrics.enableTitle": "Activer le suivi des performances :", + "admin.metrics.listenAddressDesc": "L'adresse d'écoute du serveur pour publier les mesures de performances.", + "admin.metrics.listenAddressEx": "Ex. : \":8067\"", + "admin.metrics.listenAddressTitle": "Adresse IP du serveur :", + "admin.mfa.bannerDesc": "L'authentification multi-facteurs (MFA) est disponible pour les comptes se connectant à l'aide de AD/LDAP ou d'une adresse e-mail. Si d'autres méthodes d'authentification sont utilisées, MFA doit être configuré avec le fournisseur d'authentification.", + "admin.mfa.cluster": "Haute", + "admin.mfa.title": "Authentification multi-facteurs", + "admin.nav.help": "Aide", + "admin.nav.logout": "Se déconnecter", + "admin.nav.report": "Signaler un problème", + "admin.nav.switch": "Sélection de l'équipe", + "admin.notifications.email": "Adresse e-mail", + "admin.notifications.push": "notifications Push sur mobile", + "admin.notifications.title": "Paramètres de notification", + "admin.oauth.gitlab": "GitLab", + "admin.oauth.google": "Google Apps", + "admin.oauth.off": "Ne pas autoriser la connexion à travers un fournisseur OAuth 2.0", + "admin.oauth.office365": "Office 365 (Beta)", + "admin.oauth.providerDescription": "Si activé, Mattermost peut se comporter comme un fournisseur de service OAuth 2.0 permettant à Mattermost d'autoriser les requêtes d'API provenant des applications tierces. Voir la documentation pour en apprendre davantage.", + "admin.oauth.providerTitle": "Activer le fournisseur de service OAuth 2.0 :", + "admin.oauth.select": "Choisissez un fournisseur de service OAuth 2.0 :", + "admin.office365.EnableHtmlDesc": "
    1. Connectez-vous à votre compte Microsoft ou Office 365. Veuillez vous assurer que le compte est sur le même tenant que celui avec lequel vous voulez connecter vos utilisateurs.
    2. Rendez-vous sur https://apps.dev.microsoft.com, cliquez sur Go to app list > Add an app et utilisez \"Mattermost - votre-nom-d-entreprise\" comme Application Name.
    3. Dans Application Secrets, cliquez sur Generate New Password et collez-le en-dessous dans le champ Application Secret Password.
    4. Sous Platforms, cliquez sur Add Platform, choisissez Web et saisissez votre-url-mattermost/signup/office365/complete (exemple: http://localhost:8065/signup/office365/complete) sous Redirect URIs. Décochez aussi Allow Implicit Flow.
    5. Enfin, cliquez sur Save et collez l'Application ID ci-dessous.
    ", + "admin.office365.authTitle": "URL d'authentification (auth endpoint) :", + "admin.office365.clientIdDescription": "L'Application/Client ID que vous avez reçu lorsque vous avez enregistré l'application avec Microsoft.", + "admin.office365.clientIdExample": "Ex. : \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"", + "admin.office365.clientIdTitle": "ID d'application :", + "admin.office365.clientSecretDescription": "Le mot de passe d'application que vous avez reçu lorsque vous avez enregistré l'application avec Microsoft.", + "admin.office365.clientSecretExample": "Ex. : \"shAieM47sNBfgl20f8ci294\"", + "admin.office365.clientSecretTitle": "Mot de passe secret de l'application :", + "admin.office365.tokenTitle": "URL du jeton (token endpoint) :", + "admin.office365.userTitle": "URL de l'API (User API endpoint) :", + "admin.password.lowercase": "Au moins une lettre minuscule", + "admin.password.minimumLength": "Longueur minimale du mot de passe :", + "admin.password.minimumLengthDescription": "Nombre minimum de caractères acceptés pour un mot de passe. Doit être un nombre entier supérieur ou égal à {min} et inférieur ou égal à {max}.", + "admin.password.minimumLengthExample": "Ex. : \"5\"", + "admin.password.number": "Au moins un nombre", + "admin.password.preview": "Aperçu du message d'erreur", + "admin.password.requirements": "Gestion des mots de passe :", + "admin.password.requirementsDescription": "Lettres obligatoires pour un mot de passe valide.", + "admin.password.symbol": "Au moins un symbole (ex : \"~!@#$%^&*()\")", + "admin.password.uppercase": "Au moins une majuscule", + "admin.privacy.showEmailDescription": "Si désactivé, cache l'adresse e-mail des membres de tout le monde sauf des administrateurs système.", + "admin.privacy.showEmailTitle": "Afficher l'adresse e-mail : ", + "admin.privacy.showFullNameDescription": "Si désactivé, cache le nom complet des membres de tout le monde sauf des administrateurs système. Le nom d'utilisateur s'affiche alors à la place du nom complet.", + "admin.privacy.showFullNameTitle": "Afficher le nom complet : ", + "admin.purge.button": "Purger tous les caches", + "admin.purge.loading": " Chargement…", + "admin.purge.purgeDescription": "Ceci va purger tous les caches en mémoire pour des éléments tels que les sessions, les comptes, les canaux, etc. Les déploiements qui utilisent la Haute Disponibilité tenteront de purger tous les serveurs du cluster. Purger les caches peut affecter les performances.", + "admin.purge.purgeFail": "Impossible de purger : {error}", + "admin.rate.enableLimiterDescription": "Si activé, les APIs sont limitées comme spécifié ci-dessous.", + "admin.rate.enableLimiterTitle": "Limiter l'accès aux API : ", + "admin.rate.httpHeaderDescription": "Lorsque rempli, fait varier les limites de fréquence par l'entête HTTP spécifié (par exemple lorsque NGINX est configuré avec \"X-Real-IP\", lorsque AmazonELB est configuré avec \"X-Forwarded-For\")", + "admin.rate.httpHeaderExample": "Ex. : \"X-Real-IP\", \"X-Forwarded-For\"", + "admin.rate.httpHeaderTitle": "Fait varier les limites de fréquence par l'entête HTTP:", + "admin.rate.maxBurst": "Limite maximale de dépassement :", + "admin.rate.maxBurstDescription": "Nombre maximum de requêtes autorisées à dépasser le seuil limite de requêtes par seconde.", + "admin.rate.maxBurstExample": "Ex. : \"100\"", + "admin.rate.memoryDescription": "Nombre maximum de sessions utilisateur connectées au système, comme indiqué dans les paramètres \"Adapter la limite de fréquence en fonction de l'adresse distante\" et \"Fait varier les limites de fréquence par l'entête HTTP\" ci-dessous.", + "admin.rate.memoryExample": "Ex. : \"10000\"", + "admin.rate.memoryTitle": "Taille du stockage en mémoire :", + "admin.rate.noteDescription": "Modifier des paramètres dans cette section nécessite un redémarrage du serveur.", + "admin.rate.noteTitle": "Remarque :", + "admin.rate.queriesDescription": "Limite l'API à ce nombre de requêtes par seconde.", + "admin.rate.queriesExample": "Ex. : \"10\"", + "admin.rate.queriesTitle": "Nombre maximum de requêtes par seconde :", + "admin.rate.remoteDescription": "Si activé, l'API est limitée au moyen de l'adresse IP du client.", + "admin.rate.remoteTitle": "Adapter la limite de fréquence en fonction de l'adresse distante : ", + "admin.rate.title": "Paramètres des limites de débit", + "admin.recycle.button": "Recycler les connexions à la base de données", + "admin.recycle.loading": " Recyclage...", + "admin.recycle.recycleDescription": "Les déploiements utilisant plusieurs bases de données peuvent basculer d'une base de donnée principale à une autre sans redémarrer le serveur Mattermost en mettant à jour le fichier \"config.json\" avec la nouvelle configuration désirée, et en utilisant l'option Configuration > Recharger le fichier de configuration pour charger les nouveaux paramètres pendant que le serveur est en activité. L'administrateur devra donc ensuite utiliser l'option Recycler les connexions à la base de données pour recycler les connexions en se basant sur les nouveaux paramètres.", + "admin.recycle.reloadFail": "Echec du recyclage : {error}", + "admin.regenerate": "Générer de nouveau", + "admin.reload.button": "Recharger le fichier de configuration", + "admin.reload.loading": " Chargement…", + "admin.reload.reloadDescription": "Les déploiements utilisant plusieurs bases de données peuvent basculer d'une base de donnée principale à une autre sans redémarrer le serveur Mattermost en mettant à jour le fichier \"config.json\" avec la nouvelle configuration désirée, et en utilisant l'option Recharger le fichier de configuration pour charger les nouveaux paramètres pendant que le serveur est en activité. L'administrateur devra donc ensuite utiliser l'option Base de données > Recycler les connexions à la base de données pour recycler les connexions en se basant sur les nouveaux paramètres.", + "admin.reload.reloadFail": "Échec de la connexion : {error}", + "admin.reset_password.close": "Quitter", + "admin.reset_password.newPassword": "Nouveau mot de passe", + "admin.reset_password.select": "Sélectionner", + "admin.reset_password.submit": "Veuillez spécifier au moins {chars} caractères.", + "admin.reset_password.titleReset": "Réinitialiser le mot de passe", + "admin.reset_password.titleSwitch": "Basculez le type d'authentification sur le couple l’adresse e-mail / mot de passe", + "admin.saml.assertionConsumerServiceURLDesc": "Entrez https:///login/sso/saml. Veillez à saisir HTTP ou HTTPS dans l'URL suivant votre configuration. Ce champ est aussi connu comme étant l'URL d'Assertion Consumer Service.", + "admin.saml.assertionConsumerServiceURLEx": "Ex. : \"https:///login/sso/saml\"", + "admin.saml.assertionConsumerServiceURLTitle": "URL du service d'identification :", + "admin.saml.bannerDesc": "Les attributs de l'utilisateur spécifiés dans le serveur SAML, y compris la désactivation ou la suppression d'utilisateurs, sont mis à jour dans Mattermost lorsque l'utilisateur tente de se connecter. Pour en savoir plus, rendez-vous sur : https://docs.mattermost.com/deployment/sso-saml.html", + "admin.saml.emailAttrDesc": "Attribut du SAML pour le champ \"adresse e-mail\" dans Mattermost.", + "admin.saml.emailAttrEx": "Ex. : \"Email\" ou \"EmailPrincipal\"", + "admin.saml.emailAttrTitle": "Attribut \"adresse e-mail\" :", + "admin.saml.enableDescription": "Si activé, Mattermost autorise la connexion en utilisant SAML. Consultez la documentation pour en apprendre davantage sur la configuration de SAML pour Mattermost.", + "admin.saml.enableTitle": "Activer la connexion avec SAML :", + "admin.saml.encryptDescription": "Si activé, Mattermost déchiffre les commandes SAML chiffrées avec le certificat public de votre serveur d'authentification.", + "admin.saml.encryptTitle": "Activer le chiffrement :", + "admin.saml.firstnameAttrDesc": "(Optionnel) Attribut du serveur LDAP utilisé pour le champ \"surnom\" des utilisateurs dans Mattermost.", + "admin.saml.firstnameAttrEx": "Ex. : \"Prénom\"", + "admin.saml.firstnameAttrTitle": "Attribut prénom :", + "admin.saml.idpCertificateFileDesc": "Le certificat public fourni par votre serveur d'authentification.", + "admin.saml.idpCertificateFileRemoveDesc": "Retirer le certificat public fourni par votre serveur d'authentification.", + "admin.saml.idpCertificateFileTitle": "Certificat public du service d'identification :", + "admin.saml.idpDescriptorUrlDesc": "L'URL d'émetteur pour le fournisseur d'identité utilisé pour les requêtes SAML.", + "admin.saml.idpDescriptorUrlEx": "Ex. : \"https://idp.example.org/SAML2/issuer\"", + "admin.saml.idpDescriptorUrlTitle": "URL du serveur d'identité :", + "admin.saml.idpUrlDesc": "L'URL où Mattermost enverra une requête SAML pour démarrer la séquence de connexion.", + "admin.saml.idpUrlEx": "Ex. : \"https://idp.example.org/SAML2/SSO/Login\"", + "admin.saml.idpUrlTitle": "URL SSO SAML :", + "admin.saml.lastnameAttrDesc": "(Optionnel) Attribut SAML utilisé pour le champ \"langue\" des utilisateurs dans Mattermost.", + "admin.saml.lastnameAttrEx": "Ex. : \"NomDeFamille\"", + "admin.saml.lastnameAttrTitle": "Attribut \"nom de famille\" :", + "admin.saml.localeAttrDesc": "(Optionnel) Attribut SAML utilisé pour le champ \"langue\" des utilisateurs dans Mattermost.", + "admin.saml.localeAttrEx": "Ex. : \"Langue\" ou \"LanguePrincipale\"", + "admin.saml.localeAttrTitle": "Attribut language préféré :", + "admin.saml.loginButtonTextDesc": "(Facultatif) Le texte qui apparait sur le bouton de \"se connecter\" de la page de connection. Par défaut, \"Avec SAML\".", + "admin.saml.loginButtonTextEx": "Ex. : \"Avec OKTA\"", + "admin.saml.loginButtonTextTitle": "Texte du bouton de connexion :", + "admin.saml.nicknameAttrDesc": "(Optionnel) Attribut du serveur LDAP utilisé pour le champ \"surnom\" des utilisateurs dans Mattermost.", + "admin.saml.nicknameAttrEx": "Ex. : \"Surnom\"", + "admin.saml.nicknameAttrTitle": "Attribut \"surnom\" : ", + "admin.saml.positionAttrDesc": "(Optionnel) L'attribut SAML qui sera utilisé pour le champ \"rôle\" des utilisateurs dans Mattermost.", + "admin.saml.positionAttrEx": "Ex. : \"Rôle\"", + "admin.saml.positionAttrTitle": "Attribut de rôle :", + "admin.saml.privateKeyFileFileDesc": "La clé privée utilisée pour déchiffrer le SAML de votre serveur d'identité.", + "admin.saml.privateKeyFileFileRemoveDesc": "La clé privée utilisée pour déchiffrer le SAML de votre serveur d'identité.", + "admin.saml.privateKeyFileTitle": "Clé privée du service d'identité :", + "admin.saml.publicCertificateFileDesc": "Le certificat utilisé pour générer la signature d'une requête SAML au fournisseur d'identité pour une connexion SAML initiée par un fournisseur de service, lorsque Mattermost est le fournisseur de service.", + "admin.saml.publicCertificateFileRemoveDesc": "Supprimer le certificat utilisé pour générer la signature d'une requête SAML au fournisseur d'identité pour une connexion SAML initiée par un fournisseur de service, lorsque Mattermost est le fournisseur de service.", + "admin.saml.publicCertificateFileTitle": "Certificat public du service d'identification :", + "admin.saml.remove.idp_certificate": "Retirer le certificat du service d'identification", + "admin.saml.remove.privKey": "Clé privée du service d'identité :", + "admin.saml.remove.sp_certificate": "Retirer le certificat du service d'identification", + "admin.saml.removing.certificate": "Retrait du certificat...", + "admin.saml.removing.privKey": "Retrait de la clé privée...", + "admin.saml.uploading.certificate": "Téléchargement du certificat...", + "admin.saml.uploading.privateKey": "Téléchargement de la clé privée...", + "admin.saml.usernameAttrDesc": "Attribut du SAML utilisé pour le champ \"nom d'utilisateur\" des utilisateurs dans Mattermost.", + "admin.saml.usernameAttrEx": "Ex. : \"NomDUtilisateur\"", + "admin.saml.usernameAttrTitle": "Attribut \"nom d'utilisateur\" :", + "admin.saml.verifyDescription": "Si vrai, Mattermost vérifie la signature du SAML.", + "admin.saml.verifyTitle": "Vérifier la signature :", + "admin.save": "Enregistrer", + "admin.saving": "Enregistrement des paramètres...", + "admin.security.connection": "Connexions", + "admin.security.inviteSalt.disabled": "La clé de salage d'invitation ne peut être modifiée lorsque l'envoi d'e-mails est désactivé.", + "admin.security.login": "S’identifier", + "admin.security.password": "Mot de passe", + "admin.security.passwordResetSalt.disabled": "La clé de salage de réinitialisation du mot de passe ne peut être modifiée lorsque l'envoi d'e-mails est désactivé.", + "admin.security.public_links": "Liens publics", + "admin.security.requireEmailVerification.disabled": "La vérification par e-mail ne peut être activée lorsque l'envoi d'e-mails est désactivé.", + "admin.security.session": "Sessions", + "admin.security.signup": "S'inscrire", + "admin.select_team.close": "Quitter", + "admin.select_team.select": "Sélectionner", + "admin.select_team.selectTeam": "Choisir une équipe", + "admin.service.attemptDescription": "Nombre de tentatives de connexion autorisées avant que l'utilisateur ne soit bloqué et qu'une réinitialisation du mot de passe par e-mail ne soit obligatoire.", + "admin.service.attemptExample": "Ex. : \"10\"", + "admin.service.attemptTitle": "Nombre maximum de tentatives de connexion :", + "admin.service.cmdsDesc": "Si activé, les commandes slash personnalisées seront autorisées. Consultez la documentation pour en savoir plus.", + "admin.service.cmdsTitle": "Activer les commandes slash : ", + "admin.service.corsDescription": "Autoriser les requête HTTP cross-origin depuis des domaines spécifiques (séparés par des espaces). Utilisez \"*\" pour autoriser les CORS pour n'importe quel domaine (pas recommandé) ou laissez vide pour les désactiver.", + "admin.service.corsEx": "http://exemple.com ou https://exemple.com", + "admin.service.corsTitle": "Autoriser les requêtes cross-origin depuis :", + "admin.service.developerDesc": "Si activé, les erreurs Javascript sont affichées dans une barre rouge en haut de l'interface utilisateur. Ceci n'est pas recommandé sur un serveur de production. ", + "admin.service.developerTitle": "Activer le mode développeur : ", + "admin.service.enforcMfaTitle": "Imposer l'authentification multi-facteurs :", + "admin.service.enforceMfaDesc": "Lorsqu'activé, l'authentification multi-facteurs (MFA) est requise pour la connexion. Les nouveaux utilisateurs devront configurer MFA lors de leur inscription. Les utilisateurs connectés sans MFA configuré seront 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 devra être appliqué avec un fournisseur d'authentification extérieur à Mattermost.", + "admin.service.forward80To443": "Rediriger le port 80 sur le port 443 :", + "admin.service.forward80To443Description": "Faire suivre le trafic non chiffré du port 80 vers le port sécurisé 443", + "admin.service.googleDescription": "Définissez cette clé pour activer l'affichage des titres pour les aperçus de vidéos YouTube. Sans la clé, les aperçus YouTube seront créés à partir des liens apparaissant des messages ou commentaires mais ils ne montreront pas le titre de la vidéo. Regardez un tutoriel Google Developers pour des instructions sur comment obtenir une clé.", + "admin.service.googleExample": "Ex. : \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"", + "admin.service.googleTitle": "Clé API Google :", + "admin.service.iconDescription": "Lorsqu'activé, les webhooks, commandes slash et autres intégrations, telles que Zapier, seront autorisées à changer la photo de profil à partir duquel elles émettent des messages. Note : Si les intégrations sont également autorisées à redéfinir les noms d'utilisateur, des utilisateurs pourraient effectuer des attaques de phishing en se faisant passer pour d'autres utilisateurs.", + "admin.service.iconTitle": "Activer les intégrations à redéfinir les images de profil utilisateur :", + "admin.service.insecureTlsDesc": "Si activé, toute requête sortante HTTPS acceptera les certificats non-vérifiés et auto-signés. Par exemple, les requêtes webhook sortantes avec un certificat TLS auto-signé, vers n'importe quel domaine, seront autorisées. Attention, cela rend votre serveur vulnérable aux attaques de type \"man in the middle\".", + "admin.service.insecureTlsTitle": "Autoriser les connexions sortantes non-sécurisées : ", + "admin.service.integrationAdmin": "Restreindre la gestion des intégrations aux administrateurs :", + "admin.service.integrationAdminDesc": "Lorsqu'activé, les webhooks et commandes slash peuvent seulement être créées, éditées et vues par les administrateurs systèmes et d'équipe, et par les applications OAuth 2.0 des administrateurs systèmes. Les intégrations sont disponibles à tous les utilisateurs après qu'elles ont été créées par l'administrateur.", + "admin.service.letsEncryptCertificateCacheFile": "Fichier de cache du certificat \"Let's Encrypt\"", + "admin.service.letsEncryptCertificateCacheFileDescription": "Les certificats reçus et les autres données en rapport avec le service Let's Encrypt seront enregistrés dans ce fichier.", + "admin.service.listenAddress": "Adresse IP du serveur :", + "admin.service.listenDescription": "L'adresse et le port sur laquelle se lier et écouter. Spécifier \":8065\" se liera sur toutes les interfaces réseau. Spécifier \"127.0.0.1:8065\" se liera uniquement sur l'interface réseau disposant de cette adresse IP. Si vous choisissez un port de bas niveau (également appelés \"ports systèmes\" ou \"ports bien connus\", dans l'intervalle 0-1023), vous devez disposer des permissions pour vous lier sur ces ports. Sous Linux, vous pouvez utiliser : \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" pour autoriser Mattermost à se lier sur ces ports bien connus.", + "admin.service.listenExample": "Ex. : \":8065\"", + "admin.service.mfaDesc": "Si activé, les utilisateurs se connectant à l'aide de AD/LDAP ou d'une adresse e-mail peuvent ajouter l'authentification multi-facteurs (MFA) à leur compte en utilisant Google Authenticator.", + "admin.service.mfaTitle": "Activité l’authentification multi-facteurs:", + "admin.service.mobileSessionDays": "Durée de la session sur les applis mobiles (en jours) :", + "admin.service.mobileSessionDaysDesc": "Le nombre de jours entre la dernière fois qu'un utilisateur a spécifié ses identifiants et l'expiration de la session de l'utilisateur. Après le changement de ce paramètre, la nouvelle durée de session prendra effet la prochaine fois que les utilisateurs saisiront leurs identifiants.", + "admin.service.outWebhooksDesc": "Si activé, les webhooks sortants seront autorisés. Consultez la documentation pour en apprendre davantage.", + "admin.service.outWebhooksTitle": "Activer les webhooks sortants : ", + "admin.service.overrideDescription": "Lorsqu'activé, les webhooks, commandes slash et autres intégrations, telles que Zapier, seront autorisées à changer le nom d'utilisateur à partir duquel elles émettent des messages. Note : Si les intégrations sont également autorisées à redéfinir les photos de profil utilisateur, des utilisateurs pourraient effectuer des attaques de phishing en se faisant passer pour d'autres utilisateurs.", + "admin.service.overrideTitle": "Permettre des intégrations pour remplacer les noms d'utilisateur:", + "admin.service.readTimeout": "Délai d'attente de lecture :", + "admin.service.readTimeoutDescription": "Temps maximum autorisé à partir du moment à partir duquel la connexion est acceptée jusqu'au moment où le corps de la requête est entièrement lu.", + "admin.service.securityDesc": "Si activé, les administrateurs système sont notifiés par e-mail si une alerte de sécurité a été annoncée dans les dernières 12 heures. L'envoi d'e-mails doit être activé.", + "admin.service.securityTitle": "Activer les alertes de sécurité : ", + "admin.service.sessionCache": "Cache de session en minutes :", + "admin.service.sessionCacheDesc": "Durée pendant laquelle une session est gardée en mémoire.", + "admin.service.sessionDaysEx": "Ex. : \"30\"", + "admin.service.siteURL": "URL du site :", + "admin.service.siteURLDescription": "L'URL, incluant le numéro de port et le protocol, que les utilisateurs utilisent pour accéder à Mattermost. Ce champ peut être laissé vide à moins que vous ne configuriez l'envoi d'e-mail par lot dans Notifications > Email. Lorsque le champ est vide, l'URL est configurée automatiquement sur base du trafic entrant.", + "admin.service.siteURLExample": "Ex. : \"https://mattermost.example.com:1234\"", + "admin.service.ssoSessionDays": "Durée de la session SSO (en jours) :", + "admin.service.ssoSessionDaysDesc": "Le nombre de jours entre la dernière fois qu'un utilisateur a spécifié ses identifiants et l'expiration de la session de l'utilisateur. Si la méthode d'authentification est SAML ou GitLab, l'utilisateur pourra être automatiquement connecté à nouveau dans Mattermost s'ils sont déjà connectés dans SAML ou GitLab. Après le changement de ce paramètre, il prendra effet la prochaine fois que les utilisateurs saisiront leurs identifiants.", + "admin.service.testingDescription": "(Option de développement) Si activé, la commande \"/loadtest\" est active et charge des données de test. Changer ce paramètre nécessite de redémarrer le serveur.", + "admin.service.testingTitle": "Activer les commandes de test : ", + "admin.service.tlsCertFile": "Fichier du certificat TLS :", + "admin.service.tlsCertFileDescription": "Le fichier de certificat à utiliser.", + "admin.service.tlsKeyFile": "Fichier de la clé TLS :", + "admin.service.tlsKeyFileDescription": "Le fichier contenant la clé privée à utiliser.", + "admin.service.useLetsEncrypt": "Utiliser Let's Encrypt :", + "admin.service.useLetsEncryptDescription": "Activer la récupération automatique des certificats de Let's Encrypt. Le certificat sera récupéré lorsqu'un client tentera de se connecter à partir d'un nouveau domaine. Ceci fonctionne également avec des domaines multiples.", + "admin.service.webSessionDays": "Longueur de la session LDAP et e-mail (jours) :", + "admin.service.webSessionDaysDesc": "Le nombre de jours entre la dernière fois qu'un utilisateur a entré ses identifiants et l'expiration de la session de l'utilisateur. Après le changement de ce paramètre, la nouvelle durée de session prendra effet la prochaine fois que les utilisateurs entreront leurs identifiants.", + "admin.service.webhooksDescription": "Si activé, les webhooks entrants seront autorisés. Pour aider à combattre les attaques d'hameçonnage, tous les messages de webhooks seront étiquetés par un label BOT. Consultez la documentation pour en apprendre davantage.", + "admin.service.webhooksTitle": "Activer les webhooks entrants : ", + "admin.service.writeTimeout": "Délai d'attente d'écriture :", + "admin.service.writeTimeoutDescription": "Si vous utilisez HTTP (non sécurisé), il s'agit du temps maximum autorisé à partir du moment où les entêtes sont lus jusqu'au moment où la réponse est écrite. Si vous utilisez le protocole HTTPS, c'est le temps total à partir du moment où la connexion est acceptée jusqu'au moment où la réponse est écrite.", + "admin.sidebar.addTeamSidebar": "Afficher l'équipe dans le menu", + "admin.sidebar.advanced": "Options avancées", + "admin.sidebar.audits": "Conformité et vérification", + "admin.sidebar.authentication": "authentification", + "admin.sidebar.cluster": "Haute disponibilité (Beta)", + "admin.sidebar.compliance": "Conformité", + "admin.sidebar.configuration": "Configuration", + "admin.sidebar.connections": "Connexions", + "admin.sidebar.customBrand": "Image de marque personnalisée", + "admin.sidebar.customEmoji": "Emoji personnalisés", + "admin.sidebar.customIntegrations": "Intégrations personnalisées", + "admin.sidebar.customization": "Personnalisation", + "admin.sidebar.database": "Base de données", + "admin.sidebar.developer": "Développeur", + "admin.sidebar.email": "Adresse e-mail", + "admin.sidebar.external": "Services externes", + "admin.sidebar.files": "Ficher", + "admin.sidebar.general": "Général", + "admin.sidebar.gitlab": "GitLab", + "admin.sidebar.images": "Images", + "admin.sidebar.integrations": "Intégrations", + "admin.sidebar.ldap": "AD/LDAP", + "admin.sidebar.legalAndSupport": "Mentions légales", + "admin.sidebar.license": "Édition et licence", + "admin.sidebar.linkPreviews": "Aperçu des liens", + "admin.sidebar.localization": "Localisation", + "admin.sidebar.logging": "Enregistrement", + "admin.sidebar.login": "S’identifier", + "admin.sidebar.logs": "Journaux", + "admin.sidebar.metrics": "Suivi des performances", + "admin.sidebar.nativeAppLinks": "Liens des applications Mattermost", + "admin.sidebar.notifications": "Notifications", + "admin.sidebar.oauth": "OAuth 2.0", + "admin.sidebar.other": "AUTRES", + "admin.sidebar.password": "Mot de passe", + "admin.sidebar.policy": "Règles", + "admin.sidebar.privacy": "Confidentialité", + "admin.sidebar.publicLinks": "Liens publics", + "admin.sidebar.push": "notifications Push", + "admin.sidebar.rateLimiting": "Limitation de débit", + "admin.sidebar.reports": "RAPPORTS", + "admin.sidebar.rmTeamSidebar": "Ne plus afficher l'équipe dans le menu", + "admin.sidebar.saml": "SAML", + "admin.sidebar.security": "Sécurité", + "admin.sidebar.sessions": "sessions", + "admin.sidebar.settings": "REGLAGES", + "admin.sidebar.signUp": "S’inscrire", + "admin.sidebar.sign_up": "S’inscrire", + "admin.sidebar.statistics": "Statistiques de l'équipe", + "admin.sidebar.storage": "Stockage", + "admin.sidebar.support": "Juridique et de soutien", + "admin.sidebar.teams": "Equipes ({count, number})", + "admin.sidebar.users": "Utilisateurs", + "admin.sidebar.usersAndTeams": "Utilisateur et équipes", + "admin.sidebar.view_statistics": "Statistiques du serveur", + "admin.sidebar.webrtc": "WebRTC (Beta)", + "admin.sidebarHeader.systemConsole": "Console système", + "admin.sql.dataSource": "Source de données :", + "admin.sql.driverName": "Nom du pilote :", + "admin.sql.keyDescription": "Clé de salage de 32 caractères utilisée pour chiffrer et déchiffrer les champs en base de données.", + "admin.sql.keyExample": "Ex. : \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.sql.keyTitle": "Clé de chiffrement des données au repos :", + "admin.sql.maxConnectionsDescription": "Nombre maximum de connexion inactives à la base de données gardées ouvertes.", + "admin.sql.maxConnectionsExample": "Ex. : \"10\"", + "admin.sql.maxConnectionsTitle": "Nombre maximum de connexions inactives :", + "admin.sql.maxOpenDescription": "Nombre maximum de connexions ouvertes à la base de données.", + "admin.sql.maxOpenExample": "Ex. : \"10\"", + "admin.sql.maxOpenTitle": "Nombre max. de connexions ouvertes :", + "admin.sql.noteDescription": "Modifier ces paramètres nécessite de redémarrer le serveur.", + "admin.sql.noteTitle": "Remarque :", + "admin.sql.replicas": "Replicas de la base de données :", + "admin.sql.traceDescription": "(Mode développeur) Si activé, toutes les commandes SQL sont enregistrées dans le journal.", + "admin.sql.traceTitle": "Tracer : ", + "admin.sql.warning": "Attention : Ré-générer cette clé de salage peut provoquer des valeurs vides dans certaines colonnes de la base de données.", + "admin.support.aboutDesc": "Faites un lien vers la page À propos pour plus d'informations sur votre déploiement Mattermost, par exemple son utilisation et son public dans votre organisation. Par défaut, c'est un lien vers la page d'information de Mattermost.", + "admin.support.aboutTitle": "Lien \"À propos\" :", + "admin.support.emailHelp": "Adresse e-mail qui apparaît sur les notifications envoyées par e-mail mais également au cours du tutoriel pour permettre aux utilisateurs de poser des questions.", + "admin.support.emailTitle": "Adresse e-mail de support :", + "admin.support.helpDesc": "Lien vers la documentation utilisateur de l'équipe. Laissez cette valeur par défaut sauf si votre organisation souhaite créer elle-même cette documentation.", + "admin.support.helpTitle": "Lien d'aide :", + "admin.support.noteDescription": "Si vous faites un lien vers un site externe, les URLs doivent commencer par http:// ou https://.", + "admin.support.noteTitle": "Remarque :", + "admin.support.privacyDesc": "Lien vers la Politique de Confidentialité pour les utilisateurs de la version bureau et mobile. Laissez cette option vide pour masquer le lien.", + "admin.support.privacyTitle": "Lien vers la politique de confidentialité :", + "admin.support.problemDesc": "Lien vers la documentation depuis le menu principal de l'équipe. Par défaut ce lien renvoie vers le forum d'entraide où les utilisateurs peuvent trouver de l'aide pour leurs problèmes techniques.", + "admin.support.problemTitle": "Lien \"Signaler un problème\" :", + "admin.support.termsDesc": "Lien vers les conditions sous lesquelles les utilisateurs utiliseront votre service. Par défaut, cela inclut les \"Conditions d'Utilisation Mattermost (Utilisateurs Finaux)\" expliquant le termes selon lesquels l'application Mattermost est proposée aux utilisateurs finaux. Si vous changez le lien par défaut pour ajouter vos propres conditions d'utilisation du service que vous proposez, elles devront inclure un lien vers les conditions par défaut pour que les utilisateurs finaux aient connaissance des Conditions d'Utilisation Mattermost (Utilisateurs Finaux) pour l'application Mattermost.", + "admin.support.termsTitle": "Lien \"Conditions d'utilisation\" :", + "admin.system_analytics.activeUsers": "Utilisateurs actifs avec des messages", + "admin.system_analytics.title": "le Système", + "admin.system_analytics.totalPosts": "Nombre total de messages", + "admin.team.brandDesc": "Activer l'image nouvelle personnalisé pour afficher une image de votre choix , téléchargé ci-dessous , et un texte d'aide , écrit ci-dessous , sur la page de connexion .", + "admin.team.brandDescriptionExample": "Toute votre communication d'équipe en un seul endroit, consultable et accessible de partout", + "admin.team.brandDescriptionHelp": "Description du service affiché dans les écrans de connexion et dans l'interface utilisateur. Lorsque non défini, \"Toute votre communication d'équipe en un seul endroit, consultable et accessible de partout\" est affiché.", + "admin.team.brandDescriptionTitle": "Description du site :", + "admin.team.brandImageTitle": "Nouvelle image personnalisée :", + "admin.team.brandTextDescription": "Le texte apparaissant en-dessous de votre image personnalisée sur l'écran de connexion. Supporte le formattage de texte Markdown. 500 caractères maximum autorisés.", + "admin.team.brandTextTitle": "Nouveau texte personnalisé", + "admin.team.brandTitle": "activer une image personnalisée : ", + "admin.team.chooseImage": "choisit une nouvelle image", + "admin.team.dirDesc": "Si activé, les équipes configurées pour apparaitre dans l'annuaire des équipes apparaitront sur la page d'accueil à la place de la création d'une nouvelle équipe.", + "admin.team.dirTitle": "Activé l'annuaire des équipes : ", + "admin.team.maxChannelsDescription": "Nombre maximum de canaux par équipe, incluant les canaux actifs et supprimés.", + "admin.team.maxChannelsExample": "Ex. : \"100\"", + "admin.team.maxChannelsTitle": "Nombre maximum de canaux par équipe :", + "admin.team.maxNotificationsPerChannelDescription": "Nombre utilisateurs maximum au delà duquel les messages comprenant des mentions @all, @here, et @channel n'engendreront plus l'envoi de notifications à cause des performances.", + "admin.team.maxNotificationsPerChannelExample": "Ex. : \"1000\"", + "admin.team.maxNotificationsPerChannelTitle": "Nombre maximum de notifications par canal :", + "admin.team.maxUsersDescription": "Nombre maximum d'utilisateurs par équipe, actifs et inactifs.", + "admin.team.maxUsersExample": "Ex. : \"25\"", + "admin.team.maxUsersTitle": "Nombre max. d'utilisateurs par équipe :", + "admin.team.noBrandImage": "Pas de nouvelle image a télécharger", + "admin.team.openServerDescription": "Si activé, tout le monde peut s’enregistrer pour un compte d'utilisateur sur ce serveur sans qu'il soit nécessaire d'être invité.", + "admin.team.openServerTitle": "Activé le serveur ouvert: ", + "admin.team.restrictDescription": "Les équipes et comptes utilisateur ne peuvent être créés que depuis un domaine spécifique (par ex. \"mattermost.org\") ou une liste de domaines séparés par des virgules (ex \"corp.mattermost.com, mattermost.org\").", + "admin.team.restrictDirectMessage": "Permettre aux utilisateurs d'ouvrir des canaux de message avec :", + "admin.team.restrictDirectMessageDesc": "‘Tout utilisateur sur le serveur Mattermost' permet aux utilisateurs d' ouvrir un canal de message direct avec un utilisateur sur le serveur, même si elles ne sont pas sur les équipes. ‘Tout membre de l'équipe’ limite la capacité d'ouvrir des canaux de messages directs aux seuls utilisateurs qui sont dans la même équipe.", + "admin.team.restrictExample": "Ex. : \"corp.mattermost.com, mattermost.org\"", + "admin.team.restrictNameDesc": "Si activé, vous ne pourrez pas créer une équipe portant un nom réservé (comme www, admin, support, test, channel, etc).", + "admin.team.restrictNameTitle": "Noms d'équipes restreints : ", + "admin.team.restrictTitle": "Restreindre la création de compte à ces domaines :", + "admin.team.restrict_direct_message_any": "Tout utilisateur sur le serveur Mattermost", + "admin.team.restrict_direct_message_team": "Tout les membres de l’équipe", + "admin.team.siteNameDescription": "Nom du service affiché dans les écrans de connexion et l'interface.", + "admin.team.siteNameExample": "Ex. : \"Mattermost\"", + "admin.team.siteNameTitle": "Nom du site :", + "admin.team.teamCreationDescription": "Si désactivé, seuls les administrateurs système peuvent créer des équipes.", + "admin.team.teamCreationTitle": "Autoriser la création d'équipes : ", + "admin.team.upload": "Télécharger", + "admin.team.uploadDesc": "Personnalisez votre expérience utilisateur en ajoutant une image personnalisée sur votre écran de connexion. Taille d'image recommandée inférieure à 2Mio.", + "admin.team.uploaded": "téléchargement terminé!", + "admin.team.uploading": "téléchargement..", + "admin.team.userCreationDescription": "Si désactivé, la possibilité de créer des comptes est désactivée. Appuyer sur le bouton de création de compte affichera une erreur lorsqu'il sera utilisé.", + "admin.team.userCreationTitle": "Autoriser la création de comptes : ", + "admin.team_analytics.activeUsers": "Utilisateurs actifs avec messages", + "admin.team_analytics.totalPosts": "Nombre total de messages", + "admin.true": "oui", + "admin.userList.title": "Utilisateurs de {team}", + "admin.userList.title2": "Utilisateurs de {team} ({count})", + "admin.user_item.authServiceEmail": "Méthode de connexion : Adresse e-mail", + "admin.user_item.authServiceNotEmail": "Méthode de connexion : {service}", + "admin.user_item.confirmDemoteDescription": "Si vous vous retirez le rôle d'administrateur et qu'il n'y a aucun autre administrateur désigné, vous devrez en désigner un en utilisant les outils en ligne de commande depuis un terminal sur le serveur.", + "admin.user_item.confirmDemoteRoleTitle": "Confirmez le retrait de votre rôle d'administrateur", + "admin.user_item.confirmDemotion": "Confirmer le retrait", + "admin.user_item.confirmDemotionCmd": "Rôle au sein de la plateforme system_admin {username}", + "admin.user_item.emailTitle": "E-mail: {email}", + "admin.user_item.inactive": "Inactif", + "admin.user_item.makeActive": "Activer", + "admin.user_item.makeInactive": "Désactiver", + "admin.user_item.makeMember": "Assigner le rôle Membre", + "admin.user_item.makeSysAdmin": "Assigner le rôle administrateur système", + "admin.user_item.makeTeamAdmin": "Assigner le rôle \"Administrateur d'équipe\"", + "admin.user_item.member": "Membre", + "admin.user_item.mfaNo": "MFA : Non", + "admin.user_item.mfaYes": "MFA : Oui", + "admin.user_item.resetMfa": "supprimer l’identification à facteurs-multiples", + "admin.user_item.resetPwd": "Réinitialiser le mot de passe", + "admin.user_item.switchToEmail": "Basculer le type de connexion sur le couple adresse e-mail / mot de passe", + "admin.user_item.sysAdmin": "Administrateur système", + "admin.user_item.teamAdmin": "Administrateur d'équipe", + "admin.webrtc.enableDescription": "Lorsqu'activé, Mattermost autorise les appels vidéo en tête-à-tête. Les appels par WebRTC sont disponibles sur Chrome, Firefox et les applications Mattermost de bureau.", + "admin.webrtc.enableTitle": "Activer Mattermost WebRTC :", + "admin.webrtc.gatewayAdminSecretDescription": "Saisissez votre mot de passe pour accéder à l'URL de la passerelle administrateur.", + "admin.webrtc.gatewayAdminSecretExample": "Ex. : \"PVRzWNN1Tg6szn7IQWvhpAvLByScWxdy\"", + "admin.webrtc.gatewayAdminSecretTitle": "Mot de passe administrateur de la passerelle :", + "admin.webrtc.gatewayAdminUrlDescription": "Entrez https://:/admin. Assurez-vous d'utiliser HTTP ou HTTPS dans votre URL en fonction de la configuration de votre serveur. Mattermost WebRTC utilise cette URL pour obtenir des jetons valides pour chaque pair afin d'établir la connexion.", + "admin.webrtc.gatewayAdminUrlExample": "Ex. : \"https://webrtc.mattermost.com:7089/admin\"", + "admin.webrtc.gatewayAdminUrlTitle": "URL de la passerelle administrateur :", + "admin.webrtc.gatewayWebsocketUrlDescription": "Spécifiez wss://:. Assurez-vous d'utiliser WS ou WSS dans votre URL en fonction de la configuration de votre serveur. Il s'agit du websocket utilisé pour signaler et établir une communication entre les pairs.", + "admin.webrtc.gatewayWebsocketUrlExample": "Ex. : \"wss://webrtc.mattermost.com:8189\"", + "admin.webrtc.gatewayWebsocketUrlTitle": "URL de la passerelle WebSocket :", + "admin.webrtc.stunUriDescription": "Spécifiez votre URI STUN sous la forme stun::. STUN est un protocole réseau standardisé permettant aux clients finaux de déterminer leur adresse IP publique lorsqu'ils sont situés derrière un NAT.", + "admin.webrtc.stunUriExample": "Ex. : \"stun:webrtc.mattermost.com:5349\"", + "admin.webrtc.stunUriTitle": "URI STUN:", + "admin.webrtc.turnSharedKeyDescription": "Spécifiez votre clé partagée pour le serveur TURN. Elle est utilisée pour créer des mots de passe dynamiques pour établir la connexion. Chaque mot de passe est valide pendant une période de temps assez courte.", + "admin.webrtc.turnSharedKeyExample": "Ex. : \"bXdkOWQxc3d0Ynk3emY5ZmsxZ3NtazRjaWg=\"", + "admin.webrtc.turnSharedKeyTitle": "Clé partagée TURN :", + "admin.webrtc.turnUriDescription": "Spécifiez votre URI TURN sous la forme turn::. TURN est un protocole réseau standardisé permettant aux clients finaux d'établir une connexion en utilisant une adresse IP publique comme relai lorsque ces clients sont situés derrière un NAT symétrique.", + "admin.webrtc.turnUriExample": "Ex. : \"turn:webrtc.mattermost.com:5349\"", + "admin.webrtc.turnUriTitle": "URI TURN:", + "admin.webrtc.turnUsernameDescription": "Spécifiez votre nom d'utilisateur pour le serveur TURN.", + "admin.webrtc.turnUsernameExample": "Ex. : \"monnomdutilisateur\"", + "admin.webrtc.turnUsernameTitle": "Nom d'utilisateur TURN :", + "admin.webserverModeDisabled": "Désactivé", + "admin.webserverModeDisabledDescription": "Le serveur Mattermost ne servira pas les fichiers statiques.", + "admin.webserverModeGzip": "gzip", + "admin.webserverModeGzipDescription": "Le serveur Mattermost servira les fichiers statiques compressés avec gzip.", + "admin.webserverModeHelpText": "La compression gzip s'applique aux fichiers statiques. Il est recommandé de l'activer pour améliorer les performances sauf si votre environnement dispose de restrictions spécifiques, comme un proxy web qui distribue mal des fichiers compressés en gzip.", + "admin.webserverModeTitle": "Mode du serveur web :", + "admin.webserverModeUncompressed": "Non compressé", + "admin.webserverModeUncompressedDescription": "Le serveur Mattermost servira les fichiers statiques sans compression.", + "analytics.chart.loading": "Chargement…", + "analytics.chart.meaningful": "Pas assez de données pour afficher quelque chose de pertinent.", + "analytics.system.activeUsers": "Utilisateurs actifs avec messages", + "analytics.system.channelTypes": "Types de canaux", + "analytics.system.dailyActiveUsers": "Utilisateurs actifs quotidiens", + "analytics.system.monthlyActiveUsers": "Utilisateurs actifs mensuels", + "analytics.system.postTypes": "Messages, fichiers et hashtags", + "analytics.system.privateGroups": "Groupes privés", + "analytics.system.publicChannels": "Canaux publics", + "analytics.system.skippedIntensiveQueries": "Pour optimiser les performances, certaines statistiques ont été désactivées. Vous pouvez les réactiver dans la config.json. Voir : https://docs.mattermost.com/administration/statistics.html", + "analytics.system.textPosts": "Messages texte uniquement", + "analytics.system.title": "Statistiques du serveur", + "analytics.system.totalChannels": "Nombre de canaux", + "analytics.system.totalCommands": "Nombre total de commandes", + "analytics.system.totalFilePosts": "Messages avec fichiers", + "analytics.system.totalHashtagPosts": "Messages avec hashtags", + "analytics.system.totalIncomingWebhooks": "Webhooks entrants", + "analytics.system.totalMasterDbConnections": "Connexions bases de données maîtres", + "analytics.system.totalOutgoingWebhooks": "Webhooks sortants", + "analytics.system.totalPosts": "Nombre de messages", + "analytics.system.totalReadDbConnections": "Connexions bases de données de réplication", + "analytics.system.totalSessions": "Nombre de sessions", + "analytics.system.totalTeams": "Nombre d'équipes", + "analytics.system.totalUsers": "Nombre d'utilisateurs", + "analytics.system.totalWebsockets": "Connexions WebSocket", + "analytics.team.activeUsers": "Nombre d'utilisateurs actifs avec messages", + "analytics.team.newlyCreated": "Nouveaux utilisateurs", + "analytics.team.privateGroups": "Groupes privés", + "analytics.team.publicChannels": "Canaux publics", + "analytics.team.recentActive": "Utilisateurs actifs récemment", + "analytics.team.recentUsers": "Utilisateurs actifs récemment", + "analytics.team.title": "Statistiques d'équipe pour {team}", + "analytics.team.totalPosts": "Nombre de messages", + "analytics.team.totalUsers": "Nombre d'utilisateurs", + "api.channel.add_member.added": "{addedUsername} a été ajouté au canal par {username}", + "api.channel.delete_channel.archived": "{username} a archivé le canal.", + "api.channel.join_channel.post_and_forget": "{username} a rejoint le canal.", + "api.channel.leave.left": "{username} a quitté le canal.", + "api.channel.post_update_channel_displayname_message_and_forget.updated_from": "{username} a mis à jour le nom d'affichage du canal de: {old} à: {new}", + "api.channel.post_update_channel_header_message_and_forget.removed": "{username} a supprimé l'entête du canal (précédemment: {old})", + "api.channel.post_update_channel_header_message_and_forget.updated_from": "{username} a mis à jour l'entête du canal de : {old} en : {new}", + "api.channel.post_update_channel_header_message_and_forget.updated_to": "{username} a mis à jour l'entête du canal en : {new}", + "api.channel.remove_member.removed": "{removedUsername} a été retiré du canal", + "app.channel.post_update_channel_purpose_message.removed": "{username} a supprimé la description du canal (précédemment: {old})", + "app.channel.post_update_channel_purpose_message.updated_from": "{username} a mis à jour la description du canal de: {old} en: {new}", + "app.channel.post_update_channel_purpose_message.updated_to": "{username} a mis à jour la description du canal en: {new}", + "audit_table.accountActive": "Compte activé", + "audit_table.accountInactive": "Compte désactivé", + "audit_table.action": "Action", + "audit_table.attemptedAllowOAuthAccess": "Tentative d'autoriser un nouvel accès à un service OAuth", + "audit_table.attemptedLicenseAdd": "Tentative d'ajouter une licence", + "audit_table.attemptedLogin": "Tentative de connexion", + "audit_table.attemptedOAuthToken": "Tentative d'obtenir un jeton d'accès OAuth", + "audit_table.attemptedPassword": "Tentative de changer le mot de passe", + "audit_table.attemptedRegisterApp": "Tentative de référencer une nouvelle application OAuth avec l'identifiant {id}", + "audit_table.attemptedReset": "Tentative de réinitialiser le mot de passe", + "audit_table.attemptedWebhookCreate": "Tentative de créer un webhook", + "audit_table.attemptedWebhookDelete": "Tentative de supprimer un webhook", + "audit_table.by": " par {username}", + "audit_table.byAdmin": " par un administrateur", + "audit_table.channelCreated": "Canal/groupe {channelName} créé", + "audit_table.channelDeleted": "Supprimé le canal/groupe avec l'URL {url}", + "audit_table.establishedDM": "Envoyé un message privé avec {username}", + "audit_table.failedExpiredLicenseAdd": "Echec d'ajout d'une licence (elle a déjà expiré ou pas encore démarré)", + "audit_table.failedInvalidLicenseAdd": "Échec de l'ajout d'une licence", + "audit_table.failedLogin": "ÉCHEC de la connexion", + "audit_table.failedOAuthAccess": "Impossible d'autoriser un nouvel accès à un service OAuth - L'URI de redirection ne correspond pas à l'URI de callback déjà enregistrée", + "audit_table.failedPassword": "Impossible de modifier le mot de passe pour un utilisateur connecté via OAuth", + "audit_table.failedWebhookCreate": "Impossible de créer le webhook - permissions insuffisantes pour ce canal", + "audit_table.failedWebhookDelete": "Impossible de supprimer un webhook - conditions non remplies", + "audit_table.headerUpdated": "Entête du canal/groupe {channelName} a été mis à jour", + "audit_table.ip": "Adresse IP", + "audit_table.licenseRemoved": "Licence supprimée avec succès", + "audit_table.loginAttempt": " (Tentative de connexion)", + "audit_table.loginFailure": " (Échec de la connexion)", + "audit_table.logout": "Déconnecté de votre compte", + "audit_table.member": "membre", + "audit_table.nameUpdated": "Mis à jour le nom du canal/groupe {channelName}", + "audit_table.oauthTokenFailed": "Échec lors de la récupération du jeton d'accès OAuth - {token}", + "audit_table.revokedAll": "Toutes les sessions actives de l'équipe ont été révoquées", + "audit_table.sentEmail": "Un e-mail a été envoyé à {email} pour réinitialiser votre mot de passe", + "audit_table.session": "ID de la session", + "audit_table.sessionRevoked": "La session id={sessionId} a été révoquée", + "audit_table.successfullLicenseAdd": "Ajout de licence réussi", + "audit_table.successfullLogin": "Connexion réussie", + "audit_table.successfullOAuthAccess": "L'accès à un service OAuth a réussi", + "audit_table.successfullOAuthToken": "Nouveau service OAuth ajouté", + "audit_table.successfullPassword": "Mot de passe changé", + "audit_table.successfullReset": "Mot de passe réinitialisé", + "audit_table.successfullWebhookCreate": "Webhook créé", + "audit_table.successfullWebhookDelete": "Webhook supprimé", + "audit_table.timestamp": "Horodatage", + "audit_table.updateGeneral": "Les paramètres de votre compte ont été mis à jour", + "audit_table.updateGlobalNotifications": "Vos paramètres de notification ont été mis à jour", + "audit_table.updatePicture": "Mettre à jour votre photo de profil", + "audit_table.updatedRol": "Mettre à jour les rôles à ", + "audit_table.userAdded": "{username} ajouté au canal/groupe {channelName}", + "audit_table.userId": "Identifiant de l'utilisateur", + "audit_table.userRemoved": "{username} retiré du canal/groupe {channelName}", + "audit_table.verified": "Votre adresse e-mail est maintenant vérifiée", + "authorize.access": "Autoriser l'accès à {appName} ?", + "authorize.allow": "Autoriser", + "authorize.app": "L'application {appName} souhaite accéder et modifier vos informations de base.", + "authorize.deny": "Refuser", + "authorize.title": "{appName} voudrait se connecter à votre compte utilisateur Mattermost", + "backstage_list.search": "Rechercher", + "backstage_navbar.backToMattermost": "retour à {siteName}", + "backstage_sidebar.emoji": "Emoticônes personnalisées", + "backstage_sidebar.integrations": "Intégrations", + "backstage_sidebar.integrations.commands": "Commande Slash", + "backstage_sidebar.integrations.incoming_webhooks": "Webhooks entrants", + "backstage_sidebar.integrations.oauthApps": "Applications OAuth 2.0", + "backstage_sidebar.integrations.outgoing_webhooks": "Webhooks sortants", + "calling_screen": "Appel", + "center_panel.recent": "Veuillez cliquer ici pour voir les messages récents. ", + "change_url.close": "Fermer", + "change_url.endWithLetter": "l'URL doit se terminer par une lettre ou un nombre.", + "change_url.invalidUrl": "URL non valide", + "change_url.longer": "L'URL doit comporter 2 caractères ou plus.", + "change_url.noUnderscore": "L'URL ne peut pas contenir deux tirets de suite.", + "change_url.startWithLetter": "L'URL doit commencer par une lettre ou un nombre.", + "channelHeader.addToFavorites": "Ajouter aux favoris", + "channelHeader.removeFromFavorites": "Retirer des favoris", + "channel_flow.alreadyExist": "Il existe déjà un canal avec cette URL", + "channel_flow.changeUrlDescription": "Certains caractères ne sont pas autorisés dans les URL et doivent être retirés.", + "channel_flow.changeUrlTitle": "Changer l'URL {term}", + "channel_flow.channel": "Canal", + "channel_flow.create": "Créer {term}", + "channel_flow.group": "Groupe", + "channel_flow.handleTooShort": "L'URL du canal doit comporter au moins 2 caractères alphanumériques minuscules", + "channel_flow.invalidName": "Nom du canal incorrect", + "channel_flow.set_url_title": "Choisir l'URL de {term}", + "channel_header.addMembers": "Ajouter des membres", + "channel_header.addToFavorites": "Ajouter aux favoris", + "channel_header.channel": "Canal", + "channel_header.channelHeader": "Éditer l'entête du canal", + "channel_header.delete": "Supprimer {term}", + "channel_header.flagged": "Messages marqués d'un indicateur", + "channel_header.group": "Groupe", + "channel_header.leave": "Quitter {term}", + "channel_header.manageMembers": "Gérer les membres", + "channel_header.notificationPreferences": "Préférences de notification", + "channel_header.recentMentions": "Mentions récentes", + "channel_header.removeFromFavorites": "Retirer des favoris", + "channel_header.rename": "Renommer le {term}", + "channel_header.setHeader": "Éditer l'entête du {term}", + "channel_header.setPurpose": "Éditer le descriptif du {term}", + "channel_header.viewInfo": "Informations", + "channel_header.viewMembers": "Voir les membres", + "channel_header.webrtc.call": "Démarrer un appel vidéo", + "channel_header.webrtc.offline": "L'utilisateur est hors ligne", + "channel_header.webrtc.unavailable": "Passer un nouvel appel n'est pas possible tant que l'appel en cours n'a pas été terminé", + "channel_info.about": "À propos de", + "channel_info.close": "Fermer", + "channel_info.header": "Entête :", + "channel_info.id": "ID : ", + "channel_info.name": "Nom", + "channel_info.notFound": "Aucun canal", + "channel_info.purpose": "Description :", + "channel_info.url": "URL :", + "channel_invite.add": " Ajouter", + "channel_invite.addNewMembers": "Ajouter des nouveaux membres à ", + "channel_invite.close": "Fermer", + "channel_loader.connection_error": "Oups... Il semble que votre connexion internet ait un problème...", + "channel_loader.posted": "Posté", + "channel_loader.socketError": "Vérifiez votre connexion, impossible de se connecter à Mattermost. Si ce problème persiste, demandez à un administrateur de vérifier le port WebSocket.", + "channel_loader.someone": "Quelqu'un", + "channel_loader.something": " a fait quelque chose", + "channel_loader.unknown_error": "Réponse incorrecte de la part du serveur.", + "channel_loader.uploadedFile": " téléchargé un fichier", + "channel_loader.uploadedImage": " téléchargé une image", + "channel_loader.wrote": " a écrit : ", + "channel_members_dropdown.channel_admin": "Administrateur du canal", + "channel_members_dropdown.channel_member": "Membre du canal", + "channel_members_dropdown.make_channel_admin": "Définir comme administrateur du canal", + "channel_members_dropdown.make_channel_member": "Définir comme membre du canal", + "channel_members_dropdown.remove_from_channel": "Supprimer du canal", + "channel_members_dropdown.remove_member": "Supprimer un membre", + "channel_members_modal.addNew": " Ajouter des nouveaux membres", + "channel_members_modal.members": " Membres", + "channel_modal.cancel": "Annuler", + "channel_modal.channel": "Canal", + "channel_modal.createNew": "Créer un nouveau ", + "channel_modal.descriptionHelp": "Décrit comment ce {term} doit être utilisé.", + "channel_modal.displayNameError": "Channel name must be 2 or more characters", + "channel_modal.edit": "Modifier", + "channel_modal.group": "Groupe", + "channel_modal.header": "Entête", + "channel_modal.headerEx": "Ex. : \"[Titre du lien](http://exemple.com)\"", + "channel_modal.headerHelp": "Définit le texte qui apparaîtra comme entête de {term} en regard du nom du {term}. Par exemple, saisissez des liens fréquemment utilisés en tapant [Lien de titre](http://exemple.com).", + "channel_modal.modalTitle": "Nouveau ", + "channel_modal.name": "Nom", + "channel_modal.nameEx": "Exemple : \"Problèmes\", \"Marketing\", \"Éducation\"", + "channel_modal.optional": "(facultatif)", + "channel_modal.privateGroup1": "Crée un nouveau groupe privé avec des membres restreints. ", + "channel_modal.privateGroup2": "Créer un groupe privé", + "channel_modal.publicChannel1": "Créer un canal public", + "channel_modal.publicChannel2": "Crée un canal public que tout le monde peut rejoindre. ", + "channel_modal.purpose": "Description", + "channel_modal.purposeEx": "Ex. : \"Un canal pour rapporter des bogues ou des améliorations\"", + "channel_notification.push": "Envoyer des notifications push mobiles", + "channel_notifications.allActivity": "Pour toute l'activité", + "channel_notifications.allUnread": "Pour les messages non-lus", + "channel_notifications.globalDefault": "Par défaut ({notifyLevel})", + "channel_notifications.markUnread": "Marquer le canal comme non-lu", + "channel_notifications.never": "Jamais", + "channel_notifications.onlyMentions": "Seulement pour les mentions", + "channel_notifications.override": "Choisir une autre option que \"Par défaut\" remplacera le réglage par défaut. Les notifications sur le bureau sont disponibles sur Firefox, Safari et Chrome.", + "channel_notifications.overridePush": "La sélection d'une option autre que \"par défaut\" remplacera les paramètres de notification pour les notifications push mobiles dans les paramètres du compte. Les notifications push doit être activées par l'administrateur système.", + "channel_notifications.preferences": "Préférences de notification pour ", + "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.dm": "(Message privé)", + "channel_switch_modal.failed_to_open": "Impossible d'ouvrir le canal.", + "channel_switch_modal.help": "Saisissez le nom du canal. Utilisez ↑ ↓ pour parcourir, TAB pour sélectionner, ↵ pour confirmer, ESC pour rejeter", + "channel_switch_modal.not_found": "Aucune correspondance trouvée.", + "channel_switch_modal.submit": "Basculer", + "channel_switch_modal.title": "Changer de canal", + "claim.account.noEmail": "Aucune adresse e-mail spécifiée", + "claim.email_to_ldap.enterLdapPwd": "Saisissez l'identifiant et le mode de passe de votre compte LDAP", + "claim.email_to_ldap.enterPwd": "Saisissez le mot de passe pour votre compte {site}", + "claim.email_to_ldap.ldapId": "Identifiant LDAP", + "claim.email_to_ldap.ldapIdError": "Veuillez saisir votre identifiant LDAP.", + "claim.email_to_ldap.ldapPasswordError": "Veuillez saisir votre mot de passe LDAP.", + "claim.email_to_ldap.ldapPwd": "Mot de passe LDAP", + "claim.email_to_ldap.pwd": "Mot de passe", + "claim.email_to_ldap.pwdError": "Veuillez saisir votre mot de passe.", + "claim.email_to_ldap.ssoNote": "Vous devez déjà avoir un compte LDAP valide", + "claim.email_to_ldap.ssoType": "Une fois votre compte configuré, vous ne pourrez vous connectez qu'avec LDAP", + "claim.email_to_ldap.switchTo": "Basculer le compte vers LDAP", + "claim.email_to_ldap.title": "Passer d'une connexion par e-mail/mot de passe à une connexion par LDAP", + "claim.email_to_oauth.enterPwd": "Saisissez le mot de passe pour votre compte {site}", + "claim.email_to_oauth.pwd": "Mot de passe", + "claim.email_to_oauth.pwdError": "Veuillez saisir votre mot de passe.", + "claim.email_to_oauth.ssoNote": "Vous devez déjà avoir un compte {type} valide", + "claim.email_to_oauth.ssoType": "Une fois votre compte associé, vous ne pourrez vous connectez que via le SSO {type}", + "claim.email_to_oauth.switchTo": "Changer de compte pour {uiType}", + "claim.email_to_oauth.title": "Changer l'adresse e-mail/mot de passe pour {uiType}", + "claim.ldap_to_email.confirm": "Confirmer le mot de passe", + "claim.ldap_to_email.email": "Vous devrez utiliser l'adresse e-mail {email} pour vous connecter.", + "claim.ldap_to_email.enterLdapPwd": "Saisissez votre {ldapPassword} pour votre compte {site}", + "claim.ldap_to_email.enterPwd": "Saisissez un nouveau mot de passe pour votre compte", + "claim.ldap_to_email.ldapPasswordError": "Veuillez saisir votre mot de passe LDAP.", + "claim.ldap_to_email.ldapPwd": "Mot de passe LDAP", + "claim.ldap_to_email.pwd": "Mot de passe", + "claim.ldap_to_email.pwdError": "Veuillez saisir votre mot de passe.", + "claim.ldap_to_email.pwdNotMatch": "Les mots de passe ne correspondent pas.", + "claim.ldap_to_email.ssoType": "Une fois votre compte modifié, vous ne pourrez plus vous connecter qu'avec votre adresse e-mail et votre mot de passe.", + "claim.ldap_to_email.switchTo": "Basculez le type de connexion de votre compte sur le couple adresse e-mail / mot de passe", + "claim.ldap_to_email.title": "Basculer le type de connexion de votre compte de LDAP vers le couple adresse e-mail / mot de passe", + "claim.oauth_to_email.confirm": "Confirmez le mot de passe", + "claim.oauth_to_email.description": "Une fois votre compte modifié, vous ne pourrez plus vous connecter qu'à l'aide de votre adresse e-mail et votre mot de passe.", + "claim.oauth_to_email.enterNewPwd": "Saisissez le mot de passe pour votre compte {site}", + "claim.oauth_to_email.enterPwd": "Veuillez saisir un mot de passe.", + "claim.oauth_to_email.newPwd": "Nouveau mot de passe", + "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", + "confirm_modal.cancel": "Annuler", + "connecting_screen": "Connexion en cours", + "create_comment.addComment": "Commenter...", + "create_comment.comment": "Ajouter un commentaire", + "create_comment.commentLength": "Le commentaire doit faire moins de {max} caractères.", + "create_comment.commentTitle": "Commentaire", + "create_comment.file": "Téléchargement en cours", + "create_comment.files": "Téléchargements en cours", + "create_post.comment": "Commentaire", + "create_post.error_message": "Votre message est trop long. Nombre de caractères : {length}/{limit}", + "create_post.post": "Article", + "create_post.shortcutsNotSupported": "Les raccourcis clavier ne sont pas pris en charge sur votre appareil.", + "create_post.tutorialTip": "

    Envoyer des messages

    Veuillez saisir votre message ici et tapez Entrée pour l'envoyer.

    Cliquez sur le bouton pièce-jointe pour télécharger une image ou un fichier.

    ", + "create_post.write": "Écrire un message...", + "create_team.agreement": "En créant votre compte et en utilisant {siteName}, vous acceptez nos Conditions Générales d'Utilisation et notre Politique des données personnelles. Si vous le les acceptez pas, vous ne pouvez pas utiliser {siteName}.", + "create_team.display_name.charLength": "Le nom doit être de {min} caractères ou plus, jusqu'à un maximum de {max}. Vous pourrez ajouter une description d'équipe plus longue par la suite.", + "create_team.display_name.nameHelp": "Nommez votre équipe dans toutes les langues. Votre nom d'équipe sera montré dans les menus et rubriques.", + "create_team.display_name.next": "Suivant", + "create_team.display_name.required": "Ce champ est obligatoire", + "create_team.display_name.teamName": "Nom de l'équipe", + "create_team.team_url.back": "Retour à l’étape précedente", + "create_team.team_url.charLength": "Le nom doit comporter entre {min} et {max} caractères", + "create_team.team_url.creatingTeam": "Création de l'équipe...", + "create_team.team_url.finish": "Terminer", + "create_team.team_url.hint": "
  • Courte et facile à retenir
  • Utilisez des lettres minuscules, des chiffres et des tirets
  • Doit commencer par une lettre et ne peut pas se terminer par un tiret
  • ", + "create_team.team_url.regex": "Utilisez uniquement des lettres minuscules , des chiffres et des tirets. Doit commencer par une lettre et ne peut pas se terminer par un tiret.", + "create_team.team_url.required": "Ce champ est obligatoire", + "create_team.team_url.taken": "This URL starts with a reserved word or is unavailable. Please try another.", + "create_team.team_url.teamUrl": "URL d’équipe", + "create_team.team_url.unavailable": "Cette URL est indisponible. Veuillez en spécifier une autre.", + "create_team.team_url.webAddress": "Choisissez l’adresse Web de votre nouvelle équipe :", + "custom_emoji.empty": "Aucun emoji personnalisé", + "custom_emoji.header": "Emoji personnalisés", + "custom_emoji.search": "Rechercher les emoji personnalisés", + "default_channel.purpose": "Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.", + "delete_channel.cancel": "Annuler", + "delete_channel.channel": "canal", + "delete_channel.confirm": "Confirmez la SUPPRESSION du canal", + "delete_channel.del": "Supprimer", + "delete_channel.group": "groupe", + "delete_channel.question": "Ceci va supprimer le canal de l'équipe et rendre son contenu inaccessible de tous les utilisateurs. Voulez-vous vraiment supprimer {display_name} {term} ?", + "delete_post.cancel": "Annuler", + "delete_post.comment": "Commentaire", + "delete_post.confirm": "Confirmer la suppression de {term}", + "delete_post.del": "Supprimer", + "delete_post.post": "Message", + "delete_post.question": "Voulez-vous vraiment supprimer ce {term} ?", + "delete_post.warning": "Ce message a {count} commentaire(s).", + "edit_channel_header_modal.cancel": "Annuler", + "edit_channel_header_modal.description": "Modifiez le texte affiché à côté du nom du canal dans l'entête du canal.", + "edit_channel_header_modal.error": "L'entête du canal est trop long, saisissez un texte plus court", + "edit_channel_header_modal.save": "Enregistrer", + "edit_channel_header_modal.title": "Modifier l'entête de {channel}", + "edit_channel_header_modal.title_dm": "Modifier l'entête", + "edit_channel_purpose_modal.body": "Décrit de quelle manière ce {type} devrait être utilisé. Ce texte apparaît dans la liste des canaux dans le menu \"Suite...\" et guide les personnes pour décider si elles devraient le rejoindre ou non.", + "edit_channel_purpose_modal.cancel": "Annuler", + "edit_channel_purpose_modal.channel": "Canal", + "edit_channel_purpose_modal.error": "La description de ce canal est trop longue, veuillez en indiquer une plus courte.", + "edit_channel_purpose_modal.group": "Groupe", + "edit_channel_purpose_modal.save": "Enregistrer", + "edit_channel_purpose_modal.title1": "Modifier la description", + "edit_channel_purpose_modal.title2": "Modifier la description de ", + "edit_command.save": "Mettre à jour", + "edit_post.cancel": "Annuler", + "edit_post.edit": "Modifier {title}", + "edit_post.editPost": "Modifier le message...", + "edit_post.save": "Enregistrer", + "email_signup.address": "Adresse e-mail", + "email_signup.createTeam": "Créer une équipe", + "email_signup.emailError": "Veuillez spécifier une adresse e-mail valide.", + "email_signup.find": "Rechercher mes équipes", + "email_verify.almost": "{siteName} : Vous avez pratiquement terminé", + "email_verify.failed": " Échec de l'envoi de l'e-mail de vérification.", + "email_verify.notVerifiedBody": "Veuillez vérifier votre adresse e-mail dans l'attente de la réception d'un e-mail de vérification.", + "email_verify.resend": "Renvoyer l'e-mail", + "email_verify.sent": "L'e-mail de vérification a été envoyé.", + "email_verify.verified": "L'adresse e-mail de {siteName} a été vérifiée", + "email_verify.verifiedBody": "

    Votre adresse e-mail a été vérifiée ! Veuillez cliquer ici pour vous connecter.

    ", + "email_verify.verifyFailed": "Impossible de vérifier votre adresse e-mail.", + "emoji_list.actions": "Actions", + "emoji_list.add": "Ajouter un emoji personnalisé", + "emoji_list.creator": "Auteur", + "emoji_list.delete": "Supprimer", + "emoji_list.delete.confirm.button": "Supprimer", + "emoji_list.delete.confirm.msg": "This action permanently deletes the custom emoji. Are you sure you want to delete it?", + "emoji_list.delete.confirm.title": "Delete Custom Emoji", + "emoji_list.empty": "Aucun emoji personnalisé", + "emoji_list.header": "Emoticônes personnalisées", + "emoji_list.help": "Les emoji personnalisés sont disponible pour tous les utilisateurs et apparaissent dans le menu d'autocomplétion des emoji. Il faut rafraîchir la page pour que les nouveaux emoji apparaissent.", + "emoji_list.help2": "Astuce : si vous ajoutez #, ## ou ### comme premier caractère d'une nouvelle ligne contenant un emoji, vous pourrez utiliser un emoji plus grand. Pour essayer, envoyez un message tel que '# :smile:'.", + "emoji_list.image": "Image", + "emoji_list.name": "Nom", + "emoji_list.search": "Rechercher les emoji personnalisés", + "emoji_list.somebody": "Un membre d'une autre équipe", + "emoji_picker.activity": "Activity", + "emoji_picker.custom": "Custom", + "emoji_picker.emojiPicker": "Emoji Picker", + "emoji_picker.flags": "Marquer avec un indicateur", + "emoji_picker.food": "Food", + "emoji_picker.nature": "Nature", + "emoji_picker.objects": "Objects", + "emoji_picker.people": "People", + "emoji_picker.recent": "Recently Used", + "emoji_picker.search": "Rechercher", + "emoji_picker.symbols": "Symbols", + "emoji_picker.travel": "Travel", + "error.not_found.link_message": "Retour à Mattermost", + "error.not_found.message": "La page que vous essayer d'atteindre n'existe pas", + "error.not_found.title": "Page non trouvée", + "error.not_supported.message": "La navigation privée n'est pas prise en charge.", + "error.not_supported.title": "Le navigateur n'est pas pris en charge", + "error_bar.expired": "La licence entreprise a expiré et certaines fonctionnalités peuvent être désactivées. Veuillez renouveler.", + "error_bar.expiring": "La licence entreprise expire le {date}. Veuillez renouveler.", + "error_bar.past_grace": "La licence entreprise a expiré et certaines fonctionnalités peuvent être désactivées. Veuillez contacter votre administrateur système pour plus d'informations.", + "error_bar.preview_mode": "Mode découverte : Les notifications par e-mail ne sont pas configurées", + "file_attachment.download": "Télécharger", + "file_info_preview.size": "Taille ", + "file_info_preview.type": "Type de fichier ", + "file_upload.fileAbove": "Le fichier plus grand que {max}Mo ne peut pas être téléchargé : {filename}", + "file_upload.filesAbove": "Les fichiers plus grands que {max}Mo ne peuvent pas être téléchargés : {filenames}", + "file_upload.limited": "Les téléchargements sont limités à {count} fichiers par message. Envoyez d'autres messages pour ajouter d'autres fichiers.", + "file_upload.pasted": "Image collée à ", + "filtered_channels_list.count": "{count} {count, plural, =0 {0 channels} un {channel} autres {channels}}", + "filtered_channels_list.countTotal": "{count} {count, plural, =0 {0 channels} one {channel} other {channels}} of {total} au total", + "filtered_channels_list.search": "Rechercher des canaux", + "filtered_user_list.any_team": "Tous les utilisateurs", + "filtered_user_list.count": "{count} {count, plural, =0 {0 members} un {member} autres {members}}", + "filtered_user_list.countTotal": "{count} {count, plural, =0 {0 members} one {member} other {members}} of {total} au total", + "filtered_user_list.countTotalPage": "{startCount, number} - {endCount, number} {count, plural, =0 {0 members} one {member} other {members}} of {total} au total", + "filtered_user_list.member": "Membre", + "filtered_user_list.next": "Suivant", + "filtered_user_list.prev": "Précédent", + "filtered_user_list.search": "Rechercher des utilisateurs", + "filtered_user_list.searchButton": "Rechercher", + "filtered_user_list.show": "Filtre :", + "filtered_user_list.team_only": "Membre de l’équipe", + "find_team.email": "Adresse e-mail", + "find_team.findDescription": "Un e-mail a été envoyé avec les liens vers les équipes dont vous êtes membre.", + "find_team.findTitle": "Trouvez votre équipe", + "find_team.getLinks": "Obtenez par e-mail des liens vers les équipes dont vous êtes membre.", + "find_team.placeholder": "vous@domaine.com", + "find_team.send": "Envoyer", + "find_team.submitError": "Veuillez spécifier une adresse e-mail valide", + "flag_post.flag": "Marquez le message d'un indicateur pour le suivi", + "flag_post.unflag": "Supprimer l'indicateur", + "general_tab.chooseDescription": "Veuillez choisir une nouvelle description pour votre équipe", + "general_tab.codeDesc": "Veuillez cliquer sur 'Modifier' pour réinitialiser le code d'invitation", + "general_tab.codeLongDesc": "Le code d'invitation est utilisé dans l'URL du lien d'invitation à l'équipe. Ce lien est créé par {getTeamInviteLink} depuis le menu principal. Regénérer un nouveau lien d'invitation invalidera les invitations déjà envoyées.", + "general_tab.codeTitle": "Code d'invitation", + "general_tab.emptyDescription": "Veuillez cliquer sur 'Modifier' pour ajouter une description d'équipe.", + "general_tab.getTeamInviteLink": "Créer un lien d'invitation", + "general_tab.includeDirDesc": "Inclure cette équipe affichera le nom de l'équipe dans l'annuaire sur la page d'accueil, ainsi qu'un lien pour rejoindre cette équipe.", + "general_tab.no": "Non", + "general_tab.openInviteDesc": "Lorsque autorisé, un lien vers cette équipe sera inclus sur la page d'accueil permettant à quiconque avec un compte de rejoindre cette équipe.", + "general_tab.openInviteTitle": "Permettre à n'importe quel utilisateur disposant d'un compte de rejoindre cette équipe", + "general_tab.regenerate": "Générer de nouveau", + "general_tab.required": "Ce champ est obligatoire", + "general_tab.teamDescription": "Description d'équipe", + "general_tab.teamDescriptionInfo": "La description d'équipe fournit des informations supplémentaires pour aider les utilisateurs à choisir la bonne équipe. Maximum de 50 caractères.", + "general_tab.teamName": "Nom de l'équipe", + "general_tab.teamNameInfo": "Choisissez le nom de l'équipe tel qu'il apparait sur les pages de connexion et en haut de la barre latérale.", + "general_tab.title": "Paramètres généraux", + "general_tab.yes": "Oui", + "get_app.alreadyHaveIt": "Vous l'avez déjà ?", + "get_app.androidAppName": "Mattermost pour Android", + "get_app.androidHeader": "Mattermost fonctionne mieux si vous utilisez notre application Android", + "get_app.continue": "continuer", + "get_app.continueWithBrowser": "Ou {link}", + "get_app.continueWithBrowserLink": "continuer avec le navigateur", + "get_app.iosHeader": "Mattermost fonctionne mieux si vous utilisez notre application iPhone", + "get_app.mattermostInc": "Mattermost, Inc", + "get_app.openMattermost": "Ouvrir Mattermost", + "get_link.clipboard": " Lien copié", + "get_link.close": "Fermer", + "get_link.copy": "Copier l'URL", + "get_post_link_modal.help": "Le lien ci-dessous permet aux utilisateurs de voir votre message.", + "get_post_link_modal.title": "Copier le lien permanent", + "get_public_link_modal.help": "Le lien ci-dessous permet à quiconque de voir ce fichier, sans être inscrit sur ce serveur.", + "get_public_link_modal.title": "Obtenir le lien public", + "get_team_invite_link_modal.help": "Envoyez à vos collègues le lien ci-dessous pour leur permettre de s'inscrire à votre équipe. Le lien d'invitation peut être partagé par plusieurs personnes et ne change pas tant qu'il n'a pas été regénéré dans les paramètres de l'équipe par un responsable d'équipe.", + "get_team_invite_link_modal.helpDisabled": "La création d'utilisateurs est désactivée pour votre équipe. Veuillez contacter votre administrateur système.", + "get_team_invite_link_modal.title": "Lien d'invitation à l'équipe", + "help.attaching.downloading": "#### Téléchargement de fichiers\nTéléchargez un fichier joint en cliquant sur l'icône de téléchargement à côté de la miniature de fichier ou en ouvrant l'aperçu du fichier et en cliquant sur **Télécharger**.", + "help.attaching.dragdrop": "#### Glisser-déposer\nEnvoyez un fichier ou une sélection de fichiers en glissant les fichiers de votre ordinateur vers la barre latérale à droite ou dans le panneau central. Glisser-déposer un fichier l'attache à la zone de saisie. Vous pouvez alors optionnellement tapper un message et appuyer sur **ENTREE** pour l'envoyer.", + "help.attaching.icon": "#### Icône de pièce jointe\nVous pouvez également envoyer des fichiers en cliquant sur l'icône grise représentant une trombone dans la zone de saisie du message. Une boîte de dialogue affichant vos fichiers locaux s'ouvrira alors, vous permettant de sélectionner les fichiers que vous souhaitez envoyer. Cliquez ensuite sur **Ouvrir** pour envoyer les fichiers dans la zone de saisie. Saisissez optionnellement un message et appuyez sur **Entrée** pour envoyer.", + "help.attaching.limitations": "## Limitations De Taille De Fichier\nMattermost prend en charge un maximum de cinq fichiers joints par poste, chacun avec une taille maximale de 50Mo.", + "help.attaching.methods": "## Méthodes d'envoi de pièces jointes\nEnvoyez un fichier joint en effectuant un glisser-déposer ou en cliquant sur l'icône de pièce jointe dans la zone de saisie du message.", + "help.attaching.notSupported": "L'aperçu de document (Word, Excel, PPT) n'est pas encore pris en charge.", + "help.attaching.pasting": "#### Coller des images\nAvec les navigateurs Chrome et Edge, il est également possible d'envoyer des fichiers en les collant à partir du presse-papier. Cette fonctionnalité n'est pas encore implémentée dans les autres navigateurs.", + "help.attaching.previewer": "## Aperçu de fichiers\nMattermost dispose d'une fonctionnalité de prévisualisation de fichiers qui est utilisée pour visionner les média, télécharger des fichiers et partager des liens publics. Cliquez sur la miniature du fichier attaché pour l'ouvrir dans l'aperçu de fichier.", + "help.attaching.publicLinks": "#### Partager des liens publics\nLes liens publics vous permettent de partager des fichiers joints avec des personnes situées à l'extérieur de votre équipe Mattermost. Ouvrez l'aperçu de fichier en cliquant sur la miniature d'un fichier joint, et cliquez sur **Obtenir le lien public**. Ceci va ouvrir une boîte de dialogue avec un lien à copier. Lorsque le lien est partagé et est ouvert par un autre utilisateur, le fichier se télécharge automatiquement.", + "help.attaching.publicLinks2": "Si **Obtenir le lien public** n'est pas visible dans l'aperçu de fichier et que vous préférez avoir cette fonctionnalité active, vous pouvez demander à ce que votre administrateur système active cette fonctionnalité à partir de la Console Système dans **Sécurité** > **Liens publics**.", + "help.attaching.supported": "#### Types de média supportés\nSi vous essayez de prévisualiser un type de média qui n'est pas supporté, l'aperçu de fichier va représenter le fichier joint sous forme d'une icône standard. Les formats de fichier supportés dépendent fortement de votre navigateur et de votre système d'exploitation, mais les formats de fichier suivants sont supportés par Mattermost sur la plupart des navigateurs :", + "help.attaching.supportedList": "- Images: BMP, GIF, JPG, JPEG, PNG\n- Video: MP4\n- Audio: MP3, M4A\n- Documents: PDF", + "help.attaching.title": "# Joindre des fichiers\n_____", + "help.commands.builtin": "## Commandes intégrées\nLes commandes slash suivantes sont disponibles sur toutes les installations de Mattermost :", + "help.commands.builtin2": "Commencez par taper `/` et une liste de commandes slash vont apparaître au-dessus de la zone de saisie. Les suggestions de saisie semi-automatique vous aident en fournissant un exemple de format en noir et une courte description de la commande slash en gris.", + "help.commands.custom": "## Commandes personnalisées\nLes commandes slash personnalisées s'intègrent avec les applications tierces. Par exemple, une équipe pourrait configurer une commande slash pour vérifier les fichiers internes de santé d'un patient avec `/patient joe smith`ou vérifier les prévisions hebdomadaires du temps pour une ville spécifiée avec `/weather toronto week`. Demandez à votre administrateur système ou ouvrez la liste de suggestions de commandes en tapant `/` pour savoir si votre équipe a configuré des commandes slash personnalisées.", + "help.commands.custom2": "Les commandes slash personnalisées sont désactivées par défaut et peuvent être activées par l'administrateur système dans la **Console Système** > **Intégrations** > **Webhooks et commandes**. Apprenez à configurer des commandes personnalisées sur la [page de documentation de développement de commandes slash](http://docs.mattermost.com/developer/slash-commands.html).", + "help.commands.intro": "Les commandes slash effectuent des opérations dans Mattermost en tapant dans la zone de saisie de texte. Saisissez `/` suivi d'une commande et de quelques arguments pour effectuer une action.\n\nLes commandes slash intégrées dans toutes les installations de Mattermost et les commandes slash personnalisées sont configurables pour interagir avec des applications tierces. Apprenez à configurer des commandes personnalisées sur la [page de documentation de développement de commandes slash](http://docs.mattermost.com/developer/slash-commands.html).", + "help.commands.title": "# Exécuter des commandes\n", + "help.composing.deleting": "## Suppression d'un message\nSupprimez un message en cliquant sur l'icône **[...]** située à côté de chaque message que vous avez saisi, puis cliquez sur **Supprimer**. Les administrateurs système et d'équipe peuvent supprimer n'importe quel message du système ou de l'équipe.", + "help.composing.editing": "## Edition d'un message\nEditez un message en cliquant sur l'icône **[...]** située à côté de chaque message que vous avez saisi, puis cliquez sur **Editer**. Après avoir effectué des modifications au message, appuyez sur **ENTREE** pour sauvegarder les modifications. Les éditions de messages ne déclenchent pas de nouvelles notifications de @mention, ni de notifications sur le bureau ni de sons de notifications.", + "help.composing.linking": "## Lien vers un message\nLa fonctionnalité de lien permanent permet de créer un lien vers n'importe quel message. Partager ce lien avec d'autres utilisateurs du canal permet à ces utilisateurs du canal de voir le message lié dans les Messages Archivés. Les utilisateurs qui ne sont pas membres du canal à partir duquel le message a été envoyé ne peuvent pas voir le lien permanent. Obtenez le lien vers un message en cliquant sur l'icône **[...]** située à côté de chaque message, > **Lien permanent** > **Copier le lien**.", + "help.composing.posting": "## Envoi d'un message\nÉcrivez un message en tapant dans la zone de saisie de texte, puis appuyez sur ENTREE pour l'envoyer. Utilisez la combinaison MAJ + ENTREE pour insérer une nouvelle ligne sans envoyer le message. Pour envoyer des messages en utilisant sur CTRL + ENTREE, allez dans **Menu principal > Paramètres du compte > Envoi de messages avec CTRL + ENTREE**.", + "help.composing.posts": "#### Envois\nLes envois sont souvent considérés comme des messages parents. Ce sont les messages qui commencent souvent un fil de réponses. Les envois sont composés et envoyés à partir de la zone de saisie de texte en bas du panneau central.", + "help.composing.replies": "#### Réponses\nRépondez à un message en cliquant sur l'icône de réponse à côté de n'importe quel message de texte. Cette action ouvre la barre latérale de droite où vous pouvez voir le fil de messages, puis composer et envoyer votre réponse. Les réponses sont décalées légèrement dans le panneau central pour indiquer qu'elles sont les messages enfants d'un message parent.\n\nLorsque vous composez une réponse dans la barre latérale de droite, cliquez sur l'icône agrandir/réduire avec deux flèches, au-dessus de la barre latérale, de façon à rendre la vue plus facile à lire.", + "help.composing.title": "# Envoi de messages\n_____", + "help.composing.types": "## Types de message\nRépondez aux envois pour conserver les conversations organisées en fil de messages.", + "help.formatting.checklist": "Faire une liste de tâches en incluant des crochets :", + "help.formatting.checklistExample": "- [ ] Element un\n- [ ] Element deux\n- [x] Element terminé", + "help.formatting.code": "## Bloc de code\n\nCréez un bloc de code en décalant chaque ligne par quatre espaces, ou en utilisant ``` sur la ligne du dessus et celle du dessous de votre code.", + "help.formatting.codeBlock": "Bloc de code", + "help.formatting.emojiExample": ":smile: :+1: :sheep:", + "help.formatting.emojis": "## Emoticônes\n\nOuvrez les suggestions d'émoticônes en tapant `:`. Une liste complète d'émoticônes peut être trouvée [ici](http://www.emoji-cheat-sheet.com/). Il est également possible de créer votre propre [émoticône personnalisée](http://docs.mattermost.com/help/settings/custom-emoji.html) si l'émoticône que vous souvaitez utiliser n'existe pas.", + "help.formatting.example": "Exemple :", + "help.formatting.githubTheme": "**Thèmes GitHub**", + "help.formatting.headings": "## Titres\n\nCréez un titre en ajoutant # et un espace avant votre titre. Pour des titres de plus bas niveau, ajoutez plus de #.", + "help.formatting.headings2": "Alternativement, vous pouvez souligner le texte à l'aide de `===` ou `---` pour créer des entêtes.", + "help.formatting.headings2Example": "Grand en tête\n-------------", + "help.formatting.headingsExample": "## Grand en tête\n### Plus petit en tête\n#### Encore plus petit en tête", + "help.formatting.images": "## Images intégrées au message\n\nCréez des images intégrées au message en utilisant `!`suivi par le texte alternatif placé entre crochets et le lien placé entre parenthèses. Pour ajouter un texte apparaissant au survol de la souris, placez-le entre guillemets après le lien.", + "help.formatting.imagesExample": "![texte alternatif](lien \"texte apparaissant au survol de la souris\")\n\net\n\n[![Statut de compilation](https://travis-ci.org/mattermost/platform.svg?branch=master)](https://travis-ci.org/mattermost/platform) [![Github](https://assets-cdn.github.com/favicon.ico)](https://github.com/mattermost/platform)", + "help.formatting.inline": "## Code intégré au message\n\nCréez un message formaté en police monospace en l'entourant d'apostrophes inversées.", + "help.formatting.intro": "Le Markdown rend plus simple la mise en forme des messages. Écrivez normalement votre message et utilisez ces règles pour créer une mise en forme spéciale.", + "help.formatting.lines": "## Lignes\n\nCréez une ligne à l'aide de `*`, `_`, ou `-`.", + "help.formatting.linkEx": "[Découvrez Mattermost!](https://about.mattermost.com/)", + "help.formatting.links": "## Liens\n\nCréer des liens étiquetés en mettant le texte désiré entre crochets et le lien associé entre parenthèses.", + "help.formatting.listExample": "* élément un\n* élément deux\n * sous-point élément deux", + "help.formatting.lists": "## Les listes\n\nCréer une liste en utilisant `*` ou `-` comme points. Retirez un point en ajoutant deux espaces en face de celui-ci.", + "help.formatting.monokaiTheme": "**Thème Monokai**", + "help.formatting.ordered": "Faire une liste ordonnée en utilisant des nombres à la place :", + "help.formatting.orderedExample": "1. Element un\n2. Element deux", + "help.formatting.quotes": "## Bloc de citations\n\nCréez des blocs de citation en utilisant `>`.", + "help.formatting.quotesExample": "`> bloc de citations` est rendu comme tel :", + "help.formatting.quotesRender": "> bloc de citations", + "help.formatting.renders": "Rendu sous la forme :", + "help.formatting.solirizedDarkTheme": "**Thème Solarized Dark**", + "help.formatting.solirizedLightTheme": "**Thème Solarized Light**", + "help.formatting.style": "## Style de texte\n\nVous pouvez utiliser `_` ou `*` autour d'un mot pour le mettre en italique. Utilisez deux de ces caractères consécutivement pour le mettre en gras.\n\n* `_italique_` est rendu _italique_\n* `**gras**` est rendu **gras**\n* `**_gras-italique_**` est rendu **_gras-italiques_**\n* `~~barré~~` est rendu ~~barré~~", + "help.formatting.supportedSyntax": "Langues prises en charge sont:\n`as`, `applescript`, `osascript`, `scpt`, `bash`, `sh`, `zsh`, `clj`, `boot`, `cl2`, `cljc`, `cljs`, `cljs.hl`, `cljscm`, `cljx`, `hic`, `coffee`, `_coffee`, `cake`, `cjsx`, `cson`, `iced`, `cpp`, `c`, `cc`, `h`, `c++`, `h++`, `hpp`, `cs`, `csharp`, `css`, `d`, `di`, `dart`, `delphi`, `dpr`, `dfm`, `pas`, `pascal`, `freepascal`, `lazarus`, `lpr`, `lfm`, `diff`, `django`, `jinja`, `dockerfile`, `docker`, `erl`, `f90`, `f95`, `fsharp`, `fs`, `gcode`, `nc`, `go`, `groovy`, `handlebars`, `hbs`, `html.hbs`, `html.handlebars`, `hs`, `hx`, `java`, `jsp`, `js`, `jsx`, `json`, `jl`, `kt`, `ktm`, `kts`, `less`, `lisp`, `lua`, `mk`, `mak`, `md`, `mkdown`, `mkd`, `matlab`, `m`, `mm`, `objc`, `obj-c`, `ml`, `perl`, `pl`, `php`, `php3`, `php4`, `php5`, `php6`, `ps`, `ps1`, `pp`, `py`, `gyp`, `r`, `ruby`, `rb`, `gemspec`, `podspec`, `thor`, `irb`, `rs`, `scala`, `scm`, `sld`, `scss`, `st`, `sql`, `swift`, `tex`, `vbnet`, `vb`, `bas`, `vbs`, `v`, `veo`, `xml`, `html`, `xhtml`, `rss`, `atom`, `xsl`, `plist`, `yaml`", + "help.formatting.syntax": "### Coloration syntaxique\n\nPour ajouter la coloration syntaxique, tapez le nom du langage à colorier après ``` au début du bloc de code. Mattermost fournit également quatre thèmes de code différents (GitHub, Solarized Dark, Solarized Light, Monokai) qui peuvent être définis dans **Paramètres du compte** > **Affichage** > **Thème** > **Thème personnalisé** > **Styles du canal central**", + "help.formatting.syntaxEx": " package main\n import \"fmt\"\n func main() {\n fmt.Println(\"Hello, 世界\")\n }", + "help.formatting.tableExample": "| Aligné à gauche | Centré | Aligné à droite |\n| :------------ |:---------------:| -----:|\n| Colonne de gauche 1 | ce texte | $100 |\n| Colonne de gauche 2 | est | 10 $|\n| Colonne de gauche 3 | centré | $1 |", + "help.formatting.tables": "## Tableaux\n\nCréez un tableau en plaçant une ligne en pointillés sous la ligne d'entête et en séparant les colonnes par une barre verticale `|`. (Les colonnes ne doivent pas nécessairement s'aligner correctement pour que ça fonctionne). Choisissez comment aligner les colonnes du tableau en utilisant deux-points `:` dans la ligne d'entête.", + "help.formatting.title": "# Mise en forme du texte\n", + "help.learnMore": "En savoir plus sur :", + "help.link.attaching": "Joindre des fichiers", + "help.link.commands": "Exécuter des commandes", + "help.link.composing": "Composition de messages et réponses", + "help.link.formatting": "Utiliser Markdown pour la mise en forme des messages", + "help.link.mentioning": "Mentionner les membres de l'équipe", + "help.link.messaging": "Messagerie de base", + "help.mentioning.channel": "#### @Channel\nVous pouvez mentionner tout un canal en écrivant `@channel`. Tous les membres du canal recevront une notification de mention qui se comporte de la même manière que si chacun avait été mentionné directement.", + "help.mentioning.channelExample": "@canal bon travail sur les entretiens cette semaine. Je pense que nous avons trouvé quelques excellents candidats potentiels !", + "help.mentioning.mentions": "## @Mentions\nUtiliser les @mentions pour attirer l'attention de certains membres de l'équipe.", + "help.mentioning.recent": "## Mentions récentes\nCliquez sur `@` à côté de la barre de recherche pour rechercher vos @mentions récentes et les mots qui déclenchent les mentions. Cliquez sur **Aller à** à côté d'un résultat de recherche dans la barre latérale de droite pour faire positionner le panneau central sur le canal et l'endroit du message contenant la mention.", + "help.mentioning.title": "# Mentionnant Coéquipiers\n_____", + "help.mentioning.triggers": "## Mots qui déclenchent des mentions\nEn plus d'être notifié par @nom d'utilisateur et @cannal, vous pouvez personnaliser des mots qui déclenchent des notifications de mention dans **Paramètres du compte** > **Notifications** > **Mots qui déclenchent des mentions**. Par défaut, vous recevrez des notifications de mention sur base de votre prénom, mais vous pouvez ajouter davantage de mots en les tapant, séparés par des virgules, dans la zone de saisie. Ceci est utile si vous souhaitez être notifiés de tous les messages qui concernent certains sujets, par exemple, “interviewing” ou “marketing”.", + "help.mentioning.username": "#### @Nom d'utilisateur\nVous pouvez mentionner un coéquipier en utilisant le symbole `@` suivi de son nom d'utilisateur pour lui envoyer une notification de mention.\n\nTapez `@` pour afficher une liste des membres de l'équipe qui peuvent être mentionnés. Pour filtrer la liste, tapez les premières lettres de n'importe quel nom d'utilisateur, prénom, nom de famille, ou surnom. Les flèches du clavier **Haut** et **Bas** peuvent être utilisées pour faire défiler les différentes entrées dans la liste; la touche **Entrée** une fois appuyée sélectionnera l'utilisateur à mentionner. Une fois sélectionné, le nom d'utilisateur va automatiquement remplacer le nom et prénom ou le surnom.\nL'exemple suivant envoie une notification spéciale de mention à **alice** qui l'alerte du canal et du message dans laquelle elle a été citée. Si **alice** est absente de Mattermost et qu'elle a activé les [notifications par e-mail](http://docs.mattermost.com/help/getting-started/configuring-notifications.html#email-notifications), alors elle recevra une alerte par e-mail de sa mention accompagnée du message texte concerné par cette mention.", + "help.mentioning.usernameCont": "Si l'utilisateur que vous avez mentionné n'appartient pas au canal, un message système sera envoyé pour vous le faire savoir. Il s'agit d'un message temporaire seulement visible par la personne qui l'a déclenché. Pour ajouter la personne mentionnée au canal, rendez-vous dans le menu déroulant en-dessous du nom du canal et sélectionnez **Ajouter Membres**.", + "help.mentioning.usernameExample": "@alice comment s'est déroulé votre entretien avec le nouveau candidat ?", + "help.messaging.attach": "**Ajoutez des fichiers** en les glissant-déposant dans Mattermost ou en cliquant sur l'icône de pièce jointe dans la barre de composition des messages.", + "help.messaging.emoji": "**Ajoutez rapidement des émoticônes** en tapant \":\", ce qui ouvrira une liste de suggestions d'émoticônes. Si l'émoticône existante ne couvre pas ce que vous souhaitez exprimer, vous pouvez également créer [votre propre émoticône](http://docs.mattermost.com/help/settings/custom-emoji.html).", + "help.messaging.format": "**Formatez vos messages** en utilisant Markdown qui supporte les styles de texte, titres, émoticônes, blocs de code, blocs de citation, tableaux, listes et images intégrées au texte.", + "help.messaging.notify": "**Avertissez vos coéquipiers** lorsque nécessaire en tapant `@nom d'utilisateur`.", + "help.messaging.reply": "**Répondez aux messages** en cliquant sur la flèche de réponse à côté du texte du message.", + "help.messaging.title": "# Messagerie de base\n_____", + "help.messaging.write": "**Ecrivez des messages** en utilisant la zone de saisie en bas de l'interface de Mattermost. Appuyez sur ENTREE pour envoyer un message. Utilisez MAJ + ENTREE pour effectuer un retour à la ligne sans envoyer le message.", + "installed_command.header": "Commandes Slash", + "installed_commands.add": "Ajout de la commande Slash", + "installed_commands.delete.confirm": "Cette action supprime définitivement la commande slash et casse toutes les intégrations qui l'utilisent. Voulez-vous vraiment la supprimer ?", + "installed_commands.empty": "Pas de commande trouvée", + "installed_commands.header": "Commande Slash", + "installed_commands.help": "Créez des commandes slash pour les intégrations externes. Vous pouvez consulter la documentation {link}.", + "installed_commands.helpLink": "documentation", + "installed_commands.search": "Rechercher les commandes slash", + "installed_commands.unnamed_command": "Commande slash sans nom", + "installed_incoming_webhooks.add": "Ajouter des Webhooks entrants", + "installed_incoming_webhooks.delete.confirm": "Cette action supprime définitivement le webhook entrant et casse toutes les intégrations qui l'utilisent. Voulez-vous vraiment le supprimer ?", + "installed_incoming_webhooks.empty": "Aucun webhooks entrants trouvés", + "installed_incoming_webhooks.header": "Webhooks entrants", + "installed_incoming_webhooks.help": "Créer des webhooks entrants pour vos intégrations externes. Vous pouvez consulter la documentation {link}.", + "installed_incoming_webhooks.helpLink": "documentation", + "installed_incoming_webhooks.search": "Rechercher les webhooks entrants", + "installed_incoming_webhooks.unknown_channel": "Webhook privé", + "installed_integrations.callback_urls": "URLs de callback : {urls}", + "installed_integrations.client_id": "ID Client : {clientId}", + "installed_integrations.client_secret": "Secret client : {clientSecret}", + "installed_integrations.content_type": "Content-Type: {contentType}", + "installed_integrations.creation": "Créé par {creator} le {createAt, date, full}", + "installed_integrations.delete": "Supprimer", + "installed_integrations.edit": "Modifier", + "installed_integrations.hideSecret": "Cacher le secret", + "installed_integrations.regenSecret": "Générer une nouvelle clé secrète", + "installed_integrations.regenToken": "Re-générer le jeton", + "installed_integrations.showSecret": "Afficher le secret", + "installed_integrations.token": "Token : {token}", + "installed_integrations.triggerWhen": "Déclencher quand : {triggerWhen}", + "installed_integrations.triggerWords": "Mots de déclenchement : {triggerWords}", + "installed_integrations.unnamed_oauth_app": "Application OAuth 2.0 sans nom", + "installed_integrations.url": "URL : {url}", + "installed_oauth_apps.add": "Ajouter une application OAuth 2.0", + "installed_oauth_apps.callbackUrls": "URLs de callback (une par ligne)", + "installed_oauth_apps.cancel": "Annuler", + "installed_oauth_apps.delete.confirm": "Cette action supprime définitivement l'application OAuth 2.0 et casse toutes les intégrations qui l'utilisent. Voulez-vous vraiment le supprimer ?", + "installed_oauth_apps.description": "Description", + "installed_oauth_apps.empty": "Pas d'applications OAuth 2.0 trouvées", + "installed_oauth_apps.header": "Applications OAuth 2.0", + "installed_oauth_apps.help": "Créez des applications OAuth 2.0 pour intégrer vos robots et applications tierces de façon sécurisée avec Mattermost. Veuillez vous référer à {link} pour en apprendre davantage.", + "installed_oauth_apps.helpLink": "Documentation", + "installed_oauth_apps.homepage": "Page d'accueil", + "installed_oauth_apps.iconUrl": "URL de l'icône", + "installed_oauth_apps.is_trusted": "De confiance : {isTrusted}", + "installed_oauth_apps.name": "Nom d'affichage", + "installed_oauth_apps.save": "Enregistrer", + "installed_oauth_apps.search": "Rechercher les applications OAuth 2.0", + "installed_oauth_apps.trusted": "De confiance", + "installed_oauth_apps.trusted.no": "Non", + "installed_oauth_apps.trusted.yes": "Oui", + "installed_outgoing_webhooks.add": "Ajouter des Webhooks sortants", + "installed_outgoing_webhooks.delete.confirm": "Cette action supprime définitivement le webhook sortant et casse toutes les intégrations qui l'utilisent. Voulez-vous vraiment le supprimer ?", + "installed_outgoing_webhooks.empty": "Aucun webhooks sortants trouvés", + "installed_outgoing_webhooks.header": "Webhooks sortants", + "installed_outgoing_webhooks.help": "Créer des webhooks sortants pour vos intégrations externes. Vous pouvez consulter la documentation {link}.", + "installed_outgoing_webhooks.helpLink": "documentation", + "installed_outgoing_webhooks.search": "Rechercher les webhooks sortants", + "installed_outgoing_webhooks.unknown_channel": "Un webhook privé", + "integrations.add": "Ajouter", + "integrations.command.description": "Les commandes Slash envoient des évènements à des intégrations extérieures", + "integrations.command.title": "Commande Slash", + "integrations.delete.confirm.button": "Supprimer", + "integrations.delete.confirm.title": "Supprimer l'intégration", + "integrations.done": "Effectué", + "integrations.edit": "Modifier", + "integrations.header": "Intégrations", + "integrations.incomingWebhook.description": "Les webhooks entrants permettent des intégrations externes afin d'envoyer des messages", + "integrations.incomingWebhook.title": "Webhooks entrants", + "integrations.oauthApps.description": "OAuth 2.0 autorise les applications externes à faire des requêtes autorisées à l'API Mattermost.", + "integrations.oauthApps.title": "Applications OAuth 2.0", + "integrations.outgoingWebhook.description": "Les webhooks sortants permettent des intégrations externes afin de recevoir et de répondre aux messages", + "integrations.outgoingWebhook.title": "Webhooks sortants", + "integrations.successful": "Installation réussie", + "intro_messages.DM": "Vous êtes au début de votre historique de messages avec {teammate}.
    Les messages privés et les fichiers partagés ici ne sont pas visibles par les autres utilisateurs.", + "intro_messages.anyMember": " Tout membre peut rejoindre et lire ce canal.", + "intro_messages.beginning": "Début de {name}", + "intro_messages.channel": "canal", + "intro_messages.creator": "Ceci est le début de {type} {name}, créé par {creator} le {date}.", + "intro_messages.default": "

    Beginning of {display_name}

    Welcome to {display_name}!

    Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.

    ", + "intro_messages.group": "Groupe privé", + "intro_messages.invite": "Inviter d'autres membres sur ce {type}", + "intro_messages.inviteOthers": "Inviter d'autres membres dans cette équipe", + "intro_messages.noCreator": "Ceci est le début de {name} {type}, créé le {date}.", + "intro_messages.offTopic": "

    Début de {display_name}

    Ceci est le début de {display_name}, un canal destiné aux conversations extra-professionnelles.

    ", + "intro_messages.onlyInvited": " Seuls les membres invités peuvent voir ce groupe privé.", + "intro_messages.purpose": " L'objectif de {type} est : {purpose}.", + "intro_messages.setHeader": "Définit l'entête", + "intro_messages.teammate": "Vous êtes au début de votre historique de messages avec cet utilisateur. Les messages privés et les fichiers partagés ici ne sont pas visibles par les autres utilisateurs.", + "invite_member.addAnother": "Ajouter un autre", + "invite_member.autoJoin": "Les membres automatiquement invités rejoignent le canal {channel}.", + "invite_member.cancel": "Annuler", + "invite_member.content": "Les e-mails sont désactivés pour votre équipe et ne peuvent pas être envoyés. Contactez votre administrateur système pour activer l'envoi d'e-mails et l'envoi d'invitations par e-mail.", + "invite_member.disabled": "La création d'utilisateurs est désactivée pour votre équipe. Veuillez contacter votre administrateur système.", + "invite_member.emailError": "Veuillez saisir une adresse e-mail valide", + "invite_member.firstname": "Prénom", + "invite_member.inviteLink": "Lien d'invitation à l'équipe", + "invite_member.lastname": "Nom de famille", + "invite_member.modalButton": "Oui, abandonner", + "invite_member.modalMessage": "Vous avez des invitations qui n'ont pas encore été envoyées, êtes vous sûr de vouloir abandonner ?", + "invite_member.modalTitle": "Abandonner les invitations ?", + "invite_member.newMember": "Inviter un nouveau membre", + "invite_member.send": "Ajouter une invitation", + "invite_member.send2": "Ajouter une invitation", + "invite_member.sending": " Envoi en cours", + "invite_member.teamInviteLink": "Vous pouvez également inviter des membres en utilisant le {link}.", + "ldap_signup.find": "Trouver mes équipes", + "ldap_signup.ldap": "Créer une nouvelle équipe avec un compte LDAP", + "ldap_signup.length_error": "Le nom doit contenir de 3 à 15 caractères", + "ldap_signup.teamName": "Entrez le nom de votre nouvelle équipe", + "ldap_signup.team_error": "Veuillez saisir le nom de votre équipe", + "leave_team_modal.desc": "Vous serez retiré de toutes les chaînes publiques et privées. Si l'équipe est privé, vous ne serez pas en mesure de rejoindre l'équipe. Êtes-vous sûr?", + "leave_team_modal.no": "Non", + "leave_team_modal.title": "Quitter l'équipe ?", + "leave_team_modal.yes": "Oui", + "loading_screen.loading": "Chargement", + "login.changed": " Méthode de connexion changée", + "login.create": "Créer maintenant", + "login.createTeam": "Créer une nouvelle équipe", + "login.createTeamAdminOnly": "Cette option n'est disponible que pour les administrateurs système, et ne s'affiche pas pour les autres utilisateurs.", + "login.email": "Adresse e-mail", + "login.find": "Trouver vos autres équipes", + "login.forgot": "Mot de passe perdu", + "login.gitlab": "GitLab", + "login.google": "Google Apps", + "login.invalidPassword": "Votre mot de passe est incorrect.", + "login.ldapUsername": "Nom d’utilisateur LDAP", + "login.ldapUsernameLower": "Nom d’utilisateur LDAP", + "login.noAccount": "Pas de compte utilisateur ? ", + "login.noEmail": "Veuillez saisir votre adresse e-mail.", + "login.noEmailLdapUsername": "Veuillez saisir votre adresse e-mail ou {ldapUsername}", + "login.noEmailUsername": "Veuillez saisir votre adresse e-mail ou votre nom d'utilisateur", + "login.noEmailUsernameLdapUsername": "Veuillez spécifier votre adresse e-mail, votre nom d'utilisateur ou {ldapUsername}", + "login.noLdapUsername": "Veuillez saisir votre {ldapUsername}", + "login.noMethods": "Aucune méthode configurée pour s'inscrive, veuillez contacter votre administrateur système.", + "login.noPassword": "Veuillez saisir votre mot de passe", + "login.noUsername": "Veuillez spécifier votre nom d'utilisateur", + "login.noUsernameLdapUsername": "Veuillez saisir votre nom d'utilisateur ou {ldapUsername}", + "login.office365": "Office 365", + "login.on": "activé {siteName}", + "login.or": "ou", + "login.password": "Mot de passe", + "login.passwordChanged": " Mot de passe mis a jour avec succès", + "login.session_expired": " Votre session a expiré. Merci de vous reconnecter.", + "login.signIn": "Connexion", + "login.signInLoading": "Authentification en cours...", + "login.signInWith": "Se connecter avec:", + "login.userNotFound": "Nous ne trouvons aucun compte correspondants a vos identifiants de connexions.", + "login.username": "Nom d'utilisateur", + "login.verified": " Adresse e-mail vérifiée", + "login_mfa.enterToken": "Pour terminer le processus de connexion, veuillez spécifier le jeton apparaissant dans l'application d'authentification de votre smartphone.", + "login_mfa.submit": "Envoyer", + "login_mfa.token": "MFA Token", + "login_mfa.tokenReq": "Veuillez spécifier un jeton d'authentification multi-facteurs (MFA)", + "member_item.makeAdmin": "Passer Administrateur", + "member_item.member": "Membre", + "member_list.noUsersAdd": "Aucun utilisateur à ajouter.", + "members_popover.manageMembers": "Gérer les membres", + "members_popover.msg": "Envoyer un message", + "members_popover.title": "Membres", + "members_popover.viewMembers": "Voir les membres", + "mfa.confirm.complete": "Installation terminée !", + "mfa.confirm.okay": "OK", + "mfa.confirm.secure": "Votre compte est maintenant sécurisé. La prochaine fois que vous vous connectez, vous serez invité à spécifier un code à partir de l'application Google Authenticator sur votre téléphone.", + "mfa.setup.badCode": "Code non valide. Si ce problème persiste, contactez votre Administrateur Système.", + "mfa.setup.code": "Code MFA", + "mfa.setup.codeError": "Veuillez saisir le code de Google Authenticator.", + "mfa.setup.required": "L'authentification multi-facteurs est requise sur {siteName}.", + "mfa.setup.save": "Enregistrer", + "mfa.setup.secret": "Clé secrète : {secret}", + "mfa.setup.step1": "Etape 1 : Sur votre téléphone,, télécharger l'application Google Authenticator d'iTunes ou du Google Play", + "mfa.setup.step2": "Etape 2 : Utilisez Google Authenticator pour scanner ce code QR, ou tapez manuellement la clé secrète", + "mfa.setup.step3": "Etape 3 : Entrez le code généré par Google Authenticator", + "mfa.setupTitle": "Configuration de l'authentification multi-facteurs", + "mobile.account.notifications.email.footer": "When offline or away for more than five minutes", + "mobile.account_notifications.mentions_footer": "Your username (\"@{username}\") will always trigger mentions.", + "mobile.account_notifications.non-case_sensitive_words": "Other non-case sensitive words...", + "mobile.account_notifications.reply.header": "Send reply notifications for", + "mobile.account_notifications.threads_mentions": "Mentions in threads", + "mobile.account_notifications.threads_start": "Threads that I start", + "mobile.account_notifications.threads_start_participate": "Threads that I start or participate in", + "mobile.channel_info.alertMessageDeleteChannel": "Are you sure you want to delete the {term} with {name}?", + "mobile.channel_info.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_info.alertNo": "Non", + "mobile.channel_info.alertTitleDeleteChannel": "Supprimer {term}", + "mobile.channel_info.alertTitleLeaveChannel": "Quitter {term}", + "mobile.channel_info.alertYes": "Oui", + "mobile.channel_info.privateChannel": "Private Channel", + "mobile.channel_info.publicChannel": "Canaux publics", + "mobile.channel_list.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_list.alertNo": "Non", + "mobile.channel_list.alertTitleLeaveChannel": "Quitter {term}", + "mobile.channel_list.alertYes": "Oui", + "mobile.channel_list.closeDM": "Close Direct Message", + "mobile.channel_list.closeGM": "Close Group Message", + "mobile.channel_list.dm": "Message privé", + "mobile.channel_list.gm": "Group Message", + "mobile.channel_list.open": "Open {term}", + "mobile.channel_list.openDM": "Open Direct Message", + "mobile.channel_list.openGM": "Open Group Message", + "mobile.channel_list.privateChannel": "Private Channel", + "mobile.channel_list.publicChannel": "Canaux publics", + "mobile.components.channels_list_view.yourChannels": "Vos canaux :", + "mobile.components.error_list.dismiss_all": "Dismiss All", + "mobile.components.select_server_view.continue": "continuer", + "mobile.components.select_server_view.enterServerUrl": "Spécifiez l'URL du serveur", + "mobile.components.select_server_view.proceed": "Continuer", + "mobile.components.select_server_view.siteUrlPlaceholder": "https://mattermost.example.com", + "mobile.create_channel": "Create", + "mobile.create_channel.private": "New Private Group", + "mobile.create_channel.public": "Canaux publics", + "mobile.edit_post.title": "Editing Message", + "mobile.file_upload.camera": "Take Photo or Video", + "mobile.file_upload.library": "Photo Library", + "mobile.file_upload.more": "Plus…", + "mobile.loading_channels": "Loading Channels...", + "mobile.loading_members": "Loading Members...", + "mobile.loading_posts": "Loading Messages...", + "mobile.login_options.choose_title": "Choose your login method", + "mobile.post.cancel": "Annuler", + "mobile.post.delete_question": "Voulez-vous vraiment supprimer ce {term} ?", + "mobile.post.delete_title": "Delete Post", + "mobile.request.invalid_response": "Received invalid response from the server.", + "mobile.routes.channelInfo": "Info", + "mobile.routes.channelInfo.createdBy": "Created by {creator} on ", + "mobile.routes.channelInfo.delete_channel": "Supprimer le canal...", + "mobile.routes.channelInfo.favorite": "Favoris", + "mobile.routes.channel_members.action": "Supprimer un membre", + "mobile.routes.channel_members.action_message": "You must select at least one member to remove from the channel.", + "mobile.routes.channel_members.action_message_confirm": "Are you sure you want to remove the selected members from the channel?", + "mobile.routes.channels": "Canaux", + "mobile.routes.enterServerUrl": "Spécifiez l'URL du serveur", + "mobile.routes.login": "Se connecter", + "mobile.routes.loginOptions": "Login Chooser", + "mobile.routes.mfa": "Authentification multi-facteurs", + "mobile.routes.postsList": "Liste des messages", + "mobile.routes.saml": "Single SignOn", + "mobile.routes.selectTeam": "Choisir une équipe", + "mobile.routes.settings": "Settings", + "mobile.routes.thread": "{channelName} Thread", + "mobile.routes.thread_dm": "Direct Message Thread", + "mobile.routes.user_profile": "Profile", + "mobile.routes.user_profile.send_message": "Envoyer un message", + "mobile.server_ping_failed": "Cannot connect to the server. Please check your server URL and internet connection.", + "mobile.server_url.invalid_format": "Doit commencer par http:// ou https://", + "more_channels.close": "Fermer", + "more_channels.create": "Créer un nouveau canal", + "more_channels.createClick": "Veuillez cliquer sur \"Créer un nouveau canal\" pour en créer un nouveau", + "more_channels.join": "Rejoindre", + "more_channels.next": "Suivant", + "more_channels.noMore": "Il n'y a plus d'autre canal que vous pouvez rejoindre", + "more_channels.prev": "Précédent", + "more_channels.title": "Plus de canaux", + "more_direct_channels.close": "Fermer", + "more_direct_channels.message": "Message", + "more_direct_channels.new_convo_note": "Ceci va démarrer une nouvelle conversation. Si vous ajoutez beaucoup de personnes, veuillez envisager la création d'un groupe privé à la place.", + "more_direct_channels.new_convo_note.full": "Vous avez atteint le nombre maximum de personnes pour cette conversation. Veuillez envisager la création d'un groupe privé à la place.", + "more_direct_channels.title": "Messages privés", + "msg_typing.areTyping": "{users} et {last} sont en train d'écrire...", + "msg_typing.isTyping": "{user} est en train d'écrire...", + "msg_typing.someone": "Quelqu'un", + "multiselect.go": "Aller à", + "multiselect.instructions": "Utiliser les flèches haut/bas pour naviguer et la touche enter pour sélectionner", + "multiselect.numPeopleRemaining": "Vous pouvez encore ajouter {num, number} en plus {num, plural, =0 {people} une {person} autre {people}}. ", + "multiselect.numRemaining": "Vous pouvez encore en ajouter {num, number} en plus", + "multiselect.placeholder": "Rechercher et ajouter des membres", + "navbar.addMembers": "Ajouter Membres", + "navbar.click": "Cliquez ici", + "navbar.delete": "Supprimer le canal...", + "navbar.leave": "Quitter le canal", + "navbar.manageMembers": "Gérer les membres", + "navbar.noHeader": "Aucun entête de canal encore défini.{newline}{link} pour en ajouter un.", + "navbar.preferences": "Préférences de notifications", + "navbar.rename": "Renommer le canal...", + "navbar.setHeader": "Définir l'entête du canal...", + "navbar.setPurpose": "Définir la description du canal...", + "navbar.toggle1": "Basculer la barre latérale", + "navbar.toggle2": "Basculer la barre latérale", + "navbar.viewInfo": "Afficher Informations", + "navbar.viewPinnedPosts": "View Pinned Posts", + "navbar_dropdown.about": "À propos", + "navbar_dropdown.accountSettings": "Paramètres du compte", + "navbar_dropdown.console": "Console système", + "navbar_dropdown.create": "Créer une équipe", + "navbar_dropdown.emoji": "Emoji personnalisés", + "navbar_dropdown.help": "Aide", + "navbar_dropdown.integrations": "Intégrations", + "navbar_dropdown.inviteMember": "Inviter un membre", + "navbar_dropdown.join": "Rejoindre une autre équipe", + "navbar_dropdown.leave": "Quitter l'équipe", + "navbar_dropdown.logout": "Se déconnecter", + "navbar_dropdown.manageMembers": "Gérer les membres", + "navbar_dropdown.nativeApps": "Télécharger les apps", + "navbar_dropdown.report": "Signaler un problème", + "navbar_dropdown.switchTeam": "Basculer sur {team}", + "navbar_dropdown.switchTo": "Basculer vers ", + "navbar_dropdown.teamLink": "Créer une invitation", + "navbar_dropdown.teamSettings": "Paramètres d'équipe", + "navbar_dropdown.viewMembers": "Voir les membres", + "notification.dm": "Message privé", + "passwordRequirements": "Pré-requis du mot de passe :", + "password_form.change": "Modifier mon mot de passe", + "password_form.click": "Veuillez cliquer ici pour vous connecter.", + "password_form.enter": "Saisissez un nouveau mot de passe pour votre compte {siteName}.", + "password_form.error": "Veuillez saisir au moins {chars} caractères.", + "password_form.pwd": "Mot de passe", + "password_form.title": "Réinitialisation du mot de passe", + "password_form.update": "Votre mot de passe a été correctement mis à jour.", + "password_send.checkInbox": "Veuillez vérifier votre boîte de réception.", + "password_send.description": "Pour réinitialiser votre mot de passe, veuillez saisir l'adresse e-mail que vous avez utilisée pour vous inscrire", + "password_send.email": "Adresse e-mail", + "password_send.error": "Veuillez spécifier une adresse e-mail valide.", + "password_send.link": "Si le compte existe, une demande de réinitialisation du mot de passe sera envoyée à l'adresse e-mail :
    {email}

    ", + "password_send.reset": "Réinitialiser mon mot de passe", + "password_send.title": "Réinitialisation du mot de passe", + "pdf_preview.max_pages": "Télécharger pour lire plus de pages", + "pending_post_actions.cancel": "Annuler", + "pending_post_actions.retry": "Réessayer", + "permalink.error.access": "Ce lien correspond à un message supprimé ou appartenant à un canal auquel vous n'avez pas accès.", + "post_attachment.collapse": "Afficher moins...", + "post_attachment.more": "Afficher plus...", + "post_body.commentedOn": "A commenté le message de {name}{apostrophe} : ", + "post_body.deleted": "(message supprimé)", + "post_body.plusMore": " et {count} autres fichiers", + "post_body.plusOne": " et 1 autre fichier", + "post_delete.notPosted": "Le commentaire n'a pu être envoyé", + "post_delete.okay": "Ok", + "post_delete.someone": "Quelqu'un a supprimé le message sur lequel vous tentiez d'envoyer un commentaire.", + "post_focus_view.beginning": "Début des archives du canal", + "post_info.del": "Supprimer", + "post_info.edit": "Éditer", + "post_info.mobile.flag": "Marquer avec un indicateur", + "post_info.mobile.unflag": "Supprimer l'indicateur", + "post_info.permalink": "Lien permanent", + "post_info.pin": "Pin to channel", + "post_info.pinned": "Pinned", + "post_info.reply": "Répondre", + "post_info.system": "Système", + "post_info.unpin": "Un-pin from channel", + "post_message_view.edited": "(édité)", + "posts_view.loadMore": "Charger plus de messages", + "posts_view.newMsg": "Nouveaux messages", + "posts_view.newMsgBelow": "{count, plural, one {Nouveau message} other {Nouveaux messages}} ci-dessous", + "reaction.clickToAdd": "(cliquez pour ajouter)", + "reaction.clickToRemove": "(cliquez pour supprimer)", + "reaction.othersReacted": "{otherUsers, number} {otherUsers, plural, one {user} other {users}}", + "reaction.reacted": "{users} {reactionVerb} avec {emoji}", + "reaction.reactionVerb.user": "a réagi", + "reaction.reactionVerb.users": "a réagi", + "reaction.reactionVerb.you": "a réagi", + "reaction.reactionVerb.youAndUsers": "a réagi", + "reaction.usersAndOthersReacted": "{users} et {otherUsers, number} autre {otherUsers, plural, one {user} other {users}}", + "reaction.usersReacted": "{users} et {lastUser}", + "reaction.you": "Vous", + "removed_channel.channelName": "le canal", + "removed_channel.from": "Retiré de ", + "removed_channel.okay": "Ok", + "removed_channel.remover": "{remover} vous a retiré de {channel}", + "removed_channel.someone": "Quelqu'un", + "rename_channel.cancel": "Annuler", + "rename_channel.defaultError": " - Ne peut être changé en canal par défaut", + "rename_channel.displayName": "Nom d'affichage", + "rename_channel.displayNameHolder": "Saisissez le nom d'affichage", + "rename_channel.handleHolder": "caractères alphanumériques minuscules", + "rename_channel.lowercase": "Doit être en caractères alphanumériques minuscules", + "rename_channel.maxLength": "Ce champ doit faire moins de 22 caractères", + "rename_channel.required": "Ce champ est obligatoire", + "rename_channel.save": "Enregistrer", + "rename_channel.title": "Renommer le canal", + "rename_channel.url": "URL", + "rhs_comment.comment": "Commentaire", + "rhs_comment.del": "Supprimer", + "rhs_comment.edit": "Éditer", + "rhs_comment.mobile.flag": "Ajouter un indicateur", + "rhs_comment.mobile.unflag": "Supprimer l'indicateur", + "rhs_comment.permalink": "Lien permanent", + "rhs_header.backToCallTooltip": "Retour à l'appel", + "rhs_header.backToFlaggedTooltip": "Retourner aux messages marqués d'un indicateur", + "rhs_header.backToResultsTooltip": "Retour aux résultats", + "rhs_header.closeSidebarTooltip": "Fermer la barre latérale", + "rhs_header.closeTooltip": "Fermer la barre latérale", + "rhs_header.details": "Détails du message", + "rhs_header.expandSidebarTooltip": "Étendre la barre latérale", + "rhs_header.expandTooltip": "Réduire la barre latérale", + "rhs_header.shrinkSidebarTooltip": "Réduire la barre latérale", + "rhs_root.del": "Supprimer", + "rhs_root.direct": "Messages privés", + "rhs_root.edit": "Éditer", + "rhs_root.mobile.flag": "Ajouter un indicateur", + "rhs_root.mobile.unflag": "Supprimer l'indicateur", + "rhs_root.permalink": "Lien permanent", + "rhs_root.pin": "Pin to channel", + "rhs_root.unpin": "Un-pin from channel", + "search_bar.search": "Rechercher", + "search_bar.usage": "

    Options de recherche

    • Utilisez \"des guillemets\" pour rechercher des phrases
    • Utilisez from: pour rechercher des messages d'utilisateur spécifiques et in: pour rechercher des messages sur des canaux spécifiques
    ", + "search_header.results": "Résultats de la recherche", + "search_header.title2": "Mentions récentes", + "search_header.title3": "Messages marqués d'un indicateur", + "search_header.title4": "Pinned posts in {channelDisplayName}", + "search_item.direct": "Message privé (avec {username})", + "search_item.jump": "Aller à", + "search_results.because": "
    • Pour rechercher une partie d'un mot (ex. rechercher \"réa\" en souhaitant \"réagir\" ou \"réaction\"), ajoutez un * au terme recherché
    • En raison du nombre de résultats, les recherches sur deux lettres ou sur les mots communs tels que \"ce\", \"un\" et \"est\" n'apparaîtront pas dans les résultats de la recherche
    ", + "search_results.noResults": "Aucun résultat. Recommencer ?", + "search_results.usage": "
    • Utilisez \"des guillemets\" pour rechercher des phrases
    • Utilisez from: pour rechercher des messages d'utilisateurs spécifiques et in: pour rechercher des messages sur des canaux spécifiques
    ", + "search_results.usageFlag1": "Vous n'avez pas encore de messages marqués d'un indicateur.", + "search_results.usageFlag2": "Vous pouvez marquer un message ou un commentaire en cliquant sur ", + "search_results.usageFlag3": " l'icône à côté de l'horodateur.", + "search_results.usageFlag4": "Marquer un message est un bon moyen d'assurer le suivi. Marquer un message est personnel et ne peut être vu par les autres utilisateurs.", + "search_results.usagePin1": "There are no pinned messages yet.", + "search_results.usagePin2": "All members of this channel can pin important or useful messages.", + "search_results.usagePin3": "Pinned messages are visible to all channel members.", + "search_results.usagePin4": "To pin a message: Go to the message that you want to pin and click [...] > \"Pin to channel\".", + "setting_item_max.cancel": "Annuler", + "setting_item_max.save": "Enregistrer", + "setting_item_min.edit": "Modifier", + "setting_picture.cancel": "Annuler", + "setting_picture.help": "Télécharger une photo de profil au format JPG ou PNG, d'au moins {width} pixels de large et {height} pixels de haut.", + "setting_picture.save": "Enregistrer", + "setting_picture.select": "Sélectionner", + "setting_upload.import": "Importer", + "setting_upload.noFile": "Aucun fichier sélectionné.", + "setting_upload.select": "Parcourir", + "sidebar.channels": "Canaux", + "sidebar.createChannel": "Créer un nouveau canal", + "sidebar.createGroup": "Créer un nouveau groupe", + "sidebar.direct": "Messages privés", + "sidebar.favorite": "Favoris", + "sidebar.more": "Plus…", + "sidebar.moreElips": "Plus...", + "sidebar.otherMembers": "En dehors de l’équipe", + "sidebar.pg": "Groupes privés", + "sidebar.removeList": "Retirer de la liste", + "sidebar.tutorialScreen1": "

    Canaux

    Les canaux organisent les conversations en sujets distincts. Ils sont ouverts à tous les utilisateurs de votre équipe. Pour envoyer des messages privés, utilisez Messages privés pour une personne ou Groupes privés pour plusieurs personnes.

    ", + "sidebar.tutorialScreen2": "

    Canaux \"{townsquare}\" et \"{offtopic}\"

    Voici deux canaux publics pour commencer :

    {townsquare} est l'endroit idéal pour communiquer avec toute l'équipe. Tous les membres de votre équipe sont membres de ce canal.

    {offtopic} (est l'endroit pour se détendre et parler d'autre chose que du travail. Vous et votre équipe décidez des autres canaux à créer.

    ", + "sidebar.tutorialScreen3": "

    Créer et rejoindre des canaux

    Cliquez sur \"Plus...\" pour créer un nouveau canal ou rejoindre un canal existant.

    Vous pouvez aussi créer un nouveau canal ou un groupe privé en cliquant sur le symbole \"+\" à côté du nom du canal ou de l'entête du groupe privé.

    ", + "sidebar.unreadAbove": "Message(s) non-lu(s) ci-dessus", + "sidebar.unreadBelow": "Message(s) non-lu(s) ci-dessous", + "sidebar_header.tutorial": "

    Menu principal

    Le Menu Principal est l'endroit où vous pouvez inviter des nouveaux membres, accéder aux paramètres de votre compte et configurer les couleurs de votre thème.

    Les administrateurs d'équipe peuvent aussi accéder aux paramètres de l'équipe.

    Les administrateurs système trouveront la console système pour administrer tout le site.

    ", + "sidebar_right_menu.accountSettings": "Paramètres du compte", + "sidebar_right_menu.console": "Console système", + "sidebar_right_menu.flagged": "Messages marqués d'un indicateur", + "sidebar_right_menu.help": "Aide", + "sidebar_right_menu.inviteNew": "Inviter un membre", + "sidebar_right_menu.logout": "Se déconnecter", + "sidebar_right_menu.manageMembers": "Gérer les membres", + "sidebar_right_menu.nativeApps": "Télécharger les apps", + "sidebar_right_menu.recentMentions": "Mentions récentes", + "sidebar_right_menu.report": "Signaler un problème", + "sidebar_right_menu.teamLink": "Créer un lien d'invitation d'équipe", + "sidebar_right_menu.teamSettings": "Paramètres d'équipe", + "sidebar_right_menu.viewMembers": "Voir les membres", + "signup.email": "Adresse e-mail et mot de passe", + "signup.gitlab": "Authentification unifiée avec GitLab", + "signup.google": "Compte Google", + "signup.ldap": "Informations d'authentification AD/LDAP", + "signup.office365": "Office 365", + "signup.title": "Créer un compte avec :", + "signup_team.createTeam": "Ou créez une équipe", + "signup_team.disabled": "Aucune méthode de création d'utilisateur n'est disponible. Veuillez contacter votre administrateur système pour obtenir un accès.", + "signup_team.join_open": "Les équipes que vous pouvez rejoindre : ", + "signup_team.noTeams": "Il n'y a aucune équipe dans l'annuaire, et la création d'équipe n'est pas autorisée.", + "signup_team.no_open_teams": "Vous ne pouvez rejoindre aucune équipe. Veuillez demander une invitation à votre administrateur.", + "signup_team.no_open_teams_canCreate": "Aucune équipe disponible. Créez une nouvelle équipe ou demander une invitation à un administrateur.", + "signup_team.no_teams": "Aucune équipe n'est créée. Veuillez contacter votre administrateur.", + "signup_team.no_teams_canCreate": "Aucune équipe n'a été créée. Vous pouvez en créer une en cliquant sur \"Créer une équipe\".", + "signup_team.none": "Aucune méthode de création d'utilisateur n'est disponible. Veuillez contacter votre administrateur système pour obtenir un accès.", + "signup_team_complete.completed": "Vous avez déjà utilisé cette invitation pour vous inscrire, ou bien l'invitation a expiré.", + "signup_team_confirm.checkEmail": "Veuillez vérifier vos e-mails : {email}
    Votre e-mail contient un lien pour configurer votre équipe", + "signup_team_confirm.title": "Inscription terminée", + "signup_team_system_console": "Aller à la console système", + "signup_user_completed.choosePwd": "Choisissez votre mot de passe", + "signup_user_completed.chooseUser": "Choisissez votre nom d'utilisateur", + "signup_user_completed.create": "Créer un compte", + "signup_user_completed.emailHelp": "Une adresse e-mail est obligatoire pour s'inscrire", + "signup_user_completed.emailIs": "Votre adresse e-mail est {email}. Vous utiliserez cette adresse pour vous connecter à {siteName}.", + "signup_user_completed.expired": "Vous avez déjà utilisé cette invitation pour vous inscrire, ou bien l'invitation a expiré.", + "signup_user_completed.gitlab": "avec GitLab", + "signup_user_completed.google": "avec Google", + "signup_user_completed.haveAccount": "Vous avez déjà un compte?", + "signup_user_completed.invalid_invite": "Le lien d'invitation était invalide. Aller voir avec votre administrateur pour recevoir une invitation ", + "signup_user_completed.lets": "Créer votre compte", + "signup_user_completed.no_open_server": "Ce serveur ne permet pas d'inscriptions ouvertes. Aller voir avec votre Administrateur pour recevoir une invitation", + "signup_user_completed.none": "Aucune méthode de création d'utilisateur n'est disponible. Veuillez contacter votre administrateur système pour obtenir un accès.", + "signup_user_completed.office365": "avec Office 365", + "signup_user_completed.onSite": "activé {siteName}", + "signup_user_completed.or": "ou", + "signup_user_completed.passwordLength": "Veuillez spécifier au moins {min} caractères", + "signup_user_completed.required": "Champ obligatoire", + "signup_user_completed.reserved": "Ce nom d'utilisateur est réservé, veuillez en choisir un autre.", + "signup_user_completed.signIn": "Veuillez cliquer ici pour vous connecter.", + "signup_user_completed.userHelp": "Les noms d'utilisateurs doivent commencer par une lettre et contenir entre {min} et {max} caractères composés de chiffres, lettres minuscules et des symboles '.', '-' et '_'", + "signup_user_completed.usernameLength": "Les noms d'utilisateurs doivent commencer par une lettre et contenir entre {min} et {max} caractères composés de chiffres, lettres minuscules et des symboles '.', '-' et '_'", + "signup_user_completed.validEmail": "Veuillez spécifier une adresse e-mail valide", + "signup_user_completed.welcome": "Bienvenue sur :", + "signup_user_completed.whatis": "Quelle est votre adresse e-mail ?", + "signup_user_completed.withLdap": "Avec vos information d’identifications LDAP", + "sso_signup.find": "Trouver mes équipes", + "sso_signup.gitlab": "Créer une équipe avec un compte GitLab", + "sso_signup.google": "Créer une équipe avec un compte Google Apps", + "sso_signup.length_error": "Le nom doit contenir de 3 à 15 caractères", + "sso_signup.teamName": "Entrez le nom de votre nouvelle équipe", + "sso_signup.team_error": "Veuillez spécifier le nom de votre équipe", + "suggestion.mention.all": "Avertit tout le monde dans le canal, utilisez-le dans {townsquare} pour notifier toute l'équipe", + "suggestion.mention.channel": "Notifier tout le monde dans le canal", + "suggestion.mention.channels": "Mes canaux", + "suggestion.mention.here": "Notifier toutes les personnes connectées dans ce canal", + "suggestion.mention.members": "Membres du canal", + "suggestion.mention.morechannels": "Autres canaux", + "suggestion.mention.nonmembers": "Pas dans le canal", + "suggestion.mention.special": "Mentions spéciales", + "suggestion.search.private": "Groupes privés", + "suggestion.search.public": "Canaux publics", + "team_export_tab.download": "Télécharger", + "team_export_tab.export": "Exporter", + "team_export_tab.exportTeam": "Exporter votre équipe", + "team_export_tab.exporting": " Export...", + "team_export_tab.ready": " Prêt pour ", + "team_export_tab.unable": " Impossible d'exporter : {error}", + "team_import_tab.failure": " Échec de l'import ", + "team_import_tab.import": "Importer", + "team_import_tab.importHelpDocsLink": "documentation", + "team_import_tab.importHelpExportInstructions": "Slack > Team Settings > Import/Export Data > Export > Start Export", + "team_import_tab.importHelpExporterLink": "Slack Advanced Exporter", + "team_import_tab.importHelpLine1": "L'outil d'importation Slack vers Mattermost supporte désormais l'importation des messages des canaux publics d'équipes Slack.", + "team_import_tab.importHelpLine2": "Pour importer une équipe de Slack, allez dans {exportInstructions}. Rendez-vous sur {uploadDocsLink} pour en savoir plus.", + "team_import_tab.importHelpLine3": "Pour importer des messages avec fichiers joints, voir {slackAdvancedExporterLink} pour plus de détails.", + "team_import_tab.importSlack": "Importer depuis Slack (Beta)", + "team_import_tab.importing": " Import...", + "team_import_tab.successful": " Import réussi : ", + "team_import_tab.summary": "Afficher le récapitulatif", + "team_member_modal.close": "Fermer", + "team_member_modal.members": "Membres de {team}", + "team_members_dropdown.confirmDemoteDescription": "Si vous vous retirez le rôle d'administrateur et qu'il n'y a aucun autre administrateur désigné, vous devrez en désigner un en utilisant les outils en ligne de commande depuis un terminal sur le serveur.", + "team_members_dropdown.confirmDemoteRoleTitle": "Confirmez le retrait de votre rôle d'administrateur", + "team_members_dropdown.confirmDemotion": "Confirmer le retrait", + "team_members_dropdown.confirmDemotionCmd": "plate-forme de rôles system_admin {username}", + "team_members_dropdown.inactive": "Inactif", + "team_members_dropdown.leave_team": "Exclure de l'équipe", + "team_members_dropdown.makeActive": "Activer", + "team_members_dropdown.makeAdmin": "Rendre administrateur de l'équipe", + "team_members_dropdown.makeInactive": "Désactiver", + "team_members_dropdown.makeMember": "Assigner le rôle Membre", + "team_members_dropdown.member": "Membre", + "team_members_dropdown.systemAdmin": "Administrateur système", + "team_members_dropdown.teamAdmin": "Administrateur d'équipe", + "team_settings_modal.exportTab": "Exporter", + "team_settings_modal.generalTab": "Général", + "team_settings_modal.importTab": "Importer", + "team_settings_modal.title": "Paramètres d'équipe", + "team_sidebar.join": "Les autres équipes que vous pouvez rejoindre.", + "textbox.bold": "**gras**", + "textbox.edit": "Modifier le message", + "textbox.help": "Aide", + "textbox.inlinecode": "`code en-ligne`", + "textbox.italic": "_italique_", + "textbox.preformatted": "```pré-formaté```", + "textbox.preview": "Aperçu", + "textbox.quote": ">citation", + "textbox.strike": "barré", + "tutorial_intro.allSet": "C'est parti !", + "tutorial_intro.end": "Veuillez cliquer sur \"Suivant\" pour entrer dans {channel}. Il s'agit du premier canal que les membres voient lorsqu'ils s'inscrivent. Utilisez-le pour poster des messages que tout le monde devrait lire en premier.", + "tutorial_intro.invite": "Inviter des membres", + "tutorial_intro.mobileApps": "Installez les applications pour {link} pour un accès facile et ainsi recevoir des notifications même lorsque vous êtes en déplacement.", + "tutorial_intro.mobileAppsLinkText": "PC, Mac, iOS et Android", + "tutorial_intro.next": "Suivant", + "tutorial_intro.screenOne": "

    Bienvenue dans :

    Mattermost

    Toute la communication de votre équipe à un seul endroit, consultable instantanément et disponible partout.

    Gardez votre équipe soudée et aider-la à accomplir les tâches qui importent vraiment.

    ", + "tutorial_intro.screenTwo": "

    Comment fonctionne Mattermost :

    Vous pouvez échanger dans des canaux publics, des groupes privés ou des messages privés.

    Tout est archivé et peut être recherché depuis n'importe quel navigateur web de bureau, tablette ou mobile.

    ", + "tutorial_intro.skip": "Passer le tutoriel", + "tutorial_intro.support": "Vous avez besoin d'aide ? Envoyez-nous un e-mail à : ", + "tutorial_intro.teamInvite": "Inviter des collègues", + "tutorial_intro.whenReady": " quand vous serez prêt.", + "tutorial_tip.next": "Suivant", + "tutorial_tip.ok": "D'accord", + "tutorial_tip.out": "Ne plus voir ces astuces.", + "tutorial_tip.seen": "Déjà vu ? ", + "update_command.cancel": "Annuler", + "update_command.confirm": "Modifier la commande Slash", + "update_command.question": "Vos modifications peuvent casser la commande Slash existante. Voulez-vous vraiment la mettre à jour ?", + "update_command.update": "Mettre à jour", + "update_incoming_webhook.update": "Mettre à jour", + "update_outgoing_webhook.confirm": "Editer les Webhooks sortants", + "update_outgoing_webhook.question": "Vos modifications peuvent casser le webhook sortant existant. Voulez-vous vraiment le mettre à jour ?", + "update_outgoing_webhook.update": "Mettre à jour", + "upload_overlay.info": "Faites glisser un fichier pour le télécharger.", + "user.settings.advance.embed_preview": "Pour le premier lien web dans un message, afficher un aperçu du contenu du site sous le message, si disponible.", + "user.settings.advance.embed_toggle": "Voir un aperçu pour tous les messages inclus", + "user.settings.advance.emojipicker": "Enable emoji picker in message input box", + "user.settings.advance.enabledFeatures": "{count, number} {count, plural, one {Feature} other {Features}} Activée", + "user.settings.advance.formattingDesc": "Si activé, les messages seront formatés pour créer des liens, montrer des emoji, le style du texte et ajouter des sauts de ligne. Par défaut, ce paramètre est activé. La modification de ce paramètre nécessite le rafraîchissement de la page.", + "user.settings.advance.formattingTitle": "Activé le formatage des messages", + "user.settings.advance.joinLeaveDesc": "Lorsqu'activé, les messages systèmes indiquant qu'un utilisateur s'est connecté ou a quitté un canal seront visibles. Lorsque désactivé, ces messages seront masqués. Un message sera toutefois toujours affiché lorsque vous êtes ajouté à un canal, de façon à ce que vous en soyez quand même informé.", + "user.settings.advance.joinLeaveTitle": "Active les messages indiquant qu'un utilisateur a rejoint/quitté le canal", + "user.settings.advance.markdown_preview": "Voir l'option d'aperçu du markdown dans la zone de saisie de message", + "user.settings.advance.off": "Désactivé", + "user.settings.advance.on": "Activé", + "user.settings.advance.preReleaseDesc": "Évaluez les fonctionnalités en avant-première. Vous devrez peut-être rafraîchir la page pour que ce paramètre soit activé.", + "user.settings.advance.preReleaseTitle": "Activer les fonctionnalités expérimentales", + "user.settings.advance.sendDesc": "Si activé, ENTREE insère une nouvelle ligne et CTRL + ENTREE envoie le message.", + "user.settings.advance.sendTitle": "Envoyer vos messages avec CTRL + ENTREE", + "user.settings.advance.slashCmd_autocmp": "Autoriser les applications externes à proposer l'auto-complétion des commandes slash", + "user.settings.advance.title": "Paramètres avancés", + "user.settings.advance.webrtc_preview": "Activer la possibilité de passer et de recevoir des appels WebRTC en tête-à-tête", + "user.settings.custom_theme.awayIndicator": "Indicateur \"absent\"", + "user.settings.custom_theme.buttonBg": "Arrière-plan du bouton", + "user.settings.custom_theme.buttonColor": "Texte de bouton", + "user.settings.custom_theme.centerChannelBg": "Arrière-plan de l'espace central", + "user.settings.custom_theme.centerChannelColor": "Text du canal central", + "user.settings.custom_theme.centerChannelTitle": "Styles de l'espace central", + "user.settings.custom_theme.codeTheme": "Code du thème", + "user.settings.custom_theme.copyPaste": "Copiez/Collez pour partager les couleurs du thème :", + "user.settings.custom_theme.linkButtonTitle": "Styles des boutons et liens", + "user.settings.custom_theme.linkColor": "Couleur de lien", + "user.settings.custom_theme.mentionBj": "Arrière-plan de la bulle de mention", + "user.settings.custom_theme.mentionColor": "Texte bulle de mention", + "user.settings.custom_theme.mentionHighlightBg": "Arrière-plan de la mise en surbrillance lors d'une mention", + "user.settings.custom_theme.mentionHighlightLink": "Lien de mise en surbrillance lors d'une mention", + "user.settings.custom_theme.newMessageSeparator": "Séparateur de nouveau message", + "user.settings.custom_theme.onlineIndicator": "Indicateur \"connecté\"", + "user.settings.custom_theme.sidebarBg": "Arrière-plan de la barre latérale", + "user.settings.custom_theme.sidebarHeaderBg": "Arrière-plan de l'entête de la barre latérale", + "user.settings.custom_theme.sidebarHeaderTextColor": "Texte d'entête de la barre latérale", + "user.settings.custom_theme.sidebarText": "Texte de barre latérale", + "user.settings.custom_theme.sidebarTextActiveBorder": "Contour de texte de barre latéral actif", + "user.settings.custom_theme.sidebarTextActiveColor": "Text de barre latérale actif", + "user.settings.custom_theme.sidebarTextHoverBg": "Arrière-plan lors du survol de la barre latérale", + "user.settings.custom_theme.sidebarTitle": "Style des barres latérales", + "user.settings.custom_theme.sidebarUnreadText": "Texte non-lu de barre latérale", + "user.settings.display.channelDisplayTitle": "Mode d’affichage du canal", + "user.settings.display.channeldisplaymode": "Veuillez spécifier la largeur de l'espace central.", + "user.settings.display.clockDisplay": "Affichage de l'horloge", + "user.settings.display.collapseDesc": "Définit si les aperçus de liens d'images s'affichent étendus ou réduits par défaut. Ce paramètre peut également être contrôlé à l'aide des commandes slash /expand et /collapse.", + "user.settings.display.collapseDisplay": "Apparence par défaut des aperçus de liens d'images", + "user.settings.display.collapseOff": "Réduit", + "user.settings.display.collapseOn": "Etendu", + "user.settings.display.fixedWidthCentered": "Largeur fixe, centré", + "user.settings.display.fontDesc": "Choisissez la police de caractères utilisée pour l'interface de Mattermost.", + "user.settings.display.fontTitle": "Police d'affichage", + "user.settings.display.fullScreen": "Largeur pleine", + "user.settings.display.language": "Langue", + "user.settings.display.messageDisplayClean": "Standard", + "user.settings.display.messageDisplayCleanDes": "Facile à parcourir et à lire.", + "user.settings.display.messageDisplayCompact": "Compact", + "user.settings.display.messageDisplayCompactDes": "Afficher autant de messages que possible à l'écran.", + "user.settings.display.messageDisplayDescription": "Sélectionner comment les messages dans le canal doivent être affichés", + "user.settings.display.messageDisplayTitle": "Affichage des messages", + "user.settings.display.militaryClock": "Horloge 24 heures (exemple : 16:00)", + "user.settings.display.nameOptsDesc": "Choisissez comment afficher les autres utilisateurs dans les messages et les listes de messages privés.", + "user.settings.display.normalClock": "Horloge 12 heures (exemple : 4:00 PM)", + "user.settings.display.preferTime": "Choisissez l'affichage des heures dans l'application.", + "user.settings.display.showFullname": "Afficher prénom et nom", + "user.settings.display.showNickname": "Afficher le pseudo s'il existe, sinon afficher le prénom d'abord puis le nom", + "user.settings.display.showUsername": "Afficher le nom d'utilisateur (défaut)", + "user.settings.display.teammateDisplay": "Affichage des membres de l'équipe", + "user.settings.display.theme.applyToAllTeams": "Appliquer le nouveau thème à toutes mes équipes", + "user.settings.display.theme.customTheme": "Thème personnalisé", + "user.settings.display.theme.describe": "Ouvrez pour gérer votre thème", + "user.settings.display.theme.import": "Importer des couleurs de thème depuis Slack", + "user.settings.display.theme.otherThemes": "Voir d’autre thèmes", + "user.settings.display.theme.themeColors": "Couleurs de thème", + "user.settings.display.theme.title": "Thème", + "user.settings.display.title": "Paramètres d'affichage", + "user.settings.general.checkEmail": "Vérifiez la boîte de réception de {email} pour valider votre adresse e-mail.", + "user.settings.general.checkEmailNoAddress": "Vérifiez votre boîte de réception pour valider votre nouvelle adresse e-mail.", + "user.settings.general.close": "Quitter", + "user.settings.general.confirmEmail": "E-mail de confirmation", + "user.settings.general.email": "Adresse e-mail", + "user.settings.general.emailGitlabCantUpdate": "La connexion se produit par Gitlab. L'addresse Electronique ne peut pas être mis à jour . Adresse e-mail utilisée pour les notifications est {email} .", + "user.settings.general.emailGoogleCantUpdate": "La connexion s'effectue par Gitlab. L'adresse e-mail ne peut pas être mise à jour. L'adresse e-mail utilisée pour les notifications est {email} .", + "user.settings.general.emailHelp1": "L'adresse e-mail est utilisée pour la connexion, les notifications et la réinitialisation du mot de passe. Votre adresse e-mail doit être validée si vous la changez.", + "user.settings.general.emailHelp2": "L'envoi d'e-mails a été désactivé par votre administrateur système. Aucune notification par e-mail ne peut être envoyée.", + "user.settings.general.emailHelp3": "L'adresse e-mail est utilisée pour la connexion, les notifications et la réinitialisation du mot de passe.", + "user.settings.general.emailHelp4": "Un e-mail de vérification a été envoyé à {email}.", + "user.settings.general.emailLdapCantUpdate": "La connexion s'effectue par AD/LDAP. L'adresse e-mail ne peut pas être mise à jour. L'adresse e-mail utilisée pour les notifications est {email}.", + "user.settings.general.emailMatch": "Les adresses e-mail que vous avez saisies ne correspondent pas.", + "user.settings.general.emailOffice365CantUpdate": "La connexion s'effectue par Office 365. L'adresse e-mail ne peut pas être mise à jour. L'adresse e-mail utilisée pour les notifications est {email} .", + "user.settings.general.emailSamlCantUpdate": "La connexion s'effectue par le biais de SAML. L'adresse e-mail ne peut pas être mise à jour. L'adresse e-mail utilisée pour les notifications est {email}.", + "user.settings.general.emailUnchanged": "Votre nouvelle adresse e-mail est la même que l'ancienne.", + "user.settings.general.emptyName": "Veuillez cliquer sur ‘Modifier’ pour spécifier votre nom complet", + "user.settings.general.emptyNickname": "Veuillez cliquer sur ‘Modifier’ pour ajouter un surnom", + "user.settings.general.emptyPosition": "Veuillez cliquer sur 'Modifier' pour ajouter votre intitulé de poste / rôle", + "user.settings.general.field_handled_externally": "Ce champ est géré par le service d'authentification. Si vous souhaitez le modifier, vous devez le faire par le biais de votre service d'authentification.", + "user.settings.general.firstName": "Prénom", + "user.settings.general.fullName": "Nom complet", + "user.settings.general.imageTooLarge": "Impossible de mettre à jour votre photo de profil. Le fichier est trop grand.", + "user.settings.general.imageUpdated": "Image mise à jour le {date}", + "user.settings.general.lastName": "Nom", + "user.settings.general.loginGitlab": "Connexion avec GitLab ({email})", + "user.settings.general.loginGoogle": "Connexion avec Google ({email})", + "user.settings.general.loginLdap": "Connexion avec LDAP ({email})", + "user.settings.general.loginOffice365": "Dernière connexion avec Office 365 ({email})", + "user.settings.general.loginSaml": "Connexion avec SAML ({email})", + "user.settings.general.newAddress": "Nouvelle adresse : {email}
    Vérifiez vos e-mails pour valider votre adresse e-mail.", + "user.settings.general.nickname": "Pseudo", + "user.settings.general.nicknameExtra": "Vous pouvez utiliser un pseudo à la place de vos prénom, nom et nom d'utilisateur. Ceci est pratique lorsque deux personnes de votre équipe ont des noms similaires phonétiquement.", + "user.settings.general.notificationsExtra": "Par défaut, vous recevez une notification lorsqu'un utilisateur cite votre prénom. Rendez vous dans les paramètres de {notify} pour modifier ce paramètre.", + "user.settings.general.notificationsLink": "Notifications", + "user.settings.general.position": "Rôle", + "user.settings.general.positionExtra": "Veuillez utiliser ce champ pour spécifier votre rôle ou intitulé de poste. Il sera affiché dans votre infobulle de profil utilisateur.", + "user.settings.general.primaryEmail": "Adresse e-mail principale", + "user.settings.general.profilePicture": "Photo de profil", + "user.settings.general.title": "Paramètres généraux", + "user.settings.general.uploadImage": "Veuillez cliquer sur ‘Modifier’ pour télécharger une image", + "user.settings.general.username": "Nom d'utilisateur", + "user.settings.general.usernameInfo": "Veuillez spécifier un nom d'utilisateur facile à reconnaître et à mémoriser pour vos collègues.", + "user.settings.general.usernameReserved": "Ce nom est réservé, veuillez en choisir un autre.", + "user.settings.general.usernameRestrictions": "Les noms d'utilisateurs doivent commencer par une lettre et contenir entre {min} et {max} caractères composés de chiffres, lettres minuscules et des symboles '.', '-' et '_'.", + "user.settings.general.validEmail": "Veuillez spécifier une adresse e-mail valide", + "user.settings.general.validImage": "Seules les images JPG ou PNG sont autorisées pour les photos de profil", + "user.settings.import_theme.cancel": "Annuler", + "user.settings.import_theme.importBody": "Pour importer un thème, rendez-vous sur une Slack team et cliquez sur \"Preferences -> Sidebar Theme\". Ouvrez la fenêtre de personnalisation, copiez les couleurs du thèmes et collez-les ici :", + "user.settings.import_theme.importHeader": "Importer un thème Slack", + "user.settings.import_theme.submit": "Envoyer", + "user.settings.import_theme.submitError": "Format invalide, veuillez réessayer de copier-coller.", + "user.settings.languages.change": "Changer la langue de l'interface", + "user.settings.languages.promote": "Sélectionnez quelle langue utiliser dans l'interface utilisateur de Mattermost.

    Vous souhaitez apporter votre aide pour traduire ? Rejoignez le Serveur de Traduction Mattermost pour contribuer.", + "user.settings.mfa.add": "Ajouter une identification à multi-facteur à votre compte", + "user.settings.mfa.addHelp": "Ajouter l'authentification multi-facteurs va rendre votre compte plus sécurisé en demandant un code à partir de votre téléphone mobile à chaque fois que vous vous connecterez.", + "user.settings.mfa.addHelpQr": "Veuillez scanner le code QR avec l'application Google Authenticator sur votre smartphone et saisissez le code fourni par l'application. Si vous ne pouvez pas scanner le code, vous pouvez saisir manuellement la clé secrète fournie.", + "user.settings.mfa.enterToken": "Token", + "user.settings.mfa.qrCode": "Code barre", + "user.settings.mfa.remove": "Retirer l’authentification à facteurs multiples", + "user.settings.mfa.removeHelp": "Retirer l’authentification multi-facteur signifie que vous n’aurez plus besoin d'un code d'accès basé sur un téléphone pour vous connecter à votre compte.", + "user.settings.mfa.requiredHelp": "L'authentification multi-facteurs est requise sur ce serveur. La réinitialisation n'est recommandée que lorsque vous souhaitez migrer la génération du code sur un nouvel appareil. Il vous sera demandé de directement reconfigurer vos paramètres d'authentification multi-facteurs.", + "user.settings.mfa.reset": "Réinitialiser l’authentification multi-facteurs sur votre compte", + "user.settings.mfa.secret": "Clé secrète :", + "user.settings.mfa.title": "Activité l’authentification multi-facteurs:", + "user.settings.modal.advanced": "Options avancées", + "user.settings.modal.confirmBtns": "Oui, abandonner", + "user.settings.modal.confirmMsg": "Certaines modifications ne sont pas sauvegardées, voulez-vous vraiment abandonner ?", + "user.settings.modal.confirmTitle": "Abandonner les modifications ?", + "user.settings.modal.display": "Affichage", + "user.settings.modal.general": "Général", + "user.settings.modal.notifications": "Notifications", + "user.settings.modal.security": "Sécurité", + "user.settings.modal.title": "Paramètres du compte", + "user.settings.notifications.allActivity": "Pour toute l'activité", + "user.settings.notifications.channelWide": "Mentions globales \"@channel\", \"@all\"", + "user.settings.notifications.close": "Quitter", + "user.settings.notifications.comments": "Notifications de réponse", + "user.settings.notifications.commentsAny": "Recevoir des notifications sur les messages de fils de réponse que je débute ou dans lesquels je participe", + "user.settings.notifications.commentsInfo": "En plus des notifications que vous recevez lorsque vous êtes mentionné, vous pouvez choisir de recevoir des notifications pour chaque réponse apportée à un message que vous avez envoyé.", + "user.settings.notifications.commentsNever": "Ne pas recevoir de notifications pour toutes réponses apportées à un fil de réponses à moins que je ne sois mentionné", + "user.settings.notifications.commentsRoot": "Recevoir des notifications pour pour toutes réponses apportées à un fil de messages que j'ai débuté", + "user.settings.notifications.desktop": "Envoyer des notifications sur le bureau", + "user.settings.notifications.desktop.allFirefoxForever": "Pour toute activité, visible indéfiniment", + "user.settings.notifications.desktop.allFirefoxTimed": "Pour toute activité, visible {seconds} secondes", + "user.settings.notifications.desktop.allNoSoundForever": "Pour toute activité, sans son, visible indéfiniment", + "user.settings.notifications.desktop.allNoSoundTimed": "Pour toute activité, sans son, visible {seconds} secondes", + "user.settings.notifications.desktop.allSoundForever": "Pour toute activité, avec son, visible indéfiniment", + "user.settings.notifications.desktop.allSoundTimed": "Pour toute activité, avec son, visible {seconds} secondes", + "user.settings.notifications.desktop.duration": "Durée de notification", + "user.settings.notifications.desktop.durationInfo": "Définit combien de temps les notifications de bureau resteront à l'écran lors de l'utilisation de Firefox ou Chrome. Les notifications de bureau dans Edge et Safari ne peuvent rester affichées à l'écran que pour un maximum de 5 secondes.", + "user.settings.notifications.desktop.mentionsFirefoxForever": "Pour les mentions et messages privés, visible indéfiniment", + "user.settings.notifications.desktop.mentionsFirefoxTimed": "Pour les mentions et messages privés, visible {seconds} secondes", + "user.settings.notifications.desktop.mentionsNoSoundForever": "Pour les mentions et messages privés, sans son, visible indéfiniment", + "user.settings.notifications.desktop.mentionsNoSoundTimed": "Pour les mentions et messages privés, sans son, visible {seconds} secondes", + "user.settings.notifications.desktop.mentionsSoundForever": "Pour les mentions et messages privés, avec son, visible indéfiniment", + "user.settings.notifications.desktop.mentionsSoundTimed": "Pour les mentions et messages privés, avec son, visible {seconds} secondes", + "user.settings.notifications.desktop.seconds": "{seconds} secondes", + "user.settings.notifications.desktop.sound": "Son de notification", + "user.settings.notifications.desktop.title": "Sons des notifications", + "user.settings.notifications.desktop.unlimited": "Illimité", + "user.settings.notifications.desktopSounds": "Sons des notifications", + "user.settings.notifications.email.disabled": "Désactivé par l'administrateur système", + "user.settings.notifications.email.disabled_long": "Email notifications have been disabled by your System Administrator.", + "user.settings.notifications.email.everyHour": "Toutes les heures", + "user.settings.notifications.email.everyXMinutes": "Chaque {count, plural, one {minute} other {{count, number} minutes}}", + "user.settings.notifications.email.immediately": "Immédiatement", + "user.settings.notifications.email.never": "Jamais", + "user.settings.notifications.email.send": "Envoyer des notifications sur le bureau", + "user.settings.notifications.emailBatchingInfo": "Les notifications reçues sur la période de temps sélectionnée ont été combinées et envoyées en un seul e-mail.", + "user.settings.notifications.emailInfo": "Les notifications par e-mail sont envoyées pour les mentions et les messages privés reçus après que vous soyez passé hors-ligne ou absent de {siteName} pendant plus de 5 minutes.", + "user.settings.notifications.emailNotifications": "Notifications par e-mail", + "user.settings.notifications.header": "Notifications", + "user.settings.notifications.info": "Les notifications de bureau sont disponibles sur Edge, Firefox, Safari, Chrome et les applications desktop Mattermost.", + "user.settings.notifications.mentionsInfo": "Les mentions se déclenchent lorsque quelqu'un envoie un message qui inclut votre nom d'utilisateur (\"@{username}\") ou l'une des options ci-dessus.", + "user.settings.notifications.never": "Jamais", + "user.settings.notifications.noWords": "Aucun mot configuré", + "user.settings.notifications.off": "Désactivé", + "user.settings.notifications.on": "Activé", + "user.settings.notifications.onlyMentions": "Seulement pour les mentions et messages privés", + "user.settings.notifications.push": "Notifications push mobile", + "user.settings.notifications.push_notification.status": "Déclencher des notifications push lorsque", + "user.settings.notifications.sensitiveName": "Votre prénom (respectant la casse) \"{first_name}\"", + "user.settings.notifications.sensitiveUsername": "Votre nom d'utilisateur (insensible à la casse) \"{username}\"", + "user.settings.notifications.sensitiveWords": "Autres mots insensibles à la casse, séparés par des virgules :", + "user.settings.notifications.soundConfig": "Configurez les sons des notifications dans les paramètres de votre navigateur", + "user.settings.notifications.sounds_info": "Les sons de notification sont disponibles sur IE11, Edge, Safari, Chrome et les applications desktop Mattermost.", + "user.settings.notifications.teamWide": "Mentions à toute l'équipe \"@all\"", + "user.settings.notifications.title": "Paramètres de notification", + "user.settings.notifications.wordsTrigger": "Mots qui déclenchent des mentions", + "user.settings.push_notification.allActivity": "Pour toute l'activit", + "user.settings.push_notification.allActivityAway": "Pour toutes les activités lorsque vous etes en absent ou hors ligne", + "user.settings.push_notification.allActivityOffline": "Pour toutes les activités lorsque vous etes en déplacement ou hors ligne", + "user.settings.push_notification.allActivityOnline": "Pour toutes les activités lorsque vous etes en déplacement ou hors ligne", + "user.settings.push_notification.away": "Absent ou hors ligne", + "user.settings.push_notification.disabled": "Désactivé par l'administrateur système", + "user.settings.push_notification.disabled_long": "Les notifications Push pour les appareils mobiles ont été désactivées par votre administrateur système .", + "user.settings.push_notification.info": "Les alertes de notification sont envoyées à votre appareil mobile quand il y a de l’activité dans Mattermost .", + "user.settings.push_notification.off": "Désactivé", + "user.settings.push_notification.offline": "Hors ligne", + "user.settings.push_notification.online": "En ligne, absent(e) ou hors ligne", + "user.settings.push_notification.onlyMentions": "Seulement pour les mentions et messages privés", + "user.settings.push_notification.onlyMentionsAway": "Pour les mentions et messages privés lorsqu'absent ou hors-ligne", + "user.settings.push_notification.onlyMentionsOffline": "Pour mentions et messages directs en mode hors connexion", + "user.settings.push_notification.onlyMentionsOnline": "Pour les mentions et messages privés lorsque présent, absent ou hors-ligne", + "user.settings.push_notification.send": "Notifications push mobile", + "user.settings.push_notification.status": "Déclencher des notifications push lorsque", + "user.settings.push_notification.status_info": "Les notifications seront envoyées sur votre téléphone uniquement si votre statut en ligne correspond à la sélection ci-dessus.", + "user.settings.security.active": "Active", + "user.settings.security.close": "Quitter", + "user.settings.security.currentPassword": "Mot de passe actuel", + "user.settings.security.currentPasswordError": "Veuillez saisir votre mot de passe actuel", + "user.settings.security.deauthorize": "Supprimer l'autorisation", + "user.settings.security.emailPwd": "Adresse e-mail et mot de passe", + "user.settings.security.gitlab": "GitLab", + "user.settings.security.google": "Google", + "user.settings.security.inactive": "Inactif", + "user.settings.security.lastUpdated": "Dernière mise à jour le {date} à {time}", + "user.settings.security.ldap": "AD/LDAP", + "user.settings.security.loginGitlab": "Connexion avec GitLab", + "user.settings.security.loginGoogle": "Connexion à partir de Google Apps", + "user.settings.security.loginLdap": "Connexion avec LDAP", + "user.settings.security.loginOffice365": "Connexion à partir d'Office 365", + "user.settings.security.loginSaml": "Se connecter par SAML", + "user.settings.security.logoutActiveSessions": "Consulter et déconnecter les sessions actives", + "user.settings.security.method": "Méthode de connexion", + "user.settings.security.newPassword": "Nouveau mot de passe", + "user.settings.security.noApps": "Aucune application OAuth 2.0 autorisée.", + "user.settings.security.oauthApps": "Applications OAuth 2.0", + "user.settings.security.oauthAppsDescription": "Veuillez cliquer sur 'Modifier' pour gérer vos applications OAuth 2.0", + "user.settings.security.oauthAppsHelp": "Les applications agissent en votre nom pour accéder à vos données sur base des permissions que vous leur accordez.", + "user.settings.security.office365": "Office 365", + "user.settings.security.oneSignin": "Vous ne pouvez avoir qu'une seule méthode de connexion à la fois. Changer de méthode de connexion provoquera l'envoi d'un e-mail vous notifiant que le changement a réussi.", + "user.settings.security.password": "Mot de passe", + "user.settings.security.passwordError": "Votre mot de passe doit contenir au moins {min} caractères.", + "user.settings.security.passwordErrorLowercase": "Votre mot de passe doit contenir au moins {min} caractères et au moins une lettre minuscule.", + "user.settings.security.passwordErrorLowercaseNumber": "Votre mot de passe doit contenir au moins {min} caractères et au moins une lettre minuscule et un chiffre.", + "user.settings.security.passwordErrorLowercaseNumberSymbol": "Votre mot de passe doit contenir au moins {min} caractères et au moins une lettre minuscule, un chiffre et au moins un symbole (parmi \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorLowercaseSymbol": "Votre mot de passe doit contenir au moins {min} caractères et au moins une lettre minuscule et au moins un symbole (parmi \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorLowercaseUppercase": "Votre mot de passe doit contenir au moins {min} caractères et au moins une lettre minuscule et une lettre majuscule.", + "user.settings.security.passwordErrorLowercaseUppercaseNumber": "Votre mot de passe doit contenir au moins {min} caractères et au moins une lettre minuscule, une lettre majuscule et un chiffre.", + "user.settings.security.passwordErrorLowercaseUppercaseNumberSymbol": "Votre mot de passe doit contenir au moins {min} caractères et au moins une lettre minuscule, une majuscule, un chiffre et au moins un symbole (parmi \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorLowercaseUppercaseSymbol": "Votre mot de passe doit contenir au moins {min} caractères et au moins une lettre minuscule , une lettre majuscule et au moins un symbole (parmi \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorNumber": "Votre mot de passe doit contenir au moins {min} caractères et au moins un chiffre.", + "user.settings.security.passwordErrorNumberSymbol": "Votre mot de passe doit contenir au moins {min} caractères et au moins un chiffre et un symbole (parmi \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorSymbol": "Votre mot de passe doit contenir au moins {min} caractères et au moins un symbole (parmi \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorUppercase": "Votre mot de passe doit contenir au moins {min} caractères et au moins une lettre majuscule.", + "user.settings.security.passwordErrorUppercaseNumber": "Votre mot de passe doit contenir au moins {min} caractères et au moins une lettre majuscule et un chiffre.", + "user.settings.security.passwordErrorUppercaseNumberSymbol": "Votre mot de passe doit contenir au moins {min} caractères et au moins une lettre majuscule, un chiffre et un symbole (parmi \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorUppercaseSymbol": "Votre mot de passe doit contenir au moins {min} caractères et au moins une lettre majuscule et un symbole (parmi \"~!@#$%^&*()\").", + "user.settings.security.passwordGitlabCantUpdate": "La connexion se produit à travers GitLab. Le mot de passe ne peut pas être mis à jour.", + "user.settings.security.passwordGoogleCantUpdate": "La connexion s'effectue par Google Apps. Le mot de passe ne peut pas être mis à jour.", + "user.settings.security.passwordLdapCantUpdate": "La connexion se produit via LDAP . Le mot de passe ne peut pas être mis à jour.", + "user.settings.security.passwordMatchError": "Les nouveaux mots de passe que vous avez saisis ne correspondent pas.", + "user.settings.security.passwordMinLength": "Longueur minimum invalide, impossible d'afficher l'aperçu.", + "user.settings.security.passwordOffice365CantUpdate": "La connexion s'effectue par Office 365. Le mot de passe ne peut pas être mis à jour.", + "user.settings.security.passwordSamlCantUpdate": "Ce champ est géré par le service d'authentification. Si vous souhaitez le modifier, vous devez le faire par le biais de votre service d'authentification.", + "user.settings.security.retypePassword": "Répéter le nouveau mot de passe", + "user.settings.security.saml": "SAML", + "user.settings.security.switchEmail": "Utilisation de l'adresse e-mail et du mot de passe", + "user.settings.security.switchGitlab": "Utiliser GitLab SSO", + "user.settings.security.switchGoogle": "Utiliser Google SSO", + "user.settings.security.switchLdap": "Changer pour utiliser LDAP", + "user.settings.security.switchOffice365": "Utiliser l'authentification unique Office 365", + "user.settings.security.switchSaml": "Utiliser GitLab SSO", + "user.settings.security.title": "Paramètres de sécurité", + "user.settings.security.viewHistory": "Voir l'historique des accès", + "user_list.notFound": "Aucun utilisateur trouvé.", + "user_profile.send.dm": "Envoyer un message", + "user_profile.webrtc.call": "Démarrer un appel vidéo", + "user_profile.webrtc.offline": "L'utilisateur est hors ligne", + "user_profile.webrtc.unavailable": "Passer un nouvel appel n'est pas possible tant que l'appel en cours n'a pas été terminé", + "view_image.loading": "Chargement ", + "view_image_popover.download": "Télécharger", + "view_image_popover.file": "Fichier {count} sur {total}", + "view_image_popover.publicLink": "Obtenir le lien public", + "web.footer.about": "À propos", + "web.footer.help": "Aide", + "web.footer.privacy": "Confidentialité", + "web.footer.terms": "Termes", + "web.header.back": "Précédent", + "web.header.logout": "Se déconnecter", + "web.root.signup_info": "Toute la communication de votre équipe au même endroit, accessible de partout", + "webrtc.busy": "{username} est occupé.", + "webrtc.call": "Appeler", + "webrtc.callEnded": "L'appel avec {username} s'est terminé.", + "webrtc.cancel": "Annuler l'appel", + "webrtc.cancelled": "{username} a annulé l'appel.", + "webrtc.declined": "Votre appel a été refusé par {username}.", + "webrtc.disabled": "{username} a la fonctionnalité WebRTC désactivée et ne peut donc recevoir d'appels. Pour activer cette fonctionnalité, l'utilisateur doit se rendre dans Paramètres du compte > Options avancées > Activer les fonctionnalités expérimentales et activer WebRTC.", + "webrtc.failed": "Une erreur s'est produite lors de la connexion de l'appel vidéo.", + "webrtc.hangup": "Raccrocher", + "webrtc.header": "Appel en cours avec {username}", + "webrtc.inProgress": "Vous avez un appel en cours. Veuillez d'abord raccrocher.", + "webrtc.mediaError": "Impossible d'accéder à la caméra ou au micro.", + "webrtc.mute_audio": "Couper le micro", + "webrtc.noAnswer": "{username} ne répond pas à l'appel.", + "webrtc.notification.answer": "Répondre", + "webrtc.notification.decline": "Refuser", + "webrtc.notification.incoming_call": "{username} vous appelle.", + "webrtc.notification.returnToCall": "Retourner à l'appel en cours avec {username}", + "webrtc.offline": "{username} est hors ligne.", + "webrtc.pause_video": "Éteindre la caméra", + "webrtc.unmute_audio": "Rétablir le micro", + "webrtc.unpause_video": "Allumer la caméra", + "webrtc.unsupported": "Le client de {username} ne supporte pas les appels vidéo.", + "youtube_video.notFound": "Vidéo non trouvé" +} diff --git a/assets/base/i18n/ja.json b/assets/base/i18n/ja.json new file mode 100644 index 000000000..a0b66f81f --- /dev/null +++ b/assets/base/i18n/ja.json @@ -0,0 +1,2373 @@ +{ + "about.close": "閉じる", + "about.copyright": "Copyright 2016 Mattermost, Inc. All rights reserved", + "about.database": "データベース:", + "about.date": "ビルド日時:", + "about.enterpriseEditionLearn": "Enterprise Editionについて詳しく知る: ", + "about.enterpriseEditionSt": "ファイアウォールの内側で、現代的なコミュニケーションを実現します。", + "about.enterpriseEditione1": "Enterprise Edition", + "about.hash": "ビルドハッシュ値:", + "about.hashee": "EEビルドハッシュ値:", + "about.licensed": "ライセンス供給先:", + "about.number": "ビルド番号:", + "about.teamEditionLearn": "Mattermostコミュニティーに参加する: ", + "about.teamEditionSt": "あなたのチームの全てのコミュニケーションを一箇所で、すぐに検索可能で、どこからでもアクセスできるものにします。", + "about.teamEditiont0": "Team Edition", + "about.teamEditiont1": "Enterprise Edition", + "about.title": "Mattermostについて", + "about.version": "バージョン:", + "access_history.title": "アクセス履歴", + "activity_log.activeSessions": "使用中のセッション", + "activity_log.browser": "ブラウザー: {browser}", + "activity_log.firstTime": "初回活動日時: {date}, {time}", + "activity_log.lastActivity": "最終活動日時: {date}, {time}", + "activity_log.logout": "ログアウト", + "activity_log.moreInfo": "詳細情報", + "activity_log.os": "OS: {os}", + "activity_log.sessionId": "セッションID: {id}", + "activity_log.sessionsDescription": "セッションは新しいブラウザーまたはデバイスからログインからログインした時に作成されます。Mattermostはシステム管理者が指定した期間内であればログインし直すことなく使用できます。すぐにログアウトしたい場合には、「ログアウト」ボタンを使用することで、セッションを終了させることができます。", + "activity_log_modal.android": "Android", + "activity_log_modal.androidNativeApp": "Androidネイティブアプリ", + "activity_log_modal.desktop": "ネイティブデスクトップアプリ", + "activity_log_modal.iphoneNativeApp": "iPhoneネイティブアプリ", + "add_command.autocomplete": "自動補完", + "add_command.autocomplete.help": "(オプション) 自動補完リストにスラッシュコマンドを表示する。", + "add_command.autocompleteDescription": "自動補完の説明", + "add_command.autocompleteDescription.help": "(オプション) 自動補完リストのスラッシュコマンドについての短い説明", + "add_command.autocompleteDescription.placeholder": "例: \"カルテの検索結果を返す\"", + "add_command.autocompleteHint": "自動補完のヒント", + "add_command.autocompleteHint.help": "(オプション) あなたのスラッシュコマンドに紐づく引数です。これは自動補完リストに表示されます。", + "add_command.autocompleteHint.placeholder": "例: [患者氏名]", + "add_command.cancel": "キャンセル", + "add_command.description": "説明", + "add_command.description.help": "内向きのウェブフックについての説明です。", + "add_command.displayName": "表示名", + "add_command.displayName.help": "最大64文字のスラッシュコマンドの表示名です。", + "add_command.doneHelp": "あなたのスラッシュコマンドは既に設定されています。以下のトークンは外向きのペイロードに含まれて送信されます。このトークンは、あなたのMattermostチームからのリクエストだということを確認するために利用してください。 (詳細については説明文書を参照してください)。", + "add_command.iconUrl": "応答アイコン", + "add_command.iconUrl.help": "(オプション) このスラッシュコマンドへの返信となる投稿のプロフィール画像を上書きする画像を選択します。最低128ピクセル×128ピクセルの大きさを持つ.pngまたは.jpgファイルのURLを指定してください。", + "add_command.iconUrl.placeholder": "https://www.example.com/myicon.png", + "add_command.method": "リクエストメソッド", + "add_command.method.get": "GET", + "add_command.method.help": "リクエストURLに発行するコマンドリクエストの種類です。", + "add_command.method.post": "POST", + "add_command.save": "保存する", + "add_command.token": "トークン: {token}", + "add_command.trigger": "コマンドトリガーワード", + "add_command.trigger.help": "トリガーワードは重複してはいけません。また、スラッシュで始めることや、スペースを含めることもできません。", + "add_command.trigger.helpExamples": "例: client, employee, patient, weather", + "add_command.trigger.helpReserved": "予約語: {link}", + "add_command.trigger.helpReservedLinkText": "内蔵スラッシュコマンドのリストを見る", + "add_command.trigger.placeholder": "コマンドトリガー 例: \"hello\"", + "add_command.triggerInvalidLength": "トリガーワードは{min}文字以上{max}文字以下にしてください。", + "add_command.triggerInvalidSlash": "トリガーワードは/で始めることはできません", + "add_command.triggerInvalidSpace": "トリガーワードはスペースを含んではいけません", + "add_command.triggerRequired": "トリガーワードが必要です。", + "add_command.url": "リクエストURL", + "add_command.url.help": "スラッシュコマンドを実行した時に、HTTP POSTまたはGETイベントリクエストを受信するコールバックURLです。", + "add_command.url.placeholder": "http://またはhttps://から始まらなくてはいけません", + "add_command.urlRequired": "リクエストURLが必要です", + "add_command.username": "返信ユーザー名", + "add_command.username.help": "(オプション) このスラッシュコマンドへの返信となる投稿のユーザー名を上書きするユーザー名を選択します。ユーザー名は英小文字、数字、記号(\"-\"、\"_\"、\".\"のみ)を使用し、22文字以内にしてください。", + "add_command.username.placeholder": "ユーザー名", + "add_emoji.cancel": "キャンセル", + "add_emoji.header": "追加", + "add_emoji.image": "画像", + "add_emoji.image.button": "選択", + "add_emoji.image.help": "絵文字に対する画像を選択してください。画像は最大1MBのgif, png, jpegファイルを指定できます。サイズはアスペクト比を保持した状態で128 x 128ピクセルに自動的にリサイズされます。", + "add_emoji.imageRequired": "絵文字の画像は必須です。", + "add_emoji.name": "名前", + "add_emoji.name.help": "あなたの作成した絵文字の名前を設定してください。英小文字、数字、記号('-'と'_'のみ)を使用し、64文字以内にしてください。", + "add_emoji.nameInvalid": "絵文字の名前は、英小文字、数字、記号('-'と'_'のみ)を使用してください。", + "add_emoji.nameRequired": "絵文字の名前は必須です。", + "add_emoji.nameTaken": "この名前はシステムの絵文字で既に使用されています。違う名前を選択してください。", + "add_emoji.preview": "プレビュー", + "add_emoji.preview.sentence": "この文書は{image}と一緒に使われます。", + "add_emoji.save": "保存", + "add_incoming_webhook.cancel": "キャンセル", + "add_incoming_webhook.channel": "チャンネル", + "add_incoming_webhook.channel.help": "ウェブフックのペイロードを受け取る公開チャンネル・非公開グループです。非公開グループにウェブフックを設定する時は、そのグループに属していなければなりません。", + "add_incoming_webhook.channelRequired": "有効なチャンネルが必要です", + "add_incoming_webhook.description": "説明", + "add_incoming_webhook.description.help": "内向きのウェブフックについての説明です。", + "add_incoming_webhook.displayName": "表示名", + "add_incoming_webhook.displayName.help": "最大64文字の内向きのウェブフックの表示名です。", + "add_incoming_webhook.doneHelp": "あなたの内向きのウェブフックは既に設定されています。以下のURLにデータを送信してください (詳細については説明文書を参照してください)。", + "add_incoming_webhook.name": "名前", + "add_incoming_webhook.save": "保存する", + "add_incoming_webhook.url": "URL: {url}", + "add_oauth_app.callbackUrls.help": "アプリケーションの認可が承諾、もしくは拒否された場合にサービスがユーザーを転送する際や、認証コードやアクセストークンを扱う際のリダイレクトURLです。 http:// もしくは https:// で始まる有効なURLにしてください。", + "add_oauth_app.callbackUrlsRequired": "1つ以上のコールバックURLが必要です", + "add_oauth_app.clientId": "クライアントID: {id}", + "add_oauth_app.clientSecret": "クライアント秘密情報: {secret}", + "add_oauth_app.description.help": "OAuth 2.0アプリケーションの説明です。", + "add_oauth_app.descriptionRequired": "OAuth 2.0アプリケーションの説明は必須です。", + "add_oauth_app.doneHelp": "あなたのOAuth 2.0アプリケーションがセットアップされました。あなたのアプリケーションから認証を要求する際には、以下のクライアントIDと秘密情報を使用してください(詳しくは説明文書を参照してください)。", + "add_oauth_app.doneUrlHelp": "認証されたリダイレクトURLは以下の通りです。", + "add_oauth_app.header": "追加する", + "add_oauth_app.homepage.help": "OAuth 2.0アプリケーションのホームページのURLです。サーバーの設定によりHTTPかHTTPSかは異なりますので注意してください。", + "add_oauth_app.homepageRequired": "OAuth 2.0アプリケーションのホームページは必須です。", + "add_oauth_app.icon.help": "(オプション) OAuth 2.0アプリケーションで使う画像のURLです。URLのHTTPかHTTPSのどちらを使うか注意してください。", + "add_oauth_app.name.help": "最大64文字のOAuth 2.0アプリケーションの表示名です。", + "add_oauth_app.nameRequired": "OAuth 2.0アプリケーションの名前は必須です。", + "add_oauth_app.trusted.help": "有効な場合、OAuth 2.0アプリケーションはMattermostサーバによって信頼済みとみなされ、ユーザーに認可を要求しなくなります。無効な場合、ユーザーに認可を許可するか、もしくは拒否するかを確認するウィンドウを表示します。", + "add_oauth_app.url": "URL(s): {url}", + "add_outgoing_webhook.callbackUrls": "コールバックURL(1つにつき1行)", + "add_outgoing_webhook.callbackUrls.help": "メッセージ送信先のURL", + "add_outgoing_webhook.callbackUrlsRequired": "1つ以上のコールバックURLが必要です", + "add_outgoing_webhook.cancel": "キャンセル", + "add_outgoing_webhook.channel": "チャンネル", + "add_outgoing_webhook.channel.help": "ウェブフックのペイロードを受け取る公開チャンネルです。少なくとも一つのトリガーワードが指定されている場合のオプションです。", + "add_outgoing_webhook.contentType.help1": "レスポンスのコンテントタイプを選択してください。", + "add_outgoing_webhook.contentType.help2": "application/x-www-form-urlencoded を選択した場合、サーバーはパラメーターがURLエンコードされていると見なします。", + "add_outgoing_webhook.contentType.help3": "application/json を選択した場合、サーバーはあなたがJSONデータをPOSTするものと見なします。", + "add_outgoing_webhook.content_Type": "コンテントタイプ", + "add_outgoing_webhook.description": "説明", + "add_outgoing_webhook.description.help": "外向きのウェブフックについての説明", + "add_outgoing_webhook.displayName": "表示名", + "add_outgoing_webhook.displayName.help": "最大64文字の外向きのウェブフックの表示名です。", + "add_outgoing_webhook.doneHelp": "あなたの外向きのウェブフックは既に設定されています。以下のトークンは外向きのペイロードに含まれて送信されます。このトークンは、あなたのMattermostチームからのリクエストだということを確認するために利用してください (詳細については説明文書を参照してください)。", + "add_outgoing_webhook.name": "名前", + "add_outgoing_webhook.save": "保存する", + "add_outgoing_webhook.token": "トークン: {token}", + "add_outgoing_webhook.triggerWords": "トリガーワード(1つにつき1行)", + "add_outgoing_webhook.triggerWords.help": "ここで指定された単語の一つで始まるメッセージが外向きのウェブフックをトリガーします。チャンネルが選択されている場合のオプションです。", + "add_outgoing_webhook.triggerWordsOrChannelRequired": "有効なチャンネルまたはトリガーワードのリストが必要です", + "add_outgoing_webhook.triggerWordsTriggerWhen": "トリガーとなる条件", + "add_outgoing_webhook.triggerWordsTriggerWhen.help": "外向きのウェブフックのトリガーとなる条件を選択してください。メッセージの最初の単語がトリガーワードと正確に一致する場合、もしくはトリガーワードで始まる場合。", + "add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "最初の単語がトリガーワードと正確に一致する", + "add_outgoing_webhook.triggerWordsTriggerWhenStartsWith": "最初の単語がトリガーワードで始まる", + "admin.advance.cluster": "高可用(ベータ版)", + "admin.advance.metrics": "パフォーマンスモニタリング", + "admin.audits.reload": "再読み込み", + "admin.audits.title": "ユーザーのアクティビティー", + "admin.authentication.email": "電子メールアドレス認証", + "admin.authentication.gitlab": "GitLab", + "admin.authentication.ldap": "AD/LDAP", + "admin.authentication.oauth": "OAuth 2.0", + "admin.authentication.saml": "SAML", + "admin.banner.heading": "注意:", + "admin.cluster.enableDescription": "有効な場合、Mattermostは高可用モードで動作するようになります。高可用モードの設定について詳しくは、説明文書を参照してください。", + "admin.cluster.enableTitle": "高可用モードを有効にする:", + "admin.cluster.interNodeListenAddressDesc": "他のサーバーと通信するための接続待ちアドレスです。", + "admin.cluster.interNodeListenAddressEx": "例: \":8075\"", + "admin.cluster.interNodeListenAddressTitle": "ノード間接続待ちアドレス:", + "admin.cluster.interNodeUrlsDesc": "カンマで区切られた全Mattermostサーバの内部URL/非公開URLです。", + "admin.cluster.interNodeUrlsEx": "例: \"http://10.10.10.30, http://10.10.10.31\"", + "admin.cluster.interNodeUrlsTitle": "ノード間URL:", + "admin.cluster.loadedFrom": "この設定ファイルはノードID {clusterId} からロードされます。ロードバランサーを通じてシステムコンソールにアクセスしている場合や問題が発生している場合は、説明文書 のTroubleshooting Guideを参照してください。", + "admin.cluster.noteDescription": "このセクションでの設定値の変更を有効にするにはサーバーを再起動させる必要があります。高可用モードを有効にした場合、システムコンソールは読み込み専用となり、設定ファイルからのみ変更可能となります。", + "admin.cluster.should_not_change": "警告: これらの設定はクラスター内の他のサーバーと同期されません。高可用なノード間接続は、全てのサーバーのconfig.jsonを同一に設定し、Mattermostを再起動するまで開始されません。クラスターからサーバーを追加/削除する方法については説明文書を参照してください。 ロードバランサーを通じてシステムコンソールにアクセスしている場合や問題が発生している場合は、説明文書 のTroubleshooting Guideを参照してください。", + "admin.cluster.status_table.config_hash": "設定ファイルのMD5ハッシュ値", + "admin.cluster.status_table.hostname": "ホスト名", + "admin.cluster.status_table.id": "ノードID", + "admin.cluster.status_table.reload": " クラスターの状態をリロードしてください", + "admin.cluster.status_table.status": "状態", + "admin.cluster.status_table.url": "ノード間URL", + "admin.cluster.status_table.version": "バージョン", + "admin.compliance.directoryDescription": "コンプライアンスリポートを書き込むディレクトリー。空欄の場合には./data/に書き込みます。", + "admin.compliance.directoryExample": "例: \"./data/\"", + "admin.compliance.directoryTitle": "コンプライアンスリポートディレクトリー:", + "admin.compliance.enableDailyDesc": "有効な場合、Mattermostが毎日コンプライアンスリポートを生成します。", + "admin.compliance.enableDailyTitle": "日次リポートを有効にする", + "admin.compliance.enableDesc": "有効な場合、MattermostはCompliance and Auditingタブからのコンプライアンスリポートを許可します。詳しくは、説明文書を参照してください。", + "admin.compliance.enableTitle": "コンプライアンスリポートを有効にする:", + "admin.compliance.false": "無効", + "admin.compliance.noLicense": "

    注意:

    コンプライアンスはエンタープライズ版のみの機能です。現在のライセンスはコンプライアンスをサポートしていません。詳しくはエンタープライズ版についての情報と価格をご覧ください。

    ", + "admin.compliance.save": "保存する", + "admin.compliance.saving": "設定を保存しています…", + "admin.compliance.title": "コンプライアンス設定", + "admin.compliance.true": "有効", + "admin.compliance_reports.desc": "ジョブ名", + "admin.compliance_reports.desc_placeholder": "例: \"Audit 445 for HR\"", + "admin.compliance_reports.emails": "電子メールアドレス:", + "admin.compliance_reports.emails_placeholder": "例: \"bill@example.com, bob@example.com\"", + "admin.compliance_reports.from": "差出人:", + "admin.compliance_reports.from_placeholder": "例: \"2016-03-11\"", + "admin.compliance_reports.keywords": "キーワード:", + "admin.compliance_reports.keywords_placeholder": "例: \"shorting stock\"", + "admin.compliance_reports.reload": "再読み込み", + "admin.compliance_reports.run": "実行する", + "admin.compliance_reports.title": "コンプライアンスリポート", + "admin.compliance_reports.to": "宛先:", + "admin.compliance_reports.to_placeholder": "例: \"2016-03-25\"", + "admin.compliance_table.desc": "説明", + "admin.compliance_table.download": "ダウンロードする", + "admin.compliance_table.params": "パラメーター", + "admin.compliance_table.records": "レコードの数", + "admin.compliance_table.status": "状態", + "admin.compliance_table.timestamp": "タイムスタンプ", + "admin.compliance_table.type": "形式", + "admin.compliance_table.userId": "これを必要としている項目", + "admin.connectionSecurityNone": "なし", + "admin.connectionSecurityNoneDescription": "Mattermostは安全でない接続で接続します。", + "admin.connectionSecurityPlain": "PLAIN", + "admin.connectionSecurityPlainDescription": "Mattermostは安全でない接続で接続し認証します。", + "admin.connectionSecurityStart": "STARTTLS", + "admin.connectionSecurityStartDescription": "既に安全でない接続が存在します。TLSを使った安全な接続にアップグレードしてください。", + "admin.connectionSecurityTest": "接続のテスト", + "admin.connectionSecurityTitle": "接続のセキュリティー:", + "admin.connectionSecurityTls": "TLS", + "admin.connectionSecurityTlsDescription": "Mattermostとあなたのサーバー間のコミュニケーションを暗号化します。", + "admin.customization.androidAppDownloadLinkDesc": "Androidアプリのダウンロードリンクを追加してください。モバイル用ウェブブラウザーでサイトにアクセスしたユーザへ、アプリをダウンロードするか選択するページを表示します。空欄にした場合、そのページは表示されません。", + "admin.customization.androidAppDownloadLinkTitle": "Androidアプリダウンロード用リンク:", + "admin.customization.appDownloadLinkDesc": "Mattermostアプリのダウンロードページへのリンクを追加してください。リンクを追加すると \"Download Mattermost Apps\" のオプションがメインメニューに追加されるため、ユーザがダウンロードページを見つけることができます。空欄にした場合、メインメニューにオプションは追加されません。", + "admin.customization.appDownloadLinkTitle": "Mattermostアプリダウンロードページリンク:", + "admin.customization.customBrand": "独自ブランド設定", + "admin.customization.customEmoji": "カスタム絵文字", + "admin.customization.enableCustomEmojiDesc": "ユーザーがメッセージ中で使用するカスタム絵文字の作成を有効にします。有効にした場合、カスタム絵文字は、チームに切り替え、チャンネルのサイドバー3点マークをクリックして、「カスタム絵文字」を選択することで設定できます。", + "admin.customization.enableCustomEmojiTitle": "カスタム絵文字を有効にする:", + "admin.customization.enableLinkPreviewsDesc": "メッセージの下にウェブサイトのプレビューを表示するようにします。有効な場合、ウェブサイトのプレビューは アカウント設定 > 詳細 > プリリリース機能をプレビューする から設定できます。", + "admin.customization.enableLinkPreviewsTitle": "リンクのプレビューを有効にする:", + "admin.customization.iosAppDownloadLinkDesc": "iOSアプリのダウンロードリンクを追加してください。モバイル用ウェブブラウザーでサイトにアクセスしたユーザへ、アプリをダウンロードするか選択するページを表示します。空欄にした場合、そのページは表示されません。", + "admin.customization.iosAppDownloadLinkTitle": "iOSアプリダウンロード用リンク:", + "admin.customization.linkPreviews": "リンクのプレビュー", + "admin.customization.nativeAppLinks": "Mattermostアプリリンク", + "admin.customization.restrictCustomEmojiCreationAdmin": "システム管理者とチーム管理者にカスタム絵文字を作成できるようにする", + "admin.customization.restrictCustomEmojiCreationAll": "全員にカスタム絵文字を作成できるようにする", + "admin.customization.restrictCustomEmojiCreationDesc": "特定のユーザーにカスタム絵文字の作成を限定します。", + "admin.customization.restrictCustomEmojiCreationSystemAdmin": "システム管理者のみがカスタム絵文字を作成できるようにする", + "admin.customization.restrictCustomEmojiCreationTitle": "カスタム絵文字の作成を制限する:", + "admin.customization.support": "法的事項とサポート", + "admin.database.title": "データベースの設定", + "admin.developer.title": "開発者の設定", + "admin.email.agreeHPNS": " 私はMattermostのホストするプッシュ通知サービスの使用条件プライバシーポリシーを理解し、承諾します。", + "admin.email.allowEmailSignInDescription": "有効な場合、Mattermostはユーザーが電子メールアドレスとパスワードを使ってサインインをできるようにします。", + "admin.email.allowEmailSignInTitle": "電子メールアドレスでのログインを有効にする: ", + "admin.email.allowSignupDescription": "有効な場合、Mattermostはチームの作成と電子メールアドレスとパスワードによる利用登録を許可します。この値は利用登録をOAuthまたはAD/LDAPによるシングルサインオンに制限したい時のみ無効にしてください。", + "admin.email.allowSignupTitle": "電子メールアドレスでのアカウント作成を有効にする: ", + "admin.email.allowUsernameSignInDescription": "有効な場合、Mattermostはユーザーがユーザー名とパスワードでサインインすることを許可します。この設定は電子メール確認が無効にされている場合にのみ使われます。", + "admin.email.allowUsernameSignInTitle": "ユーザー名でのサインインを有効にする: ", + "admin.email.connectionSecurityTest": "接続をテストする", + "admin.email.easHelp": "あなた自身のためのモバイルアプリをコンパイルし展開する方法をエンタープライズアプリストアから学びます。", + "admin.email.emailFail": "接続できません: {error}", + "admin.email.emailSuccess": "電子メールを送信するに当たりエラーはありませんでした。受信ボックスを確認してください。", + "admin.email.enableEmailBatching.clusterEnabled": "高可用モードを有効にした場合、電子メールバッチ処理を有効にすることはできません。", + "admin.email.enableEmailBatching.siteURL": "設定 > サイトURLのサイトURLを設定しない限り、電子メールバッチ処理を有効にすることはできません。", + "admin.email.enableEmailBatchingDesc": "有効な場合、ユーザーはダイレクトメッセージやあなたについての投稿などを一通の電子メールにまとめた、電子メール通知を受けることができます。通知の内容はアカウントの設定 > 通知で設定できます。", + "admin.email.enableEmailBatchingTitle": "電子メールバッチ処理:", + "admin.email.fullPushNotification": "メッセージ全文を送信する", + "admin.email.genericPushNotification": "ユーザーとチャンネル名を付けて一般的な説明を送信する", + "admin.email.inviteSaltDescription": "招待の電子メールの署名に32文字のソルトを付与します。これはインストールするたびにランダムに生成されます。新しいソルトを生成するには「再生成する」をクリックしてください。", + "admin.email.inviteSaltExample": "例: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.inviteSaltTitle": "電子メール招待ソルト:", + "admin.email.mhpns": "iOSとAndroidアプリで、暗号化され高品質なHPNS接続を使用する", + "admin.email.mhpnsHelp": "iTunesからMattermost iOSアプリをダウンロードし、Google PlayからMattermost Androidアプリをダウンロードしてください。詳しくはHPNSを参照してください。", + "admin.email.mtpns": "TPNSが有効化されたiOS/AndroidアプリをiTunes/Google Playから入手する", + "admin.email.mtpnsHelp": "iTunesからMattermost iOSアプリをダウンロードしてください。Google PlayからMattermost Androidアプリをダウンロードしてください。詳しくはTPNSを参照してください。", + "admin.email.nofificationOrganizationExample": "例: \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", + "admin.email.notificationDisplayDescription": "Mattermostから電子メールによる通知を送信する際に使用される電子メールアカウントの表示名です。", + "admin.email.notificationDisplayExample": "例: \"Mattermost Notification\", \"System\", \"No-Reply\"", + "admin.email.notificationDisplayTitle": "通知電子メールでの表示名:", + "admin.email.notificationEmailDescription": "Mattermostから電子メールによる通知を送信する際に使用される電子メールアカウントの電子メールアドレスです。", + "admin.email.notificationEmailExample": "例: \"mattermost@yourcompany.com\", \"admin@yourcompany.com\"", + "admin.email.notificationEmailTitle": "通知電子メールでの電子メールアドレス:", + "admin.email.notificationOrganization": "通知のフッターの住所:", + "admin.email.notificationOrganizationDescription": "Mattermostからの通知電子メールに表示する組織名と住所をを設定します。例: \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"。この欄を空欄にすると、組織名と住所は表示されません。", + "admin.email.notificationOrganizationExample": "例: \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", + "admin.email.notificationsDescription": "本番環境では有効に設定してください。有効な場合、Mattermostは電子メールによる通知を送信します。開発者は無効に設定することで、電子メールによる通知を省略し、開発をより早く進められるようにできます。
    また、有効に設定することで、プレビューモードのバナーが表示されなくなります(この設定を反映するには再度ログインし直してください)。", + "admin.email.notificationsTitle": "通知電子メールを有効にする: ", + "admin.email.passwordSaltDescription": "パスワード初期化の電子メールの署名に32文字のソルトを付与します。これはインストールするたびにランダムに生成されます。新しいソルトを生成するには「再生成する」をクリックしてください。", + "admin.email.passwordSaltExample": "例: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.passwordSaltTitle": "パスワード初期化ソルト:", + "admin.email.pushContentDesc": "「ユーザーとチャンネル名を付けて一般的な説明を送信する」を選択することで、一般的なメッセージを付けてプッシュ通知をします。これにはユーザーの名前、チャンネル名は含まれますが、メッセージテキストの詳細は含まれません。

    「メッセージ全文を送信する」を選択すると、通知のトリガーとなったメッセージを引用します。これには、秘密にしなくてはいけない内容が含まれる可能性があります。ファイアウォールの外側に対してプッシュ通知を送る場合には、「https」プロトコルを使い暗号化した接続を使用する場合のみこの設定を有効にすることを強くお勧めします。", + "admin.email.pushContentTitle": "プッシュ通知の内容:", + "admin.email.pushDesc": "本番環境では有効に設定してください。有効な場合、Mattermostはプッシュ通知サーバーを通じてiOSとAndroidにプッシュ通知を送信します。", + "admin.email.pushOff": "プッシュ通知を送らない", + "admin.email.pushOffHelp": "セットアップオプションを設定する前に、プッシュ通知についての説明を参照してください。", + "admin.email.pushServerDesc": "Mattermost プッシュ通知サービスをファイアウォールの内側に設置するには、https://github.com/mattermost/push-proxy を使ってください。テストするためには、http://push-test.mattermost.com を使うことができます。これには、Apple AppStoreにあるサンプルのMattermost iOSアプリで接続できます。本番環境でテストサービスを使わないでください。", + "admin.email.pushServerEx": "例: \"http://push-test.mattermost.com\"", + "admin.email.pushServerTitle": "プッシュ通知サーバー:", + "admin.email.pushTitle": "プッシュ通知を有効にする: ", + "admin.email.requireVerificationDescription": "本番環境では有効に設定してください。有効な場合、Mattermostは利用登録をして最初にログインする前に電子メールアドレスの確認を必須にします。開発者はこれを無効に設定することで、電子メールアドレスの確認電子メールの送信を省略し、開発をより早く進められるようにできます。", + "admin.email.requireVerificationTitle": "電子メールアドレスの確認が必要: ", + "admin.email.selfPush": "プッシュ通知サービスの場所を手入力する", + "admin.email.smtpPasswordDescription": "電子メールサーバーを設定するために管理者から認証情報を入手してください。", + "admin.email.smtpPasswordExample": "例: \"yourpassword\", \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.email.smtpPasswordTitle": "SMTPサーバーパスワード:", + "admin.email.smtpPortDescription": "SMTP電子メールサーバーのポート番号です。", + "admin.email.smtpPortExample": "例: \"25\", \"465\", \"587\"", + "admin.email.smtpPortTitle": "SMTPサーバーポート:", + "admin.email.smtpServerDescription": "SMTP電子メールサーバーの場所です。", + "admin.email.smtpServerExample": "例: \"smtp.yourcompany.com\", \"email-smtp.us-east-1.amazonaws.com\"", + "admin.email.smtpServerTitle": "SMTPサーバー:", + "admin.email.smtpUsernameDescription": "電子メールサーバーを設定するために管理者から認証情報を入手してください。", + "admin.email.smtpUsernameExample": "例: \"admin@yourcompany.com\", \"AKIADTOVBGERKLCBV\"", + "admin.email.smtpUsernameTitle": "SMTPサーバーのユーザー名:", + "admin.email.testing": "テストしています…", + "admin.false": "無効", + "admin.file_upload.chooseFile": "ファイルを選択する", + "admin.file_upload.noFile": "ファイルがアップロードされていません", + "admin.file_upload.uploadFile": "アップロード", + "admin.files.images": "画像", + "admin.files.storage": "ストレージ", + "admin.general.configuration": "設定", + "admin.general.localization": "言語", + "admin.general.localization.availableLocalesDescription": "アカウント設定でユーザーが利用可能な言語を設定してください(空欄にすると全てのサポート済み言語が利用可能になります)。手作業で新しい言語を追加する場合、この設定を保存する前にデフォルトのクライアント言語を追加しなくてはいけません。

    翻訳を手伝っていただけますか? 是非、Mattermost Translation Serverに参加してください。", + "admin.general.localization.availableLocalesNoResults": "結果が見付かりません", + "admin.general.localization.availableLocalesNotPresent": "デフォルトのクライアント言語は利用可能な言語リストに含まれている必要があります", + "admin.general.localization.availableLocalesTitle": "利用可能な言語:", + "admin.general.localization.clientLocaleDescription": "新規作成ユーザーやログインしていない時に使用するデフォルト言語を選択してください。", + "admin.general.localization.clientLocaleTitle": "デフォルトのクライアント言語:", + "admin.general.localization.serverLocaleDescription": "システムメッセージとログで使用するデフォルト言語を選択してください。変更を適用するにはサーバーを再起動させる必要があります。", + "admin.general.localization.serverLocaleTitle": "デフォルトのサーバー言語:", + "admin.general.log": "ログ", + "admin.general.policy": "ポリシー", + "admin.general.policy.allowEditPostAlways": "いつでも", + "admin.general.policy.allowEditPostDescription": "投稿した後にメッセージを編集できる期間についてのポリシーを設定してください。", + "admin.general.policy.allowEditPostNever": "できない", + "admin.general.policy.allowEditPostTimeLimit": "投稿後数秒", + "admin.general.policy.allowEditPostTitle": "メッセージの編集ができるユーザー:", + "admin.general.policy.permissionsAdmin": "チーム管理者とシステム管理者", + "admin.general.policy.permissionsAll": "全てのチームメンバー", + "admin.general.policy.permissionsAllChannel": "全てのチャンネルのメンバー", + "admin.general.policy.permissionsChannelAdmin": "チャンネル、チームおよびシステムの管理者", + "admin.general.policy.permissionsDeletePostAdmin": "チーム管理者とシステム管理者", + "admin.general.policy.permissionsDeletePostAll": "メッセージの作成者は自身のメッセージを削除できます。また、管理者はどんなメッセージも削除することができます。", + "admin.general.policy.permissionsDeletePostSystemAdmin": "システム管理者", + "admin.general.policy.permissionsSystemAdmin": "システム管理者", + "admin.general.policy.restrictPostDeleteDescription": "メッセージを削除できる権限を持つユーザーについてのポリシーを設定してください。", + "admin.general.policy.restrictPostDeleteTitle": "メッセージの削除ができるユーザー:", + "admin.general.policy.restrictPrivateChannelCreationDescription": "非公開グループの作成ができるユーザーについてのポリシーを設定してください。", + "admin.general.policy.restrictPrivateChannelCreationTitle": "非公開グループの作成を許可する:", + "admin.general.policy.restrictPrivateChannelDeletionCommandLineToolLink": "コマンドラインツール", + "admin.general.policy.restrictPrivateChannelDeletionDescription": "非公開グループの削除ができるユーザーについてのポリシーを設定してください。削除したグループは {commandLineToolLink} を利用することでデータベースから復元することができます。", + "admin.general.policy.restrictPrivateChannelDeletionTitle": "非公開グループの削除を許可する:", + "admin.general.policy.restrictPrivateChannelManagementDescription": "非公開グループ名の変更やヘッダー・目的の設定ができるユーザーについてのポリシーを設定してください。", + "admin.general.policy.restrictPrivateChannelManagementTitle": "非公開グループ名の変更を許可する:", + "admin.general.policy.restrictPublicChannelCreationDescription": "公開チャンネルの作成ができるユーザーについてのポリシーを設定してください。", + "admin.general.policy.restrictPublicChannelCreationTitle": "公開チャンネル作成を許可する:", + "admin.general.policy.restrictPublicChannelDeletionCommandLineToolLink": "コマンドラインツール", + "admin.general.policy.restrictPublicChannelDeletionDescription": "公開チャンネルの削除ができるユーザーについてのポリシーを設定してください。削除されたチャンネルは {commandLineToolLink} を利用することでデータベースから復元することができます。", + "admin.general.policy.restrictPublicChannelDeletionTitle": "公開チャンネルの削除を許可する:", + "admin.general.policy.restrictPublicChannelManagementDescription": "公開チャンネル名の変更や、ヘッダー・目的の設定ができるユーザーについてのポリシーを設定してください。", + "admin.general.policy.restrictPublicChannelManagementTitle": "公開チャンネル名の変更を許可する許可する:", + "admin.general.policy.teamInviteDescription": "新しいメンバーを招待での電子メールの送信やチーム招待リンクを入手による招待を行うことができるユーザーについてのポリシーを設定してください。チーム招待リンクを入手によるリンクが共有されている場合、希望のユーザーがチームに参加した後、チームの設定 > 招待コードから招待コードを無効にできます。", + "admin.general.policy.teamInviteTitle": "チームへの招待ができるユーザー:", + "admin.general.privacy": "プライバシー", + "admin.general.usersAndTeams": "ユーザーとチーム", + "admin.gitab.clientSecretDescription": "この値はGitLabにログインする際の説明で提供されています。", + "admin.gitlab.EnableHtmlDesc": "
    1. GitLabのアカウントでログインし、Profile Settings -> Applicationsを選択してください。
    2. Redirect URIsに \"/login/gitlab/complete\" (example: http://localhost:8065/login/gitlab/complete)と\"/signup/gitlab/complete\"を指定してください。
    3. 次にGitLabの\"アプリケーションシークレットキー\"と\"アプリケーションID\"欄を以下に入力してください。
    4. 以下のエンドポイントURLを入力してください。
    ", + "admin.gitlab.authDescription": "https:///oauth/authorize (例: https://example.com:3000/oauth/authorize)を入力してください。サーバーの設定によりHTTPかHTTPSかは異なりますので注意してください。", + "admin.gitlab.authExample": "例: \"https:///oauth/authorize\"", + "admin.gitlab.authTitle": "認証エンドポイント:", + "admin.gitlab.clientIdDescription": "この値はGitLabにログインする際の説明で提供されています。", + "admin.gitlab.clientIdExample": "例: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientIdTitle": "アプリケーション ID:", + "admin.gitlab.clientSecretExample": "例: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientSecretTitle": "アプリケーションシークレットキー:", + "admin.gitlab.enableDescription": "有効な場合、Mattermostのチームの作成と利用登録をGitLabのOAuthを使って実行できます。", + "admin.gitlab.enableTitle": "GitLabの認証を有効にする: ", + "admin.gitlab.settingsTitle": "GitLabの設定", + "admin.gitlab.tokenDescription": "https:///oauth/tokenを入力してください。サーバーの設定によりHTTPかHTTPSかは異なりますので注意してください。", + "admin.gitlab.tokenExample": "例: \"https:///oauth/token\"", + "admin.gitlab.tokenTitle": "トークンエンドポイント:", + "admin.gitlab.userDescription": "https:///api/v3/user を入力してください。サーバーの設定によりHTTPかHTTPSかは異なりますので注意してください。", + "admin.gitlab.userExample": "例: \"https:///api/v3/user\"", + "admin.gitlab.userTitle": "ユーザーAPIエンドポイント:", + "admin.google.EnableHtmlDesc": "
    1. あなたのGoogleアカウントにログインします。
    2. https://console.developers.google.comへ行き、左サイドバーの認証情報をクリックし、認証情報を作成をクリックした後、プロジェクト名として\"Mattermost - 会社名\"を入力します。
    3. ヘッダー部のOAuth同意画面をクリックし、ユーザーに表示するサービス名として\"Mattermost\"を入力し、保存をクリックします。
    4. ヘッダー部の認証情報で、認証情報を作成をクリックし、OAuthクライアント IDを選び、ウェブアプリケーションを選択します。
    5. 制限事項承認済みのリダイレクト URIyour-mattermost-url/signup/google/complete(例: http://localhost:8065/signup/google/complete)を入力します。作成クリックします。
    6. クライアントIDクライアントシークレットを下記にペーストし、保存をクリックします。
    7. 最後に、Google+ APIへ行き、有効にするをクリックします。Googleのシステムに伝播するのに数分かかります。
    ", + "admin.google.authTitle": "認証エンドポイント:", + "admin.google.clientIdDescription": "Googleにアプリケーションを登録したときに受け取るクライアントIDです。", + "admin.google.clientIdExample": "例: \"7602141235235-url0fhs1mayfasbmop5qlfns8dh4.apps.googleusercontent.com\"", + "admin.google.clientIdTitle": "クライアントID:", + "admin.google.clientSecretDescription": "Googleにアプリケーションを登録したときに受け取るクライアント秘密情報です。", + "admin.google.clientSecretExample": "例: \"H8sz0Az-dDs2p15-7QzD231\"", + "admin.google.clientSecretTitle": "クライアント秘密情報:", + "admin.google.tokenTitle": "トークンエンドポイント:", + "admin.google.userTitle": "ユーザーAPIエンドポイント:", + "admin.image.amazonS3BucketDescription": "AWSでのS3バケットの名前を指定します。", + "admin.image.amazonS3BucketExample": "例: \"mattermost-media\"", + "admin.image.amazonS3BucketTitle": "Amazon S3バケット:", + "admin.image.amazonS3EndpointDescription": "S3と互換性のあるストレージプロバイダーのホスト名です。デフォルトは`s3.amazonaws.com`です。", + "admin.image.amazonS3EndpointExample": "例: \"s3.amazonaws.com\"", + "admin.image.amazonS3EndpointTitle": "Amazon S3 エンドポイント:", + "admin.image.amazonS3IdDescription": "Amazon EC2の管理者から認証情報を入手してください。", + "admin.image.amazonS3IdExample": "例: \"AKIADTOVBGERKLCBV\"", + "admin.image.amazonS3IdTitle": "Amazon S3アクセスキーID:", + "admin.image.amazonS3RegionDescription": "AWS S3バケットを作成した際に選択したリージョンを指定します。", + "admin.image.amazonS3RegionExample": "例: \"us-east-1\"", + "admin.image.amazonS3RegionTitle": "Amazon S3リージョン:", + "admin.image.amazonS3SSLDescription": "無効な場合、Amazon S3への安全でない接続を許可します。デフォルトでは安全な接続のみです。", + "admin.image.amazonS3SSLTitle": "Amazon S3への安全な接続を有効にする:", + "admin.image.amazonS3SecretDescription": "Amazon EC2の管理者から認証情報を入手してください。", + "admin.image.amazonS3SecretExample": "例: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.image.amazonS3SecretTitle": "Amazon S3秘密アクセスキー:", + "admin.image.localDescription": "ファイルと画像を書き込むディレクトリー。空欄の場合には、既定値として、./data/ が使用されます。", + "admin.image.localExample": "例: \"./data/\"", + "admin.image.localTitle": "ローカルストレージディレクトリー:", + "admin.image.maxFileSizeDescription": "メッセージに添付するファイルの最大サイズ(MB)。注意: サーバーメモリーがそのサイズをサポートできることを確認してください。巨大なファイルサイズはサーバーをクラッシュさせる恐れがあり、ネットワークの問題でアップロードが失敗するリスクも増加します。", + "admin.image.maxFileSizeExample": "50", + "admin.image.maxFileSizeTitle": "最大ファイルサイズ:", + "admin.image.previewHeightDescription": "プレビューイメージの最大高さ(\"0\"を設定すると自動でサイズが決められます)を指定します。この値を変更することで、設定以降の画像サイズが変更されます。しかし設定以前の画像サイズは変更されません。", + "admin.image.previewHeightExample": "例: \"0\"", + "admin.image.previewHeightTitle": "画像プレビューの高さ:", + "admin.image.previewWidthDescription": "プレビュー画像の最大幅(\"0\"を設定すると自動でサイズが決められます)を指定します。この値を変更することで、設定以降の画像サイズが変更されます。しかし設定以前の画像サイズは変更されません。", + "admin.image.previewWidthExample": "例: \"1024\"", + "admin.image.previewWidthTitle": "画像プレビューの幅:", + "admin.image.profileHeightDescription": "プロフィール画像の高さです。", + "admin.image.profileHeightExample": "例: \"0\"", + "admin.image.profileHeightTitle": "プロフィール画像の高さ:", + "admin.image.profileWidthDescription": "プロフィール画像の幅です。", + "admin.image.profileWidthExample": "例: \"1024\"", + "admin.image.profileWidthTitle": "プロフィール画像の幅:", + "admin.image.publicLinkDescription": "公開画像リンクの署名に32文字のソルトを付与します。これはインストールするたびにランダムに生成されます。新しいソルトを生成するには「再生成する」をクリックしてください。", + "admin.image.publicLinkExample": "例: \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.image.publicLinkTitle": "公開リンクソルト:", + "admin.image.shareDescription": "ファイルと画像に公開リンクを使い共有することをユーザーに許可します。", + "admin.image.shareTitle": "公開ファイルリンクを共有する: ", + "admin.image.storeAmazonS3": "Amazon S3", + "admin.image.storeDescription": "添付するファイルと画像を保存するストレージシステム。

    \"Amazon S3\"を選択した場合、Amazonの認証情報の入力欄が有効化されます。

    \"ローカルファイルシステム\"を選択した場合、ローカルのファイルディレクトリーの入力欄が有効化されます。", + "admin.image.storeLocal": "ローカルファイルシステム", + "admin.image.storeTitle": "ファイルストレージシステム:", + "admin.image.thumbHeightDescription": "アップロードされた画像から生成されるサムネイルの高さを指定します。この値を変更することで、設定以降のサムネイルサイズが変更されます。しかし設定以前の画像は変更されません。", + "admin.image.thumbHeightExample": "例: \"100\"", + "admin.image.thumbHeightTitle": "添付サムネイルの高さ:", + "admin.image.thumbWidthDescription": "アップロードされた画像から生成されるサムネイルの幅を指定します。この値を変更することで、設定以降のサムネイルサイズが変更されます。しかし設定以前の画像は変更されません。", + "admin.image.thumbWidthExample": "例: \"120\"", + "admin.image.thumbWidthTitle": "添付サムネイルの幅:", + "admin.integrations.custom": "カスタム統合機能", + "admin.integrations.external": "外部のサービス", + "admin.integrations.webrtc": "Mattermost WebRTC", + "admin.ldap.baseDesc": "ベースDNはMattermostがAD/LDAPツリーでユーザー検索を始める場所の識別名です。", + "admin.ldap.baseEx": "例: \"ou=Unit Name,dc=corp,dc=example,dc=com\"", + "admin.ldap.baseTitle": "ベースDN:", + "admin.ldap.bindPwdDesc": "「バインドユーザー名」のパスワード:", + "admin.ldap.bindPwdTitle": "バインドパスワード:", + "admin.ldap.bindUserDesc": "AD/LDAPを検索する際に使用するユーザー名です。これは通常はMattermost専用のアカウントを作成しておきます。そしてそのアカウントはベースDNだけに読み取り専用でアクセスできるようにします。", + "admin.ldap.bindUserTitle": "バインドユーザー名:", + "admin.ldap.emailAttrDesc": "Mattermostのユーザーの電子メールアドレスを設定するために使用されるAD/LDAPサーバーの属性値です。", + "admin.ldap.emailAttrEx": "例: \"mail\" or \"userPrincipalName\"", + "admin.ldap.emailAttrTitle": "電子メール属性値:", + "admin.ldap.enableDesc": "有効な場合、MattermostはログインにAD/LDAPの使用を許可します", + "admin.ldap.enableTitle": "AD/LDAPでのサインインを有効にする:", + "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.idAttrTitle": "ID属性値: ", + "admin.ldap.lastnameAttrDesc": "(オプション) Mattermostのユーザーの苗字(ラストネーム)を設定するために使用されるAD/LDAPサーバーの属性です。設定された場合、この属性はLDAPサーバーと同期されるため、ユーザーは苗字(ラストネーム)を編集することはできません。空欄のままにした場合、ユーザーはアカウントの設定で自身の苗字(ラストネーム)を設定できます。", + "admin.ldap.lastnameAttrEx": "例: \"sn\"", + "admin.ldap.lastnameAttrTitle": "苗字(ラストネーム)の属性値:", + "admin.ldap.ldap_test_button": "AD/LDAPテスト", + "admin.ldap.loginNameDesc": "ログインページのログイン欄に表示されるプレイスホルダーテキストを設定します。\"AD/LDAPユーザー名\"がデフォルトです。", + "admin.ldap.loginNameEx": "例: \"AD/LDAPユーザー名\"", + "admin.ldap.loginNameTitle": "ログインフィールド名:", + "admin.ldap.maxPageSizeEx": "例: \"2000\"", + "admin.ldap.maxPageSizeHelpText": "MattermostサーバーがAD/LDAPサーバーへ一度にリクエストする最大ユーザー数。0を指定した場合、制限しません。", + "admin.ldap.maxPageSizeTitle": "最大ページサイズ:", + "admin.ldap.nicknameAttrDesc": "(オプション) Mattermostのユーザーのニックネームを設定するために使用されるAD/LDAPサーバーの属性です。設定された場合、この属性はLDAPサーバーと同期されるため、ユーザーはニックネームを編集することはできません。空欄のままにした場合、ユーザーはアカウントの設定で自身のニックネームを設定できます。", + "admin.ldap.nicknameAttrEx": "例: \"nickname'", + "admin.ldap.nicknameAttrTitle": "ニックネームの属性値:", + "admin.ldap.noLicense": "

    注意:

    AD/LDAPはエンタープライズ版のみの機能です。現在のライセンスはAD/LDAPをサポートしていません。詳しくはエンタープライズ版についての情報と価格をご覧ください。

    ", + "admin.ldap.portDesc": "MattermostがAD/LDAPサーバーに接続するポート番号です。デフォルトでは389です。", + "admin.ldap.portEx": "例: \"389\"", + "admin.ldap.portTitle": "AD/LDAPポート:", + "admin.ldap.positionAttrDesc": "(オプション)Mattermostのユーザーの役職を設定するために使用されるAD/LDAPサーバーの属性値です。", + "admin.ldap.positionAttrEx": "例: \"タイトル\"", + "admin.ldap.positionAttrTitle": "役職の属性値:", + "admin.ldap.queryDesc": "AD/LDAPサーバーに問い合わせをする際のタイムアウト秒数です。遅いAD/LDAPサーバーとの接続でタイムアウトエラーが発生する場合には数値を増やしてください。", + "admin.ldap.queryEx": "例: \"60\"", + "admin.ldap.queryTitle": "問い合わせタイムアウト(秒):", + "admin.ldap.serverDesc": "AD/LDAPサーバーのドメイン名またはIPアドレスです。", + "admin.ldap.serverEx": "例: \"10.0.0.23\"", + "admin.ldap.serverTitle": "AD/LDAPサーバー:", + "admin.ldap.skipCertificateVerification": "証明書の検証をしない:", + "admin.ldap.skipCertificateVerificationDesc": "TLSまたはSTARTTLSの証明書の検証ステップをスキップします。TLSが必要な本番環境では設定することは推奨されません。テスト用の設定です。", + "admin.ldap.syncFailure": "同期の失敗: {error}", + "admin.ldap.syncIntervalHelpText": "AD/LDAPの同期は、AD/LDAPサーバでの更新を反映するためにMattermostのユーザー情報を更新します。例えば、AD/LDAPサーバー上でユーザーの名前が変更された場合、その変更はAD/LDAPの同期が実行された時にMattermostへ反映されます。AD/LDAPサーバ上で削除もしくは無効化されたアカウントは、Mattermost上で\"無効\"となり、そのアカウントのセッションは削除されます。Mattermostは入力された同期間隔で同期を実行します。例えば、60が入力された場合、Mattermostは60分ごとに同期を行います。", + "admin.ldap.syncIntervalTitle": "同期間隔(分):", + "admin.ldap.syncNowHelpText": "AD/LDAP同期をすぐに実行します。", + "admin.ldap.sync_button": "AD/LDAP同期を今すぐ実行する", + "admin.ldap.testFailure": "AD/LDAPのテストに失敗: {error}", + "admin.ldap.testHelpText": "Mattermostが指定されたAD/LDAPサーバーに接続できるかをテストします。詳しいエラーメッセージは、ログファイルを参照してください。", + "admin.ldap.testSuccess": "AD/LDAPテストが成功しました", + "admin.ldap.uernameAttrDesc": "Mattermostのユーザー名を設定するために使用されるAD/LDAPサーバーの属性値です。ID属性値と同じである場合があります。", + "admin.ldap.userFilterDisc": "(オプション) ユーザーオブジェクトを検索する際のAD/LDAPフィルターを入力できます。これを適用したクエリーで選ばれるユーザーのみがMattermostにアクセスできます。Active Directoryでは、無効化されているユーザーを排除するには、(&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))を設定してください。", + "admin.ldap.userFilterEx": "例: \"(objectClass=user)\"", + "admin.ldap.userFilterTitle": "ユーザーフィルター:", + "admin.ldap.usernameAttrEx": "例: \"sAMAccountName\"", + "admin.ldap.usernameAttrTitle": "ユーザー名の属性値:", + "admin.license.choose": "ファイルを選択する", + "admin.license.chooseFile": "ファイルを選択する", + "admin.license.edition": "Edition: ", + "admin.license.key": "ライセンスキー: ", + "admin.license.keyRemove": "Enterprise Editionライセンスを削除し、サーバーをダウングレードする", + "admin.license.noFile": "ファイルがアップロードされていません", + "admin.license.removing": "ライセンスを削除しています…", + "admin.license.title": "Editionとライセンス", + "admin.license.type": "ライセンス: ", + "admin.license.upload": "アップロードする", + "admin.license.uploadDesc": "Mattermost Enterprise Editionのライセンスキーをアップロードし、このサーバーをアップグレードします。 Enterprise Editionの詳細を確認したり、ライセンスキーを購入する場合は、当社のWebサイトを訪問してください。", + "admin.license.uploading": "ライセンスをアップロードしています…", + "admin.log.consoleDescription": "本番環境では無効に設定してください。開発者はこれを有効に設定することで、コンソールレベルオプションに応じてログメッセージを出力させることができます。有効な場合、サーバー標準出力(stdout)にメッセージを出力します。", + "admin.log.consoleTitle": "ログをコンソールに出力する: ", + "admin.log.enableDiagnostics": "診断とエラーレポートを有効にする:", + "admin.log.enableDiagnosticsDescription": "Mattermost, Incへエラーレポートと診断情報を送信し、Mattermostの品質とパフォーマンスを改善するために、この機能を有効にしてください。 詳しくはプライバシーポリシーを参照してください。", + "admin.log.enableWebhookDebugging": "ウェブフックのデバッグを有効にする:", + "admin.log.enableWebhookDebuggingDescription": "これを無効にすることで、全ての内向きのウェブフックのリクエストボディーのデバッグログの出力を無効化します。", + "admin.log.fileDescription": "本番環境では有効に設定してください。有効な場合、ログファイルは以下のファイルの場所欄で指定されたファイルに出力されます。", + "admin.log.fileLevelDescription": "この設定は、どのログイベントをログファイルに出力するか決定します。ERROR: エラーメッセージのみを出力する。INFO: エラーと起動と初期化の情報を出力する。DEBUG: 問題をデバッグする開発者向けの詳細を出力する。", + "admin.log.fileLevelTitle": "ファイルログレベル:", + "admin.log.fileTitle": "ログをファイルに出力する: ", + "admin.log.formatDateLong": "日付 (2006/01/02)", + "admin.log.formatDateShort": "日付 (01/02/06)", + "admin.log.formatDescription": "ログメッセージ出力のフォーマットです。空欄の場合には、\"[%D %T] [%L] %M\"になります:", + "admin.log.formatLevel": "レベル (DEBG, INFO, EROR)", + "admin.log.formatMessage": "メッセージ", + "admin.log.formatPlaceholder": "ファイルフォーマットを入力してください", + "admin.log.formatSource": "ソース", + "admin.log.formatTime": "時刻 (15:04:05 MST)", + "admin.log.formatTitle": "ログファイルの形式:", + "admin.log.levelDescription": "この設定は、どのログイベントをコンソールに出力するか決定します。ERROR: エラーメッセージのみを出力する。INFO: エラーと起動と初期化の情報を出力する。DEBUG: 問題をデバッグする開発者向けの詳細を出力する。", + "admin.log.levelTitle": "コンソールログレベル:", + "admin.log.locationDescription": "ログファイルを指定します。空欄の場合には、./logs/mattermostのmattermost.logに設定されます。また、ログローテーションが有効になり、10,000行毎に同じディレクトリーに新しいファイルを作成します。ファイル名は、例えば、mattermost.2015-09-23.001、mattermost.2015-09-23.002のようになります。", + "admin.log.locationPlaceholder": "ファイルの場所を入力してください", + "admin.log.locationTitle": "ログファイルの出力ディレクトリー:", + "admin.log.logSettings": "LDAPの設定", + "admin.logs.reload": "再読み込み", + "admin.logs.title": "サーバーログ", + "admin.metrics.enableDescription": "有効な場合、Mattermostはパフォーマンスのモニタリングやプロファイリングが有効になります。Mattermostのパフォーマンスモニタリングの設定について、詳しくはdocumentationを参照してください。", + "admin.metrics.enableTitle": "パフォーマンスモニタリングを有効にする:", + "admin.metrics.listenAddressDesc": "パフォーマンスメトリクスの公開先のサーバーが接続待ちをするアドレスです。", + "admin.metrics.listenAddressEx": "例: \":8067\"", + "admin.metrics.listenAddressTitle": "接続待ちアドレス:", + "admin.mfa.bannerDesc": "多要素認証はAD/LDAPか電子メールログインのアカウントで利用できます。他のログイン方法が使用されている場合、多要素認証は認証プロバイダー側で設定されるはずです。", + "admin.mfa.cluster": "高", + "admin.mfa.title": "多要素認証", + "admin.nav.help": "ヘルプ", + "admin.nav.logout": "ログアウト", + "admin.nav.report": "問題を報告する", + "admin.nav.switch": "チームを切り替える", + "admin.notifications.email": "電子メールアドレス", + "admin.notifications.push": "モバイルプッシュ", + "admin.notifications.title": "通知の設定", + "admin.oauth.gitlab": "GitLab", + "admin.oauth.google": "Google Apps", + "admin.oauth.off": "OAuth 2.0プロバイダーを通じてのサインインは許可されていません", + "admin.oauth.office365": "Office 365(ベータ版)", + "admin.oauth.providerDescription": "有効な場合、MattermostはOAuth 2.0サービスプロバイダーとして働き、外部のアプリケーションからのAPIリクエストを認証することできます。詳しくは説明文書を参照してください。", + "admin.oauth.providerTitle": "OAuth 2.0サービスプロバイダーを有効にする: ", + "admin.oauth.select": "OAuth 2.0サービスプロバーダーを選択する:", + "admin.office365.EnableHtmlDesc": "
    1. Microsoftアカウント、もしくはOffice365アカウントにログインします。そのアカウントが、ユーザーにログインさせたいテナントと同じテナントであることを確認してください。
    2. https://apps.dev.microsoft.comへ行き、アプリの追加をクリックし、アプリケーションの名前として\"Mattermost - 会社名\"を使用してください。
    3. アプリケーション シークレットの下にある新しいパスワードを生成をクリックし、表示されるパスワードを下記のアプリケーション秘密パスワード欄に貼り付けてください。
    4. プラットフォームの下にあるプラットフォームの追加をクリックし、ウェブを選択した後、リダイレクト URIyour-mattermost-url/signup/office365/complete(例: http://localhost:8065/signup/office365/complete)を入力してください。また、暗黙的フローを許可するのチェックを外してください。
    5. 最後に保存をクリックして、アプリケーション IDを下記の欄に貼り付けてください。
    ", + "admin.office365.authTitle": "認証エンドポイント:", + "admin.office365.clientIdDescription": "Microsoftにアプリケーションを登録したときに受け取るアプリケーションID/クライアントIDです。", + "admin.office365.clientIdExample": "例 \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"", + "admin.office365.clientIdTitle": "アプリケーション ID:", + "admin.office365.clientSecretDescription": "Microsoftにアプリケーションを登録したときに受け取るアプリケーション秘密パスワードです。", + "admin.office365.clientSecretExample": "例: \"shAieM47sNBfgl20f8ci294\"", + "admin.office365.clientSecretTitle": "アプリケーション秘密パスワード:", + "admin.office365.tokenTitle": "トークンエンドポイント:", + "admin.office365.userTitle": "ユーザーAPIエンドポイント:", + "admin.password.lowercase": "少なくとも1つの英小文字が必要です", + "admin.password.minimumLength": "最小パスワード長さ:", + "admin.password.minimumLengthDescription": "有効なパスワードに要求する最小文字数。{min}以上、{max}以下にしてください。", + "admin.password.minimumLengthExample": "例: \"5\"", + "admin.password.number": "少なくとも1つの数字が必要です", + "admin.password.preview": "エラーメッセージのプレビュー", + "admin.password.requirements": "パスワードの要件:", + "admin.password.requirementsDescription": "有効なパスワードで求められる文字の種類です。", + "admin.password.symbol": "少なくとも1つの記号が必要です(例: \"~!@#$%^&*()\")", + "admin.password.uppercase": "少なくとも1つの英大文字が必要です", + "admin.privacy.showEmailDescription": "無効な場合、メンバーの電子メールアドレスをシステム管理者以外からは見えないようにします。", + "admin.privacy.showEmailTitle": "電子メールアドレスを表示する: ", + "admin.privacy.showFullNameDescription": "無効な場合、メンバーの氏名をシステム管理者以外からは見えないようにします。氏名の代わりにはユーザー名が表示されます。", + "admin.privacy.showFullNameTitle": "フルネームを表示する: ", + "admin.purge.button": "全てのキャッシュを破棄します", + "admin.purge.loading": " 読み込み中…", + "admin.purge.purgeDescription": "メモリ内のセッション、アカウント、チャンネルなどについてのキャッシュを全て破棄します。高可用を利用したデプロイはクラスタ内の全てのサーバーでの破棄を行おうとします。 キャッシュの破棄はパフォーマンスへ悪い影響を及ぼす可能性もあります。", + "admin.purge.purgeFail": "破棄が失敗しました: {error}", + "admin.rate.enableLimiterDescription": "有効な場合、APIは以下で指定した頻度に制限されます。", + "admin.rate.enableLimiterTitle": "投稿頻度制限を有効にする: ", + "admin.rate.httpHeaderDescription": "入力した場合、指定されたHTTPヘッダーフィールド(例えば、NGINXで設定する場合には\"X-Real-IP\"、AmazonELBの場合には\"X-Forwarded-For\")で投稿頻度制限を変更できます。", + "admin.rate.httpHeaderExample": "例: \"X-Real-IP\", \"X-Forwarded-For\"", + "admin.rate.httpHeaderTitle": "HTTPヘッダーで投稿頻度制限を変更:", + "admin.rate.maxBurst": "最大バーストサイズ:", + "admin.rate.maxBurstDescription": "1秒間当たりのクエリーの上限数を指定してください。", + "admin.rate.maxBurstExample": "例: \"100\"", + "admin.rate.memoryDescription": "以下で「リモートアドレスで投稿頻度制限を変更」または「HTTPヘッダーで投稿頻度制限を変更」の設定でシステムへ接続するユーザーのセッションの最大数を指定します。", + "admin.rate.memoryExample": "例: \"10000\"", + "admin.rate.memoryTitle": "メモリー保存サイズ:", + "admin.rate.noteDescription": "このセクションでの設定値の変更を有効にするにはサーバーを再起動させる必要があります。", + "admin.rate.noteTitle": "注意:", + "admin.rate.queriesDescription": "ここで指定する1秒間当たりのリクエスト数でAPIを制限します。", + "admin.rate.queriesExample": "例: \"10\"", + "admin.rate.queriesTitle": "最大クエリー数(1秒当たり):", + "admin.rate.remoteDescription": "有効な場合、IPアドレスでAPIアクセスの投稿頻度を制限します。", + "admin.rate.remoteTitle": "リモートアドレスで投稿頻度制限変更: ", + "admin.rate.title": "投稿頻度の設定", + "admin.recycle.button": "データベース接続を再利用する", + "admin.recycle.loading": " 再利用しています…", + "admin.recycle.recycleDescription": "複数のデータベースを用意している場合、\"config.json\"を更新し、 設定 > ディスクから設定を再読み込みするの機能を実行することで、Mattermostサーバーの実行中に、サーバーを再起動することなく、マスターデータベースを他のデータベースに切り替えることができます。システム管理者は、データベース接続を再利用する機能を使い、新しい設定ファイルのデータベース接続をリサイクルしてください。", + "admin.recycle.reloadFail": "再利用できませんでした: {error}", + "admin.regenerate": "再生成する", + "admin.reload.button": "ディスクから設定を再読み込みする", + "admin.reload.loading": " 読み込み中です…", + "admin.reload.reloadDescription": "複数のデータベースを用意している場合、\"config.json\"を更新し、 ディスクから設定を再読み込みするの機能を実行することで、Mattermostサーバーの実行中に、サーバーを再起動することなく、マスターデータベースを他のデータベースに切り替えることができます。システム管理者は、データベース > データベース接続を再利用する機能を使い、新しい設定ファイルのデータベース接続をリサイクルしてください。", + "admin.reload.reloadFail": "再読み込みできませんでした: {error}", + "admin.reset_password.close": "閉じる", + "admin.reset_password.newPassword": "新しいパスワード", + "admin.reset_password.select": "選択する", + "admin.reset_password.submit": "少なくとも{chars}文字を入力してください。", + "admin.reset_password.titleReset": "パスワードをリセットする", + "admin.reset_password.titleSwitch": "アカウントを電子メールアドレス/パスワードに切り替える", + "admin.saml.assertionConsumerServiceURLDesc": "https:///login/sso/saml を入力してください。HTTPとHTTPSのどちらを使うか注意してください。この入力欄は、アサーションコンシューマーサービスURLとも呼ばれます。", + "admin.saml.assertionConsumerServiceURLEx": "例: \"https:///login/sso/saml\"", + "admin.saml.assertionConsumerServiceURLTitle": "サービスプロバイダーログインURL:", + "admin.saml.bannerDesc": "非活性もしくは削除されたユーザーを含めSAMLサーバーのユーザー属性がログイン中に更新されました。詳細について: https://docs.mattermost.com/deployment/sso-saml.html", + "admin.saml.emailAttrDesc": "Mattermostのユーザーの電子メールアドレスを設定するために使用されるSAMLアサーションの属性値です。", + "admin.saml.emailAttrEx": "例: \"Email\"または\"PrimaryEmail\"", + "admin.saml.emailAttrTitle": "電子メール属性値:", + "admin.saml.enableDescription": "有効にした場合、MattermostへSAMLを使ったログインが可能になります。詳しくは、説明文書を参照してください。", + "admin.saml.enableTitle": "SAMLでのログインを有効にする:", + "admin.saml.encryptDescription": "有効にした場合、Mattermostは、あなたのサービスプロバイダー公開証明書で暗号化されたSAMLアサーションを復号します。", + "admin.saml.encryptTitle": "暗号化を有効にする:", + "admin.saml.firstnameAttrDesc": "(オプション) Mattermostのユーザーの名前(ファーストネーム)を設定するために使用されるSAMLアサーションの属性値です。", + "admin.saml.firstnameAttrEx": "例: \"FirstName\"", + "admin.saml.firstnameAttrTitle": "名前(ファーストネーム)の属性値:", + "admin.saml.idpCertificateFileDesc": "認証プロバイダーによって発行された公開認証証明書です。", + "admin.saml.idpCertificateFileRemoveDesc": "認証プロバイダーによって発行された公開認証証明書を削除する。", + "admin.saml.idpCertificateFileTitle": "認証プロバイダーの公開証明書:", + "admin.saml.idpDescriptorUrlDesc": "SAMLリクエストで使う認証プロバイダーの発行者URLです。", + "admin.saml.idpDescriptorUrlEx": "例: \"https://idp.example.org/SAML2/issuer\"", + "admin.saml.idpDescriptorUrlTitle": "認証プロバイダーの発行者URL:", + "admin.saml.idpUrlDesc": "ログインシーケンスを開始するSAMLリクエストを送るURLです。", + "admin.saml.idpUrlEx": "例: \"https://idp.example.org/SAML2/SSO/Login\"", + "admin.saml.idpUrlTitle": "SAMLシングルサインオンURL:", + "admin.saml.lastnameAttrDesc": "(オプション) Mattermostのユーザーの苗字(ラストネーム)を設定するために使用されるSAMLアサーションの属性値です。", + "admin.saml.lastnameAttrEx": "例: \"LastName\"", + "admin.saml.lastnameAttrTitle": "苗字(ラストネーム)の属性値:", + "admin.saml.localeAttrDesc": "(オプション) Mattermostのユーザーの使用言語を設定するために使用されるSAMLアサーションの属性値です。", + "admin.saml.localeAttrEx": "例: \"Locale\"または\"PrimaryLanguage\"", + "admin.saml.localeAttrTitle": "優先する使用言語の設定値:", + "admin.saml.loginButtonTextDesc": "(オプション) ログインページのログインボタンに表示されるテキスト。標準では、\"With SAML\"です。", + "admin.saml.loginButtonTextEx": "例: \"With OKTA\"", + "admin.saml.loginButtonTextTitle": "ログインボタンのテキスト:", + "admin.saml.nicknameAttrDesc": "(オプション) Mattermostのユーザーのニックネームを設定するために使用されるSAMLアサーションの属性値です。", + "admin.saml.nicknameAttrEx": "例: \"Nickname\"", + "admin.saml.nicknameAttrTitle": "ニックネームの属性値:", + "admin.saml.positionAttrDesc": "(オプション) Mattermostのユーザーの役職を設定するために使用されるSAMLアサーションの属性値です。", + "admin.saml.positionAttrEx": "例: \"役割\"", + "admin.saml.positionAttrTitle": "役職の属性値:", + "admin.saml.privateKeyFileFileDesc": "SAMLアサーションを復号するのに使う、認証プロバイダー発行の秘密鍵です。", + "admin.saml.privateKeyFileFileRemoveDesc": "SAMLアサーションを復号するのに使う、認証プロバイダー発行の秘密鍵を削除する。", + "admin.saml.privateKeyFileTitle": "サービスプロバイダーの秘密鍵:", + "admin.saml.publicCertificateFileDesc": "Mattermostがサービスプロバイダーである場合の、SAMLログインに使用する、認証プロバイダーへのSAMLリクエストの署名を生成するために使用する証明書です。", + "admin.saml.publicCertificateFileRemoveDesc": "Mattermostがサービスプロバイダーである場合の、SAMLログインに使用する、認証プロバイダーへのSAMLリクエストの署名を生成するために使用する証明書を削除する。", + "admin.saml.publicCertificateFileTitle": "サービスプロバイダー公開証明書:", + "admin.saml.remove.idp_certificate": "認証プロバイダーの証明書を削除する", + "admin.saml.remove.privKey": "サービスプロバイダーの秘密鍵を削除する", + "admin.saml.remove.sp_certificate": "サービスプロバイダー証明書を削除する", + "admin.saml.removing.certificate": "証明書を削除しています…", + "admin.saml.removing.privKey": "秘密鍵を削除しています…", + "admin.saml.uploading.certificate": "証明書をアップロードしています…", + "admin.saml.uploading.privateKey": "秘密鍵をアップロードしています…", + "admin.saml.usernameAttrDesc": "Mattermostのユーザー名を設定するために使用されるSAMLアサーションの属性値です。", + "admin.saml.usernameAttrEx": "例: \"Username\"", + "admin.saml.usernameAttrTitle": "ユーザー名の属性値:", + "admin.saml.verifyDescription": "有効にした場合、MattermostはSAMLレスポンスの署名がサービスプロバイダーログインURLと合致しているかを照合します。", + "admin.saml.verifyTitle": "署名を照合する:", + "admin.save": "保存する", + "admin.saving": "設定を保存しています…", + "admin.security.connection": "接続", + "admin.security.inviteSalt.disabled": "招待ソルトは電子メールの送信が無効な場合、変更できません。", + "admin.security.login": "ログイン", + "admin.security.password": "パスワード", + "admin.security.passwordResetSalt.disabled": "パスワードリセットソルトは、電子メールの送信が無効な場合、変更できません。", + "admin.security.public_links": "公開リンク", + "admin.security.requireEmailVerification.disabled": "電子メールの確認をするか否かは、電子メールの送信が無効な場合、変更できません。", + "admin.security.session": "セッション", + "admin.security.signup": "利用登録", + "admin.select_team.close": "閉じる", + "admin.select_team.select": "選択する", + "admin.select_team.selectTeam": "チームを選択する", + "admin.service.attemptDescription": "ユーザがロックアウトされるまでのログイン施行回数を指定します。ロックアウトされるとメールによるパスワードの初期化が必要になります。", + "admin.service.attemptExample": "例: \"10\"", + "admin.service.attemptTitle": "最大のログイン試行回数:", + "admin.service.cmdsDesc": "有効な場合、カスタムスラッシュコマンドが使用できます。詳しくは説明文書を参照してください。", + "admin.service.cmdsTitle": "カスタムスラッシュコマンドを有効にする: ", + "admin.service.corsDescription": "HTTPクロスオリジンリクエスト(CORS)を特定のドメインで有効にします。全てのドメインでCORSを許可するには\"*\"を指定してください。空欄にした場合、CORSは無効になります。", + "admin.service.corsEx": "http://example.com", + "admin.service.corsTitle": "クロスオリジンリクエストを許可する:", + "admin.service.developerDesc": "有効にした場合、JavaScriptのエラーはユーザーインターフェイス上部の赤いバーに表示されます。本番環境での使用はお勧めできません。 ", + "admin.service.developerTitle": "開発者モードを有効にする: ", + "admin.service.enforcMfaTitle": "多要素認証を有効にする:", + "admin.service.enforceMfaDesc": "有効の場合、多要素認証がログイン時に求められます。新しいユーザーはサインアップ時に多要素認証の設定を求められます。多要素認証設定なしにログインしているユーザーは設定が完了するまで多要素認証設定ページへリダイレクトされます。

    システムにAD/LDAPと電子メール以外のログイン方法のユーザーがいる場合、Mattermostの外部の認証プロバイダーで多要素認証が強制されます。", + "admin.service.forward80To443": "ポート80の443への転送:", + "admin.service.forward80To443Description": "ポート80からの安全でない接続を安全なポート443へ転送します", + "admin.service.googleDescription": "このキーを設定することで、YouTubeビデオプレビューのタイトルが表示されます。キーを設定しない場合、投稿かコメントにハイパーリンクが含まれると、タイトルが表示されない形式でYouTubeビデオのプレビューが生成されます。キーの取得方法についてはGoogle Developers Tutorialを参照してください。", + "admin.service.googleExample": "例: \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"", + "admin.service.googleTitle": "Google APIキー:", + "admin.service.iconDescription": "有効な場合、ウェブフックとスラッシュコマンド、その他の統合機能(Zapierなど)が、投稿に付属したプロフィール画像を変更することを許可します。注意: 統合機能にユーザー名の変更も許可した場合、フィッシング攻撃を許してしまう可能性があります。", + "admin.service.iconTitle": "統合機能によるプロフィール画像アイコンの上書きを許可する:", + "admin.service.insecureTlsDesc": "有効な場合、外向きのHTTPSリクエストは未確認の自己署名証明書を受け入れます。例えば、自己署名TLS証明書を使ったサーバーへの外向きのウェブフックが全てのドメインで許可されます。注意: これによって、man-in-the-middle攻撃の危険性が生じます。", + "admin.service.insecureTlsTitle": "安全でない外向きの接続を有効にする: ", + "admin.service.integrationAdmin": "統合機能の管理を管理者のみに制限する:", + "admin.service.integrationAdminDesc": "有効な場合、ウェブフックとスラッシュコマンドはチーム管理者とシステム管理者のみが、OAuth 2.0アプリケーションはシステム管理者のみが作成、編集、閲覧できるようになります。統合機能は管理者によって作成された後、全てのユーザーが利用できます。", + "admin.service.letsEncryptCertificateCacheFile": "Let's Encrypt証明書キャッシュファイル:", + "admin.service.letsEncryptCertificateCacheFileDescription": "検索された証明書やその他のLet's Encryptサービスに関するデータはこのファイルに保存されます。", + "admin.service.listenAddress": "接続待ちアドレス:", + "admin.service.listenDescription": "使用するIPアドレスとポート番号を設定します。\":8065\"と入力することで全てのインターフェイスのIPアドレスでアクセスを待ちます。\"127.0.0.1:8065\"と指定することで、一つのIPアドレスでアクセスを待ちます。\"システムポート\"や\"ウェルノウンポート\"と呼ばれる 0~1023 までの範囲のポート番号を選んだ場合、そのポートを使用する権限が必要になります。Linuxでは、Mattermostがウェルノウンポートを使用するために \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" を利用することができます。", + "admin.service.listenExample": "例: \":8065\"", + "admin.service.mfaDesc": "有効な場合、AD/LDAPか電子メールログインのユーザーはGoogle Authenticatorを使用した多要素認証をアカウントに追加することができます。", + "admin.service.mfaTitle": "多要素認証を有効にする:", + "admin.service.mobileSessionDays": "モバイルアプリのセッション維持期間 (日数):", + "admin.service.mobileSessionDaysDesc": "ユーザーが最後に認証情報を入力した時から、そのユーザーのセッションが期限切れとなるまでの日数です。この設定を変更した後の新しいセッション維持期間は、次にユーザーが認証情報を入力してから有効になります。", + "admin.service.outWebhooksDesc": "有効な場合、外向きのウェブフックが使用できます。詳しくは説明文書を参照してください。", + "admin.service.outWebhooksTitle": "外向きのウェブフックを有効にする: ", + "admin.service.overrideDescription": "有効な場合、ウェブフックとスラッシュコマンド、その他の統合機能(Zapierなど)が、投稿に使用されたユーザー名を変更することを許可します。注意: 統合機能にプロフィール画像の変更も許可した場合、フィッシング攻撃を許してしまう可能性があります。", + "admin.service.overrideTitle": "統合機能によるユーザー名の上書きを許可する:", + "admin.service.readTimeout": "Readタイムアウト:", + "admin.service.readTimeoutDescription": "コネクションが受け付けられてからリクエストボディが全て読み込まれるまでの上限となる時間", + "admin.service.securityDesc": "有効な場合、システム管理者は関係のあるセキュリティー修正が発生した場合、12時間以内に電子メールでお知らせを受信できます。電子メールが有効になっている必要があります。", + "admin.service.securityTitle": "セキュリティー通知を有効にする: ", + "admin.service.sessionCache": "セッションキャッシュの有効期間(分):", + "admin.service.sessionCacheDesc": "セッションをメモリーにキャッシュしておく期間(分)です。", + "admin.service.sessionDaysEx": "例: \"30\"", + "admin.service.siteURL": "サイトURL:", + "admin.service.siteURLDescription": "ユーザーがMattermostへアクセスするために使用する、ポート番号とプロトコルを含むURLです。通知 > 電子メールの電子メールバッチ処理を設定しない限り、空欄にしてください。空欄の場合、URLは内向きのアクセスに基づいて自動的に設定されます。", + "admin.service.siteURLExample": "例: \"https://mattermost.example.com:1234\"", + "admin.service.ssoSessionDays": "シングルサインオンのセッション維持期間 (日数):", + "admin.service.ssoSessionDaysDesc": "ユーザーが最後に認証情報を入力したときから、そのユーザーのセッションが期限切れとなるまでの日数です。SAMLかGitLabによる認可の場合、SAMLかGitLabに既にログインしていれば、ユーザーは自動的にMattermostへ再ログインされます。この設定を変更した場合、次にユーザーが認証情報を入力してから有効になります。", + "admin.service.testingDescription": "有効な場合、テストアカウントとテストデータによる /loadtest スラッシュコマンドが使用可能になります。この設定を変更した場合、サーバーを再起動するまで設定は反映されません。", + "admin.service.testingTitle": "コマンドのテストを有効にする: ", + "admin.service.tlsCertFile": "TLS証明書ファイル:", + "admin.service.tlsCertFileDescription": "使用されるTLS証明書ファイルです。", + "admin.service.tlsKeyFile": "TLS鍵ファイル:", + "admin.service.tlsKeyFileDescription": "使用される非公開鍵ファイルです。", + "admin.service.useLetsEncrypt": "Let's Encryptを使用する:", + "admin.service.useLetsEncryptDescription": "Let's Encryptからの証明書自動検出を有効にします。証明書はクライアントが新しいドメインから接続しようとした場合に検出されます。これは複数のドメインで動作します。", + "admin.service.webSessionDays": "AD/LDAPと電子メールのセッション維持期間 (日数):", + "admin.service.webSessionDaysDesc": "ユーザーが最後に認証情報を入力してから、そのユーザーのセッションが期限切れとなるまでの日数です。この設定を変更した後の新しいセッション維持期間は、次にユーザーが認証情報を入力してから有効になります。", + "admin.service.webhooksDescription": "有効な場合、内向きのウェブフックが使用できます。フィッシング攻撃対策のため、ウェブフックからの投稿にはBOTタグが表示されます。詳しくは説明文書を参照してください。", + "admin.service.webhooksTitle": "内向きのウェブフックを有効にする: ", + "admin.service.writeTimeout": "Writeタイムアウト:", + "admin.service.writeTimeoutDescription": "HTTP(安全でない)を使用している場合、これはリクエストヘッダーの読み込みが完了してからレスポンスが書き込まれるまでの上限となる時間です。HTTPSを使用している場合、接続が受け付けられてからレスポンスが書き込まれるまでの合計時間です。", + "admin.sidebar.addTeamSidebar": "サイドバーメニューからチームを追加する", + "admin.sidebar.advanced": "詳細", + "admin.sidebar.audits": "コンプライアンスと監査", + "admin.sidebar.authentication": "認証", + "admin.sidebar.cluster": "高可用(ベータ版)", + "admin.sidebar.compliance": "コンプライアンス", + "admin.sidebar.configuration": "設定", + "admin.sidebar.connections": "接続", + "admin.sidebar.customBrand": "独自ブランド設定", + "admin.sidebar.customEmoji": "カスタム絵文字", + "admin.sidebar.customIntegrations": "カスタム統合機能", + "admin.sidebar.customization": "カスタマイズ", + "admin.sidebar.database": "データベース", + "admin.sidebar.developer": "開発者", + "admin.sidebar.email": "電子メールアドレス", + "admin.sidebar.external": "外部のサービス", + "admin.sidebar.files": "ファイル", + "admin.sidebar.general": "全般", + "admin.sidebar.gitlab": "GitLab", + "admin.sidebar.images": "画像", + "admin.sidebar.integrations": "統合機能", + "admin.sidebar.ldap": "AD/LDAP", + "admin.sidebar.legalAndSupport": "法的事項とサポート", + "admin.sidebar.license": "Editionとライセンス", + "admin.sidebar.linkPreviews": "リンクのプレビュー", + "admin.sidebar.localization": "言語", + "admin.sidebar.logging": "ログ", + "admin.sidebar.login": "ログイン", + "admin.sidebar.logs": "ログ", + "admin.sidebar.metrics": "パフォーマンスモニタリング", + "admin.sidebar.nativeAppLinks": "Mattermostアプリリンク", + "admin.sidebar.notifications": "通知", + "admin.sidebar.oauth": "OAuth 2.0", + "admin.sidebar.other": "その他", + "admin.sidebar.password": "パスワード", + "admin.sidebar.policy": "ポリシー", + "admin.sidebar.privacy": "プライバシー", + "admin.sidebar.publicLinks": "公開リンク", + "admin.sidebar.push": "モバイルプッシュ", + "admin.sidebar.rateLimiting": "投稿頻度制限", + "admin.sidebar.reports": "リポート", + "admin.sidebar.rmTeamSidebar": "サイドバーメニューからチームを削除する", + "admin.sidebar.saml": "SAML", + "admin.sidebar.security": "セキュリティー", + "admin.sidebar.sessions": "セッション", + "admin.sidebar.settings": "設定", + "admin.sidebar.signUp": "利用登録", + "admin.sidebar.sign_up": "利用登録", + "admin.sidebar.statistics": "チームの統計", + "admin.sidebar.storage": "ストレージ", + "admin.sidebar.support": "法的事項とサポート", + "admin.sidebar.teams": "チーム ({count, number})", + "admin.sidebar.users": "ユーザー", + "admin.sidebar.usersAndTeams": "ユーザーとチーム", + "admin.sidebar.view_statistics": "システムの使用統計", + "admin.sidebar.webrtc": "WebRTC (ベータ版)", + "admin.sidebarHeader.systemConsole": "システムコンソール", + "admin.sql.dataSource": "データソース:", + "admin.sql.driverName": "ドライバー名:", + "admin.sql.keyDescription": "データベースの守るべき情報の列を暗号化/復号するために32文字のソルトを使用します。", + "admin.sql.keyExample": "例: \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.sql.keyTitle": "アーカイブされたデータの暗号化キー:", + "admin.sql.maxConnectionsDescription": "データベースに接続するアイドル接続の最大数を指定します。", + "admin.sql.maxConnectionsExample": "例: \"10\"", + "admin.sql.maxConnectionsTitle": "最大アイドル接続数:", + "admin.sql.maxOpenDescription": "データベースに接続する稼働接続の最大数を指定します。", + "admin.sql.maxOpenExample": "例: \"10\"", + "admin.sql.maxOpenTitle": "最大稼働接続数:", + "admin.sql.noteDescription": "このセクションでの設定値の変更を有効にするにはサーバーを再起動させる必要があります。", + "admin.sql.noteTitle": "注意:", + "admin.sql.replicas": "データソースレプリカ:", + "admin.sql.traceDescription": "(開発モード) 有効な場合、実行されるSQL文がログに出力されます。", + "admin.sql.traceTitle": "トレース: ", + "admin.sql.warning": "警告: このソルトを再生成することで、データベース内のいくつかの列は空白になります。", + "admin.support.aboutDesc": "このMattermostについての、例えばあなたの所属する組織の目的や参加者についての、より詳しい情報へのリンクです。デフォルトではMattermostの情報ページになっています。", + "admin.support.aboutTitle": "このMattermostについてのリンク:", + "admin.support.emailHelp": "通知電子メールまたはチュートリアルで表示される電子メールアドレスは、利用者がサポートを求める場合に使われます。", + "admin.support.emailTitle": "サポート電子メールアドレス:", + "admin.support.helpDesc": "チームサイトのメインメニューからリンクされたヘルプ文書へのリンクです。通常は、あなたの所属する組織な独自の文書を作成しない限り変更する必要はありません。", + "admin.support.helpTitle": "ヘルプのリンク:", + "admin.support.noteDescription": "外部のサイトにリンクする場合、URLはhttp://またはhttps://で始めてください。", + "admin.support.noteTitle": "注意:", + "admin.support.privacyDesc": "デスクトップ版またはモバイル版で参照できるプライバシーポリシーへのリンクです。この注意書きを表示しない場合には空欄にしてください。", + "admin.support.privacyTitle": "プライバシーポリシーのリンク:", + "admin.support.problemDesc": "チームサイトのメインメニューからリンクされたヘルプ文書へのリンクです。デフォルトでは、これは検索のできる相互補助的な問題解決のためのフォーラムへのリンクになっています。技術的な問題への手助けになります。", + "admin.support.problemTitle": "問題報告のリンク:", + "admin.support.termsDesc": "あなたのオンラインサービスを利用する際の使用条件へのリンクです。デフォルトでは、ここにはMattermostが利用者に提供される際の使用条件について説明している \"Mattermost Conditions of Use (End Users)\"が含まれています。デフォルトのリンクをあなた自身の使用条件に変更した場合、ユーザーが\"Mattermost Conditions of Use (End Users)\"を認識するために、新しい使用条件にはデフォルトの使用条件へのリンクを含めなくてはなりません。", + "admin.support.termsTitle": "使用条件のリンク:", + "admin.system_analytics.activeUsers": "投稿実績のあるアクティブユーザー", + "admin.system_analytics.title": "システム", + "admin.system_analytics.totalPosts": "総投稿数", + "admin.team.brandDesc": "独自ブランド機能により、ログインページで以下でアップロードした画像と助けとなるテキストを表示させることができます。", + "admin.team.brandDescriptionExample": "チームの全てのコミュニケーションを一箇所で、検索可能で、どこからでもアクセスできるものにします", + "admin.team.brandDescriptionHelp": "ログイン画面とUIに表示されるサービスに関する説明です。指定しない場合、「あなたのチームの全てのコミュニケーションを一箇所で、すぐに検索可能で、どこからでもアクセスできるものにします。」になります。", + "admin.team.brandDescriptionTitle": "サイトの説明: ", + "admin.team.brandImageTitle": "独自ブランド画像:", + "admin.team.brandTextDescription": "ログイン画面のカスタムブランド画像の下に表示されるテキストです。Markdownフォーマットで500文字以内で入力してください。", + "admin.team.brandTextTitle": "独自ブランドテキスト:", + "admin.team.brandTitle": "独自ブランド機能を有効にする: ", + "admin.team.chooseImage": "新しい画像を選択する", + "admin.team.dirDesc": "有効な場合、チーム一覧に表示されるチームが、新しいチーム作成の代わりに、メインページに表示されます。", + "admin.team.dirTitle": "チーム一覧を有効にする: ", + "admin.team.maxChannelsDescription": "チーム毎のチャンネル数合計の最大値です。アクティブなチャンネルと削除済みのチャンネルの両方が数えられます。", + "admin.team.maxChannelsExample": "例: \"100\"", + "admin.team.maxChannelsTitle": "チーム毎の最大チャンネル数:", + "admin.team.maxNotificationsPerChannelDescription": "パフォーマンスの問題によりユーザーがメッセージ、@all、@here、@channelを入力してもが通知を送信されなくなるチャンネル内のユーザーの最大数です。", + "admin.team.maxNotificationsPerChannelExample": "例: \"10000\"", + "admin.team.maxNotificationsPerChannelTitle": "チャンネルごとの最大通知数:", + "admin.team.maxUsersDescription": "チーム毎のユーザー数合計の最大値です。有効なユーザーと無効なユーザーの両方が数えられます。", + "admin.team.maxUsersExample": "例: \"25\"", + "admin.team.maxUsersTitle": "チーム毎の最大ユーザー数:", + "admin.team.noBrandImage": "ブランド画像がアップロードされていません", + "admin.team.openServerDescription": "有効にした場合、招待されなくても誰でもこのサーバーにユーザーアカウントを作成できます。", + "admin.team.openServerTitle": "オープンサーバーを有効にする: ", + "admin.team.restrictDescription": "特定のドメインからだけチームとユーザーアカウントの作成を可能にします。単数(例: \"mattermost.org\")でもカンマ区切りで複数(例: \"corp.mattermost.com, mattermost.org\")でも指定できます。", + "admin.team.restrictDirectMessage": "ダイレクトメッセージの対象範囲:", + "admin.team.restrictDirectMessageDesc": "'Mattermostの全てのユーザー'はチームに属していないユーザーへのダイレクトメッセージのチャンネルを利用することが出来ます。'チームのメンバーのみ'では同じチームに属しているユーザーに制限されます。", + "admin.team.restrictExample": "例: \"corp.mattermost.com, mattermost.org\"", + "admin.team.restrictNameDesc": "有効な場合、www、admin、support、test、channelなど予約された名前を持つチームは作成できません。", + "admin.team.restrictNameTitle": "予約されたチーム名: ", + "admin.team.restrictTitle": "特定のドメインに電子メールでのアカウント作成を制限する:", + "admin.team.restrict_direct_message_any": "Mattermostの全てのユーザー", + "admin.team.restrict_direct_message_team": "チームのメンバーのみ", + "admin.team.siteNameDescription": "ログイン画面とユーザーインターフェースで表示されるサービス名です。", + "admin.team.siteNameExample": "例: \"Mattermost\"", + "admin.team.siteNameTitle": "サイト名:", + "admin.team.teamCreationDescription": "無効な場合、システム管理者だけがチームを作成できます。", + "admin.team.teamCreationTitle": "チーム作成を有効にする: ", + "admin.team.upload": "アップロードする", + "admin.team.uploadDesc": "ログイン画面にカスタム画像を追加することで、ユーザー体験をカスタマイズできます。2MB以下の画像を推奨します。", + "admin.team.uploaded": "アップロードしました!", + "admin.team.uploading": "アップロードしています…", + "admin.team.userCreationDescription": "無効な場合、アカウント作成機能は無効になります。ユーザー作成ボタンを押すとエラーが発生します。", + "admin.team.userCreationTitle": "アカウントの作成を有効にする: ", + "admin.team_analytics.activeUsers": "投稿実績のあるアクティブユーザー", + "admin.team_analytics.totalPosts": "総投稿数", + "admin.true": "有効", + "admin.userList.title": "{team}のユーザー", + "admin.userList.title2": "{team}のユーザー({count})", + "admin.user_item.authServiceEmail": "サインイン方法: 電子メール", + "admin.user_item.authServiceNotEmail": "サインイン方法: {service}", + "admin.user_item.confirmDemoteDescription": "システム管理者を辞任する際に、他にシステム管理者の権限を持っているユーザーがいない場合、システム管理者の権限を再設定するには、Mattermostサーバーにターミナルでアクセスし、以下のコマンドを実行してください。", + "admin.user_item.confirmDemoteRoleTitle": "システム管理者を辞任することを再確認します", + "admin.user_item.confirmDemotion": "辞任することを再確認します", + "admin.user_item.confirmDemotionCmd": "プラットフォームのシステム管理者の役割 {username}", + "admin.user_item.emailTitle": "Email: {email}", + "admin.user_item.inactive": "無効", + "admin.user_item.makeActive": "有効にする", + "admin.user_item.makeInactive": "無効にする", + "admin.user_item.makeMember": "メンバーにする", + "admin.user_item.makeSysAdmin": "システム管理者にする", + "admin.user_item.makeTeamAdmin": "チーム管理者にする", + "admin.user_item.member": "メンバー", + "admin.user_item.mfaNo": "多要素認証: 使用しない", + "admin.user_item.mfaYes": "多要素認証: 使用する", + "admin.user_item.resetMfa": "多要素認証を削除する", + "admin.user_item.resetPwd": "パスワードを初期化する", + "admin.user_item.switchToEmail": "電子メールアドレス/パスワードに切り替える", + "admin.user_item.sysAdmin": "システム管理者", + "admin.user_item.teamAdmin": "チーム管理者", + "admin.webrtc.enableDescription": "有効な場合、Mattermostは1対1のビデオ通話を可能にします。WebRTC通話は、ChromeとFirefox、Mattermostデスクトップアプリで利用可能です。", + "admin.webrtc.enableTitle": "Mattermost WebRTCを有効にする: ", + "admin.webrtc.gatewayAdminSecretDescription": "ゲートウェイ管理者URLにアクセスするための管理者パスワードを入力してください。", + "admin.webrtc.gatewayAdminSecretExample": "例: \"PVRzWNN1Tg6szn7IQWvhpAvLByScWxdy\"", + "admin.webrtc.gatewayAdminSecretTitle": "ゲートウェイ管理者秘密情報:", + "admin.webrtc.gatewayAdminUrlDescription": "https://:/admin を入力してください。サーバーの設定によりHTTPかHTTPSかは異なりますので注意してください。ピア同士が接続を確立するための有効なトークンを入手するために、Mattermost WebRTCはこのURLを使用します。", + "admin.webrtc.gatewayAdminUrlExample": "例: \"https://webrtc.mattermost.com:7089/admin\"", + "admin.webrtc.gatewayAdminUrlTitle": "ゲートウェイ管理者URL:", + "admin.webrtc.gatewayWebsocketUrlDescription": "wss://: を入力してください。サーバーの設定によりWSかWSSかは異なりますので注意してください。これはピア間のコミュニケーションを確立するために使用されるウェブソケットです。", + "admin.webrtc.gatewayWebsocketUrlExample": "例: \"wss://webrtc.mattermost.com:8189\"", + "admin.webrtc.gatewayWebsocketUrlTitle": "ゲートウェイウェブソケットURL:", + "admin.webrtc.stunUriDescription": "stun:: のようにSTUN URIを入力してください。STUNは、デバイスがNATの背後に置かれていた場合に、パブリックなIPアドレスへのアクセスをエンドホストがアシストすることを許可するために使われる標準的なネットワークプロトコルです。", + "admin.webrtc.stunUriExample": "例: \"stun:webrtc.mattermost.com:5349\"", + "admin.webrtc.stunUriTitle": "STUN URI:", + "admin.webrtc.turnSharedKeyDescription": "TURNサーバー共通鍵を入力してください。これは接続を確立するための動的なパスワードを生成するために使用されます。それぞれのパスワードが有効なのは短期間です。", + "admin.webrtc.turnSharedKeyExample": "例: \"bXdkOWQxc3d0Ynk3emY5ZmsxZ3NtazRjaWg=\"", + "admin.webrtc.turnSharedKeyTitle": "TURN共通鍵:", + "admin.webrtc.turnUriDescription": "turn:: のようにTURN URIを入力してください。TURNは、デバイスが対称型NATの背後に置かれていた場合に、リレー用パブリックIPアドレスを使用することによって接続を確立することを、エンドホストがアシストするための標準的なネットワークプロトコルです。", + "admin.webrtc.turnUriExample": "例: \"turn:webrtc.mattermost.com:5349\"", + "admin.webrtc.turnUriTitle": "TURN URI:", + "admin.webrtc.turnUsernameDescription": "TURNサーバーユーザー名を入力してください。", + "admin.webrtc.turnUsernameExample": "例: \"myusername\"", + "admin.webrtc.turnUsernameTitle": "TURNユーザー名:", + "admin.webserverModeDisabled": "無効", + "admin.webserverModeDisabledDescription": "Mattermostサーバーは静的なファイルを保持しません。", + "admin.webserverModeGzip": "gzip", + "admin.webserverModeGzipDescription": "Mattermostサーバーはgzipで圧縮された静的なファイルを保持します。", + "admin.webserverModeHelpText": "gzip圧縮は、静的なコンテントファイルに使用されます。ウェブプロキシーがgzipファイルを上手く扱えないなど、あなたの環境に特定の制限がある場合を除き、パフォーマンスを改善するため有効にすることをお勧めします。", + "admin.webserverModeTitle": "ウェブサーバーのモード:", + "admin.webserverModeUncompressed": "圧縮なし", + "admin.webserverModeUncompressedDescription": "Mattermostサーバーは圧縮されていない静的なファイルを保持します。", + "analytics.chart.loading": "読み込み中です…", + "analytics.chart.meaningful": "意味のある表示のための十分なデータがありません。", + "analytics.system.activeUsers": "投稿実績のあるアクティブユーザー", + "analytics.system.channelTypes": "チャンネル形式", + "analytics.system.dailyActiveUsers": "日次アクティブユーザー", + "analytics.system.monthlyActiveUsers": "月次アクティブユーザー", + "analytics.system.postTypes": "投稿、ファイル、ハッシュタグ", + "analytics.system.privateGroups": "非公開グループ", + "analytics.system.publicChannels": "公開チャンネル", + "analytics.system.skippedIntensiveQueries": "パフォーマンスを最大にするために無効化された統計情報があります。config.jsonで再び有効化にすることができます。https://docs.mattermost.com/administration/statistics.htmlを参照してください。", + "analytics.system.textPosts": "テキストのみの投稿数", + "analytics.system.title": "システムの使用統計", + "analytics.system.totalChannels": "総チャンネル数", + "analytics.system.totalCommands": "総コマンド数", + "analytics.system.totalFilePosts": "ファイル付きの投稿数", + "analytics.system.totalHashtagPosts": "ハッシュタグ付きの投稿数", + "analytics.system.totalIncomingWebhooks": "内向きのウェブフック", + "analytics.system.totalMasterDbConnections": "マスターDB接続", + "analytics.system.totalOutgoingWebhooks": "外向きのウェブフック", + "analytics.system.totalPosts": "総投稿数", + "analytics.system.totalReadDbConnections": "レプリカDB接続", + "analytics.system.totalSessions": "総セッション数", + "analytics.system.totalTeams": "総チーム数", + "analytics.system.totalUsers": "総ユーザー数", + "analytics.system.totalWebsockets": "ウェブソケット接続", + "analytics.team.activeUsers": "投稿実績のあるアクティブユーザー", + "analytics.team.newlyCreated": "新規作成ユーザー数", + "analytics.team.privateGroups": "非公開グループ", + "analytics.team.publicChannels": "公開チャンネル", + "analytics.team.recentActive": "最近のアクティブユーザー数", + "analytics.team.recentUsers": "最近のアクティブユーザー数", + "analytics.team.title": "{team}チームの使用統計", + "analytics.team.totalPosts": "総投稿数", + "analytics.team.totalUsers": "総ユーザー数", + "api.channel.add_member.added": "{addedUsername} は {username} によってチャンネルに追加されました", + "api.channel.delete_channel.archived": "{username} がチャンネルをアーカイブしました。", + "api.channel.join_channel.post_and_forget": "{username} がチャンネルに参加しました。", + "api.channel.leave.left": "{username} がチャンネルから脱退しました。", + "api.channel.post_update_channel_displayname_message_and_forget.updated_from": "{username} がチャンネル表示名を {old} から {new} へ更新しました", + "api.channel.post_update_channel_header_message_and_forget.removed": "{username} がチャンネルヘッダー({old})を削除しました", + "api.channel.post_update_channel_header_message_and_forget.updated_from": "{username}がチャンネルヘッダーを {old} から {new} へ更新しました", + "api.channel.post_update_channel_header_message_and_forget.updated_to": "{username} がチャンネルヘッダーを {new} に更新しました", + "api.channel.remove_member.removed": "{removedUsername} がチャンネルから削除されました", + "app.channel.post_update_channel_purpose_message.removed": "{username} がチャンネルの目的({old})を削除しました", + "app.channel.post_update_channel_purpose_message.updated_from": "{username} がチャンネルの目的を {old} から {new} へ更新しました", + "app.channel.post_update_channel_purpose_message.updated_to": "{username} がチャンネルの目的を {new} へ更新しました", + "audit_table.accountActive": "アカウントが有効になりました", + "audit_table.accountInactive": "アカウントが無効になりました", + "audit_table.action": "アクション", + "audit_table.attemptedAllowOAuthAccess": "新しいOAuthサービスアクセスを許可しました", + "audit_table.attemptedLicenseAdd": "新しいライセンスを追加しました", + "audit_table.attemptedLogin": "ログインしました", + "audit_table.attemptedOAuthToken": "新しいOAuthアクセストークンを取得しました", + "audit_table.attemptedPassword": "パスワードを変更しました", + "audit_table.attemptedRegisterApp": "ID {id}で新しいOAuthアプリケーションを登録しました", + "audit_table.attemptedReset": "パスワードを初期化しました", + "audit_table.attemptedWebhookCreate": "ウェブフックを作成しました", + "audit_table.attemptedWebhookDelete": "ウェブフックを削除しました", + "audit_table.by": " {username}による", + "audit_table.byAdmin": " システム管理者による", + "audit_table.channelCreated": "{channelName}チャンネル/グループを作成しました", + "audit_table.channelDeleted": "URL {url}のチャンネル/グループを削除しました", + "audit_table.establishedDM": "{username}のダイレクトメッセージチャンネルを作成しました", + "audit_table.failedExpiredLicenseAdd": "有効期間外のため新しいライセンスを追加できませんでした", + "audit_table.failedInvalidLicenseAdd": "不正なライセンスを追加できませんでした", + "audit_table.failedLogin": "ログインに失敗しました", + "audit_table.failedOAuthAccess": "新しいOAuthサービスへのアクセスを許可できませんでした - リダイレクトURIが過去に登録されたコールバックと一致しません", + "audit_table.failedPassword": "パスワードの変更に失敗しました - OAuthでログインしていたユーザーのパスワードを更新しようとしました", + "audit_table.failedWebhookCreate": "ウェブフックの作成に失敗しました - チャンネルへの権限が不正です", + "audit_table.failedWebhookDelete": "ウェブフックの削除に失敗しました - 不適切な状態です", + "audit_table.headerUpdated": "{channelName}チャンネル/グループヘッダーを更新しました", + "audit_table.ip": "IPアドレス", + "audit_table.licenseRemoved": "ライセンスが正常に削除されました", + "audit_table.loginAttempt": " (ログイン試行)", + "audit_table.loginFailure": " (ログイン失敗)", + "audit_table.logout": "ログアウトしました", + "audit_table.member": "メンバー", + "audit_table.nameUpdated": "{channelName}チャンネル/グループの名称を更新しました", + "audit_table.oauthTokenFailed": "OAuthアクセストークン{token}の取得に失敗しました", + "audit_table.revokedAll": "チームの現在の全てのセッションを削除しました", + "audit_table.sentEmail": "パスワードを初期化するために{email}へ電子メールを送信しました", + "audit_table.session": "セッションID", + "audit_table.sessionRevoked": "ID{sessionId}のセッションを削除しました", + "audit_table.successfullLicenseAdd": "新しいライセンスを追加しました", + "audit_table.successfullLogin": "ログインしました", + "audit_table.successfullOAuthAccess": "新しいOAuthサービスアクセスを使用しました", + "audit_table.successfullOAuthToken": "新しいOAuthサービスを追加しました", + "audit_table.successfullPassword": "パスワードを変更しました", + "audit_table.successfullReset": "パスワードを初期化しました", + "audit_table.successfullWebhookCreate": "ウェブフックを作成しました", + "audit_table.successfullWebhookDelete": "ウェブフックを削除しました", + "audit_table.timestamp": "タイムスタンプ", + "audit_table.updateGeneral": "アカウントの全般の設定を更新しました", + "audit_table.updateGlobalNotifications": "システム全体に関する通知の設定を更新しました", + "audit_table.updatePicture": "プロフィール画像を更新しました", + "audit_table.updatedRol": "ユーザーの役割を変更しました。変更後: ", + "audit_table.userAdded": "{username}を{channelName}チャンネル/グループに追加ししました", + "audit_table.userId": "ユーザーID", + "audit_table.userRemoved": "{username}を{channelName}チャンネル/グループから削除しました", + "audit_table.verified": "電子メールアドレスを確認しました", + "authorize.access": "{appName}のアクセスを許可しますか?", + "authorize.allow": "許可する", + "authorize.app": "{appName}アプリケーションは、あなたの基本情報にアクセスしたり、変更したりすることができるようになります。", + "authorize.deny": "拒否する", + "authorize.title": "{appName}はあなたのMattermostユーザーアカウントに接続します。", + "backstage_list.search": "検索", + "backstage_navbar.backToMattermost": "{siteName}に戻る", + "backstage_sidebar.emoji": "カスタム絵文字", + "backstage_sidebar.integrations": "統合機能", + "backstage_sidebar.integrations.commands": "スラッシュコマンド", + "backstage_sidebar.integrations.incoming_webhooks": "内向きのウェブフック", + "backstage_sidebar.integrations.oauthApps": "OAuth 2.0アプリケーション", + "backstage_sidebar.integrations.outgoing_webhooks": "外向きのウェブフック", + "calling_screen": "呼び出し中", + "center_panel.recent": "ここをクリックして最近のメッセージへ移動します。 ", + "change_url.close": "閉じる", + "change_url.endWithLetter": "URLは英数字で終わらせてください", + "change_url.invalidUrl": "不正なURL", + "change_url.longer": "URLは2文字以上にしてください。", + "change_url.noUnderscore": "URLには2つ続いたアンダーバーを含められません", + "change_url.startWithLetter": "URLは英数字で始めてください", + "channelHeader.addToFavorites": "お気に入りに追加する", + "channelHeader.removeFromFavorites": "お気に入りから削除する", + "channel_flow.alreadyExist": "このURLを持つチャンネルは既に存在しています", + "channel_flow.changeUrlDescription": "URLで使用できない文字が使われている場合、削除されます。", + "channel_flow.changeUrlTitle": "{term}のURLを変更する", + "channel_flow.channel": "チャンネル", + "channel_flow.create": "{term}を作成する", + "channel_flow.group": "グループ", + "channel_flow.handleTooShort": "チャンネルURLは2文字以上の小文字の英数字にしてください", + "channel_flow.invalidName": "不正なチャンネル名です", + "channel_flow.set_url_title": "{term}のURLを設定する", + "channel_header.addMembers": "メンバーを追加する", + "channel_header.addToFavorites": "お気に入りに追加する", + "channel_header.channel": "チャンネル", + "channel_header.channelHeader": "チャンネルヘッダーを編集する", + "channel_header.delete": "{term}を削除する", + "channel_header.flagged": "フラグの立てられた投稿", + "channel_header.group": "グループ", + "channel_header.leave": "{term}から出る", + "channel_header.manageMembers": "メンバーを管理する", + "channel_header.notificationPreferences": "通知の設定", + "channel_header.recentMentions": "最近のあなたについての投稿", + "channel_header.removeFromFavorites": "お気に入りから削除する", + "channel_header.rename": "{term}の名前を変更する", + "channel_header.setHeader": "{term}ヘッダーを編集する", + "channel_header.setPurpose": "{term}の目的を編集する", + "channel_header.viewInfo": "情報を表示する", + "channel_header.viewMembers": "メンバーを見る", + "channel_header.webrtc.call": "ビデオ通話の開始", + "channel_header.webrtc.offline": "ユーザーはオフラインです", + "channel_header.webrtc.unavailable": "あなたの現在の通話を終了するまで新しい通話を利用することはできません", + "channel_info.about": "チャンネル情報", + "channel_info.close": "閉じる", + "channel_info.header": "ヘッダー:", + "channel_info.id": "ID: ", + "channel_info.name": "名前", + "channel_info.notFound": "チャンネルが見付かりません", + "channel_info.purpose": "目的", + "channel_info.url": "URL:", + "channel_invite.add": " 追加する", + "channel_invite.addNewMembers": "新しいメンバーを追加する。追加先: ", + "channel_invite.close": "閉じる", + "channel_loader.connection_error": "あなたのインターネット接続には問題があるようです。", + "channel_loader.posted": "投稿済", + "channel_loader.socketError": "Mattermostに接続できません。接続を確認してください。この状態が続くようであれあば、システム管理者にWebSocketポートを確認するように依頼してください。", + "channel_loader.someone": "誰か", + "channel_loader.something": " が何か新しいことをした", + "channel_loader.unknown_error": "サーバーから想定していないステータスを受信しました。", + "channel_loader.uploadedFile": " がファイルをアップロードしました", + "channel_loader.uploadedImage": " が画像をアップロードしました", + "channel_loader.wrote": " が書きました: ", + "channel_members_dropdown.channel_admin": "チャンネル管理者", + "channel_members_dropdown.channel_member": "チャンネルのメンバー", + "channel_members_dropdown.make_channel_admin": "チャンネル管理者を作成する", + "channel_members_dropdown.make_channel_member": "チャンネルメンバーを作成する", + "channel_members_dropdown.remove_from_channel": "チャンネルから削除する", + "channel_members_dropdown.remove_member": "メンバーを削除する", + "channel_members_modal.addNew": " 新しいメンバーを追加する", + "channel_members_modal.members": " メンバー", + "channel_modal.cancel": "キャンセル", + "channel_modal.channel": "チャンネル", + "channel_modal.createNew": "新規 ", + "channel_modal.descriptionHelp": "この{term}がどのように使われるべきか説明してください。", + "channel_modal.displayNameError": "チャンネル名は2文字以上にしてください", + "channel_modal.edit": "編集する", + "channel_modal.group": "グループ", + "channel_modal.header": "ヘッダー", + "channel_modal.headerEx": "例: \"[Link Title](http://example.com)\"", + "channel_modal.headerHelp": "{term}名の近くの{term}のヘッダー部分に表示されるテキストを設定してください。例えば、よく入力されるリンク [リンクのタイトル](http://example.com) などを含めてください。", + "channel_modal.modalTitle": "新規 ", + "channel_modal.name": "名前", + "channel_modal.nameEx": "例: \"Bugs\", \"Marketing\", \"客户支持\"", + "channel_modal.optional": "(オプション)", + "channel_modal.privateGroup1": "ユーザーを制限した非公開グループを作成します。 ", + "channel_modal.privateGroup2": "非公開グループを作成する", + "channel_modal.publicChannel1": "公開チャンネルを作成する", + "channel_modal.publicChannel2": "新しい誰でも参加できる公開チャンネルを作成します。 ", + "channel_modal.purpose": "目的", + "channel_modal.purposeEx": "例: \"バグや改善を取りまとめるチャンネル\"", + "channel_notification.push": "モバイルプッシュ通知を送信する", + "channel_notifications.allActivity": "全てのアクティビティーについて", + "channel_notifications.allUnread": "全ての未読のメッセージについて", + "channel_notifications.globalDefault": "システム全体のデフォルト({notifyLevel})", + "channel_notifications.markUnread": "チャンネルを未読に設定する", + "channel_notifications.never": "通知しない", + "channel_notifications.onlyMentions": "あなたについての投稿のみ", + "channel_notifications.override": "「デフォルト」以外を選択した場合、システム全体に関する通知の設定は上書きされます。デスクトップ通知は、Firefox、Safari、Chromeで利用可能です。", + "channel_notifications.overridePush": "「システム全体のデフォルト」以外を選択した場合、アカウント設定のシステム全体に関するモバイルプッシュ通知設定が上書きされます。プッシュ通知は、システム管理者によって有効にされている必要があります。", + "channel_notifications.preferences": "通知の設定。設定先:", + "channel_notifications.sendDesktop": "デスクトップ通知を送信する", + "channel_notifications.unreadInfo": "未読のメッセージがある場合、チャンネル名がサイドバーに太字で表示されます。「あなたについての投稿のみ」を選択することで、あなたについての投稿がある場合のみ太字で表示されます。", + "channel_select.placeholder": "--- チャンネルを選択してください ---", + "channel_switch_modal.dm": "(ダイレクトメッセージ)", + "channel_switch_modal.failed_to_open": "チャンネルを開けませんでした。", + "channel_switch_modal.help": "チャンネル名を入力してください。↑↓ で閲覧、TAB で選択、↵ で切り替え、ESC でキャンセル", + "channel_switch_modal.not_found": "一致するものは見つかりませんでした。", + "channel_switch_modal.submit": "切り替える", + "channel_switch_modal.title": "チャンネルを切り替える", + "claim.account.noEmail": "電子メールアドレスが指定されていません", + "claim.email_to_ldap.enterLdapPwd": "AD/LDAPアカウントのユーザーIDとパスワードを入力してください", + "claim.email_to_ldap.enterPwd": "{site}の電子メールアカウントのパスワードを入力してください", + "claim.email_to_ldap.ldapId": "AD/LDAP ID", + "claim.email_to_ldap.ldapIdError": "AD/LDAP IDを入力してください。", + "claim.email_to_ldap.ldapPasswordError": "AD/LDAPパスワードを入力してください。", + "claim.email_to_ldap.ldapPwd": "AD/LDAPパスワード", + "claim.email_to_ldap.pwd": "パスワード", + "claim.email_to_ldap.pwdError": "パスワードを入力してください。", + "claim.email_to_ldap.ssoNote": "有効なAD/LDAPアカウントを持っている必要があります", + "claim.email_to_ldap.ssoType": "この設定をすることで、AD/LDAPでしかログインできなくなります", + "claim.email_to_ldap.switchTo": "アカウントをAD/LDAPに切り替える", + "claim.email_to_ldap.title": "電子メールアドレス/パスワードによるアカウントをAD/LDAPに切り替える", + "claim.email_to_oauth.enterPwd": "{site}アカウントのパスワードを入力してください", + "claim.email_to_oauth.pwd": "パスワード", + "claim.email_to_oauth.pwdError": "パスワードを入力してください。", + "claim.email_to_oauth.ssoNote": "有効な{type}アカウントを持っている必要があります", + "claim.email_to_oauth.ssoType": "この変更をすることで、あなたのアカウントでは{type}シングルサインオンとしてのみログインできるようになります", + "claim.email_to_oauth.switchTo": "アカウントを{uiType}に切り替える", + "claim.email_to_oauth.title": "電子メールアドレスとパスワードによるログインのアカウントを{uiType}に切り替える", + "claim.ldap_to_email.confirm": "パスワードをもう一度入力してください", + "claim.ldap_to_email.email": "電子メールアドレス{email}をログインに使用します", + "claim.ldap_to_email.enterLdapPwd": "{site}電子メールアカウントの{ldapPassword}を入力してください", + "claim.ldap_to_email.enterPwd": "電子メールアカウントの新しいパスワードを入力してください", + "claim.ldap_to_email.ldapPasswordError": "AD/LDAPパスワードを入力してください。", + "claim.ldap_to_email.ldapPwd": "AD/LDAPパスワード", + "claim.ldap_to_email.pwd": "パスワード", + "claim.ldap_to_email.pwdError": "パスワードを入力してください。", + "claim.ldap_to_email.pwdNotMatch": "パスワードが一致していません。", + "claim.ldap_to_email.ssoType": "この変更をすることで、電子メールアドレスとパスワードでのみログインできるようになります", + "claim.ldap_to_email.switchTo": "アカウントを電子メールアドレス/パスワードに切り替える", + "claim.ldap_to_email.title": "AD/LDAPアカウントを電子メールアドレス/パスワードに切り替える", + "claim.oauth_to_email.confirm": "パスワードをもう一度入力してください", + "claim.oauth_to_email.description": "この変更をすることで、あなたのアカウントでは電子メールアドレスとパスワードでのみログインできるようになります。", + "claim.oauth_to_email.enterNewPwd": "{site}の電子メールアカウントのパスワードを入力してください", + "claim.oauth_to_email.enterPwd": "パスワードを入力してください。", + "claim.oauth_to_email.newPwd": "新しいパスワード", + "claim.oauth_to_email.pwdNotMatch": "パスワードが違います。", + "claim.oauth_to_email.switchTo": "{type}を電子メールアドレスとパスワードでのログインに切り替える", + "claim.oauth_to_email.title": "{type}アカウントを電子メールアドレスに切り替える", + "confirm_modal.cancel": "キャンセル", + "connecting_screen": "接続中", + "create_comment.addComment": "コメントを追加する…", + "create_comment.comment": "コメントを追加する", + "create_comment.commentLength": "コメントの長さは{max}文字以下にしてください。", + "create_comment.commentTitle": "コメント", + "create_comment.file": "ファイルのアップロード", + "create_comment.files": "複数ファイルのアップロード", + "create_post.comment": "コメント", + "create_post.error_message": "メッセージが長すぎます。文字数: {length}/{limit}", + "create_post.post": "投稿", + "create_post.shortcutsNotSupported": "このデバイスではキーボードショートカットはサポートされていません。", + "create_post.tutorialTip": "

    メッセージを送信する

    ここにメッセージを書き、ENTERを押すことで投稿します。

    添付ボタンを押すことで画像やファイルをアップロードします。

    ", + "create_post.write": "メッセージを書き込んでいます…", + "create_team.agreement": "アカウントを作成し{siteName}を利用する前に使用条件プライバシーポリシーに同意してください。同意できない場合は{siteName}は使用できません。", + "create_team.display_name.charLength": "名前は{min}文字以上の{max}文字以下にしてください。後でより長いチームの説明を追加することができます。", + "create_team.display_name.nameHelp": "チーム名はどんな言語でも使うことができます。チーム名はメニューと画面上部に表示されます。", + "create_team.display_name.next": "次へ", + "create_team.display_name.required": "この項目は必須です", + "create_team.display_name.teamName": "チーム名", + "create_team.team_url.back": "前のステップに戻る", + "create_team.team_url.charLength": "名前は{min}文字以上の{max}文字以下にしてください", + "create_team.team_url.creatingTeam": "チームを作成中です…", + "create_team.team_url.finish": "完了", + "create_team.team_url.hint": "
  • 短く覚えやすいものがベストです
  • 英小文字、数字、ダッシュを使ってください
  • 英小文字で始めてください。ダッシュで終わることはできません
  • ", + "create_team.team_url.regex": "英小文字、数字、ダッシュのみ使用できます。英小文字で始めてください。ダッシュで終わることはできません。", + "create_team.team_url.required": "この項目は必須です", + "create_team.team_url.taken": "このURLは 予約語で始まっているか、使用できません。 他のものを試してください。", + "create_team.team_url.teamUrl": "チームURL", + "create_team.team_url.unavailable": "このURLは既に使用されているか使用できません。他のものを試してください。", + "create_team.team_url.webAddress": "あなたの新しいチームのウェブアドレスを選択してください:", + "custom_emoji.empty": "カスタム絵文字がありません", + "custom_emoji.header": "カスタム絵文字", + "custom_emoji.search": "カスタム絵文字を検索", + "default_channel.purpose": "Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.", + "delete_channel.cancel": "キャンセル", + "delete_channel.channel": "チャンネル", + "delete_channel.confirm": "チャンネルの削除を確認する", + "delete_channel.del": "削除", + "delete_channel.group": "グループ", + "delete_channel.question": "チームからチャンネルを削除し、全てのユーザーがチャンネルの内容にアクセスできないようになります。本当に {display_name} {term} を削除しますか?", + "delete_post.cancel": "キャンセル", + "delete_post.comment": "コメント", + "delete_post.confirm": "{term}の削除を確認する", + "delete_post.del": "削除", + "delete_post.post": "投稿", + "delete_post.question": "{term}を本当に削除しますか?", + "delete_post.warning": "この投稿は{count}件のコメントがあります。", + "edit_channel_header_modal.cancel": "キャンセル", + "edit_channel_header_modal.description": "チャンネルヘッダーのチャンネル名の隣のテキストを編集します。", + "edit_channel_header_modal.error": "このチャンネルヘッダーは長過ぎます。短くしてください", + "edit_channel_header_modal.save": "保存する", + "edit_channel_header_modal.title": "{channel}のヘッダーを編集する", + "edit_channel_header_modal.title_dm": "ヘッダーを編集する", + "edit_channel_purpose_modal.body": "この{type}をどう使うかを説明してください。このテキストはチャンネル一覧の「詳細」メニューで表示され、他の人が参加するかどうか判断するのに使われます。", + "edit_channel_purpose_modal.cancel": "キャンセル", + "edit_channel_purpose_modal.channel": "チャンネル", + "edit_channel_purpose_modal.error": "このチャンネルの目的は長過ぎます。短くしてください", + "edit_channel_purpose_modal.group": "グループ", + "edit_channel_purpose_modal.save": "保存する", + "edit_channel_purpose_modal.title1": "目的を編集する", + "edit_channel_purpose_modal.title2": "目的を編集する。対象: ", + "edit_command.save": "更新", + "edit_post.cancel": "キャンセル", + "edit_post.edit": "{title}を編集する", + "edit_post.editPost": "投稿を編集する…", + "edit_post.save": "保存する", + "email_signup.address": "電子メールアドレス", + "email_signup.createTeam": "チームを作成する", + "email_signup.emailError": "有効な電子メールアドレスを入力してください。", + "email_signup.find": "参加しているチームを探す", + "email_verify.almost": "{siteName}: ほとんど完了です", + "email_verify.failed": " 確認電子メールが送信できませんでした。", + "email_verify.notVerifiedBody": "電子メールアドレスを確認します。電子メールの受信ボックスを見てみてください。", + "email_verify.resend": "電子メールを再送信する", + "email_verify.sent": " 確認電子メールを送信しました。", + "email_verify.verified": "{siteName}電子メールが確認されました", + "email_verify.verifiedBody": "

    あなたの電子メールアドレスは確認されました! hereをクロックしてログインしてください。

    ", + "email_verify.verifyFailed": "電子メールアドレスが確認できませんでした。", + "emoji_list.actions": "アクション", + "emoji_list.add": "カスタム絵文字を追加", + "emoji_list.creator": "作成者", + "emoji_list.delete": "削除", + "emoji_list.delete.confirm.button": "削除", + "emoji_list.delete.confirm.msg": "This action permanently deletes the custom emoji. Are you sure you want to delete it?", + "emoji_list.delete.confirm.title": "Delete Custom Emoji", + "emoji_list.empty": "カスタム絵文字がありません。", + "emoji_list.header": "カスタム絵文字", + "emoji_list.help": "カスタム絵文字はサーバー上の全員が利用可能です。絵文字選択メニューを表示するために、メッセージボックスに':'を入力してみてください。新しい絵文字を表示するには、ページを再読み込みする必要があります。", + "emoji_list.help2": "Tip: 絵文字を含む行の先頭に#, ##, ###のいずれかを追加すると、大きな絵文字を利用できます。'# :smile:'のような投稿で試してみてください。", + "emoji_list.image": "画像", + "emoji_list.name": "名前", + "emoji_list.search": "カスタム絵文字を検索", + "emoji_list.somebody": "他のチームのメンバー", + "emoji_picker.activity": "Activity", + "emoji_picker.custom": "Custom", + "emoji_picker.emojiPicker": "Emoji Picker", + "emoji_picker.flags": "フラグ", + "emoji_picker.food": "Food", + "emoji_picker.nature": "Nature", + "emoji_picker.objects": "Objects", + "emoji_picker.people": "People", + "emoji_picker.recent": "Recently Used", + "emoji_picker.search": "検索", + "emoji_picker.symbols": "Symbols", + "emoji_picker.travel": "Travel", + "error.not_found.link_message": "Mattermostに戻る", + "error.not_found.message": "あなたがアクセスしようしたページは存在しません", + "error.not_found.title": "ページが見つかりません", + "error.not_supported.message": "プライベートブラウジングはサポートされていません", + "error.not_supported.title": "ブラウザーはサポートされていません", + "error_bar.expired": "エンタープライズライセンスが期限切れのため、いくつかの機能が無効になります。こちらから更新してください。", + "error_bar.expiring": "エンタープライズライセンスは {date} に有効期限が切れました。こちらから更新してください。", + "error_bar.past_grace": "エンタープライズライセンスが期限切れのため、いくつかの機能が無効になります。詳細についてはシステム管理者に問い合わせてください。", + "error_bar.preview_mode": "プレビューモード: 電子メール通知は設定されていません", + "file_attachment.download": "ダウンロードする", + "file_info_preview.size": "サイズ ", + "file_info_preview.type": "ファイル形式 ", + "file_upload.fileAbove": "{max}MBを越えるファイルはアップロードできません: {filename}", + "file_upload.filesAbove": "{max}MBを越えるファイルはアップロードできません: {filenames}", + "file_upload.limited": "同時にアップロードできるのは{count}ファイルまでです。これ以上アップロードするには新しい投稿をしてください。", + "file_upload.pasted": "画像の貼り付け先: ", + "filtered_channels_list.count": "{count} {count, plural, =0 {0 channels} one {channel} other {channels}}", + "filtered_channels_list.countTotal": "{count} {count, plural, =0 {0 channels} one {channel} other {channels}} of {total} 合計", + "filtered_channels_list.search": "チャンネルを検索する", + "filtered_user_list.any_team": "全てのユーザー", + "filtered_user_list.count": "{count} {count, plural, =0 {0 members} one {member} other {members}}", + "filtered_user_list.countTotal": "{count} {count, plural, =0 {0 members} one {member} other {members}} of {total} 合計", + "filtered_user_list.countTotalPage": "{startCount, number} - {endCount, number} {count, plural, =0 {0 members} one {member} other {members}} of {total} 合計", + "filtered_user_list.member": "メンバー", + "filtered_user_list.next": "次へ", + "filtered_user_list.prev": "前へ", + "filtered_user_list.search": "ユーザーを検索する", + "filtered_user_list.searchButton": "検索", + "filtered_user_list.show": "フィルター:", + "filtered_user_list.team_only": "このチームのメンバー", + "find_team.email": "電子メールアドレス", + "find_team.findDescription": "あなたがメンバーになっているチームへのリンクが含まれる電子メールが送信されました。", + "find_team.findTitle": "あなたの参加しているチームを探す", + "find_team.getLinks": "あなたがメンバーになっているチームへのリンクが含まれる電子メールを受信します。", + "find_team.placeholder": "you@domain.com", + "find_team.send": "送信する", + "find_team.submitError": "有効な電子メールアドレスを入力してください", + "flag_post.flag": "追跡フラグ", + "flag_post.unflag": "フラグを消す", + "general_tab.chooseDescription": "あなたのチームの新しい説明を選択してください", + "general_tab.codeDesc": "招待コードを再生成するには「編集」をクリックしてください。", + "general_tab.codeLongDesc": "招待コードは、メインメニューの {getTeamInviteLink} で作成されたチーム招待リンクのURLの一部として使われます。再生成することで新しいチーム招待リンクが作成され、古いリンクは無効化されます。", + "general_tab.codeTitle": "招待コード", + "general_tab.emptyDescription": "チームの説明を追加するには「編集する」をクリックしてください。", + "general_tab.getTeamInviteLink": "チーム招待リンクを入手", + "general_tab.includeDirDesc": "ホームページのチーム一覧にチーム名が表示され、サインインページへのリンクが提供されます。", + "general_tab.no": "いいえ", + "general_tab.openInviteDesc": "許可された場合、このチームへのリンクは、このチームに誰もが参加できるようにランディングページに含まれます。", + "general_tab.openInviteTitle": "このサーバーにアカウントを持つ全てのユーザーが、このチームに参加できるようにする", + "general_tab.regenerate": "再生成する", + "general_tab.required": "この項目は必須です", + "general_tab.teamDescription": "チームの説明", + "general_tab.teamDescriptionInfo": "チームの説明はユーザーが正しいチームを選択しやすいよう追加の情報を提供します。最大50文字です。", + "general_tab.teamName": "チーム名", + "general_tab.teamNameInfo": "サインイン画面とサイドバーの左上に表示されるチームの名称を設定します。", + "general_tab.title": "全般の設定", + "general_tab.yes": "はい", + "get_app.alreadyHaveIt": "既に使用していますか?", + "get_app.androidAppName": "Mattermost for Android", + "get_app.androidHeader": "Androidアプリへ移行するとMattermostは最高の働きをします", + "get_app.continue": "続ける", + "get_app.continueWithBrowser": "Or {link}", + "get_app.continueWithBrowserLink": "ブラウザーで続ける", + "get_app.iosHeader": "iPhoneアプリへ移行するとMattermostは最高の働きをします", + "get_app.mattermostInc": "Mattermost, Inc", + "get_app.openMattermost": "Mattermostを開く", + "get_link.clipboard": " リンクがコピーされました", + "get_link.close": "閉じる", + "get_link.copy": "リンクをコピーする", + "get_post_link_modal.help": "以下のリンクから、ログインしているユーザーは、あなたの投稿を確認できます。", + "get_post_link_modal.title": "パーマリンクをコピーする", + "get_public_link_modal.help": "以下のリンクは、サーバーに登録することなく誰でもファイルを閲覧できるようにします", + "get_public_link_modal.title": "公開リンクをコピーする", + "get_team_invite_link_modal.help": "チームメイトに以下のリンクを送ることで、このチームサイトへの利用登録をしてもらえます。チーム招待リンクは、チーム管理者が再生成しない限り、複数のチームメイトで共有して使うことができます。", + "get_team_invite_link_modal.helpDisabled": "あなたのチームではユーザー作成は無効になっています。チーム管理者に詳細を問い合わせてください。", + "get_team_invite_link_modal.title": "チーム招待リンク", + "help.attaching.downloading": "#### ファイルのダウンロード\nサムネイルの隣にあるアイコンをクリックするか、ファイルのプレビューを開いて**ダウンロード**をクリックすることで添付ファイルをダウンロードできます。", + "help.attaching.dragdrop": "#### ドラッグアンドドロップ\nあなたのコンピューターから右側部分、もしくは中央部分にファイルをドラッグすることで、選択したファイル(複数可)をアップロードできます。ドラッグアンドドロップすることでファイルはメッセージ入力ボックスに添付され、追加でメッセージを入力することもでき、**ENTER**を押すと投稿されます。", + "help.attaching.icon": "#### 添付アイコン\nもう一つの方法として、メッセージ入力ボックスにある灰色のクリップのアイコンをクリックすることでファイルをアップロードできます。アイコンをクリックするとアップロードしたいファイルを選ぶためのシステムファイルビューワーが開き、**開く**をクリックすることでメッセージ入力ボックスにファイルをアップロードします。追加でメッセージを入力することもでき、**ENTER**を押すと投稿されます。", + "help.attaching.limitations": "## ファイルサイズ制限\nMattermostは投稿ごとに最大5つの添付ファイル、それぞれの最大ファイルサイズ50MBまでをサポートしています。", + "help.attaching.methods": "## 添付方法\nドラッグアンドドロップするかメッセージ入力ボックスの添付アイコンをクリックすることでファイルを添付できます。", + "help.attaching.notSupported": "文書のプレビュー(Word、Excel、PPT)はまだサポートされていません。", + "help.attaching.pasting": "#### 画像の貼り付け\nChrome、Edgeではクリップボードからの貼り付けによりファイルをアップロードすることもできます。これは他のブラウザーではまだサポートされていません。", + "help.attaching.previewer": "## ファイルプレビュー\nMattermostはメディアの閲覧やファイルのダウンロード、公開リンクを共有するための内蔵ファイルプレビュー画面があります。ファイルプレビュー画面を開くには添付したファイルのサムネイルをクリックしてください。", + "help.attaching.publicLinks": "#### 公開リンクの共有\n公開リンクは、あなたのMattermostチームの外側にいる人に添付ファイルを共有することを可能にします。添付ファイルのサムネイルをクリックしてファイルプレビュー画面を開き、**公開リンクを取得する**をクリックしてください。リンクをコピーするためのダイアログボックスが開きます。リンクが共有され、別のユーザーによって開かれた場合、ファイルは自動的にダウンロードされます。", + "help.attaching.publicLinks2": "ファイルプレビュー画面に**公開リンクを取得する**が無く、あなたがその機能を有効にしたい場合、システム管理者にシステムコンソールの**セキュリティー** > **公開リンク**から機能を有効にするよう依頼してください。", + "help.attaching.supported": "#### サポートされているメディアタイプ\nサポートされていないメディアタイプをプレビューしようとした場合、ファイルプレビュー画面は標準的なメディア添付アイコンを開きます。サポートされているメディア形式はブラウザーとOSに大きく依存していますが、以下の形式はほとんどのブラウザー上のMattermostでサポートされています:", + "help.attaching.supportedList": "- 画像: BMP、GIF、JPG、JPEG、PNG\n- ビデオ: MP4\n- 音声: MP3、M4A\n- 文書: PDF", + "help.attaching.title": "# ファイルを添付する\n_____", + "help.commands.builtin": "## 内蔵コマンド\n以下のスラッシュコマンドは全てのMattermostで利用できます:", + "help.commands.builtin2": "最初に`/`を入力するとスラッシュコマンドのリストがテキスト入力ボックスの上に表示されます。自動補完の提案では黒字での入力例と灰字での短い説明が表示されます。", + "help.commands.custom": "## カスタムコマンド\nカスタムスラッシュコマンドは外部のアプリケーションを統合します。例えば、あるチームでは、健康記録を`/patient joe smith`でチェックしたり、ある都市の週間天気予報を`/weather toronto week`でチェックするためのカスタムスラッシュコマンドを設定しています。システム管理者に聞くか、`/`を入力して自動補完リストを開いて、あなたのチームがどんなカスタムコマンドをを設定しているか確認してみてください。", + "help.commands.custom2": "カスタムスラッシュコマンドはデフォルトでは無効化されており、システム管理者によって**システムコンソール** > **統合機能** > **ウェブフックとコマンド**から有効化できます。カスタムスラッシュコマンドの設定については[開発者向けスラッシュコマンド説明文書](http://docs.mattermost.com/developer/slash-commands.html)を参照してください。", + "help.commands.intro": "スラッシュコマンドはテキスト入力ボックスへ入力することでMattermost内で処理を実行します。処理を実行するために、`/`に続いてコマンドといくつかの引数を入力してください。\n\n内蔵スラッシュコマンドは全てのMattermostに搭載されておりカスタムスラッシュコマンドは外部アプリケーションとやり取りするよう設定できます。カスタムスラッシュコマンドの設定については[開発者向けスラッシュコマンド説明文書](http://docs.mattermost.com/developer/slash-commands.html)を参照してください。", + "help.commands.title": "# コマンドを実行する\n___", + "help.composing.deleting": "## メッセージの削除\nあなたが書いたメッセージの隣にある**[...]**アイコンをクリックし、**削除**をクリックすることでメッセージを削除できます。システム管理者とチーム管理者は彼らのシステムやチーム内のどんなメッセージでも削除できます。", + "help.composing.editing": "## メッセージの編集\nあなたが書いたメッセージの隣にある**[...]**アイコンをクリックし、**編集**をクリックすることでメッセージを編集できます。メッセージテキストへの修正をした後、**ENTER**を押すと修正を保存します。メッセージの編集は新規に@mention通知やデスクトップ通知、通知音をトリガーしません。", + "help.composing.linking": "## メッセージへのリンク\n**パーマリンク**機能はメッセージへのリンクを生成します。このリンクをチャンネル内の他のユーザーに共有することで、メッセージアーカイブ内のリンクされたメッセージを見せることができます。メッセージが投稿されたチャンネルのメンバーでないユーザーはパーマリンクを見ることができません。メッセージの隣にある**[...]**アイコン > **パーマリンク** > **リンクをコピーする**からパーマリンクを取得できます。", + "help.composing.posting": "## メッセージの投稿\nテキスト入力ボックスへメッセージを書き、ENTER を押すとメッセージを送信します。メッセージを送信せずに改行するには SHIFT + ENTER を使用してください。 CTRL + ENTER でメッセージを送信するには **メインメニュー > アカウント設定 > CTRL + ENTERでメッセージを投稿する** から設定してください。", + "help.composing.posts": "#### 投稿\n投稿は親となるメッセージと考えることができます。たびたび返信によるスレッドの始まりとなるメッセージです。投稿は、中央下部にあるテキスト入力ボックスから作成し、送信することができます。", + "help.composing.replies": "#### 返信\nメッセージテキストの隣の返信アイコンをクリックすることでメッセージへの返信ができます。このアクションでメッセージスレッドを確認できる画面右部を開き、あなたの返信を作成し、送信することができます。返信は元の投稿の子メッセージであることを示すために画面中央部ではわずかにインデントされます。\n\n画面右部で返信を作成する際に、サイドバー上部の二つの矢印で表された展開/折り畳みアイコンをクリックすることで読みやすくなります。", + "help.composing.title": "# メッセージを送信する\n_____", + "help.composing.types": "## メッセージのタイプ\n元のスレッドの会話として返信します。", + "help.formatting.checklist": "角括弧で囲うことでタスクリストを作成する:", + "help.formatting.checklistExample": "- [ ] 項目1\n- [ ] 項目2\n- [x] 完了した項目", + "help.formatting.code": "## コードブロック\n\nそれぞれの行を4つのスペースでインデントするか、コードの上下の行に```を書くことでコードブロックを作成できます。", + "help.formatting.codeBlock": "コードブロック", + "help.formatting.emojiExample": ":smile: :+1: :sheep:", + "help.formatting.emojis": "## 絵文字\n\n`:`を入力することで絵文字自動補完を開くことができます。全絵文字のリストは [こちら](http://www.emoji-cheat-sheet.com/)で見ることができます。使いたい絵文字がない場合、あなた自身の[カスタム絵文字](http://docs.mattermost.com/help/settings/custom-emoji.html)を作成することができます。", + "help.formatting.example": "例:", + "help.formatting.githubTheme": "**GitHubテーマ**", + "help.formatting.headings": "## 見出し\n\nタイトルの前に # とスペースを入力することで見出しを作成できます。#の数を増やすほど見出しが小さくなります。", + "help.formatting.headings2": "別の方法として、見出しを作成するために`===` や `---` を使ってテキストに下線を引くやり方もあります。", + "help.formatting.headings2Example": "大きな見出し\n-------------", + "help.formatting.headingsExample": "## 大きな見出し\n### 小さな見出し\n#### さらに小さな見出し", + "help.formatting.images": "## インライン画像\n\n`!`に続いて角括弧で囲んだ代替テキストと括弧で囲んだリンクを使用することでインライン画像を作成できます。リンクの後に引用符で囲んだテキストを書くことでホバーテキストを追加できます。", + "help.formatting.imagesExample": "![代替テキスト](リンク \"ホバーテキスト\")\n\nと\n\n[![ビルド状況](https://travis-ci.org/mattermost/platform.svg?branch=master)](https://travis-ci.org/mattermost/platform) [![Github](https://assets-cdn.github.com/favicon.ico)](https://github.com/mattermost/platform)", + "help.formatting.inline": "## インラインコード\n\nテキストをバッククォートで囲むとインライン等幅フォントを作成できます。", + "help.formatting.intro": "Markdownを使うとメッセージの書式を簡単に設定することができます。通常通りメッセージを入力し、特別なフォーマットで表示するためにはこれらのルールを使用してください。", + "help.formatting.lines": "## ライン\n\n`*`か`_`か`-`を3つ使用することでラインを引くことができます。", + "help.formatting.linkEx": "[Mattermostをチェックしてください!](https://about.mattermost.com/)", + "help.formatting.links": "## リンク\n\n角括弧で囲んだテキストと括弧で囲んだ関連するリンクを書くことでラベル付けされたリンクを作成できます。", + "help.formatting.listExample": "* リスト項目1\n* リスト項目2\n * 項目2の下位", + "help.formatting.lists": "## リスト\n\n`*`か`-`を使用して箇条書きすることでリストを作成できます。これらの記号の前に2つのスペースを追加することでインデントすることができます。", + "help.formatting.monokaiTheme": "**Monokaiテーマ**", + "help.formatting.ordered": "代わりに数字を使用することで順序付きリストにできます:", + "help.formatting.orderedExample": "1. 項目1\n2. 項目2", + "help.formatting.quotes": "## ブロック引用\n\n`>`を使用することでブロック引用を作成できます。", + "help.formatting.quotesExample": "`> ブロック引用` はこのように表示されます:", + "help.formatting.quotesRender": "> ブロック引用", + "help.formatting.renders": "このように表示されます:", + "help.formatting.solirizedDarkTheme": "**Solarized Dark Theme**", + "help.formatting.solirizedLightTheme": "**Solarized Light Theme**", + "help.formatting.style": "## テキストスタイル\n\n文字をイタリック体にするには`_`か`*`のどちらかで囲んでください。 この記号を二つ使用するとボールド体になります。\n\n* `_イタリック_` は _イタリック_ のように表示されます\n* `**ボールド**` は **ボールド** のように表示されます\n* `**_ボールド-イタリック_**` は **_ボールド-イタリック_** のように表示されます\n* `~~打ち消し線~~` は ~~打ち消し線~~ のように表示されます", + "help.formatting.supportedSyntax": "サポートされている言語:\n`as`, `applescript`, `osascript`, `scpt`, `bash`, `sh`, `zsh`, `clj`, `boot`, `cl2`, `cljc`, `cljs`, `cljs.hl`, `cljscm`, `cljx`, `hic`, `coffee`, `_coffee`, `cake`, `cjsx`, `cson`, `iced`, `cpp`, `c`, `cc`, `h`, `c++`, `h++`, `hpp`, `cs`, `csharp`, `css`, `d`, `di`, `dart`, `delphi`, `dpr`, `dfm`, `pas`, `pascal`, `freepascal`, `lazarus`, `lpr`, `lfm`, `diff`, `django`, `jinja`, `dockerfile`, `docker`, `erl`, `f90`, `f95`, `fsharp`, `fs`, `gcode`, `nc`, `go`, `groovy`, `handlebars`, `hbs`, `html.hbs`, `html.handlebars`, `hs`, `hx`, `java`, `jsp`, `js`, `jsx`, `json`, `jl`, `kt`, `ktm`, `kts`, `less`, `lisp`, `lua`, `mk`, `mak`, `md`, `mkdown`, `mkd`, `matlab`, `m`, `mm`, `objc`, `obj-c`, `ml`, `perl`, `pl`, `php`, `php3`, `php4`, `php5`, `php6`, `ps`, `ps1`, `pp`, `py`, `gyp`, `r`, `ruby`, `rb`, `gemspec`, `podspec`, `thor`, `irb`, `rs`, `scala`, `scm`, `sld`, `scss`, `st`, `sql`, `swift`, `tex`, `vbnet`, `vb`, `bas`, `vbs`, `v`, `veo`, `xml`, `html`, `xhtml`, `rss`, `atom`, `xsl`, `plist`, `yaml`", + "help.formatting.syntax": "### シンタックスハイライト\n\nシンタックスハイライトを追加するためには、コードブロックの初めの ``` の後にハイライトしたい言語を入力します。Mattermostは4つの異なるコードテーマ(GitHub、Solarized Dark、Solarized Light、Monokai)を提供しており、**アカウント設定** > **表示** > **テーマ** > **カスタムテーマ** > **中央チャンネルのスタイル** で変更できます。", + "help.formatting.syntaxEx": " package main\n import \"fmt\"\n func main() {\n fmt.Println(\"Hello, 世界\")\n }", + "help.formatting.tableExample": "| 左寄せ | 中央寄せ | 右寄せ |\n| :--------- |:-------------:| -----:|\n| 左カラム1 | このテキスト | $100 |\n| 左カラム2 | は | $10 |\n| 左カラム3 | 中央寄せです | $1 |", + "help.formatting.tables": "## テーブル\n\nヘッダー行の下に破線を書き、列をパイプ`|`で区切ることでテーブルを作成できます。(列の位置を正確に並べる必要はありません)。ヘッダー行の中にコロン`:`を含めることでテーブルの列の整列方法を選択できます。", + "help.formatting.title": "# テキストの書式設定\n_____", + "help.learnMore": "もっと詳しく知るには:", + "help.link.attaching": "ファイルを添付する", + "help.link.commands": "コマンドを実行する", + "help.link.composing": "メッセージと返信を書く", + "help.link.formatting": "メッセージをMarkdownで書式設定する", + "help.link.mentioning": "チームメイトについての投稿を作成する", + "help.link.messaging": "基本的なメッセージを作成する", + "help.mentioning.channel": "#### @チャンネル\n`@チャンネル`を入力することでチャンネル全体への投稿をすることができます。チャンネルの全てのメンバーは個人的に投稿されたのと同じように通知を受け取ります。", + "help.mentioning.channelExample": "@チャンネル 今週の面接の成果。素晴らしい志望者が何人かいたよ!", + "help.mentioning.mentions": "## @Mention\n特定のチームメンバーの注意を惹きたい場合は@mentionを使用してください。", + "help.mentioning.recent": "## 最近のあなたについての投稿\n最も最近のあなたについての投稿を検索するためには検索ボックスの隣の`@`をクリックしてください。画面右部の検索結果**ジャンプする**をクリックすると、その投稿のメッセージのチャンネルと場所にジャンプします。", + "help.mentioning.title": "# チームメイトについての投稿を作成する\n_____", + "help.mentioning.triggers": "## 誰かについての投稿となる単語\n@ユーザー名 と @チャンネル による通知に加え、**アカウント設定** > **通知** > **あなたについての投稿となる単語**で通知のトリガーとなる単語をカスタマイズできます。デフォルトでは名前(ファーストネーム)での通知を受け取ることができますが、入力ボックスにカンマ区切りで通知を受ける単語を追加できます。これは「面接」や「マーケティング」などの特定の話題に関する全ての投稿の通知を受けたい場合に役立ちます。", + "help.mentioning.username": "#### @ユーザー名\nチームメイトへの投稿通知を送るためにユーザー名に加えて記号`@`を使うことで彼らについての投稿をすることができます。\n\n投稿するチームメンバーのリストを表示するには`@`を入力してください。リストをフィルターするには、ユーザー名か名前(ファーストネーム)か苗字(ラストネーム)かニックネームどれかの最初の数文字を入力してください。**↑**と**↓**キーでリスト全体をスクロールすることができ、**ENTER**を押すと投稿対象のユーザーを選択できます。一度選択されると、ユーザー名は自動的にフルネームかニックネームに置き換わります。\n以下の例では**alice**へチャンネルとメッセージが通知される特別な投稿通知を送信します。もし**alice**がMattermostから離れていて、かつ[電子メール通知](http://docs.mattermost.com/help/getting-started/configuring-notifications.html#email-notifications)をオンにしていた場合、彼女はメッセージテキストが添えられた電子メール通知を受け取ることになります。", + "help.mentioning.usernameCont": "あなたが投稿対象としたユーザーがチャンネルに属していなかった場合、それを知らせるシステムメッセージが投稿されます。これはそのメッセージのトリガーとなった人だけに見える一時的なメッセージです。投稿対象のユーザーをチャンネルに追加するには、チャンネル名のドロップダウンメニューから**メンバーを追加する**を選択します。", + "help.mentioning.usernameExample": "@alice 君の面接の新しい志望者はどうだった?", + "help.messaging.attach": "**ファイルを添付する** Mattermostへのドラッグアンドドロップするか、テキスト入力ボックスの添付アイコンをクリックします。", + "help.messaging.emoji": "**手軽に絵文字を追加** \":\"を入力して絵文字自動補完リストを開きます。今ある絵文字にあなたが表現したいものが無かった場合、[カスタム絵文字](http://docs.mattermost.com/help/settings/custom-emoji.html)を作成することもできます。", + "help.messaging.format": "**メッセージの書式設定** テキストのスタイリングや見出し、リンク、顔文字、コードブロック、引用、テーブル、リスト、インライン画像をサポートするMarkdownを使用します。", + "help.messaging.notify": "**チームメイトへの通知** 必要な時に`@username`を入力します。", + "help.messaging.reply": "**メッセージへの返信** メッセージの隣にある返信の矢印をクリックします。", + "help.messaging.title": "# 基本的なメッセージを作成する\n_____", + "help.messaging.write": "**メッセージを書く** Mattermostの画面下部のテキスト入力ボックスを使います。ENTER を押すとメッセージが送信されます。SHIFT+ENTER を使うとメッセージを送ることなく改行することができます。", + "installed_command.header": "スラッシュコマンド", + "installed_commands.add": "スラッシュコマンドを追加する", + "installed_commands.delete.confirm": "この操作によりスラッシュコマンドは削除され、そのコマンドを利用している統合機能が動作しなくなります。本当に削除しますか?", + "installed_commands.empty": "スラッシュコマンドは作成されていません", + "installed_commands.header": "スラッシュコマンド", + "installed_commands.help": "外部の統合機能用のスラッシュコマンドを作成する。詳細は{link}をご覧ください。", + "installed_commands.helpLink": "説明文書", + "installed_commands.search": "スラッシュコマンドを検索", + "installed_commands.unnamed_command": "名前のないスラッシュコマンド", + "installed_incoming_webhooks.add": "内向きのウェブフックを追加する", + "installed_incoming_webhooks.delete.confirm": "この操作により内向きのウェブフックは削除され、そのウェブフックを利用している統合機能が動作しなくなります。本当に削除しますか?", + "installed_incoming_webhooks.empty": "内向きのウェブフックは作成されていません", + "installed_incoming_webhooks.header": "内向きのウェブフック", + "installed_incoming_webhooks.help": "外部の統合機能用の内向きのウェブフックURLを作成する。詳細は{link}をご覧ください。", + "installed_incoming_webhooks.helpLink": "説明文書", + "installed_incoming_webhooks.search": "内向きのウェブフックを検索", + "installed_incoming_webhooks.unknown_channel": "プライベートなウェブフック", + "installed_integrations.callback_urls": "コールバックURL: {urls}", + "installed_integrations.client_id": "クライアントID: {clientId}", + "installed_integrations.client_secret": "クライアント秘密情報: {clientSecret}", + "installed_integrations.content_type": "Content-Type: {contentType}", + "installed_integrations.creation": "{creator}により{createAt, date, full}に作成されました", + "installed_integrations.delete": "削除", + "installed_integrations.edit": "編集", + "installed_integrations.hideSecret": "秘密情報を隠す", + "installed_integrations.regenSecret": "秘密情報を再生成する", + "installed_integrations.regenToken": "トークンを再生成する", + "installed_integrations.showSecret": "秘密情報を表示する", + "installed_integrations.token": "トークン: {token}", + "installed_integrations.triggerWhen": "トリガーとなる条件: {triggerWhen}", + "installed_integrations.triggerWords": "トリガーワード: {triggerWords}", + "installed_integrations.unnamed_oauth_app": "名前のないOAuth 2.0アプリケーション", + "installed_integrations.url": "URL: {url}", + "installed_oauth_apps.add": "OAuth 2.0アプリケーションを追加する", + "installed_oauth_apps.callbackUrls": "コールバックURL(1つにつき1行)", + "installed_oauth_apps.cancel": "キャンセル", + "installed_oauth_apps.delete.confirm": "この操作によりOAuth 2.0アプリケーションは削除され、そのアプリケーションを利用している統合機能が動作しなくなります。本当に削除しますか?", + "installed_oauth_apps.description": "説明", + "installed_oauth_apps.empty": "OAuth 2.0アプリケーションが見つかりませんでした", + "installed_oauth_apps.header": "OAuth 2.0アプリケーション", + "installed_oauth_apps.help": "Mattermostにボットまたはサードパーティーのアプリケーションを安全に統合するるために、OAuth 2.0アプリケーションを作成してください。詳細は{link}を参照してください。", + "installed_oauth_apps.helpLink": "説明文書", + "installed_oauth_apps.homepage": "ホームページ", + "installed_oauth_apps.iconUrl": "アイコンのURL", + "installed_oauth_apps.is_trusted": "信頼済み: {isTrusted}", + "installed_oauth_apps.name": "表示名", + "installed_oauth_apps.save": "保存する", + "installed_oauth_apps.search": "OAuth 2.0アプリケーションを検索する", + "installed_oauth_apps.trusted": "信頼済み", + "installed_oauth_apps.trusted.no": "いいえ", + "installed_oauth_apps.trusted.yes": "はい", + "installed_outgoing_webhooks.add": "外向きのウェブフックを追加する", + "installed_outgoing_webhooks.delete.confirm": "この操作により外向きのウェブフックは削除され、そのウェブフックを利用している統合機能が動作しなくなります。本当に削除しますか?", + "installed_outgoing_webhooks.empty": "外向きのウェブフックは作成されていません", + "installed_outgoing_webhooks.header": "外向きのウェブフック", + "installed_outgoing_webhooks.help": "外部の統合機能用の外向きのウェブフックURLを作成する。詳細は{link}をご覧ください。", + "installed_outgoing_webhooks.helpLink": "説明文書", + "installed_outgoing_webhooks.search": "外向きのウェブフックを検索", + "installed_outgoing_webhooks.unknown_channel": "プライベートなウェブフック", + "integrations.add": "追加する", + "integrations.command.description": "スラッシュコマンドは外部の統合機能にイベントを送信します", + "integrations.command.title": "スラッシュコマンド", + "integrations.delete.confirm.button": "削除", + "integrations.delete.confirm.title": "統合機能を削除する", + "integrations.done": "完了", + "integrations.edit": "編集", + "integrations.header": "統合機能", + "integrations.incomingWebhook.description": "内向きのウェブフックは外部の統合機能がメッセージを投稿するのに使います", + "integrations.incomingWebhook.title": "内向きのウェブフック", + "integrations.oauthApps.description": "OAuth 2.0は外部のアプリケーションからMattermost APIへの権限付きリクエストを許可します。", + "integrations.oauthApps.title": "OAuth 2.0アプリケーション", + "integrations.outgoingWebhook.description": "外向きのウェブフックは外部の統合機能がメッセージを受け取りレスポンスを返してくる場合に使用します", + "integrations.outgoingWebhook.title": "外向きのウェブフック", + "integrations.successful": "セットアップが成功しました", + "intro_messages.DM": "{teammate}とのダイレクトメッセージの履歴の最初です。
    ダイレクトメッセージとそこで共有されているファイルは、この領域の外のユーザーからは見ることができません。", + "intro_messages.anyMember": " このチャンネルには誰でも参加して投稿を閲覧することができます。", + "intro_messages.beginning": "{name}のはじまり", + "intro_messages.channel": "チャンネル", + "intro_messages.creator": "ここは{name} {type}のはじまりです。{date}に{creator}によって作成されました。", + "intro_messages.default": "

    Beginning of {display_name}

    Welcome to {display_name}!

    Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.

    ", + "intro_messages.group": "非公開グループ", + "intro_messages.invite": "他の人をこの{type}に招待する", + "intro_messages.inviteOthers": "他の人をこのチームに招待する", + "intro_messages.noCreator": "ここは{name} {type}のはじまりです。{date}に作成されました。", + "intro_messages.offTopic": "

    {display_name}のはじまり

    ここは{display_name}のはじまりです。仕事に関係のない会話に使ってください。

    ", + "intro_messages.onlyInvited": " 招待されたメンバーだけがこの非公開グループを見ることができます。", + "intro_messages.purpose": " この{type}の目的: {purpose}", + "intro_messages.setHeader": "ヘッダーを設定する", + "intro_messages.teammate": "あなたのダイレクトメッセージの履歴の最初です。ダイレクトメッセージとそこで共有されているファイルは、この領域の外のユーザーからは見ることができません。", + "invite_member.addAnother": "他の人を追加する", + "invite_member.autoJoin": "招待された人は{channel}チャンネルに自動的に参加します。", + "invite_member.cancel": "キャンセル", + "invite_member.content": "あなたのチームでは電子メールは有効になっていません。電子メールによる招待状は送信できません。システム管理者に電子メールと電子メールによる招待を有効にするように連絡してください。", + "invite_member.disabled": "あなたのチームではユーザー作成は無効になっています。チーム管理者に詳細を問い合わせてください。", + "invite_member.emailError": "有効な電子メールアドレスを入力してください", + "invite_member.firstname": "名前(ファーストネーム)", + "invite_member.inviteLink": "チーム招待リンク", + "invite_member.lastname": "苗字(ラストネーム)", + "invite_member.modalButton": "破棄してかまわない", + "invite_member.modalMessage": "未送信の招待状があります。破棄してよろしいですか?", + "invite_member.modalTitle": "招待状を破棄しますか?", + "invite_member.newMember": "新しいメンバーを招待", + "invite_member.send": "招待状を送信する", + "invite_member.send2": "招待状を送信する", + "invite_member.sending": " 送信しています", + "invite_member.teamInviteLink": "{link}を使って招待することもできます。", + "ldap_signup.find": "参加しているチームを探す", + "ldap_signup.ldap": "AD/LDAPアカウントでチームを作成する", + "ldap_signup.length_error": "名称は3文字以上15文字以下にしてください", + "ldap_signup.teamName": "新しいチーム名を入力してください", + "ldap_signup.team_error": "チーム名を入力してください", + "leave_team_modal.desc": "全ての公開チャンネルと非公開グループから脱退します。 チームが非公開な場合、再度参加することはできません。 実行してよろしいですか?", + "leave_team_modal.no": "いいえ", + "leave_team_modal.title": "チームから脱退しますか?", + "leave_team_modal.yes": "はい", + "loading_screen.loading": "読み込み中です", + "login.changed": "サインイン方法が変更されました", + "login.create": "アカウントを作成する", + "login.createTeam": "新しいチームを作成する", + "login.createTeamAdminOnly": "このオプションは、システム管理者だけが使用できます。他のユーザーには表示されません。", + "login.email": "電子メールアドレス", + "login.find": "参加している他のチームを探す", + "login.forgot": "パスワードを忘れました", + "login.gitlab": "GitLabでログインする", + "login.google": "Google Appsでログインする", + "login.invalidPassword": "パスワードが正しくありません。", + "login.ldapUsername": "AD/LDAPユーザー名", + "login.ldapUsernameLower": "AD/LDAPユーザー名", + "login.noAccount": "アカウントを持っていますか? ", + "login.noEmail": "電子メールアドレスを入力してください", + "login.noEmailLdapUsername": "電子メールアドレスまたは{ldapUsername}を入力してください", + "login.noEmailUsername": "電子メールアドレスまたはユーザー名を入力してください", + "login.noEmailUsernameLdapUsername": "電子メールアドレスまたはユーザー名、{ldapUsername}を入力してください", + "login.noLdapUsername": "{ldapUsername}を入力してください", + "login.noMethods": "サインイン方法が設定されていません。システム管理者に連絡してください。", + "login.noPassword": "パスワードを入力してください", + "login.noUsername": "ユーザー名を入力してください", + "login.noUsernameLdapUsername": "ユーザー名または{ldapUsername}を入力してください", + "login.office365": "Office 365", + "login.on": "{siteName}にて", + "login.or": "または", + "login.password": "パスワード", + "login.passwordChanged": " パスワードは正常に更新されました", + "login.session_expired": " あなたのセッションは有効期限が切れました。再度ログインしてください。", + "login.signIn": "サインイン", + "login.signInLoading": "サインイン中です...", + "login.signInWith": "サインイン方法:", + "login.userNotFound": "あなたのログイン情報に合致するアカウントはありません。", + "login.username": "ユーザー名", + "login.verified": " 電子メールアドレスが確認されました", + "login_mfa.enterToken": "サインインを完了するには、スマートフォンのauthenticatorからのトークンを入力してください。", + "login_mfa.submit": "送信する", + "login_mfa.token": "多要素認証トークン", + "login_mfa.tokenReq": "多要素認証トークンを入力してください", + "member_item.makeAdmin": "管理者にする", + "member_item.member": "メンバー", + "member_list.noUsersAdd": "ユーザーは追加されません。", + "members_popover.manageMembers": "メンバーを管理する", + "members_popover.msg": "メッセージ", + "members_popover.title": "メンバー", + "members_popover.viewMembers": "メンバーを見る", + "mfa.confirm.complete": "セットアップが完了しました!", + "mfa.confirm.okay": "OK", + "mfa.confirm.secure": "あなたのアカウントは安全です。次にサインインするとき、あなたはGoogle Authenticatorからのコードの入力を求められるでしょう。", + "mfa.setup.badCode": "不正なコードです。問題が解決できない場合、システム管理者に問い合わせてください。", + "mfa.setup.code": "多要素認証コード", + "mfa.setup.codeError": "Google Authenticatorのコードを入力してください。", + "mfa.setup.required": "{siteName}では多要素認証が必須です。", + "mfa.setup.save": "保存", + "mfa.setup.secret": "シークレット: {secret}", + "mfa.setup.step1": "ステップ1: あなたの電話にiTunesGoogle PlayからGoogle Authenticatorをダウンロードしてください", + "mfa.setup.step2": "ステップ2: Google Authenticatorを使ってこのQRコードをスキャン、もしくはシークレットキーを手入力してください", + "mfa.setup.step3": "ステップ3: Google Authenticatorで生成されたコードを入力してください", + "mfa.setupTitle": "多要素認証設定", + "mobile.account.notifications.email.footer": "When offline or away for more than five minutes", + "mobile.account_notifications.mentions_footer": "Your username (\"@{username}\") will always trigger mentions.", + "mobile.account_notifications.non-case_sensitive_words": "Other non-case sensitive words...", + "mobile.account_notifications.reply.header": "Send reply notifications for", + "mobile.account_notifications.threads_mentions": "Mentions in threads", + "mobile.account_notifications.threads_start": "Threads that I start", + "mobile.account_notifications.threads_start_participate": "Threads that I start or participate in", + "mobile.channel_info.alertMessageDeleteChannel": "Are you sure you want to delete the {term} with {name}?", + "mobile.channel_info.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_info.alertNo": "いいえ", + "mobile.channel_info.alertTitleDeleteChannel": "{term}を削除する", + "mobile.channel_info.alertTitleLeaveChannel": "{term}から出る", + "mobile.channel_info.alertYes": "はい", + "mobile.channel_info.privateChannel": "Private Channel", + "mobile.channel_info.publicChannel": "公開チャンネル", + "mobile.channel_list.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_list.alertNo": "いいえ", + "mobile.channel_list.alertTitleLeaveChannel": "{term}から出る", + "mobile.channel_list.alertYes": "はい", + "mobile.channel_list.closeDM": "Close Direct Message", + "mobile.channel_list.closeGM": "Close Group Message", + "mobile.channel_list.dm": "ダイレクトメッセージ", + "mobile.channel_list.gm": "Group Message", + "mobile.channel_list.open": "Open {term}", + "mobile.channel_list.openDM": "Open Direct Message", + "mobile.channel_list.openGM": "Open Group Message", + "mobile.channel_list.privateChannel": "Private Channel", + "mobile.channel_list.publicChannel": "公開チャンネル", + "mobile.components.channels_list_view.yourChannels": "あなたのチャンネル:", + "mobile.components.error_list.dismiss_all": "Dismiss All", + "mobile.components.select_server_view.continue": "続ける", + "mobile.components.select_server_view.enterServerUrl": "サーバーURLを入力してください", + "mobile.components.select_server_view.proceed": "続行する", + "mobile.components.select_server_view.siteUrlPlaceholder": "https://mattermost.example.com", + "mobile.create_channel": "Create", + "mobile.create_channel.private": "New Private Group", + "mobile.create_channel.public": "公開チャンネル", + "mobile.edit_post.title": "Editing Message", + "mobile.file_upload.camera": "Take Photo or Video", + "mobile.file_upload.library": "Photo Library", + "mobile.file_upload.more": "もっと", + "mobile.loading_channels": "Loading Channels...", + "mobile.loading_members": "Loading Members...", + "mobile.loading_posts": "Loading Messages...", + "mobile.login_options.choose_title": "Choose your login method", + "mobile.post.cancel": "キャンセル", + "mobile.post.delete_question": "{term}を本当に削除しますか?", + "mobile.post.delete_title": "Delete Post", + "mobile.request.invalid_response": "Received invalid response from the server.", + "mobile.routes.channelInfo": "Info", + "mobile.routes.channelInfo.createdBy": "Created by {creator} on ", + "mobile.routes.channelInfo.delete_channel": "チャンネルを削除する", + "mobile.routes.channelInfo.favorite": "お気に入り", + "mobile.routes.channel_members.action": "メンバーを削除する", + "mobile.routes.channel_members.action_message": "You must select at least one member to remove from the channel.", + "mobile.routes.channel_members.action_message_confirm": "Are you sure you want to remove the selected members from the channel?", + "mobile.routes.channels": "チャンネル", + "mobile.routes.enterServerUrl": "サーバーURLを入力してください", + "mobile.routes.login": "ログイン", + "mobile.routes.loginOptions": "Login Chooser", + "mobile.routes.mfa": "多要素認証", + "mobile.routes.postsList": "投稿リスト", + "mobile.routes.saml": "Single SignOn", + "mobile.routes.selectTeam": "チームを選択する", + "mobile.routes.settings": "Settings", + "mobile.routes.thread": "{channelName} Thread", + "mobile.routes.thread_dm": "Direct Message Thread", + "mobile.routes.user_profile": "Profile", + "mobile.routes.user_profile.send_message": "メッセージを送信", + "mobile.server_ping_failed": "Cannot connect to the server. Please check your server URL and internet connection.", + "mobile.server_url.invalid_format": "http://またはhttps://から始まらなくてはいけません", + "more_channels.close": "閉じる", + "more_channels.create": "新しいチャンネルを作成する", + "more_channels.createClick": "新しいチャンネルを作成するには「新しいチャンネルを作成する」をクリックしてください", + "more_channels.join": "参加する", + "more_channels.next": "次へ", + "more_channels.noMore": "参加できるチャンネルがありません", + "more_channels.prev": "前へ", + "more_channels.title": "他のチャンネル", + "more_direct_channels.close": "閉じる", + "more_direct_channels.message": "メッセージ", + "more_direct_channels.new_convo_note": "新しい会話を始めます。多くの人々を追加する場合、非公開グループの作成を検討してください。", + "more_direct_channels.new_convo_note.full": "この会話に参加できる人数の最大数に達しました。代わりに非公開グループを作成することを検討してください。", + "more_direct_channels.title": "ダイレクトメッセージ", + "msg_typing.areTyping": "{users}と{last}が入力しています…", + "msg_typing.isTyping": "{user}が入力しています…", + "msg_typing.someone": "誰か", + "multiselect.go": "ジャンプ", + "multiselect.instructions": "up/downキーで移動し、Enterで選択します", + "multiselect.numPeopleRemaining": "あと{num, number}人追加できます {num, plural, =0 {people} one {person} other {people}}. ", + "multiselect.numRemaining": "あと{num, number}人追加できます", + "multiselect.placeholder": "メンバーを検索し追加します", + "navbar.addMembers": "メンバーを追加する", + "navbar.click": "ここをクリックしてください", + "navbar.delete": "チャンネルを削除する", + "navbar.leave": "チャンネルから脱退する", + "navbar.manageMembers": "メンバーを管理する", + "navbar.noHeader": "チャンネルヘッダーはまだありあせん。{newline}{link}を追加します。", + "navbar.preferences": "通知の設定", + "navbar.rename": "チャンネル名を変更する…", + "navbar.setHeader": "チャンネルヘッダーを設定する…", + "navbar.setPurpose": "チャンネルの目的を設定する…", + "navbar.toggle1": "サイドバーの表示/非表示を切り替える", + "navbar.toggle2": "サイドバーの表示/非表示を切り替える", + "navbar.viewInfo": "情報を表示する", + "navbar.viewPinnedPosts": "ピン止めされた投稿を見る", + "navbar_dropdown.about": "Mattermostについて", + "navbar_dropdown.accountSettings": "アカウントの設定", + "navbar_dropdown.console": "システムコンソール", + "navbar_dropdown.create": "新しいチームを作成する", + "navbar_dropdown.emoji": "カスタム絵文字", + "navbar_dropdown.help": "ヘルプ", + "navbar_dropdown.integrations": "統合機能", + "navbar_dropdown.inviteMember": "新しいメンバーを招待", + "navbar_dropdown.join": "別のチームに参加する", + "navbar_dropdown.leave": "チームを脱退する", + "navbar_dropdown.logout": "ログアウト", + "navbar_dropdown.manageMembers": "メンバーを管理する", + "navbar_dropdown.nativeApps": "アプリをダウンロード", + "navbar_dropdown.report": "問題を報告する", + "navbar_dropdown.switchTeam": "{team}に切り替える", + "navbar_dropdown.switchTo": "切り替え先: ", + "navbar_dropdown.teamLink": "チーム招待リンクを入手", + "navbar_dropdown.teamSettings": "チームの設定", + "navbar_dropdown.viewMembers": "メンバーを見る", + "notification.dm": "ダイレクトメッセージ", + "passwordRequirements": "パスワードの要件:", + "password_form.change": "パスワードを変更する", + "password_form.click": "ここをクリックしてログインする。", + "password_form.enter": "{siteName}のアカウントの新しいパスワードを入力してください。", + "password_form.error": "少なくとも{chars}文字を入力してください。", + "password_form.pwd": "パスワード", + "password_form.title": "パスワードの初期化", + "password_form.update": "パスワードが更新されました。", + "password_send.checkInbox": "受信ボックスを確認してください。", + "password_send.description": "パスワードを初期化するには、利用登録した電子メールアドレスを入力してください", + "password_send.email": "電子メールアドレス", + "password_send.error": "有効な電子メールアドレスを入力してください。", + "password_send.link": "アカウントが存在する場合、パスワードリセットメールが送信されます:
    {email}

    ", + "password_send.reset": "自分のパスワードを初期化する", + "password_send.title": "パスワードの初期化", + "pdf_preview.max_pages": "より多くのページを読むためにダウンロードする", + "pending_post_actions.cancel": "キャンセル", + "pending_post_actions.retry": "再試行", + "permalink.error.access": "削除されたメッセージまたはアクセス権限のないチャンネルへのパーマリンクです。", + "post_attachment.collapse": "表示を少なくする", + "post_attachment.more": "さらに表示", + "post_body.commentedOn": "{name}{apostrophe}のメッセージにコメントしました: ", + "post_body.deleted": "(メッセージは削除されています)", + "post_body.plusMore": " {count}の他のファイルを追加する", + "post_body.plusOne": " 1つの他のファイルを追加する", + "post_delete.notPosted": "コメントが投稿できませんでした", + "post_delete.okay": "削除する", + "post_delete.someone": "あなたがコメントしようとしたメッセージは削除されています。", + "post_focus_view.beginning": "チャンネルアーカイブの最初", + "post_info.del": "削除する", + "post_info.edit": "編集する", + "post_info.mobile.flag": "フラグ", + "post_info.mobile.unflag": "フラグを消す", + "post_info.permalink": "パーマリンク", + "post_info.pin": "チャンネルにピン止めする", + "post_info.pinned": "ピン止め", + "post_info.reply": "返信する", + "post_info.system": "システム", + "post_info.unpin": "チャンネルへのピン止めをやめる", + "post_message_view.edited": "(編集済)", + "posts_view.loadMore": "もっとメッセージを読み込む", + "posts_view.newMsg": "新しいメッセージ", + "posts_view.newMsgBelow": "以下に新しい {count, plural, one {message} other {messages}}があります", + "reaction.clickToAdd": "(クリックして追加する)", + "reaction.clickToRemove": "(クリックして削除する)", + "reaction.othersReacted": "{otherUsers, number} {otherUsers, plural, one {user} other {users}}", + "reaction.reacted": "{users} が {emoji} で{reactionVerb}", + "reaction.reactionVerb.user": "リアクションしました", + "reaction.reactionVerb.users": "リアクションしました", + "reaction.reactionVerb.you": "リアクションしました", + "reaction.reactionVerb.youAndUsers": "リアクションしました", + "reaction.usersAndOthersReacted": "{users} と {otherUsers, number} other {otherUsers, plural, one {user} other {users}}", + "reaction.usersReacted": "{users} と {lastUser}", + "reaction.you": "あなた", + "removed_channel.channelName": "チャンネル", + "removed_channel.from": "以下から削除する ", + "removed_channel.okay": "削除する", + "removed_channel.remover": "{remover}が{channel}からあなたを削除しました", + "removed_channel.someone": "誰か", + "rename_channel.cancel": "キャンセル", + "rename_channel.defaultError": " - デフォルトのチャンネルは変更できません", + "rename_channel.displayName": "表示名", + "rename_channel.displayNameHolder": "表示名を入力してください", + "rename_channel.handleHolder": "小文字の英数字にしてください", + "rename_channel.lowercase": "小文字の英数字にしてください", + "rename_channel.maxLength": "この項目は22文字より短くしてください", + "rename_channel.required": "この項目は必須です", + "rename_channel.save": "保存する", + "rename_channel.title": "チャンネル名を変更する", + "rename_channel.url": "URL", + "rhs_comment.comment": "コメント", + "rhs_comment.del": "削除する", + "rhs_comment.edit": "編集する", + "rhs_comment.mobile.flag": "フラグ", + "rhs_comment.mobile.unflag": "フラグを消す", + "rhs_comment.permalink": "パーマリンク", + "rhs_header.backToCallTooltip": "応答する", + "rhs_header.backToFlaggedTooltip": "フラグの立てられた投稿へ戻る", + "rhs_header.backToResultsTooltip": "検索結果に戻る", + "rhs_header.closeSidebarTooltip": "サイドバーを閉じる", + "rhs_header.closeTooltip": "サイドバーを閉じる", + "rhs_header.details": "メッセージの詳細", + "rhs_header.expandSidebarTooltip": "サイドバーを拡大する", + "rhs_header.expandTooltip": "サイドバーを縮小する", + "rhs_header.shrinkSidebarTooltip": "サイドバーを縮小する", + "rhs_root.del": "削除する", + "rhs_root.direct": "ダイレクトメッセージ", + "rhs_root.edit": "編集する", + "rhs_root.mobile.flag": "フラグ", + "rhs_root.mobile.unflag": "フラグを消す", + "rhs_root.permalink": "パーマリンク", + "rhs_root.pin": "チャンネルにピン止めする", + "rhs_root.unpin": "チャンネルへのピン止めをやめる", + "search_bar.search": "検索する", + "search_bar.usage": "

    検索オプション

    • 文を検索するには「引用符」を使ってください
    • 特定のユーザーの投稿に限定して検索するにはFrom:を、特定のチャンネルのみ検索するにはin:を使ってください
    ", + "search_header.results": "検索結果", + "search_header.title2": "最近のあなたについての投稿", + "search_header.title3": "フラグの立てられた投稿", + "search_header.title4": "{channelDisplayName}チャンネルに投稿をピン止めする", + "search_item.direct": "ダイレクトメッセージ({username}を参照)", + "search_item.jump": "ジャンプする", + "search_results.because": "
    • 語句の一部を検索するには*を付けてください(\"reach\"や\"reaction\"を検索するのに\"rea\"を使う場合等)
    • 検索結果の件数によっては、2文字の検索、一般的な\"this\"や\"a\"、\"is\"は表示されません
    ", + "search_results.noResults": "結果が見付かりません。もう一度試しますか?", + "search_results.usage": "
    • 文を検索するには「引用符」を使ってください
    • 特定のユーザーの投稿に限定して検索するにはFrom:を、特定のチャンネルのみ検索するにはin:を使ってください
    ", + "search_results.usageFlag1": "まだフラグの立てられたメッセージはありません。", + "search_results.usageFlag2": "アイコンをクリックすることでメッセージとコメントにフラグを立てることができます。", + "search_results.usageFlag3": "アイコンはタイムスタンプの隣にあります。", + "search_results.usageFlag4": "フラグはメッセージに追跡のためのマークを付ける一つの方法です。あなたのフラグは個人のもので、他のユーザーからは見えません。", + "search_results.usagePin1": "ピン止めされた投稿がまだありません。", + "search_results.usagePin2": "All members of this channel can pin important or useful messages.", + "search_results.usagePin3": "Pinned messages are visible to all channel members.", + "search_results.usagePin4": "To pin a message: Go to the message that you want to pin and click [...] > \"Pin to channel\".", + "setting_item_max.cancel": "キャンセル", + "setting_item_max.save": "保存する", + "setting_item_min.edit": "編集する", + "setting_picture.cancel": "キャンセル", + "setting_picture.help": "プロフィール画像はJPGかPNG形式でアップロードしてください。少なくとも幅{width}ピクセル、高さ{height}ピクセルにしてください。", + "setting_picture.save": "保存する", + "setting_picture.select": "選択する", + "setting_upload.import": "インポートする", + "setting_upload.noFile": "ファイルが選択されていません。", + "setting_upload.select": "ファイルを選択してください", + "sidebar.channels": "チャンネル", + "sidebar.createChannel": "新しいチャンネルを作成する", + "sidebar.createGroup": "新しいグループを作成する", + "sidebar.direct": "ダイレクトメッセージ", + "sidebar.favorite": "お気に入り", + "sidebar.more": "もっと", + "sidebar.moreElips": "もっと…", + "sidebar.otherMembers": "このチームの外側", + "sidebar.pg": "非公開グループ", + "sidebar.removeList": "一覧から削除する", + "sidebar.tutorialScreen1": "

    チャンネル

    チャンネルは様々な話題についての会話を扱います。チャンネルはあなたのチームの全員が読み書き可能です。個人的なコミュニケーションには特定の一人との場合にはダイレクトメッセージを、複数の人との場合には非公開グループを使ってください。

    ", + "sidebar.tutorialScreen2": "

    \"{townsquare}\"と\"{offtopic}\"チャンネル

    以下は最初にふさわしい2つの公開チャンネルです

    {townsquare}は、チーム内のコミュニケーションのための場所です、あなたのチームの全員が参加しています。

    {offtopic}は仕事と関係のない楽しみとユーモアのための場所です。あなたとチームは、他のチャンネルを作るか決めることができます。

    ", + "sidebar.tutorialScreen3": "

    チャンネルの作成と参加

    「もっと…」をクリックすることで新しいチャンネルを作成したり既存のチャンネルに参加することができます。

    チャンネルや非公開グループのヘッダーの隣にある「+」記号をクリックすることで、新しいチャンネルや非公開グループを作成することができます。

    ", + "sidebar.unreadAbove": "上の未読へ", + "sidebar.unreadBelow": "下の未読へ", + "sidebar_header.tutorial": "

    メインメニュー

    メインメニューは、メンバーを招待したりアカウントの設定にアクセスしたり、テーマ色を設定したりする場所です。

    チーム管理者はチームの設定にもこのメニューからアクセスすることができます。

    システム管理者には、システム全体を設定するシステムコンソールへのリンクもここに表示されます。

    ", + "sidebar_right_menu.accountSettings": "アカウントの設定", + "sidebar_right_menu.console": "システムコンソール", + "sidebar_right_menu.flagged": "フラグの立てられた投稿", + "sidebar_right_menu.help": "ヘルプ", + "sidebar_right_menu.inviteNew": "新しいメンバーを招待", + "sidebar_right_menu.logout": "ログアウト", + "sidebar_right_menu.manageMembers": "メンバーを管理する", + "sidebar_right_menu.nativeApps": "アプリをダウンロードする", + "sidebar_right_menu.recentMentions": "最近のあなたについての投稿", + "sidebar_right_menu.report": "問題を報告する", + "sidebar_right_menu.teamLink": "チーム招待リンクを入手", + "sidebar_right_menu.teamSettings": "チームの設定", + "sidebar_right_menu.viewMembers": "メンバーを見る", + "signup.email": "電子メールアドレスとパスワード", + "signup.gitlab": "GitLabシングルサインオン", + "signup.google": "Googleアカウント", + "signup.ldap": "AD/LDAP認証情報", + "signup.office365": "Office 365", + "signup.title": "アカウントを作成する:", + "signup_team.createTeam": "またはチームを作成する", + "signup_team.disabled": "チーム作成機能は無効化されています。使用するにはシステム管理者に連絡してください。", + "signup_team.join_open": "参加可能なチーム: ", + "signup_team.noTeams": "チーム一覧に含まれるチームはありません。また、チーム作成機能は無効化されています。", + "signup_team.no_open_teams": "参加できるチームがありません。管理者に招待してもらってください。", + "signup_team.no_open_teams_canCreate": "参加できるチームがありません。新しいチームを作成するか、管理者に招待してもらってください。", + "signup_team.no_teams": "チームが1つも作成されていません。管理者に連絡してください。", + "signup_team.no_teams_canCreate": "チームが1つも作成されていません。\"新しいチームを作成する\"をクリックして、チームを作成してください。", + "signup_team.none": "チーム作成方法が有効になっていません。使用するにはシステム管理者に連絡してください。", + "signup_team_complete.completed": "この招待について、既に手続きを完了しているか、有効期限が切れています。", + "signup_team_confirm.checkEmail": "あなたの電子メールアドレス{email}を確認してください。
    電子メールにチームを設置するためのリンクがあります。", + "signup_team_confirm.title": "利用登録が完了しました", + "signup_team_system_console": "システムコンソールへ移動する", + "signup_user_completed.choosePwd": "パスワードを入力してください", + "signup_user_completed.chooseUser": "ユーザー名を入力してください", + "signup_user_completed.create": "アカウントを作成する", + "signup_user_completed.emailHelp": "利用登録には、有効な電子メールアドレスが必須です", + "signup_user_completed.emailIs": "あなたの電子メールアドレスは{email}です。この電子メールアドレスを{siteName}にログインするために使用します。", + "signup_user_completed.expired": "この招待について、既に手続きを完了しているか、有効期限が切れています。", + "signup_user_completed.gitlab": "GitLabでログインする", + "signup_user_completed.google": "Googleでログインする", + "signup_user_completed.haveAccount": "アカウントをお持ちですか?", + "signup_user_completed.invalid_invite": "招待リンクが不正です。管理者に連絡してください。", + "signup_user_completed.lets": "アカウントを作成しましょう", + "signup_user_completed.no_open_server": "このサーバーは誰でも利用登録できるように設定されていません。管理者に招待してもらってください。", + "signup_user_completed.none": "ユーザー作成方法が有効になっていません。使用するにはシステム管理者に連絡してください。", + "signup_user_completed.office365": "Office 365を利用", + "signup_user_completed.onSite": "{siteName}にて", + "signup_user_completed.or": "または", + "signup_user_completed.passwordLength": "少なくとも{min}文字を入力してください。", + "signup_user_completed.required": "この項目は必須です", + "signup_user_completed.reserved": "このユーザー名は予約されています。他のユーザー名を使ってください。", + "signup_user_completed.signIn": "サインインするためにここをクリックしてください。", + "signup_user_completed.userHelp": "ユーザー名は英小文字で始めてください。また{min}から{max} 文字の英数字と'.'、'-'、'_'の記号だけで構成してください。", + "signup_user_completed.usernameLength": "ユーザー名は英小文字で始めてください。また{min}から{max} 文字の英数字と'.'、'-'、'_'の記号だけで構成してください。", + "signup_user_completed.validEmail": "有効な電子メールアドレスを入力してください", + "signup_user_completed.welcome": "ようこそ:", + "signup_user_completed.whatis": "あなたの電子メールアドレスは何ですか?", + "signup_user_completed.withLdap": "AD/LDAP認証情報を使っています", + "sso_signup.find": "参加しているチームを探す", + "sso_signup.gitlab": "GitLabアカウントでチームを作成する", + "sso_signup.google": "Google Appsアカウントでチームを作成する", + "sso_signup.length_error": "名前は3から15文字にしてください", + "sso_signup.teamName": "新しいチーム名を入力してください", + "sso_signup.team_error": "チーム名を入力してください", + "suggestion.mention.all": "チャンネルの全員に通知します。{townsquare}で使うとチーム全体に通知します。", + "suggestion.mention.channel": "チャンネルの全員に通知します。", + "suggestion.mention.channels": "自分のチャンネル", + "suggestion.mention.here": "チャンネル内のオンラインな全員へ通知します", + "suggestion.mention.members": "チャンネルのメンバー", + "suggestion.mention.morechannels": "他のチャンネル", + "suggestion.mention.nonmembers": "チャンネルにいません", + "suggestion.mention.special": "特殊な誰かについての投稿", + "suggestion.search.private": "非公開グループ", + "suggestion.search.public": "公開チャンネル", + "team_export_tab.download": "ダウンロードする", + "team_export_tab.export": "エクスポートする", + "team_export_tab.exportTeam": "あなたのチームをエクスポートする", + "team_export_tab.exporting": " エクスポートしています…", + "team_export_tab.ready": " 準備ができました: ", + "team_export_tab.unable": " エクスポートできません: {error}", + "team_import_tab.failure": " インポート失敗: ", + "team_import_tab.import": "インポートする", + "team_import_tab.importHelpDocsLink": "説明文書", + "team_import_tab.importHelpExportInstructions": "Slack > Team Settings > Import/Export Data > Export > Start Export", + "team_import_tab.importHelpExporterLink": "Slack Advanced Exporter", + "team_import_tab.importHelpLine1": "MattermostのSlackインポート機能はSlackチームの公開チャンネルにある発言のインポートをサポートしています。", + "team_import_tab.importHelpLine2": "Slackからチームをインポートするには、{exportInstructions}へ移動してください。詳しくは {uploadDocsLink} を参照してください。", + "team_import_tab.importHelpLine3": "添付ファイルのある投稿をインポートするには、 {slackAdvancedExporterLink} を参照してください。", + "team_import_tab.importSlack": "Slackからインポート(ベータ版)", + "team_import_tab.importing": " インポートしています…", + "team_import_tab.successful": " インポートに成功しました: ", + "team_import_tab.summary": "サマリーを見る", + "team_member_modal.close": "閉じる", + "team_member_modal.members": "{team}のメンバー", + "team_members_dropdown.confirmDemoteDescription": "システム管理者を辞任する際に、他にシステム管理者の権限を持っているユーザーがいない場合、システム管理者の権限を再設定するには、Mattermostサーバーにターミナルでアクセスし、以下のコマンドを実行してください。", + "team_members_dropdown.confirmDemoteRoleTitle": "システム管理者を辞任することを再確認します", + "team_members_dropdown.confirmDemotion": "辞任することを再確認します", + "team_members_dropdown.confirmDemotionCmd": "プラットフォームのシステム管理者の役割 {username}", + "team_members_dropdown.inactive": "無効", + "team_members_dropdown.leave_team": "チームから脱退させる", + "team_members_dropdown.makeActive": "有効にする", + "team_members_dropdown.makeAdmin": "チーム管理者にする", + "team_members_dropdown.makeInactive": "無効にする", + "team_members_dropdown.makeMember": "メンバーにする", + "team_members_dropdown.member": "メンバー", + "team_members_dropdown.systemAdmin": "システム管理者", + "team_members_dropdown.teamAdmin": "チーム管理者", + "team_settings_modal.exportTab": "エクスポート", + "team_settings_modal.generalTab": "全般", + "team_settings_modal.importTab": "インポート", + "team_settings_modal.title": "チームの設定", + "team_sidebar.join": "参加可能な他のチーム", + "textbox.bold": "**太字**", + "textbox.edit": "メッセージを編集する", + "textbox.help": "ヘルプ", + "textbox.inlinecode": "`インラインコード`", + "textbox.italic": "_斜体_", + "textbox.preformatted": "```整形済みテキスト```", + "textbox.preview": "プレビュー", + "textbox.quote": ">引用", + "textbox.strike": "取消線", + "tutorial_intro.allSet": "全て設定しました", + "tutorial_intro.end": "「次へ」をクリックして{channel}に入ってください。これはチームメイトが利用登録をして最初に入るチャンネルです。知る必要がある新しいことを投稿してください。", + "tutorial_intro.invite": "チームメイトを招待する", + "tutorial_intro.mobileApps": "どこからでも利用できるように {link} 向けのアプリをインストールしましょう。", + "tutorial_intro.mobileAppsLinkText": "PC / Mac / iOS / Android", + "tutorial_intro.next": "次へ", + "tutorial_intro.screenOne": "

    ようこそ

    Mattermostへ

    あなたのチームの全てのコミュニケーションを一箇所で、すぐに検索可能で、どこからでもアクセスできるものにします。

    チームがつながり、互いに助け合うことで、大切なこと(what matters most)を成し遂げましょう

    ", + "tutorial_intro.screenTwo": "

    Mattermostの使い方

    公開チャンネル、非公開グループ、ダイレクトメッセージでコミュニケーションします。

    全てがアーカイブされ、ウェブにアクセスできるデスクトップ、ラップトップ、スマートフォンのいずれからでも検索できます。

    ", + "tutorial_intro.skip": "チュートリアルをスキップする", + "tutorial_intro.support": "必要なことがあったら、電子メールを出してください: ", + "tutorial_intro.teamInvite": "チームメイトを招待する", + "tutorial_intro.whenReady": " 用意ができた時に。", + "tutorial_tip.next": "次へ", + "tutorial_tip.ok": "OK", + "tutorial_tip.out": "コツを表示しない。", + "tutorial_tip.seen": "以前に見ましたか? ", + "update_command.cancel": "キャンセル", + "update_command.confirm": "スラッシュコマンドを編集する", + "update_command.question": "あなたの変更により既存のコマンドが動作しなくなる恐れがあります。本当に更新しますか?", + "update_command.update": "更新", + "update_incoming_webhook.update": "更新", + "update_outgoing_webhook.confirm": "外向きのウェブフックを編集する", + "update_outgoing_webhook.question": "あなたの変更により既存の外向きのウェブフックが動作しなくなる恐れがあります。本当に更新しますか?", + "update_outgoing_webhook.update": "更新", + "upload_overlay.info": "ファイルをアップロードするためにドラッグアンドドロップします。", + "user.settings.advance.embed_preview": "メッセージ内の最初のWebのリンクについて、可能ならばそのメッセージの下にWebサイトの内容のプレビューを表示します", + "user.settings.advance.embed_toggle": "全ての埋め込まれたプレビューの表示非表示を切り替える", + "user.settings.advance.emojipicker": "Enable emoji picker in message input box", + "user.settings.advance.enabledFeatures": "{count, number} {count, plural, one {Feature} other {Features}}が有効化されました", + "user.settings.advance.formattingDesc": "オンにした場合、投稿は、リンクを作成したり、絵文字を表示したり、テキストに書式を設定したり、改行したりされます。デフォルトではオンに設定されています。この設定を変更した場合には、ページを再読み込みしてください。", + "user.settings.advance.formattingTitle": "投稿の書式設定", + "user.settings.advance.joinLeaveDesc": "\"オン\"の場合、ユーザーがチャンネルへ参加・脱退したことを通知するシステムメッセージが見えるようになります。\"オフ\"の場合、チャンネルへ参加・脱退したことについてのシステムメッセージは見えなくなります。メッセージはあなたがチャンネルへ追加されたときに現れるため、あなたは通知を受け取ることができます。", + "user.settings.advance.joinLeaveTitle": "参加/脱退メッセージを有効にする", + "user.settings.advance.markdown_preview": "メッセージ入力ボックスでMarkdownプレビューオプションを表示する", + "user.settings.advance.off": "オフ", + "user.settings.advance.on": "オン", + "user.settings.advance.preReleaseDesc": "プレビューしたいプリリリース機能をチェックしてください。効果が有効になるのはページを再読み込みした後からです。", + "user.settings.advance.preReleaseTitle": "プリリリース機能をプレビューする", + "user.settings.advance.sendDesc": "オンにした場合 ENTER で改行し CTRL + ENTER でメッセージを投稿します。", + "user.settings.advance.sendTitle": "CTRL + ENTER でメッセージを投稿する", + "user.settings.advance.slashCmd_autocmp": "スラッシュコマンドの自動補完をするために外部のアプリケーションを有効にする", + "user.settings.advance.title": "詳細の設定", + "user.settings.advance.webrtc_preview": "1対1のWebRTC通話をかけたり受けたりすることを可能にします", + "user.settings.custom_theme.awayIndicator": "離席表示", + "user.settings.custom_theme.buttonBg": "ボタンBG", + "user.settings.custom_theme.buttonColor": "ボタンテキスト", + "user.settings.custom_theme.centerChannelBg": "中央チャンネルBG", + "user.settings.custom_theme.centerChannelColor": "中央チャンネルテキスト", + "user.settings.custom_theme.centerChannelTitle": "中央チャンネルのスタイル", + "user.settings.custom_theme.codeTheme": "コードテーマ", + "user.settings.custom_theme.copyPaste": "テーマカラーを共有するためにコピーアンドペーストする", + "user.settings.custom_theme.linkButtonTitle": "リンクとボタンのスタイル", + "user.settings.custom_theme.linkColor": "リンクの色", + "user.settings.custom_theme.mentionBj": "あなたについての投稿の未読BG", + "user.settings.custom_theme.mentionColor": "あなたについての投稿の未読テキスト", + "user.settings.custom_theme.mentionHighlightBg": "あなたについての投稿のハイライトBG", + "user.settings.custom_theme.mentionHighlightLink": "あなたについての投稿のハイライトテキスト", + "user.settings.custom_theme.newMessageSeparator": "新しいメッセージとの仕切り", + "user.settings.custom_theme.onlineIndicator": "オンライン表示", + "user.settings.custom_theme.sidebarBg": "サイドバーBG", + "user.settings.custom_theme.sidebarHeaderBg": "サイドバーヘッダーBG", + "user.settings.custom_theme.sidebarHeaderTextColor": "サイドバーヘッダーテキスト", + "user.settings.custom_theme.sidebarText": "サイドバーテキスト", + "user.settings.custom_theme.sidebarTextActiveBorder": "サイドバーテキストアクティブ境界", + "user.settings.custom_theme.sidebarTextActiveColor": "サイドバーテキストアクティブ色", + "user.settings.custom_theme.sidebarTextHoverBg": "サイドバーテキストホバーBG", + "user.settings.custom_theme.sidebarTitle": "サイドバーのスタイル", + "user.settings.custom_theme.sidebarUnreadText": "サイドバー未読テキスト", + "user.settings.display.channelDisplayTitle": "チャンネル表示", + "user.settings.display.channeldisplaymode": "中央のチャンネルの幅を選択してください。", + "user.settings.display.clockDisplay": "時計表示", + "user.settings.display.collapseDesc": "画像リンクのプレビューが展開して表示されるか折り畳んで表示されるかを設定してください。この設定はスラッシュコマンドの /expand と /collapse を使用して制御することもできます。", + "user.settings.display.collapseDisplay": "画像リンクプレビューのデフォルト表示", + "user.settings.display.collapseOff": "折り畳まれる", + "user.settings.display.collapseOn": "展開される", + "user.settings.display.fixedWidthCentered": "固定幅、中央寄せ", + "user.settings.display.fontDesc": "Mattermostユーザーインターフェイスで使うフォントを選択してください。", + "user.settings.display.fontTitle": "表示フォント", + "user.settings.display.fullScreen": "最大幅", + "user.settings.display.language": "言語", + "user.settings.display.messageDisplayClean": "標準", + "user.settings.display.messageDisplayCleanDes": "見やすく読みやすくします。", + "user.settings.display.messageDisplayCompact": "コンパクト", + "user.settings.display.messageDisplayCompactDes": "スクリーンに可能な限り多くのメッセージを表示します。", + "user.settings.display.messageDisplayDescription": "チャンネルでメッセージがどのように表示されるか選択してください。", + "user.settings.display.messageDisplayTitle": "メッセージの表示", + "user.settings.display.militaryClock": "時計の24時間表示(例: 16:00)", + "user.settings.display.nameOptsDesc": "投稿やダイレクトメッセージ中の他のユーザーの名前の表示方法を設定します。", + "user.settings.display.normalClock": "時計の12時間表示(例: 4:00 PM)", + "user.settings.display.preferTime": "時刻の表示形式を選択します。", + "user.settings.display.showFullname": "名前を表示する", + "user.settings.display.showNickname": "ニックネームが存在すればそれを表示する。存在していなければ氏名を表示する", + "user.settings.display.showUsername": "ユーザー名を表示する(デフォルト)", + "user.settings.display.teammateDisplay": "チームメイトの名前の表示", + "user.settings.display.theme.applyToAllTeams": "全ての自分のチームに新しいテーマを適用する", + "user.settings.display.theme.customTheme": "カスタムテーマ", + "user.settings.display.theme.describe": "テーマを管理する", + "user.settings.display.theme.import": "Slackからテーマカラーをインポートする", + "user.settings.display.theme.otherThemes": "他のテーマを見る", + "user.settings.display.theme.themeColors": "テーマ色", + "user.settings.display.theme.title": "テーマ", + "user.settings.display.title": "表示の設定", + "user.settings.general.checkEmail": "電子メールアドレスの確認のため{email}の電子メールを確認してください。", + "user.settings.general.checkEmailNoAddress": "新しい電子メールアドレスの確認のため、電子メールを確認してください", + "user.settings.general.close": "閉じる", + "user.settings.general.confirmEmail": "電子メールアドレスを確認する", + "user.settings.general.email": "電子メールアドレス", + "user.settings.general.emailGitlabCantUpdate": "GitLabからログインしました。電子メールアドレスは更新できません。通知に使われる電子メールアドレスは{email}です。", + "user.settings.general.emailGoogleCantUpdate": "Googleからログインしました。電子メールアドレスは更新できません。通知に使われる電子メールアドレスは{email}です。", + "user.settings.general.emailHelp1": "電子メールアドレスはサインイン、通知、パスワード初期化に使用されます。電子メールアドレスを変更した場合には、確認が必要です。", + "user.settings.general.emailHelp2": "電子メールはシステム管理者によって無効にされています。有効にされるまで通知電子メールは送信されません。", + "user.settings.general.emailHelp3": "電子メールアドレスがサインイン、通知、パスワード初期化に使用されます。", + "user.settings.general.emailHelp4": "{email}に電子メールアドレスの確認用電子メールが送信されました。", + "user.settings.general.emailLdapCantUpdate": "AD/LDAPでログインしました。電子メールアドレスは更新できません。通知に使われる電子メールアドレスは{email}です。", + "user.settings.general.emailMatch": "あなたの入力した新しい電子メールアドレスが一致しません。", + "user.settings.general.emailOffice365CantUpdate": "Office 365からログインしました。電子メールアドレスは更新できません。通知に使われる電子メールアドレスは{email}です。", + "user.settings.general.emailSamlCantUpdate": "SAMLでログインしました。電子メールアドレスは更新できません。通知に使われる電子メールアドレスは{email}です。", + "user.settings.general.emailUnchanged": "あなたの新しい電子メールアドレスは、古いものと変わっていません。", + "user.settings.general.emptyName": "フルネームを追加するには「編集する」をクリックしてください", + "user.settings.general.emptyNickname": "ニックネームを追加するには「編集する」をクリックしてください", + "user.settings.general.emptyPosition": "職業/役職を追加するには「編集」をクリックしてください", + "user.settings.general.field_handled_externally": "この欄はあなたのログインプロバイダーで使用されます。変更したい場合、ログインプロバイダーに通じて変更してください。", + "user.settings.general.firstName": "名前(ファーストネーム)", + "user.settings.general.fullName": "フルネーム", + "user.settings.general.imageTooLarge": "プロフィール画像をアップロードできません。大き過ぎます。", + "user.settings.general.imageUpdated": "画像は{date}に更新されました", + "user.settings.general.lastName": "苗字(ラストネーム)", + "user.settings.general.loginGitlab": "GitLabでログインしました({email})", + "user.settings.general.loginGoogle": "Googleでログインしました({email})", + "user.settings.general.loginLdap": "AD/LDAPでログインしました({email})", + "user.settings.general.loginOffice365": "Office 365でログインしました({email})", + "user.settings.general.loginSaml": "SAMLでログインしました({email})", + "user.settings.general.newAddress": "新しい電子メールアドレス: {email}
    この電子メールアドレスを確認するために電子メールを確認してください。", + "user.settings.general.nickname": "ニックネーム", + "user.settings.general.nicknameExtra": "ニックネームを使用する(氏名とは異なります)。これにより、同じような氏名とユーザー名を持つ人たちを区別しやすくなります。", + "user.settings.general.notificationsExtra": "デフォルトでは、だれかがあなたの名前を入力すると、通知が送られます。{notify}の設定でこの動作は変更できます。", + "user.settings.general.notificationsLink": "通知", + "user.settings.general.position": "役職", + "user.settings.general.positionExtra": "役職にはあなたの職業か役割を使用してください。これはあなたのプロフィールポップオーバーに表示されます。", + "user.settings.general.primaryEmail": "優先電子メールアドレス", + "user.settings.general.profilePicture": "プロフィール画像", + "user.settings.general.title": "全般の設定", + "user.settings.general.uploadImage": "画像をアップロードするには「編集する」をクリックしてください", + "user.settings.general.username": "ユーザー名", + "user.settings.general.usernameInfo": "チームメイトが理解しやすく、覚えやすいものを選んでください。", + "user.settings.general.usernameReserved": "このユーザー名は予約されています。他のユーザー名を使ってください。", + "user.settings.general.usernameRestrictions": "ユーザー名は英小文字で始めてください。また{min}から{max} 文字の英数字と'.'、'-'、'_'の記号だけで構成してください。", + "user.settings.general.validEmail": "有効な電子メールアドレスを入力してください", + "user.settings.general.validImage": "JPGまたはPNG画像だけがプロフィール画像として使用できます", + "user.settings.import_theme.cancel": "キャンセル", + "user.settings.import_theme.importBody": "テーマをインポートするには、Slackチームへ行き、Preferences -> Sidebar Themeを選択し、custom theme optionを開き、テーマカラーの値をコピーしここに貼り付けます:", + "user.settings.import_theme.importHeader": "Slackテーマをインポートする", + "user.settings.import_theme.submit": "送信する", + "user.settings.import_theme.submitError": "不正な形式です。もう一度コピーアンドペーストしてください。", + "user.settings.languages.change": "インターフェイスの言語を変更する", + "user.settings.languages.promote": "ユーザーインターフェイスでMattermostが表示する言語を選択してください。

    翻訳を手伝っていただけますか? 是非、Mattermost Translation Serverに参加してください。", + "user.settings.mfa.add": "多要素認証をあなたのアカウントに追加する", + "user.settings.mfa.addHelp": "他要素認証を追加するとサインインの度にあなたの携帯電話からコードの入力が求められるため、あなたのアカウントがより安全になります。", + "user.settings.mfa.addHelpQr": "スマートフォンのGoogle AuthenticatorアプリでQRコードをスキャンし、アプリから提供されるトークンを入力してください。コードをスキャンできない場合、秘密情報を手入力することができます。", + "user.settings.mfa.enterToken": "トークン(メンバーのみ)", + "user.settings.mfa.qrCode": "QRコード", + "user.settings.mfa.remove": "あなたのアカウントから多要素認証を削除する", + "user.settings.mfa.removeHelp": "多要素認証を削除すると、サインインする際にスマートフォンを使ったパスコードの入力は不要になります。", + "user.settings.mfa.requiredHelp": "このサーバーでは多要素認証が必須です。リセットはコード生成を新しいモバイルデバイスに切り替える場合のみ推奨されます。すぐに再設定を求められます。", + "user.settings.mfa.reset": "あなたのアカウントから多要素認証を削除する", + "user.settings.mfa.secret": "秘密情報", + "user.settings.mfa.title": "多要素認証", + "user.settings.modal.advanced": "詳細", + "user.settings.modal.confirmBtns": "破棄します", + "user.settings.modal.confirmMsg": "保存されていない変更があります。変更を破棄しますか?", + "user.settings.modal.confirmTitle": "変更を破棄しますか?", + "user.settings.modal.display": "表示", + "user.settings.modal.general": "全般", + "user.settings.modal.notifications": "通知", + "user.settings.modal.security": "セキュリティー", + "user.settings.modal.title": "アカウントの設定", + "user.settings.notifications.allActivity": "全てのアクティビティーについて", + "user.settings.notifications.channelWide": "チャンネル全体についての「@channel」、「@all」", + "user.settings.notifications.close": "閉じる", + "user.settings.notifications.comments": "返信通知", + "user.settings.notifications.commentsAny": "開始もしくは参加した返信スレッドへのメッセージについて通知をトリガーします", + "user.settings.notifications.commentsInfo": "あなたについての投稿がされた時の通知に加えて、返信スレッドについての通知を受け取るかどうかを選択してください。", + "user.settings.notifications.commentsNever": "あなたについての投稿がない限り、返信スレッドのメッセージについて通知をトリガーしません", + "user.settings.notifications.commentsRoot": "あなたが開始したスレッドへのメッセージについて通知をトリガーします", + "user.settings.notifications.desktop": "デスクトップ通知を送る", + "user.settings.notifications.desktop.allFirefoxForever": "全てのアクティビティーについて無期限に表示します", + "user.settings.notifications.desktop.allFirefoxTimed": "全てのアクティビティーについて{seconds}秒間表示します", + "user.settings.notifications.desktop.allNoSoundForever": "全てのアクティビティーについて、通知音無しで無期限に表示します", + "user.settings.notifications.desktop.allNoSoundTimed": "全てのアクティビティーについて、通知音無しで{seconds}秒間表示します", + "user.settings.notifications.desktop.allSoundForever": "全てのアクティビティーについて、通知音有りで無期限に表示します", + "user.settings.notifications.desktop.allSoundTimed": "全てのアクティビティーについて、通知音有りで{seconds}秒間表示します", + "user.settings.notifications.desktop.duration": "通知持続時間", + "user.settings.notifications.desktop.durationInfo": "FirefoxかChromeを使用している場合のデスクトップ通知が画面に残る時間を設定してください。EdgeとSafariでのデスクトップ通知は最大5秒間表示されます。", + "user.settings.notifications.desktop.mentionsFirefoxForever": "あなたについての投稿とダイレクトメッセージについて無期限に表示します", + "user.settings.notifications.desktop.mentionsFirefoxTimed": "あなたについての投稿とダイレクトメッセージについて{seconds}秒間表示します", + "user.settings.notifications.desktop.mentionsNoSoundForever": "あなたについての投稿とダイレクトメッセージについて、通知音無しで無期限に表示します", + "user.settings.notifications.desktop.mentionsNoSoundTimed": "あなたについての投稿とダイレクトメッセージについて、通知音無しで{seconds}秒間表示します", + "user.settings.notifications.desktop.mentionsSoundForever": "あなたについての投稿とダイレクトメッセージについて、通知音有りで無期限に表示します", + "user.settings.notifications.desktop.mentionsSoundTimed": "あなたについての投稿とダイレクトメッセージについて、通知音有りで{seconds}秒間表示します", + "user.settings.notifications.desktop.seconds": "{seconds}秒", + "user.settings.notifications.desktop.sound": "通知音", + "user.settings.notifications.desktop.title": "デスクトップ通知", + "user.settings.notifications.desktop.unlimited": "無期限", + "user.settings.notifications.desktopSounds": "デスクトップ通知音", + "user.settings.notifications.email.disabled": "管理者によって無効化されています", + "user.settings.notifications.email.disabled_long": "Email notifications have been disabled by your System Administrator.", + "user.settings.notifications.email.everyHour": "1時間毎", + "user.settings.notifications.email.everyXMinutes": "{count, plural, one {minute} other {{count, number} minutes}}ごと", + "user.settings.notifications.email.immediately": "すぐに", + "user.settings.notifications.email.never": "通知しない", + "user.settings.notifications.email.send": "電子メール通知を送信する", + "user.settings.notifications.emailBatchingInfo": "選択された時間内に受信された通知は、まとめられ1通の電子メールで送信されます。", + "user.settings.notifications.emailInfo": "あなたについての投稿とダイレクトメッセージに関して、電子メール通知を送ります。{siteName}から5分間以上離れている場合に送ります。", + "user.settings.notifications.emailNotifications": "電子メール通知", + "user.settings.notifications.header": "通知", + "user.settings.notifications.info": "デスクトップ通知はEdge、Firefox、Safari、Chrome、Mattermostデスクトップアプリで利用できます。", + "user.settings.notifications.mentionsInfo": "あなたのユーザー名(\"@{username}\")または以下で選択したオプション含むメッセージを誰かが送った場合、通知されます。", + "user.settings.notifications.never": "通知しない", + "user.settings.notifications.noWords": "設定された単語はありません", + "user.settings.notifications.off": "オフ", + "user.settings.notifications.on": "オン", + "user.settings.notifications.onlyMentions": "あなたについての投稿とダイレクトメッセージに関してのみ", + "user.settings.notifications.push": "モバイルプッシュ通知", + "user.settings.notifications.push_notification.status": "プッシュ通知をトリガーする場合", + "user.settings.notifications.sensitiveName": "あなたの名(ファーストネーム)は大文字小文字を区別して\"{first_name}\"です", + "user.settings.notifications.sensitiveUsername": "あなたのユーザー名は、大文字小文字を区別せず\"{username}\"です", + "user.settings.notifications.sensitiveWords": "他の単語をカンマで区切って入力してください。大文字小文字は区別されません:", + "user.settings.notifications.soundConfig": "ブラウザーの設定画面で、通知音について設定してください", + "user.settings.notifications.sounds_info": "通知音はIE11、Edge、Safari、Chrome、Mattermostデスクトップアプリで利用できます。", + "user.settings.notifications.teamWide": "チーム全体についての「@all」", + "user.settings.notifications.title": "通知の設定", + "user.settings.notifications.wordsTrigger": "あなたについての投稿となる単語", + "user.settings.push_notification.allActivity": "全てのアクティビティーについて", + "user.settings.push_notification.allActivityAway": "離席中もしくはオフライン時の全てのアクティビティーについて", + "user.settings.push_notification.allActivityOffline": "オフライン時の全てのアクティビティーについて", + "user.settings.push_notification.allActivityOnline": "オンライン、離席中もしくはオフライン時の全てのアクティビティーについて", + "user.settings.push_notification.away": "離席中もしくはオフライン", + "user.settings.push_notification.disabled": "管理者によって無効化されています", + "user.settings.push_notification.disabled_long": "モバイル端末向けのプッシュ通知は管理者によって無効化されています", + "user.settings.push_notification.info": "Mattermostにアクティビティーがあると、あなたのモバイル端末に通知がプッシュされます。", + "user.settings.push_notification.off": "オフ", + "user.settings.push_notification.offline": "オフライン", + "user.settings.push_notification.online": "オンライン、離席中もしくはオフライン", + "user.settings.push_notification.onlyMentions": "あなたについての投稿とダイレクトメッセージに関して", + "user.settings.push_notification.onlyMentionsAway": "離席中もしくはオフライン時のあなたについての投稿とダイレクトメッセージについて", + "user.settings.push_notification.onlyMentionsOffline": "オフライン時のあなたについての投稿とダイレクトメッセージについて", + "user.settings.push_notification.onlyMentionsOnline": "オンライン、離席中もしくはオフライン時のあなたについての投稿とダイレクトメッセージについて", + "user.settings.push_notification.send": "モバイルプッシュ通知を送信する", + "user.settings.push_notification.status": "プッシュ通知をトリガーする場合", + "user.settings.push_notification.status_info": "上で選択したオンラインステータスに合致する場合のみ、通知アラートをあなたのモバイルデバイスに送信します。", + "user.settings.security.active": "有効", + "user.settings.security.close": "閉じる", + "user.settings.security.currentPassword": "現在のパスワード", + "user.settings.security.currentPasswordError": "現在のパスワードを入力してください。", + "user.settings.security.deauthorize": "認証解除", + "user.settings.security.emailPwd": "電子メールアドレスとパスワード", + "user.settings.security.gitlab": "GitLab", + "user.settings.security.google": "Google", + "user.settings.security.inactive": "無効", + "user.settings.security.lastUpdated": "最終更新: {date} {time}", + "user.settings.security.ldap": "AD/LDAP", + "user.settings.security.loginGitlab": "GitLabでログインしました", + "user.settings.security.loginGoogle": "Google Appsでログインしました", + "user.settings.security.loginLdap": "AD/LDAPでログインする", + "user.settings.security.loginOffice365": "Office 365でログインしました", + "user.settings.security.loginSaml": "SAMLでログインしました", + "user.settings.security.logoutActiveSessions": "アクティブなセッションを見てログアウトする", + "user.settings.security.method": "サインイン方法", + "user.settings.security.newPassword": "新しいパスワード", + "user.settings.security.noApps": "認証済みのOAuth 2.0アプリケーションはありません。", + "user.settings.security.oauthApps": "OAuth 2.0アプリケーション", + "user.settings.security.oauthAppsDescription": "OAuth 2.0アプリケーションを管理するには`編集する`をクリックしてください", + "user.settings.security.oauthAppsHelp": "アプリケーションは、あなたが承認した権限に基づいてデータへアクセスするように動作します。", + "user.settings.security.office365": "Office 365", + "user.settings.security.oneSignin": "一度に一つのサインイン方法のみが選択可能です。サインイン方法を変更すると、変更完了時に電子メールで通知が送られます。", + "user.settings.security.password": "パスワード", + "user.settings.security.passwordError": "パスワードは少なくとも{min}文字以上にしてください。", + "user.settings.security.passwordErrorLowercase": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの英小文字も必要です。", + "user.settings.security.passwordErrorLowercaseNumber": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの英小文字と数字も必要です。", + "user.settings.security.passwordErrorLowercaseNumberSymbol": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの英小文字と数字、記号 (例: \"~!@#$%^&*()\") も必要です。", + "user.settings.security.passwordErrorLowercaseSymbol": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの英小文字と記号 (例: \"~!@#$%^&*()\") も必要です。", + "user.settings.security.passwordErrorLowercaseUppercase": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの英小文字と英大文字も必要です。", + "user.settings.security.passwordErrorLowercaseUppercaseNumber": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの英小文字と英大文字、数字も必要です。", + "user.settings.security.passwordErrorLowercaseUppercaseNumberSymbol": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの英小文字と英大文字、数字、記号 (例: \"~!@#$%^&*()\") も必要です。", + "user.settings.security.passwordErrorLowercaseUppercaseSymbol": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの英小文字と英大文字、記号 (例: \"~!@#$%^&*()\") も必要です。", + "user.settings.security.passwordErrorNumber": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの数字も必要です。", + "user.settings.security.passwordErrorNumberSymbol": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの数字と記号 (例: \"~!@#$%^&*()\") も必要です。", + "user.settings.security.passwordErrorSymbol": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの記号 (例: \"~!@#$%^&*()\") も必要です。", + "user.settings.security.passwordErrorUppercase": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの英大文字も必要です。", + "user.settings.security.passwordErrorUppercaseNumber": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの英大文字と数字も必要です。", + "user.settings.security.passwordErrorUppercaseNumberSymbol": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの英大文字と数字、記号 (例: \"~!@#$%^&*()\") も必要です。", + "user.settings.security.passwordErrorUppercaseSymbol": "パスワードは少なくとも{min}文字以上にしてください。少なくとも1つの英大文字と記号 (例: \"~!@#$%^&*()\") も必要です。", + "user.settings.security.passwordGitlabCantUpdate": "GitLabでログインしています。パスワードは更新できません。", + "user.settings.security.passwordGoogleCantUpdate": "GitLabでログインしています。パスワードは更新できません。", + "user.settings.security.passwordLdapCantUpdate": "AD/LDAPでログインしています。パスワードは更新できません。", + "user.settings.security.passwordMatchError": "あなたの入力した新しいパスワードが一致しません。", + "user.settings.security.passwordMinLength": "最小の長さが不正です。プレビューを表示できません。", + "user.settings.security.passwordOffice365CantUpdate": "GitLabでログインしています。パスワードは更新できません。", + "user.settings.security.passwordSamlCantUpdate": "この欄はあなたのログインプロバイダーで使用されます。変更したい場合、ログインプロバイダーを通じて変更してください。", + "user.settings.security.retypePassword": "新しいパスワードを再入力", + "user.settings.security.saml": "SAML", + "user.settings.security.switchEmail": "電子メールアドレスとパスワードでのログインに切り替える", + "user.settings.security.switchGitlab": "GitLabシングルサインオンに切り替える", + "user.settings.security.switchGoogle": "Googleシングルサインオンに切り替える", + "user.settings.security.switchLdap": "AD/LDAPシングルサインオンに切り替える", + "user.settings.security.switchOffice365": "Office 365のシングルサインオンに切り替える", + "user.settings.security.switchSaml": "SAMLシングルサインオンに切り替える", + "user.settings.security.title": "セキュリティーの設定", + "user.settings.security.viewHistory": "アクセス履歴を見る", + "user_list.notFound": "ユーザーが見付かりません", + "user_profile.send.dm": "メッセージを送信", + "user_profile.webrtc.call": "ビデオ通話の開始", + "user_profile.webrtc.offline": "ユーザーはオフラインです", + "user_profile.webrtc.unavailable": "あなたの現在の通話を終了するまで新しい通話を利用することはできません", + "view_image.loading": "読み込み中です ", + "view_image_popover.download": "ダウンロードする", + "view_image_popover.file": "ファイル {count} / {total}", + "view_image_popover.publicLink": "公開リンクを取得する", + "web.footer.about": "Mattermostについて", + "web.footer.help": "ヘルプ", + "web.footer.privacy": "プライバシー", + "web.footer.terms": "使用条件", + "web.header.back": "戻る", + "web.header.logout": "ログアウト", + "web.root.signup_info": "チームの全てのコミュニケーションを一箇所で、検索可能で、どこからでもアクセスできるものにします", + "webrtc.busy": "{username}は通話中です。", + "webrtc.call": "発信", + "webrtc.callEnded": "{username}との通話が終了しました。", + "webrtc.cancel": "通話をキャンセルする", + "webrtc.cancelled": "{username}が通話をキャンセルしました。", + "webrtc.declined": "あなたの通話は{username}によって辞退されました。", + "webrtc.disabled": "{username}はWebRTCを無効にしているため、通話を受けることができません。この機能を有効にするためには、アカウント設定 > 詳細 > プリリリース機能をプレビューする へ行き、WebRTCをオンにしなくてはなりません。", + "webrtc.failed": "ビデオ通話の接続に問題があります。", + "webrtc.hangup": "中止する", + "webrtc.header": "{username}との通話", + "webrtc.inProgress": "通話中です。現在の通話を中止してください。", + "webrtc.mediaError": "カメラとマイクへのアクセスができません。", + "webrtc.mute_audio": "マイクをミュートする", + "webrtc.noAnswer": "{username}が通話に応答しません。", + "webrtc.notification.answer": "応答する", + "webrtc.notification.decline": "辞退する", + "webrtc.notification.incoming_call": "{username}から着信中です。", + "webrtc.notification.returnToCall": "{username}との通話に戻る", + "webrtc.offline": "{username}はオフラインです。", + "webrtc.pause_video": "カメラをオフにする", + "webrtc.unmute_audio": "マイクのミュートを解除する", + "webrtc.unpause_video": "カメラをオンにする", + "webrtc.unsupported": "{username}のクライアントはビデオ通話をサポートしていません。", + "youtube_video.notFound": "ビデオが見つかりません" +} diff --git a/assets/base/i18n/ko.json b/assets/base/i18n/ko.json new file mode 100644 index 000000000..e2069bb9e --- /dev/null +++ b/assets/base/i18n/ko.json @@ -0,0 +1,2373 @@ +{ + "about.close": "닫기", + "about.copyright": "Copyright 2016 Mattermost, Inc. All rights reserved", + "about.database": "데이터베이스:", + "about.date": "빌드 일자:", + "about.enterpriseEditionLearn": "엔터프라이즈 에디션에 대한 자세한 정보 ", + "about.enterpriseEditionSt": "방화벽 안에 구축 가능한 현대적인 커뮤니케이션 플랫폼", + "about.enterpriseEditione1": "엔터프라이즈 에디션", + "about.hash": "빌드 해쉬:", + "about.hashee": "EE 빌드 해쉬:", + "about.licensed": "다음 사용자에게 허가되었습니다:", + "about.number": "빌드 넘버:", + "about.teamEditionLearn": "Mattermost 커뮤니티에 참여 ", + "about.teamEditionSt": "모든 팀 커뮤니케이션 활동을 한 곳에 모아 빠르게 찾고 공유할 수 있습니다.", + "about.teamEditiont0": "팀 에디션", + "about.teamEditiont1": "엔터프라이즈 에디션", + "about.title": "Mattermost에 대하여", + "about.version": "버전:", + "access_history.title": "접근 기록", + "activity_log.activeSessions": "활성 세션", + "activity_log.browser": "브라우저: {browser}", + "activity_log.firstTime": "첫 활성화 시간: {date}, {time}", + "activity_log.lastActivity": "최근 활동: {date}, {time}", + "activity_log.logout": "로그아웃", + "activity_log.moreInfo": "상세 정보", + "activity_log.os": "OS: {os}", + "activity_log.sessionId": "세션 ID: {id}", + "activity_log.sessionsDescription": "세션은 기기의 새 브라우저로 로그인할때 생성됩니다. 세션을 사용하면 시스템에서 정한 시간동안은 다시 로그인할 필요가 없습니다. '로그아웃' 버튼을 사용해서 세션을 종료할 수 있습니다.", + "activity_log_modal.android": "안드로이드", + "activity_log_modal.androidNativeApp": "안드로이드 앱", + "activity_log_modal.desktop": "Native Desktop App", + "activity_log_modal.iphoneNativeApp": "아이폰 앱", + "add_command.autocomplete": "자동완성", + "add_command.autocomplete.help": "(선택사항) 명령어가 자동완성 목록에서 보이게 합니다.", + "add_command.autocompleteDescription": "자동완성 설명", + "add_command.autocompleteDescription.help": "(선택사항) 자동완성 목록에서 보여질 부가적인 설명을 입력하세요.", + "add_command.autocompleteDescription.placeholder": "예시: \"환자 기록에 대한 검색결과를 보여줍니다\"", + "add_command.autocompleteHint": "자동완성 힌트", + "add_command.autocompleteHint.help": "(선택사항) 자동완성 목록에서 보여질, 명령어 매개변수의 도움말을 입력하세요.", + "add_command.autocompleteHint.placeholder": "예시: [환자 이름]", + "add_command.cancel": "취소", + "add_command.description": "설명", + "add_command.description.help": "명령어에 대한 설명을 입력하세요.", + "add_command.displayName": "표시명", + "add_command.displayName.help": "명령어의 표시명을 64글자 이내로 입력하세요.", + "add_command.doneHelp": "명령어 설정이 완료되었습니다. 다음 토큰이 이벤트 요청과 같이 보내질 것입니다. 요청이 유효한 팀에서 보내진 요청인지 검증해주세요. (자세한 내용은 문서를 참고하세요).", + "add_command.iconUrl": "응답 아이콘", + "add_command.iconUrl.help": "(선택사항) 명령어 응답 글에 사용될 프로필 사진을 선택합니다. 128 x 128 픽셀 이상의 .png 또는 .jpg 이미지의 URL을 입력하세요.", + "add_command.iconUrl.placeholder": "https://www.example.com/myicon.png", + "add_command.method": "요청 메소드", + "add_command.method.get": "GET", + "add_command.method.help": "요청 URL이 요구하는 요청의 형식을 선택하세요.", + "add_command.method.post": "POST", + "add_command.save": "저장", + "add_command.token": "토큰: {token}", + "add_command.trigger": "명령어 트리거 단어", + "add_command.trigger.help": "트리거 단어는 고유한 값이여야 하며, 슬래시(/)로 시작되거나 공백을 포함할 수 없습니다.", + "add_command.trigger.helpExamples": "예시: 고객, 직원, 환자, 날씨", + "add_command.trigger.helpReserved": "사용할 수 없음: {link}", + "add_command.trigger.helpReservedLinkText": "내장된 명령어 목록을 확인하세요.", + "add_command.trigger.placeholder": "명령어 트리거 예시: \"인사\"", + "add_command.triggerInvalidLength": "단어가 {min}글자 이상, {max}글자 이하여야 합니다.", + "add_command.triggerInvalidSlash": "단어 앞에 슬래시(/)를 사용할 수 없습니다.", + "add_command.triggerInvalidSpace": "단어에 공백을 포함할 수 없습니다.", + "add_command.triggerRequired": "단어가 필요합니다.", + "add_command.url": "요청 URL", + "add_command.url.help": "명령이 실행될 때 이벤트 요청(HTTP POST 또는 GET)을 받을 콜백 URL을 입력하세요.", + "add_command.url.placeholder": "URL 주소는 http:// 또는 https:// 로 시작되어야 합니다", + "add_command.urlRequired": "요청 URL을 입력하세요.", + "add_command.username": "응답 유저 이름", + "add_command.username.help": "명령 응답에 보일 사용자명을 입력하세요. 사용자명은 22글자여 이하여야 하며, 영문 소문자, 숫자, 특수문자 \"-\", \"_\", \".\"만 포함할 수 있습니다.", + "add_command.username.placeholder": "사용자명", + "add_emoji.cancel": "취소", + "add_emoji.header": "추가", + "add_emoji.image": "이미지", + "add_emoji.image.button": "선택", + "add_emoji.image.help": "Choose the image for your emoji. The image can be a gif, png, or jpeg file with a max size of 1 MB. Dimensions will automatically resize to fit 128 by 128 pixels but keeping aspect ratio.", + "add_emoji.imageRequired": "이모티콘 이미지가 필요합니다.", + "add_emoji.name": "이름", + "add_emoji.name.help": "이모티콘 이름으로 64글자 이하 영문 소문자, 숫자, 특수문자 '-' 와 '_'를 사용할 수 있습니다.", + "add_emoji.nameInvalid": "이모티콘 이름은 영문 소문자, 숫자, 특수문자 '-' 와 '_' 만 포함할 수 있습니다.", + "add_emoji.nameRequired": "이모티콘 이름이 필요합니다.", + "add_emoji.nameTaken": "이미 시스템 이모티콘에서 사용하는 이름입니다. 다른 이름을 사용하세요.", + "add_emoji.preview": "미리보기", + "add_emoji.preview.sentence": "이모티콘({image})이 포함된 문장입니다.", + "add_emoji.save": "저장", + "add_incoming_webhook.cancel": "취소", + "add_incoming_webhook.channel": "채널", + "add_incoming_webhook.channel.help": "공개 채널이나 프라이빗 그룹은 웹훅 페이로드를 받습니다. 웹훅 설정 시 프라이빗 그룹에 소속되어 있어야 합니다.", + "add_incoming_webhook.channelRequired": "유효한 채널을 선택하세요.", + "add_incoming_webhook.description": "설명", + "add_incoming_webhook.description.help": "Incoming webhook에 대한 설명을 입력하세요.", + "add_incoming_webhook.displayName": "표시명", + "add_incoming_webhook.displayName.help": "Incoming webhook의 표시명을 64글자 이내로 입력하세요.", + "add_incoming_webhook.doneHelp": "Incoming Webhook 설정이 완료되었습니다. 다음 URL로 데이터를 보내세요. (더 자세한 내용은 문서를 참고하세요).", + "add_incoming_webhook.name": "이름", + "add_incoming_webhook.save": "저장", + "add_incoming_webhook.url": "URL: {url}", + "add_oauth_app.callbackUrls.help": "The redirect URIs to which the service will redirect users after accepting or denying authorization of your application, and which will handle authorization codes or access tokens. Must be a valid URL and start with http:// or https://.", + "add_oauth_app.callbackUrlsRequired": "하나 이상의 콜백 URL이 필요합니다.", + "add_oauth_app.clientId": "클라이언트 ID: {id}", + "add_oauth_app.clientSecret": "클라이언트 시크릿: {secret}", + "add_oauth_app.description.help": "OAuth 2.0 애플리케이션 설명", + "add_oauth_app.descriptionRequired": "OAuth 2.0 애플리케이션 설명은 필수 항목입니다.", + "add_oauth_app.doneHelp": "귀하의 OAuth 2.0 애플리케이션이 설정되었습니다. 애플리케이션에 대한 승인을 요청할 때 다음과 같은 클라이언트 ID 및 클라이언트 시크릿을 사용하십시오. (더 자세한 내용은 문서를 참고하세요.)", + "add_oauth_app.doneUrlHelp": "다음 리디렉트 URL이 승인되었습니다.", + "add_oauth_app.header": "추가", + "add_oauth_app.homepage.help": "The URL for the homepage of the OAuth 2.0 application. Make sure you use HTTP or HTTPS in your URL depending on your server configuration.", + "add_oauth_app.homepageRequired": "OAuth 2.0 애플리케이션 홈페이지는 필수 항목입니다.", + "add_oauth_app.icon.help": "(Optional) The URL of the image used for your OAuth 2.0 application. Make sure you use HTTP or HTTPS in your URL.", + "add_oauth_app.name.help": "OAuth 2.0 어플리케이션의 표시될 이름은 최대 64문자로 구성됩니다.", + "add_oauth_app.nameRequired": "OAuth 2.0 어플리케이션 이름이 필요합니다.", + "add_oauth_app.trusted.help": "\"네\"를 선택하면, OAuth 2.0 애플리케이션 접근 허용을 위한 추가 과정이 필요하지 않습니다. \"아니요\" 선택 시, 추가 인증을 위한 창이 나타나 권한 허용여부를 물어보게 됩니다.", + "add_oauth_app.url": "URL: {url}", + "add_outgoing_webhook.callbackUrls": "콜백 URL (한 줄에 하나 씩)", + "add_outgoing_webhook.callbackUrls.help": "메시지가 보내질 URL을 입력하세요.", + "add_outgoing_webhook.callbackUrlsRequired": "하나 이상의 콜백 URL이 필요합니다.", + "add_outgoing_webhook.cancel": "취소", + "add_outgoing_webhook.channel": "채널", + "add_outgoing_webhook.channel.help": "Public channel to receive webhook payloads. Optional if at least one Trigger Word is specified.", + "add_outgoing_webhook.contentType.help1": "응답이 보내질 컨텐트 타입을 선택하세요.", + "add_outgoing_webhook.contentType.help2": "If application/x-www-form-urlencoded is chosen, the server assumes you will be encoding the parameters in a URL format.", + "add_outgoing_webhook.contentType.help3": "If applcation/json is chosen, the server assumes you will posting JSON data.", + "add_outgoing_webhook.content_Type": "콘텐츠 형식", + "add_outgoing_webhook.description": "설명", + "add_outgoing_webhook.description.help": "Description for your outgoing webhook.", + "add_outgoing_webhook.displayName": "표시명", + "add_outgoing_webhook.displayName.help": "Outgoing webhook의 표시될 이름은 최대 64문자로 구성됩니다.", + "add_outgoing_webhook.doneHelp": "Your outgoing webhook has been set up. The following token will be sent in the outgoing payload. Please use it to verify the request came from your Mattermost team (see documentation for further details).", + "add_outgoing_webhook.name": "이름", + "add_outgoing_webhook.save": "저장", + "add_outgoing_webhook.token": "토큰: {token}", + "add_outgoing_webhook.triggerWords": "트리거 단어 (줄 당 하나씩 입력합니다)", + "add_outgoing_webhook.triggerWords.help": "Messages that start with one of the specified words will trigger the outgoing webhook. Optional if Channel is selected.", + "add_outgoing_webhook.triggerWordsOrChannelRequired": "유효한 채널과 트리거 단어 목록을 입력하세요", + "add_outgoing_webhook.triggerWordsTriggerWhen": "트리거 조건", + "add_outgoing_webhook.triggerWordsTriggerWhen.help": "Choose when to trigger the outgoing webhook; if the first word of a message matches a Trigger Word exactly, or if it starts with a Trigger Word.", + "add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "First word matches a trigger word exactly", + "add_outgoing_webhook.triggerWordsTriggerWhenStartsWith": "First word starts with a trigger word", + "admin.advance.cluster": "고 가용성 (베타)", + "admin.advance.metrics": "Performance Monitoring", + "admin.audits.reload": "사용자 활동 기록 새로고침", + "admin.audits.title": "사용자 활동 기록", + "admin.authentication.email": "이메일 인증", + "admin.authentication.gitlab": "GitLab", + "admin.authentication.ldap": "AD/LDAP", + "admin.authentication.oauth": "OAuth 2.0", + "admin.authentication.saml": "SAML", + "admin.banner.heading": "Note:", + "admin.cluster.enableDescription": "활성화 하면 Mattermost가 고 가용성 모드로 동작합니다. 고 가용성 모드 설정에 대한 자세한 내용은 이 문서를 참고하세요.", + "admin.cluster.enableTitle": "고 가용성 모드:", + "admin.cluster.interNodeListenAddressDesc": "The address the server will listen on for communicating with other servers.", + "admin.cluster.interNodeListenAddressEx": "예시 \":8075\"", + "admin.cluster.interNodeListenAddressTitle": "Inter-Node Listen Address:", + "admin.cluster.interNodeUrlsDesc": "The internal/private URLs of all the Mattermost servers separated by commas.", + "admin.cluster.interNodeUrlsEx": "예시 \"http://10.10.10.30, http://10.10.10.31\"", + "admin.cluster.interNodeUrlsTitle": "내부 노드 URL:", + "admin.cluster.loadedFrom": "This configuration file was loaded from Node ID {clusterId}. Please see the Troubleshooting Guide in our documentation if you are accessing the System Console through a load balancer and experiencing issues.", + "admin.cluster.noteDescription": "Changing properties in this section will require a server restart before taking effect. When High Availability mode is enabled, the System Console is set to read-only and can only be changed from the configuration file.", + "admin.cluster.should_not_change": "WARNING: These settings may not sync with the other servers in the cluster. High Availability inter-node communication will not start until you modify the config.json to be identical on all servers and restart Mattermost. Please see the documentation on how to add or remove a server from the cluster. If you are accessing the System Console through a load balancer and experiencing issues, please see the Troubleshooting Guide in our documentation.", + "admin.cluster.status_table.config_hash": "Config File MD5", + "admin.cluster.status_table.hostname": "호스트명", + "admin.cluster.status_table.id": "Node ID", + "admin.cluster.status_table.reload": " Reload Cluster Status", + "admin.cluster.status_table.status": "상태", + "admin.cluster.status_table.url": "Inter-Node URL", + "admin.cluster.status_table.version": "버전:", + "admin.compliance.directoryDescription": "Directory to which compliance reports are written. If blank, will be set to ./data/.", + "admin.compliance.directoryExample": "예시 \"./data/\"", + "admin.compliance.directoryTitle": "감사 보고서 경로:", + "admin.compliance.enableDailyDesc": "When true, Mattermost will generate a daily compliance report.", + "admin.compliance.enableDailyTitle": "일일 보고:", + "admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the Compliance and Auditing tab. See documentation to learn more.", + "admin.compliance.enableTitle": "감사 보고:", + "admin.compliance.false": "비활성화", + "admin.compliance.noLicense": "

    Note:

    Compliance 는 엔터프라이즈 에디션의 기능입니다. 현재 라이센스는 Compliance 기능을 지원하지 않습니다. 이 곳에서 엔터프라이즈 라이센스에 대한 정보를 확인하세요.

    ", + "admin.compliance.save": "저장", + "admin.compliance.saving": "설정 저장중...", + "admin.compliance.title": "Compliance 설정", + "admin.compliance.true": "활성화", + "admin.compliance_reports.desc": "작업명:", + "admin.compliance_reports.desc_placeholder": "예시. \"Audit 445 for HR\"", + "admin.compliance_reports.emails": "이메일:", + "admin.compliance_reports.emails_placeholder": "예시. \"bill@example.com, bob@example.com\"", + "admin.compliance_reports.from": "발신:", + "admin.compliance_reports.from_placeholder": "예시. \"2016-03-11\"", + "admin.compliance_reports.keywords": "키워드:", + "admin.compliance_reports.keywords_placeholder": "예시. \"shorting stock\"", + "admin.compliance_reports.reload": "Reload Completed Compliance Reports", + "admin.compliance_reports.run": "Run Compliance Report", + "admin.compliance_reports.title": "Compliance Reports", + "admin.compliance_reports.to": "수신:", + "admin.compliance_reports.to_placeholder": "예시 \"2016-03-15\"", + "admin.compliance_table.desc": "설명", + "admin.compliance_table.download": "다운로드", + "admin.compliance_table.params": "Params", + "admin.compliance_table.records": "기록", + "admin.compliance_table.status": "상태", + "admin.compliance_table.timestamp": "타임스탬프", + "admin.compliance_table.type": "종류", + "admin.compliance_table.userId": "Requested By", + "admin.connectionSecurityNone": "None", + "admin.connectionSecurityNoneDescription": "Mattermost will connect over an unsecure connection.", + "admin.connectionSecurityPlain": "PLAIN", + "admin.connectionSecurityPlainDescription": "Mattermost는 안전하지 않은 연결을 통해 인증 및 접속할 것입니다.", + "admin.connectionSecurityStart": "STARTTLS", + "admin.connectionSecurityStartDescription": "Takes an existing insecure connection and attempts to upgrade it to a secure connection using TLS.", + "admin.connectionSecurityTest": "연결 테스트", + "admin.connectionSecurityTitle": "연결 보안:", + "admin.connectionSecurityTls": "TLS", + "admin.connectionSecurityTlsDescription": "Encrypts the communication between Mattermost and your server.", + "admin.customization.androidAppDownloadLinkDesc": "Add a link to download the Android app. Users who access the site on a mobile web browser will be prompted with a page giving them the option to download the app. Leave this field blank to prevent the page from appearing.", + "admin.customization.androidAppDownloadLinkTitle": "안드로이드 앱 다운로드 링크:", + "admin.customization.appDownloadLinkDesc": "Add a link to a download page for the Mattermost apps. When a link is present, an option to \"Download Mattermost Apps\" will be added in the Main Menu so users can find the download page. Leave this field blank to hide the option from the Main Menu.", + "admin.customization.appDownloadLinkTitle": "Mattermost Apps Download Page Link:", + "admin.customization.customBrand": "커스텀 브랜딩", + "admin.customization.customEmoji": "커스텀 이모티콘", + "admin.customization.enableCustomEmojiDesc": "Enable users to create custom emoji for use in messages. When enabled, Custom Emoji settings can be accessed by switching to a team and clicking the three dots above the channel sidebar, and selecting \"Custom Emoji\".", + "admin.customization.enableCustomEmojiTitle": "커스텀 이모티콘:", + "admin.customization.enableLinkPreviewsDesc": "Enable users to display a preview of website content below the message, if available. When true, website previews can be enabled from Account Settings > Advanced > Preview pre-release features.", + "admin.customization.enableLinkPreviewsTitle": "Enable Link Previews:", + "admin.customization.iosAppDownloadLinkDesc": "Add a link to download the iOS app. Users who access the site on a mobile web browser will be prompted with a page giving them the option to download the app. Leave this field blank to prevent the page from appearing.", + "admin.customization.iosAppDownloadLinkTitle": "iOS 앱 다운로드 링크:", + "admin.customization.linkPreviews": "링크 미리보기", + "admin.customization.nativeAppLinks": "Mattermost 애플리케이션 링크", + "admin.customization.restrictCustomEmojiCreationAdmin": "Allow System and Team Admins to create custom emoji", + "admin.customization.restrictCustomEmojiCreationAll": "Allow everyone to create custom emoji", + "admin.customization.restrictCustomEmojiCreationDesc": "Restrict the creation of custom emoji to certain users.", + "admin.customization.restrictCustomEmojiCreationSystemAdmin": "Only allow System Admins to create custom emoji", + "admin.customization.restrictCustomEmojiCreationTitle": "이모티콘 생성 제한:", + "admin.customization.support": "법적 사항 및 지원", + "admin.database.title": "데이터베이스 설정", + "admin.developer.title": "개발자 설정", + "admin.email.agreeHPNS": " I understand and accept the Mattermost Hosted Push Notification Service Terms of Service and Privacy Policy.", + "admin.email.allowEmailSignInDescription": "설정 시, Mattermost는 사용자들이 그들의 이메일과 패스워드로 로그인할 수 있게 합니다.", + "admin.email.allowEmailSignInTitle": "Enable sign-in with email: ", + "admin.email.allowSignupDescription": "When true, Mattermost allows team creation and account signup using email and password. This value should be false only when you want to limit signup to a single-sign-on service like OAuth or LDAP.", + "admin.email.allowSignupTitle": "Enable account creation with email: ", + "admin.email.allowUsernameSignInDescription": "When true, Mattermost allows users to sign in using their username and password. This setting is typically only used when email verification is disabled.", + "admin.email.allowUsernameSignInTitle": "Enable sign-in with username: ", + "admin.email.connectionSecurityTest": "연결 테스트", + "admin.email.easHelp": "Learn more about compiling and deploying your own mobile apps from an Enterprise App Store.", + "admin.email.emailFail": "연결을 실패했습니다: {error}", + "admin.email.emailSuccess": "No errors were reported while sending an email. Please check your inbox to make sure.", + "admin.email.enableEmailBatching.clusterEnabled": "Email batching cannot be enabled when High Availability mode is enabled.", + "admin.email.enableEmailBatching.siteURL": "Email batching cannot be enabled unless the SiteURL is configured in Configuration > SiteURL.", + "admin.email.enableEmailBatchingDesc": "When true, users can have email notifications for multiple direct messages and mentions combined into a single email, configurable in Account Settings > Notifications.", + "admin.email.enableEmailBatchingTitle": "Enable Email Batching:", + "admin.email.fullPushNotification": "Send full message snippet", + "admin.email.genericPushNotification": "Send generic description with user and channel names", + "admin.email.inviteSaltDescription": "32-character salt added to signing of email invites. Randomly generated on install. Click \"Regenerate\" to create new salt.", + "admin.email.inviteSaltExample": "예시 \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.inviteSaltTitle": "Email Invite Salt:", + "admin.email.mhpns": "Use encrypted, production-quality HPNS connection to iOS and Android apps", + "admin.email.mhpnsHelp": "iTunes에서 Mattermost iOS 앱 다운로드. Google Play에서 Mattermost Android 앱 다운로드. HPNS에 대해 알아보기.", + "admin.email.mtpns": "IOS, Android 앱을 TPNS와 사용합니다.", + "admin.email.mtpnsHelp": "iTunes에서 Mattermost iOS 앱 다운로드. Google Play에서 Mattermost Android 앱 다운로드. TPNS에 대해 알아보기.", + "admin.email.nofificationOrganizationExample": "예시 \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", + "admin.email.notificationDisplayDescription": "Display name on email account used when sending notification emails from Mattermost.", + "admin.email.notificationDisplayExample": "예시 \"Mattermost Notification\", \"System\", \"No-Reply\"", + "admin.email.notificationDisplayTitle": "알림 표시명:", + "admin.email.notificationEmailDescription": "Email address displayed on email account used when sending notification emails from Mattermost.", + "admin.email.notificationEmailExample": "예시 \"mattermost@yourcompany.com\", \"admin@yourcompany.com\"", + "admin.email.notificationEmailTitle": "알림 이메일 주소:", + "admin.email.notificationOrganization": "Notification Footer Mailing Address:", + "admin.email.notificationOrganizationDescription": "Organization name and address displayed on email notifications from Mattermost, such as \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\". If the field is left empty, the organization name and address will not be displayed.", + "admin.email.notificationOrganizationExample": "예시 \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", + "admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.
    Setting this to true removes the Preview Mode banner (requires logging out and logging back in after setting is changed).", + "admin.email.notificationsTitle": "Enable Email Notifications: ", + "admin.email.passwordSaltDescription": "32-character salt added to signing of password reset emails. Randomly generated on install. Click \"Regenerate\" to create new salt.", + "admin.email.passwordSaltExample": "예시 \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.passwordSaltTitle": "Password Reset Salt:", + "admin.email.pushContentDesc": "Selecting \"Send generic description with user and channel names\" provides push notifications with generic messages, including names of users and channels but no specific details from the message text.

    Selecting \"Send full message snippet\" sends excerpts from messages triggering notifications with specifics and may include confidential information sent in messages. If your Push Notification Service is outside your firewall, it is HIGHLY RECOMMENDED this option only be used with an \"https\" protocol to encrypt the connection.", + "admin.email.pushContentTitle": "푸시 알림 콘텐츠:", + "admin.email.pushDesc": "Typically set to true in production. When true, Mattermost attempts to send iOS and Android push notifications through the push notification server.", + "admin.email.pushOff": "Do not send push notifications", + "admin.email.pushOffHelp": "Please see documentation on push notifications to learn more about setup options.", + "admin.email.pushServerDesc": "Location of Mattermost push notification service you can set up behind your firewall using https://github.com/mattermost/push-proxy. For testing you can use http://push-test.mattermost.com, which connects to the sample Mattermost iOS app in the public Apple AppStore. Please do not use test service for production deployments.", + "admin.email.pushServerEx": "예시 \"http://push-test.mattermost.com\"", + "admin.email.pushServerTitle": "푸시 알림 서버:", + "admin.email.pushTitle": "모바일 푸시 알림: ", + "admin.email.requireVerificationDescription": "Typically set to true in production. When true, Mattermost requires email verification after account creation prior to allowing login. Developers may set this field to false so skip sending verification emails for faster development.", + "admin.email.requireVerificationTitle": "이메일 검증: ", + "admin.email.selfPush": "Manually enter Push Notification Service location", + "admin.email.smtpPasswordDescription": " Obtain this credential from administrator setting up your email server.", + "admin.email.smtpPasswordExample": "예시 \"yourpassword\", \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.email.smtpPasswordTitle": "SMTP 서버 패스워드:", + "admin.email.smtpPortDescription": "SMTP 이메일 서버의 포트를 입력하세요.", + "admin.email.smtpPortExample": "E.g.: \"25\", \"465\", \"587\"", + "admin.email.smtpPortTitle": "SMTP 서버 포트:", + "admin.email.smtpServerDescription": "Location of SMTP email server.", + "admin.email.smtpServerExample": "예시 \"smtp.yourcompany.com\", \"email-smtp.us-east-1.amazonaws.com\"", + "admin.email.smtpServerTitle": "SMTP 서버:", + "admin.email.smtpUsernameDescription": " Obtain this credential from administrator setting up your email server.", + "admin.email.smtpUsernameExample": "예시 \"admin@yourcompany.com\", \"AKIADTOVBGERKLCBV\"", + "admin.email.smtpUsernameTitle": "SMTP 서버 사용자명:", + "admin.email.testing": "테스트 중...", + "admin.false": "비활성화", + "admin.file_upload.chooseFile": "파일 선택", + "admin.file_upload.noFile": "업로드 된 파일이 없습니다.", + "admin.file_upload.uploadFile": "업로드", + "admin.files.images": "이미지", + "admin.files.storage": "저장소", + "admin.general.configuration": "환경설정", + "admin.general.localization": "지역화", + "admin.general.localization.availableLocalesDescription": "Set which languages are available for users in Account Settings (leave this field blank to have all supported languages available). If you’re manually adding new languages, the Default Client Language must be added before saving this setting.

    Would like to help with translations? Join the Mattermost Translation Server to contribute.", + "admin.general.localization.availableLocalesNoResults": "No results found", + "admin.general.localization.availableLocalesNotPresent": "The default client language must be included in the available list", + "admin.general.localization.availableLocalesTitle": "Available Languages:", + "admin.general.localization.clientLocaleDescription": "Default language for newly created users and pages where the user hasn't logged in.", + "admin.general.localization.clientLocaleTitle": "클라이언트 기본 언어:", + "admin.general.localization.serverLocaleDescription": "Default language for system messages and logs. Changing this will require a server restart before taking effect.", + "admin.general.localization.serverLocaleTitle": "서버 기본 언어:", + "admin.general.log": "로그", + "admin.general.policy": "정책", + "admin.general.policy.allowEditPostAlways": "Any time", + "admin.general.policy.allowEditPostDescription": "Set policy on the length of time authors have to edit their messages after posting.", + "admin.general.policy.allowEditPostNever": "알림 사용 안함", + "admin.general.policy.allowEditPostTimeLimit": "seconds after posting", + "admin.general.policy.allowEditPostTitle": "Allow users to edit their messages:", + "admin.general.policy.permissionsAdmin": "Team and System Admins", + "admin.general.policy.permissionsAll": "모든 팀 회원", + "admin.general.policy.permissionsAllChannel": "All channel members", + "admin.general.policy.permissionsChannelAdmin": "Channel, Team and System Admins", + "admin.general.policy.permissionsDeletePostAdmin": "Team and System Admins", + "admin.general.policy.permissionsDeletePostAll": "Message authors can delete their own messages, and Administrators can delete any message", + "admin.general.policy.permissionsDeletePostSystemAdmin": "시스템 관리자", + "admin.general.policy.permissionsSystemAdmin": "시스템 관리자", + "admin.general.policy.restrictPostDeleteDescription": "Set policy on who has permission to delete messages.", + "admin.general.policy.restrictPostDeleteTitle": "Allow which users to delete messages:", + "admin.general.policy.restrictPrivateChannelCreationDescription": "Set policy on who can create private groups.", + "admin.general.policy.restrictPrivateChannelCreationTitle": "Enable private group creation for:", + "admin.general.policy.restrictPrivateChannelDeletionCommandLineToolLink": "command line tool", + "admin.general.policy.restrictPrivateChannelDeletionDescription": "Set policy on who can delete private groups. Deleted groups can be recovered from the database using a {commandLineToolLink}.", + "admin.general.policy.restrictPrivateChannelDeletionTitle": "Enable private group deletion for:", + "admin.general.policy.restrictPrivateChannelManagementDescription": "Set policy on who can create, delete, rename, and set the header or purpose for private groups.", + "admin.general.policy.restrictPrivateChannelManagementTitle": "Enable private group renaming for:", + "admin.general.policy.restrictPublicChannelCreationDescription": "Set policy on who can create public channels.", + "admin.general.policy.restrictPublicChannelCreationTitle": "Enable public channel creation for:", + "admin.general.policy.restrictPublicChannelDeletionCommandLineToolLink": "command line tool", + "admin.general.policy.restrictPublicChannelDeletionDescription": "Set policy on who can delete public channels. Deleted channels can be recovered from the database using a {commandLineToolLink}.", + "admin.general.policy.restrictPublicChannelDeletionTitle": "Enable public channel deletion for:", + "admin.general.policy.restrictPublicChannelManagementDescription": "Set policy on who can create, delete, rename, and set the header or purpose for public channels.", + "admin.general.policy.restrictPublicChannelManagementTitle": "Enable public channel renaming for:", + "admin.general.policy.teamInviteDescription": "Set policy on who can invite others to a team using Invite New Member to invite new users by email, or the Get Team Invite Link options from the Main Menu. If Get Team Invite Link is used to share a link, you can expire the invite code from Team Settings > Invite Code after the desired users join the team.", + "admin.general.policy.teamInviteTitle": "Enable sending team invites from:", + "admin.general.privacy": "Privacy", + "admin.general.usersAndTeams": "팀과 사용자", + "admin.gitab.clientSecretDescription": "Obtain this value via the instructions above for logging into GitLab.", + "admin.gitlab.EnableHtmlDesc": "
    1. Log in to your GitLab account and go to Profile Settings -> Applications.
    2. Enter Redirect URIs \"/login/gitlab/complete\" (example: http://localhost:8065/login/gitlab/complete) and \"/signup/gitlab/complete\".
    3. Then use \"Application Secret Key\" and \"Application ID\" fields from GitLab to complete the options below.
    4. Complete the Endpoint URLs below.
    ", + "admin.gitlab.authDescription": "Enter https:///oauth/authorize (example https://example.com:3000/oauth/authorize). Make sure you use HTTP or HTTPS in your URL depending on your server configuration.", + "admin.gitlab.authExample": "예시 \"https:///api/v3/user\"", + "admin.gitlab.authTitle": "인증 엔드포인트:", + "admin.gitlab.clientIdDescription": "Obtain this value via the instructions above for logging into GitLab", + "admin.gitlab.clientIdExample": "예시 \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientIdTitle": "애플리케이션 ID:", + "admin.gitlab.clientSecretExample": "예시 \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientSecretTitle": "애플리케이션 시크릿 키:", + "admin.gitlab.enableDescription": "When true, Mattermost allows team creation and account signup using GitLab OAuth.", + "admin.gitlab.enableTitle": "GitLab 계정으로 인증: ", + "admin.gitlab.settingsTitle": "GitLab 설정", + "admin.gitlab.tokenDescription": "GitLab 연동을 위해 다음 URL https:///api/v3/user 을 입력하십시오. 서버 설정에 따라 HTTP와 HTTPS 중 올바른 것을 사용하여야 합니다.", + "admin.gitlab.tokenExample": "예시 \"https:///api/v3/user\"", + "admin.gitlab.tokenTitle": "토큰 엔드포인트:", + "admin.gitlab.userDescription": "GitLab 연동을 위해 다음 URL https:///api/v3/user 을 입력하십시오. 서버 설정에 따라 HTTP와 HTTPS 중 올바른 것을 사용하여야 합니다.", + "admin.gitlab.userExample": "예시 \"https:///api/v3/user\"", + "admin.gitlab.userTitle": "사용자 API 엔드포인트:", + "admin.google.EnableHtmlDesc": "
    1. Log in to your Google account.
    2. Go to https://console.developers.google.com, click Credentials in the left hand sidebar and enter \"Mattermost - your-company-name\" as the Project Name, then click Create.
    3. Click the OAuth consent screen header and enter \"Mattermost\" as the Product name shown to users, then click Save.
    4. Under the Credentials header, click Create credentials, choose OAuth client ID and select Web Application.
    5. Under Restrictions and Authorized redirect URIs enter your-mattermost-url/signup/google/complete (example: http://localhost:8065/signup/google/complete). Click Create.
    6. Paste the Client ID and Client Secret to the fields below, then click Save.
    7. Finally, go to Google+ API and click Enable. This might take a few minutes to propagate through Google's systems.
    ", + "admin.google.authTitle": "Auth Endpoint:", + "admin.google.clientIdDescription": "The Client ID you received when registering your application with Google.", + "admin.google.clientIdExample": "예시 \"7602141235235-url0fhs1mayfasbmop5qlfns8dh4.apps.googleusercontent.com\"", + "admin.google.clientIdTitle": "클라이언트 ID", + "admin.google.clientSecretDescription": "The Client Secret you received when registering your application with Google.", + "admin.google.clientSecretExample": "예시 \"H8sz0Az-dDs2p15-7QzD231\"", + "admin.google.clientSecretTitle": "클라이언트 시크릿", + "admin.google.tokenTitle": "토큰 엔드포인트:", + "admin.google.userTitle": "사용자 API 엔드포인트:", + "admin.image.amazonS3BucketDescription": "Name you selected for your S3 bucket in AWS.", + "admin.image.amazonS3BucketExample": "예시 \"mattermost-media\"", + "admin.image.amazonS3BucketTitle": "Amazon S3 Bucket:", + "admin.image.amazonS3EndpointDescription": "Hostname of your S3 Compatible Storage provider. Defaults to `s3.amazonaws.com`.", + "admin.image.amazonS3EndpointExample": "E.g.: \"s3.amazonaws.com\"", + "admin.image.amazonS3EndpointTitle": "Amazon S3 Endpoint:", + "admin.image.amazonS3IdDescription": "Obtain this credential from your Amazon EC2 administrator.", + "admin.image.amazonS3IdExample": "예시 \"AKIADTOVBGERKLCBV\"", + "admin.image.amazonS3IdTitle": "Amazon S3 Access Key ID:", + "admin.image.amazonS3RegionDescription": "AWS region you selected for creating your S3 bucket.", + "admin.image.amazonS3RegionExample": "예시 \"us-east-1\"", + "admin.image.amazonS3RegionTitle": "Amazon S3 Region:", + "admin.image.amazonS3SSLDescription": "When false, allow insecure connections to Amazon S3. Defaults to secure connections only.", + "admin.image.amazonS3SSLTitle": "Enable Secure Amazon S3 Connections:", + "admin.image.amazonS3SecretDescription": "Obtain this credential from your Amazon EC2 administrator.", + "admin.image.amazonS3SecretExample": "예시 \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.image.amazonS3SecretTitle": "Amazon S3 Secret Access Key:", + "admin.image.localDescription": "Directory to which files and images are written. If blank, defaults to ./data/.", + "admin.image.localExample": "예시 \"./data/\"", + "admin.image.localTitle": "로컬 저장소 경로:", + "admin.image.maxFileSizeDescription": "Maximum file size for message attachments in megabytes. Caution: Verify server memory can support your setting choice. Large file sizes increase the risk of server crashes and failed uploads due to network interruptions.", + "admin.image.maxFileSizeExample": "50", + "admin.image.maxFileSizeTitle": "최대 파일 크기:", + "admin.image.previewHeightDescription": "Maximum height of preview image (\"0\": Sets to auto-size). Updating this value changes how preview images render in future, but does not change images created in the past.", + "admin.image.previewHeightExample": "예시 \"0\"", + "admin.image.previewHeightTitle": "이미지 미리보기 높이:", + "admin.image.previewWidthDescription": "Maximum width of preview image. Updating this value changes how preview images render in future, but does not change images created in the past.", + "admin.image.previewWidthExample": "예시 \"1024\"", + "admin.image.previewWidthTitle": "이미지 미리보기 너비:", + "admin.image.profileHeightDescription": "Height of profile picture.", + "admin.image.profileHeightExample": "예시 \"0\"", + "admin.image.profileHeightTitle": "프로필 사진 높이:", + "admin.image.profileWidthDescription": "Width of profile picture.", + "admin.image.profileWidthExample": "예시 \"1024\"", + "admin.image.profileWidthTitle": "프로필 사진 너비:", + "admin.image.publicLinkDescription": "32-character salt added to signing of public image links. Randomly generated on install. Click \"Regenerate\" to create new salt.", + "admin.image.publicLinkExample": "예시 \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.image.publicLinkTitle": "공개 링크 Salt:", + "admin.image.shareDescription": "Allow users to share public links to files and images.", + "admin.image.shareTitle": "공개 파일 링크: ", + "admin.image.storeAmazonS3": "Amazon S3", + "admin.image.storeDescription": "Storage system where files and image attachments are saved.

    Selecting \"Amazon S3\" enables fields to enter your Amazon credentials and bucket details.

    Selecting \"Local File System\" enables the field to specify a local file directory.", + "admin.image.storeLocal": "로컬 파일 시스템", + "admin.image.storeTitle": "파일 저장소 시스템:", + "admin.image.thumbHeightDescription": "Height of thumbnails generated from uploaded images. Updating this value changes how thumbnail images render in future, but does not change images created in the past.", + "admin.image.thumbHeightExample": "예시 \"100\"", + "admin.image.thumbHeightTitle": "첨부파일 썸네일 높이:", + "admin.image.thumbWidthDescription": "Width of thumbnails generated from uploaded images. Updating this value changes how thumbnail images render in future, but does not change images created in the past.", + "admin.image.thumbWidthExample": "예시 \"120\"", + "admin.image.thumbWidthTitle": "첨부파일 썸네일 너비:", + "admin.integrations.custom": "Custom Integrations", + "admin.integrations.external": "외부 서비스", + "admin.integrations.webrtc": "Mattermost WebRTC", + "admin.ldap.baseDesc": "The Base DN is the Distinguished Name of the location where Mattermost should start its search for users in the LDAP tree.", + "admin.ldap.baseEx": "예시 \"ou=Unit Name,dc=corp,dc=example,dc=com\"", + "admin.ldap.baseTitle": "BaseDN:", + "admin.ldap.bindPwdDesc": "Password of the user given in \"Bind Username\".", + "admin.ldap.bindPwdTitle": "Bind Password:", + "admin.ldap.bindUserDesc": "The username used to perform the LDAP search. This should typically be an account created specifically for use with Mattermost. It should have access limited to read the portion of the LDAP tree specified in the BaseDN field.", + "admin.ldap.bindUserTitle": "Bind Username:", + "admin.ldap.emailAttrDesc": "The attribute in the LDAP server that will be used to populate the email addresses of users in Mattermost.", + "admin.ldap.emailAttrEx": "예시 \"mail\" or \"userPrincipalName\"", + "admin.ldap.emailAttrTitle": "이메일 속성:", + "admin.ldap.enableDesc": "활성화하면, LDAP으로 접속 할 수 있습니다.", + "admin.ldap.enableTitle": "LDAP으로 접속을 허용:", + "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.idAttrTitle": "ID 속성: ", + "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.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:", + "admin.ldap.maxPageSizeEx": "예시 \"2000\"", + "admin.ldap.maxPageSizeHelpText": "한번에 AD/LDAP서버로부터 요청할 Mattermost 서버의 최대 유저 숫자 값입니다. 0은 무제한을 뜻합니다.", + "admin.ldap.maxPageSizeTitle": "최대 페이지 크기", + "admin.ldap.nicknameAttrDesc": "(Optional) The attribute in the AD/LDAP server that will be used to populate the nickname of users in Mattermost. When set, users will not be able to edit their nickname, since it is synchronized with the LDAP server. When left blank, users can set their own nickname in Account Settings.", + "admin.ldap.nicknameAttrEx": "예시 \"nickname\"", + "admin.ldap.nicknameAttrTitle": "별명 속성:", + "admin.ldap.noLicense": "

    Note:

    Compliance 는 엔터프라이즈 에디션의 기능입니다. 현재 라이센스는 Compliance 기능을 지원하지 않습니다. 이 곳에서 엔터프라이즈 라이센스에 대한 정보를 확인하세요.

    ", + "admin.ldap.portDesc": "Mettermost가 AD/LDAP서버에 연결할 때 사용될 포트입니다. 기본값은 389입니다.", + "admin.ldap.portEx": "예시 \"389\"", + "admin.ldap.portTitle": "AD/LDAP 포트:", + "admin.ldap.positionAttrDesc": "(Optional) The attribute in the LDAP server that will be used to populate the nickname of users in Mattermost.", + "admin.ldap.positionAttrEx": "E.g.: \"title\"", + "admin.ldap.positionAttrTitle": "Position Attribute:", + "admin.ldap.queryDesc": "AD/LDAP서버 조회를 할때 사용되는 timeout 값입니다.. 만양 느린 AD/LDAP 서버에 의해 timout 에러가 발생한다면 증가시키십시오.", + "admin.ldap.queryEx": "예시 \"60\"", + "admin.ldap.queryTitle": "Query Timeout (초):", + "admin.ldap.serverDesc": "LDAP 서버의 도메인 또는 IP 주소", + "admin.ldap.serverEx": "예시 \"10.0.0.23\"", + "admin.ldap.serverTitle": "AD/LDAP 서버:", + "admin.ldap.skipCertificateVerification": "인증서 검증 생략", + "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.syncFailure": "동기화 실패: {error}", + "admin.ldap.syncIntervalHelpText": "LDAP Synchronization updates Mattermost user information to reflect updates on the LDAP server. For example, when a user’s name changes on the LDAP server, the change updates in Mattermost when synchronization is performed. Accounts removed from or disabled in the LDAP server have their Mattermost accounts set to “Inactive” and have their account sessions revoked. Mattermost performs synchronization on the interval entered. For example, if 60 is entered, Mattermost synchronizes every 60 minutes.", + "admin.ldap.syncIntervalTitle": "동기화 간격 (분)", + "admin.ldap.syncNowHelpText": "지금 바로 LDAP 동기화를 초기화", + "admin.ldap.sync_button": "지금 LDAP 동기화하기", + "admin.ldap.testFailure": "AD/LDAP 테스트 실패: {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 테스트가 성공하였습니다.", + "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": "(Optional) 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": "예시 \"(objectClass=user)\"", + "admin.ldap.userFilterTitle": "사용자 필터:", + "admin.ldap.usernameAttrEx": "예시 \"sAMAccountName\"", + "admin.ldap.usernameAttrTitle": "사용자명 속성:", + "admin.license.choose": "파일 선택", + "admin.license.chooseFile": "파일 선택", + "admin.license.edition": "에디션: ", + "admin.license.key": "라이센스 키: ", + "admin.license.keyRemove": "엔터프라이즈 라이센스를 제거하고 서버를 다운그레이드 합니다.", + "admin.license.noFile": "업로드된 파일이 없습니다.", + "admin.license.removing": "라이센스 제거 중...", + "admin.license.title": "라이센스와 에디션", + "admin.license.type": "라이센스: ", + "admin.license.upload": "업로드", + "admin.license.uploadDesc": "Upload a license key for Mattermost Enterprise Edition to upgrade this server. Visit us online to learn more about the benefits of Enterprise Edition or to purchase a key.", + "admin.license.uploading": "라이센스 업로드 중...", + "admin.log.consoleDescription": "Typically set to false in production. Developers may set this field to true to output log messages to console based on the console level option. If true, server writes messages to the standard output stream (stdout).", + "admin.log.consoleTitle": "Output logs to console: ", + "admin.log.enableDiagnostics": "Enable Diagnostics and Error Reporting:", + "admin.log.enableDiagnosticsDescription": "Enable this feature to improve the quality and performance of Mattermost by sending error reporting and diagnostic information to Mattermost, Inc. Read our privacy policy to learn more.", + "admin.log.enableWebhookDebugging": "Webhook 디버깅 활성화:", + "admin.log.enableWebhookDebuggingDescription": "비활성화하면 incoming webhook의 모든 요청 내용이 디버그 로그에 남는 것을 막을 수 있습니다.", + "admin.log.fileDescription": "Typically set to true in production. When true, log files are written to the log file specified in file location field below.", + "admin.log.fileLevelDescription": "This setting determines the level of detail at which log events are written to the log file. ERROR: Outputs only error messages. INFO: Outputs error messages and information around startup and initialization. DEBUG: Prints high detail for developers working on debugging issues.", + "admin.log.fileLevelTitle": "파일 로그 레벨:", + "admin.log.fileTitle": "Output logs to file: ", + "admin.log.formatDateLong": "날짜 (2006/01/02)", + "admin.log.formatDateShort": "날짜 (01/02/06)", + "admin.log.formatDescription": "Format of log message output. If blank will be set to \"[%D %T] [%L] %M\", where:", + "admin.log.formatLevel": "Level (DEBG, INFO, EROR)", + "admin.log.formatMessage": "메시지", + "admin.log.formatPlaceholder": "Enter your file format", + "admin.log.formatSource": "Source", + "admin.log.formatTime": "시간 (15:04:05 MST)", + "admin.log.formatTitle": "파일 로그 포맷:", + "admin.log.levelDescription": "This setting determines the level of detail at which log events are written to the console. ERROR: Outputs only error messages. INFO: Outputs error messages and information around startup and initialization. DEBUG: Prints high detail for developers working on debugging issues.", + "admin.log.levelTitle": "콘솔 로그 레벨:", + "admin.log.locationDescription": "File to which log files are written. If blank, will be set to ./logs/mattermost, which writes logs to mattermost.log. Log rotation is enabled and every 10,000 lines of log information is written to new files stored in the same directory, for example mattermost.2015-09-23.001, mattermost.2015-09-23.002, and so forth.", + "admin.log.locationPlaceholder": "파일 위치를 지정하세요.", + "admin.log.locationTitle": "파일 로그 경로:", + "admin.log.logSettings": "로그 설정", + "admin.logs.reload": "새로 고침", + "admin.logs.title": "서버 로그", + "admin.metrics.enableDescription": "When true, Mattermost will enable performance monitoring collection and profiling. Please see documentation to learn more about configuring performance monitoring for Mattermost.", + "admin.metrics.enableTitle": "Enable Performance Monitoring:", + "admin.metrics.listenAddressDesc": "The address the server will listen on to expose performance metrics.", + "admin.metrics.listenAddressEx": "예시 \":8065\"", + "admin.metrics.listenAddressTitle": "Listen Address:", + "admin.mfa.bannerDesc": "Multi-factor authentication is available for accounts with AD/LDAP or email login. If other login methods are used, MFA should be configured with the authentication provider.", + "admin.mfa.cluster": "High", + "admin.mfa.title": "Enable Multi-factor Authentication:", + "admin.nav.help": "도움말", + "admin.nav.logout": "로그아웃", + "admin.nav.report": "문제 보고", + "admin.nav.switch": "팀 선택", + "admin.notifications.email": "이메일", + "admin.notifications.push": "모바일 푸시", + "admin.notifications.title": "알림 설정", + "admin.oauth.gitlab": "GitLab", + "admin.oauth.google": "Google Apps", + "admin.oauth.off": "Do not allow sign-in via an OAuth 2.0 provider", + "admin.oauth.office365": "Office 365 (베타)", + "admin.oauth.providerDescription": "When true, Mattermost can act as an OAuth 2.0 service provider allowing Mattermost to authorize API requests from external applications. See documentation to learn more.", + "admin.oauth.providerTitle": "OAuth 2.0 서비스 제공자: ", + "admin.oauth.select": "Select OAuth 2.0 service provider:", + "admin.office365.EnableHtmlDesc": "
    1. 여러분의 마이크로소프트 또는 오피스 365 계정에 로그인 하십시요. 로그인하는 계정은 테넌트의 >계정과 동일해야 합니다.
    2. https://apps.dev.microsoft.com을 방문하셔서, Go to app listAdd an app를 클릭한 다음 \"Mattermost - 여러분의 회사 이름\"을 어플리케이션 이름으로 사용하십시요.
    3. Application Secrets에서, Generate New Password를 클릭한 다음 아래Application Secret Password 필드에 그 값을 복사하여 붙여넣으십시요.
    4. Platforms에서, Add Platform을 클릭한 다음, Web을 선택하고 your-mattermost-url/signup/office365/complete (예시: http://localhost:8065/signup/office365/complete)을 Redirect URIs에 기입하십시요. 또한 Allow Implicit Flow의 체크를 해제하십시요.
    5. 마지막으로, Save를 클릭한 다음 아래의 Application ID붙여넣으십시요.
    ", + "admin.office365.authTitle": "인증 엔드포인트:", + "admin.office365.clientIdDescription": "The Application/Client ID you received when registering your application with Microsoft.", + "admin.office365.clientIdExample": "예시 \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"", + "admin.office365.clientIdTitle": "애플리케이션 ID:", + "admin.office365.clientSecretDescription": "The Application Secret Password you generated when registering your application with Microsoft.", + "admin.office365.clientSecretExample": "예시 \"shAieM47sNBfgl20f8ci294\"", + "admin.office365.clientSecretTitle": "애플리케이션 시크릿 패스워드:", + "admin.office365.tokenTitle": "토큰 엔드포인트:", + "admin.office365.userTitle": "사용자 API 엔드포인트:", + "admin.password.lowercase": "At least one lowercase letter", + "admin.password.minimumLength": "패스워드 최소 길이:", + "admin.password.minimumLengthDescription": "Minimum number of characters required for a valid password. Must be a whole number greater than or equal to {min} and less than or equal to {max}.", + "admin.password.minimumLengthExample": "예시 \"5\"", + "admin.password.number": "At least one number", + "admin.password.preview": "Error message preview", + "admin.password.requirements": "Password Requirements:", + "admin.password.requirementsDescription": "Character types required in a valid password.", + "admin.password.symbol": "At least one symbol (예시 \"~!@#$%^&*()\")", + "admin.password.uppercase": "At least one uppercase letter", + "admin.privacy.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators.", + "admin.privacy.showEmailTitle": "이메일 표시: ", + "admin.privacy.showFullNameDescription": "When false, hides the full name of members from everyone except System Administrators. Username is shown in place of full name.", + "admin.privacy.showFullNameTitle": "본명 표시: ", + "admin.purge.button": "Purge All Caches", + "admin.purge.loading": " 로딩 중...", + "admin.purge.purgeDescription": "This will purge all the in-memory caches for things like sessions, accounts, channels, etc. Deployments using High Availability will attempt to purge all the servers in the cluster. Purging the caches may adversly impact performance.", + "admin.purge.purgeFail": "연결을 실패했습니다: {error}", + "admin.rate.enableLimiterDescription": "활성화하면 API 호출이 아래에 설정된 속도로 조절됩니다.", + "admin.rate.enableLimiterTitle": "Enable Rate Limiting: ", + "admin.rate.httpHeaderDescription": "When filled in, vary rate limiting by HTTP header field specified (e.g. when configuring NGINX set to \"X-Real-IP\", when configuring AmazonELB set to \"X-Forwarded-For\").", + "admin.rate.httpHeaderExample": "예시 \"X-Real-IP\", \"X-Forwarded-For\"", + "admin.rate.httpHeaderTitle": "Vary rate limit by HTTP header", + "admin.rate.maxBurst": "Maximum Burst Size:", + "admin.rate.maxBurstDescription": "Maximum number of requests allowed beyond the per second query limit.", + "admin.rate.maxBurstExample": "예시 \"100\"", + "admin.rate.memoryDescription": "Maximum number of users sessions connected to the system as determined by \"Vary rate limit by remote address\" and \"Vary rate limit by HTTP header\" settings below.", + "admin.rate.memoryExample": "예시 \"10000\"", + "admin.rate.memoryTitle": "Memory Store Size:", + "admin.rate.noteDescription": "Changing properties in this section will require a server restart before taking effect.", + "admin.rate.noteTitle": "Note:", + "admin.rate.queriesDescription": "설정된 값만큼 초당 API 호출을 조절합니다.", + "admin.rate.queriesExample": "예시 \"10\"", + "admin.rate.queriesTitle": "Maximum Queries per Second:", + "admin.rate.remoteDescription": "활성화하면 IP 주소에 따라 API 호출 속도를 조절합니다.", + "admin.rate.remoteTitle": "Vary rate limit by remote address: ", + "admin.rate.title": "Rate Limit Settings", + "admin.recycle.button": "Recycle Database Connections", + "admin.recycle.loading": " Recycling...", + "admin.recycle.recycleDescription": "Deployments using multiple databases can switch from one master database to another without restarting the Mattermost server by updating \"config.json\" to the new desired configuration and using the Configuration > Reload Configuration from Disk feature to load the new settings while the server is running. The administrator should then use Recycle Database Connections feature to recycle the database connections based on the new settings.", + "admin.recycle.reloadFail": "연결을 실패했습니다: {error}", + "admin.regenerate": "재생성", + "admin.reload.button": "디스크에서 설정 다시 불러오기", + "admin.reload.loading": " 로딩 중...", + "admin.reload.reloadDescription": "Deployments using multiple databases can switch from one master database to another without restarting the Mattermost server by updating \"config.json\" to the new desired configuration and using the Reload Configuration from Disk feature to load the new settings while the server is running. The administrator should then use the Database > Recycle Database Connections feature to recycle the database connections based on the new settings.", + "admin.reload.reloadFail": "연결을 실패했습니다: {error}", + "admin.reset_password.close": "닫기", + "admin.reset_password.newPassword": "새 패스워드", + "admin.reset_password.select": "선택", + "admin.reset_password.submit": "최소 {chars}글자 이상 입력하세요.", + "admin.reset_password.titleReset": "패스워드 리셋", + "admin.reset_password.titleSwitch": "이메일과 패스워드를 사용하도록 변경", + "admin.saml.assertionConsumerServiceURLDesc": "Enter https:///login/sso/saml. Make sure you use HTTP or HTTPS in your URL depending on your server configuration. This field is also known as the Assertion Consumer Service URL.", + "admin.saml.assertionConsumerServiceURLEx": "예시 \"https:///login/sso/saml\"", + "admin.saml.assertionConsumerServiceURLTitle": "Service Provider Login URL:", + "admin.saml.bannerDesc": "User attributes in SAML server, including user deactivation or removal, are updated in Mattermost during user login. Learn more at: https://docs.mattermost.com/deployment/sso-saml.html", + "admin.saml.emailAttrDesc": "The attribute in the SAML Assertion that will be used to populate the email addresses of users in Mattermost.", + "admin.saml.emailAttrEx": "예시 \"Email\" 또는 \"PrimaryEmail\"", + "admin.saml.emailAttrTitle": "이메일 속성:", + "admin.saml.enableDescription": "When true, Mattermost allows login using SAML. Please see documentation to learn more about configuring SAML for Mattermost.", + "admin.saml.enableTitle": "SAML 계정으로 인증:", + "admin.saml.encryptDescription": "When true, Mattermost will decrypt SAML Assertions encrypted with your Service Provider Public Certificate.", + "admin.saml.encryptTitle": "암호화:", + "admin.saml.firstnameAttrDesc": "(Optional) The attribute in the SAML Assertion that will be used to populate the nickname of users in Mattermost.", + "admin.saml.firstnameAttrEx": "예시 \"FirstName\"", + "admin.saml.firstnameAttrTitle": "이름 속성:", + "admin.saml.idpCertificateFileDesc": "The public authentication certificate issued by your Identity Provider.", + "admin.saml.idpCertificateFileRemoveDesc": "Remove the public authentication certificate issued by your Identity Provider.", + "admin.saml.idpCertificateFileTitle": "Identity Provider Public Certificate:", + "admin.saml.idpDescriptorUrlDesc": "The issuer URL for the Identity Provider you use for SAML requests.", + "admin.saml.idpDescriptorUrlEx": "예시 \"https://idp.example.org/SAML2/issuer\"", + "admin.saml.idpDescriptorUrlTitle": "Identity Provider Issuer URL:", + "admin.saml.idpUrlDesc": "The URL where Mattermost sends a SAML request to start login sequence.", + "admin.saml.idpUrlEx": "예시 \"https://idp.example.org/SAML2/SSO/Login\"", + "admin.saml.idpUrlTitle": "SAML SSO URL:", + "admin.saml.lastnameAttrDesc": "(Optional) The attribute in the SAML Assertion that will be used to populate the language of users in Mattermost.", + "admin.saml.lastnameAttrEx": "예시 \"LastName\"", + "admin.saml.lastnameAttrTitle": "성 속성:", + "admin.saml.localeAttrDesc": "(Optional) The attribute in the SAML Assertion that will be used to populate the language of users in Mattermost.", + "admin.saml.localeAttrEx": "예시 \"Locale\" 또는 \"PrimaryLanguage\"", + "admin.saml.localeAttrTitle": "Preferred Language Attribute:", + "admin.saml.loginButtonTextDesc": "(Optional) The text that appears in the login button on the login page. Defaults to \"With SAML\".", + "admin.saml.loginButtonTextEx": "예시 \"With OKTA\"", + "admin.saml.loginButtonTextTitle": "로그인 버튼 문구:", + "admin.saml.nicknameAttrDesc": "(Optional) The attribute in the SAML Assertion that will be used to populate the nickname of users in Mattermost.", + "admin.saml.nicknameAttrEx": "예시 \"Nickname\"", + "admin.saml.nicknameAttrTitle": "별명 속성:", + "admin.saml.positionAttrDesc": "(Optional) The attribute in the SAML Assertion that will be used to populate the language of users in Mattermost.", + "admin.saml.positionAttrEx": "E.g.: \"Role\"", + "admin.saml.positionAttrTitle": "Position Attribute:", + "admin.saml.privateKeyFileFileDesc": "The private key used to decrypt SAML Assertions from the Identity Provider.", + "admin.saml.privateKeyFileFileRemoveDesc": "Remove the private key used to decrypt SAML Assertions from the Identity Provider.", + "admin.saml.privateKeyFileTitle": "Service Provider Private Key:", + "admin.saml.publicCertificateFileDesc": "The certificate used to generate the signature on a SAML request to the Identity Provider for a service provider initiated SAML login, when Mattermost is the Service Provider.", + "admin.saml.publicCertificateFileRemoveDesc": "Remove the certificate used to generate the signature on a SAML request to the Identity Provider for a service provider initiated SAML login, when Mattermost is the Service Provider.", + "admin.saml.publicCertificateFileTitle": "Service Provider Public Certificate:", + "admin.saml.remove.idp_certificate": "Remove Identity Provider Certificate", + "admin.saml.remove.privKey": "Remove Service Provider Private Key", + "admin.saml.remove.sp_certificate": "Remove Service Provider Certificate", + "admin.saml.removing.certificate": "Removing Certificate...", + "admin.saml.removing.privKey": "Removing Private Key...", + "admin.saml.uploading.certificate": "Uploading Certificate...", + "admin.saml.uploading.privateKey": "Uploading Private Key...", + "admin.saml.usernameAttrDesc": "The attribute in the SAML Assertion that will be used to populate the username field in Mattermost.", + "admin.saml.usernameAttrEx": "예시 \"Username\"", + "admin.saml.usernameAttrTitle": "사용자명 속성:", + "admin.saml.verifyDescription": "When true, Mattermost verifies that the signature sent from the SAML Response matches the Service Provider Login URL", + "admin.saml.verifyTitle": "시그니처 검증:", + "admin.save": "저장", + "admin.saving": "설정 저장 중...", + "admin.security.connection": "연결", + "admin.security.inviteSalt.disabled": "Invite salt cannot be changed while sending emails is disabled.", + "admin.security.login": "로그인", + "admin.security.password": "패스워드", + "admin.security.passwordResetSalt.disabled": "Password reset salt cannot be changed while sending emails is disabled.", + "admin.security.public_links": "공개 링크", + "admin.security.requireEmailVerification.disabled": "Email verification cannot be changed while sending emails is disabled.", + "admin.security.session": "세션", + "admin.security.signup": "가입", + "admin.select_team.close": "닫기", + "admin.select_team.select": "선택", + "admin.select_team.selectTeam": "팀 선택", + "admin.service.attemptDescription": "Number of login attempts allowed before a user is locked out and required to reset their password via email.", + "admin.service.attemptExample": "예시 \"10\"", + "admin.service.attemptTitle": "최대 로그인 시도:", + "admin.service.cmdsDesc": "When true, custom slash commands will be allowed. See documentation to learn more.", + "admin.service.cmdsTitle": "커스텀 명령어: ", + "admin.service.corsDescription": "Enable HTTP Cross origin request from a specific domain. Use \"*\" if you want to allow CORS from any domain or leave it blank to disable it.", + "admin.service.corsEx": "http://example.com", + "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.enforcMfaTitle": "Enable Multi-factor Authentication:", + "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.forward80To443": "Forward port 80 to 443:", + "admin.service.forward80To443Description": "Forwards all insecure traffic from port 80 to secure port 443", + "admin.service.googleDescription": "Set this key to enable the display of titles for embedded YouTube video previews. Without the key, YouTube previews will still be created based on hyperlinks appearing in messages or comments but they will not show the video title. View a Google Developers Tutorial for instructions on how to obtain a key.", + "admin.service.googleExample": "예시 \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"", + "admin.service.googleTitle": "Google API Key:", + "admin.service.iconDescription": "When true, webhooks, slash commands and other integrations, such as Zapier, will be allowed to change the profile picture they post with. Note: Combined with allowing integrations to override usernames, users may be able to perform phishing attacks by attempting to impersonate other users.", + "admin.service.iconTitle": "Enable integrations to override profile picture icons:", + "admin.service.insecureTlsDesc": "true로 설정하면 Mattermost에서 밖으로 나가는 어떤 HTTPS 요청에 대해서도 인증서 검사를 하지 않습니다. 예를 들어, self-signed TLS 인증서를 아무 도메인 이름에 대해 설정하더라도 HTTPS 통신을 진행합니다. 이 설정을 켤 때는 MITM 공격에 주의하세요.", + "admin.service.insecureTlsTitle": "Enable Insecure Outgoing Connections: ", + "admin.service.integrationAdmin": "Restrict managing integrations to Admins:", + "admin.service.integrationAdminDesc": "When true, webhooks and slash commands can only be created, edited and viewed by Team and System Admins, and OAuth 2.0 applications by System Admins. Integrations are available to all users after they have been created by the Admin.", + "admin.service.letsEncryptCertificateCacheFile": "Let's Encrypt Certificate Cache File:", + "admin.service.letsEncryptCertificateCacheFileDescription": "Certificates retrieved and other data about the Let's Encrypt service will be stored in this file.", + "admin.service.listenAddress": "Listen Address:", + "admin.service.listenDescription": "The address and port to which to bind and listen. Specifying \":8065\" will bind to all network interfaces. Specifying \"127.0.0.1:8065\" will only bind to the network interface having that IP address. If you choose a port of a lower level (called \"system ports\" or \"well-known ports\", in the range of 0-1023), you must have permissions to bind to that port. On Linux you can use: \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" to allow Mattermost to bind to well-known ports.", + "admin.service.listenExample": "예시 \":8065\"", + "admin.service.mfaDesc": "When true, users with AD/LDAP or email login can add multi-factor authentication to their account using Google Authenticator.", + "admin.service.mfaTitle": "Enable Multi-factor Authentication:", + "admin.service.mobileSessionDays": "Session length for mobile apps (days):", + "admin.service.mobileSessionDaysDesc": "The number of days from the last time a user entered their credentials to the expiry of the user's session. After changing this setting, the new session length will take effect after the next time the user enters their credentials.", + "admin.service.outWebhooksDesc": "When true, outgoing webhooks will be allowed. See documentation to learn more.", + "admin.service.outWebhooksTitle": "Outgoing Webhook: ", + "admin.service.overrideDescription": "When true, webhooks, slash commands and other integrations, such as Zapier, will be allowed to change the username they are posting as. Note: Combined with allowing integrations to override profile picture icons, users may be able to perform phishing attacks by attempting to impersonate other users.", + "admin.service.overrideTitle": "Enable integrations to override usernames:", + "admin.service.readTimeout": "Read Timeout:", + "admin.service.readTimeoutDescription": "Maximum time allowed from when the connection is accepted to when the request body is fully read.", + "admin.service.securityDesc": "When true, System Administrators are notified by email if a relevant security fix alert has been announced in the last 12 hours. Requires email to be enabled.", + "admin.service.securityTitle": "보안 경고: ", + "admin.service.sessionCache": "세션 캐시 (분):", + "admin.service.sessionCacheDesc": "The number of minutes to cache a session in memory.", + "admin.service.sessionDaysEx": "예시 \"30\"", + "admin.service.siteURL": "사이트 URL:", + "admin.service.siteURLDescription": "The URL, including port number and protocol, that users will use to access Mattermost. This field can be left blank unless you are configuring email batching in Notifications > Email. When blank, the URL is automatically configured based on incoming traffic.", + "admin.service.siteURLExample": "예시 \"https://mattermost.example.com:1234\"", + "admin.service.ssoSessionDays": "Session length for mobile apps (days):", + "admin.service.ssoSessionDaysDesc": "The number of days from the last time a user entered their credentials to the expiry of the user's session. If the authentication method is SAML or GitLab, the user may automatically be logged back in to Mattermost if they are already logged in to SAML or GitLab. After changing this setting, the setting will take effect after the next time the user enters their credentials.", + "admin.service.testingDescription": "(개발자 옵션) 활성화하면 /loadtest 명령어를 사용하여 테스트를 위한 계정과 데이터를 불러들일 수 있습니다. 이 설정이 적용되려면 서버를 재시작해야 합니다.", + "admin.service.testingTitle": "테스트 명령어: ", + "admin.service.tlsCertFile": "TLS Certificate File:", + "admin.service.tlsCertFileDescription": "The certificate file to use.", + "admin.service.tlsKeyFile": "TLS Key File:", + "admin.service.tlsKeyFileDescription": "The private key file to use.", + "admin.service.useLetsEncrypt": "Use Let's Encrypt:", + "admin.service.useLetsEncryptDescription": "Enable the automatic retreval of certificates from the Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.", + "admin.service.webSessionDays": "Session length LDAP and email (days):", + "admin.service.webSessionDaysDesc": "The number of days from the last time a user entered their credentials to the expiry of the user's session. After changing this setting, the new session length will take effect after the next time the user enters their credentials.", + "admin.service.webhooksDescription": "When true, incoming webhooks will be allowed. To help combat phishing attacks, all posts from webhooks will be labelled by a BOT tag. See documentation to learn more.", + "admin.service.webhooksTitle": "Incoming Webhook: ", + "admin.service.writeTimeout": "Write Timeout:", + "admin.service.writeTimeoutDescription": "If using HTTP (insecure), this is the maximum time allowed from the end of reading the request headers until the response is written. If using HTTPS, it is the total time from when the connection is accepted until the response is written.", + "admin.sidebar.addTeamSidebar": "Add team from sidebar menu", + "admin.sidebar.advanced": "고급", + "admin.sidebar.audits": "활동", + "admin.sidebar.authentication": "인증", + "admin.sidebar.cluster": "고가용성 (베타)", + "admin.sidebar.compliance": "감사", + "admin.sidebar.configuration": "환경설정", + "admin.sidebar.connections": "연결", + "admin.sidebar.customBrand": "커스텀 브랜딩", + "admin.sidebar.customEmoji": "커스텀 이모티콘", + "admin.sidebar.customIntegrations": "통합 기능", + "admin.sidebar.customization": "커스터마이징", + "admin.sidebar.database": "데이터베이스", + "admin.sidebar.developer": "개발자 설정", + "admin.sidebar.email": "이메일", + "admin.sidebar.external": "외부 서비스", + "admin.sidebar.files": "파일", + "admin.sidebar.general": "일반", + "admin.sidebar.gitlab": "GitLab", + "admin.sidebar.images": "이미지", + "admin.sidebar.integrations": "통합", + "admin.sidebar.ldap": "AD/LDAP", + "admin.sidebar.legalAndSupport": "지원", + "admin.sidebar.license": "라이센스와 에디션", + "admin.sidebar.linkPreviews": "링크 미리보기", + "admin.sidebar.localization": "지역화", + "admin.sidebar.logging": "로그", + "admin.sidebar.login": "로그인", + "admin.sidebar.logs": "서버 로그 보기", + "admin.sidebar.metrics": "Performance Monitoring", + "admin.sidebar.nativeAppLinks": "Mattermost 애플리케이션 링크", + "admin.sidebar.notifications": "알림", + "admin.sidebar.oauth": "OAuth 2.0", + "admin.sidebar.other": "기타", + "admin.sidebar.password": "패스워드", + "admin.sidebar.policy": "정책", + "admin.sidebar.privacy": "개인", + "admin.sidebar.publicLinks": "공개 링크", + "admin.sidebar.push": "모바일 푸시", + "admin.sidebar.rateLimiting": "Rate Limiting", + "admin.sidebar.reports": "보고", + "admin.sidebar.rmTeamSidebar": "사이드바 메뉴에서 팀 제거", + "admin.sidebar.saml": "SAML", + "admin.sidebar.security": "보안", + "admin.sidebar.sessions": "세션", + "admin.sidebar.settings": "설정", + "admin.sidebar.signUp": "가입", + "admin.sidebar.sign_up": "가입", + "admin.sidebar.statistics": "통계", + "admin.sidebar.storage": "저장소", + "admin.sidebar.support": "지원", + "admin.sidebar.teams": "팀 ({count, number})", + "admin.sidebar.users": "사용자", + "admin.sidebar.usersAndTeams": "팀과 사용자", + "admin.sidebar.view_statistics": "사이트 통계", + "admin.sidebar.webrtc": "WebRTC (베타)", + "admin.sidebarHeader.systemConsole": "관리자 도구", + "admin.sql.dataSource": "Data Source:", + "admin.sql.driverName": "Driver Name:", + "admin.sql.keyDescription": "32-character salt available to encrypt and decrypt sensitive fields in database.", + "admin.sql.keyExample": "예시 \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.sql.keyTitle": "At Rest Encrypt Key:", + "admin.sql.maxConnectionsDescription": "Maximum number of idle connections held open to the database.", + "admin.sql.maxConnectionsExample": "예시 \"10\"", + "admin.sql.maxConnectionsTitle": "Maximum Idle Connections:", + "admin.sql.maxOpenDescription": "Maximum number of open connections held open to the database.", + "admin.sql.maxOpenExample": "예시 \"10\"", + "admin.sql.maxOpenTitle": "Maximum Open Connections:", + "admin.sql.noteDescription": "Changing properties in this section will require a server restart before taking effect.", + "admin.sql.noteTitle": "Note:", + "admin.sql.replicas": "Data Source Replicas:", + "admin.sql.traceDescription": "(Development Mode) When true, executing SQL statements are written to the log.", + "admin.sql.traceTitle": "추적: ", + "admin.sql.warning": "Warning: regenerating this salt may cause some columns in the database to return empty results.", + "admin.support.aboutDesc": "Link to About page for more information on your Mattermost deployment, for example its purpose and audience within your organization. Defaults to Mattermost information page.", + "admin.support.aboutTitle": "About link:", + "admin.support.emailHelp": "Email address displayed on email notifications and during tutorial for end users to ask support questions.", + "admin.support.emailTitle": "Support Email:", + "admin.support.helpDesc": "Link to help documentation from team site main menu. Typically not changed unless your organization chooses to create custom documentation.", + "admin.support.helpTitle": "Help link:", + "admin.support.noteDescription": "If linking to an external site, URLs should begin with http:// or https://.", + "admin.support.noteTitle": "Note:", + "admin.support.privacyDesc": "Link to Privacy Policy available to users on desktop and on mobile. Leaving this blank will hide the option to display a notice.", + "admin.support.privacyTitle": "Privacy Policy link:", + "admin.support.problemDesc": "Link to help documentation from team site main menu. By default this points to the peer-to-peer troubleshooting forum where users can search for, find and request help with technical issues.", + "admin.support.problemTitle": "Report a Problem link:", + "admin.support.termsDesc": "Link to the terms under which users may use your online service. By default, this includes the \"Mattermost Conditions of Use (End Users)\" explaining the terms under which Mattermost software is provided to end users. If you change the default link to add your own terms for using the service you provide, your new terms must include a link to the default terms so end users are aware of the Mattermost Conditions of Use (End User) for Mattermost software.", + "admin.support.termsTitle": "Terms of Service link:", + "admin.system_analytics.activeUsers": "활성 사용자(글 작성 기준)", + "admin.system_analytics.title": "the System", + "admin.system_analytics.totalPosts": "전체 글", + "admin.team.brandDesc": "Enable custom branding to show an image of your choice, uploaded below, and some help text, written below, on the login page.", + "admin.team.brandDescriptionExample": "모든 팀 커뮤니케이션을 한 곳에서 확인하고, 검색하고, 접근할 수 있습니다.", + "admin.team.brandDescriptionHelp": "Description of service shown in login screens and UI. When not specified, \"All team communication in one place, searchable and accessible anywhere\" is displayed.", + "admin.team.brandDescriptionTitle": "사이트 설명", + "admin.team.brandImageTitle": "브랜드 이미지:", + "admin.team.brandTextDescription": "Text that will appear below your custom brand image on your login screen. Supports Markdown-formatted text. Maximum 500 characters allowed.", + "admin.team.brandTextTitle": "브랜드 문구:", + "admin.team.brandTitle": "커스텀 브랜딩: ", + "admin.team.chooseImage": "이미지 선택", + "admin.team.dirDesc": "When true, teams that are configured to show in team directory will show on main page inplace of creating a new team.", + "admin.team.dirTitle": "Enable Team Directory: ", + "admin.team.maxChannelsDescription": "Maximum total number of users per team, including both active and inactive users.", + "admin.team.maxChannelsExample": "예시 \"100\"", + "admin.team.maxChannelsTitle": "팀 당 최대 채널: ", + "admin.team.maxNotificationsPerChannelDescription": "Maximum total number of users in a channel before users typing messages, @all, @here, and @channel no longer send notifications because of performance.", + "admin.team.maxNotificationsPerChannelExample": "예시 \"10000\"", + "admin.team.maxNotificationsPerChannelTitle": "Max Notifications Per Channel:", + "admin.team.maxUsersDescription": "Maximum total number of users per team, including both active and inactive users.", + "admin.team.maxUsersExample": "예시 \"25\"", + "admin.team.maxUsersTitle": "팀 최대 인원:", + "admin.team.noBrandImage": "브랜드 이미지가 업로드되지 않았습니다.", + "admin.team.openServerDescription": "When true, anyone can signup for a user account on this server without the need to be invited.", + "admin.team.openServerTitle": "공개 서버: ", + "admin.team.restrictDescription": "Teams and user accounts can only be created from a specific domain (e.g. \"mattermost.org\") or list of comma-separated domains (e.g. \"corp.mattermost.com, mattermost.org\").", + "admin.team.restrictDirectMessage": "Enable users to open Direct Message channels with:", + "admin.team.restrictDirectMessageDesc": "'Any user on the Mattermost server' enables users to open a Direct Message channel with any user on the server, even if they are not on any teams together. 'Any member of the team' limits the ability to open Direct Message channels to only users who are in the same team.", + "admin.team.restrictExample": "예시 \"corp.mattermost.com, mattermost.org\"", + "admin.team.restrictNameDesc": "When true, You cannot create a team name with reserved words like www, admin, support, test, channel, etc", + "admin.team.restrictNameTitle": "팀 이름 제한: ", + "admin.team.restrictTitle": "Restrict account creation to specified email domains:", + "admin.team.restrict_direct_message_any": "Any user on the Mattermost server", + "admin.team.restrict_direct_message_team": "Any member of the team", + "admin.team.siteNameDescription": "Name of service shown in login screens and UI.", + "admin.team.siteNameExample": "예시 \"Mattermost\"", + "admin.team.siteNameTitle": "사이트 이름:", + "admin.team.teamCreationDescription": "When false, only System Administrators can create teams.", + "admin.team.teamCreationTitle": "팀 생성: ", + "admin.team.upload": "업로드", + "admin.team.uploadDesc": "Customize your user experience by adding a custom image to your login screen. Recommended maximum image size is less than 2 MB.", + "admin.team.uploaded": "업로드 완료!", + "admin.team.uploading": "업로드 중..", + "admin.team.userCreationDescription": "When false, the ability to create accounts is disabled. The create account button displays error when pressed.", + "admin.team.userCreationTitle": "계정 생성: ", + "admin.team_analytics.activeUsers": "활성 사용자(글 작성 기준)", + "admin.team_analytics.totalPosts": "전체 글", + "admin.true": "활성화", + "admin.userList.title": "Users for {team}", + "admin.userList.title2": "Users for {team} ({count})", + "admin.user_item.authServiceEmail": ", 인증 방식: 이메일", + "admin.user_item.authServiceNotEmail": ", 인증 방식: {service}", + "admin.user_item.confirmDemoteDescription": "If you demote yourself from the System Admin role and there is not another user with System Admin privileges, you'll need to re-assign a System Admin by accessing the Mattermost server through a terminal and running the following command.", + "admin.user_item.confirmDemoteRoleTitle": "Confirm demotion from System Admin role", + "admin.user_item.confirmDemotion": "Confirm Demotion", + "admin.user_item.confirmDemotionCmd": "platform roles system_admin {username}", + "admin.user_item.emailTitle": "이메일: {email}", + "admin.user_item.inactive": "비활성화", + "admin.user_item.makeActive": "활성화", + "admin.user_item.makeInactive": "비활성화", + "admin.user_item.makeMember": "회원으로 변경", + "admin.user_item.makeSysAdmin": "시스템 관리자로 변경", + "admin.user_item.makeTeamAdmin": "팀 관리자로 변경", + "admin.user_item.member": "회원", + "admin.user_item.mfaNo": ", MFA: 아니요", + "admin.user_item.mfaYes": ", MFA: 예", + "admin.user_item.resetMfa": "MFA 제거", + "admin.user_item.resetPwd": "패스워드 리셋", + "admin.user_item.switchToEmail": "이메일/패스워드로 변경", + "admin.user_item.sysAdmin": "시스템 관리자", + "admin.user_item.teamAdmin": "팀 관리자", + "admin.webrtc.enableDescription": "When true, Mattermost allows making one-on-one video calls. WebRTC calls are available on Chrome, Firefox and Mattermost Desktop Apps.", + "admin.webrtc.enableTitle": "Mattermost WebRTC: ", + "admin.webrtc.gatewayAdminSecretDescription": "Enter your admin secret password to access the Gateway Admin URL.", + "admin.webrtc.gatewayAdminSecretExample": "예시 \"PVRzWNN1Tg6szn7IQWvhpAvLByScWxdy\"", + "admin.webrtc.gatewayAdminSecretTitle": "Gateway Admin Secret:", + "admin.webrtc.gatewayAdminUrlDescription": "Enter https://:/admin. Make sure you use HTTP or HTTPS in your URL depending on your server configuration. Mattermost WebRTC uses this URL to obtain valid tokens for each peer to establish the connection.", + "admin.webrtc.gatewayAdminUrlExample": "예시 \"https://webrtc.mattermost.com:7089/admin\"", + "admin.webrtc.gatewayAdminUrlTitle": "Gateway Admin URL:", + "admin.webrtc.gatewayWebsocketUrlDescription": "Enter wss://:. Make sure you use WS or WSS in your URL depending on your server configuration. This is the websocket used to signal and establish communication between the peers.", + "admin.webrtc.gatewayWebsocketUrlExample": "예시 \"wss://webrtc.mattermost.com:8189\"", + "admin.webrtc.gatewayWebsocketUrlTitle": "Gateway Websocket URL:", + "admin.webrtc.stunUriDescription": "Enter your STUN URI as stun::. STUN is a standardized network protocol to allow an end host to assist devices to access its public IP address if it is located behind a NAT.", + "admin.webrtc.stunUriExample": "예시 \"stun:webrtc.mattermost.com:5349\"", + "admin.webrtc.stunUriTitle": "STUN URI", + "admin.webrtc.turnSharedKeyDescription": "Enter your TURN Server Shared Key. This is used to created dynamic passwords to establish the connection. Each password is valid for a short period of time.", + "admin.webrtc.turnSharedKeyExample": "예시 \"bXdkOWQxc3d0Ynk3emY5ZmsxZ3NtazRjaWg=\"", + "admin.webrtc.turnSharedKeyTitle": "TURN Shared Key:", + "admin.webrtc.turnUriDescription": "Enter your TURN URI as turn::. TURN is a standardized network protocol to allow an end host to assist devices to establish a connection by using a relay public IP address if it is located behind a symmetric NAT.", + "admin.webrtc.turnUriExample": "예시 \"turn:webrtc.mattermost.com:5349\"", + "admin.webrtc.turnUriTitle": "TURN URI", + "admin.webrtc.turnUsernameDescription": "Enter your TURN Server Username.", + "admin.webrtc.turnUsernameExample": "예시 \"Username\"", + "admin.webrtc.turnUsernameTitle": "TURN Username:", + "admin.webserverModeDisabled": "Disabled", + "admin.webserverModeDisabledDescription": "The Mattermost server will not serve static files.", + "admin.webserverModeGzip": "gzip", + "admin.webserverModeGzipDescription": "The Mattermost server will serve static files compressed with gzip.", + "admin.webserverModeHelpText": "gzip compression applies to static content files. It is recommended to enable gzip to improve performance unless your environment has specific restrictions, such as a web proxy that distributes gzip files poorly. This setting requires a server restart to take effect.", + "admin.webserverModeTitle": "웹 서버 모드:", + "admin.webserverModeUncompressed": "압축하지 않음", + "admin.webserverModeUncompressedDescription": "The Mattermost server will serve static files uncompressed.", + "analytics.chart.loading": "로딩 중...", + "analytics.chart.meaningful": "Not enough data for a meaningful representation.", + "analytics.system.activeUsers": "활성 사용자 (글 작성 기준)", + "analytics.system.channelTypes": "Channel Types", + "analytics.system.dailyActiveUsers": "Daily Active Users", + "analytics.system.monthlyActiveUsers": "Monthly Active Users", + "analytics.system.postTypes": "글, 파일, 해시태그", + "analytics.system.privateGroups": "비공개 그룹", + "analytics.system.publicChannels": "공개 채널", + "analytics.system.skippedIntensiveQueries": "To maximize performance, some statistics are disabled. You can re-enable them in config.json. See: https://docs.mattermost.com/administration/statistics.html", + "analytics.system.textPosts": "텍스트 글 수", + "analytics.system.title": "시스템 통계", + "analytics.system.totalChannels": "전체 채널", + "analytics.system.totalCommands": "전체 명령어", + "analytics.system.totalFilePosts": "파일이 포함된 글 수", + "analytics.system.totalHashtagPosts": "해시태그가 포함된 글 수", + "analytics.system.totalIncomingWebhooks": "전체 Incoming Webhook", + "analytics.system.totalMasterDbConnections": "마스터 DB 연결", + "analytics.system.totalOutgoingWebhooks": "전체 Outgoing Webhook", + "analytics.system.totalPosts": "전체 글", + "analytics.system.totalReadDbConnections": "레플리카 DB 연결", + "analytics.system.totalSessions": "전체 세션", + "analytics.system.totalTeams": "전체 팀", + "analytics.system.totalUsers": "전체 사용자", + "analytics.system.totalWebsockets": "웹소켓 연결", + "analytics.team.activeUsers": "활성 사용자 (글 작성 기준)", + "analytics.team.newlyCreated": "Newly Created Users", + "analytics.team.privateGroups": "비공개 그룹", + "analytics.team.publicChannels": "공개 채널", + "analytics.team.recentActive": "Recent Active Users", + "analytics.team.recentUsers": "Recent Active Users", + "analytics.team.title": "{team} 팀 통계", + "analytics.team.totalPosts": "전체 글", + "analytics.team.totalUsers": "전체 사용자", + "api.channel.add_member.added": "{addedUsername} added to the channel by {username}", + "api.channel.delete_channel.archived": "{username} has archived the channel.", + "api.channel.join_channel.post_and_forget": "{username} has joined the channel.", + "api.channel.leave.left": "{username} has left the channel.", + "api.channel.post_update_channel_displayname_message_and_forget.updated_from": "{username} updated the channel display name from: {old} to: {new}", + "api.channel.post_update_channel_header_message_and_forget.removed": "{username} removed the channel header (was: {old})", + "api.channel.post_update_channel_header_message_and_forget.updated_from": "{username} updated the channel header from: {old} to: {new}", + "api.channel.post_update_channel_header_message_and_forget.updated_to": "{username} updated the channel header to: {new}", + "api.channel.remove_member.removed": "{removedUsername} was removed from the channel", + "app.channel.post_update_channel_purpose_message.removed": "{username} removed the channel purpose (was: {old})", + "app.channel.post_update_channel_purpose_message.updated_from": "{username} updated the channel purpose from: {old} to: {new}", + "app.channel.post_update_channel_purpose_message.updated_to": "{username} updated the channel purpose to: {new}", + "audit_table.accountActive": "계정이 활성화 됨", + "audit_table.accountInactive": "계정이 비활성화 됨", + "audit_table.action": "활동", + "audit_table.attemptedAllowOAuthAccess": "Attempted to allow a new OAuth service access", + "audit_table.attemptedLicenseAdd": "Attempted to add new license", + "audit_table.attemptedLogin": "Attempted to login", + "audit_table.attemptedOAuthToken": "Attempted to get an OAuth access token", + "audit_table.attemptedPassword": "Attempted to change password", + "audit_table.attemptedRegisterApp": "Attempted to register a new OAuth Application with ID {id}", + "audit_table.attemptedReset": "Attempted to reset password", + "audit_table.attemptedWebhookCreate": "Attempted to create a webhook", + "audit_table.attemptedWebhookDelete": "Attempted to delete a webhook", + "audit_table.by": " by {username}", + "audit_table.byAdmin": " by an admin", + "audit_table.channelCreated": "Created the {channelName} channel/group", + "audit_table.channelDeleted": "Deleted the channel/group with the URL {url}", + "audit_table.establishedDM": "Established a direct message channel with {username}", + "audit_table.failedExpiredLicenseAdd": "Failed to add a new license as it has either expired or not yet been started", + "audit_table.failedInvalidLicenseAdd": "Failed to add an invalid license", + "audit_table.failedLogin": "실패한 로그인 시도", + "audit_table.failedOAuthAccess": "Failed to allow a new OAuth service access - the redirect URI did not match the previously registered callback", + "audit_table.failedPassword": "Failed to change password - tried to update user password who was logged in through oauth", + "audit_table.failedWebhookCreate": "Failed to create a webhook - bad channel permissions", + "audit_table.failedWebhookDelete": "Failed to delete a webhook - inappropriate conditions", + "audit_table.headerUpdated": "Updated the {channelName} channel/group header", + "audit_table.ip": "IP 주소", + "audit_table.licenseRemoved": "Successfully removed a license", + "audit_table.loginAttempt": " (Login attempt)", + "audit_table.loginFailure": " (Login failure)", + "audit_table.logout": "Logged out of your account", + "audit_table.member": "회원", + "audit_table.nameUpdated": "Updated the {channelName} channel/group name", + "audit_table.oauthTokenFailed": "Failed to get an OAuth access token - {token}", + "audit_table.revokedAll": "Revoked all current sessions for the team", + "audit_table.sentEmail": "Sent an email to {email} to reset your password", + "audit_table.session": "세션 ID", + "audit_table.sessionRevoked": "The session with id {sessionId} was revoked", + "audit_table.successfullLicenseAdd": "Successfully added new license", + "audit_table.successfullLogin": "Successfully logged in", + "audit_table.successfullOAuthAccess": "Successfully gave a new OAuth service access", + "audit_table.successfullOAuthToken": "Successfully added a new OAuth service", + "audit_table.successfullPassword": "Successfully changed password", + "audit_table.successfullReset": "Successfully reset password", + "audit_table.successfullWebhookCreate": "Successfully created a webhook", + "audit_table.successfullWebhookDelete": "Successfully deleted a webhook", + "audit_table.timestamp": "타임스탬프", + "audit_table.updateGeneral": "Updated the general settings of your account", + "audit_table.updateGlobalNotifications": "Updated your global notification settings", + "audit_table.updatePicture": "Updated your profile picture", + "audit_table.updatedRol": "Updated user role(s) to ", + "audit_table.userAdded": "Added {username} to the {channelName} channel/group", + "audit_table.userId": "사용자 ID", + "audit_table.userRemoved": "Removed {username} to the {channelName} channel/group", + "audit_table.verified": "Sucessfully verified your email address", + "authorize.access": "Allow {appName} access?", + "authorize.allow": "허용하기", + "authorize.app": "The app {appName} would like the ability to access and modify your basic information.", + "authorize.deny": "차단하기", + "authorize.title": "{appName} would like to connect to your Mattermost user account", + "backstage_list.search": "검색", + "backstage_navbar.backToMattermost": "{siteName}(으)로 돌아가기", + "backstage_sidebar.emoji": "커스텀 이모티콘", + "backstage_sidebar.integrations": "통합 기능", + "backstage_sidebar.integrations.commands": "슬래시 명령어", + "backstage_sidebar.integrations.incoming_webhooks": "Incoming Webhook", + "backstage_sidebar.integrations.oauthApps": "OAuth 2.0 애플리케이션", + "backstage_sidebar.integrations.outgoing_webhooks": "Outgoing Webhook", + "calling_screen": "Calling", + "center_panel.recent": "Click here to jump to recent messages. ", + "change_url.close": "닫기", + "change_url.endWithLetter": "Must end with a letter or number", + "change_url.invalidUrl": "잘못된 URL", + "change_url.longer": "URL must be two or more characters.", + "change_url.noUnderscore": "Can not contain two underscores in a row.", + "change_url.startWithLetter": "Must start with a letter or number", + "channelHeader.addToFavorites": "즐겨찾기에 추가", + "channelHeader.removeFromFavorites": "즐겨찾기에서 제거", + "channel_flow.alreadyExist": "이미 존재하는 채널 URL입니다.", + "channel_flow.changeUrlDescription": "일부 URL로 사용할 수 없는 문자들은 제거될 수 있습니다.", + "channel_flow.changeUrlTitle": "{term} URL 변경", + "channel_flow.channel": "채널", + "channel_flow.create": "{term} 생성", + "channel_flow.group": "그룹", + "channel_flow.handleTooShort": "Channel URL must be 2 or more lowercase alphanumeric characters", + "channel_flow.invalidName": "잘못된 채널 이름", + "channel_flow.set_url_title": "{term} URL 설정", + "channel_header.addMembers": "회원 추가", + "channel_header.addToFavorites": "즐겨찾기에 추가", + "channel_header.channel": "채널", + "channel_header.channelHeader": "채널 헤더 설정", + "channel_header.delete": "{term} 삭제...", + "channel_header.flagged": "중요 메시지", + "channel_header.group": "그룹", + "channel_header.leave": "{term} 떠나기", + "channel_header.manageMembers": "회원 관리", + "channel_header.notificationPreferences": "알림 설정", + "channel_header.recentMentions": "최근 멘션", + "channel_header.removeFromFavorites": "즐겨찾기에서 제거", + "channel_header.rename": "{term}의 이름을 변경...", + "channel_header.setHeader": "{term}의 헤더 설정...", + "channel_header.setPurpose": "{term}의 설명 설정...", + "channel_header.viewInfo": "정보 보기", + "channel_header.viewMembers": "회원 보기", + "channel_header.webrtc.call": "영상 통화 시작하기", + "channel_header.webrtc.offline": "사용자가 오프라인입니다", + "channel_header.webrtc.unavailable": "New call unavailable until your existing call ends", + "channel_info.about": "정보", + "channel_info.close": "닫기", + "channel_info.header": "헤더:", + "channel_info.id": "ID: ", + "channel_info.name": "이름:", + "channel_info.notFound": "채널을 찾을 수 없습니다.", + "channel_info.purpose": "설명:", + "channel_info.url": "URL:", + "channel_invite.add": " 추가", + "channel_invite.addNewMembers": "새로운 회원 추가하기 ", + "channel_invite.close": "닫기", + "channel_loader.connection_error": "There appears to be a problem with your internet connection.", + "channel_loader.posted": "Posted", + "channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to check WebSocket port.", + "channel_loader.someone": "Someone", + "channel_loader.something": " did something new", + "channel_loader.unknown_error": "We received an unexpected status code from the server.", + "channel_loader.uploadedFile": " uploaded a file", + "channel_loader.uploadedImage": " uploaded an image", + "channel_loader.wrote": " wrote: ", + "channel_members_dropdown.channel_admin": "Channel Admin", + "channel_members_dropdown.channel_member": "채널 회원", + "channel_members_dropdown.make_channel_admin": "Make Channel Admin", + "channel_members_dropdown.make_channel_member": "Make Channel Member", + "channel_members_dropdown.remove_from_channel": "Remove From Channel", + "channel_members_dropdown.remove_member": "Remove Member", + "channel_members_modal.addNew": " 새로운 회원 추가", + "channel_members_modal.members": " 회원", + "channel_modal.cancel": "취소", + "channel_modal.channel": "채널", + "channel_modal.createNew": "새로운 ", + "channel_modal.descriptionHelp": "{term}은 이렇게 사용되어야 합니다.", + "channel_modal.displayNameError": "Channel name must be 2 or more characters", + "channel_modal.edit": "편집", + "channel_modal.group": "그룹", + "channel_modal.header": "헤더", + "channel_modal.headerEx": "E.g.: \"[Link Title](http://example.com)\"", + "channel_modal.headerHelp": "{term} 상단 이름 옆에 표시될 텍스트를 입력하세요. 예를 들면, 다음과 같이 자주 사용되는 링크를 등록할 수 있습니다. [링크](http://example.com).", + "channel_modal.modalTitle": "새로운 ", + "channel_modal.name": "이름", + "channel_modal.nameEx": "예시: \"버그\", \"마케팅\", \"고객지원\"", + "channel_modal.optional": "(선택사항)", + "channel_modal.privateGroup1": "일부 회원만 접근할 수 있는 비공개 그룹을 만듭니다. ", + "channel_modal.privateGroup2": "비공개 그룹 만들기", + "channel_modal.publicChannel1": "공개 채널 만들기", + "channel_modal.publicChannel2": "누구나 참여할 수 있는 새 공개 채널을 만듭니다. ", + "channel_modal.purpose": "설명", + "channel_modal.purposeEx": "E.g.: \"A channel to file bugs and improvements\"", + "channel_notification.push": "알림 받기", + "channel_notifications.allActivity": "모든 활동", + "channel_notifications.allUnread": "모든 읽지않은 메시지", + "channel_notifications.globalDefault": "전역 기본 설정 ({notifyLevel})", + "channel_notifications.markUnread": "읽지 않은 채널 표시", + "channel_notifications.never": "알림 사용 안함", + "channel_notifications.onlyMentions": "멘션만", + "channel_notifications.override": "\"전역 기본 설정\" 외 다른 옵션을 선택하면 전역으로 설정한 알림 설정이 무시됩니다. 데스크탑 알림은 Firefox, Safari, Chrome에서 사용 가능합니다.", + "channel_notifications.overridePush": "Selecting an option other than \"Global default\" will override the global notification settings for mobile push notifications in account settings. Push notifications must be enabled by the System Admin.", + "channel_notifications.preferences": "채널 알림 설정: ", + "channel_notifications.sendDesktop": "데스크탑 알림 받기", + "channel_notifications.unreadInfo": "읽지 않은 채널은 사이드바에서 굵은 글씨로 표시됩니다. \"멘션만\"을 선택하면 내가 멘션된 채널만 굵게 표시됩니다.", + "channel_select.placeholder": "--- 채널을 선택하세요 ---", + "channel_switch_modal.dm": "(개인 메시지)", + "channel_switch_modal.failed_to_open": "Failed to open channel.", + "channel_switch_modal.help": "채널 이름을 입력하세요. ↑↓ 방향키와 TAB키를 이용하여 선택하세요, ↵ 엔터키를 누르면 확인, ESC키를 누르면 취소됩니다.", + "channel_switch_modal.not_found": "일치하는 채널이 없습니다.", + "channel_switch_modal.submit": "변경", + "channel_switch_modal.title": "채널 변경", + "claim.account.noEmail": "No email specified", + "claim.email_to_ldap.enterLdapPwd": "Enter the ID and password for your LDAP account", + "claim.email_to_ldap.enterPwd": "Enter the password for your {site} email account", + "claim.email_to_ldap.ldapId": "AD/LDAP ID", + "claim.email_to_ldap.ldapIdError": "AD/LDAP ID를 입력하세요.", + "claim.email_to_ldap.ldapPasswordError": "LDAP 패스워드를 입력하세요.", + "claim.email_to_ldap.ldapPwd": "LDAP 패스워드", + "claim.email_to_ldap.pwd": "패스워드", + "claim.email_to_ldap.pwdError": "패스워드를 입력하세요.", + "claim.email_to_ldap.ssoNote": "You must already have a valid LDAP account", + "claim.email_to_ldap.ssoType": "Upon claiming your account, you will only be able to login with LDAP", + "claim.email_to_ldap.switchTo": "LDAP 계정으로 변경", + "claim.email_to_ldap.title": "이메일/패스워드 계정을 LDAP 계정으로 변경", + "claim.email_to_oauth.enterPwd": "Enter the password for your {site} account", + "claim.email_to_oauth.pwd": "패스워드", + "claim.email_to_oauth.pwdError": "패스워드를 입력하세요.", + "claim.email_to_oauth.ssoNote": "You must already have a valid {type} account", + "claim.email_to_oauth.ssoType": "Upon claiming your account, you will only be able to login with {type} SSO", + "claim.email_to_oauth.switchTo": "Switch account to {uiType}", + "claim.email_to_oauth.title": "이메일/패스워드 계정을 {uiType} 계정으로 변경", + "claim.ldap_to_email.confirm": "패스워드 확인", + "claim.ldap_to_email.email": "You will use the email {email} to login", + "claim.ldap_to_email.enterLdapPwd": "Enter your {ldapPassword} for your {site} email account", + "claim.ldap_to_email.enterPwd": "Enter a new password for your email account", + "claim.ldap_to_email.ldapPasswordError": "LDAP 패스워드를 입력하세요.", + "claim.ldap_to_email.ldapPwd": "LDAP 패스워드", + "claim.ldap_to_email.pwd": "패스워드", + "claim.ldap_to_email.pwdError": "패스워드를 입력하세요.", + "claim.ldap_to_email.pwdNotMatch": "패스워드가 일치하지 않습니다.", + "claim.ldap_to_email.ssoType": "Upon claiming your account, you will only be able to login with your email and password", + "claim.ldap_to_email.switchTo": "Switch account to email/password", + "claim.ldap_to_email.title": "Switch LDAP Account to Email/Password", + "claim.oauth_to_email.confirm": "패스워드 확인", + "claim.oauth_to_email.description": "Upon changing your account type, you will only be able to login with your email and password.", + "claim.oauth_to_email.enterNewPwd": "Enter a new password for your {site} email account", + "claim.oauth_to_email.enterPwd": "패스워드를 입력하세요.", + "claim.oauth_to_email.newPwd": "새로운 패스워드", + "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", + "confirm_modal.cancel": "취소", + "connecting_screen": "연결", + "create_comment.addComment": "답글 달기...", + "create_comment.comment": "답글 달기", + "create_comment.commentLength": "답글의 길이는 {max}글자를 초과할 수 없습니다.", + "create_comment.commentTitle": "답글", + "create_comment.file": "파일 업로드 중", + "create_comment.files": "파일 업로드 중", + "create_post.comment": "답글", + "create_post.error_message": "Your message is too long. Character count: {length}/{limit}", + "create_post.post": "글", + "create_post.shortcutsNotSupported": "Keyboard shortcuts are not supported on your device.", + "create_post.tutorialTip": "

    메시지 보내기

    보내고 싶은 메시지를 작성하고 Enter키를 눌러 보내세요.

    첨부 버튼을 눌러 이미지나 파일을 업로드하세요.

    ", + "create_post.write": "메시지를 입력하세요...", + "create_team.agreement": "By proceeding to create your account and use {siteName}, you agree to our Terms of Service and Privacy Policy. If you do not agree, you cannot use {siteName}.", + "create_team.display_name.charLength": "Name must be {min} or more characters up to a maximum of {max}. You can add a longer team description later.", + "create_team.display_name.nameHelp": "팀 이름을 자유롭게 입력하세요. 설정한 팀 이름은 메뉴와 상단의 헤더에 표시됩니다.", + "create_team.display_name.next": "다음", + "create_team.display_name.required": "필수 항목입니다.", + "create_team.display_name.teamName": "팀 이름", + "create_team.team_url.back": "이전 단계로 돌아가기", + "create_team.team_url.charLength": "Name must be 4 or more characters up to a maximum of 15", + "create_team.team_url.creatingTeam": "팀 생성 중...", + "create_team.team_url.finish": "완료", + "create_team.team_url.hint": "
  • Short and memorable is best
  • Use lowercase letters, numbers and dashes
  • Must start with a letter and can't end in a dash
  • ", + "create_team.team_url.regex": "Use only lower case letters, numbers and dashes. Must start with a letter and can't end in a dash.", + "create_team.team_url.required": "필수 항목입니다.", + "create_team.team_url.taken": "This URL starts with a reserved word or is unavailable. Please try another.", + "create_team.team_url.teamUrl": "팀 URL", + "create_team.team_url.unavailable": "This URL is unavailable. Please try another.", + "create_team.team_url.webAddress": "팀의 웹 주소:", + "custom_emoji.empty": "커스텀 이모티콘이 없습니다.", + "custom_emoji.header": "커스텀 이모티콘", + "custom_emoji.search": "커스텀 이모티콘 검색", + "default_channel.purpose": "Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.", + "delete_channel.cancel": "취소", + "delete_channel.channel": "채널", + "delete_channel.confirm": "채널 삭제 확인", + "delete_channel.del": "삭제", + "delete_channel.group": "그룹", + "delete_channel.question": "정말 {display_name} {term}을 삭제하시겠습니까?", + "delete_post.cancel": "취소", + "delete_post.comment": "답글", + "delete_post.confirm": "{term} 삭제 확인", + "delete_post.del": "삭제", + "delete_post.post": "글", + "delete_post.question": "정말 {term}을 삭제하시겠습니까?", + "delete_post.warning": "글에 {count}개의 답글이 있습니다.", + "edit_channel_header_modal.cancel": "취소", + "edit_channel_header_modal.description": "상단 채널 이름 옆에 표시될 글자를 편집하세요.", + "edit_channel_header_modal.error": "채널 헤더가 너무 깁니다. 더 짧은 헤더를 사용하세요.", + "edit_channel_header_modal.save": "저장", + "edit_channel_header_modal.title": "{channel}의 헤더 편집", + "edit_channel_header_modal.title_dm": "헤더 편집", + "edit_channel_purpose_modal.body": "{type}(이)가 어떻게 사용되어야 하는지 설명하세요. 이 설명은 채널 목록의 \"더 보기...\"에서 가입을 위한 도움말로 표시됩니다.", + "edit_channel_purpose_modal.cancel": "취소", + "edit_channel_purpose_modal.channel": "채널", + "edit_channel_purpose_modal.error": "채널 설명이 너무 깁니다. 더 짧은 채널 설명을 사용하세요.", + "edit_channel_purpose_modal.group": "그룹", + "edit_channel_purpose_modal.save": "저장", + "edit_channel_purpose_modal.title1": "설명 편집", + "edit_channel_purpose_modal.title2": "설명 편집: ", + "edit_command.save": "Update", + "edit_post.cancel": "취소", + "edit_post.edit": "{title} 편집", + "edit_post.editPost": "글 편집하기...", + "edit_post.save": "저장", + "email_signup.address": "이메일 주소", + "email_signup.createTeam": "팀 만들기", + "email_signup.emailError": "유효한 이메일 주소를 입력하세요.", + "email_signup.find": "나의 팀 찾기", + "email_verify.almost": "{siteName}: 거의 완료되었습니다.", + "email_verify.failed": " 검증메일 발송을 실패했습니다.", + "email_verify.notVerifiedBody": "Please verify your email address. Check your inbox for an email.", + "email_verify.resend": "다시 보내기", + "email_verify.sent": " 검증 메일을 보냈습니다.", + "email_verify.verified": "{siteName} 이메일 검증됨", + "email_verify.verifiedBody": "

    이메일 검증이 완료되었습니다! 여기를 클릭하여 로그인하세요.

    ", + "email_verify.verifyFailed": "이메일 검증을 실패했습니다.", + "emoji_list.actions": "액션", + "emoji_list.add": "이모티콘 추가", + "emoji_list.creator": "만든 사람", + "emoji_list.delete": "삭제", + "emoji_list.delete.confirm.button": "삭제", + "emoji_list.delete.confirm.msg": "This action permanently deletes the custom emoji. Are you sure you want to delete it?", + "emoji_list.delete.confirm.title": "Delete Custom Emoji", + "emoji_list.empty": "커스텀 이모티콘이 없습니다.", + "emoji_list.header": "커스텀 이모티콘", + "emoji_list.help": "커스텀 이모티콘은 서버의 모두가 사용할 수 있습니다. 메시지 창에 ':'를 입력하여 이모티콘 선택 메뉴를 활성화 할 수 있습니다. 새로운 이모티콘을 등록하면 다른 사용자들은 사용하기 위해 페이지를 새로고침 해야할 수 있습니다.", + "emoji_list.help2": "팁: 첫 글자로 #, ##, ### 를 입력하면 이모티콘을 더 크게 새로운 행에서 사용할 수 있습니다. '# :smile:'로 메시지를 보내 확인해보세요.", + "emoji_list.image": "이미지", + "emoji_list.name": "이름", + "emoji_list.search": "커스텀 이모티콘 검색", + "emoji_list.somebody": "다른 팀의 사용자", + "emoji_picker.activity": "Activity", + "emoji_picker.custom": "Custom", + "emoji_picker.emojiPicker": "Emoji Picker", + "emoji_picker.flags": "중요 지정", + "emoji_picker.food": "Food", + "emoji_picker.nature": "Nature", + "emoji_picker.objects": "Objects", + "emoji_picker.people": "People", + "emoji_picker.recent": "Recently Used", + "emoji_picker.search": "검색", + "emoji_picker.symbols": "Symbols", + "emoji_picker.travel": "Travel", + "error.not_found.link_message": "Mattermost(으)로 돌아가기", + "error.not_found.message": "The page you were trying to reach does not exist", + "error.not_found.title": "페이지를 찾을 수 없습니다.", + "error.not_supported.message": "비밀모드는 지원되지 않습니다.", + "error.not_supported.title": "지원되지 않는 브라우저입니다.", + "error_bar.expired": "Enterprise license is expired and some features may be disabled. Please renew.", + "error_bar.expiring": "Enterprise license expires on {date}. Please renew.", + "error_bar.past_grace": "Enterprise license is expired and some features may be disabled. Please contact your System Administrator for details.", + "error_bar.preview_mode": "미리보기 모드: 이메일 알림이 설정되지 않았습니다.", + "file_attachment.download": "다운로드", + "file_info_preview.size": "용량 ", + "file_info_preview.type": "파일 형식 ", + "file_upload.fileAbove": "File above {max}MB cannot be uploaded: {filename}", + "file_upload.filesAbove": "Files above {max}MB cannot be uploaded: {filenames}", + "file_upload.limited": "Uploads limited to {count} files maximum. Please use additional posts for more files.", + "file_upload.pasted": "Image Pasted at ", + "filtered_channels_list.count": "{total}명 중 {count}{count, plural, =0 {0명} one {명} other {명}}", + "filtered_channels_list.countTotal": "{total}개 중 {count}{count, plural, =0 {0개} one {개} other {개}} 채널", + "filtered_channels_list.search": "Search channels", + "filtered_user_list.any_team": "모든 사용자", + "filtered_user_list.count": "{count}{count, plural, =0 {0명} one {명} other {명}}", + "filtered_user_list.countTotal": "{total}명 중 {count}{count, plural, =0 {0명} one {명} other {명}}", + "filtered_user_list.countTotalPage": "{startCount, number} - {endCount, number} {count, plural, =0 {0 members} one {member} other {members}} of {total} total", + "filtered_user_list.member": "회원", + "filtered_user_list.next": "다음", + "filtered_user_list.prev": "Previous", + "filtered_user_list.search": "Search users", + "filtered_user_list.searchButton": "검색", + "filtered_user_list.show": "필터:", + "filtered_user_list.team_only": "팀의 회원", + "find_team.email": "이메일", + "find_team.findDescription": "An email was sent with links to any teams to which you are a member.", + "find_team.findTitle": "팀 찾기", + "find_team.getLinks": "Get an email with links to any teams to which you are a member.", + "find_team.placeholder": "you@domain.com", + "find_team.send": "보내기", + "find_team.submitError": "유효한 이메일 주소를 입력하세요.", + "flag_post.flag": "중요 메시지로 지정", + "flag_post.unflag": "중요 메시지 해제", + "general_tab.chooseDescription": "사용자명을 선택하세요.", + "general_tab.codeDesc": "가입 링크를 변경하려면 '편집'을 클릭하세요.", + "general_tab.codeLongDesc": "The Invite Code is used as part of the URL in the team invitation link created by Get Team Invite Link in the main menu. Regenerating creates a new team invitation link and invalidates the previous link.", + "general_tab.codeTitle": "가입 링크", + "general_tab.emptyDescription": "Click 'Edit' to add a team description.", + "general_tab.getTeamInviteLink": "가입 링크", + "general_tab.includeDirDesc": "Including this team will display the team name from the Team Directory section of the Home Page, and provide a link to the sign-in page.", + "general_tab.no": "아니요", + "general_tab.openInviteDesc": "When allowed, a link to this team will be included on the landing page allowing anyone with an account to join this team.", + "general_tab.openInviteTitle": "계정이 있는 사용자가 이 팀에 가입하는 것을 허용합니까?", + "general_tab.regenerate": "재성성", + "general_tab.required": "필수 항목입니다.", + "general_tab.teamDescription": "Team Description", + "general_tab.teamDescriptionInfo": "Team description provides additional information to help users select the right team. Maximum of 50 characters.", + "general_tab.teamName": "팀 이름", + "general_tab.teamNameInfo": "설정한 팀 이름은 로그인 화면과 왼쪽 사이드바 상단에 표시됩니다.", + "general_tab.title": "일반 설정", + "general_tab.yes": "네", + "get_app.alreadyHaveIt": "Already have it?", + "get_app.androidAppName": "Mattermost for Android", + "get_app.androidHeader": "Mattermost works best if you switch to our Android app", + "get_app.continue": "계속하기", + "get_app.continueWithBrowser": "Or {link}", + "get_app.continueWithBrowserLink": "브라우저로 계속하기", + "get_app.iosHeader": "Mattermost works best if you switch to our iPhone app", + "get_app.mattermostInc": "Mattermost, Inc", + "get_app.openMattermost": "Mattermost 열기", + "get_link.clipboard": " Link copied", + "get_link.close": "닫기", + "get_link.copy": "링크 복사", + "get_post_link_modal.help": "아래 링크를 통해 허용된 사용자가 내 글을 볼 수 있습니다.", + "get_post_link_modal.title": "바로가기 링크 복사", + "get_public_link_modal.help": "The link below allows anyone to see this file without being registered on this server.", + "get_public_link_modal.title": "공개 링크 보기", + "get_team_invite_link_modal.help": "아래 링크를 통해 팀에 가입할 수 있습니다. 가입 링크는 여러 사람들에게 공유될 수 있고, 팀 관리자에 의해 변경될 수 있습니다.", + "get_team_invite_link_modal.helpDisabled": "팀의 신규 사용자 가입이 비활성화 되어있습니다. 팀 관리자에게 문의하세요.", + "get_team_invite_link_modal.title": "가입 링크", + "help.attaching.downloading": "#### Downloading Files\nDownload an attached file by clicking the download icon next to the file thumbnail or by opening the file previewer and clicking **Download**.", + "help.attaching.dragdrop": "#### Drag and Drop\nUpload a file or selection of files by dragging the files from your computer into the RHS or center pane. Dragging and dropping attaches the files to the message input box, then you can optionally type a message and press **ENTER** to post.", + "help.attaching.icon": "#### Attachment Icon\nAlternatively, upload files by clicking the grey paperclip icon inside the message input box. This opens up your system file viewer where you can navigate to the desired files and then click **Open** to upload the files to the message input box. Optionally type a message and then press **ENTER** to post.", + "help.attaching.limitations": "## File Size Limitations\nMattermost supports a maximum of five attached files per post, each with a maximum file size of 50Mb.", + "help.attaching.methods": "## Attachment Methods\nAttach a file by drag and drop or by clicking the attachment icon in the message input box.", + "help.attaching.notSupported": "Document preview (Word, Excel, PPT) is not yet supported.", + "help.attaching.pasting": "#### Pasting Images\nOn Chrome and Edge browsers, it is also possible to upload files by pasting them from the clipboard. This is not yet supported on other browsers.", + "help.attaching.previewer": "## File Previewer\nMattermost has a built in file previewer that is used to view media, download files and share public links. Click the thumbnail of an attached file to open it in the file previewer.", + "help.attaching.publicLinks": "#### Sharing Public Links\nPublic links allow you to share file attachments with people outside your Mattermost team. Open the file previewer by clicking on the thumbnail of an attachment, then click **Get Public Link**. This opens a dialog box with a link to copy. When the link is shared and opened by another user, the file will automatically download.", + "help.attaching.publicLinks2": "If **Get Public Link** is not visible in the file previewer and you prefer the feature enabled, you can request that your System Admin enable the feature from the System Console under **Security** > **Public Links**.", + "help.attaching.supported": "#### Supported Media Types\nIf you are trying to preview a media type that is not supported, the file previewer will open a standard media attachment icon. Supported media formats depend heavily on your browser and operating system, but the following formats are supported by Mattermost on most browsers:", + "help.attaching.supportedList": "- Images: BMP, GIF, JPG, JPEG, PNG\n- Video: MP4\n- Audio: MP3, M4A\n- Documents: PDF", + "help.attaching.title": "# 파일 첨부하기\n_____", + "help.commands.builtin": "## Built-in Commands\nThe following slash commands are available on all Mattermost installations:", + "help.commands.builtin2": "Begin by typing `/` and a list of slash command options appears above the text input box. The autocomplete suggestions help by providing a format example in black text and a short description of the slash command in grey text.", + "help.commands.custom": "## Custom Commands\nCustom slash commands integrate with external applications. For example, a team might configure a custom slash command to check internal health records with `/patient joe smith` or check the weekly weather forcast in a city with `/weather toronto week`. Check with your System Admin or open the autocomplete list by typing `/` to determine if your team configured any custom slash commands.", + "help.commands.custom2": "Custom slash commands are disabled by default and can be enabled by the System Admin in the **System Console** > **Integrations** > **Webhooks and Commands**. Learn about configuring custom slash commands on the [developer slash command documentation page](http://docs.mattermost.com/developer/slash-commands.html).", + "help.commands.intro": "Slash commands perform operations in Mattermost by typing into the text input box. Enter a `/` followed by a command and some arguments to perform actions.\n\nBuilt-in slash commands come with all Mattermost installations and custom slash commands are configurable to interact with external applications. Learn about configuring custom slash commands on the [developer slash command documentation page](http://docs.mattermost.com/developer/slash-commands.html).", + "help.commands.title": "# 명령어 실행하기\n___", + "help.composing.deleting": "## Deleting a message\nDelete a message by clicking the **[...]** icon next to any message text that you’ve composed, then click **Delete**. System and Team Admins can delete any message on their system or team.", + "help.composing.editing": "## Editing a Message\nEdit a message by clicking the **[...]** icon next to any message text that you’ve composed, then click **Edit**. After making modifications to the message text, press **ENTER** to save the modifications. Message edits do not trigger new @mention notifications, desktop notifications or notification sounds.", + "help.composing.linking": "## Linking to a message\nThe **Permalink** feature creates a link to any message. Sharing this link with other users in the channel lets them view the linked message in the Message Archives. Users who are not a member of the channel where the message was posted cannot view the permalink. Get the permalink to any message by clicking the **[...]** icon next to the message text > **Permalink** > **Copy Link**.", + "help.composing.posting": "## Posting a Message\nWrite a message by typing into the text input box, then press **ENTER** to send it. Use **Shift + ENTER** to create a new line without sending a message. To send messages by pressing **CTRL+ENTER** go to **Main Menu > Account Settings > Send messages on CTRL + ENTER**.", + "help.composing.posts": "#### Posts\nPosts can be considered parent messages. They are the messages that often start a thread of replies. Posts are composed and sent from the text input box at the bottom of the center pane.", + "help.composing.replies": "#### Replies\nReply to a message by clicking the reply icon next to any message text. This action opens the right-hand-side (RHS) where you can see the message thread, then compose and send your reply. Replies are indented slightly in the center pane to indicate that they are child messages of a parent post.\n\nWhen composing a reply in the right-hand side, click the expand/collapse icon with two arrows at the top of the sidebar to make things easier to read.", + "help.composing.title": "# 메시지 보내기\n_____", + "help.composing.types": "## Message Types\nReply to posts to keep conversations organized in threads.", + "help.formatting.checklist": "Make a task list by including square brackets:", + "help.formatting.checklistExample": "- [ ] Item one\n- [ ] Item two\n- [x] Completed item", + "help.formatting.code": "## Code Block\n\nCreate a code block by indenting each line by four spaces, or by placing ``` on the line above and below your code.", + "help.formatting.codeBlock": "code block", + "help.formatting.emojiExample": ":smile: :+1: :sheep:", + "help.formatting.emojis": "## Emojis\n\nOpen the emoji autocomplete by typing `:`. A full list of emojis can be found [here](http://www.emoji-cheat-sheet.com/). It is also possible to create your own [Custom Emoji](http://docs.mattermost.com/help/settings/custom-emoji.html) if the emoji you want to use doesn't exist.", + "help.formatting.example": "예시:", + "help.formatting.githubTheme": "**GitHub Theme**", + "help.formatting.headings": "## Headings\n\nMake a heading by typing # and a space before your title. For smaller headings, use more #’s.", + "help.formatting.headings2": "Alternatively, you can underline the text using `===` or `---` to create headings.", + "help.formatting.headings2Example": "Large Heading\n-------------", + "help.formatting.headingsExample": "## Large Heading\n### Smaller Heading\n#### Even Smaller Heading", + "help.formatting.images": "## In-line Images\n\nCreate in-line images using an `!` followed by the alt text in square brackets and the link in normal brackets. Add hover text by placing it in quotes after the link.", + "help.formatting.imagesExample": "![alt text](link \"hover text\")\n\nand\n\n[![Build Status](https://travis-ci.org/mattermost/platform.svg?branch=master)](https://travis-ci.org/mattermost/platform) [![Github](https://assets-cdn.github.com/favicon.ico)](https://github.com/mattermost/platform)", + "help.formatting.inline": "## In-line Code\n\nCreate in-line monospaced font by surrounding it with backticks.", + "help.formatting.intro": "Markdown makes it easy to format messages. Type a message as you normally would, and use these rules to render it with special formatting.", + "help.formatting.lines": "## Lines\n\nCreate a line by using three `*`, `_`, or `-`.", + "help.formatting.linkEx": "[Check out Mattermost!](https://about.mattermost.com/)", + "help.formatting.links": "## Links\n\nCreate labeled links by putting the desired text in square brackets and the associated link in normal brackets.", + "help.formatting.listExample": "* list item one\n* list item two\n * item two sub-point", + "help.formatting.lists": "## Lists\n\nCreate a list by using `*` or `-` as bullets. Indent a bullet point by adding two spaces in front of it.", + "help.formatting.monokaiTheme": "**Monokai Theme**", + "help.formatting.ordered": "Make it an ordered list by using numbers instead:", + "help.formatting.orderedExample": "1. Item one\n2. Item two", + "help.formatting.quotes": "## Block quotes\n\nCreate block quotes using `>`.", + "help.formatting.quotesExample": "`> block quotes` renders as:", + "help.formatting.quotesRender": "> block quotes", + "help.formatting.renders": "Renders as:", + "help.formatting.solirizedDarkTheme": "**Solarized Dark Theme**", + "help.formatting.solirizedLightTheme": "**Solarized Light Theme**", + "help.formatting.style": "## Text Style\n\nYou can use either `_` or `*` around a word to make it italic. Use two to make it bold.\n\n* `_italics_` renders as _italics_\n* `**bold**` renders as **bold**\n* `**_bold-italic_**` renders as **_bold-italics_**\n* `~~strikethrough~~` renders as ~~strikethrough~~", + "help.formatting.supportedSyntax": "Supported languages are:\n`as`, `applescript`, `osascript`, `scpt`, `bash`, `sh`, `zsh`, `clj`, `boot`, `cl2`, `cljc`, `cljs`, `cljs.hl`, `cljscm`, `cljx`, `hic`, `coffee`, `_coffee`, `cake`, `cjsx`, `cson`, `iced`, `cpp`, `c`, `cc`, `h`, `c++`, `h++`, `hpp`, `cs`, `csharp`, `css`, `d`, `di`, `dart`, `delphi`, `dpr`, `dfm`, `pas`, `pascal`, `freepascal`, `lazarus`, `lpr`, `lfm`, `diff`, `django`, `jinja`, `dockerfile`, `docker`, `erl`, `f90`, `f95`, `fsharp`, `fs`, `gcode`, `nc`, `go`, `groovy`, `handlebars`, `hbs`, `html.hbs`, `html.handlebars`, `hs`, `hx`, `java`, `jsp`, `js`, `jsx`, `json`, `jl`, `kt`, `ktm`, `kts`, `less`, `lisp`, `lua`, `mk`, `mak`, `md`, `mkdown`, `mkd`, `matlab`, `m`, `mm`, `objc`, `obj-c`, `ml`, `perl`, `pl`, `php`, `php3`, `php4`, `php5`, `php6`, `ps`, `ps1`, `pp`, `py`, `gyp`, `r`, `ruby`, `rb`, `gemspec`, `podspec`, `thor`, `irb`, `rs`, `scala`, `scm`, `sld`, `scss`, `st`, `sql`, `swift`, `tex`, `vbnet`, `vb`, `bas`, `vbs`, `v`, `veo`, `xml`, `html`, `xhtml`, `rss`, `atom`, `xsl`, `plist`, `yaml`", + "help.formatting.syntax": "### Syntax Highlighting\n\nTo add syntax highlighting, type the language to be highlighted after the ``` at the beginning of the code block. Mattermost also offers four different code themes (GitHub, Solarized Dark, Solarized Light, Monokai) that can be changed in **Account Settings** > **Display** > **Theme** > **Custom Theme** > **Center Channel Styles**", + "help.formatting.syntaxEx": " package main\n import \"fmt\"\n func main() {\n fmt.Println(\"Hello, 世界\")\n }", + "help.formatting.tableExample": "| 왼쪽 정렬 | 가운데 정렬 | 오른쪽 정렬 |\n| :------------ |:---------------:| -----:|\n| Left column 1 | this text | $100 |\n| Left column 2 | is | $10 |\n| Left column 3 | centered | $1 |", + "help.formatting.tables": "## Tables\n\nCreate a table by placing a dashed line under the header row and separating the columns with a pipe `|`. (The columns don’t need to line up exactly for it to work). Choose how to align table columns by including colons `:` within the header row.", + "help.formatting.title": "# Formatting Text\n_____", + "help.learnMore": "더 자세히 알아보기:", + "help.link.attaching": "파일 첨부하기", + "help.link.commands": "명령어 실행하기", + "help.link.composing": "Composing Messages and Replies", + "help.link.formatting": "마크다운으로 글 작성하기", + "help.link.mentioning": "Mentioning Teammates", + "help.link.messaging": "메시지 기본 사용법", + "help.mentioning.channel": "#### @Channel\nYou can mention an entire channel by typing `@channel`. All members of the channel will receive a mention notification that behaves the same way as if the members had been mentioned personally.", + "help.mentioning.channelExample": "@channel great work on interviews this week. I think we found some excellent potential candidates!", + "help.mentioning.mentions": "## @Mentions\nUse @mentions to get the attention of specific team members.", + "help.mentioning.recent": "## Recent Mentions\nClick `@` next to the search box to query for your most recent @mentions and words that trigger mentions. Click **Jump** next to a search result in the RHS to jump the center pane to the channel and location of the message with the mention.", + "help.mentioning.title": "# Mentioning Teammates\n_____", + "help.mentioning.triggers": "## Words That Trigger Mentions\nIn addition to being notified by @username and @channel, you can customize words that trigger mention notifications in **Account Settings** > **Notifications** > **Words that trigger mentions**. By default, you will receive mention notifications on your first name, and you can add more words by typing them into the input box separated by commas. This is useful if you want to be notified of all posts on certain topics, for example, “interviewing” or “marketing”.", + "help.mentioning.username": "#### @Username\nYou can mention a teammate by using the `@` symbol plus their username to send them a mention notification.\n\nType `@` to bring up a list of team members who can be mentioned. To filter the list, type the first few letters of any username, first name, last name, or nickname. The **Up** and **Down** arrow keys can then be used to scroll through entries in the list, and pressing **ENTER** will select which user to mention. Once selected, the username will automatically replace the full name or nickname.\nThe following example sends a special mention notification to **alice** that alerts her of the channel and message where she has been mentioned. If **alice** is away from Mattermost and has [email notifications](http://docs.mattermost.com/help/getting-started/configuring-notifications.html#email-notifications) turned on, then she will receive an email alert of her mention along with the message text.", + "help.mentioning.usernameCont": "If the user you mentioned does not belong to the channel, a System Message will be posted to let you know. This is a temporary message only seen by the person who triggered it. To add the mentioned user to the channel, go to the dropdown menu beside the channel name and select **Add Members**.", + "help.mentioning.usernameExample": "@alice how did your interview go with the new candidate?", + "help.messaging.attach": "**Attach files** by dragging and dropping into Mattermost or clicking the attachment icon in the text input box.", + "help.messaging.emoji": "\":\"를 눌러 **이모티콘을 추가**하세요. 사용할 수 있는 이모티콘 목록이 나타나고 자동완성 됩니다. 당신이 원하는 이모티콘이 목록에 없다면, 새로운 [커스텀 이모티콘](http://docs.mattermost.com/help/settings/custom-emoji.html)을 추가하여 사용하세요.", + "help.messaging.format": "**마크다운으로 글을 작성**하여 제목, 목록, 링크, 이모티콘, 코드, 인용문, 표, 이미지 등을 삽입할 수 있습니다.", + "help.messaging.notify": "**팀원에게 알리기** 위해 `@username`과 같이 입력해보세요.", + "help.messaging.reply": "**답글 쓰기:** 글 옆의 화살표 버튼을 눌러 답글을 작성할 수 있습니다.", + "help.messaging.title": "# 메시지 도움말\n_____", + "help.messaging.write": "**글 쓰기:** Mattermost 하단의 입력 창에 원하는 메시지를 입력하고 **ENTER**를 눌러 글을 등록하세요. **Shift+ENTER**를 눌러 등록하는 대신 줄바꿈을 할 수 있습니다.", + "installed_command.header": "슬래시 명령어", + "installed_commands.add": "슬래시 명령어 추가", + "installed_commands.delete.confirm": "This action permanently deletes the slash command and breaks any integrations using it. Are you sure you want to delete it?", + "installed_commands.empty": "명령어가 없습니다.", + "installed_commands.header": "슬래시 명령어", + "installed_commands.help": "외부 통합에 사용하기 위한 슬래시 명령어를 생성하세요. 자세한 내용은 {link}를 참조하세요.", + "installed_commands.helpLink": "문서", + "installed_commands.search": "슬래시 명령어 검색", + "installed_commands.unnamed_command": "이름없는 슬래시 명령어", + "installed_incoming_webhooks.add": "Incoming Webhook 추가하기", + "installed_incoming_webhooks.delete.confirm": "This action permanently deletes the incoming webhook and breaks any integrations using it. Are you sure you want to delete it?", + "installed_incoming_webhooks.empty": "Incoming Webhook이 없습니다.", + "installed_incoming_webhooks.header": "Incoming Webhook", + "installed_incoming_webhooks.help": "외부 통합에 사용하기 위한 Incoming webhook URL을 생성하세요. 자세한 내용은 {link}를 참조하세요.", + "installed_incoming_webhooks.helpLink": "문서", + "installed_incoming_webhooks.search": "Incoming Webhook 검색", + "installed_incoming_webhooks.unknown_channel": "비공개 Webhook", + "installed_integrations.callback_urls": "콜백 URL: {urls}", + "installed_integrations.client_id": "클라이언트 ID: {clientId}", + "installed_integrations.client_secret": "클라이언트 시크릿: {clientSecret}", + "installed_integrations.content_type": "Content-Type: {contentType}", + "installed_integrations.creation": "{creator}(이)가 {createAt, date, full}에 생성", + "installed_integrations.delete": "삭제", + "installed_integrations.edit": "편집", + "installed_integrations.hideSecret": "시크릿 숨기기", + "installed_integrations.regenSecret": "시크릿 재생성하기", + "installed_integrations.regenToken": "토큰 재생성하기", + "installed_integrations.showSecret": "시크릿 보기", + "installed_integrations.token": "토큰: {token}", + "installed_integrations.triggerWhen": "트리거 조건: {triggerWhen}", + "installed_integrations.triggerWords": "트리거 단어: {triggerWords}", + "installed_integrations.unnamed_oauth_app": "이름 없는 OAuth 2.0 애플리케이션", + "installed_integrations.url": "URL: {url}", + "installed_oauth_apps.add": "애플리케이션 추가하기", + "installed_oauth_apps.callbackUrls": "콜백 URL (줄 당 하나씩)", + "installed_oauth_apps.cancel": "취소", + "installed_oauth_apps.delete.confirm": "This action permanently deletes the OAuth 2.0 application and breaks any integrations using it. Are you sure you want to delete it?", + "installed_oauth_apps.description": "설명", + "installed_oauth_apps.empty": "OAuth 2.0 애플리케이션이 없습니다", + "installed_oauth_apps.header": "OAuth 2.0 애플리케이션", + "installed_oauth_apps.help": "OAuth 2.0(으)로 외부 애플리케이션을 Mattermost에 안전하게 통합하세요. 자세한 내용은 {link}를 참고하세요.", + "installed_oauth_apps.helpLink": "문서", + "installed_oauth_apps.homepage": "홈페이지", + "installed_oauth_apps.iconUrl": "아이콘 URL", + "installed_oauth_apps.is_trusted": "신뢰함: {isTrusted}", + "installed_oauth_apps.name": "표시명", + "installed_oauth_apps.save": "저장", + "installed_oauth_apps.search": "OAuth 2.0 애플리케이션 검색", + "installed_oauth_apps.trusted": "신뢰함", + "installed_oauth_apps.trusted.no": "아니요", + "installed_oauth_apps.trusted.yes": "네", + "installed_outgoing_webhooks.add": "Outgoing Webhook 추가하기", + "installed_outgoing_webhooks.delete.confirm": "This action permanently deletes the outgoing webhook and breaks any integrations using it. Are you sure you want to delete it?", + "installed_outgoing_webhooks.empty": "Outgoing Webhook이 없습니다.", + "installed_outgoing_webhooks.header": "Outgoing Webhook", + "installed_outgoing_webhooks.help": "외부 통합에 사용하기 위한 Outgoing webhook URL을 생성하세요. 자세한 내용은 {link}를 참조하세요.", + "installed_outgoing_webhooks.helpLink": "문서", + "installed_outgoing_webhooks.search": "Outgoing Webhook 검색", + "installed_outgoing_webhooks.unknown_channel": "비공개 Webhook", + "integrations.add": "추가", + "integrations.command.description": "슬래시 명령어는 외부에 연결한 서비스에 이벤트를 보냅니다.", + "integrations.command.title": "슬래시 명령어", + "integrations.delete.confirm.button": "삭제", + "integrations.delete.confirm.title": "Delete Integration", + "integrations.done": "확인", + "integrations.edit": "편집", + "integrations.header": "통합 기능", + "integrations.incomingWebhook.description": "Incoming Webhook은 외부 시스템에서 메시지를 받을 수 있게합니다.", + "integrations.incomingWebhook.title": "Incoming Webhook", + "integrations.oauthApps.description": "OAuth 2.0 allows external applications to make authorized requests to the Mattermost API.", + "integrations.oauthApps.title": "OAuth 2.0 애플리케이션", + "integrations.outgoingWebhook.description": "Outgoing Webhook은 외부 시스템에 메시지를 보내고 응답받을 수 있게합니다.", + "integrations.outgoingWebhook.title": "Outgoing Webhook", + "integrations.successful": "설정이 완료되었습니다.", + "intro_messages.DM": "{teammate}와 개인 메시지의 시작입니다.
    개인 메시지나 여기서 공유된 파일들은 외부에서 보여지지 않습니다.", + "intro_messages.anyMember": " 모든 회원이 채널에 가입하고 글을 읽을 수 있습니다.", + "intro_messages.beginning": "{name}의 시작", + "intro_messages.channel": "채널", + "intro_messages.creator": "{name} {type}입니다. 만들어진 날짜: {date}.", + "intro_messages.default": "

    Beginning of {display_name}

    Welcome to {display_name}!

    Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.

    ", + "intro_messages.group": "비공개 그룹", + "intro_messages.invite": "{type}에 사용자 초대하기", + "intro_messages.inviteOthers": "팀에 사용자 초대하기", + "intro_messages.noCreator": "{name} {type}입니다. 만들어진 날짜: {date}.", + "intro_messages.offTopic": "

    {display_name}의 시작

    {display_name}(은)는 비업무 대화를 위한 공간입니다.

    ", + "intro_messages.onlyInvited": " 초대받은 회원만 이 비공개 그룹을 볼 수 있습니다.", + "intro_messages.purpose": " This {type}'s purpose is: {purpose}.", + "intro_messages.setHeader": "헤더 설정", + "intro_messages.teammate": "This is the start of your direct message history with this teammate. Direct messages and files shared here are not shown to people outside this area.", + "invite_member.addAnother": "더 초대하기", + "invite_member.autoJoin": "{channel} 채널에 자동으로 초대됩니다.", + "invite_member.cancel": "취소", + "invite_member.content": "이메일과 이메일 초대 기능이 비활성화 되어있습니다. 시스템 관리자에게 문의하세요.", + "invite_member.disabled": "팀의 신규 사용자 가입이 비활성화 되어있습니다. 팀 관리자에게 문의하세요.", + "invite_member.emailError": "유효한 이메일 주소를 입력하세요.", + "invite_member.firstname": "이름", + "invite_member.inviteLink": "가입 링크", + "invite_member.lastname": "성", + "invite_member.modalButton": "네, 취소합니다.", + "invite_member.modalMessage": "You have unsent invitations, are you sure you want to discard them?", + "invite_member.modalTitle": "초대를 취소하시겠습니까?", + "invite_member.newMember": "회원 초대하기", + "invite_member.send": "보내기", + "invite_member.send2": "보내기", + "invite_member.sending": " 보내는 중", + "invite_member.teamInviteLink": "{link}로도 초대할 수 있습니다.", + "ldap_signup.find": "나의 팀 찾기", + "ldap_signup.ldap": "GitLab 계정으로 팀 만들기", + "ldap_signup.length_error": "Name must be 3 or more characters up to a maximum of 15", + "ldap_signup.teamName": "팀 이름을 입력하세요.", + "ldap_signup.team_error": "팀 이름을 입력하세요.", + "leave_team_modal.desc": "You will be removed from all public channels and private groups. If the team is private you will not be able to rejoin the team. Are you sure?", + "leave_team_modal.no": "아니요", + "leave_team_modal.title": "Leave the team?", + "leave_team_modal.yes": "네", + "loading_screen.loading": "불러오는 중", + "login.changed": " 인증 방식이 성공적으로 변경되었습니다.", + "login.create": "Create one now", + "login.createTeam": "팀 만들기", + "login.createTeamAdminOnly": "This option is only available for System Administrators, and does not show up for other users.", + "login.email": "이메일", + "login.find": "다른 팀 찾기", + "login.forgot": "패스워드를 잊어버리셨나요?", + "login.gitlab": "GitLab", + "login.google": "Google Apps", + "login.invalidPassword": "패스워드가 일치하지 않습니다.", + "login.ldapUsername": "AD/LDAP 사용자명", + "login.ldapUsernameLower": "AD/LDAP 사용자명", + "login.noAccount": "계정이 없으신가요? ", + "login.noEmail": "이메일을 입력하세요.", + "login.noEmailLdapUsername": "이메일 또는 {ldapUsername}을 입력하세요.", + "login.noEmailUsername": "이메일 또는 사용자명을 입력하세요.", + "login.noEmailUsernameLdapUsername": "이메일, 사용자명 또는 {ldapUsername}을 입력하세요.", + "login.noLdapUsername": "{ldapUsername}을 입력하세요.", + "login.noMethods": "활성화된 접속방식이 없습니다. 시스템 관리자에게 문의해보세요.", + "login.noPassword": "패스워드를 입력하세요.", + "login.noUsername": "사용자명을 입력하세요.", + "login.noUsernameLdapUsername": "사용자명 또는 {ldapUsername}을 입력하세요.", + "login.office365": "Office 365", + "login.on": "on {siteName}", + "login.or": "또는", + "login.password": "패스워드", + "login.passwordChanged": " 패스워드가 성공적으로 변경되었습니다.", + "login.session_expired": " 세션이 만료되었습니다. 다시 로그인 하세요.", + "login.signIn": "로그인", + "login.signInLoading": "Signing in...", + "login.signInWith": "다음으로 로그인하기:", + "login.userNotFound": "입력된 계정과 일치하는 사용자 정보를 찾을 수 없습니다.", + "login.username": "사용자명", + "login.verified": " 이메일 검증됨", + "login_mfa.enterToken": "To complete the sign in process, please enter a token from your smartphone's authenticator", + "login_mfa.submit": "제출", + "login_mfa.token": "MFA 토큰", + "login_mfa.tokenReq": "MFA 토큰을 입력하세요.", + "member_item.makeAdmin": "관리자로 설정하기", + "member_item.member": "회원", + "member_list.noUsersAdd": "추가할 유저가 없습니다.", + "members_popover.manageMembers": "회원 관리", + "members_popover.msg": "메시지", + "members_popover.title": "회원", + "members_popover.viewMembers": "회원 보기", + "mfa.confirm.complete": "Set up complete!", + "mfa.confirm.okay": "확인", + "mfa.confirm.secure": "Your account is now secure. Next time you sign in, you will be asked to enter a code from the Google Authenticator app on your phone.", + "mfa.setup.badCode": "Invalid code. If this issue persists, contact your System Administrator.", + "mfa.setup.code": "MFA Code", + "mfa.setup.codeError": "Please enter the code from Google Authenticator.", + "mfa.setup.required": "Multi-factor authentication is required on {siteName}.", + "mfa.setup.save": "저장", + "mfa.setup.secret": "Secret: {secret}", + "mfa.setup.step1": "Step 1: On your phone, download Google Authenticator from iTunes or Google Play", + "mfa.setup.step2": "Step 2: Use Google Authenticator to scan this QR code, or manually type in the secret key", + "mfa.setup.step3": "Step 3: Enter the code generated by Google Authenticator", + "mfa.setupTitle": "Enable Multi-factor Authentication:", + "mobile.account.notifications.email.footer": "When offline or away for more than five minutes", + "mobile.account_notifications.mentions_footer": "Your username (\"@{username}\") will always trigger mentions.", + "mobile.account_notifications.non-case_sensitive_words": "Other non-case sensitive words...", + "mobile.account_notifications.reply.header": "Send reply notifications for", + "mobile.account_notifications.threads_mentions": "Mentions in threads", + "mobile.account_notifications.threads_start": "Threads that I start", + "mobile.account_notifications.threads_start_participate": "Threads that I start or participate in", + "mobile.channel_info.alertMessageDeleteChannel": "Are you sure you want to delete the {term} with {name}?", + "mobile.channel_info.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_info.alertNo": "아니요", + "mobile.channel_info.alertTitleDeleteChannel": "{term} 삭제...", + "mobile.channel_info.alertTitleLeaveChannel": "{term} 떠나기", + "mobile.channel_info.alertYes": "네", + "mobile.channel_info.privateChannel": "Private Channel", + "mobile.channel_info.publicChannel": "공개 채널", + "mobile.channel_list.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_list.alertNo": "아니요", + "mobile.channel_list.alertTitleLeaveChannel": "{term} 떠나기", + "mobile.channel_list.alertYes": "네", + "mobile.channel_list.closeDM": "Close Direct Message", + "mobile.channel_list.closeGM": "Close Group Message", + "mobile.channel_list.dm": "개인 메시지", + "mobile.channel_list.gm": "Group Message", + "mobile.channel_list.open": "Open {term}", + "mobile.channel_list.openDM": "Open Direct Message", + "mobile.channel_list.openGM": "Open Group Message", + "mobile.channel_list.privateChannel": "Private Channel", + "mobile.channel_list.publicChannel": "공개 채널", + "mobile.components.channels_list_view.yourChannels": "Your channels:", + "mobile.components.error_list.dismiss_all": "Dismiss All", + "mobile.components.select_server_view.continue": "계속하기", + "mobile.components.select_server_view.enterServerUrl": "Enter Server URL", + "mobile.components.select_server_view.proceed": "Proceed", + "mobile.components.select_server_view.siteUrlPlaceholder": "https://mattermost.example.com", + "mobile.create_channel": "Create", + "mobile.create_channel.private": "New Private Group", + "mobile.create_channel.public": "공개 채널", + "mobile.edit_post.title": "Editing Message", + "mobile.file_upload.camera": "Take Photo or Video", + "mobile.file_upload.library": "Photo Library", + "mobile.file_upload.more": "더 보기", + "mobile.loading_channels": "Loading Channels...", + "mobile.loading_members": "Loading Members...", + "mobile.loading_posts": "Loading Messages...", + "mobile.login_options.choose_title": "Choose your login method", + "mobile.post.cancel": "취소", + "mobile.post.delete_question": "정말 {term}을 삭제하시겠습니까?", + "mobile.post.delete_title": "Delete Post", + "mobile.request.invalid_response": "Received invalid response from the server.", + "mobile.routes.channelInfo": "Info", + "mobile.routes.channelInfo.createdBy": "Created by {creator} on ", + "mobile.routes.channelInfo.delete_channel": "채널 삭제", + "mobile.routes.channelInfo.favorite": "즐겨찾기", + "mobile.routes.channel_members.action": "Remove Members", + "mobile.routes.channel_members.action_message": "You must select at least one member to remove from the channel.", + "mobile.routes.channel_members.action_message_confirm": "Are you sure you want to remove the selected members from the channel?", + "mobile.routes.channels": "채널", + "mobile.routes.enterServerUrl": "Enter Server URL", + "mobile.routes.login": "로그인", + "mobile.routes.loginOptions": "Login Chooser", + "mobile.routes.mfa": "Enable Multi-factor Authentication:", + "mobile.routes.postsList": "Posts List", + "mobile.routes.saml": "Single SignOn", + "mobile.routes.selectTeam": "팀 선택", + "mobile.routes.settings": "Settings", + "mobile.routes.thread": "{channelName} Thread", + "mobile.routes.thread_dm": "Direct Message Thread", + "mobile.routes.user_profile": "Profile", + "mobile.routes.user_profile.send_message": "Send Message", + "mobile.server_ping_failed": "Cannot connect to the server. Please check your server URL and internet connection.", + "mobile.server_url.invalid_format": "URL 주소는 http:// 또는 https:// 로 시작되어야 합니다", + "more_channels.close": "닫기", + "more_channels.create": "새로 만들기", + "more_channels.createClick": "'새로 만들기'를 클릭하여 새로운 채널을 만드세요", + "more_channels.join": "가입하기", + "more_channels.next": "다음", + "more_channels.noMore": "가입할 수 있는 채널이 없습니다", + "more_channels.prev": "Previous", + "more_channels.title": "채널 더보기", + "more_direct_channels.close": "닫기", + "more_direct_channels.message": "메시지", + "more_direct_channels.new_convo_note": "This will start a new conversation. If you’re adding a lot of people, consider creating a private group instead.", + "more_direct_channels.new_convo_note.full": "You’ve reached the maximum number of people for this conversation. Consider creating a private group instead.", + "more_direct_channels.title": "개인 메시지", + "msg_typing.areTyping": "{users}, {last}(이)가 입력중입니다...", + "msg_typing.isTyping": "{user}(이)가 입력중입니다...", + "msg_typing.someone": "Someone", + "multiselect.go": "Go", + "multiselect.instructions": "Use up/down arrows to navigate and enter to select", + "multiselect.numPeopleRemaining": "You can add {num, number} more {num, plural, =0 {people} one {person} other {people}}. ", + "multiselect.numRemaining": "You can add {num, number} more", + "multiselect.placeholder": "Search and add members", + "navbar.addMembers": "회원 추가", + "navbar.click": "클릭하기", + "navbar.delete": "채널 삭제", + "navbar.leave": "채널 떠나기", + "navbar.manageMembers": "회원 관리", + "navbar.noHeader": "채널 헤더가 없습니다.{newline}{link} to add one.", + "navbar.preferences": "알림 설정", + "navbar.rename": "채널 이름 변경", + "navbar.setHeader": "채널 헤더 설정", + "navbar.setPurpose": "채널 설명 설정", + "navbar.toggle1": "사이드바 토글", + "navbar.toggle2": "사이드바 토글", + "navbar.viewInfo": "정보 보기", + "navbar.viewPinnedPosts": "View Pinned Posts", + "navbar_dropdown.about": "Mattermost 정보", + "navbar_dropdown.accountSettings": "계정 설정", + "navbar_dropdown.console": "관리자 도구", + "navbar_dropdown.create": "팀 만들기", + "navbar_dropdown.emoji": "커스텀 이모티콘", + "navbar_dropdown.help": "도움말", + "navbar_dropdown.integrations": "통합 기능", + "navbar_dropdown.inviteMember": "회원 초대", + "navbar_dropdown.join": "Join Another Team", + "navbar_dropdown.leave": "팀 떠나기", + "navbar_dropdown.logout": "로그아웃", + "navbar_dropdown.manageMembers": "회원 관리", + "navbar_dropdown.nativeApps": "애플리케이션 다운로드", + "navbar_dropdown.report": "문제 보고", + "navbar_dropdown.switchTeam": "{team}(으)로 돌아가기", + "navbar_dropdown.switchTo": "팀 변경: ", + "navbar_dropdown.teamLink": "가입 링크", + "navbar_dropdown.teamSettings": "팀 설정", + "navbar_dropdown.viewMembers": "회원 목록", + "notification.dm": "개인 메시지", + "passwordRequirements": "Password Requirements:", + "password_form.change": "패스워드 변경하기", + "password_form.click": "Click here to log in.", + "password_form.enter": "Enter a new password for your {siteName} account.", + "password_form.error": "최소 {chars}글자 이상 입력하세요.", + "password_form.pwd": "패스워드", + "password_form.title": "패스워드 재설정", + "password_form.update": "Your password has been updated successfully.", + "password_send.checkInbox": "이메일을 확인하세요.", + "password_send.description": "To reset your password, enter the email address you used to sign up", + "password_send.email": "이메일", + "password_send.error": "유효한 이메일 주소를 입력하세요.", + "password_send.link": "If the account exists, a password reset email will be sent to:
    {email}

    ", + "password_send.reset": "Reset my password", + "password_send.title": "Password Reset", + "pdf_preview.max_pages": "Download to read more pages", + "pending_post_actions.cancel": "취소", + "pending_post_actions.retry": "다시 시도", + "permalink.error.access": "Permalink belongs to a deleted message or to a channel to which you do not have access.", + "post_attachment.collapse": "Show less...", + "post_attachment.more": "더 보기...", + "post_body.commentedOn": "Commented on {name}{apostrophe} message: ", + "post_body.deleted": "(삭제된 메시지)", + "post_body.plusMore": " plus {count} other files", + "post_body.plusOne": " plus 1 other file", + "post_delete.notPosted": "Comment could not be posted", + "post_delete.okay": "확인", + "post_delete.someone": "Someone deleted the message on which you tried to post a comment.", + "post_focus_view.beginning": "채널의 시작", + "post_info.del": "삭제", + "post_info.edit": "편집", + "post_info.mobile.flag": "중요 지정", + "post_info.mobile.unflag": "중요 해제", + "post_info.permalink": "링크", + "post_info.pin": "Pin to channel", + "post_info.pinned": "Pinned", + "post_info.reply": "답글", + "post_info.system": "System", + "post_info.unpin": "Un-pin from channel", + "post_message_view.edited": "(edited)", + "posts_view.loadMore": "메시지 더 보기", + "posts_view.newMsg": "새로운 메시지", + "posts_view.newMsgBelow": "New {count, plural, one {message} other {messages}} below", + "reaction.clickToAdd": "(click to add)", + "reaction.clickToRemove": "(click to remove)", + "reaction.othersReacted": "{otherUsers, number} {otherUsers, plural, one {user} other {users}}", + "reaction.reacted": "{users} {reactionVerb} with {emoji}", + "reaction.reactionVerb.user": "reacted", + "reaction.reactionVerb.users": "reacted", + "reaction.reactionVerb.you": "reacted", + "reaction.reactionVerb.youAndUsers": "reacted", + "reaction.usersAndOthersReacted": "{users} and {otherUsers, number} other {otherUsers, plural, one {user} other {users}}", + "reaction.usersReacted": "{users} and {lastUser}", + "reaction.you": "You", + "removed_channel.channelName": "the channel", + "removed_channel.from": "Removed from ", + "removed_channel.okay": "확인", + "removed_channel.remover": "{remover} removed you from {channel}", + "removed_channel.someone": "Someone", + "rename_channel.cancel": "취소", + "rename_channel.defaultError": " - 기본 채널의 URL은 변경할 수 없습니다.", + "rename_channel.displayName": "표시명", + "rename_channel.displayNameHolder": "표시명을 입력하세요.", + "rename_channel.handleHolder": "Must be lowercase alphanumeric characters", + "rename_channel.lowercase": "Must be lowercase alphanumeric characters", + "rename_channel.maxLength": "This field must be less than 22 characters", + "rename_channel.required": "필수 항목입니다.", + "rename_channel.save": "저장", + "rename_channel.title": "채널 이름 변경", + "rename_channel.url": "URL:", + "rhs_comment.comment": "답글", + "rhs_comment.del": "삭제", + "rhs_comment.edit": "편집", + "rhs_comment.mobile.flag": "중요 지정", + "rhs_comment.mobile.unflag": "중요 해제", + "rhs_comment.permalink": "바로가기", + "rhs_header.backToCallTooltip": "Back to Call", + "rhs_header.backToFlaggedTooltip": "중요 메시지로 돌아가기", + "rhs_header.backToResultsTooltip": "검색결과로 돌아가기", + "rhs_header.closeSidebarTooltip": "사이드바 닫기", + "rhs_header.closeTooltip": "사이드바 닫기", + "rhs_header.details": "메시지 세부사항", + "rhs_header.expandSidebarTooltip": "사이드바 펴기", + "rhs_header.expandTooltip": "사이드바 접기", + "rhs_header.shrinkSidebarTooltip": "사이드바 접기", + "rhs_root.del": "삭제", + "rhs_root.direct": "개인 메시지", + "rhs_root.edit": "편집", + "rhs_root.mobile.flag": "중요 지정", + "rhs_root.mobile.unflag": "중요 해제", + "rhs_root.permalink": "바로가기", + "rhs_root.pin": "Pin to channel", + "rhs_root.unpin": "Un-pin from channel", + "search_bar.search": "검색", + "search_bar.usage": "

    검색 옵션

    • \"따옴표\"를 사용해서 문구를 검색할 수 있습니다.
    • from: 를 사용해서 특정 사용자의 포스트를 검색하거나, in:을 사용하여 특정 채널의 포스트를 검색할 수 있습니다.
    ", + "search_header.results": "검색 결과", + "search_header.title2": "최근 멘션", + "search_header.title3": "중요 메시지", + "search_header.title4": "Pinned posts in {channelDisplayName}", + "search_item.direct": "Direct Message (with {username})", + "search_item.jump": "바로가기", + "search_results.because": "
    • 문구의 일부분을 검색하려면(예: \"rea\", 를 검색하여 \"reach\" 또는 \"reaction\") 단어 앞 또는 뒤에 와일드카드 문자(*)를 붙여보세요.
    • 두 글자 검색이나 \"this\", \"a\", \"is\"같이 일반적인 단어는 과도한 결과를 반환하기 때문에 검색결과에 표시되지 않습니다.
    ", + "search_results.noResults": "검색 결과가 없습니다. 다시 시도하세요.", + "search_results.usage": "
    • \"따옴표\"를 사용하여 문구를 검색할 수 있습니다.
    • from: 을 사용하여 특정 작성자를 검색하거나 in: 을 사용하여 특정 채널에 대해 검색할 수 있습니다.
    ", + "search_results.usageFlag1": "중요 지정된 메시지가 아직 없습니다.", + "search_results.usageFlag2": "타임스탬프 옆의 ", + "search_results.usageFlag3": " 아이콘을 클릭하여 중요 메시지를 추가할 수 있습니다.", + "search_results.usageFlag4": "중요한 메시지를 따로 모아 확인할 수 있습니다. 중요 메시지는 개인별로 표시되며 다른 사람이 볼 수 없습니다.", + "search_results.usagePin1": "There are no pinned messages yet.", + "search_results.usagePin2": "All members of this channel can pin important or useful messages.", + "search_results.usagePin3": "Pinned messages are visible to all channel members.", + "search_results.usagePin4": "To pin a message: Go to the message that you want to pin and click [...] > \"Pin to channel\".", + "setting_item_max.cancel": "취소", + "setting_item_max.save": "저장", + "setting_item_min.edit": "편집", + "setting_picture.cancel": "취소", + "setting_picture.help": "프로필 사진을 업로드하세요. (JPG 또는 PNG, 최소 크기: {width}px * {height}px)", + "setting_picture.save": "저장", + "setting_picture.select": "선택", + "setting_upload.import": "가져오기", + "setting_upload.noFile": "파일이 선택되지 않았습니다.", + "setting_upload.select": "파일 선택", + "sidebar.channels": "채널", + "sidebar.createChannel": "채널 생성하기", + "sidebar.createGroup": "그룹 생성하기", + "sidebar.direct": "개인 메시지", + "sidebar.favorite": "즐겨찾기", + "sidebar.more": "더 보기", + "sidebar.moreElips": "더 보기...", + "sidebar.otherMembers": "팀 외부", + "sidebar.pg": "비공개 그룹", + "sidebar.removeList": "목록에서 제거", + "sidebar.tutorialScreen1": "

    채널

    채널을 통해 주제별로 대화를 구성합니다. 팀의 모든 일원에게 공개되어 있습니다. 공개하고 싶지 않은 메시지는 개인 메시지비공개 그룹으로 전달할 수 있습니다.

    ", + "sidebar.tutorialScreen2": "

    \"{townsquare}\" 와 \"{offtopic}\" 채널

    두 채널과 함께 시작합니다:

    {townsquare}(은)는 팀 전체의 소통을 위한 공간입니다. 모든 팀의 구성원들이 확인할 수 있습니다.

    {offtopic} 비업무 대화를 위한 공간입니다. 당신의 팀에 어떤 채널을 만들고 운영할지 결정할 수 있습니다.

    ", + "sidebar.tutorialScreen3": "

    채널 만들고 가입하기

    \"더 보기...\"를 눌러 새로운 채널을 만들거나 기존 채널에 입장할 수 있습니다.

    채널이나 비공개 그룹의 헤더 옆에 \"+\" 표시 를 눌러 새로운 채널이나 비공개 그룹을 만들 수 있습니다.

    ", + "sidebar.unreadAbove": "상단에 읽지않은 메시지", + "sidebar.unreadBelow": "하단에 읽지않은 메시지", + "sidebar_header.tutorial": "

    메인 메뉴

    메인 메뉴에서 회원 초대를 하거나, 계정 설정에 진입하여 테마 색상을 변경할 수 있습니다.

    팀 관리자는 메뉴에서 팀 설정에 진입할 수 있습니다.

    시스템 관리자는 관리자 도구 메뉴를 통해 시스템을 전체 설정을 관리할 수 있습니다.

    ", + "sidebar_right_menu.accountSettings": "계정 설정", + "sidebar_right_menu.console": "관리자 도구", + "sidebar_right_menu.flagged": "중요 메시지", + "sidebar_right_menu.help": "도움말", + "sidebar_right_menu.inviteNew": "회원 초대하기", + "sidebar_right_menu.logout": "로그아웃", + "sidebar_right_menu.manageMembers": "회원 관리하기", + "sidebar_right_menu.nativeApps": "애플리케이션 다운로드", + "sidebar_right_menu.recentMentions": "최근 멘션", + "sidebar_right_menu.report": "문제 보고", + "sidebar_right_menu.teamLink": "가입 링크", + "sidebar_right_menu.teamSettings": "팀 설정", + "sidebar_right_menu.viewMembers": "회원 보기", + "signup.email": "이메일과 패스워드", + "signup.gitlab": "GitLab SSO", + "signup.google": "Google 계정", + "signup.ldap": "AD/LDAP Credentials", + "signup.office365": "Office 365", + "signup.title": "다음 계정으로 가입하기:", + "signup_team.createTeam": "팀 생성하기", + "signup_team.disabled": "팀을 생성할 수 없습니다. 시스템 관리자에게 문의하세요.", + "signup_team.join_open": "가입할 수 있는 팀: ", + "signup_team.noTeams": "There are no teams included in the Team Directory and team creation has been disabled.", + "signup_team.no_open_teams": "No teams are available to join. Please ask your administrator for an invite.", + "signup_team.no_open_teams_canCreate": "No teams are available to join. Please create a new team or ask your administrator for an invite.", + "signup_team.no_teams": "No teams have been created. Please contact your administrator.", + "signup_team.no_teams_canCreate": "No teams have been created. You may create one by clicking \"Create a new team\".", + "signup_team.none": "No team creation method has been enabled. Please contact an administrator for access.", + "signup_team_complete.completed": "You've already completed the signup process for this invitation or this invitation has expired.", + "signup_team_confirm.checkEmail": "Please check your email: {email}
    Your email contains a link to set up your team", + "signup_team_confirm.title": "가입 완료", + "signup_team_system_console": "관리자 도구로 바로가기", + "signup_user_completed.choosePwd": "패스워드를 입력하세요.", + "signup_user_completed.chooseUser": "사용자명을 입력하세요.", + "signup_user_completed.create": "계정 만들기", + "signup_user_completed.emailHelp": "가입을 위해 유효한 이메일 계정이 필요합니다.", + "signup_user_completed.emailIs": "Your email address is {email}. You'll use this address to sign in to {siteName}.", + "signup_user_completed.expired": "You've already completed the signup process for this invitation or this invitation has expired.", + "signup_user_completed.gitlab": "GitLab 계정으로 가입하기", + "signup_user_completed.google": "Google 계정으로 가입하기", + "signup_user_completed.haveAccount": "이미 계정이 있나요?", + "signup_user_completed.invalid_invite": "The invite link was invalid. Please speak with your Administrator to receive an invitation.", + "signup_user_completed.lets": "계정을 생성하고 시작해보세요!", + "signup_user_completed.no_open_server": "This server does not allow open signups. Please speak with your Administrator to receive an invitation.", + "signup_user_completed.none": "No user creation method has been enabled. Please contact an administrator for access.", + "signup_user_completed.office365": "Office 365 계정으로 가입하기", + "signup_user_completed.onSite": "on {siteName}", + "signup_user_completed.or": "또는", + "signup_user_completed.passwordLength": "최소 {min}글자 이상 입력하세요.", + "signup_user_completed.required": "필수 항목입니다.", + "signup_user_completed.reserved": "이미 사용중인 이름입니다.", + "signup_user_completed.signIn": "이 곳을 클릭해서 로그인하세요.", + "signup_user_completed.userHelp": "사용자명은 반드시 영문자로 시작하여야 하며, {min}글자 이상 {max}글자 이하 영문자, 숫자, 특수기호 '.', '-', '_'를 포함할 수 있습니다.", + "signup_user_completed.usernameLength": "사용자명은 반드시 영문자로 시작하여야 하며, {min}글자 이상 {max}글자 이하 영문자, 숫자, 특수기호 '.', '-', '_'를 포함할 수 있습니다.", + "signup_user_completed.validEmail": "유효한 이메일 주소를 입력해주세요.", + "signup_user_completed.welcome": "환영합니다!", + "signup_user_completed.whatis": "이메일 주소를 입력하세요.", + "signup_user_completed.withLdap": "With your LDAP credentials", + "sso_signup.find": "팀 찾기", + "sso_signup.gitlab": "GitLab 계정으로 팀 만들기", + "sso_signup.google": "Google 계정으로 팀 만들기", + "sso_signup.length_error": "이름이 반드시 3글자 이상 15글자 이하가 되어야 합니다.", + "sso_signup.teamName": "팀 이름을 입력하세요.", + "sso_signup.team_error": "팀 이름을 입력하세요.", + "suggestion.mention.all": "Notifies everyone in the channel, use in {townsquare} to notify the whole team", + "suggestion.mention.channel": "모든 채널 회원들에게 알림을 보냅니다", + "suggestion.mention.channels": "채널 더보기", + "suggestion.mention.here": "채널에 접속 중인 회원들에게 알림을 보냅니다", + "suggestion.mention.members": "채널 회원", + "suggestion.mention.morechannels": "Other Channels", + "suggestion.mention.nonmembers": "Not in Channel", + "suggestion.mention.special": "Special Mentions", + "suggestion.search.private": "비공개 그룹", + "suggestion.search.public": "공개 채널", + "team_export_tab.download": "다운로드", + "team_export_tab.export": "내보내기", + "team_export_tab.exportTeam": "팀 내보내기", + "team_export_tab.exporting": " 내보내는 중...", + "team_export_tab.ready": " Ready for ", + "team_export_tab.unable": " 내보낼 수 없습니다: {error}", + "team_import_tab.failure": " 가져오기 실패: ", + "team_import_tab.import": "가져오기", + "team_import_tab.importHelpDocsLink": "문서", + "team_import_tab.importHelpExportInstructions": "Slack > Team Settings > Import/Export Data > Export > Start Export", + "team_import_tab.importHelpExporterLink": "Slack Advanced Exporter", + "team_import_tab.importHelpLine1": "Slack import to Mattermost supports importing of messages in your Slack team's public channels.", + "team_import_tab.importHelpLine2": "To import a team from Slack, go to {exportInstructions}. See {uploadDocsLink} to learn more.", + "team_import_tab.importHelpLine3": "To import posts with attached files, see {slackAdvancedExporterLink} for details.", + "team_import_tab.importSlack": "Slack에서 가져오기 (Beta)", + "team_import_tab.importing": " 가져오는 중...", + "team_import_tab.successful": " 가져오기 성공: ", + "team_import_tab.summary": "요약", + "team_member_modal.close": "닫기", + "team_member_modal.members": "{team} 회원", + "team_members_dropdown.confirmDemoteDescription": "If you demote yourself from the System Admin role and there is not another user with System Admin privileges, you'll need to re-assign a System Admin by accessing the Mattermost server through a terminal and running the following command.", + "team_members_dropdown.confirmDemoteRoleTitle": "Confirm demotion from System Admin role", + "team_members_dropdown.confirmDemotion": "Confirm Demotion", + "team_members_dropdown.confirmDemotionCmd": "platform roles system_admin {username}", + "team_members_dropdown.inactive": "비활성", + "team_members_dropdown.leave_team": "팀에서 추방하기", + "team_members_dropdown.makeActive": "활성화", + "team_members_dropdown.makeAdmin": "팀 관리자로 설정하기", + "team_members_dropdown.makeInactive": "비활성화", + "team_members_dropdown.makeMember": "회원으로 설정하기", + "team_members_dropdown.member": "회원", + "team_members_dropdown.systemAdmin": "시스템 관리자", + "team_members_dropdown.teamAdmin": "팀 관리자", + "team_settings_modal.exportTab": "내보내기", + "team_settings_modal.generalTab": "일반", + "team_settings_modal.importTab": "가져오기", + "team_settings_modal.title": "팀 설정", + "team_sidebar.join": "Other teams you can join.", + "textbox.bold": "**굵게**", + "textbox.edit": "메시지 편집", + "textbox.help": "도움말", + "textbox.inlinecode": "`인라인 코드`", + "textbox.italic": "_기울게_", + "textbox.preformatted": "```코드 블럭```", + "textbox.preview": "미리보기", + "textbox.quote": "> 인용", + "textbox.strike": "취소선", + "tutorial_intro.allSet": "모든 준비가 끝났습니다", + "tutorial_intro.end": "“다음” 을 눌러 {channel}에 입장합니다. 이 곳은 팀에 가입한 회원들이 가장 먼저 보게되는 채널입니다. 모두가 알아야 할 내용을 공지할 때 이 채널을 사용하세요.", + "tutorial_intro.invite": "회원을 초대", + "tutorial_intro.mobileApps": "{link} 애플리케이션을 설치하여 접근성과 알림을 향상시키세요.", + "tutorial_intro.mobileAppsLinkText": "PC, Mac, iOS, Android", + "tutorial_intro.next": "다음", + "tutorial_intro.screenOne": "

    환영합니다!

    Mattermost

    모든 팀 커뮤니케이션 활동을 한 곳에 모아 빠르게 찾고 공유할 수 있습니다.

    팀 커뮤니케이션을 연결하여 가장 중요한 목표를 공유하세요.

    ", + "tutorial_intro.screenTwo": "

    Mattermost를 활용하는 법:

    공개된 논의 채널, 비공개 그룹, 또는 개인 메시지를 통해 이야기를 나눌 수 있습니다.

    모든 내용은 저장되고, 웹페이지를 볼 수 있는 곳이라면 어디서든 검색 가능합니다.

    ", + "tutorial_intro.skip": "튜토리얼 생략", + "tutorial_intro.support": "도움이 필요하면 아래 이메일로 문의주세요 ", + "tutorial_intro.teamInvite": "회원을 초대", + "tutorial_intro.whenReady": "하여 시작하세요.", + "tutorial_tip.next": "다음", + "tutorial_tip.ok": "확인", + "tutorial_tip.out": "이 팁 더이상 보지 않기.", + "tutorial_tip.seen": "이미 알고 계신가요? ", + "update_command.cancel": "취소", + "update_command.confirm": "슬래시 명령어 추가", + "update_command.question": "Your changes may break the existing slash command. Are you sure you would like to update it?", + "update_command.update": "Update", + "update_incoming_webhook.update": "Update", + "update_outgoing_webhook.confirm": "Outgoing Webhook 추가하기", + "update_outgoing_webhook.question": "Your changes may break the existing outgoing webhook. Are you sure you would like to update it?", + "update_outgoing_webhook.update": "Update", + "upload_overlay.info": "이 곳에 파일을 끌어 업로드하세요.", + "user.settings.advance.embed_preview": "For the first web link in a message, display a preview of website content below the message, if available", + "user.settings.advance.embed_toggle": "미리보기 토글 버튼 보여주기", + "user.settings.advance.emojipicker": "Enable emoji picker in message input box", + "user.settings.advance.enabledFeatures": "{count, number}개 기능 활성화", + "user.settings.advance.formattingDesc": "활성화 하면 링크, 이모티콘, 글자 스타일 등을 사용할 수 있습니다. 기본적으로 활성화 되있습니다. 설정을 변경하려면 페이지 새로고침이 필요합니다.", + "user.settings.advance.formattingTitle": "마크다운으로 글쓰기", + "user.settings.advance.joinLeaveDesc": "\"켜기\"를 선택하면 사용자가 채널에 입장하거나 퇴장했을 때 시스템 메시지가 표시됩니다. \"끄기\"를 선택하면, 입장/퇴장 메시지가 화면에 표시되지 않습니다. 이 설정과 관계없이 채널 초대되었을 때 알림을 받을 수 있습니다.", + "user.settings.advance.joinLeaveTitle": "입장/퇴장 메시지 표시", + "user.settings.advance.markdown_preview": "메시지 입력창에 마크다운 미리보기 옵션을 표시", + "user.settings.advance.off": "끄기", + "user.settings.advance.on": "켜기", + "user.settings.advance.preReleaseDesc": "사용하고 싶은 시험판 기능을 선택하세요. 기능 활성화를 위해 페이지 새로고침이 필요할 수도 있습니다.", + "user.settings.advance.preReleaseTitle": "시험판 기능 미리보기", + "user.settings.advance.sendDesc": "활성화 하면 'Enter'키로 줄바꿈, 'Ctrl + Enter'키로 메시지를 보내게 됩니다.", + "user.settings.advance.sendTitle": "Ctrl + Enter로 메시지 보내기", + "user.settings.advance.slashCmd_autocmp": "외부 어플리케이션을 활성화하면 슬래시 명령어 자동 완성을 제안할 수 있습니다", + "user.settings.advance.title": "고급 설정", + "user.settings.advance.webrtc_preview": "Enable the ability to make and receive one-on-one WebRTC calls", + "user.settings.custom_theme.awayIndicator": "Away Indicator", + "user.settings.custom_theme.buttonBg": "Button BG", + "user.settings.custom_theme.buttonColor": "Button Text", + "user.settings.custom_theme.centerChannelBg": "Center Channel BG", + "user.settings.custom_theme.centerChannelColor": "Center Channel Text", + "user.settings.custom_theme.centerChannelTitle": "채널 영역 스타일", + "user.settings.custom_theme.codeTheme": "Code Theme", + "user.settings.custom_theme.copyPaste": "다음 테마 색상을 복사하여 공유:", + "user.settings.custom_theme.linkButtonTitle": "링크, 버튼 스타일", + "user.settings.custom_theme.linkColor": "Link Color", + "user.settings.custom_theme.mentionBj": "Mention Jewel BG", + "user.settings.custom_theme.mentionColor": "Mention Jewel Text", + "user.settings.custom_theme.mentionHighlightBg": "Mention Highlight BG", + "user.settings.custom_theme.mentionHighlightLink": "Mention Highlight Link", + "user.settings.custom_theme.newMessageSeparator": "New Message Separator", + "user.settings.custom_theme.onlineIndicator": "Online Indicator", + "user.settings.custom_theme.sidebarBg": "Sidebar BG", + "user.settings.custom_theme.sidebarHeaderBg": "Sidebar Header BG", + "user.settings.custom_theme.sidebarHeaderTextColor": "Sidebar Header Text", + "user.settings.custom_theme.sidebarText": "Sidebar Text", + "user.settings.custom_theme.sidebarTextActiveBorder": "Sidebar Text Active Border", + "user.settings.custom_theme.sidebarTextActiveColor": "Sidebar Text Active Color", + "user.settings.custom_theme.sidebarTextHoverBg": "Sidebar Text Hover BG", + "user.settings.custom_theme.sidebarTitle": "사이드바 스타일", + "user.settings.custom_theme.sidebarUnreadText": "Sidebar Unread Text", + "user.settings.display.channelDisplayTitle": "채널 화면 모드", + "user.settings.display.channeldisplaymode": "채널 영역의 너비를 선택하세요.", + "user.settings.display.clockDisplay": "시간 표시", + "user.settings.display.collapseDesc": "Set whether previews of image links show as expanded or collapsed by default. This setting can also be controlled using the slash commands /expand and /collapse.", + "user.settings.display.collapseDisplay": "Default appearance of image link previews", + "user.settings.display.collapseOff": "Collapsed", + "user.settings.display.collapseOn": "Expanded", + "user.settings.display.fixedWidthCentered": "고정 너비, 가운데", + "user.settings.display.fontDesc": "Mattermost 화면에서 보여질 폰트를 선택하세요.", + "user.settings.display.fontTitle": "폰트", + "user.settings.display.fullScreen": "전체 너비", + "user.settings.display.language": "언어", + "user.settings.display.messageDisplayClean": "표준", + "user.settings.display.messageDisplayCleanDes": "읽기 쉽게 표시합니다.", + "user.settings.display.messageDisplayCompact": "압축", + "user.settings.display.messageDisplayCompactDes": "화면에 더 많은 메시지가 보이도록 압축해서 표시합니다.", + "user.settings.display.messageDisplayDescription": "화면에 메시지가 어떻게 보여질지 선택합니다.", + "user.settings.display.messageDisplayTitle": "메시지 표시", + "user.settings.display.militaryClock": "24시간으로 보이기 (예: 16:00)", + "user.settings.display.nameOptsDesc": "글과 대화 목록에서 사용자의 이름이 어떻게 표시될 지 선택하세요.", + "user.settings.display.normalClock": "12시간으로 보이기 (예: 4:00 PM)", + "user.settings.display.preferTime": "시간이 어떻게 표시될지 선택하세요.", + "user.settings.display.showFullname": "본명으로 보기", + "user.settings.display.showNickname": "별명이 있으면 별명으로 보기, 없으면 본명으로 보기", + "user.settings.display.showUsername": "사용자명으로 보기 (기본)", + "user.settings.display.teammateDisplay": "사용자명 표시", + "user.settings.display.theme.applyToAllTeams": "가입한 모든 팀에서 새로운 테마를 적용합니다.", + "user.settings.display.theme.customTheme": "커스텀 테마", + "user.settings.display.theme.describe": "내 테마 관리하기", + "user.settings.display.theme.import": "Slack 테마 불러오기", + "user.settings.display.theme.otherThemes": "다른 테마 보기", + "user.settings.display.theme.themeColors": "테마 선택", + "user.settings.display.theme.title": "테마", + "user.settings.display.title": "화면 설정", + "user.settings.general.checkEmail": "Check your email at {email} to verify the address.", + "user.settings.general.checkEmailNoAddress": "Check your email to verify your new address", + "user.settings.general.close": "닫기", + "user.settings.general.confirmEmail": "이메일 확인", + "user.settings.general.email": "이메일", + "user.settings.general.emailGitlabCantUpdate": "Login occurs through GitLab. Email cannot be updated. Email address used for notifications is {email}.", + "user.settings.general.emailGoogleCantUpdate": "Login occurs through GitLab. Email cannot be updated. Email address used for notifications is {email}.", + "user.settings.general.emailHelp1": "이메일은 접속, 알림 수신, 패스워드 변경 등에 사용됩니다. 이메일을 변경하면 재검증이 필요합니다.", + "user.settings.general.emailHelp2": "이메일 기능이 시스템 관리자에 의해 비활성화 되었습니다. 활성화 되기 전까진 알림 메일이 발송되지 않습니다.", + "user.settings.general.emailHelp3": "이메일은 접속, 알림 수신, 패스워드 변경 등에 사용됩니다.", + "user.settings.general.emailHelp4": "{email}(으)로 검증메일이 발송됐습니다.", + "user.settings.general.emailLdapCantUpdate": "Login occurs through LDAP. Email cannot be updated. Email address used for notifications is {email}.", + "user.settings.general.emailMatch": "The new emails you entered do not match.", + "user.settings.general.emailOffice365CantUpdate": "Login occurs through GitLab. Email cannot be updated. Email address used for notifications is {email}.", + "user.settings.general.emailSamlCantUpdate": "Login occurs through SAML. Email cannot be updated. Email address used for notifications is {email}.", + "user.settings.general.emailUnchanged": "새로 입력한 이메일 주소가 기존과 동일합니다.", + "user.settings.general.emptyName": "'편집'을 클릭하여 본명을 설정", + "user.settings.general.emptyNickname": "'편집'을 클릭하여 별명을 설정", + "user.settings.general.emptyPosition": "Click 'Edit' to add your job title / position", + "user.settings.general.field_handled_externally": "This field is handled through your login provider. If you want to change it, you need to do so through your login provider.", + "user.settings.general.firstName": "이름", + "user.settings.general.fullName": "본명", + "user.settings.general.imageTooLarge": "이미지를 업로드 할 수 없습니다. 파일이 너무 큽니다.", + "user.settings.general.imageUpdated": "Image last updated {date}", + "user.settings.general.lastName": "성", + "user.settings.general.loginGitlab": "Login done through GitLab ({email})", + "user.settings.general.loginGoogle": "Login done through GitLab ({email})", + "user.settings.general.loginLdap": "Login done through LDAP ({email})", + "user.settings.general.loginOffice365": "Login done through GitLab ({email})", + "user.settings.general.loginSaml": "Login done through SAML ({email})", + "user.settings.general.newAddress": "New Address: {email}
    Check your email to verify the above address.", + "user.settings.general.nickname": "별명", + "user.settings.general.nicknameExtra": "본명과 사용자명과는 다르게 불리는 고유한 이름을 사용하세요. 비슷한 이름을 가진 사람들이 모여있을 때 자주 사용됩니다.", + "user.settings.general.notificationsExtra": "기본적으로 이 곳에 설정된 이름으로 언급되었을 때 멘션 알림을 받게됩니다. {notify}에서 기본 설정을 변경하세요.", + "user.settings.general.notificationsLink": "알림", + "user.settings.general.position": "Position", + "user.settings.general.positionExtra": "Use Position for your role or job title. This will be shown in your profile popover.", + "user.settings.general.primaryEmail": "주 이메일", + "user.settings.general.profilePicture": "프로필 사진", + "user.settings.general.title": "일반 설정", + "user.settings.general.uploadImage": "'편집'을 클릭하여 사진 업로드", + "user.settings.general.username": "사용자명", + "user.settings.general.usernameInfo": "팀원들에게 불리기 쉬운 이름을 선택하세요.", + "user.settings.general.usernameReserved": "예약된 사용자명입니다. 다른 이름을 선택하세요.", + "user.settings.general.usernameRestrictions": "Username must begin with a letter, and contain between {min} to {max} lowercase characters made up of numbers, letters, and the symbols '.', '-', and '_'.", + "user.settings.general.validEmail": "유효한 이메일 주소를 입력하세요.", + "user.settings.general.validImage": "JPG 또는 PNG 이미지만 프로필 사진으로 사용할 수 있습니다.", + "user.settings.import_theme.cancel": "취소", + "user.settings.import_theme.importBody": "Slack 의 팀 메뉴에서 “Preferences -> Sidebar Theme”를 선택하세요. Custom theme 옵션을 선택 후, 테마 색상 값들을 복사하여 이 곳에 붙여넣으세요.", + "user.settings.import_theme.importHeader": "Slack 테마 불러오기", + "user.settings.import_theme.submit": "적용", + "user.settings.import_theme.submitError": "Invalid format, please try copying and pasting in again.", + "user.settings.languages.change": "언어 변경", + "user.settings.languages.promote": "어떤 언어로 Mattermost 인터페이스를 표시할지 선택하세요.

    ? Mattermost 번역 서버에 가입하여 번역 품질에 기여해주세요.", + "user.settings.mfa.add": "Add MFA to your account", + "user.settings.mfa.addHelp": "Adding multi-factor authentication will make your account more secure by requiring a code from your mobile phone each time you sign in.", + "user.settings.mfa.addHelpQr": "Please scan the bar code with the Google Authenticator app on your smartphone and fill in the token with one provided by the app.", + "user.settings.mfa.enterToken": "토큰 (숫자만)", + "user.settings.mfa.qrCode": "바코드", + "user.settings.mfa.remove": "Remove MFA from your account", + "user.settings.mfa.removeHelp": "Removing multi-factor authentication means you will no longer require a phone-based passcode to sign-in to your account.", + "user.settings.mfa.requiredHelp": "Multi-factor authentication is required on this server. Resetting is only recommended when you need to switch code generation to a new mobile device. You will be required to set it up again immediately.", + "user.settings.mfa.reset": "Remove MFA from your account", + "user.settings.mfa.secret": "보안", + "user.settings.mfa.title": "Enable Multi-factor Authentication:", + "user.settings.modal.advanced": "고급", + "user.settings.modal.confirmBtns": "네, 취소합니다.", + "user.settings.modal.confirmMsg": "저장되지 않은 변경사항이 있습니다, 저장하지 않고 취소하겠습니까?", + "user.settings.modal.confirmTitle": "변경을 취소하시겠습니까?", + "user.settings.modal.display": "화면", + "user.settings.modal.general": "일반", + "user.settings.modal.notifications": "알림", + "user.settings.modal.security": "보안", + "user.settings.modal.title": "계정 설정", + "user.settings.notifications.allActivity": "모든 활동", + "user.settings.notifications.channelWide": "채널 전체 멘션 \"@channel\", \"@all\"", + "user.settings.notifications.close": "닫기", + "user.settings.notifications.comments": "답글 알림", + "user.settings.notifications.commentsAny": "등록하거나 답변했던 모든 스레드의 답변에 대해 알림", + "user.settings.notifications.commentsInfo": "답글에 대한 알림 옵션을 선택해주세요.", + "user.settings.notifications.commentsNever": "사용 안함", + "user.settings.notifications.commentsRoot": "등록한 모든 스레드의 답변에 대해 알림", + "user.settings.notifications.desktop": "알림 받기", + "user.settings.notifications.desktop.allFirefoxForever": "모든 활동에 대해 무기한 보여줍니다.", + "user.settings.notifications.desktop.allFirefoxTimed": "모든 활동에 대해, {seconds}초 동안 보여줍니다.", + "user.settings.notifications.desktop.allNoSoundForever": "모든 활동에 대해, 소리 없이 무기한 보여줍니다.", + "user.settings.notifications.desktop.allNoSoundTimed": "모든 활동에 대해, 소리 없이 {seconds}초 동안 보여줍니다.", + "user.settings.notifications.desktop.allSoundForever": "모든 활동에 대해 무기한 보여줍니다.", + "user.settings.notifications.desktop.allSoundTimed": "모든 활동에 대해 {seconds}초 동안 보여줍니다.", + "user.settings.notifications.desktop.duration": "알림 지속시간", + "user.settings.notifications.desktop.durationInfo": "Sets how long desktop notifications will remain on screen when using Firefox or Chrome. Desktop notifications in Edge and Safari can only stay on screen for a maximum of 5 seconds.", + "user.settings.notifications.desktop.mentionsFirefoxForever": "개인 메시지와 멘션에 대해 무기한 보여줍니다", + "user.settings.notifications.desktop.mentionsFirefoxTimed": "개인 메시지와 멘션에 대해, {seconds}초 동안 보여줍니다.", + "user.settings.notifications.desktop.mentionsNoSoundForever": "개인 메시지와 멘션에 대해, 소리 없이 무기한 보여줍니다.", + "user.settings.notifications.desktop.mentionsNoSoundTimed": "개인 메시지와 멘션에 대해, 소리 없이 {seconds}초 동안 보여줍니다.", + "user.settings.notifications.desktop.mentionsSoundForever": "개인 메시지와 멘션에 대해 무기한 보여줍니다.", + "user.settings.notifications.desktop.mentionsSoundTimed": "개인 메시지와 멘션에 대해, {seconds}초 동안 보여줍니다.", + "user.settings.notifications.desktop.seconds": "{seconds}초 동안", + "user.settings.notifications.desktop.sound": "알림음", + "user.settings.notifications.desktop.title": "데스크탑 알림", + "user.settings.notifications.desktop.unlimited": "제한 없음", + "user.settings.notifications.desktopSounds": "데스크탑 알림음", + "user.settings.notifications.email.disabled": "시스템 관리자에 의해 비활성화 됨", + "user.settings.notifications.email.disabled_long": "Email notifications have been disabled by your System Administrator.", + "user.settings.notifications.email.everyHour": "매 시간마다", + "user.settings.notifications.email.everyXMinutes": "Every {count, plural, one {minute} other {{count, number} minutes}}", + "user.settings.notifications.email.immediately": "바로", + "user.settings.notifications.email.never": "사용 안함", + "user.settings.notifications.email.send": "알림 받기", + "user.settings.notifications.emailBatchingInfo": "Notifications received over the time period selected are combined and sent in a single email.", + "user.settings.notifications.emailInfo": "이메일 알림은 멘션 혹은 개인 메세지를 받았을때, 당신이 {siteName}로부터 오프라인 상태로 60초가 지났거나 자리비움상태로 5분 이상 지났을때 알림이 갑니다.", + "user.settings.notifications.emailNotifications": "이메일 알림", + "user.settings.notifications.header": "알림", + "user.settings.notifications.info": "Desktop notifications are available on Edge, Firefox, Safari, Chrome and Mattermost Desktop Apps.", + "user.settings.notifications.mentionsInfo": "Mentions trigger when someone sends a message that includes your username (\"@{username}\") or any of the options selected above.", + "user.settings.notifications.never": "사용 안함", + "user.settings.notifications.noWords": "설정한 단어가 없습니다", + "user.settings.notifications.off": "사용 안함", + "user.settings.notifications.on": "사용함", + "user.settings.notifications.onlyMentions": "개인 메시지와 멘션", + "user.settings.notifications.push": "모바일 푸시 알림", + "user.settings.notifications.push_notification.status": "지정한 상태일 때 모바일 푸시 알림", + "user.settings.notifications.sensitiveName": "내 이름 \"{first_name}\" (대소문자 구별 안함)", + "user.settings.notifications.sensitiveUsername": "내 사용자명 \"{username}\" (대소문자 구별 안함)", + "user.settings.notifications.sensitiveWords": "다른 알림받을 단어들을 쉼표로 구분하여 입력: (대소문자 구별 안함)", + "user.settings.notifications.soundConfig": "브라우저 설정에서 알림 소리를 변경하세요", + "user.settings.notifications.sounds_info": "Notification sounds are available on IE11, Edge, Safari, Chrome and Mattermost Desktop Apps.", + "user.settings.notifications.teamWide": "팀 전체 멘션 \"@all\"", + "user.settings.notifications.title": "알림 설정", + "user.settings.notifications.wordsTrigger": "멘션 알림", + "user.settings.push_notification.allActivity": "For all activity", + "user.settings.push_notification.allActivityAway": "오프라인이거나 자리비움 상태일 때의 모든 활동", + "user.settings.push_notification.allActivityOffline": "오프라인일 때의 모든 활동", + "user.settings.push_notification.allActivityOnline": "온라인, 오프라인, 자리비움 상태의 모든 활동", + "user.settings.push_notification.away": "오프라인이거나 자리비움", + "user.settings.push_notification.disabled": "시스템 관리자에 의해 비활성화 됨", + "user.settings.push_notification.disabled_long": "모바일 기기를 위한 푸시 알림 기능이 시스템 관리자에 의해 비활성화 되었습니다.", + "user.settings.push_notification.info": "지정한 활동에 대해서만 모바일 푸시 알림을 받습니다.", + "user.settings.push_notification.off": "끄기", + "user.settings.push_notification.offline": "오프라인", + "user.settings.push_notification.online": "온라인, 오프라인, 자리비움", + "user.settings.push_notification.onlyMentions": "For mentions and direct messages", + "user.settings.push_notification.onlyMentionsAway": "오프라인이거나 자리를 비웠을 때, 개인 메시지와 멘션에 대해 알림", + "user.settings.push_notification.onlyMentionsOffline": "오프라인일 때, 개인 메시지와 멘션에 대해 알림", + "user.settings.push_notification.onlyMentionsOnline": "모든 개인 메시지와 멘션에 대해 알림", + "user.settings.push_notification.send": "알림 받기", + "user.settings.push_notification.status": "지정한 상태일 때 모바일 푸시 알림", + "user.settings.push_notification.status_info": "지정한 상태일때만 모바일 푸시 알림을 받습니다.", + "user.settings.security.active": "Active", + "user.settings.security.close": "닫기", + "user.settings.security.currentPassword": "현재 패스워드", + "user.settings.security.currentPasswordError": "현재 패스워드를 입력해주세요", + "user.settings.security.deauthorize": "Deauthorize", + "user.settings.security.emailPwd": "이메일과 패스워드", + "user.settings.security.gitlab": "GitLab", + "user.settings.security.google": "Google", + "user.settings.security.inactive": "비활성화", + "user.settings.security.lastUpdated": "{date} {time} 에 마지막으로 변경됨", + "user.settings.security.ldap": "AD/LDAP", + "user.settings.security.loginGitlab": "Gitlab을 통해 로그인 되었습니다.", + "user.settings.security.loginGoogle": "Login done through Google Apps", + "user.settings.security.loginLdap": "LDAP을 통해 로그인 되었습니다.", + "user.settings.security.loginOffice365": "Login done through Office 365", + "user.settings.security.loginSaml": "Gitlab을 통해 로그인 되었습니다.", + "user.settings.security.logoutActiveSessions": "활성화 된 세션 보기/로그아웃 하기", + "user.settings.security.method": "접속 방식", + "user.settings.security.newPassword": "새로운 패스워드", + "user.settings.security.noApps": "허가된 OAuth 2.0 애플리케이션이 없습니다.", + "user.settings.security.oauthApps": "OAuth 2.0 애플리케이션", + "user.settings.security.oauthAppsDescription": "'편집'을 눌러 OAuth 2.0 애플리케이션을 관리하세요", + "user.settings.security.oauthAppsHelp": "Applications act on your behalf to access your data based on the permissions you grant them.", + "user.settings.security.office365": "Office 365", + "user.settings.security.oneSignin": "You may only have one sign-in method at a time. Switching sign-in method will send an email notifying you if the change was successful.", + "user.settings.security.password": "패스워드", + "user.settings.security.passwordError": "패스워드는 반드시 {min}개 이상의 글자를 포함해야 합니다.", + "user.settings.security.passwordErrorLowercase": "Your password must contain at least {min} characters made up of at least one lowercase letter.", + "user.settings.security.passwordErrorLowercaseNumber": "Your password must contain at least {min} characters made up of at least one lowercase letter and at least one number.", + "user.settings.security.passwordErrorLowercaseNumberSymbol": "Your password must contain at least {min} characters made up of at least one lowercase letter, at least one number, and at least one symbol (e.g. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorLowercaseSymbol": "Your password must contain at least {min} characters made up of at least one lowercase letter and at least one symbol (e.g. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorLowercaseUppercase": "Your password must contain at least {min} characters made up of at least one lowercase letter and at least one uppercase letter.", + "user.settings.security.passwordErrorLowercaseUppercaseNumber": "Your password must contain at least {min} characters made up of at least one lowercase letter, at least one uppercase letter, and at least one number.", + "user.settings.security.passwordErrorLowercaseUppercaseNumberSymbol": "Your password must contain at least {min} characters made up of at least one lowercase letter, at least one uppercase letter, at least one number, and at least one symbol (e.g. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorLowercaseUppercaseSymbol": "Your password must contain at least {min} characters made up of at least one lowercase letter, at least one uppercase letter, and at least one symbol (e.g. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorNumber": "Your password must contain at least {min} characters made up of at least one number.", + "user.settings.security.passwordErrorNumberSymbol": "Your password must contain at least {min} characters made up of at least one number and at least one symbol (e.g. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorSymbol": "Your password must contain at least {min} characters made up of at least one symbol (e.g. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorUppercase": "Your password must contain at least {min} characters made up of at least one uppercase letter.", + "user.settings.security.passwordErrorUppercaseNumber": "Your password must contain at least {min} characters made up of at least one uppercase letter and at least one number.", + "user.settings.security.passwordErrorUppercaseNumberSymbol": "Your password must contain at least {min} characters made up of at least one uppercase letter, at least one number, and at least one symbol (e.g. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorUppercaseSymbol": "Your password must contain at least {min} characters made up of at least one uppercase letter and at least one symbol (e.g. \"~!@#$%^&*()\").", + "user.settings.security.passwordGitlabCantUpdate": "Login occurs through GitLab. Password cannot be updated.", + "user.settings.security.passwordGoogleCantUpdate": "Login occurs through GitLab. Password cannot be updated.", + "user.settings.security.passwordLdapCantUpdate": "Login occurs through LDAP. Password cannot be updated.", + "user.settings.security.passwordMatchError": "다시 입력한 새로운 패스워드가 일치하지 않습니다.", + "user.settings.security.passwordMinLength": "Invalid minimum length, cannot show preview.", + "user.settings.security.passwordOffice365CantUpdate": "Login occurs through GitLab. Password cannot be updated.", + "user.settings.security.passwordSamlCantUpdate": "This field is handled through your login provider. If you want to change it, you need to do so through your login provider.", + "user.settings.security.retypePassword": "새로운 패스워드 확인", + "user.settings.security.saml": "SAML", + "user.settings.security.switchEmail": "이메일과 패스워드를 사용하도록 변경", + "user.settings.security.switchGitlab": "GitLab SSO을 사용하도록 변경", + "user.settings.security.switchGoogle": "Google SSO을 사용하도록 변경", + "user.settings.security.switchLdap": "LDAP을 사용하도록 변경", + "user.settings.security.switchOffice365": "Office 365 SSO을 사용하도록 변경", + "user.settings.security.switchSaml": "SAML SSO을 사용하도록 변경", + "user.settings.security.title": "보안 설정", + "user.settings.security.viewHistory": "접속 내역 보기", + "user_list.notFound": "사용자를 찾을 수 없습니다 :(", + "user_profile.send.dm": "Send Message", + "user_profile.webrtc.call": "영상통화 시작", + "user_profile.webrtc.offline": "사용자가 오프라인입니다", + "user_profile.webrtc.unavailable": "New call unavailable until your existing call ends", + "view_image.loading": "로딩 중 ", + "view_image_popover.download": "다운로드", + "view_image_popover.file": "파일 {total}개 중 {count}개", + "view_image_popover.publicLink": "공개 링크 보기", + "web.footer.about": "알아보기", + "web.footer.help": "도움말", + "web.footer.privacy": "정책", + "web.footer.terms": "서비스 약관", + "web.header.back": "돌아가기", + "web.header.logout": "로그아웃", + "web.root.signup_info": "모든 팀 커뮤니케이션 활동을 한 곳에 모아 빠르게 찾고 공유할 수 있습니다.", + "webrtc.busy": "{username} is busy.", + "webrtc.call": "통화", + "webrtc.callEnded": "{username}과/와의 통화가 종료되었습니다.", + "webrtc.cancel": "통화 취소", + "webrtc.cancelled": "{username} cancelled the call.", + "webrtc.declined": "Your call has been declined by {username}.", + "webrtc.disabled": "{username} has WebRTC disabled, and cannot receive calls. To enable the feature, they must go to Account Settings > Advanced > Preview pre-release features and turn on WebRTC.", + "webrtc.failed": "There was a problem connecting the video call.", + "webrtc.hangup": "끊어짐", + "webrtc.header": "{username}과/와의 통화", + "webrtc.inProgress": "You have a call in progress. Please hangup first.", + "webrtc.mediaError": "Unable to access camera or microphone.", + "webrtc.mute_audio": "마이크 음소거", + "webrtc.noAnswer": "{username} is not answering the call.", + "webrtc.notification.answer": "응답", + "webrtc.notification.decline": "거부", + "webrtc.notification.incoming_call": "{username} is calling you.", + "webrtc.notification.returnToCall": "Return to ongoing call with {username}", + "webrtc.offline": "{username}(이)가 오프라인입니다.", + "webrtc.pause_video": "카메라 끄기", + "webrtc.unmute_audio": "Unmute microphone", + "webrtc.unpause_video": "카메라 켜기", + "webrtc.unsupported": "{username}의 클라이언트가 영상통화를 지원하지 않습니다.", + "youtube_video.notFound": "패스워드를 찾을 수 없습니다." +} diff --git a/assets/base/i18n/nl.json b/assets/base/i18n/nl.json new file mode 100644 index 000000000..b3ee93f72 --- /dev/null +++ b/assets/base/i18n/nl.json @@ -0,0 +1,2373 @@ +{ + "about.close": "Afsluiten", + "about.copyright": "Copyright 2016 Mattermost, Inc. Alle rechten voorbehouden", + "about.database": "Database:", + "about.date": "Compilatiedatum:", + "about.enterpriseEditionLearn": "Meer informatie over de Enterprise-Editie op", + "about.enterpriseEditionSt": "Moderne communicatie achter de eigen firewall.", + "about.enterpriseEditione1": "Enterprise-Editie", + "about.hash": "Compilatiehash:", + "about.hashee": "EE Compilatiehash:", + "about.licensed": "Licentie verleend aan:", + "about.number": "Compilatienummer:", + "about.teamEditionLearn": "Kom bij de Mattermost-gemeenschap op ", + "about.teamEditionSt": "Alle team-communicatie op één plaats, doorzoekbaar en van overal bereikbaar.", + "about.teamEditiont0": "Team-Editie", + "about.teamEditiont1": "Enterprise-Editie", + "about.title": "Over Mattermost", + "about.version": "Versie:", + "access_history.title": "Toegang geschiedenis", + "activity_log.activeSessions": "Actieve sessies", + "activity_log.browser": "Webbrowser: {browser}", + "activity_log.firstTime": "Eerste keer actief: {date}, {time}", + "activity_log.lastActivity": "Laatste activiteit: {date}, {time}", + "activity_log.logout": "Afmelden", + "activity_log.moreInfo": "Meer informatie", + "activity_log.os": "OS: {os}", + "activity_log.sessionId": "Sessie ID: {id}", + "activity_log.sessionsDescription": "Sessies worden gemaakt wanneer je inlogt met een nieuwe webbrowser. Met een sessie kan Mattermost je gebruiken zonder dat je opnieuw hoeft in te loggen tijdens de ingestelde periode. Om eerder uit te loggen, gebruik je de 'Afmelden'-knop hieronder.", + "activity_log_modal.android": "Android", + "activity_log_modal.androidNativeApp": "Android-applicatie", + "activity_log_modal.desktop": "Native Desktop App", + "activity_log_modal.iphoneNativeApp": "iPhone-app", + "add_command.autocomplete": "Automatisch aanvullen", + "add_command.autocomplete.help": "(Optioneel) Toon slash-commando's bij het automatisch aanvullen.", + "add_command.autocompleteDescription": "Automatisch aanvullen omgeschrijving", + "add_command.autocompleteDescription.help": "(Optionele) Korte omschrijving van de 'slash'-opdracht die wordt getoond bij het automatisch aanvullen.", + "add_command.autocompleteDescription.placeholder": "Bijvoorbeeld: \"Geeft zoekresultaten op patiëntendossiers\"", + "add_command.autocompleteHint": "Automatisch-aanvullen-tip", + "add_command.autocompleteHint.help": "(Optioneel) Argumenten gerelateerd tot jouw slash commando, worden getoond als help in de autocompleet lijst", + "add_command.autocompleteHint.placeholder": "Bijvoorbeeld: [Patiëntnaam]", + "add_command.cancel": "Annuleren", + "add_command.description": "Omschrijving", + "add_command.description.help": "Omschrijving van jouw inkomende webhook.", + "add_command.displayName": "Weergavenaam", + "add_command.displayName.help": "Weergavenaam van je slash-commando, maximaal 64 tekens.", + "add_command.doneHelp": "Je slash-commando is aangemaakt. Het onderstaande token zal verstuurd worden in de uitgaande payload. Gebruik het om te verifiëren dat het verzoek kwam van jouw Mattermost-team (zie de documentatie voor meer informatie).", + "add_command.iconUrl": "Reactie-icoon", + "add_command.iconUrl.help": "Kies een alternatieve profielafbeelding om bij de berichten uit slash opdrachten te plaatsen. Kies een URL die naar een .png of .jpg bestand wijst, die minstens 128 bij 128 pixels groot is.", + "add_command.iconUrl.placeholder": "https://www.example.com/mijnicoon.png", + "add_command.method": "Aanvraagmethode", + "add_command.method.get": "GET", + "add_command.method.help": "Het type opdracht dat aangevraagd is via de aanvraag URL.", + "add_command.method.post": "POST", + "add_command.save": "Opslaan", + "add_command.token": "Token: {token}", + "add_command.trigger": "Sleutelwoord voor opdracht", + "add_command.trigger.help": "Het sleutelwoord moet uniek zijn, en kan niet beginnen met een slash of spaties bevatten.", + "add_command.trigger.helpExamples": "Voorbeelden: klant, werknemer, patiënt, weer", + "add_command.trigger.helpReserved": "Gereserveerd: {link}", + "add_command.trigger.helpReservedLinkText": "bekijk een lijst van ingebouwde slash commando's", + "add_command.trigger.placeholder": "Sleutelwoord, bv. \"hallo\"", + "add_command.triggerInvalidLength": "Een activeer-woord moet minimaal {min} en maximaam {max} tekens bevatten", + "add_command.triggerInvalidSlash": "Een activeer-woord kan niet met een / beginnen", + "add_command.triggerInvalidSpace": "Een activeer-woord kan geen spaties bevatten", + "add_command.triggerRequired": "Een activeer woord is vereist", + "add_command.url": "Aanvraag-URL", + "add_command.url.help": "De URL waarnaar het HTTP-POST- of -GET-verzoek gestuurd wordt wanneer het slash-commando gebruikt wordt.", + "add_command.url.placeholder": "Moet beginnen met http:// of https://", + "add_command.urlRequired": "Een aanvraag-URL is vereist", + "add_command.username": "Gebruikersnaam voor de reactie", + "add_command.username.help": "(Optioneel) Kies een gebruikersnaam waarmee die slash opdracht kan reageren. Gebruikersnamen kunnen bestaan uit maximaal 22 kleine letters, cijfers en de symbolen \"-\", \"_\", en \".\" .", + "add_command.username.placeholder": "Gebruikersnaam", + "add_emoji.cancel": "Annuleren", + "add_emoji.header": "Toevoegen", + "add_emoji.image": "Afbeelding", + "add_emoji.image.button": "Selecteer", + "add_emoji.image.help": "Choose the image for your emoji. The image can be a gif, png, or jpeg file with a max size of 1 MB. Dimensions will automatically resize to fit 128 by 128 pixels but keeping aspect ratio.", + "add_emoji.imageRequired": "Een afbeelding is verplicht voor de emoji", + "add_emoji.name": "Naam", + "add_emoji.name.help": "Kies een naam voor je emoji, van maximaal 64 karakters met kleine letters, cijfers en de symbolen '-' en '_'.", + "add_emoji.nameInvalid": "Een naam van een emoji kan alleen cijfers, letters en de symbolen '-' en '_' bevatten.", + "add_emoji.nameRequired": "Een naam is verplicht voor de emoji", + "add_emoji.nameTaken": "Deze naam is al in gebruik door een systeememoji. Kies een andere naam.", + "add_emoji.preview": "Voorbeeld", + "add_emoji.preview.sentence": "Deze zin bevat {image}.", + "add_emoji.save": "Opslaan", + "add_incoming_webhook.cancel": "Annuleren", + "add_incoming_webhook.channel": "Kanaal", + "add_incoming_webhook.channel.help": "Publiek kanaal of privé groep wat webhook payloads ontvangt. Je moet lid zijn van de privé groep om deze webhook in te stellen.", + "add_incoming_webhook.channelRequired": "Een geldig kanaal is vereist", + "add_incoming_webhook.description": "Omschrijving", + "add_incoming_webhook.description.help": "Omschrijving van jouw inkomende webhook.", + "add_incoming_webhook.displayName": "Weergavenaam", + "add_incoming_webhook.displayName.help": "Weergavenaam voor jouw inkomende webhook van maximaal 64 karakters.", + "add_incoming_webhook.doneHelp": "De inkomende webhook is ingesteld. Stuur data naar de onderstaande URL (zie de documentatie voor meer informatie).", + "add_incoming_webhook.name": "Naam", + "add_incoming_webhook.save": "Opslaan", + "add_incoming_webhook.url": "URL: {url}", + "add_oauth_app.callbackUrls.help": "De doorstuur URL's waarnaar de service zal doorsturen nadat gebruikers de autorisatie van de applicatie hebben afgewezen of toegestaan, welke de autorisatie codes of tokens zal afhandelen. Moet een geldige URL zijn en beginnen met http:// of https://.", + "add_oauth_app.callbackUrlsRequired": "En of meerdere callback URL's zijn vereist", + "add_oauth_app.clientId": "Client ID: {id}", + "add_oauth_app.clientSecret": "Client Secret: {secret}", + "add_oauth_app.description.help": "Omschrijving voor jouw OAuth 2.0 applicatie.", + "add_oauth_app.descriptionRequired": "Omschrijving voor jouw OAuth 2.0 applicatie is verplicht.", + "add_oauth_app.doneHelp": "Your OAuth 2.0 application has been set up. Please use the following Client ID and Client Secret when requesting authorization for your application (see documentation for further details).", + "add_oauth_app.doneUrlHelp": "De volgende zijn jouw geautoriseerde doorstuur URL(s).", + "add_oauth_app.header": "Toevoegen", + "add_oauth_app.homepage.help": "De URL van de homepagina van de OAuth 2.0 applicatie. Gebruik HTTP of HTTPS in de URL afhankelijk van de configuratie.", + "add_oauth_app.homepageRequired": "Homepagina van de OAuth 2.0 applicatie is verplicht. ", + "add_oauth_app.icon.help": "(Optioneel) De URL van de afbeelding die gebruikt word voor jouw OAuth 2.0 applicatie. Gebruik HTTP of HTTPS in jouw URL.", + "add_oauth_app.name.help": "Weergavenaam voor jouw OAuth 2.0 applicatie van maximaal 64 karakters.", + "add_oauth_app.nameRequired": "Naam van de OAuth 2.0 applicatie is verplicht.", + "add_oauth_app.trusted.help": "Wanneer waar, de OAuth 2.0 applicatie is vertrouwd door de Mattermost server en verplicht de gebruiker niet om autorisatie te accepteren. Wanneer niet waar, zal er additioneel venster verschijnen, met de vraag of de gebruiker dit verzoek wil toestaan of afwijzen.", + "add_oauth_app.url": "URL(s): {url}", + "add_outgoing_webhook.callbackUrls": "Aanvraag URL's (Een per regel)", + "add_outgoing_webhook.callbackUrls.help": "De URL waar berichten naartoe worden gezonden.", + "add_outgoing_webhook.callbackUrlsRequired": "En of meerdere aanvraag URL's zijn vereist", + "add_outgoing_webhook.cancel": "Annuleren", + "add_outgoing_webhook.channel": "Kanaal", + "add_outgoing_webhook.channel.help": "Publiek kanaal wat webhook payloads ontvangt. Optioneel als er minimaal 1 Trigger Woord is gespecificeerd. ", + "add_outgoing_webhook.contentType.help1": "Kies de content type van de te verzenden antwoord.", + "add_outgoing_webhook.contentType.help2": "Als application/x-www-form-urlencoded is gekozen, dan zal de server aannemen dat je de parameters in een URL formaat stuurt. ", + "add_outgoing_webhook.contentType.help3": "Als application/json is gekozen, neemt de server aan dat je JSON data zult posten.", + "add_outgoing_webhook.content_Type": "Content Type", + "add_outgoing_webhook.description": "Omschrijving", + "add_outgoing_webhook.description.help": "Omschrijving van jouw uitgaande webhook.", + "add_outgoing_webhook.displayName": "Weergavenaam", + "add_outgoing_webhook.displayName.help": "Weergavenaam voor jouw uitgaande webhook van maximaal 64 karakters.", + "add_outgoing_webhook.doneHelp": "Jouw uitgaande webhook is ingesteld. Het onderstaande token zal worden verstuurd in de uitgaande payload. Wees er zeker van dat het verzoek kwam van jouw Mattermost team (zie documentatie voor meer informatie). ", + "add_outgoing_webhook.name": "Naam", + "add_outgoing_webhook.save": "Opslaan", + "add_outgoing_webhook.token": "Token: {token}", + "add_outgoing_webhook.triggerWords": "Activeer woorden (één per regel)", + "add_outgoing_webhook.triggerWords.help": "Berichten die starten met 1 van de gespecificeerde woorden zullen de uitgaande webhook triggeren. Optioneel als het Kanaal is geselecteerd.", + "add_outgoing_webhook.triggerWordsOrChannelRequired": "Een geldig kanaal, of een lijst van activeer-woorden is vereist", + "add_outgoing_webhook.triggerWordsTriggerWhen": "Activatiewoord", + "add_outgoing_webhook.triggerWordsTriggerWhen.help": "Kies wanneer de activatie voor uitgaande webhook in werking treed; wanneer het eerste woord van het bericht overeenkomt met een trigger-woord, of wanneer het start met een trigger-woord.", + "add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "Eerste trigger woord komt exact overeen", + "add_outgoing_webhook.triggerWordsTriggerWhenStartsWith": "Eerste woord start met een trigger woord", + "admin.advance.cluster": "High Availability (Beta)", + "admin.advance.metrics": "Performance Monitoring", + "admin.audits.reload": "Laad de gebruikeractiviteit logs opnieuw", + "admin.audits.title": "Gebruiker activiteits logs", + "admin.authentication.email": "Email authenticatie", + "admin.authentication.gitlab": "GitLab", + "admin.authentication.ldap": "AD/LDAP", + "admin.authentication.oauth": "OAuth 2.0", + "admin.authentication.saml": "SAML", + "admin.banner.heading": "Opmerking:", + "admin.cluster.enableDescription": "Mattermost SAML logins toestaan. Lees hier de documentatie over het configureren van SAML voor Mattermost.", + "admin.cluster.enableTitle": "High Availability modus aanzetten:", + "admin.cluster.interNodeListenAddressDesc": "Het adres waarop de server zal luisteren voor communicatie met andere servers.", + "admin.cluster.interNodeListenAddressEx": "Bijv.: \":8075\"", + "admin.cluster.interNodeListenAddressTitle": "Inter-Node Listen Adres:", + "admin.cluster.interNodeUrlsDesc": "De interne/privé URL's van alle Mattermost servers gescheiden door komma's. ", + "admin.cluster.interNodeUrlsEx": "Bijv.: \"http://10.10.10.30, http://10.10.10.31\"", + "admin.cluster.interNodeUrlsTitle": "Inter-Node URL's:", + "admin.cluster.loadedFrom": "Het configuratiebestand was geladen van Node ID {clusterId}. Zie de Troubleshooting Guide in onze documentatie als je problemen ondervind bij de toegang tot de Systeem Console via een loadbalancer.", + "admin.cluster.noteDescription": "Het veranderen van configuratie in deze sectie zal een server herstart vereisen voordat het in werking treed. Wanneer High Availability mode geactiveerd is, zal System Console op alleen-lezen gezet worden en kan alleen gewijzigd worden via het configuratie bestand.", + "admin.cluster.should_not_change": "Waarschuwing: Deze instellingen zullen waarschijnlijk niet in sync staat met andere servers in het cluster. High Availability inter-node communicatie zal niet starten tot config.json gelijk is op alle servers en Mattermost is herstart. Bekijk de documentatie om te zien hoe je een server aan het cluster toevoegt of verwijdert. Wanneer u de Systeem Console via een load balancer benadert en problemen ervaart, lees de Troubleshooting Guide in onze documentatie.", + "admin.cluster.status_table.config_hash": "Configuratie Bestand MD5", + "admin.cluster.status_table.hostname": "Hostnaam", + "admin.cluster.status_table.id": "Node ID", + "admin.cluster.status_table.reload": " Herlaad Cluster Status", + "admin.cluster.status_table.status": "Status", + "admin.cluster.status_table.url": "Inter-Node URL", + "admin.cluster.status_table.version": "Versie", + "admin.compliance.directoryDescription": "De directory waar de \"compliance\" rapporten worden weggeschreven. Indien leeg, word ./data/ gebruikt.", + "admin.compliance.directoryExample": "Bijv.: \"./data/\"", + "admin.compliance.directoryTitle": "Nalevingsrapport Map:", + "admin.compliance.enableDailyDesc": "Indien gekozen, dan zal Mattermost dagenlijks een \"compliance\" rapport genereren.", + "admin.compliance.enableDailyTitle": "Schakel dagenlijkse rapportages in:", + "admin.compliance.enableDesc": "Wanneer aanstaat, Mattermost staat toe om te rapporteren vanaf de Compliance and Auditing tab. Bekijk de documentatie om meer te lezen.", + "admin.compliance.enableTitle": "Inschakelen Nalevingsrapport:", + "admin.compliance.false": "uitgeschakeld", + "admin.compliance.noLicense": "

    Noot:

    'Compliance' is een enterprise optie, welke geen deel uitmaakt van de huidige licentie. Klink hier voor meer informatie en prijzen van de enterprise licentie(s).

    ", + "admin.compliance.save": "Opslaan", + "admin.compliance.saving": "Configuratie opslaan...", + "admin.compliance.title": "\"Compliance\" instellingen", + "admin.compliance.true": "ingeschakeld", + "admin.compliance_reports.desc": "Functie naam:", + "admin.compliance_reports.desc_placeholder": "Bv. \"Audit 445 voor PZ\"", + "admin.compliance_reports.emails": "E-mailadressen:", + "admin.compliance_reports.emails_placeholder": "Bv.: \"piet@voorbeeld.nl, marc@voorbeeld.be\"", + "admin.compliance_reports.from": "Van:", + "admin.compliance_reports.from_placeholder": "Bijv. \"11-mrt-2016\"", + "admin.compliance_reports.keywords": "Trefwoorden:", + "admin.compliance_reports.keywords_placeholder": "Bijv. \"aandelen\"", + "admin.compliance_reports.reload": "Het opnieuw laden van de Compliance Rapporten is voltooid", + "admin.compliance_reports.run": "Compliance rapportage uitvoeren", + "admin.compliance_reports.title": "\"Compliance\" rapportage", + "admin.compliance_reports.to": "Aan:", + "admin.compliance_reports.to_placeholder": "Bijv. \"15-mrt-2016\"", + "admin.compliance_table.desc": "Omschrijving", + "admin.compliance_table.download": "Downloaden", + "admin.compliance_table.params": "Parameters", + "admin.compliance_table.records": "Aantal records", + "admin.compliance_table.status": "Status", + "admin.compliance_table.timestamp": "Tijdaanduiding", + "admin.compliance_table.type": "Type", + "admin.compliance_table.userId": "Aangevraagd door", + "admin.connectionSecurityNone": "Geen", + "admin.connectionSecurityNoneDescription": "Mattermost gebruikt een onbeveilgde verbinding.", + "admin.connectionSecurityPlain": "PLATTE", + "admin.connectionSecurityPlainDescription": "Mattermost gebruikt een onbeveiligde verbinding om te verbinden en authenticeren.", + "admin.connectionSecurityStart": "STARTTLS", + "admin.connectionSecurityStartDescription": "Gebruik een bestaand onveilige verbinding en probeerd deze te upgraden naar beveiligde verbinding door middel van TLS.", + "admin.connectionSecurityTest": "Verbinding testen", + "admin.connectionSecurityTitle": "Beveiliging verbinding(en):", + "admin.connectionSecurityTls": "TLS", + "admin.connectionSecurityTlsDescription": "Beveiligd communicatie tussen Mattermost en de server.", + "admin.customization.androidAppDownloadLinkDesc": "Voeg een link toe naar de Android app. Gebruikers die via een mobiele webbrowser de site bezoeken zullen een pagina krijgen met de optie om de app te downloaden. Laat dit veld leeg om deze pagina niet weer te geven. ", + "admin.customization.androidAppDownloadLinkTitle": "Android App Download Link:", + "admin.customization.appDownloadLinkDesc": "Voeg een link toe naar de download pagina voor de Mattermost apps. Als er een link is, een optie met \"Download Mattermost Apps\" zal worden toegevoegd aan het Hoofdmenu, zodat gebruikers de download pagina kunnen vinden. Laat dit veld leef om deze optie te verbergen in het Hoofdmenu.", + "admin.customization.appDownloadLinkTitle": "Mattermost Apps Download Pagina Link:", + "admin.customization.customBrand": "Aangepaste huisstijl", + "admin.customization.customEmoji": "Aangepaste emoji", + "admin.customization.enableCustomEmojiDesc": "Inschakelen dat gebruikers aangepaste emojis kunnen maken voor in berichten. Wanneer ingeschakeld, Aagepaste Emoji instellingen staan dan bij wisselen van team en dan op de drie puntjes klikken, en selecteer \"Aangepaste Emoji\".", + "admin.customization.enableCustomEmojiTitle": "Aangepaste emoji inschakelen:", + "admin.customization.enableLinkPreviewsDesc": "Enable users to display a preview of website content below the message, if available. When true, website previews can be enabled from Account Settings > Advanced > Preview pre-release features.", + "admin.customization.enableLinkPreviewsTitle": "Enable Link Previews:", + "admin.customization.iosAppDownloadLinkDesc": "Voeg een link toe naar de iOs app. Gebruikers die via een mobiele webbrowser de site bezoeken zullen een pagina krijgen met de optie om de app te downloaden. Laat dit veld leeg om deze pagina niet weer te geven. ", + "admin.customization.iosAppDownloadLinkTitle": "iOS App Download Link:", + "admin.customization.linkPreviews": "Link voorvertoningen", + "admin.customization.nativeAppLinks": "Mattermost App Links", + "admin.customization.restrictCustomEmojiCreationAdmin": "Sta Systeem en Team beheerders toe om aangepaste emojis te maken", + "admin.customization.restrictCustomEmojiCreationAll": "Iedereen toestaan aangepaste emoji te maken", + "admin.customization.restrictCustomEmojiCreationDesc": "Aanmaken van emoji beperken tot specifieke gebruikers.", + "admin.customization.restrictCustomEmojiCreationSystemAdmin": "Alleen Systeem beheerders toestaan om aangepaste emoji te maken", + "admin.customization.restrictCustomEmojiCreationTitle": "Aangepaste emoji beperken:", + "admin.customization.support": "Wettelijk en Ondersteuning", + "admin.database.title": "Database instellingen", + "admin.developer.title": "Ontwikkelaars instellingen", + "admin.email.agreeHPNS": " Ik begrijp en accepteer de Mattermost Gehoste Push Meldingen Service Servicevoorwaarden en Privacy-beleid.", + "admin.email.allowEmailSignInDescription": "Indien ingeschakeld dan kunnen gebruikers inloggen in Mattermost met hun e-mailadres en wachtwoord.", + "admin.email.allowEmailSignInTitle": "Inschakelen van inloggen met email:", + "admin.email.allowSignupDescription": "Indien gezet dan kan binnen Mattermost teams en accounts gemaakt worden op basis van e-mailadres en wachtwoord. Schakel deze optie uit wanneer aanmelden bepert moet worden op basis van single-sign-on opties zoals OAuth of AD/LDAP.", + "admin.email.allowSignupTitle": "Inschakelen van het maken van een account met email: ", + "admin.email.allowUsernameSignInDescription": "Indien gezet dan kunnen gebruikers lid worden van Mattermost op basis van gebruikersnaam en wachtwoord. Deze optie word meestal gebruikt als e-mailadres verificatie uitgeschakeld is.", + "admin.email.allowUsernameSignInTitle": "Inschakelen van inloggen met gebruikersnaam: ", + "admin.email.connectionSecurityTest": "Verbinding testen", + "admin.email.easHelp": "Meer informatie over het maken en implementeren van uw eigen mobiele apps van een Enterprise App Store.", + "admin.email.emailFail": "Verbinding was niet succesvol: {error}", + "admin.email.emailSuccess": "Het versturen van een e-mail lijkt foutloos verlopen. Controleer de mail ter bevestiging.", + "admin.email.enableEmailBatching.clusterEnabled": "Bulk email kan niet worden aangezet als de High Availability modus aan staat.", + "admin.email.enableEmailBatching.siteURL": "Niet mogelijk om bulk email aan te zetten als de SiteURL niet is ingevuld in Configuratie > SiteURL.", + "admin.email.enableEmailBatchingDesc": "Wanneer aangezet kunnen gebruikers email notificaties krijgen van meerdere directe berichten en vermeldingen in 1 email, configureerbaar in Account Instellingen > Notificaties", + "admin.email.enableEmailBatchingTitle": "Aanzetten Bulk Email:", + "admin.email.fullPushNotification": "Stuur een bericht met samenvatting", + "admin.email.genericPushNotification": "Stuur een algemeen bericht met de gebruiker en kanaal namen", + "admin.email.inviteSaltDescription": "32-karakter 'salt' word gebruikt voor het versturen van e-mail uitnodigingen. Deze worden willekeurig gegenereerd tijdens de installatie. Klik op \"Opnieuw Genereren\" om een nieuwe 'salt' te maken.", + "admin.email.inviteSaltExample": "Bijv.: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.inviteSaltTitle": "Email uitnodiging salt:", + "admin.email.mhpns": "Gebruik de versleutelde aansluiting op HPNS van productie-kwaliteit voor iOS-en Android-apps", + "admin.email.mhpnsHelp": "Download Mattermost iOS-app van iTunes. Download Mattermost Android app uit Google Play. Meer informatie over HPNS.", + "admin.email.mtpns": "Gebruik van iOS-en Android-apps in iTunes en de Google Play met TPNS", + "admin.email.mtpnsHelp": "Download Mattermost iOS-app van iTunes. Download Mattermost Android app uit Google Play. Meer informatie over TPNS.", + "admin.email.nofificationOrganizationExample": "Bijvoorbeeld \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", + "admin.email.notificationDisplayDescription": "Weergavenaam van e-mail account word gebruikt tijdens het versturen van meldings-e-mails vanuit Mattermost.", + "admin.email.notificationDisplayExample": "Bijv.: \"Mattermost Melding\", \"Systeem\", \"Niet-Antwoorden\"", + "admin.email.notificationDisplayTitle": "Meldings-weergave naam:", + "admin.email.notificationEmailDescription": "In meldings-e-mails van Mattermost word het e-mailadres van het account gebruikt.", + "admin.email.notificationEmailExample": "Bv. \"mattermost@uwbedrijf.nl\", \"beheer@uwbedrijf.be\"", + "admin.email.notificationEmailTitle": "Melding afzender E-mailadres", + "admin.email.notificationOrganization": "Email Adres in voettekst van melding", + "admin.email.notificationOrganizationDescription": "Organisatie naam en adres weergegeven op e-mailberichten van Mattermost, zoals \"© ABC Corporation, 565 Knight Way, Palo Alto, Californië, 94305, USA\". Als het veld leeg wordt gelaten, wordt de naam en het adres van de organisatie niet weergegeven.", + "admin.email.notificationOrganizationExample": "Bijvoorbeeld \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", + "admin.email.notificationsDescription": "Meestal ingesteld op ingeschakeld in productie. Wanneer dit ingeschakeld is, zal Mattermost e-mailberichten verzenden. Ontwikkelaars kunnen dit veld op uitgeschakeld zetten om e-mail instellen over te slaan voor een snellere ontwikkeling.
    Wanneer ingeschakeld wordt de preview mode banner niet meer getoond (dit vereist uitloggen en opnieuw inloggen nadat deze instelling wordt gewijzigd).", + "admin.email.notificationsTitle": "Inschakelen van E-mail Meldingen: ", + "admin.email.passwordSaltDescription": "32-karakter 'salt' wordt gebruikt om wachtwoord reset mails te beveiligen. Deze wordt tijdens installatie aangemaakt. Klik op \"Opnieuw Genereren\" om een nieuwe 'salt' te maken.", + "admin.email.passwordSaltExample": "Bijv.: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.passwordSaltTitle": "Wachtwoord reset 'salt':", + "admin.email.pushContentDesc": "Het selecteren van \"Verzend algemene beschrijving met de gebruiker en kanaal namen\" biedt push-notificaties met generieke berichten, met inbegrip van de namen van de gebruikers en kanalen, maar geen specifieke details uit de tekst van het bericht.

    \"Verstuur volledige bericht snippet\" stuurt uittreksels uit berichten die worden getriggered door notificaties met specifieke kenmerken en kunnen vertrouwelijke informatie bevatten. Als uw Push Notification Service zich buiten een firewall bevindt, is het STERK AANBEVOLEN deze optie alleen te gebruiken met een 'https' protocol om de verbinding te versleutelen.", + "admin.email.pushContentTitle": "Push meldings-berichten:", + "admin.email.pushDesc": "Meestal ingesteld op ingeschakeld in productie. Wanneer dit ingeschakeld is, zal Mattermost iOS-en Android-push-berichten verzenden via de push meldings-server.", + "admin.email.pushOff": "Verstuur geen meldings-notificaties", + "admin.email.pushOffHelp": "Zie de documentatie over push-meldingen voor meer informatie over setup-opties.", + "admin.email.pushServerDesc": "Locatie van Mattermost push meldingen service kunt u achter uw firewall gebruiken via https://github.com/mattermost/push-proxy. Voor het testen kunt u gebruik maken van http://push-test.mattermost.com die een verbinding maakt van de voorbeeld Mattermost iOS-app in de openbare AppStore van Apple. Gebruik geen test service voor productie-implementaties.", + "admin.email.pushServerEx": "Bijv.: \"http://push-test.mattermost.com\"", + "admin.email.pushServerTitle": "Push meldingen-server:", + "admin.email.pushTitle": "Inschakelen Push Meldingen: ", + "admin.email.requireVerificationDescription": "Meestal ingesteld op ingeschakeld in productie. Wanneer dit ingeschakeld is, zal Mattermost een e-mail verificatie versturen na het aanmaken van een account voor het maken van een account. Ontwikkelaars kunnen dit veld op uitgeschakeld zetten om het versturen van de verificatie-e-mails over te slaan voor een snellere ontwikkeling.", + "admin.email.requireVerificationTitle": "Vereist e-mail verificatie: ", + "admin.email.selfPush": "Voer de locatie van de push meldingen service handmatig in", + "admin.email.smtpPasswordDescription": " Vraag de credentials op bij de beheerder van de e-mail server.", + "admin.email.smtpPasswordExample": "Bijv. \"uwwachtwoord\", \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.email.smtpPasswordTitle": "SMTP server wachtwoord:", + "admin.email.smtpPortDescription": "De poort van de SMTP (mailserver).", + "admin.email.smtpPortExample": "E.g.: \"25\", \"465\", \"587\"", + "admin.email.smtpPortTitle": "SMTP server poort :", + "admin.email.smtpServerDescription": "Naam of ip adres van de SMTP (mail)server.", + "admin.email.smtpServerExample": "Bijv. \"smtp.uwbedrijf.nl\", \"email-smtp.us-east-1.amazonaws.com\"", + "admin.email.smtpServerTitle": "SMTP (mail)server:", + "admin.email.smtpUsernameDescription": " Vraag de credentials op bij de beheerder van de e-mail server.", + "admin.email.smtpUsernameExample": "Bv. \"beheerder@uwbedrijf.nl\", \"AKIADTOVBGERKLCBV\"", + "admin.email.smtpUsernameTitle": "SMTP server gebruikersnaam:", + "admin.email.testing": "Testen...", + "admin.false": "uitgeschakeld", + "admin.file_upload.chooseFile": "Kies een bestand", + "admin.file_upload.noFile": "Geen bestand geüpload", + "admin.file_upload.uploadFile": "Upload", + "admin.files.images": "Afbeeldingen", + "admin.files.storage": "Opslag", + "admin.general.configuration": "Configuratie", + "admin.general.localization": "Lokalisatie", + "admin.general.localization.availableLocalesDescription": "Stel in welke talen beschikbaar zijn om tussen te wisselen in de Acount Instellingen (laat dit veld leeg om alle ondersteunde talen beschikbaar te stellen). Als je handmatig nieuwe talen opgeeft, de Standaard Taal moet worden toegevoegd voor je dit opslaat.

    Wil je helpen met vertalen? Word lid van de Mattermost Vertaal Server.", + "admin.general.localization.availableLocalesNoResults": "No results found", + "admin.general.localization.availableLocalesNotPresent": "The default client language must be included in the available list", + "admin.general.localization.availableLocalesTitle": "Beschikbare talen:", + "admin.general.localization.clientLocaleDescription": "Standaard taal voor nieuw aangemaakte gebruikers en pagina's bij eerste bezoek.", + "admin.general.localization.clientLocaleTitle": "Standaard client taal:", + "admin.general.localization.serverLocaleDescription": "Standaard taal voor de systeem-berichten en logboeken. Indien dit wordt gewijzigd moet de server opnieuw worden opgestart.", + "admin.general.localization.serverLocaleTitle": "Standaard server taal:", + "admin.general.log": "Loggen", + "admin.general.policy": "Beleid", + "admin.general.policy.allowEditPostAlways": "Any time", + "admin.general.policy.allowEditPostDescription": "Set policy on the length of time authors have to edit their messages after posting.", + "admin.general.policy.allowEditPostNever": "Nooit", + "admin.general.policy.allowEditPostTimeLimit": "seconds after posting", + "admin.general.policy.allowEditPostTitle": "Allow users to edit their messages:", + "admin.general.policy.permissionsAdmin": "Team en Systeem Admins", + "admin.general.policy.permissionsAll": "Alle teamleden", + "admin.general.policy.permissionsAllChannel": "All channel members", + "admin.general.policy.permissionsChannelAdmin": "Channel, Team and System Admins", + "admin.general.policy.permissionsDeletePostAdmin": "Team en Systeem Admins", + "admin.general.policy.permissionsDeletePostAll": "Message authors can delete their own messages, and Administrators can delete any message", + "admin.general.policy.permissionsDeletePostSystemAdmin": "Systeem beheerders", + "admin.general.policy.permissionsSystemAdmin": "Systeem beheerders", + "admin.general.policy.restrictPostDeleteDescription": "Set policy on who has permission to delete messages.", + "admin.general.policy.restrictPostDeleteTitle": "Allow which users to delete messages:", + "admin.general.policy.restrictPrivateChannelCreationDescription": "Set policy on who can create private groups.", + "admin.general.policy.restrictPrivateChannelCreationTitle": "Enable private group creation for:", + "admin.general.policy.restrictPrivateChannelDeletionCommandLineToolLink": "command line tool", + "admin.general.policy.restrictPrivateChannelDeletionDescription": "Set policy on who can delete private groups. Deleted groups can be recovered from the database using a {commandLineToolLink}.", + "admin.general.policy.restrictPrivateChannelDeletionTitle": "Enable private group deletion for:", + "admin.general.policy.restrictPrivateChannelManagementDescription": "Zet een policy aan wie er kan maken, verwijderen, hernoemen en de header instellen bij gebruik van privé groepen.", + "admin.general.policy.restrictPrivateChannelManagementTitle": "Enable private group renaming for:", + "admin.general.policy.restrictPublicChannelCreationDescription": "Set policy on who can create public channels.", + "admin.general.policy.restrictPublicChannelCreationTitle": "Enable public channel creation for:", + "admin.general.policy.restrictPublicChannelDeletionCommandLineToolLink": "command line tool", + "admin.general.policy.restrictPublicChannelDeletionDescription": "Set policy on who can delete public channels. Deleted channels can be recovered from the database using a {commandLineToolLink}.", + "admin.general.policy.restrictPublicChannelDeletionTitle": "Enable public channel deletion for:", + "admin.general.policy.restrictPublicChannelManagementDescription": "Stel in wie publieke kanalen kan maken, verwijderen, hernoemen, en de koptekst en het doel ervan instellen.", + "admin.general.policy.restrictPublicChannelManagementTitle": "Enable public channel renaming for:", + "admin.general.policy.teamInviteDescription": "Zet een policy op wie er anderen kan uitnodigen om lid te worden van een team met Nodig Nieuw Lid Uit om uit te nodigen per email, of de Krijg Team Uitnodigings Link opties vanuit het Hoofdmenu. Als Krijg Team Uitnodigings Link is gebruikt om een link te delen, kan je de link laten verlopen in de Team Instellingen > Uitnodigings Code nadat de gewenste gebruikers lid zijn geworden van het team.", + "admin.general.policy.teamInviteTitle": "Versturen van team uitnodigingen toestaan vanaf:", + "admin.general.privacy": "Privacy", + "admin.general.usersAndTeams": "Gebruikers en Teams", + "admin.gitab.clientSecretDescription": "Gebruik bovenstaande instructies om de waarde te bepalen, zodat via GitLab ingelogt kan worden.", + "admin.gitlab.EnableHtmlDesc": "
    1. Log in op uw GitLab account en ga naar Profiel Instellingen -> Toepassingen.
    2. Voer redirect URI's \"/login/gitlab/complete\" (bijv.: http://localhost:8065/login/gitlab/complete) en \"/signup/gitlab/complete\".
    3. en gebruik vervolgens de \"Geheim\" en \"Id\" velden van GitLab om op onderstaande opties te voltooien.
    4. Het voltooien van de eindpunt-URL's hieronder.
    ", + "admin.gitlab.authDescription": "Geef https:///oauth/authorize in (bijvoorbeeld https://example.com:3000/oauth/authorize). Zorg ervoor dat u HTTP of HTTPS in de URL gebruikt, afhankelijk van de configuratie van uw server.", + "admin.gitlab.authExample": "Bijv.: \"https:///oauth/authorize\"", + "admin.gitlab.authTitle": "Auth eindpunt:", + "admin.gitlab.clientIdDescription": "Bepaal deze waarde via de instructies hierboven, zodat ingelogt kan worden via GitLab", + "admin.gitlab.clientIdExample": "Bijv.: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientIdTitle": "Applicatie ID:", + "admin.gitlab.clientSecretExample": "Bijv.: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientSecretTitle": "Applicatie Geheime Sleutel:", + "admin.gitlab.enableDescription": "Indien gezet, dan kunnen teams en gebruikers binnen Mattermost worden aangemaakt via Gitlab OAuth.", + "admin.gitlab.enableTitle": "Inschakelen authenticatie met GitLab: ", + "admin.gitlab.settingsTitle": "GitLab instellingen", + "admin.gitlab.tokenDescription": "Geef https:///oauth/token in. Zorg ervoor dat u HTTP of HTTPS in de URL gebruikt, afhankelijk van de configuratie van uw server.", + "admin.gitlab.tokenExample": "Bijv.: \"https:///oauth/token\"", + "admin.gitlab.tokenTitle": "Token eindpunt:", + "admin.gitlab.userDescription": "Geef https:///api/v3/user. Zorg ervoor dat u HTTP of HTTPS in de URL gebruikt, afhankelijk van de configuratie van uw server.", + "admin.gitlab.userExample": "Bijv.: \"https:///api/v3/user\"", + "admin.gitlab.userTitle": "Gebruikers API eindpunt:", + "admin.google.EnableHtmlDesc": "
    1. Inloggen op uw Google account.
    2. Ga naar https://console.developers.google.com, klik op Credentials in het linker menu en voer \"Mattermost - uw-bedrijfsnaam\" in als Project Name, klik daarna op Create.
    3. Klik op OAuth consent screen en voer \"Mattermost\" in als Product name shown to users, klik daarna op Save.
    4. Onder de kop Credentials, klik Create credentials, kies OAuth client ID en selecteer Web Application.
    5. Onder Restrictions en Authorized redirect URIs voer in jouw-mattermost-url/signup/google/complete (bijv.: http://localhost:8065/signup/google/complete). Klik Create.
    6. Plak de Client ID en Client Secret in onderstaande velden, klik daarna op Save.
    7. Als laatste stap, ga naar Google+ API en klik Enable. Het kan een aantal minuten duren voordat het de systemen van Google actief is.
    ", + "admin.google.authTitle": "Auth Eindpunt:", + "admin.google.clientIdDescription": "Het Client ID wat je hebt ontvangen bij het registreren van je applicatie bij Google.", + "admin.google.clientIdExample": "Bijv.: \"7602141235235-url0fhs1mayfasbmop5qlfns8dh4.apps.googleusercontent.com\"", + "admin.google.clientIdTitle": "Client ID:", + "admin.google.clientSecretDescription": "Het Client Secret wat je hebt ontvangen bij het registreren van je applicatie bij Google.", + "admin.google.clientSecretExample": "Bijv.: \"H8sz0Az-dDs2p15-7QzD231\"", + "admin.google.clientSecretTitle": "Client Geheim:", + "admin.google.tokenTitle": "Token Eindpunt:", + "admin.google.userTitle": "Gebruikers API Eindpunt:", + "admin.image.amazonS3BucketDescription": "De naam die gekozen is voor de S3 bucket op AWS.", + "admin.image.amazonS3BucketExample": "Bijv.: \"mattermost-media\"", + "admin.image.amazonS3BucketTitle": "Amazon S3 Bucket:", + "admin.image.amazonS3EndpointDescription": "Hostname of your S3 Compatible Storage provider. Defaults to `s3.amazonaws.com`.", + "admin.image.amazonS3EndpointExample": "E.g.: \"s3.amazonaws.com\"", + "admin.image.amazonS3EndpointTitle": "Amazon S3 Endpoint:", + "admin.image.amazonS3IdDescription": "Verkrijg de credentials van uw Amazon EC2 beheerder.", + "admin.image.amazonS3IdExample": "Bijv.: \"AKIADTOVBGERKLCBV\"", + "admin.image.amazonS3IdTitle": "Amazon S3 toegangs sleutel ID:", + "admin.image.amazonS3RegionDescription": "AWS regie die gekozen is tijdens het aanmaken van uw S3 bucket.", + "admin.image.amazonS3RegionExample": "Bijv.: \"us-east-1\"", + "admin.image.amazonS3RegionTitle": "Amazon S3 Regio:", + "admin.image.amazonS3SSLDescription": "When false, allow insecure connections to Amazon S3. Defaults to secure connections only.", + "admin.image.amazonS3SSLTitle": "Enable Secure Amazon S3 Connections:", + "admin.image.amazonS3SecretDescription": "Verkrijg deze credential van de Amazon EC2 beheerder.", + "admin.image.amazonS3SecretExample": "Bijv.: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.image.amazonS3SecretTitle": "Amazon S3 geheime toegangs sleutel:", + "admin.image.localDescription": "Map waar bestanden en afbeeldingen worden ogeslagen. Wanneer leeg, standaard is ./data/.", + "admin.image.localExample": "Bijv.: \"./data/\"", + "admin.image.localTitle": "Lokale opslagmap:", + "admin.image.maxFileSizeDescription": "Maximale bestandsgroote voor bijlages in megabytes. Let Op: Controleer server geheugen voor jouw keuze. Grote bestanden kunnen het risico op server crashes en gefaalde uploads vergroten door netwerk interrupties.", + "admin.image.maxFileSizeExample": "50", + "admin.image.maxFileSizeTitle": "Maximale bestandsgrootte:", + "admin.image.previewHeightDescription": "De maximale hoogte van het beeld (\"0\": Stelt automatisch de hoogte in). Het bijwerken van deze waarde verandert hoe voorbeeld afbeeldingen worden afgebeeld in de toekomst, maar verandert niets aan beelden die reeds gemaakt zijn.", + "admin.image.previewHeightExample": "Bijv.: \"0\"", + "admin.image.previewHeightTitle": "Afbeelding Voorbeeld Hoogte:", + "admin.image.previewWidthDescription": "De maximale breedte van de voorbeeld afbeelding. Het bijwerken van deze waarde verandert hoe voorbeld afbeeldingen worden afgebeeld in de toekomst, maar verandert niets aan beelden die reeds gemaakt zijn.", + "admin.image.previewWidthExample": "Bijv.: \"1024\"", + "admin.image.previewWidthTitle": "Afbeeldingsvoorbeeld Breedte: ", + "admin.image.profileHeightDescription": "Hoogte van het profiel figuur.", + "admin.image.profileHeightExample": "Bijv.: \"0\"", + "admin.image.profileHeightTitle": "Profiel Afbeelding Hoogte: ", + "admin.image.profileWidthDescription": "Breedte van profiel figuur.", + "admin.image.profileWidthExample": "Bijv.: \"1024\"", + "admin.image.profileWidthTitle": "Profiel Afbeelding Breedte:", + "admin.image.publicLinkDescription": "'salt' van 32 tekens welke wordt gebruikt voor het signeren van publieke afbeeldingen. Deze worden willekeurig gegenereerd tijdens de installatie. Klik op \"Opnieuw genereren\" om een nieuwe 'salt' te maken.", + "admin.image.publicLinkExample": "Bijv.: \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.image.publicLinkTitle": "Publieke link 'salt':", + "admin.image.shareDescription": "Sta gebruikers toe om publieke links naar bestanden en figuren te delen.", + "admin.image.shareTitle": "Inschakelen publieke bestand links: ", + "admin.image.storeAmazonS3": "Amazon S3", + "admin.image.storeDescription": "Opslagsysteem waar bestanden en afbeeldingen opgeslagen worden.

    Het selecteren van \"Amazon S3\" maakt de velden beschikbaar om uw Amazon gegevens en bucket details in te vullen.

    Het selecteren van \"Lokaal bestandssysteem\" maakt het veld beschikbaar om een locale directory op te geven.", + "admin.image.storeLocal": "Lokaal bestandssysteem", + "admin.image.storeTitle": "Bestand Opslagsysteem:", + "admin.image.thumbHeightDescription": "De hoogte van de thumbnails gegenereerd op basis van geüploade foto's. Het bijwerken van deze waarde verandert hoe thumbnail afbeeldingen worden afgebeeld in de toekomst, maar verandert niets aan beelden die reeds gemaakt zijn.", + "admin.image.thumbHeightExample": "Bijv.: \"100\"", + "admin.image.thumbHeightTitle": "Bijlage Miniatuur Hoogte:", + "admin.image.thumbWidthDescription": "Breedte van de thumbnails gegenereerd op basis van geüploade foto's. Het bijwerken van deze waarde verandert hoe thumbnail afbeeldingen worden afgebeeld in de toekomst, maar verandert niets aan beelden die reeds gemaakt zijn.", + "admin.image.thumbWidthExample": "Bijv.: \"120\"", + "admin.image.thumbWidthTitle": "Bijlage Miniatuur Breedte:", + "admin.integrations.custom": "Aangepaste Intergraties", + "admin.integrations.external": "Externe services", + "admin.integrations.webrtc": "Mattermost WebRTC", + "admin.ldap.baseDesc": "De Base DN is de DN-Naam van de locatie waar Mattermost moet beginnen met het zoeken naar gebruikers in de AD/LDAP-boom.", + "admin.ldap.baseEx": "Bijv.: \"ou=Unit Name,dc=corp,dc=example,dc=com\"", + "admin.ldap.baseTitle": "BaseDN:", + "admin.ldap.bindPwdDesc": "Wachtwoord van de gebruiker in \"Bind Username\".", + "admin.ldap.bindPwdTitle": "Bind-wachtwoord:", + "admin.ldap.bindUserDesc": "De gebruikersnaam om de AD/LDAP-zoekopdracht uit te voeren. Dit is doorgaans een account speciaal gemaakt voor het gebruik met Mattermost. Dit account moet alleen leestoegang hebben tot het gedeelte van AD/LDAP zoals opgegeven in het veld BaseDN.", + "admin.ldap.bindUserTitle": "Bind gebruikersnaam:", + "admin.ldap.emailAttrDesc": "Het attribuut in de AD/LDAP-server die wordt gebruikt voor het vullen van de e-mailadressen van gebruikers in Mattermost.", + "admin.ldap.emailAttrEx": "Bijv.: \"mail\" of \"userPrincipalName\"", + "admin.ldap.emailAttrTitle": "Email attribuut:", + "admin.ldap.enableDesc": "Wanneer 'waar', kunt u in Mattermost inloggen met behulp van AD/LDAP", + "admin.ldap.enableTitle": "Inschakelen van inloggen met AD/LDAP:", + "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.idAttrTitle": "ID Attribuut: ", + "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.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:", + "admin.ldap.maxPageSizeEx": "Bijv.: \"2000\"", + "admin.ldap.maxPageSizeHelpText": "Het maximaal aantal gebruikers die de Mattermost server zal opvragen bij de AD/LDAP server in 1 keer. 0 is ongelimiteerd.", + "admin.ldap.maxPageSizeTitle": "Maximale Pagina Grootte:", + "admin.ldap.nicknameAttrDesc": "(Optional) The attribute in the AD/LDAP server that will be used to populate the nickname of users in Mattermost. When set, users will not be able to edit their nickname, since it is synchronized with the LDAP server. When left blank, users can set their own nickname in Account Settings.", + "admin.ldap.nicknameAttrEx": "Bijv.: \"nickname\"", + "admin.ldap.nicknameAttrTitle": "Nickname attribuut:", + "admin.ldap.noLicense": "

    Nota:

    AD/LDAP is an enterprise optie, welke geen deel uitmaakt van de huidige licentie. Klink hier voor meer informatie en prijzen van de enterprise licentie(s).

    ", + "admin.ldap.portDesc": "De poort die Mattermost zal gebruiken om verbinding te maken met de AD/LDAP-server. Standaard is 389.", + "admin.ldap.portEx": "Bijv.: \"389\"", + "admin.ldap.portTitle": "AD/LDAP poort:", + "admin.ldap.positionAttrDesc": "(Optioneel) Het attribuut in de AD/LDAP-server dat wordt gebruikt voor het vullen van de bijnaam van de gebruikers in Mattermost.", + "admin.ldap.positionAttrEx": "E.g.: \"title\"", + "admin.ldap.positionAttrTitle": "Position Attribute:", + "admin.ldap.queryDesc": "De time-out waarde voor query's naar de AD/LDAP-server. Vergroot deze waarde indien u timeout-fouten krijgt door een trage AD/LDAP-server.", + "admin.ldap.queryEx": "Bijv.: \"60\"", + "admin.ldap.queryTitle": "Time-out voor Query (seconden):", + "admin.ldap.serverDesc": "Het domein of het IP-adres van de AD/LDAP-server.", + "admin.ldap.serverEx": "Bijv.: \"10.0.0.23\"", + "admin.ldap.serverTitle": "AD/LDAP-Server:", + "admin.ldap.skipCertificateVerification": "Overslaan van certificaat verificatie:", + "admin.ldap.skipCertificateVerificationDesc": "Slaat de certificaat verificatie stap over voor TLS of STARTTLS verbindingen. Niet aanbevolen voor productie omgevingen waar TLS is vereist. Gebruik dit enkel voor testdoeleinden.", + "admin.ldap.syncFailure": "Sync Mislukt: {error}", + "admin.ldap.syncIntervalHelpText": "AD/LDAP Synchronisatie werkt Mattermost gebruikers-informatie bij met updates van de AD/LDAP server. Bijvoorbeeld, in geval van een gebruikersnaam wijziging op de AD/LDAP server, wordt de wijziging in Mattermost doorgevoerd wanneer de sychronisatie plaatsvindt. Accounts die verwijderd of uitgeschakeld zijn op de AD/LDAP server, zullen in Mattermost op \"Inactief\" gezet worden en bijbehorende sessies beeindigd. Mattermost zal de synchronisaties uitvoeren op de ingevulde intervals. Bijvoorbeeld, wanneer 60 is ingevuld, zal Mattermost elke 60 minuten een synchronisatie uitvoeren.", + "admin.ldap.syncIntervalTitle": "Synchronisatie-Interval (in minuten):", + "admin.ldap.syncNowHelpText": "Initieer een AD/LDAP synchronisatie meteen.", + "admin.ldap.sync_button": "Synchroniseer AD/LDAP Nu", + "admin.ldap.testFailure": "AD//LDAP Test Mislukt: {error}", + "admin.ldap.testHelpText": "Testen of de Mattermost server verbinding kan maken met de opgegeven AD/LDAP server. Bekijk de log voor meer gedetailleerde foutmeldingen. ", + "admin.ldap.testSuccess": "AD/LDAP Test Succesvol", + "admin.ldap.uernameAttrDesc": "Het attribuut in the AD/LDAP-server dat wordt gebruikt voor het vullen van het veld gebruikersnaam in Mattermost. Dit kan hetzelfde zijn als het ID-attribuut.", + "admin.ldap.userFilterDisc": "Voer eventueel een AD/LDAP filter in om te gebruiken bij het zoeken naar de gebruiker objecten. Alleen de gebruikers geselecteerd door deze query zullen in staat zijn om toegang te krijgen tot Mattermost. Voor Active Directory is de query om gebruikers te filteren (&(objectCategory=Persoon)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))).", + "admin.ldap.userFilterEx": "Bijv. \"(objectClass=user)\"", + "admin.ldap.userFilterTitle": "Gebruiker Filter:", + "admin.ldap.usernameAttrEx": "Bijv.: \"sAMAccountName\"", + "admin.ldap.usernameAttrTitle": "Gebruikersnaam attribuut:", + "admin.license.choose": "Kies een bestand", + "admin.license.chooseFile": "Kies een bestand", + "admin.license.edition": "Editie: ", + "admin.license.key": "Licentie sleutel: ", + "admin.license.keyRemove": "Verwijder de Enterprise Licentie en Downgrade de server", + "admin.license.noFile": "Geen bestand geüpload", + "admin.license.removing": "De licentie wordt verwijderd...", + "admin.license.title": "Editie en Licentie", + "admin.license.type": "Licentie: ", + "admin.license.upload": "Upload", + "admin.license.uploadDesc": "Upload een licentiesleutel voor Mattermost Enterprise Edition om deze server te upgraden. Bezoek ons online om meer te leren over de voordelen van de Enterprise Editie of voor de aankoop van een sleutel.", + "admin.license.uploading": "De licentie wordt geüpload...", + "admin.log.consoleDescription": "Meestal uitgeschakeld in de productie. Ontwikkelaars kunnen dit veld op ingeschakeld zetten om de uitvoer van de log boodschappen naar de console te sturen, gebaseerd op de console niveau optie. Als dit ingeschakeld is, schrijft de server berichten naar de standaard output stroom (stdout).", + "admin.log.consoleTitle": "Log naar console:", + "admin.log.enableDiagnostics": "Aanzetten van Diagnostiek en Fout Rapporteren:", + "admin.log.enableDiagnosticsDescription": "Zet dit aan om de kwaliteit en snelheid te optimaliseren van Mattermost door versturen van fout rapporten en diagnostieke informatie naar Mattermost, Inc. Lees onze privacy policy om meer te lezen.", + "admin.log.enableWebhookDebugging": "Webhook debugging inschakelen:", + "admin.log.enableWebhookDebuggingDescription": "Zet debug logging uit voor alle inkomende webhook requests.", + "admin.log.fileDescription": "Meestal ingesteld op 'ingeschakeld' in de productie. Wanneer dit ingeschakeld is, worden log bestanden geschreven naar het log-bestand dat is opgegeven in de bestandslocatie in het veld hieronder.", + "admin.log.fileLevelDescription": "Deze instelling bepaalt de mate van detail waarin log berichten naar het logboekbestand geschreven worden. FOUT: Geeft alleen maar foutmeldingen. INFO: Geeft de fout berichten en informatie rond het opstarten en initialisatie. DEBUG: Afdrukken van hoge mate van detail voor ontwikkelaars die werken aan het debuggen van problemen.", + "admin.log.fileLevelTitle": "Bestand log-niveau:", + "admin.log.fileTitle": "Log naar bestand:", + "admin.log.formatDateLong": "Datum (2006/01/02)", + "admin.log.formatDateShort": "Datum (01/02/06)", + "admin.log.formatDescription": "Indeling van de logberichten. Indien leeg wordt ingesteld op \"[%D %T] [%L] %M\", waarbij:", + "admin.log.formatLevel": "Level (DEBG, INFO, EROR)", + "admin.log.formatMessage": "Bericht", + "admin.log.formatPlaceholder": "Voer uw bestandsformaat in", + "admin.log.formatSource": "Bron", + "admin.log.formatTime": "Tijd (15:04:05 MST)", + "admin.log.formatTitle": "Bestand Log Formaat:", + "admin.log.levelDescription": "Deze instelling bepaalt de mate van detail waarin log berichten naar het logboekbestand geschreven worden. FOUT: Geeft alleen maar foutmeldingen. INFO: Geeft de fout berichten en informatie rond het opstarten en initialisatie. DEBUG: Afdrukken van hoge mate van detail voor ontwikkelaars die werken aan het debuggen van problemen.", + "admin.log.levelTitle": "Console Log Level:", + "admin.log.locationDescription": "Bestand waarin de logs worden geschreven. Indien leeg, wordt deze ingesteld op ./logs/mattermost, waarin het bestand mattermost.log wordt geschreven. Log rotatie is ingeschakeld en elke 10.000 lijnen van log informatie wordt geschreven naar een nieuw bestand, bewaard in dezelfde map, bijvoorbeeld mattermost.2015-09-23.001, mattermost.2015-09-23.002, enzovoort.", + "admin.log.locationPlaceholder": "Voer uw bestand locatie in", + "admin.log.locationTitle": "Map voor logs:", + "admin.log.logSettings": "Log instellingen", + "admin.logs.reload": "Herladen", + "admin.logs.title": "Server Logs", + "admin.metrics.enableDescription": "When true, Mattermost will enable performance monitoring collection and profiling. Please see documentation to learn more about configuring performance monitoring for Mattermost.", + "admin.metrics.enableTitle": "Enable Performance Monitoring:", + "admin.metrics.listenAddressDesc": "The address the server will listen on to expose performance metrics.", + "admin.metrics.listenAddressEx": "Bijv.: \":8065\"", + "admin.metrics.listenAddressTitle": "Luister Adres:", + "admin.mfa.bannerDesc": "Multi-factor authentication is available for accounts with AD/LDAP or email login. If other login methods are used, MFA should be configured with the authentication provider.", + "admin.mfa.cluster": "High", + "admin.mfa.title": "Multi-factor Authenticatie:", + "admin.nav.help": "Help", + "admin.nav.logout": "Afmelden", + "admin.nav.report": "Een probleem melden", + "admin.nav.switch": "Team Selectie", + "admin.notifications.email": "E-mail", + "admin.notifications.push": "Mobiele push meldingen", + "admin.notifications.title": "Notificatie-instellingen", + "admin.oauth.gitlab": "GitLab", + "admin.oauth.google": "Google Apps", + "admin.oauth.off": "Sta niet toe in te loggen via een OAuth 2.0 provider", + "admin.oauth.office365": "Office 365 (Beta)", + "admin.oauth.providerDescription": "When true, Mattermost can act as an OAuth 2.0 service provider allowing Mattermost to authorize API requests from external applications. See documentation to learn more.", + "admin.oauth.providerTitle": "Aanzetten van OAuth 2.0 Service Provider:", + "admin.oauth.select": "Selecteer OAuth 2.0 service provider:", + "admin.office365.EnableHtmlDesc": "
    1. Log in to your Microsoft or Office 365 account. Make sure it's the account on the same tenant that you would like users to log in with.
    2. Go to https://apps.dev.microsoft.com, click Go to app list > Add an app and use \"Mattermost - your-company-name\" as the Application Name.
    3. Under Application Secrets, click Generate New Password and paste it to the Application Secret Password field below.
    4. Under Platforms, click Add Platform, choose Web and enter your-mattermost-url/signup/office365/complete (example: http://localhost:8065/signup/office365/complete) under Redirect URIs. Also uncheck Allow Implicit Flow.
    5. Finally, click Save and then paste the Application ID below.
    ", + "admin.office365.authTitle": "Auth Eindpunt:", + "admin.office365.clientIdDescription": "Het Spplicatie/Client ID wat je hebt ontvangen bij het registreren van je applicatie bij Microsoft.", + "admin.office365.clientIdExample": "Bijv.: \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"", + "admin.office365.clientIdTitle": "Applicatie ID:", + "admin.office365.clientSecretDescription": "Het Applicatie Secret Wachtwoord wat je hebt ontvangen bij het registreren van je applicatie bij Microsoft.", + "admin.office365.clientSecretExample": "Bijv.: \"shAieM47sNBfgl20f8ci294\"", + "admin.office365.clientSecretTitle": "Applicatie Geheim Wachtwoord:", + "admin.office365.tokenTitle": "Token Eindpunt:", + "admin.office365.userTitle": "Gebruikers API eindpunt:", + "admin.password.lowercase": "Minimaal 1 kleine letter", + "admin.password.minimumLength": "Minimale Wachtwoordlengte", + "admin.password.minimumLengthDescription": "Het wachtwoord moet minimaal uit {{.Min}} karakters bestaan. Het moet een lengte hebben groter of gelijk aan {min} tekens en maximaal {max}", + "admin.password.minimumLengthExample": "Bijv.: \"5\"", + "admin.password.number": "Minimaal 1 cijfer", + "admin.password.preview": "Foutboodschap voorbeeld", + "admin.password.requirements": "Wachtwoord Vereisten: ", + "admin.password.requirementsDescription": "Karakter types voor een geldig wachtwoord.", + "admin.password.symbol": "Ten minstens een van de volgende symbolen: \"~!@#$%^&*()\"", + "admin.password.uppercase": "Minimaal 1 hoofdletter", + "admin.privacy.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators.", + "admin.privacy.showEmailTitle": "Toon e-mail adres: ", + "admin.privacy.showFullNameDescription": "When false, hides the full name of members from everyone except System Administrators. Username is shown in place of full name.", + "admin.privacy.showFullNameTitle": "Toon de volledige naam: ", + "admin.purge.button": "Purge All Caches", + "admin.purge.loading": "Laden...", + "admin.purge.purgeDescription": "This will purge all the in-memory caches for things like sessions, accounts, channels, etc. Deployments using High Availability will attempt to purge all the servers in the cluster. Purging the caches may adversly impact performance.", + "admin.purge.purgeFail": "Recycling was niet succesvol: {error}", + "admin.rate.enableLimiterDescription": "Wanneer ingeschakeld worden APIs beperkt tot de frequentie die hieronder staat.", + "admin.rate.enableLimiterTitle": "Aanzetting Beperking: ", + "admin.rate.httpHeaderDescription": "Wanneer ingevuld, zal rate limiting door HTTP hoofd veld worden gespecificeerd (bv. wanneer NGINX is geconfigureerd met \"X-Real-IP\", wanneer AmazonELB is geconfigureerd met \"X-Forwarded-For\").", + "admin.rate.httpHeaderExample": "Bijv.: \"X-Real-IP\", \"X-Forwarded-For\"", + "admin.rate.httpHeaderTitle": "Vary rate limit by HTTP header", + "admin.rate.maxBurst": "Maximum Burst Size:", + "admin.rate.maxBurstDescription": "Maximum number of requests allowed beyond the per second query limit.", + "admin.rate.maxBurstExample": "Bijv.: \"100\" ", + "admin.rate.memoryDescription": "Maximum aantal geberuikers sessies verbonden met het systeem als \"Vary By Remote Address\" and \"Vary By Header\" instellingen hieronder", + "admin.rate.memoryExample": "Bijv.: \"10000\"", + "admin.rate.memoryTitle": "Geheugen opslag grootte:", + "admin.rate.noteDescription": "Wanneer u wijzigingen aanbrengt in deze sectie moet de server opnieuw worden opgestart.", + "admin.rate.noteTitle": "Let op:", + "admin.rate.queriesDescription": "Beperk API oproepen tot dit aantal opvragingen per seconde.", + "admin.rate.queriesExample": "Bijv.: \"10\"", + "admin.rate.queriesTitle": "Maximaal Queries per Seconde:", + "admin.rate.remoteDescription": "Wanneer aan, limiteer API toegang op basis van IP adres.", + "admin.rate.remoteTitle": "Vary rate limit by remote address: ", + "admin.rate.title": "Snelheidslimiet instellingen", + "admin.recycle.button": "Recycle database verbindingen", + "admin.recycle.loading": " Recyclen...", + "admin.recycle.recycleDescription": "Deployments die gebruik maken van meerdere databases kunnen omschakelen van 1 hoofd database naar een andere zonder het herstarten van de Mattermost server door het bijwerken van de \"config.json\" met de nieuwe configuratie en gebruik makend van de Configuration > Herlaad Configuratie van Disk terwijl de server draait. De beheerder zal dan gebruik moeten maken van Recycle Database Connecties om de database connecties te herladen met de nieuwe instellingen.", + "admin.recycle.reloadFail": "Recycling was niet succesvol: {error}", + "admin.regenerate": "Opnieuw genereren", + "admin.reload.button": "Configuratiebestand herladen", + "admin.reload.loading": "Laden...", + "admin.reload.reloadDescription": "Deployments die gebruik maken van meerdere databases kunnen omschakelen van 1 hoofd database naar een andere zonder het herstarten van de Mattermost server door het bijwerken van de \"config.json\" met de nieuwe configuratie en gebruik makend van de Configuration > Herlaad Configuratie van Disk terwijl de server draait. De beheerder zal dan gebruik moeten maken van Database > Recycle Database Connecties om de database connecties te herladen met de nieuwe instellingen.", + "admin.reload.reloadFail": "Verbinding was niet succesvol: {error}", + "admin.reset_password.close": "Afsluiten", + "admin.reset_password.newPassword": "Nieuw wachtwoord", + "admin.reset_password.select": "Selecteer", + "admin.reset_password.submit": "Voert u alstublieft minstens {chars} tekens in.", + "admin.reset_password.titleReset": "Reset wachtwoord", + "admin.reset_password.titleSwitch": "Overschakelen naar e-mail/wachtwoord", + "admin.saml.assertionConsumerServiceURLDesc": "Voer https:///login/sso/saml in. Zorg ervoor dat HTTP of HTTPS in de URL staat. Dit staat ook bekend als \"Assertion Consumer Service URL\".", + "admin.saml.assertionConsumerServiceURLEx": "Bijv.: \"https:///login/sso/saml\"", + "admin.saml.assertionConsumerServiceURLTitle": "Service Provider Inlog URL:", + "admin.saml.bannerDesc": "User attributes in SAML server, including user deactivation or removal, are updated in Mattermost during user login. Learn more at: https://docs.mattermost.com/deployment/sso-saml.html", + "admin.saml.emailAttrDesc": "De attribute in the SAML-server die wordt gebruikt voor het vullen van de e-mailadressen van gebruikers in Mattermost.", + "admin.saml.emailAttrEx": "Bijv.: \"Email\" of \"Primaire Email\"", + "admin.saml.emailAttrTitle": "Email Attribuut:", + "admin.saml.enableDescription": "Mattermost SAML logins toestaan. Lees hier de documentatie over het configureren van SAML voor Mattermost.", + "admin.saml.enableTitle": "Inschakelen van inloggen met SAML:", + "admin.saml.encryptDescription": "Mattermost zal SAML Assertions decoderen met jouw Publiekelijk Service Provider Certificaat.", + "admin.saml.encryptTitle": "Inschakelen van Versleuteling: ", + "admin.saml.firstnameAttrDesc": "(Optioneel) Het attribuut in the SAML-server dat wordt gebruikt voor het vullen van de voornaam van de gebruikers in Mattermost.", + "admin.saml.firstnameAttrEx": "Bijv.: \"Voornaam\"", + "admin.saml.firstnameAttrTitle": "Voornaam attribuut:", + "admin.saml.idpCertificateFileDesc": "Het publieke authenticatie certificaat gebruikt door uw Identity Provider.", + "admin.saml.idpCertificateFileRemoveDesc": "Verwijder het publieke authenticatie certificaat uitgegeven door uw Identity Provider.", + "admin.saml.idpCertificateFileTitle": "Identity Provider publiek certificaat:", + "admin.saml.idpDescriptorUrlDesc": "De URL voor uitgifte van de SAML verzoeken van uw Identity Provider.", + "admin.saml.idpDescriptorUrlEx": "Bijv.: \"https://idp.example.org/SAML2/issuer\"", + "admin.saml.idpDescriptorUrlTitle": "Identity Provider Issuer URL:", + "admin.saml.idpUrlDesc": "De URL waar Mattermost een login poging start met een SAML request.", + "admin.saml.idpUrlEx": "Bijv.: \"https://idp.example.org/SAML2/SSO/Login\"", + "admin.saml.idpUrlTitle": "SAML SSO URL:", + "admin.saml.lastnameAttrDesc": "(Optioneel) Het attribuut in the SAML-server dat wordt gebruikt voor het vullen van de achternaam van de gebruikers in Mattermost.", + "admin.saml.lastnameAttrEx": "Bijv.: \"Achternaam\"", + "admin.saml.lastnameAttrTitle": "Achternaam Attribuut:", + "admin.saml.localeAttrDesc": "(Optioneel) Het attribuut in the SAM:-server dat wordt gebruikt voor het vullen van de taal van de gebruikers in Mattermost.", + "admin.saml.localeAttrEx": "Bijv.: \"Taal\" of \"PrimaireTaal\"", + "admin.saml.localeAttrTitle": "Voorkeur Taal Attribuut:", + "admin.saml.loginButtonTextDesc": "(Optioneel) De tekst op de login knop op de login pagina. Standaard \"Met SAML\"", + "admin.saml.loginButtonTextEx": "Bijv.: \"Met OKTA\"", + "admin.saml.loginButtonTextTitle": "Inlog Knop Tekst:", + "admin.saml.nicknameAttrDesc": "(Optioneel) Het attribuut in the SAML-server dat wordt gebruikt voor het vullen van de bijnaam van de gebruikers in Mattermost.", + "admin.saml.nicknameAttrEx": "Bijv.: \"Nickname\"", + "admin.saml.nicknameAttrTitle": "Nickname Attribuut:", + "admin.saml.positionAttrDesc": "(Optioneel) Het attribuut in the SAML-server dat wordt gebruikt voor het vullen van de achternaam van de gebruikers in Mattermost.", + "admin.saml.positionAttrEx": "E.g.: \"Role\"", + "admin.saml.positionAttrTitle": "Position Attribute:", + "admin.saml.privateKeyFileFileDesc": "Private sleuten om SAML Assertions van de Identidy Provider mee te decoderen", + "admin.saml.privateKeyFileFileRemoveDesc": "Verwijder de private sleutel welke gebruikt is voor decoderen van de SAML Assertions van de Identity Provider", + "admin.saml.privateKeyFileTitle": "Service Provider Privé Sleutel:", + "admin.saml.publicCertificateFileDesc": "Het certificaat dat gebruikt wordt voor het genereren van een handtekening op een SAML request aan de Identiteitsprovider voor een serviceprovider gestarte SAML login, waar Mattermost de service provider is.", + "admin.saml.publicCertificateFileRemoveDesc": "Verwijder het certificaat dat gebruikt wordt voor het genereren van een handtekening op een SAML request aan de Identiteitsprovider voor een serviceprovider gestarte SAML login, waar Mattermost de service provider is.", + "admin.saml.publicCertificateFileTitle": "Service Provider Publiek Certificaat:", + "admin.saml.remove.idp_certificate": "Verwijder Identity Provider Certificaat", + "admin.saml.remove.privKey": "Service Provider Privé Sleutel:", + "admin.saml.remove.sp_certificate": "Verwijder Service Provider Certificaat", + "admin.saml.removing.certificate": "Verwijderen van Certificaat ...", + "admin.saml.removing.privKey": "Verwijderen van Privé Sleutel... ", + "admin.saml.uploading.certificate": "Uploaden van Certificaat...", + "admin.saml.uploading.privateKey": "Uploaden Privé Sleutel...", + "admin.saml.usernameAttrDesc": "Het attribuut in the SAML-server dat wordt gebruikt voor het invullen van de gebruikersnaam in Mattermost.", + "admin.saml.usernameAttrEx": "Bijv.: \"Gebruikersnaam\"", + "admin.saml.usernameAttrTitle": "Gebruikersnaam Attribuut:", + "admin.saml.verifyDescription": "Mattermost vergelijkt de ondertekening van het SAML response met de Service Provider Login URL", + "admin.saml.verifyTitle": "Ondertekening verifiëren", + "admin.save": "Opslaan", + "admin.saving": "Configuratie opslaan...", + "admin.security.connection": "Verbindingen", + "admin.security.inviteSalt.disabled": "Uitnodiging salt kan niet veranderd worden wanneer het verzenden van e-mails is uitgeschakeld.", + "admin.security.login": "Inloggen", + "admin.security.password": "Wachtwoord", + "admin.security.passwordResetSalt.disabled": "Het resetten van de wachtwoord salt uitgevoerd worden als het verzenden van e-mail is uitgeschakeld.", + "admin.security.public_links": "Publieke links", + "admin.security.requireEmailVerification.disabled": "Email verificatie kan niet veranderd worden als het verzenden van e-mail is uitgeschakeld.", + "admin.security.session": "Sessies", + "admin.security.signup": "Registreren", + "admin.select_team.close": "Afsluiten", + "admin.select_team.select": "Selecteer", + "admin.select_team.selectTeam": "Selecteer team", + "admin.service.attemptDescription": "Aantal aanmeldingspogingen die zijn toegestaan voordat de gebruiker is vergrendeld en het wachtwoord gereset moet worden via e-mail.", + "admin.service.attemptExample": "Bijv.: \"10\"", + "admin.service.attemptTitle": "Maximum aantal aanmeldingspogingen:", + "admin.service.cmdsDesc": "Wanneer dit aanstaat, aangepaste slash commando's zijn toegestaan. Bekijk de documentatie om hier meer over te leren.", + "admin.service.cmdsTitle": "Inschakelen van Slash opdrachten: ", + "admin.service.corsDescription": "HTTP \"Cross origin request\" van een specifiek domein inschakelen. Gebruik \"*\" als je CORS van elk domein wilt toestaan, of laat leeg om uit te schakelen.", + "admin.service.corsEx": "http://voorbeeld.nl", + "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.enforcMfaTitle": "Aanzetten multi-factor authenticatie:", + "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.forward80To443": "Forward port 80 to 443:", + "admin.service.forward80To443Description": "Forwards all insecure traffic from port 80 to secure port 443", + "admin.service.googleDescription": "Zet deze sleutel om de titel van ingevoegde Youtube video's te tonen. Zonder deze sleutel zullen Youtube previews nog steeds gemaakt worden op basis van links die in berichten en reacties worden geplaatst, maar er word geen titel getoond. Bekijken een Google Developers Tutorial voor instructies over hoe deze sleutel te krijgen.", + "admin.service.googleExample": "Bijv.: \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"", + "admin.service.googleTitle": "Google API Sleutel:", + "admin.service.iconDescription": "Wanneer aangezet, webhooks, slash commando's en andere integraties, zoals Zapier, kunnen de profiel afbeelding wijzigen waar mee geplaatst word. Let op: Gecombineerd met toestaan dat integraties gebruikersnamen kunnen overschrijven, kunnen gebruikers zich voordoen als iemand anders.", + "admin.service.iconTitle": "Aanzetten van integraties die overschrijven van profiel afbeeldingen mogelijk maakt:", + "admin.service.insecureTlsDesc": "Wanneer dit aanstaat, alle uitgaande HTTPS verzoeken zullen ongeverifieerde en self-signed certificaten accepteren. Bijvoorbeeld, uitgaande webhooks naar een server met een self-signed TLS certificaat, gebruik makend van een willekeurig domein, zullen worden toegestaan. Let op, dit maakt deze verbindingen vatbaar voor man-in-the-middle aanvallen.", + "admin.service.insecureTlsTitle": "Schakel onbeveiligde uitgaande verbindingen in: ", + "admin.service.integrationAdmin": "Beperk beheer van integraties alleen voor Admins:", + "admin.service.integrationAdminDesc": "Wanneer aangezet, webhooks en slash commando's kunnen alleen gemaakt, bewerkt en bekeken worden door Team en Systeem Beheerders, en OAuth 2.0 applicaties door Systeem Beheerders. Integraties zijn beschikbaar voor alle gebruikers als ze zijn gemaakt door de Beheerder.", + "admin.service.letsEncryptCertificateCacheFile": "Let's Encrypt Certificate Cache File:", + "admin.service.letsEncryptCertificateCacheFileDescription": "Certificates retrieved and other data about the Let's Encrypt service will be stored in this file.", + "admin.service.listenAddress": "Luister Adres:", + "admin.service.listenDescription": "The address and port to which to bind and listen. Specifying \":8065\" will bind to all network interfaces. Specifying \"127.0.0.1:8065\" will only bind to the network interface having that IP address. If you choose a port of a lower level (called \"system ports\" or \"well-known ports\", in the range of 0-1023), you must have permissions to bind to that port. On Linux you can use: \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" to allow Mattermost to bind to well-known ports.", + "admin.service.listenExample": "Bijv.: \":8065\"", + "admin.service.mfaDesc": "When true, users with AD/LDAP or email login can add multi-factor authentication to their account using Google Authenticator.", + "admin.service.mfaTitle": "Aanzetten multi-factor authenticatie:", + "admin.service.mobileSessionDays": "Sessie duur voor mobiel (dagen):", + "admin.service.mobileSessionDaysDesc": "Het aantal dagen dat de gebruiker voor het laatst zijn credentials heeft ingevoerd voordat gebruikers sessie verloopt. Nadat deze instelling is gewijzigd, zal de nieuwe sessie lengte plaatsvinden de volgende keer de gebruiker zijn credentials invult. ", + "admin.service.outWebhooksDesc": "Wanneer dit aanstaat, uitgaande webhooks worden toegestaan. Bekijk de documentatie om hier meer over te lezen.", + "admin.service.outWebhooksTitle": "Inschakelen uitgaande webhooks: ", + "admin.service.overrideDescription": "Wanneer aangezet, webhooks, slash commando's en andere integraties, zoals Zapier, kunnen de profiel afbeelding wijzigen waar mee geplaatst word. Let op: Gecombineerd met toestaan dat integraties gebruikersnamen kunnen overschrijven, kunnen gebruikers zich voordoen als iemand anders. Phishing attacks.", + "admin.service.overrideTitle": "Aanzetten van integraties die overschrijven van gebruikersnaam mogelijk maakt:", + "admin.service.readTimeout": "Read Timeout:", + "admin.service.readTimeoutDescription": "Maximum time allowed from when the connection is accepted to when the request body is fully read.", + "admin.service.securityDesc": "Wanneer ingeschakeld, worden systeembeheerders per e-mail verwittigd wanneer er een relevante security fix alert is aangekondigd in de laatste 12 uur. Vereist dat e-mail is ingeschakeld.", + "admin.service.securityTitle": "Schakel beveiligings alarmen in: ", + "admin.service.sessionCache": "Sessie cache in minuten:", + "admin.service.sessionCacheDesc": "Het aantal minuten dat een sessie in het geheugen wordt gecached.", + "admin.service.sessionDaysEx": "Bijv.: \"30\"", + "admin.service.siteURL": "Site URL:", + "admin.service.siteURLDescription": "De URL, inclusief poort nummer en protocol, wat gebruikers zullen gebruiken om toegang te krijgen tot Mattermost. Dit veld kan leeg gelaten worden, tenzij je bulk email configureert in Notificaties > Email. Wanneer dit veld leeg is, dan zal de URL automatisch worden gebaseerd op inkomend verkeer.", + "admin.service.siteURLExample": "Bijv.: \"https://mattermost.example.com:1234\"", + "admin.service.ssoSessionDays": "Sessie duur voor SSO (dagen):", + "admin.service.ssoSessionDaysDesc": "Het aantal dagen dat de gebruiker voor het laatst zijn credentials heeft ingevoerd voordat gebruikers sessie verloopt. Als de authenticatie SAML of GitLab is, kan de gebruiker automatisch worden terug ingelogd in Mattermost omdat ze al waren ingelogd in SAML of GitLab. Nadat deze instelling is gewijzigd, zal de nieuwe sessie lengte plaatsvinden de volgende keer de gebruiker zijn credentials invult. ", + "admin.service.testingDescription": "Wanneer dit aanstaat, het /loadtest slash commando is aan om accounts te testen. Veranderen van deze instelling vraagt een herstart van de server voor dit effect heeft.", + "admin.service.testingTitle": "Aanzetten van test commands:", + "admin.service.tlsCertFile": "TLS Certificate File:", + "admin.service.tlsCertFileDescription": "The certificate file to use.", + "admin.service.tlsKeyFile": "TLS Key File:", + "admin.service.tlsKeyFileDescription": "The private key file to use.", + "admin.service.useLetsEncrypt": "Use Let's Encrypt:", + "admin.service.useLetsEncryptDescription": "Enable the automatic retreval of certificates from the Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.", + "admin.service.webSessionDays": "Sessie duur voor AD/LDAP en email (dagen):", + "admin.service.webSessionDaysDesc": "Het aantal dagen dat de gebruiker voor het laatst zijn credentials heeft ingevoerd voordat gebruikers sessie verloopt. Nadat deze instelling is gewijzigd, zal de nieuwe sessie lengte plaatsvinden de volgende keer de gebruiker zijn credentials invult. ", + "admin.service.webhooksDescription": "Wanneer dit aanstaat, inkomende webhooks worden toegestaan. Om combat phishing aanvallen tegen te gaan zullen alle berichten worden gelabeld met een BOT tag. Bekijk de documentatie om hier meer over te lezen.", + "admin.service.webhooksTitle": "Inschakelen inkomende webhooks: ", + "admin.service.writeTimeout": "Write Timeout:", + "admin.service.writeTimeoutDescription": "If using HTTP (insecure), this is the maximum time allowed from the end of reading the request headers until the response is written. If using HTTPS, it is the total time from when the connection is accepted until the response is written.", + "admin.sidebar.addTeamSidebar": "Voeg een team toe van de navigatiekolom", + "admin.sidebar.advanced": "Geavanceerd", + "admin.sidebar.audits": "Compliance en Auditing", + "admin.sidebar.authentication": "Authenticatie", + "admin.sidebar.cluster": "High Availability (Beta)", + "admin.sidebar.compliance": "Voldoet aan", + "admin.sidebar.configuration": "Configuratie", + "admin.sidebar.connections": "Verbindingen", + "admin.sidebar.customBrand": "Aangepast huisstijl", + "admin.sidebar.customEmoji": "Aangepaste Emoji", + "admin.sidebar.customIntegrations": "Aangepaste Intergraties", + "admin.sidebar.customization": "Customisatie", + "admin.sidebar.database": "Database", + "admin.sidebar.developer": "Ontwikkelaar", + "admin.sidebar.email": "E-mail", + "admin.sidebar.external": "Externe services", + "admin.sidebar.files": "Bestanden", + "admin.sidebar.general": "Algemeen", + "admin.sidebar.gitlab": "GitLab", + "admin.sidebar.images": "Afbeeldingen", + "admin.sidebar.integrations": "Integraties", + "admin.sidebar.ldap": "AD/LDAP", + "admin.sidebar.legalAndSupport": "Wettelijk en Ondersteuning", + "admin.sidebar.license": "Editie en Licentie", + "admin.sidebar.linkPreviews": "Link voorvertoningen", + "admin.sidebar.localization": "Lokalisatie", + "admin.sidebar.logging": "Loggen", + "admin.sidebar.login": "Login", + "admin.sidebar.logs": "Logs", + "admin.sidebar.metrics": "Performance Monitoring", + "admin.sidebar.nativeAppLinks": "Mattermost App Links", + "admin.sidebar.notifications": "Meldingen", + "admin.sidebar.oauth": "OAuth 2.0", + "admin.sidebar.other": "ANDERE", + "admin.sidebar.password": "Wachtwoord", + "admin.sidebar.policy": "Beleid", + "admin.sidebar.privacy": "Privacy", + "admin.sidebar.publicLinks": "Publieke links", + "admin.sidebar.push": "Mobiele meldingen", + "admin.sidebar.rateLimiting": "Snelheidsbeperking", + "admin.sidebar.reports": "RAPPORTEREN", + "admin.sidebar.rmTeamSidebar": "Verwijder een team van de navigatiekolom", + "admin.sidebar.saml": "SAML", + "admin.sidebar.security": "Beveiliging", + "admin.sidebar.sessions": "Sessies", + "admin.sidebar.settings": "INSTELLINGEN", + "admin.sidebar.signUp": "Aanmelden", + "admin.sidebar.sign_up": "Inschrijven", + "admin.sidebar.statistics": "Team Statistieken", + "admin.sidebar.storage": "Opslag", + "admin.sidebar.support": "Wettelijk en Ondersteuning", + "admin.sidebar.teams": "TEAMS ({count, number})", + "admin.sidebar.users": "Gebruikers", + "admin.sidebar.usersAndTeams": "Gebruikers en Teams", + "admin.sidebar.view_statistics": "Site statistieken", + "admin.sidebar.webrtc": "WebRTC (Beta)", + "admin.sidebarHeader.systemConsole": "Systeem console", + "admin.sql.dataSource": "Gegevensbron:", + "admin.sql.driverName": "Stuurprogrammanaam:", + "admin.sql.keyDescription": "salt van 32 tekens, beschikbaar voor het coderen en decoderen van gevoelige velden in de database.", + "admin.sql.keyExample": "Bijv.: \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.sql.keyTitle": "At Rest Encrypt Key:", + "admin.sql.maxConnectionsDescription": "Maximum aantal actieve verbindingen open gehouden naar de database.", + "admin.sql.maxConnectionsExample": "Bijv.: \"10\"", + "admin.sql.maxConnectionsTitle": "Maximum aantal vrije verbindingen:", + "admin.sql.maxOpenDescription": "Maximum aantal open verbindingen open gehouden naar de database.", + "admin.sql.maxOpenExample": "Bijv.: \"10\"", + "admin.sql.maxOpenTitle": "Maximum aantal open verbindingen:", + "admin.sql.noteDescription": "Wanneer u wijzigingen aanbrengt in deze sectie moet de server opnieuw worden opgestart.", + "admin.sql.noteTitle": "Let op:", + "admin.sql.replicas": "Data Source Replicas:", + "admin.sql.traceDescription": "(Ontwikkelaar mode) Wanneer ingeschakeld worden alle SQL statments naar een logbestand geschreven.", + "admin.sql.traceTitle": "Stacktrace: ", + "admin.sql.warning": "Waarschuwing: het opnieuw genereren van deze salt kan ervoor zorgen dat de database lege resultaten teruggeeft.", + "admin.support.aboutDesc": "Link naar de Over pagina voor meer informatie over jouw Mattermost deployment, bijvoorbeeld voor de bedoeling binnen jouw organisatie. Standaard naar Mattermost informatie pagina.", + "admin.support.aboutTitle": "Over link:", + "admin.support.emailHelp": "E-mail adres dat wordt weergegeven op meldingen via e-mail en tijdens de lessen voor eindgebruikers bij ondersteunings-vragen.", + "admin.support.emailTitle": "Support e-mail:", + "admin.support.helpDesc": "Link naar help-documentatie van het team site hoofdmenu. Wordt meestal niet gewijzigd, tenzij uw organisatie ervoor kiest om zelf aangepaste documentatie te maken.", + "admin.support.helpTitle": "Help link:", + "admin.support.noteDescription": "Wanneer u linkt naar een externe site moet de URL beginnen met http:// of https://.", + "admin.support.noteTitle": "Let op:", + "admin.support.privacyDesc": "Link naar het Privacy beleid die beschikbaar is voor gebruikers op de desktop en op mobiele apparaten. Wanneer dit veld leeg is wordt deze link niet getoond.", + "admin.support.privacyTitle": "Privacy beleid link:", + "admin.support.problemDesc": "Link naar de help documentatie van het team hoofdmenu. Standaard wijst dit naar een peer-to-peer forum, waar gebruikers kunnen zoeken naar technische problemen.", + "admin.support.problemTitle": "Meld een link met een probleem:", + "admin.support.termsDesc": "Link naar de algemene voorwaarden voor uw gebruikers. Standaard bevat dit de \"Mattermost Conditions of Use (End Users)\" welke voorwaarden beschrijft waaronder Mattermost software beschikbaar gesteld voor eind gebruikers. Indien u de standaard link vervangt door uw eigen algemene voorwaarden voor de service, neem dan een link op naar de standaard algemene voorwaarden van Mattermost Conditions of Use (End User) voor Mattermost software.", + "admin.support.termsTitle": "Servicevoorwaarden link:", + "admin.system_analytics.activeUsers": "Actieve gebruikers met berichten", + "admin.system_analytics.title": "het systeem", + "admin.system_analytics.totalPosts": "Totaal aantal berichten", + "admin.team.brandDesc": "Aanzetten van aangepast logo om een afbeelding naar keuze te tonen, hieronder geüpload, en tekst, hieronder ingevuld, om te tonen op de inlog pagina.", + "admin.team.brandDescriptionExample": "Alle team communicatie op een plaats, doorzoekbaar en van overal bereikbaar", + "admin.team.brandDescriptionHelp": "Description of service shown in login screens and UI. When not specified, \"All team communication in one place, searchable and accessible anywhere\" is displayed.", + "admin.team.brandDescriptionTitle": "Site Omschrijving: ", + "admin.team.brandImageTitle": "Aangepast Logo Afbeelding:", + "admin.team.brandTextDescription": "Text that will appear below your custom brand image on your login screen. Supports Markdown-formatted text. Maximum 500 characters allowed.", + "admin.team.brandTextTitle": "Aangepaste huisstijl tekst:", + "admin.team.brandTitle": "Aangepaste huisstijl gebruiken: ", + "admin.team.chooseImage": "Kies een nieuwe afbeelding", + "admin.team.dirDesc": "Wanneer dit aanstaat, teams die geconfigureerd zijn om zichtbaar te zijn in de team directory zullen zichtbaar zijn op de hoofdpagina in plaats van het maken van een nieuw team.", + "admin.team.dirTitle": "Inschakelen Team Directory: ", + "admin.team.maxChannelsDescription": "Maximum aantal gebruikers per team, inclusief actieve en niet-actieve gebruikers.", + "admin.team.maxChannelsExample": "Bijv.: \"100\"", + "admin.team.maxChannelsTitle": "Max Channels Per Team:", + "admin.team.maxNotificationsPerChannelDescription": "Maximum total number of users in a channel before users typing messages, @all, @here, and @channel no longer send notifications because of performance.", + "admin.team.maxNotificationsPerChannelExample": "Bijv.: \"10000\"", + "admin.team.maxNotificationsPerChannelTitle": "Max Notifications Per Channel:", + "admin.team.maxUsersDescription": "Maximum aantal gebruikers per team, inclusief actieve en niet-actieve gebruikers.", + "admin.team.maxUsersExample": "Bijv.: \"25\"", + "admin.team.maxUsersTitle": "Maximaal aantal gebruikers per team:", + "admin.team.noBrandImage": "Geen beeldmerk geupload.", + "admin.team.openServerDescription": "Wanneer ingeschakeld, kan iedereen een gebruikers account maken op deze server zonder uitnodiging.", + "admin.team.openServerTitle": "Open server activeren: ", + "admin.team.restrictDescription": "Teams en gebruiker accounts kunnen alleen aangemaakt worden van een specifiek domeinnaam (v.b. \"mattermost.org\") of van een lijst van domeinnamen gescheiden met een komma (zoals. \"corp.mattermost.org, mattermost.org\").", + "admin.team.restrictDirectMessage": "Sta gebruikers to om Direct Message kanalen te openen met:", + "admin.team.restrictDirectMessageDesc": "'Iedere gebruiker op de Mattermost server' maakt het mogelijk dat het iedere gebruiker een Direct Bericht kanaal met iedere andere gebruiker kan openen, zelfs als ze niet bij elkaar in het team zitten. 'Ieder lid van het team' kunnen alleen gebruikers van hetzelfde team deze Direct Bericht kanalen openen.", + "admin.team.restrictExample": "Bijv.: \"corp.mattermost.com, mattermost.org\"", + "admin.team.restrictNameDesc": "Wanneer ingeschakeld, kunt u geen teams maken met gereserveerde namen zoals www, administratie, ondersteuning, testen, kanaal, enz.", + "admin.team.restrictNameTitle": "Beperken team namen: ", + "admin.team.restrictTitle": "Beperkt het aanmaken van accounts tot de volgende e-mail domeinen:", + "admin.team.restrict_direct_message_any": "Elke gebruiker van de Mattermost server", + "admin.team.restrict_direct_message_team": "Elke gebruiker van het team", + "admin.team.siteNameDescription": "Naam van de site welke getoond wordt op inlog- en andere schermen.", + "admin.team.siteNameExample": "Bijv.: \"Mattermost\"", + "admin.team.siteNameTitle": "Site naam:", + "admin.team.teamCreationDescription": "Wanneer uitgeschakeld kunnen alleen Systeem Beheerders teams maken.", + "admin.team.teamCreationTitle": "Team maken inschakelen: ", + "admin.team.upload": "Upload", + "admin.team.uploadDesc": "Customize your user experience by adding a custom image to your login screen. Recommended maximum image size is less than 2 MB.", + "admin.team.uploaded": "Geupload!", + "admin.team.uploading": "Bezig met uploaden..", + "admin.team.userCreationDescription": "Wanneer uitgeschakeld, kunnen geen accounts worden aangemaakt. De 'maak account' knop toont dan een foutbookschap.", + "admin.team.userCreationTitle": "Accounts aanmaken toestaan:", + "admin.team_analytics.activeUsers": "Actieve gebruikers met berichten", + "admin.team_analytics.totalPosts": "Totaal aantal berichten", + "admin.true": "ingeschakeld", + "admin.userList.title": "Gebruikers van {team}", + "admin.userList.title2": "Gebruikers van {team} ({count})", + "admin.user_item.authServiceEmail": ", Aanmeld-methode: Email", + "admin.user_item.authServiceNotEmail": ", Aanmeld-methode: {service}", + "admin.user_item.confirmDemoteDescription": "Als je jezelf degradeert vanaf de System Admin rol en er is geen andere gebruiker met de System Admin rechten, zal je jezelf System Admin moeten maken door in te loggen op de Mattermost server en het volgende commando uit te voeren.", + "admin.user_item.confirmDemoteRoleTitle": "Bevestig demotie van Systeem Admin rol", + "admin.user_item.confirmDemotion": "Bevestig degradatie", + "admin.user_item.confirmDemotionCmd": "platform roles system_admin {username}", + "admin.user_item.emailTitle": "E-mail: {email}", + "admin.user_item.inactive": "Inactief", + "admin.user_item.makeActive": "Maak actief", + "admin.user_item.makeInactive": "Maak inactief", + "admin.user_item.makeMember": "Maak lid", + "admin.user_item.makeSysAdmin": "Maak systeembeheerder", + "admin.user_item.makeTeamAdmin": "Maak team beheerder", + "admin.user_item.member": "Lid", + "admin.user_item.mfaNo": ", MFA: Nee", + "admin.user_item.mfaYes": ", MFA: Ja", + "admin.user_item.resetMfa": "Verwijder MFA", + "admin.user_item.resetPwd": "Reset wachtwoord", + "admin.user_item.switchToEmail": "Overschakelen naar e-mail/wachtwoord", + "admin.user_item.sysAdmin": "Systeem beheerder", + "admin.user_item.teamAdmin": "Team beheerder", + "admin.webrtc.enableDescription": "When true, Mattermost allows making one-on-one video calls. WebRTC calls are available on Chrome, Firefox and Mattermost Desktop Apps.", + "admin.webrtc.enableTitle": "Aanzetten Mattermost WebRTC: ", + "admin.webrtc.gatewayAdminSecretDescription": "Enter your admin secret password to access the Gateway Admin URL.", + "admin.webrtc.gatewayAdminSecretExample": "Bijv.: \"PVRzWNN1Tg6szn7IQWvhpAvLByScWxdy\"", + "admin.webrtc.gatewayAdminSecretTitle": "Gateway Admin Secret:", + "admin.webrtc.gatewayAdminUrlDescription": "Enter https://:/admin. Make sure you use HTTP or HTTPS in your URL depending on your server configuration. Mattermost WebRTC uses this URL to obtain valid tokens for each peer to establish the connection.", + "admin.webrtc.gatewayAdminUrlExample": "Bijv.: \"https://webrtc.mattermost.com:7089/admin\"", + "admin.webrtc.gatewayAdminUrlTitle": "Gateway Admin URL:", + "admin.webrtc.gatewayWebsocketUrlDescription": "Enter wss://:. Make sure you use WS or WSS in your URL depending on your server configuration. This is the WebSocket used to signal and establish communication between the peers.", + "admin.webrtc.gatewayWebsocketUrlExample": "Bijv.: \"wss://webrtc.mattermost.com:8189\"", + "admin.webrtc.gatewayWebsocketUrlTitle": "Gateway Websocket URL:", + "admin.webrtc.stunUriDescription": "Enter your STUN URI as stun::. STUN is a standardized network protocol to allow an end host to assist devices to access its public IP address if it is located behind a NAT.", + "admin.webrtc.stunUriExample": "Bijv.: \"turn:webrtc.mattermost.com:5349\"", + "admin.webrtc.stunUriTitle": "STUN URI", + "admin.webrtc.turnSharedKeyDescription": "Enter your TURN Server Shared Key. This is used to created dynamic passwords to establish the connection. Each password is valid for a short period of time.", + "admin.webrtc.turnSharedKeyExample": "Bijv.: \"bXdkOWQxc3d0Ynk3emY5ZmsxZ3NtazRjaWg=\"", + "admin.webrtc.turnSharedKeyTitle": "TURN Shared Key:", + "admin.webrtc.turnUriDescription": "Enter your TURN URI as turn::. TURN is a standardized network protocol to allow an end host to assist devices to establish a connection by using a relay public IP address if it is located behind a symmetric NAT.", + "admin.webrtc.turnUriExample": "Bijv.: \"turn:webrtc.mattermost.com:5349\"", + "admin.webrtc.turnUriTitle": "TURN URI", + "admin.webrtc.turnUsernameDescription": "Geef jouw TURN Server Gebruikersnaam", + "admin.webrtc.turnUsernameExample": "Bijv.: \"mijngebruikersnaam\"", + "admin.webrtc.turnUsernameTitle": "TURN Gebruikersnaam:", + "admin.webserverModeDisabled": "Uitgeschakeld", + "admin.webserverModeDisabledDescription": "Mattermost server zal geen statische file serveren.", + "admin.webserverModeGzip": "gzip", + "admin.webserverModeGzipDescription": "Mattermost server zal static files met gzip compressie serveren.", + "admin.webserverModeHelpText": "gzip compressie geld voor statische content bestanden. Het is aangeraden om gzip aan te zetten om de performance te verbeteren, behalve als jouw omgeving specifieke restricties heeft, zoals een web proxy die gzip bestanden slecht weergeeft. ", + "admin.webserverModeTitle": "Webserver modus:", + "admin.webserverModeUncompressed": "Ongecomprimeerd", + "admin.webserverModeUncompressedDescription": "Mattermost server zal statische bestanden ongecomprimeerd serveren.", + "analytics.chart.loading": "Laden...", + "analytics.chart.meaningful": "Niet genoeg gegevens voor een zinvolle weergave.", + "analytics.system.activeUsers": "Actieve gebruikers met berichten", + "analytics.system.channelTypes": "Kanaal types", + "analytics.system.dailyActiveUsers": "Daily Active Users", + "analytics.system.monthlyActiveUsers": "Monthly Active Users", + "analytics.system.postTypes": "Berichten, bestanden en hashtags", + "analytics.system.privateGroups": "Privé groepen", + "analytics.system.publicChannels": "Publieke kanalen", + "analytics.system.skippedIntensiveQueries": "To maximize performance, some statistics are disabled. You can re-enable them in config.json. See: https://docs.mattermost.com/administration/statistics.html", + "analytics.system.textPosts": "Berichten met enkel tekst", + "analytics.system.title": "Systeem-statistieken", + "analytics.system.totalChannels": "Totaal aantal kanalen", + "analytics.system.totalCommands": "Totaal aantal opdrachten", + "analytics.system.totalFilePosts": "Berichten met bestanden", + "analytics.system.totalHashtagPosts": "Berichten met hashtags", + "analytics.system.totalIncomingWebhooks": "Inkomende webhooks", + "analytics.system.totalMasterDbConnections": "Master DB Conns", + "analytics.system.totalOutgoingWebhooks": "Uitgaande webhooks", + "analytics.system.totalPosts": "Totaal aantal berichten", + "analytics.system.totalReadDbConnections": "Replica DB Conns", + "analytics.system.totalSessions": "Totaal aantal sessies", + "analytics.system.totalTeams": "Totaal aantal teams", + "analytics.system.totalUsers": "Totaal aantal gebruikers", + "analytics.system.totalWebsockets": "WebSocket Conns", + "analytics.team.activeUsers": "Actieve gebruikers met berichten", + "analytics.team.newlyCreated": "Nieuw gemaakte gebruikers", + "analytics.team.privateGroups": "Privé groepen", + "analytics.team.publicChannels": "Publieke kanalen", + "analytics.team.recentActive": "Recent actieve gebruikers", + "analytics.team.recentUsers": "Recent actieve gebruikers", + "analytics.team.title": "Team statistieken voor {team}", + "analytics.team.totalPosts": "Totaal aantal berichten", + "analytics.team.totalUsers": "Totaal aantal gebruikers", + "api.channel.add_member.added": "{addedUsername} added to the channel by {username}", + "api.channel.delete_channel.archived": "{username} has archived the channel.", + "api.channel.join_channel.post_and_forget": "{username} has joined the channel.", + "api.channel.leave.left": "{username} has left the channel.", + "api.channel.post_update_channel_displayname_message_and_forget.updated_from": "{username} updated the channel display name from: {old} to: {new}", + "api.channel.post_update_channel_header_message_and_forget.removed": "{username} removed the channel header (was: {old})", + "api.channel.post_update_channel_header_message_and_forget.updated_from": "{username} updated the channel header from: {old} to: {new}", + "api.channel.post_update_channel_header_message_and_forget.updated_to": "{username} updated the channel header to: {new}", + "api.channel.remove_member.removed": "{removedUsername} was removed from the channel", + "app.channel.post_update_channel_purpose_message.removed": "{username} removed the channel purpose (was: {old})", + "app.channel.post_update_channel_purpose_message.updated_from": "{username} updated the channel purpose from: {old} to: {new}", + "app.channel.post_update_channel_purpose_message.updated_to": "{username} updated the channel purpose to: {new}", + "audit_table.accountActive": "Account is actief gemaakt", + "audit_table.accountInactive": "Account is inactief gemaakt", + "audit_table.action": "Actie", + "audit_table.attemptedAllowOAuthAccess": "Poging om een ​​nieuwe OAuth dienst toegang te verlenen", + "audit_table.attemptedLicenseAdd": "Poging om een nieuwe licentie toe te voegen", + "audit_table.attemptedLogin": "Inlogpoging", + "audit_table.attemptedOAuthToken": "Poging om een nieuwe OAuth token op te vragen", + "audit_table.attemptedPassword": "Poging tot wachtwoord reset", + "audit_table.attemptedRegisterApp": "Poging om een nieuwe OAuth applicatie te registreren met ID {id}", + "audit_table.attemptedReset": "Poging tot wachtwoord reset", + "audit_table.attemptedWebhookCreate": "Poging om een webhook aan te maken", + "audit_table.attemptedWebhookDelete": "Poging om een webhook te verwijderen", + "audit_table.by": " door {username}", + "audit_table.byAdmin": " door een systeembeheerder", + "audit_table.channelCreated": "De {channelName} kanaal of groep is gemaakt", + "audit_table.channelDeleted": "De kanaal of groep met URL {url} is verwijderd", + "audit_table.establishedDM": "Verbinding gelegd met {username} in een direct message kanaal.", + "audit_table.failedExpiredLicenseAdd": "Toevoegen van een nieuwe licentie is mislukt omdat deze is verlopen of nog niet is begonnen", + "audit_table.failedInvalidLicenseAdd": "Toevoegen van een ongeldige licentie mislukt", + "audit_table.failedLogin": "MISLUKTE inlog poging", + "audit_table.failedOAuthAccess": "Toestaan van een nieuwe OAuth dienst mislukt - de redirect URI is niet gelijk aan de eerder geregistreerde callback", + "audit_table.failedPassword": "De wachtwoord-wijziging is mislukt - een wachtwoord-wijziging werd gedaan met een gebruiker die ingelogd is via OAuth", + "audit_table.failedWebhookCreate": "Toevoegen van webhook mislukt - geen kanaal rechten", + "audit_table.failedWebhookDelete": "Mislukt om een webhook te verwijderen - onvoldoende condities", + "audit_table.headerUpdated": "De kanaal- of groepskoptekst van {channelName} is bijgewerkt", + "audit_table.ip": "IP adres", + "audit_table.licenseRemoved": "De licentie is succesvol verwijderd", + "audit_table.loginAttempt": " (Login poging)", + "audit_table.loginFailure": " (Login gefaald)", + "audit_table.logout": "U bent uitgelogd", + "audit_table.member": "lid", + "audit_table.nameUpdated": "De {channelName} kanaal of groep naam is bijgewerkt", + "audit_table.oauthTokenFailed": "Mislukt om een OAuth toegangs token te verkrijgen - {token}", + "audit_table.revokedAll": "Toegang ingetrokken voor alle huidige sessies van het team", + "audit_table.sentEmail": "Er is een e-mail verzonden naar {email} om je wachtwoord te resetten", + "audit_table.session": "Sessie ID", + "audit_table.sessionRevoked": "De sessie met id {sessionId} werd ingetrokken", + "audit_table.successfullLicenseAdd": "De nieuwe licentie is met succes toegevoegd", + "audit_table.successfullLogin": "Aanmelding succesvol", + "audit_table.successfullOAuthAccess": "Succesvol een nieuwe OAuth service toegang gegeven", + "audit_table.successfullOAuthToken": "Succesvol een nieuwe OAuth service toegevoegd", + "audit_table.successfullPassword": "Wachtwoord met succes gewijzigd", + "audit_table.successfullReset": "Wachtwoord reset succesvol", + "audit_table.successfullWebhookCreate": "Aanmaken webhook succesvol", + "audit_table.successfullWebhookDelete": "Verwijderen webhook succesvol", + "audit_table.timestamp": "Tijdaanduiding", + "audit_table.updateGeneral": "De algemene instellingen van uw account zijn bijgewerkt", + "audit_table.updateGlobalNotifications": "De algemene melding-instellingen zijn bijgewerkt", + "audit_table.updatePicture": "Uw profiel-afbeelding is bijgewerkt", + "audit_table.updatedRol": "De user rol(len) zijn bijgewerkt naar ", + "audit_table.userAdded": "Gebruiker {username} is verwijderd uit het {channelName} kanaal / groep", + "audit_table.userId": "Gebruikers ID", + "audit_table.userRemoved": "Gebruiker {username} is verwijderd uit de {channelName} kanaal / groep", + "audit_table.verified": "Uw e-mail adres is succesvol geverifiëerd", + "authorize.access": "Wilt u {appName} toegang verlenen?", + "authorize.allow": "Toestaan", + "authorize.app": "De applicatie {appName} wil uw toestemming om uw basis informatie te bekijken en te bewerken.", + "authorize.deny": "Weigeren", + "authorize.title": "{appName} wil verbinding maken met jouw Mattermost gebruikers account", + "backstage_list.search": "Zoeken", + "backstage_navbar.backToMattermost": "Terug naar {siteName}", + "backstage_sidebar.emoji": "Aangepaste emoji", + "backstage_sidebar.integrations": "Integraties", + "backstage_sidebar.integrations.commands": "Slash opdrachten", + "backstage_sidebar.integrations.incoming_webhooks": "Inkomende webhooks", + "backstage_sidebar.integrations.oauthApps": "OAuth 2.0 Applicaties", + "backstage_sidebar.integrations.outgoing_webhooks": "Uitgaande webhooks", + "calling_screen": "Oproep", + "center_panel.recent": "Klik hier om naar uw recente berichten te gaan. ", + "change_url.close": "Afsluiten", + "change_url.endWithLetter": "Moet eindigen met een letter of een cijfer", + "change_url.invalidUrl": "Ongeldige URL", + "change_url.longer": "URL must be two or more characters.", + "change_url.noUnderscore": "Het niet is toegestaan om 2 underscores na elkaar te gebruiken.", + "change_url.startWithLetter": "Moet beginnen met een letter of een cijfer", + "channelHeader.addToFavorites": "Add to Favorites", + "channelHeader.removeFromFavorites": "Remove from Favorites", + "channel_flow.alreadyExist": "Een kanaal met die URL bestaat reeds", + "channel_flow.changeUrlDescription": "Sommige tekens zijn ongeldig in een URL en worden verwijderd.", + "channel_flow.changeUrlTitle": "Bewerk {term} URL", + "channel_flow.channel": "Kanaal", + "channel_flow.create": "Maak {term} URL aan", + "channel_flow.group": "Groep", + "channel_flow.handleTooShort": "Kanaal URL moet 2 of meer kleine alfanumerieke karakters bevatten", + "channel_flow.invalidName": "Ongeldige kanaal naam", + "channel_flow.set_url_title": "Instelling {term} URL", + "channel_header.addMembers": "Leden toevoegen", + "channel_header.addToFavorites": "Add to Favorites", + "channel_header.channel": "Kanaal", + "channel_header.channelHeader": "Edit Channel Header", + "channel_header.delete": "Verwijder {term}...", + "channel_header.flagged": "Gemarkeerde Berichten", + "channel_header.group": "Groep", + "channel_header.leave": "Verlaat {term}", + "channel_header.manageMembers": "Leden beheren", + "channel_header.notificationPreferences": "Meldings-voorkeuren", + "channel_header.recentMentions": "Recente vermeldingen", + "channel_header.removeFromFavorites": "Remove from Favorites", + "channel_header.rename": "Hernoem {term}...", + "channel_header.setHeader": "Edit {term} Header", + "channel_header.setPurpose": "Edit {term} Purpose", + "channel_header.viewInfo": "Bekijk informatie", + "channel_header.viewMembers": "Bekijk Leden", + "channel_header.webrtc.call": "Een video-oproep starten", + "channel_header.webrtc.offline": "The user is offline", + "channel_header.webrtc.unavailable": "New call unavailable until your existing call ends", + "channel_info.about": "Over", + "channel_info.close": "Afsluiten", + "channel_info.header": "Kop:", + "channel_info.id": "ID: ", + "channel_info.name": "Naam:", + "channel_info.notFound": "Geen kanaal gevonden", + "channel_info.purpose": "Doel:", + "channel_info.url": "URL:", + "channel_invite.add": " Toevoegen", + "channel_invite.addNewMembers": "Nieuwe leden toevoegen aan ", + "channel_invite.close": "Afsluiten", + "channel_loader.connection_error": "Er lijkt een probleem te zijn met uw internet verbinding, gelieve dit te controleren.", + "channel_loader.posted": "Verzonden", + "channel_loader.socketError": "Controleer uw verbinding. Mattermost is onbereikbaar. Neem contact op met de systeembeheerder als het probleem aanhoud met de WebSocket poort.", + "channel_loader.someone": "Iemand", + "channel_loader.something": " deed iets nieuws", + "channel_loader.unknown_error": "We kregen een onverwachte statuscode van de server.", + "channel_loader.uploadedFile": " heeft een bestand geüpload", + "channel_loader.uploadedImage": " heeft een afbeelding geüpload", + "channel_loader.wrote": " schreef: ", + "channel_members_dropdown.channel_admin": "Channel Admin", + "channel_members_dropdown.channel_member": "Kanaal Leden", + "channel_members_dropdown.make_channel_admin": "Make Channel Admin", + "channel_members_dropdown.make_channel_member": "Make Channel Member", + "channel_members_dropdown.remove_from_channel": "Remove From Channel", + "channel_members_dropdown.remove_member": "Remove Member", + "channel_members_modal.addNew": "Leden toevoegen", + "channel_members_modal.members": " Leden", + "channel_modal.cancel": "Annuleren", + "channel_modal.channel": "Kanaal", + "channel_modal.createNew": "Maak nieuw ", + "channel_modal.descriptionHelp": "Beschrijf hoe deze {term} gebruikt moet worden.", + "channel_modal.displayNameError": "Channel name must be 2 or more characters", + "channel_modal.edit": "Bewerken", + "channel_modal.group": "Groep", + "channel_modal.header": "Kop", + "channel_modal.headerEx": "E.g.: \"[Link Title](http://example.com)\"", + "channel_modal.headerHelp": "Geef de tekst die zal verschijnen in het hoofd van de {term} naast de {term} naam. Bijvoorbeeld, veelgebruikte links door het opgeven van [Link Titel](http://example.com).", + "channel_modal.modalTitle": "Nieuw ", + "channel_modal.name": "Naam", + "channel_modal.nameEx": "Bijv.: \"Bugs\", \"Marketing\", \"客户支持\"", + "channel_modal.optional": "(optioneel)", + "channel_modal.privateGroup1": "Maak een nieuwe privé groep met beperkt lidmaatschap. ", + "channel_modal.privateGroup2": "Maak een privé groep", + "channel_modal.publicChannel1": "Maak een publiek kanaal", + "channel_modal.publicChannel2": "Maak een publiek kanaal waar iedereen lid van kan worden. ", + "channel_modal.purpose": "Doel", + "channel_modal.purposeEx": "E.g.: \"A channel to file bugs and improvements\"", + "channel_notification.push": "Stuur mobiele push notificaties", + "channel_notifications.allActivity": "Voor alle activiteiten", + "channel_notifications.allUnread": "Voor alle ongelezen berichten", + "channel_notifications.globalDefault": "Globale standaard ({notifyLevel})", + "channel_notifications.markUnread": "Markeer het kanaal als ongelezen", + "channel_notifications.never": "Nooit", + "channel_notifications.onlyMentions": "Enkel voor vermeldingen", + "channel_notifications.override": "Het selecteren van een andere optie dan \"Standaard\" heeft voorrang op de globale instellingen voor meldingen. Desktop meldingen zijn beschikbaar op Firefox, Safari en Chrome.", + "channel_notifications.overridePush": "Selecting an option other than \"Global default\" will override the global notification settings for mobile push notifications in account settings. Push notifications must be enabled by the System Admin.", + "channel_notifications.preferences": "Meldings-voorkeuren voor ", + "channel_notifications.sendDesktop": "Stuur desktop meldingen", + "channel_notifications.unreadInfo": "De kanaal-naam is vet in de navigatiekolom wanneer er ongelezen berichten zijn. Wanneer \"Enkel bij vermeldingen\" is geselecteerd, zal het kanaal enkel vet zijn wanneer uw naam vermeld is.", + "channel_select.placeholder": "--- Selecteer een kanaal ---", + "channel_switch_modal.dm": "(Privé bericht)", + "channel_switch_modal.failed_to_open": "Failed to open channel.", + "channel_switch_modal.help": "Tik kanaal naam. Gebruik ↑↓ voor bladeren, TAB om te selecteren, ↵ voor bevestiging, ESC voor annuleren", + "channel_switch_modal.not_found": "Geen overeenkomsten gevonden.", + "channel_switch_modal.submit": "Wisselen", + "channel_switch_modal.title": "Kanalen wisselen", + "claim.account.noEmail": "Geen e-mail adres opgegeven", + "claim.email_to_ldap.enterLdapPwd": "Voer de ID en het wachtwoord van uw AD/LDAP-account in", + "claim.email_to_ldap.enterPwd": "Voer het wachtwoord in voor uw {site} e-mail account", + "claim.email_to_ldap.ldapId": "AD/LDAP ID", + "claim.email_to_ldap.ldapIdError": "Vul uw AD/LDAP-ID in.", + "claim.email_to_ldap.ldapPasswordError": "Voer uw AD/LDAP wachtwoord in.", + "claim.email_to_ldap.ldapPwd": "AD/LDAP wachtwoord", + "claim.email_to_ldap.pwd": "Wachtwoord", + "claim.email_to_ldap.pwdError": "Vul uw wachtwoord in.", + "claim.email_to_ldap.ssoNote": "U moet een geldig AD/LDAP-account hebben", + "claim.email_to_ldap.ssoType": "Wanneer je je account claimt, kan je alleen inloggen met AD/LDAP", + "claim.email_to_ldap.switchTo": "Wissel uw account naar AD/LDAP", + "claim.email_to_ldap.title": "Wissel e-mail/wachtwoord account naar AD/LDAP", + "claim.email_to_oauth.enterPwd": "Voer het wachtwoord in voor uw {site} account", + "claim.email_to_oauth.pwd": "Wachtwoord", + "claim.email_to_oauth.pwdError": "Vul uw wachtwoord in.", + "claim.email_to_oauth.ssoNote": "U moet een geldig {type} account hebben", + "claim.email_to_oauth.ssoType": "Wanneer je je account claimt, kan je alleen kiezen voor {type} 'Single Sign On'", + "claim.email_to_oauth.switchTo": "Wissel account naar {uiType}", + "claim.email_to_oauth.title": "Wissel e-mail/wachtwoord account naar {uiType}", + "claim.ldap_to_email.confirm": "Bevestig het wachtwoord", + "claim.ldap_to_email.email": "Je zult het e-mail adres {email} gebruik om in te loggen", + "claim.ldap_to_email.enterLdapPwd": "Voer uw {ldapPassword} in voor uw {site} e-mail account", + "claim.ldap_to_email.enterPwd": "Voer een nieuw wachtwoord in voor uw e-mail account", + "claim.ldap_to_email.ldapPasswordError": "Voer uw AD/LDAP wachtwoord in.", + "claim.ldap_to_email.ldapPwd": "AD/LDAP wachtwoord", + "claim.ldap_to_email.pwd": "Wachtwoord", + "claim.ldap_to_email.pwdError": "Voer uw wachtwoord in.", + "claim.ldap_to_email.pwdNotMatch": "De wachtwoorden zijn niet gelijk.", + "claim.ldap_to_email.ssoType": "Wanneer je je account claimt, kan je alleen inloggen met je emailadres en wachtwoord.", + "claim.ldap_to_email.switchTo": "Schakel account naar e-mail/wachtwoord", + "claim.ldap_to_email.title": "Schakel AD/LDAP account naar e-mail/wachtwoord", + "claim.oauth_to_email.confirm": "Bevestig uw wachtwoord", + "claim.oauth_to_email.description": "Bij het aanpassen van je account type, kan je alleen inloggen met je emailadres en wachtwoord.", + "claim.oauth_to_email.enterNewPwd": "Voer een nieuw wachtwoord in voor uw {site} e-mail account", + "claim.oauth_to_email.enterPwd": "Voer een wachtwoord in.", + "claim.oauth_to_email.newPwd": "Nieuw wachtwoord", + "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", + "confirm_modal.cancel": "Annuleren", + "connecting_screen": "Verbindingen", + "create_comment.addComment": "Voeg commentaar toe...", + "create_comment.comment": "Voeg commentaar toe", + "create_comment.commentLength": "De lengte van het commentaar moet minder dan {max} tekens zijn.", + "create_comment.commentTitle": "Commentaar", + "create_comment.file": "Bestand uploaden", + "create_comment.files": "Bestand uploaden", + "create_post.comment": "Commentaar", + "create_post.error_message": "Your message is too long. Character count: {length}/{limit}", + "create_post.post": "Bericht", + "create_post.shortcutsNotSupported": "Toetsenbord snelkoppelingen worden niet ondersteund op jouw apparaat.", + "create_post.tutorialTip": "

    Versturen van berichten

    Tik hier om een bericht te maken en druk op Enter op het te versturen.

    Klik de Bijlage knop om een beeld of bestand te uploaden.

    ", + "create_post.write": "Schrijf een bericht...", + "create_team.agreement": "Door verder te gaan maak je jouw account en gebruik je {siteName}, je gaat akkoord met onze Voorwaarden en Privacy Policy. Als je niet akkoord gaat, kan je geen gebruik maken van {siteName}.", + "create_team.display_name.charLength": "Name must be {min} or more characters up to a maximum of {max}. You can add a longer team description later.", + "create_team.display_name.nameHelp": "Geef uw team een naam – in eender welke taal. De naam van uw team wordt in menu's en kopteksten getoond.", + "create_team.display_name.next": "Volgende", + "create_team.display_name.required": "Dit is een verplicht veld", + "create_team.display_name.teamName": "Team naam", + "create_team.team_url.back": "Terug naar de vorige stap", + "create_team.team_url.charLength": "Uw naam moet langer zijn dan {min} tekens met een maximum van {max}", + "create_team.team_url.creatingTeam": "Maken van team...", + "create_team.team_url.finish": "Voltooien", + "create_team.team_url.hint": "
  • Kort en gemakkelijk te onthouden is het beste
  • Gebruik kleine letter, nummers en streepjes
  • Een teamnaam moet met een letter beginnen en mag niet met een streepje eindigen
  • ", + "create_team.team_url.regex": "Gebruik enkel kleine letters, nummers en streepjes. De naam moet met een letter beginnen en mag niet met een streepje eindigen.", + "create_team.team_url.required": "Dit is een verplicht veld", + "create_team.team_url.taken": "This URL starts with a reserved word or is unavailable. Please try another.", + "create_team.team_url.teamUrl": "Team URL", + "create_team.team_url.unavailable": "Deze URL is niet beschikbaar, probleer een andere.", + "create_team.team_url.webAddress": "Kies het web adres van uw nieuw team:", + "custom_emoji.empty": "Geen custom emoji gevonden", + "custom_emoji.header": "Aangepaste emoji", + "custom_emoji.search": "Zoek custom Emoji", + "default_channel.purpose": "Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.", + "delete_channel.cancel": "Annuleren", + "delete_channel.channel": "kanaal", + "delete_channel.confirm": "Bevestig het WISSEN van het kanaal", + "delete_channel.del": "Verwijderen", + "delete_channel.group": "groep", + "delete_channel.question": "This will delete the channel from the team and make its contents inaccessible for all users. Are you sure you wish to delete the {display_name} {term}?", + "delete_post.cancel": "Annuleren", + "delete_post.comment": "Commentaar", + "delete_post.confirm": "Bevestig {term} verwijdering", + "delete_post.del": "Verwijderen", + "delete_post.post": "Bericht", + "delete_post.question": "Weet u zeker dat u deze {term} wilt verwijderen?", + "delete_post.warning": "Dit bericht heeft {count} commenta(a)r(en).", + "edit_channel_header_modal.cancel": "Annuleren", + "edit_channel_header_modal.description": "Bewerk de tekst die naast de kanaalnaam in de hoofding getoond wordt.", + "edit_channel_header_modal.error": "De kanaalkoptekst is te lang, gelieve een kortere tekst in te geven", + "edit_channel_header_modal.save": "Opslaan", + "edit_channel_header_modal.title": "Bewerk de koptekst voor {channel}", + "edit_channel_header_modal.title_dm": "Koptekst bewerken", + "edit_channel_purpose_modal.body": "Omschrijf hoe dit {type} zal worden gebruikt. Deze tekst word zichtbaar in de kanalen lijst in het \"Meer...\" menu en zal anderen helpen te beslissen of zij willen joinen.", + "edit_channel_purpose_modal.cancel": "Annuleren", + "edit_channel_purpose_modal.channel": "Kanaal", + "edit_channel_purpose_modal.error": "Het kanaaldoel is te lang, gelieve een kortere tekst in te geven", + "edit_channel_purpose_modal.group": "Groep", + "edit_channel_purpose_modal.save": "Opslaan", + "edit_channel_purpose_modal.title1": "Bewerk doel", + "edit_channel_purpose_modal.title2": "Doeleinden bewerken voor ", + "edit_command.save": "Update", + "edit_post.cancel": "Annuleren", + "edit_post.edit": "{title} bewerken", + "edit_post.editPost": "Bewerk het bericht...", + "edit_post.save": "Opslaan", + "email_signup.address": "E-mail adres", + "email_signup.createTeam": "Team aanmaken", + "email_signup.emailError": "Vul een geldig e-mail adres in. ", + "email_signup.find": "Vind mijn teams", + "email_verify.almost": "{siteName}: U bent bijna klaar", + "email_verify.failed": " Mislukt om een verificatie mail te sturen.", + "email_verify.notVerifiedBody": "Controleer uw mailbox voor het mailtje om uw e-mailadres te verifiëren.", + "email_verify.resend": "Email opnieuw sturen", + "email_verify.sent": "Verificatie e-mail is verzonden.", + "email_verify.verified": "{siteName} email is geverifieerd.", + "email_verify.verifiedBody": "

    Uw email is gevalideerd. Klik hier om in te loggen

    ", + "email_verify.verifyFailed": "Verificatie van uw e-mail is gefaald.", + "emoji_list.actions": "Acties", + "emoji_list.add": "Aangepaste emoji", + "emoji_list.creator": "Aangemaakt door", + "emoji_list.delete": "Verwijderen", + "emoji_list.delete.confirm.button": "Verwijderen", + "emoji_list.delete.confirm.msg": "This action permanently deletes the custom emoji. Are you sure you want to delete it?", + "emoji_list.delete.confirm.title": "Delete Custom Emoji", + "emoji_list.empty": "Geen Custom Emoji Gevonden", + "emoji_list.header": "Aangepaste emoji", + "emoji_list.help": "Aangepaste emoji zijn beschikbaar voor iedereen op jouw server. Type ':' in een bericht venster om het emoji selectie menu zichtbaar te maken. Andere gebruikers zullen de pagina moeten verversen voordat de nieuwe emojis zichtbaar zijn.", + "emoji_list.help2": "Tip: Als je #,## of ### als eerste karakter op een nieuwe lijn met een emoji gebruikt, kan je een grotere versie van de emoji versturen. Om te proberen, stuur een bericht als: '# :smile:'.", + "emoji_list.image": "Afbeelding", + "emoji_list.name": "Naam", + "emoji_list.search": "Zoek Aangepaste Emoji", + "emoji_list.somebody": "Iemand op een ander team", + "emoji_picker.activity": "Activity", + "emoji_picker.custom": "Custom", + "emoji_picker.emojiPicker": "Emoji Picker", + "emoji_picker.flags": "Markeer", + "emoji_picker.food": "Food", + "emoji_picker.nature": "Nature", + "emoji_picker.objects": "Objects", + "emoji_picker.people": "People", + "emoji_picker.recent": "Recently Used", + "emoji_picker.search": "Zoeken", + "emoji_picker.symbols": "Symbols", + "emoji_picker.travel": "Travel", + "error.not_found.link_message": "Terug naar Mattermost", + "error.not_found.message": "De pagina die u probeerde op te halen bestaat niet", + "error.not_found.title": "Pagina niet gevonden", + "error.not_supported.message": "Browsen in \"privé modus\" is niet toegestaan.", + "error.not_supported.title": "Browser niet ondersteund", + "error_bar.expired": "Enterprise license is expired and some features may be disabled. Please renew.", + "error_bar.expiring": "Enterprise license expires on {date}. Please renew.", + "error_bar.past_grace": "Enterprise license is expired and some features may be disabled. Please contact your System Administrator for details.", + "error_bar.preview_mode": "Preview Modus: Email notificaties zijn niet geconfigureerd", + "file_attachment.download": "Downloaden", + "file_info_preview.size": "Grootte ", + "file_info_preview.type": "Bestandstype ", + "file_upload.fileAbove": "Het bestand groter dan {max} MB kan niet worden geüploaded: {filename}", + "file_upload.filesAbove": "Bestanden groter dan {max}MB kunnen niet worden geüpload: {filenames}", + "file_upload.limited": "Uploads gelimiteerd op maximum {count} bestanden. Gebruik additionele berichten voor meer bestanden.", + "file_upload.pasted": "Afbeelding Geplakt in ", + "filtered_channels_list.count": "{count} {count, plural, =0 {0 channels} one {channel} other {channels}}", + "filtered_channels_list.countTotal": "{count} {count, plural, =0 {0 channels} one {channel} other {channels}} of {total} Total", + "filtered_channels_list.search": "Kanalen zoeken", + "filtered_user_list.any_team": "Alle gebruikers", + "filtered_user_list.count": "{count} {count, plural, =0 {0 members} een {member} andere {members}}", + "filtered_user_list.countTotal": "{count} {count, plural, =0 {0 members} one {member} other {members}} of {total} total", + "filtered_user_list.countTotalPage": "{startCount, number} - {endCount, number} {count, plural, =0 {0 members} one {member} other {members}} of {total} total", + "filtered_user_list.member": "Lid", + "filtered_user_list.next": "Volgende", + "filtered_user_list.prev": "Previous", + "filtered_user_list.search": "Search users", + "filtered_user_list.searchButton": "Zoeken", + "filtered_user_list.show": "Filter:", + "filtered_user_list.team_only": "Leden van dit team", + "find_team.email": "E-mail", + "find_team.findDescription": "Een email was verstuurd met links naar ieder team waar je lid van bent. ", + "find_team.findTitle": "Vind jouw team", + "find_team.getLinks": "Krijg een email met links naar ieder team waar je lid van bent. ", + "find_team.placeholder": "uw.naam@domein.nl", + "find_team.send": "Verzenden", + "find_team.submitError": "Vul een geldig e-mail adres in", + "flag_post.flag": "Markeren voor vervolgactie", + "flag_post.unflag": "Demarkeer", + "general_tab.chooseDescription": "Kies een nieuwe naam voor uw team", + "general_tab.codeDesc": "Klik op 'Bewerken' om de uitnodigings-code opnieuw te genereren.", + "general_tab.codeLongDesc": "De Uitnodigings Code is onderdeel van de URL in de team uitnodigings link gemaakt door de Krijg Team Uitnodigings Link\" in het hoofdmenu. Hergenereren maakt een nieuwe team uitnodiging en zal de vorige link onbruikbaar maken.", + "general_tab.codeTitle": "Uitnodigings-code", + "general_tab.emptyDescription": "Click 'Edit' to add a team description.", + "general_tab.getTeamInviteLink": "Verkrijg de team uitnodigings-link", + "general_tab.includeDirDesc": "Invoegen van dit team zal de team naam zichtbaar maken in de Team Directory sectie op de hoofdpaginam en zal een link naar de login pagina maken.", + "general_tab.no": "Nee", + "general_tab.openInviteDesc": "Wanneer dit is toegestaan, zal een link naar dit team worden opgenomen op de landings-pagina, zodat iedereen met een account mee kan doen met dit team.", + "general_tab.openInviteTitle": "Sta iedere gebruiker met een account op deze server om lid te worden van dit team", + "general_tab.regenerate": "Opnieuw genereren", + "general_tab.required": "Dit veld is verplicht", + "general_tab.teamDescription": "Team Description", + "general_tab.teamDescriptionInfo": "Team description provides additional information to help users select the right team. Maximum of 50 characters.", + "general_tab.teamName": "Team naam", + "general_tab.teamNameInfo": "Zet de teamnaam zoals die zal verschijnen op uw login scherm en bovenaan de navigatiekolom aan de linkerkant.", + "general_tab.title": "Algemene instellingen", + "general_tab.yes": "Ja", + "get_app.alreadyHaveIt": "Heb je het al?", + "get_app.androidAppName": "Mattermost voor Android", + "get_app.androidHeader": "Mattermost werkt het beste als je overschakelt naar onze Android app", + "get_app.continue": "doorgaan", + "get_app.continueWithBrowser": "Of {link}", + "get_app.continueWithBrowserLink": "doorgaan met de browser", + "get_app.iosHeader": "Mattermost werkt het beste als je overschakelt naar onze iPhone app", + "get_app.mattermostInc": "Mattermost, Inc", + "get_app.openMattermost": "Open Matermost", + "get_link.clipboard": " Link copied", + "get_link.close": "Afsluiten", + "get_link.copy": "Kopieer link", + "get_post_link_modal.help": "De link hieronder staat geautoriseerde gebruikers toe om jouw bericht te bekijken.", + "get_post_link_modal.title": "Kopieer permanente link", + "get_public_link_modal.help": "The link below allows anyone to see this file without being registered on this server.", + "get_public_link_modal.title": "Openbare link ophalen", + "get_team_invite_link_modal.help": "Stuur teamleden de link hieronder om zichzelf in te schrijven bij dit team. De Team Uitnodigings Link kan worden gedeeld met zoveel teamleden als nodig is en zal niet veranderen tenzij het is hergenereerd in de Team Instellingen door een Team Admin. ", + "get_team_invite_link_modal.helpDisabled": "Het maken van gebruikers is uitgeschakeld voor uw team. Vraag uw team beheerder voor meer informatie. ", + "get_team_invite_link_modal.title": "Team uitnodigingslink", + "help.attaching.downloading": "#### Downloaden van Bestanden\nDownload een bijgevoegd bestand door op het download ikoon te klikken naast het bestands-pictogram of open de bestands-voorvertoner en klik **Download**.", + "help.attaching.dragdrop": "#### Slepen en Neerzetten\nUpload een bestand of een selectie van bestanden door de bestanden te slepen van jouw computer in het RHS in het midden. Slepen en neerzetten voegt het bestand aan het bericht in het invoer veld, dan kan je optioneel een bericht typen en op **ENTER** drukken om te plaatsen.", + "help.attaching.icon": "### Bijlage Ikoon\nAlternatief, upload bestanden door op het grijze paperclip ikoon te drukken in het bericht venster. Dit opent een systeem bestand weergave waar je kan navigeren naar het gewenste bestand en dan klikken op **Open** om de bestanden te uploaden. Optioneel een bericht typen en op **ENTER** drukken om te plaatsen.", + "help.attaching.limitations": "## Bestandsgroote Limieten\nMattermost ondersteund een maximum van vijf bijgevoegde bestanden per bericht, met een grootte van maximaal ieder 50Mb.", + "help.attaching.methods": "## Bijlage Methodes\nVoeg een bestand toe via slepen en neerzetten of door op het bijlage icoon te drukken in het bericht veld.", + "help.attaching.notSupported": "Document voorvertonen (Word, Excel, PPT) is nog niet ondersteund.", + "help.attaching.pasting": "#### Plakken van Afbeeldingen\nIn Chrome en Edge browsers, is het ook mogelijk om bestanden te plakken vanaf het clipboard. Dit word nog niet ondersteund door andere browsers.", + "help.attaching.previewer": "## Bestand-Voorvertoner\nMattermost heeft een ingebouwde bestand-voorvertoner om media, gedownloade bestanden en publieke links voor te vertonen. Klik op het pictogram van een bijgevoegd bestand en open het in de bestand-voorvertoner.", + "help.attaching.publicLinks": "#### Delen Publieke Links\nPublieke links staan je toe om bestanden te delen met mensen buiten jouw Mattermost team. Open de bestand-voorvertoner door op het pictogram van de bijlage te drikken, en dan drukken op **Krijg Publieke Link**. Dit zal een venster openen met een link om te kopiëren. Wanneer deze link word gedeeld en geopend door iemand anders, dan zal het bestand automatisch worden gedownload.", + "help.attaching.publicLinks2": "Als **Krijg Publieke Link** niet zichtbaar is in de bestand-voorvertoner en je wilt deze optie, kan je je Systeem Beheerder vragen om deze optie aan te zetten in de Systeem Console onder **Beveiliging** > **Publieke LInks**.", + "help.attaching.supported": "#### Ondersteunde Bestands-soorten\nAls je probeert een niet ondersteunde bestands-soort te voorvertonen, de bestands-voorvertoner zal dan een standaard media bijlage icoon openen. Ondersteunde bestands-soorten hangt sterk af van jouw browser en operating systeem, maar de volgende bestands-soorten zijn ondersteund door Mattermost op de meeste browsers:", + "help.attaching.supportedList": "- Afbeeldingen: BMP, GIF, JPG, JPEG, PNG\n- Video: MP4\n- Audio: MP3, M4A\n- Documenten: PDF", + "help.attaching.title": "# Bestanden bijvoegen\n_____", + "help.commands.builtin": "## Ingebouwde Commando's\nDe volgende slash commando's zijn beschikbaar op alle Mattermost installaties:", + "help.commands.builtin2": "Begin met het typen van een `/` en er zal een lijst van slash commando's verschijnen boven het tekst invoer veld. De autocomplete suggesties helpen met een formaat voorbeeld in zwarte tekst en een korte omschrijving van het slash commando in grijze tekst.", + "help.commands.custom": "## Aangepaste Commando's\nAangepaste slash commando's integreren met externe applicaties.Bijvoorbeeld, een team kan een aangepast slash commando configureren om de interne gezonheidsstatus te controleren met `/patient joe smith` of controleer het wekelijkse weerbericht in een stad met `/weather rotterdam week`. Vraag bij Uw Systeem Beheerder of open de autocomplete lijst door `/` te typen, en kijk of jouw team aangepaste commando's heeft geconfigureerd.", + "help.commands.custom2": "Aangepaste slash commando's zijn standaard uitgeschakeld en kunnen worden aangezet door de Systeem Beheerder in de **Systeem Console** > **Integraties** > **Webhooks en Commando's**. Lees meer over aangepaste commondo's op [developer slash command documentatie pagina](http://docs.mattermost.com/developer/slash-commands.html).", + "help.commands.intro": "Slash commando's voeren operaties uit in Mattermost door het typen van tekst in het tekst invoer veld. Typ een `/` gevolgd door een commando en paramaters om acties uit te voeren\n\nIngebouwde slash commando's zitten in alle Mattermost installaties en aangepaste slash commando's zijn te configureren met externe applicaties. Lees meer over het configureren van aangepaste slash commando's op de [developer slash command documentatie pagina](http://docs.mattermost.com/developer/slash-commands.html).", + "help.commands.title": "# Commando's Uitvoeren\n___", + "help.composing.deleting": "## Verwijder een bericht\nVerwijder een bericht door op het **[...]** icoon naast een willekeurig bericht te klikken, en klik dan op **Verwijder**. Systeem en Team Beheerders kunnen ieder bericht verwijderen op het systeem.", + "help.composing.editing": "## Bewerk een Bericht\nBewerk een bericht door op het **[...]** icoon naast een willekeurig bericht te klikken, en klik dan op **Bewerk**. Nadat je klaar bent met wijzigen, druk dan op **ENTER** om de wijziging te bewaren. Bericht bewerkingen triggeren niet opnieuw @mention notificaties, desktop notificaties of notificatie geluiden.", + "help.composing.linking": "## Link naar een bericht\nDe **Permalink** optie maakt een link naar ieder bericht. Deel deze link met andere gebruikers in het kanaal en laat hun het bericht lezen in het Bericht Archief. Gebruikers, die geen lid van het kanaal waar het bericht in geplaatst is, kunnen het bericht niet zien. Krijg de permalink naar een bericht door op het **[...]** icoon te klikken naast een bericht en klik op **Permalink** > **Kopieer Link**.", + "help.composing.posting": "## Plaats een bericht\nSchrijf een bericht door tekst te typen in het tekst invoer veld, en druk dan op **ENTER** om te versturen. Gebruik **Shift + ENTER** om een nieuwe lijn te maken zonder het bericht te versturen. Om berichten te versturen met **CTRL+ENTER** ga naar het **Hoofd Menu > Account Instellingen > Berichten Versturen met CTRL + ENTER**.", + "help.composing.posts": "#### Berichten\nBerichten kunnen worden gezien als threads. Dat zijn berichten die een ketting van antwoorden kunnen starten. Berichten worden gemaakt en verstuurd vanaf het tekst invoer veld onderaar het middelste paneel.", + "help.composing.replies": "#### Antwoorden\nAntwoord op een bericht door te klikken op het antwoord icoon naast een bericht. Deze actie opent de rechter-hand-side (RHS) waar je de berichten lijst kan zien, en dan maak en stuur jouw antwoord. Antwoorden zijn een klein beetje schuin zodat je kan zien dat het een antwoord op een ander bericht is.\n\nWanneer je een antwoord maakt, klik op de invouw/uitvouw icoon met de twee pijltjes bovenaan de zijbalk om ze makkelijker leesbaar te maken.", + "help.composing.title": "# Berichten Versturen\n_____", + "help.composing.types": "## Bericht Types\nAntwoord op berichten om gesprekken georganiseerd te houden.", + "help.formatting.checklist": "Maak een takenlijst door vierkante haken toe te voegen:", + "help.formatting.checklistExample": "- [ ] Onderdeel een\n- [ ] Onderdeel twee\n- [x] Afgemaakt Onderdeel", + "help.formatting.code": "## Code Blok\n\nMaak een code blok door iedere lijn te beginnen met vier spaties of door ``` op de lijn boven en onder jouw code blok te plaatsen.", + "help.formatting.codeBlock": "Codeblok", + "help.formatting.emojiExample": ":smile: :+1: :sheep:", + "help.formatting.emojis": "## Emojis\n\nOpen het emoji autocomplete door een `:` te typen. Een lijst met emojis kan [hier](http://www.emoji-cheat-sheet.com/) gevonden worden. Het is ook mogelijk om een [Aangepaste Emoji](http://docs.mattermost.com/help/settings/custom-emoji.html) te maken.", + "help.formatting.example": "Voorbeeld:", + "help.formatting.githubTheme": "**GitHub Thema**", + "help.formatting.headings": "## Kopteksten\n\nMaak een koptekst door een # en een spatie te typen. Gebruik meer #’s voor lagere niveaus van kopteksten.", + "help.formatting.headings2": "Je kan ook de tekst onderlijnen met `===` of `---` om kopteksten te maken.", + "help.formatting.headings2Example": "Grote koptekst\n-------------", + "help.formatting.headingsExample": "## Grote koptekst\n### Kleinere koptekst\n#### Nog kleinere koptekst", + "help.formatting.images": "## In-line Afbeeldingen\n\nMaak in-line afbeeldingen door gebruik te maken van een `!`gevolgd door de tekst in rechte haken, en de link in normale haken. ", + "help.formatting.imagesExample": "![alt text](link \"hover text\")\n\nen\n\n[![Build Status](https://travis-ci.org/mattermost/platform.svg?branch=master)](https://travis-ci.org/mattermost/platform) [![Github](https://assets-cdn.github.com/favicon.ico)](https://github.com/mattermost/platform)", + "help.formatting.inline": "## In-line Code\n\nMaak in-line monospaced font door het te omgeven door backticks.", + "help.formatting.intro": "Markdown maakt het makkelijk berichten vorm te geven. Type een bericht zoals je normaal zou doen, en gebruik deze regels om het in speciaal formaat weer te geven.", + "help.formatting.lines": "## Lijnen\n\nMaak een lijn door gebruik te maken van drie `*`, `_`, of `-`.", + "help.formatting.linkEx": "[Check out Mattermost!](https://about.mattermost.com/)", + "help.formatting.links": "## Links\n\nMaak gelabelde links door de tekst tussen rechte haken te zetten, en de link tussen normale haken.", + "help.formatting.listExample": "* lijst onderdeel eene\n* lijst onderdeel twee\n * onderdeel twee sub-punt", + "help.formatting.lists": "## Lijsten\n\nMaak een lijst door `*` of `-` te gebruiken als punten. Tab een punt door 2 spaties ervoor te zetten.", + "help.formatting.monokaiTheme": "**Monokai Thema**", + "help.formatting.ordered": "Maak een geordende lijst door gebruik te maken van nummers:", + "help.formatting.orderedExample": "1. Onderdeel een\n2. Onderdeel twee", + "help.formatting.quotes": "## Blok Aanhaling\n\nMaak Blok Aanhalingen door `>` te gebruiken.", + "help.formatting.quotesExample": "`> blok aanhalingen` word weergegeven als:", + "help.formatting.quotesRender": "> blok aanhalingen", + "help.formatting.renders": "Word weergegeven als:", + "help.formatting.solirizedDarkTheme": "**Solarized Dark Thema**", + "help.formatting.solirizedLightTheme": "**Solarized Light Thema**", + "help.formatting.style": "## Text Style\n\nJe kan `_` of `*` om een woord heen plaatsen om het cursief te maken. Gebruik er twee om ze vet te maken.\n\n* `_cursief_` renders as _xursief_\n* `**vet**` renders as **vet**\n* `**_bold-italic_**` renders as **_bold-italics_**\n* `~~strikethrough~~` renders as ~~strikethrough~~", + "help.formatting.supportedSyntax": "Ondersteunde talen zijn:\n`as`, `applescript`, `osascript`, `scpt`, `bash`, `sh`, `zsh`, `clj`, `boot`, `cl2`, `cljc`, `cljs`, `cljs.hl`, `cljscm`, `cljx`, `hic`, `coffee`, `_coffee`, `cake`, `cjsx`, `cson`, `iced`, `cpp`, `c`, `cc`, `h`, `c++`, `h++`, `hpp`, `cs`, `csharp`, `css`, `d`, `di`, `dart`, `delphi`, `dpr`, `dfm`, `pas`, `pascal`, `freepascal`, `lazarus`, `lpr`, `lfm`, `diff`, `django`, `jinja`, `dockerfile`, `docker`, `erl`, `f90`, `f95`, `fsharp`, `fs`, `gcode`, `nc`, `go`, `groovy`, `handlebars`, `hbs`, `html.hbs`, `html.handlebars`, `hs`, `hx`, `java`, `jsp`, `js`, `jsx`, `json`, `jl`, `kt`, `ktm`, `kts`, `less`, `lisp`, `lua`, `mk`, `mak`, `md`, `mkdown`, `mkd`, `matlab`, `m`, `mm`, `objc`, `obj-c`, `ml`, `perl`, `pl`, `php`, `php3`, `php4`, `php5`, `php6`, `ps`, `ps1`, `pp`, `py`, `gyp`, `r`, `ruby`, `rb`, `gemspec`, `podspec`, `thor`, `irb`, `rs`, `scala`, `scm`, `sld`, `scss`, `st`, `sql`, `swift`, `tex`, `vbnet`, `vb`, `bas`, `vbs`, `v`, `veo`, `xml`, `html`, `xhtml`, `rss`, `atom`, `xsl`, `plist`, `yaml`", + "help.formatting.syntax": "### Syntax Highlighting\n\nTo add syntax highlighting, type the language to be highlighted after the ``` at the beginning of the code block. Mattermost also offers four different code themes (GitHub, Solarized Dark, Solarized Light, Monokai) that can be changed in **Account Settings** > **Display** > **Theme** > **Custom Theme** > **Center Channel Styles**", + "help.formatting.syntaxEx": " package main\n import \"fmt\"\n func main() {\n fmt.Println(\"Hello, 世界\")\n }", + "help.formatting.tableExample": "| Links-Uitgelijnd | Midden Uitgelijnd | Rechts Uitgelijnd |\n| :------------ |:---------------:| -----:|\n| Linker kolom 1 | deze tekst | $100 |\n| Linker kolom 2 | is | $10 |\n| Linker kolom 3 | gecentreerd | $1 |", + "help.formatting.tables": "## Tables\n\nCreate a table by placing a dashed line under the header row and separating the columns with a pipe `|`. (The columns don’t need to line up exactly for it to work). Choose how to align table columns by including colons `:` within the header row.", + "help.formatting.title": "# Formateren van Tekst\n _____", + "help.learnMore": "Meer te weten komen over:", + "help.link.attaching": "Bestanden Bijvoegen", + "help.link.commands": "Commando's Uitvoeren", + "help.link.composing": "Berichten en Antwoorden Opstellen", + "help.link.formatting": "Opmaak Berichten met gebruik van Markdown", + "help.link.mentioning": "Teamleden Vermelden", + "help.link.messaging": "Standaard Berichten", + "help.mentioning.channel": "#### @Channel\nYou can mention an entire channel by typing `@channel`. All members of the channel will receive a mention notification that behaves the same way as if the members had been mentioned personally.", + "help.mentioning.channelExample": "@channel great work on interviews this week. I think we found some excellent potential candidates!", + "help.mentioning.mentions": "## @Vermeldingen\nGebruik @vermeldingen om de aandacht van specifieke team leden te krijgen. ", + "help.mentioning.recent": "## Recent Mentions\nClick `@` next to the search box to query for your most recent @mentions and words that trigger mentions. Click **Jump** next to a search result in the right-hand sidebar to jump the center pane to the channel and location of the message with the mention.", + "help.mentioning.title": "# Teamleden Vermelden\n _____", + "help.mentioning.triggers": "## Words That Trigger Mentions\nIn addition to being notified by @username and @channel, you can customize words that trigger mention notifications in **Account Settings** > **Notifications** > **Words that trigger mentions**. By default, you will receive mention notifications on your first name, and you can add more words by typing them into the input box separated by commas. This is useful if you want to be notified of all posts on certain topics, for example, “interviewing” or “marketing”.", + "help.mentioning.username": "#### @Username\nYou can mention a teammate by using the `@` symbol plus their username to send them a mention notification.\n\nType `@` to bring up a list of team members who can be mentioned. To filter the list, type the first few letters of any username, first name, last name, or nickname. The **Up** and **Down** arrow keys can then be used to scroll through entries in the list, and pressing **ENTER** will select which user to mention. Once selected, the username will automatically replace the full name or nickname.\nThe following example sends a special mention notification to **alice** that alerts her of the channel and message where she has been mentioned. If **alice** is away from Mattermost and has [email notifications](http://docs.mattermost.com/help/getting-started/configuring-notifications.html#email-notifications) turned on, then she will receive an email alert of her mention along with the message text.", + "help.mentioning.usernameCont": "If the user you mentioned does not belong to the channel, a System Message will be posted to let you know. This is a temporary message only seen by the person who triggered it. To add the mentioned user to the channel, go to the dropdown menu beside the channel name and select **Add Members**.", + "help.mentioning.usernameExample": "@alice hoe ging het sollicitatiegesprek met de nieuwe kandidaat? ", + "help.messaging.attach": "**Attach files** by dragging and dropping into Mattermost or clicking the attachment icon in the text input box.", + "help.messaging.emoji": "**Quickly add emoji** by typing \":\", which will open an emoji autocomplete. If the existing emoji don't cover what you want to express, you can also create your own [Custom Emoji](http://docs.mattermost.com/help/settings/custom-emoji.html).", + "help.messaging.format": "**Format your messages** using Markdown that supports text styling, headings, links, emoticons, code blocks, block quotes, tables, lists and in-line images.", + "help.messaging.notify": "**Notify teammates** when they are needed by typing `@username`.", + "help.messaging.reply": "**Reply to messages** by clicking the reply arrow next to the message text.", + "help.messaging.title": "# Berichten Basics\n _____", + "help.messaging.write": "**Write messages** using the text input box at the bottom of Mattermost. Press ENTER to send a message. Use SHIFT+ENTER to create a new line without sending a message.", + "installed_command.header": "Slash opdrachten", + "installed_commands.add": "Slash opdracht toevoegen", + "installed_commands.delete.confirm": "This action permanently deletes the slash command and breaks any integrations using it. Are you sure you want to delete it?", + "installed_commands.empty": "Geen opdrachten gevonden", + "installed_commands.header": "Slash opdrachten", + "installed_commands.help": "Maak slash commando's voor gebruik in externe integraties. Bekijk de {link} om hier meer over te lezen.", + "installed_commands.helpLink": "documentatie", + "installed_commands.search": "Zoek Slash Commando's", + "installed_commands.unnamed_command": "Slash opdracht zonder naam", + "installed_incoming_webhooks.add": "Inkomende webhook toevoegen", + "installed_incoming_webhooks.delete.confirm": "This action permanently deletes the incoming webhook and breaks any integrations using it. Are you sure you want to delete it?", + "installed_incoming_webhooks.empty": "Geen inkomende webhooks gevonden", + "installed_incoming_webhooks.header": "Inkomende webhooks", + "installed_incoming_webhooks.help": "Maak inkomende webhook URLs voor gebruik in externe integraties. Bekijk de {link} om hier meer over te lezen.", + "installed_incoming_webhooks.helpLink": "documentatie", + "installed_incoming_webhooks.search": "Zoek Inkomende Webhooks", + "installed_incoming_webhooks.unknown_channel": "Een privé webhook", + "installed_integrations.callback_urls": "Callback URLs: {urls}", + "installed_integrations.client_id": "Client ID: {clientId}", + "installed_integrations.client_secret": "Client Secret: {clientSecret}", + "installed_integrations.content_type": "Content-Type: {contentType}", + "installed_integrations.creation": "Gemaakt door {creator} op {createAt, date, full}", + "installed_integrations.delete": "Verwijderen", + "installed_integrations.edit": "Bewerken", + "installed_integrations.hideSecret": "Verberg Secret", + "installed_integrations.regenSecret": "Regenereer Secret", + "installed_integrations.regenToken": "Token opnieuw genereren", + "installed_integrations.showSecret": "Toon Secret", + "installed_integrations.token": "Token: {token}", + "installed_integrations.triggerWhen": "Trigger Wanneer: {triggerWhen}", + "installed_integrations.triggerWords": "Trigger Woorden: {triggerWords}", + "installed_integrations.unnamed_oauth_app": "Naamloze OAuth 2.0 Applicatie", + "installed_integrations.url": "URL: {url}", + "installed_oauth_apps.add": "OAuth 2.0 Applicatie Toevoegen", + "installed_oauth_apps.callbackUrls": "Callback URL's (Een per regel)", + "installed_oauth_apps.cancel": "Annuleren", + "installed_oauth_apps.delete.confirm": "This action permanently deletes the OAuth 2.0 application and breaks any integrations using it. Are you sure you want to delete it?", + "installed_oauth_apps.description": "Omschrijving", + "installed_oauth_apps.empty": "Geen OAuth 2.0 Applicaties gevonden", + "installed_oauth_apps.header": "OAuth 2.0 Applicaties", + "installed_oauth_apps.help": "Create OAuth 2.0 applications to securely integrate bots and third-party applications with Mattermost. Please see {link} to learn more.", + "installed_oauth_apps.helpLink": "documentatie", + "installed_oauth_apps.homepage": "Homepagina", + "installed_oauth_apps.iconUrl": "Pictogram-URL", + "installed_oauth_apps.is_trusted": "Is Vertrouwd: {isTrusted}", + "installed_oauth_apps.name": "Weergavenaam", + "installed_oauth_apps.save": "Opslaan", + "installed_oauth_apps.search": "Zoek OAuth 2.0 Applicaties", + "installed_oauth_apps.trusted": "Is Vertrouwd", + "installed_oauth_apps.trusted.no": "Nee", + "installed_oauth_apps.trusted.yes": "Ja", + "installed_outgoing_webhooks.add": "Uitgaande webhook toevoegen", + "installed_outgoing_webhooks.delete.confirm": "This action permanently deletes the outgoing webhook and breaks any integrations using it. Are you sure you want to delete it?", + "installed_outgoing_webhooks.empty": "Geen uitgaande webhooks gevonden", + "installed_outgoing_webhooks.header": "Uitgaande webhooks", + "installed_outgoing_webhooks.help": "Maak uitgaande webhook URLs voor gebruik in externe integraties. Bekijk de {link} om hier meer over te lezen.", + "installed_outgoing_webhooks.helpLink": "documentatie", + "installed_outgoing_webhooks.search": "Zoek Uitgaande Webhooks", + "installed_outgoing_webhooks.unknown_channel": "Een privé webhook", + "integrations.add": "Toevoegen", + "integrations.command.description": "Slash opdrachten sturen events naar externe integraties", + "integrations.command.title": "Slash opdracht", + "integrations.delete.confirm.button": "Verwijderen", + "integrations.delete.confirm.title": "Delete Integration", + "integrations.done": "Gereed", + "integrations.edit": "Bewerken", + "integrations.header": "Integraties", + "integrations.incomingWebhook.description": "Inkomende webhooks laten externel integraties toe om berichten te sturen", + "integrations.incomingWebhook.title": "Inkomende webhook", + "integrations.oauthApps.description": "OAuth 2.0 staat externe applicaties toe om geautoriseerde verzoeken te sturen naar de Mattermost API.", + "integrations.oauthApps.title": "OAuth 2.0 Applicaties", + "integrations.outgoingWebhook.description": "Uitgaande webhooks laten externe integraties toe om berichten te ontvangen en hierop te antwoorden", + "integrations.outgoingWebhook.title": "Uitgaande webhook", + "integrations.successful": "Installatie Succesvol", + "intro_messages.DM": "Dit is de start van uw privé berichten historiek met teamlid {teammate}.
    Privé berichten en bestanden die hier gedeeld worden zijn niet zichtbaar voor anderen.", + "intro_messages.anyMember": "Ieder lid kan dit kanaal lezen en volgen.", + "intro_messages.beginning": "Begin van {name}", + "intro_messages.channel": "kanaal", + "intro_messages.creator": "Dit is de start van {name} {type}, gemaakt door {creator} op {date}.", + "intro_messages.default": "

    Beginning of {display_name}

    Welcome to {display_name}!

    Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.

    ", + "intro_messages.group": "privé groep", + "intro_messages.invite": "Nodig anderen uit voor: {type}", + "intro_messages.inviteOthers": "Nodig anderen uit voor dit team", + "intro_messages.noCreator": "Dit is de start van {name} {type}, gemaakt op {date}.", + "intro_messages.offTopic": "

    Begin van {display_name}

    Dit is het begin van {display_name}, een kanaal voor niet-werk gerelateerde discussies.

    ", + "intro_messages.onlyInvited": " Alleen uitgenodigde deelnemers kunnen deze privé groep bekijken.", + "intro_messages.purpose": " This {type}'s purpose is: {purpose}.", + "intro_messages.setHeader": "Stel een koptekst in", + "intro_messages.teammate": "Dit is de start van uw privé berichten historiek met dit teamlid. Privé berichten en bestanden die hier gedeeld worden zijn niet zichtbaar voor anderen.", + "invite_member.addAnother": "Nog iemand toevoegen", + "invite_member.autoJoin": "Uitgenodigde personen worden automatisch lid van het {channel} kanaal.", + "invite_member.cancel": "Annuleren", + "invite_member.content": "E-mail is momenteel uitgeschakeld voor uw team, en een uitnodiging per e-mail kan niet worden verzonden. Neem contact op met uw systeembeheerder voor het inschakelen van e-mail en e-mail uitnodigingen.", + "invite_member.disabled": "Het maken van gebruikers is uitgeschakeld voor uw team. Vraag uw team beheerder voor meer informatie. ", + "invite_member.emailError": "Vul een geldig e-mail adres in", + "invite_member.firstname": "Voornaam", + "invite_member.inviteLink": "Team uitnodigings-link", + "invite_member.lastname": "Achternaam", + "invite_member.modalButton": "Ja, verwijderen", + "invite_member.modalMessage": "U hebt niet-verzonden uitnodigingen, weet u zeker dat u deze wilt verwijderen?", + "invite_member.modalTitle": "Uitnodigingen verwijderen?", + "invite_member.newMember": "Nieuw lid uitnodigen", + "invite_member.send": "Verstuur uitnodiging", + "invite_member.send2": "Verstuur uitnodigingen", + "invite_member.sending": " Versturen", + "invite_member.teamInviteLink": "U kunt ook mensen uitnodigen met deze {link} link.", + "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", + "ldap_signup.teamName": "Voer de team naam in", + "ldap_signup.team_error": "Voer de team naam in", + "leave_team_modal.desc": "Je zal worden verwijdert uit alle publieke kanalen en prive groepen. Als het team prive is kan je niet terugkeren in het team. Weet je het zeker?", + "leave_team_modal.no": "Nee", + "leave_team_modal.title": "Verlaat het team?", + "leave_team_modal.yes": "Ja", + "loading_screen.loading": "Bezig met laden", + "login.changed": " Inlog methode succesvol gewijzigd", + "login.create": "Maak er nu een", + "login.createTeam": "Maak een nieuw team", + "login.createTeamAdminOnly": "Deze optie is alleen beschikbaar voor Systeem Beheerders, en word niet getoond aan andere gebruikers.", + "login.email": "E-mail", + "login.find": "Zoek uw andere teams", + "login.forgot": "Ik ben mijn wachtwoord vergeten", + "login.gitlab": "GitLab", + "login.google": "Google Apps", + "login.invalidPassword": "Uw wachtwoord is niet juist.", + "login.ldapUsername": "AD/LDAP Gebruikersnaam", + "login.ldapUsernameLower": "AD/LDAP gebruikersnaam", + "login.noAccount": "Heeft u geen account? ", + "login.noEmail": "Geen uw e-mail adres in", + "login.noEmailLdapUsername": "Geef uw e-mail adres of {ldapUsername} in", + "login.noEmailUsername": "Geeft uw e-mail adres of gebruikersnaam in", + "login.noEmailUsernameLdapUsername": "Geeft uw e-mail adres, gebruikersnaam of {ldapUsername} in", + "login.noLdapUsername": "Geef uw {ldapUsername} in", + "login.noMethods": "Er zijn geen inlog-methodes geconfigureerd, neem contact op met uw systeembeheerder.", + "login.noPassword": "Geef uw wachtwoord in", + "login.noUsername": "Geef uw gebruikersnaam in", + "login.noUsernameLdapUsername": "Geef uw gebruikersnaam of {ldapUsername} in", + "login.office365": "Office 365", + "login.on": "op {siteName}", + "login.or": "of", + "login.password": "Wachtwoord", + "login.passwordChanged": " Wachtwoord succesvol bijgewerkt", + "login.session_expired": " Uw sessie is verlopen. Log opnieuw in.", + "login.signIn": "Log in", + "login.signInLoading": "Signing in...", + "login.signInWith": "Log in met:", + "login.userNotFound": "We konden geen account vinden met jouw inlog gegevens.", + "login.username": "Gebruikersnaam", + "login.verified": " Email Geverifieerd ", + "login_mfa.enterToken": "Om inloggen te voltooien, voer de token in van je smartphone authenticator.", + "login_mfa.submit": "Verstuur", + "login_mfa.token": "MFA Token", + "login_mfa.tokenReq": "Geef een MFA token op", + "member_item.makeAdmin": "Maak Admin", + "member_item.member": "Lid", + "member_list.noUsersAdd": "Geen gebruikers om toe te voegen.", + "members_popover.manageMembers": "Leden beheren", + "members_popover.msg": "Bericht", + "members_popover.title": " Leden", + "members_popover.viewMembers": "Bekijk Leden", + "mfa.confirm.complete": "Set up complete!", + "mfa.confirm.okay": "OK", + "mfa.confirm.secure": "Your account is now secure. Next time you sign in, you will be asked to enter a code from the Google Authenticator app on your phone.", + "mfa.setup.badCode": "Invalid code. If this issue persists, contact your System Administrator.", + "mfa.setup.code": "MFA Code", + "mfa.setup.codeError": "Please enter the code from Google Authenticator.", + "mfa.setup.required": "Multi-factor authentication is required on {siteName}.", + "mfa.setup.save": "Opslaan", + "mfa.setup.secret": "Secret: {secret}", + "mfa.setup.step1": "Step 1: On your phone, download Google Authenticator from iTunes or Google Play", + "mfa.setup.step2": "Step 2: Use Google Authenticator to scan this QR code, or manually type in the secret key", + "mfa.setup.step3": "Step 3: Enter the code generated by Google Authenticator", + "mfa.setupTitle": "Multi-factor Authenticatie:", + "mobile.account.notifications.email.footer": "When offline or away for more than five minutes", + "mobile.account_notifications.mentions_footer": "Your username (\"@{username}\") will always trigger mentions.", + "mobile.account_notifications.non-case_sensitive_words": "Other non-case sensitive words...", + "mobile.account_notifications.reply.header": "Send reply notifications for", + "mobile.account_notifications.threads_mentions": "Mentions in threads", + "mobile.account_notifications.threads_start": "Threads that I start", + "mobile.account_notifications.threads_start_participate": "Threads that I start or participate in", + "mobile.channel_info.alertMessageDeleteChannel": "Are you sure you want to delete the {term} with {name}?", + "mobile.channel_info.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_info.alertNo": "Nee", + "mobile.channel_info.alertTitleDeleteChannel": "Verwijder {term}...", + "mobile.channel_info.alertTitleLeaveChannel": "Verlaat {term}", + "mobile.channel_info.alertYes": "Ja", + "mobile.channel_info.privateChannel": "Private Channel", + "mobile.channel_info.publicChannel": "Publieke kanalen", + "mobile.channel_list.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_list.alertNo": "Nee", + "mobile.channel_list.alertTitleLeaveChannel": "Verlaat {term}", + "mobile.channel_list.alertYes": "Ja", + "mobile.channel_list.closeDM": "Close Direct Message", + "mobile.channel_list.closeGM": "Close Group Message", + "mobile.channel_list.dm": "Privé bericht", + "mobile.channel_list.gm": "Group Message", + "mobile.channel_list.open": "Open {term}", + "mobile.channel_list.openDM": "Open Direct Message", + "mobile.channel_list.openGM": "Open Group Message", + "mobile.channel_list.privateChannel": "Private Channel", + "mobile.channel_list.publicChannel": "Publieke kanalen", + "mobile.components.channels_list_view.yourChannels": "Your channels:", + "mobile.components.error_list.dismiss_all": "Dismiss All", + "mobile.components.select_server_view.continue": "doorgaan", + "mobile.components.select_server_view.enterServerUrl": "Enter Server URL", + "mobile.components.select_server_view.proceed": "Proceed", + "mobile.components.select_server_view.siteUrlPlaceholder": "https://mattermost.example.com", + "mobile.create_channel": "Create", + "mobile.create_channel.private": "New Private Group", + "mobile.create_channel.public": "Publieke kanalen", + "mobile.edit_post.title": "Editing Message", + "mobile.file_upload.camera": "Take Photo or Video", + "mobile.file_upload.library": "Photo Library", + "mobile.file_upload.more": "Meer", + "mobile.loading_channels": "Loading Channels...", + "mobile.loading_members": "Loading Members...", + "mobile.loading_posts": "Loading Messages...", + "mobile.login_options.choose_title": "Choose your login method", + "mobile.post.cancel": "Annuleren", + "mobile.post.delete_question": "Weet u zeker dat u deze {term} wilt verwijderen?", + "mobile.post.delete_title": "Delete Post", + "mobile.request.invalid_response": "Received invalid response from the server.", + "mobile.routes.channelInfo": "Info", + "mobile.routes.channelInfo.createdBy": "Created by {creator} on ", + "mobile.routes.channelInfo.delete_channel": "Verwijder kanaal...", + "mobile.routes.channelInfo.favorite": "Favorite", + "mobile.routes.channel_members.action": "Remove Members", + "mobile.routes.channel_members.action_message": "You must select at least one member to remove from the channel.", + "mobile.routes.channel_members.action_message_confirm": "Are you sure you want to remove the selected members from the channel?", + "mobile.routes.channels": "Kanalen", + "mobile.routes.enterServerUrl": "Enter Server URL", + "mobile.routes.login": "Inloggen", + "mobile.routes.loginOptions": "Login Chooser", + "mobile.routes.mfa": "Multi-factor Authenticatie:", + "mobile.routes.postsList": "Posts List", + "mobile.routes.saml": "Single SignOn", + "mobile.routes.selectTeam": "Selecteer team", + "mobile.routes.settings": "Settings", + "mobile.routes.thread": "{channelName} Thread", + "mobile.routes.thread_dm": "Direct Message Thread", + "mobile.routes.user_profile": "Profile", + "mobile.routes.user_profile.send_message": "Send Message", + "mobile.server_ping_failed": "Cannot connect to the server. Please check your server URL and internet connection.", + "mobile.server_url.invalid_format": "Moet beginnen met http:// of https://", + "more_channels.close": "Afsluiten", + "more_channels.create": "Maak een nieuw kanaal", + "more_channels.createClick": "Klik 'Maak nieuw kanaal' om een nieuw kanaal te maken", + "more_channels.join": "Deelnemen", + "more_channels.next": "Volgende", + "more_channels.noMore": "Geen kanalen beschikbaar waar aan deelgenomen kan worden.", + "more_channels.prev": "Previous", + "more_channels.title": "Meer kanalen", + "more_direct_channels.close": "Afsluiten", + "more_direct_channels.message": "Bericht", + "more_direct_channels.new_convo_note": "This will start a new conversation. If you’re adding a lot of people, consider creating a private group instead.", + "more_direct_channels.new_convo_note.full": "You’ve reached the maximum number of people for this conversation. Consider creating a private group instead.", + "more_direct_channels.title": "Privé bericht", + "msg_typing.areTyping": "{users} en {last} zijn aan het typen...", + "msg_typing.isTyping": "{user} typt...", + "msg_typing.someone": "Iemand", + "multiselect.go": "Go", + "multiselect.instructions": "Use up/down arrows to navigate and enter to select", + "multiselect.numPeopleRemaining": "You can add {num, number} more {num, plural, =0 {people} one {person} other {people}}. ", + "multiselect.numRemaining": "You can add {num, number} more", + "multiselect.placeholder": "Search and add members", + "navbar.addMembers": "Leden toevoegen", + "navbar.click": "Klik hier", + "navbar.delete": "Verwijder kanaal...", + "navbar.leave": "Verlaat kanaal", + "navbar.manageMembers": "Leden beheren", + "navbar.noHeader": "Nog geen kanaalkoptekst.{newline}{link} om er een toe te voegen.", + "navbar.preferences": "Meldings-voorkeuren", + "navbar.rename": "Hernoem kanaal...", + "navbar.setHeader": "Stel kanaalkoptekst in...", + "navbar.setPurpose": "Zet het doel van het kanaal...", + "navbar.toggle1": "Schakel de navigatiekolom in / uit", + "navbar.toggle2": "Schakel de navigatiekolom in / uit", + "navbar.viewInfo": "Bekijk Info", + "navbar.viewPinnedPosts": "View Pinned Posts", + "navbar_dropdown.about": "Over Mattermost", + "navbar_dropdown.accountSettings": "Account-instellingen", + "navbar_dropdown.console": "Systeem-console", + "navbar_dropdown.create": "Maak een nieuw team", + "navbar_dropdown.emoji": "Aangepaste emoji", + "navbar_dropdown.help": "Help", + "navbar_dropdown.integrations": "Integraties", + "navbar_dropdown.inviteMember": "Nodig een nieuw lid uit", + "navbar_dropdown.join": "Join Another Team", + "navbar_dropdown.leave": "Team verlaten", + "navbar_dropdown.logout": "Afmelden", + "navbar_dropdown.manageMembers": "Leden beheren", + "navbar_dropdown.nativeApps": "Download Apps", + "navbar_dropdown.report": "Een probleem melden", + "navbar_dropdown.switchTeam": "Schakel naar {team}", + "navbar_dropdown.switchTo": "Omschakelen naar ", + "navbar_dropdown.teamLink": "Verkrijg de team uitnodigings-link", + "navbar_dropdown.teamSettings": "Team instellingen", + "navbar_dropdown.viewMembers": "Bekijk Leden", + "notification.dm": "Privé bericht", + "passwordRequirements": "Wachtwoord Vereisten: ", + "password_form.change": "Verander mijn wachtwoord", + "password_form.click": "Klik hier om in te loggen.", + "password_form.enter": "Voer een nieuw wachtwoord in voor uw {siteName} account", + "password_form.error": "Voert u alstublieft minstens {chars} tekens in.", + "password_form.pwd": "Wachtwoord", + "password_form.title": "Wachtwoord reset", + "password_form.update": "Wachtwoord succesvol bijgewerkt.", + "password_send.checkInbox": "Controleer je inbox.", + "password_send.description": "Om uw wachtwoord opnieuw in te stellen voert u het e-mailadres in dat u heeft gebruikt om uzelf aan te melden", + "password_send.email": "E-mail", + "password_send.error": "Vul een geldig e-mail adres in.", + "password_send.link": "If the account exists, a password reset email will be sent to:
    {email}

    ", + "password_send.reset": "Reset wachtwoord", + "password_send.title": "Wachtwoord reset", + "pdf_preview.max_pages": "Download om meer pagina's te lezen", + "pending_post_actions.cancel": "Annuleren", + "pending_post_actions.retry": "Probeer opnieuw", + "permalink.error.access": "Permalink behoort toe aan een verwijderd bericht of aan een kanaal waar je geen toegang tot hebt.", + "post_attachment.collapse": "Minder tonen...", + "post_attachment.more": "Meer tonen...", + "post_body.commentedOn": "Reageerde op bericht van {name}{apostrophe}:", + "post_body.deleted": "(bericht verwijderd)", + "post_body.plusMore": " en {count} andere bestanden", + "post_body.plusOne": " en 1 ander bestand", + "post_delete.notPosted": "Bericht kon niet verzonden worden", + "post_delete.okay": "OK", + "post_delete.someone": "Iemand heeft het bericht verwijderd waarop u een commentaar schreef.", + "post_focus_view.beginning": "Begin van de kanaal archieven", + "post_info.del": "Verwijderen", + "post_info.edit": "Bewerken", + "post_info.mobile.flag": "Markeer", + "post_info.mobile.unflag": "Demarkeer ", + "post_info.permalink": "Permanente koppeling", + "post_info.pin": "Pin to channel", + "post_info.pinned": "Pinned", + "post_info.reply": "Antwoord", + "post_info.system": "System", + "post_info.unpin": "Un-pin from channel", + "post_message_view.edited": "(edited)", + "posts_view.loadMore": "Laad meer berichten", + "posts_view.newMsg": "Nieuwe berichten", + "posts_view.newMsgBelow": "New {count, plural, one {message} other {messages}} below", + "reaction.clickToAdd": "(click to add)", + "reaction.clickToRemove": "(click to remove)", + "reaction.othersReacted": "{otherUsers, number} {otherUsers, plural, one {user} other {users}}", + "reaction.reacted": "{users} {reactionVerb} with {emoji}", + "reaction.reactionVerb.user": "reacted", + "reaction.reactionVerb.users": "reacted", + "reaction.reactionVerb.you": "reacted", + "reaction.reactionVerb.youAndUsers": "reacted", + "reaction.usersAndOthersReacted": "{users} and {otherUsers, number} other {otherUsers, plural, one {user} other {users}}", + "reaction.usersReacted": "{users} and {lastUser}", + "reaction.you": "You", + "removed_channel.channelName": "het kanaal", + "removed_channel.from": "Verwijderd van ", + "removed_channel.okay": "OK", + "removed_channel.remover": "{remover} verwijderde u van {channel}", + "removed_channel.someone": "Iemand", + "rename_channel.cancel": "Annuleren", + "rename_channel.defaultError": " - Kan niet worden verandert voor het standaard kanaal", + "rename_channel.displayName": "Weergavenaam", + "rename_channel.displayNameHolder": "Voer de weergavenaam in", + "rename_channel.handleHolder": "Kan enkel kleine letters en nummers zijn", + "rename_channel.lowercase": "Kan enkel kleine letters en nummers zijn", + "rename_channel.maxLength": "Dit veld moet minder dan 22 tekens bevatten", + "rename_channel.required": "Dit veld is verplicht", + "rename_channel.save": "Opslaan", + "rename_channel.title": "Hernoem kanaal...", + "rename_channel.url": "URL:", + "rhs_comment.comment": "Commentaar", + "rhs_comment.del": "Verwijder", + "rhs_comment.edit": "Bewerken", + "rhs_comment.mobile.flag": "Markeer", + "rhs_comment.mobile.unflag": "Demarkeer", + "rhs_comment.permalink": "Permanente koppeling", + "rhs_header.backToCallTooltip": "Back to Call", + "rhs_header.backToFlaggedTooltip": "Terug naar Gemarkeerde Berichten", + "rhs_header.backToResultsTooltip": "Terug naar Zoekresultaten", + "rhs_header.closeSidebarTooltip": "Zijbalk Sluiten", + "rhs_header.closeTooltip": "Zijbalk Sluiten", + "rhs_header.details": "Bericht details", + "rhs_header.expandSidebarTooltip": "Zijbalk Uitvouwen", + "rhs_header.expandTooltip": "Zijbalk Invouwen", + "rhs_header.shrinkSidebarTooltip": "Zijbalk Invouwen", + "rhs_root.del": "Verwijderen", + "rhs_root.direct": "Privé bericht", + "rhs_root.edit": "Bewerken", + "rhs_root.mobile.flag": "Markeer", + "rhs_root.mobile.unflag": "Demarkeer", + "rhs_root.permalink": "Permanente koppeling", + "rhs_root.pin": "Pin to channel", + "rhs_root.unpin": "Un-pin from channel", + "search_bar.search": "Zoeken", + "search_bar.usage": "

    Zoekopties

    • Gebruik \"aanhalingstekens\" om naar zinnen te zoeken
    • Gebruik from: om berichten van een specifieke gebruiker te vinden en in: om berichten in een specifiek kanaal te vinden
    ", + "search_header.results": "Zoekresultaten", + "search_header.title2": "Recente vermeldingen", + "search_header.title3": "Gemarkeerde Berichten", + "search_header.title4": "Pinned posts in {channelDisplayName}", + "search_item.direct": "Direct Message (with {username})", + "search_item.jump": "Spring", + "search_results.because": "
    • Wanneer u op zoek bent naar een gedeeltelijk woord (bijv. zoek naar \"tele\", op zoek naar \"telefooon\" of \"televisie\"), moet u een * aan de zoekterm toevoegen
    • Zoekopdrachten van 2 letters en algemene woorden zoals \"dit\", \"een\", \"het\" verschijnen niet in de zoekresultaten
    ", + "search_results.noResults": "Geen resultaten gevonden. Opnieuw proberen?", + "search_results.usage": "
    • Gebruik \"aanhalingstekens\" om hele zinnen te zoeken
    • Gebruik van: om berichten van specifieke gebruikers te zoeken en in: om berichten in specifieke kanalen te zoeken
    ", + "search_results.usageFlag1": "Je hebt nog geen berichten gemarkeerd.", + "search_results.usageFlag2": "Je kan berichten en reacties markeren door te klikken op het ", + "search_results.usageFlag3": " icoon naast het datum/tijd veld.", + "search_results.usageFlag4": "Flags are a way to mark messages for follow up. Your flags are personal, and cannot be seen by other users.", + "search_results.usagePin1": "There are no pinned messages yet.", + "search_results.usagePin2": "All members of this channel can pin important or useful messages.", + "search_results.usagePin3": "Pinned messages are visible to all channel members.", + "search_results.usagePin4": "To pin a message: Go to the message that you want to pin and click [...] > \"Pin to channel\".", + "setting_item_max.cancel": "Annuleren", + "setting_item_max.save": "Opslaan", + "setting_item_min.edit": "Bewerken", + "setting_picture.cancel": "Annuleren", + "setting_picture.help": "Upload een profiel foto in JPG of PNG formaat, van minimaal {width}px breed en {height}px hoog.", + "setting_picture.save": "Opslaan", + "setting_picture.select": "Selecteer", + "setting_upload.import": "Importeer", + "setting_upload.noFile": "Geen bestand geselecteerd.", + "setting_upload.select": "Selecteer een bestand", + "sidebar.channels": "Kanalen", + "sidebar.createChannel": "Maak een nieuw kanaal", + "sidebar.createGroup": "Maak een nieuwe groep", + "sidebar.direct": "Privé berichten", + "sidebar.favorite": "Favorites", + "sidebar.more": "Meer", + "sidebar.moreElips": "Meer...", + "sidebar.otherMembers": "Buiten dit team", + "sidebar.pg": "Privé groepen", + "sidebar.removeList": "Uit de lijst verwijderen", + "sidebar.tutorialScreen1": "

    Kanalen

    Kanalen organiseren conversaties in verschillende onderwerpen. Ze zijn open voor iedereen in je team. Om privéberichten te sturen, gebruik Directe Berichten voor een enkel persoon of Privé Groepen voor meerdere personen.

    ", + "sidebar.tutorialScreen2": "

    \"{townsquare}\" en \"{offtopic}\" kanalen

    Hier zijn 2 publieke kanalen om te starten:

    {townsquare} is een plaats voor team wijde communicatie. Iedereen in jouw team is lid van dit kanaal.

    {offtopic} is een plaats voor ontspanning en humor buiten werk gerelateerde zaken en kanalen. Jij en jouw team kunnen beslissen wel andere kanalen er gemaakt moeten worden.

    ", + "sidebar.tutorialScreen3": "

    Kanalen maken en lid worden

    Klik op \"Meer...\" om een nieuw kanaal te maken of lid te worden van een bestaand kanaal.

    Je kan ook een nieuw kanaal of privégroep maken door op het \"+\"-teken naast het kanaal of de privégroep te drukken.

    ", + "sidebar.unreadAbove": "Ongelezen bericht(en) hierboven", + "sidebar.unreadBelow": "Ongelezen bericht(en) hierbeneden", + "sidebar_header.tutorial": "

    Hoofdmenu

    Het Hoofdmenu is waar je kan Uitnodigen van Nieuwe Leden, toegang tot jouw Account Instellingen en instellen van jouw Thema Kleur.

    Team admins kunnen ook hun Team Instellngen instellen via dit menu.

    Systeem admins vinden hier een Systeem Console optie om het hele systeem te beheren.

    ", + "sidebar_right_menu.accountSettings": "Account instellingen", + "sidebar_right_menu.console": "Systeem console", + "sidebar_right_menu.flagged": "Gemarkeerde Berichten", + "sidebar_right_menu.help": "Help", + "sidebar_right_menu.inviteNew": "Nodig een nieuw lid uit...", + "sidebar_right_menu.logout": "Afmelden", + "sidebar_right_menu.manageMembers": "Leden beheren", + "sidebar_right_menu.nativeApps": "Download Apps", + "sidebar_right_menu.recentMentions": "Recente vermeldingen", + "sidebar_right_menu.report": "Een probleem melden", + "sidebar_right_menu.teamLink": "Verkrijg team uitnodigings-link", + "sidebar_right_menu.teamSettings": "Team instellingen", + "sidebar_right_menu.viewMembers": "Bekijk Leden", + "signup.email": "E-mail en Wachtwoord", + "signup.gitlab": "GitLab Single-Sign-On", + "signup.google": "Google Account", + "signup.ldap": "AD/LDAP Credentials", + "signup.office365": "Office 365", + "signup.title": "Maak een account met:", + "signup_team.createTeam": "Of maak een team", + "signup_team.disabled": "Het aanmaken van nieuwe teams is uigeschakeld. Neem contact op met een beheerder voor toegang.", + "signup_team.join_open": "Teams waaraan je kunt deelnemen:", + "signup_team.noTeams": "Er zijn teams in de Team Directory en teams maken is uitgeschakeld.", + "signup_team.no_open_teams": "Er zijn geen teams beschikbaar om aan deel te nemen. Vraag de beheerder voor een uitnodiging.", + "signup_team.no_open_teams_canCreate": "Er zijn geen teams beschikbaar om aan deel te nemen. Maak een nieuw team aan of vraag de beheerder voor een uitnodiging.", + "signup_team.no_teams": "Er zijn nog geen teams aangemaakt. Neem alstublieft contact op met de beheerder.", + "signup_team.no_teams_canCreate": "Er zijn nog geen teams aangemaakt. Je kunt een team aanmaken door te klikken op \"Nieuw team aanmaken\"", + "signup_team.none": "Er is geen mogelijkheid ingeschakeld om teams aan te maken. Neem contact op met een beheerder voor toegang.", + "signup_team_complete.completed": "Er is al succesvol ingelogd via deze uitnodiging, of de uitnodiging is verlopen.", + "signup_team_confirm.checkEmail": "Bekijk uw email: {email}
    Uw email bevat een link om een nieuw team te maken", + "signup_team_confirm.title": "Registratie compleet", + "signup_team_system_console": "Ga naar Systeem Console", + "signup_user_completed.choosePwd": "Voer uw wachtwoord in", + "signup_user_completed.chooseUser": "Voer uw gebruikersnaam in", + "signup_user_completed.create": "Maak account aan", + "signup_user_completed.emailHelp": "Een geldig e-mailadres is vereist voor het aanmelden", + "signup_user_completed.emailIs": "Uw e-mail adres is {email}. U maakt gebruik van dit adres om in te loggen bij {siteName}.", + "signup_user_completed.expired": "Er is al succesvol ingelogd via deze uitnodiging, of de uitnodiging is verlopen.", + "signup_user_completed.gitlab": "met GitLab", + "signup_user_completed.google": "met Google", + "signup_user_completed.haveAccount": "Heb je al een account?", + "signup_user_completed.invalid_invite": "De uitnodigings link was verkeerd. Praat alstublieft met jouw beheerder om een uitnodiging te krijgen.", + "signup_user_completed.lets": "Laten we uw account aanmaken", + "signup_user_completed.no_open_server": "De server staat geen open inschrijvingen toe. Praat alstublieft met jouw beheerder om een uitnodiging te krijgen. ", + "signup_user_completed.none": "Er is geen mogelijkheid ingeschakeld om gebruikers aan te maken. Neem contact op met een beheerder voor toegang.", + "signup_user_completed.office365": "met Office 365", + "signup_user_completed.onSite": "op {siteName}", + "signup_user_completed.or": "of", + "signup_user_completed.passwordLength": "Voert u alstublieft minstens {min} tekens in", + "signup_user_completed.required": "Dit veld is verplicht", + "signup_user_completed.reserved": "Deze gebruikersnaam is gereserveerd, kiest u alstublieft een nieuwe.", + "signup_user_completed.signIn": "Klik hier om in te loggen.", + "signup_user_completed.userHelp": "De gebruikersnaam moet beginnen met een letter, en tussen {min} en {max} tekens bevatten in kleine letters, cijfers en de symbolen '.', de '-' en '_'", + "signup_user_completed.usernameLength": "De gebruikersnaam moet beginnen met een letter, en tussen {min} en {max} tekens bevatten in kleine letters, cijfers en de symbolen '.', de '-' en '_'.", + "signup_user_completed.validEmail": "Vul een geldig e-mail adres in", + "signup_user_completed.welcome": "Welkom bij:", + "signup_user_completed.whatis": "Wat is uw e-mail adres?", + "signup_user_completed.withLdap": "Met uw AD/LDAP gegevens", + "sso_signup.find": "Vind mijn teams", + "sso_signup.gitlab": "Maak een team met een GitLab account", + "sso_signup.google": "Maak een team met een Google Apps account", + "sso_signup.length_error": "De naam moet 3 of meer tekens lang zijn met een maximum van 15", + "sso_signup.teamName": "Voer de naam in van het nieuwe team", + "sso_signup.team_error": "Voer de naam in van het team", + "suggestion.mention.all": "Notificeert iedereen in het kanaal, gebruik in {townsquare} to notificeer het hele team", + "suggestion.mention.channel": "Notificeer iedereen in het kanaal", + "suggestion.mention.channels": "Mijn Kanalen", + "suggestion.mention.here": "Notificeert iedereen in het kanaal en online", + "suggestion.mention.members": "Kanaal Leden", + "suggestion.mention.morechannels": "Andere Kanalen", + "suggestion.mention.nonmembers": "Niet in kanaal", + "suggestion.mention.special": "Speciale Vermeldingen", + "suggestion.search.private": "Privé groepen", + "suggestion.search.public": "Publieke kanalen", + "team_export_tab.download": "downloaden", + "team_export_tab.export": "Exporteer", + "team_export_tab.exportTeam": "Exporteer uw team", + "team_export_tab.exporting": " Exporteren...", + "team_export_tab.ready": " klaar voor ", + "team_export_tab.unable": " Kan niet exporteren: {error}", + "team_import_tab.failure": " Importeren mislukt: ", + "team_import_tab.import": "Importeer", + "team_import_tab.importHelpDocsLink": "documentatie", + "team_import_tab.importHelpExportInstructions": "Slack > Team Settings > Import/Export Data > Export > Start Export", + "team_import_tab.importHelpExporterLink": "Slack Advanced Exporter", + "team_import_tab.importHelpLine1": "Slack import to Mattermost supports importing of messages in your Slack team's public channels.", + "team_import_tab.importHelpLine2": "To import a team from Slack, go to {exportInstructions}. See {uploadDocsLink} to learn more.", + "team_import_tab.importHelpLine3": "To import posts with attached files, see {slackAdvancedExporterLink} for details.", + "team_import_tab.importSlack": "Importeer van Slack (beta)", + "team_import_tab.importing": " Importeren...", + "team_import_tab.successful": " Importeren is gelukt: ", + "team_import_tab.summary": "Bekijk de samenvatting", + "team_member_modal.close": "Afsluiten", + "team_member_modal.members": "{team} leden", + "team_members_dropdown.confirmDemoteDescription": "Als je jezelf degradeert vanaf de Systeem Administrator rol en er is geen andere gebruiker met de System Admininistrator rechten, zal je jezelf System Admininistrator moeten maken door in te loggen op de Mattermost server en het volgende commando uit te voeren.", + "team_members_dropdown.confirmDemoteRoleTitle": "Bevestig degradatie van de Systeem Admininistrator rol", + "team_members_dropdown.confirmDemotion": "Bevestig degradatie", + "team_members_dropdown.confirmDemotionCmd": "platform roles system_admin {username}", + "team_members_dropdown.inactive": "Inactief", + "team_members_dropdown.leave_team": "Uit team verwijderen", + "team_members_dropdown.makeActive": "Maak actief", + "team_members_dropdown.makeAdmin": "Maak team beheerder", + "team_members_dropdown.makeInactive": "Maak inactief", + "team_members_dropdown.makeMember": "Maak lid", + "team_members_dropdown.member": "Lid", + "team_members_dropdown.systemAdmin": "Systeem beheerder", + "team_members_dropdown.teamAdmin": "Team beheerder", + "team_settings_modal.exportTab": "Export", + "team_settings_modal.generalTab": "Algemeen", + "team_settings_modal.importTab": "Import", + "team_settings_modal.title": "Team instellingen", + "team_sidebar.join": "Other teams you can join.", + "textbox.bold": "**vet**", + "textbox.edit": "Bericht bewerken", + "textbox.help": "Help", + "textbox.inlinecode": "`inline code`", + "textbox.italic": "_cursief_", + "textbox.preformatted": "```voorgeformatteerd```", + "textbox.preview": "Voorbeeld", + "textbox.quote": ">citaat", + "textbox.strike": "doorhalen", + "tutorial_intro.allSet": "Alles is gereed", + "tutorial_intro.end": "Klik op \"Volgende\" om {channel} in te gaan. Dit is het eerste kanaal teamgenoten zien wanneer ze zich aanmelden. Gebruik dit kanaal voor het posten van updates voor iedereen.", + "tutorial_intro.invite": "Nodig uw teamleden uit", + "tutorial_intro.mobileApps": "Installeer de apps voor {link} voor makkelijke toegang en notificaties onderweg.", + "tutorial_intro.mobileAppsLinkText": "PC, Mac, iOS en Android", + "tutorial_intro.next": "Volgende", + "tutorial_intro.screenOne": "

    Welkom bij:

    Mattermost

    Al je team communicatie op één plek, direct doorzoekbaar en overal beschikbaar

    Houd uw team verbonden en help hen te bereiken wat er het meest toe doet.

    ", + "tutorial_intro.screenTwo": "

    Hoe Mattermost werkt:

    Communicatie gebeurt in publieke discussie kanalen, privé groepen en directe berichten.

    Alles wordt gearchiveerd en is doorzoekbaar vanaf elke web-enabled desktop, laptop of telefoon.

    ", + "tutorial_intro.skip": "Inleiding overslaan", + "tutorial_intro.support": "Voor ondersteuning, stuur een email naar ", + "tutorial_intro.teamInvite": "Nodig uw teamleden uit", + "tutorial_intro.whenReady": " wanneer je klaar bent.", + "tutorial_tip.next": "Volgende", + "tutorial_tip.ok": "OK", + "tutorial_tip.out": "Schakel deze tips uit.", + "tutorial_tip.seen": "Heeft u dit al gezien? ", + "update_command.cancel": "Annuleren", + "update_command.confirm": "Slash opdracht toevoegen", + "update_command.question": "Your changes may break the existing slash command. Are you sure you would like to update it?", + "update_command.update": "Update", + "update_incoming_webhook.update": "Update", + "update_outgoing_webhook.confirm": "Uitgaande webhook toevoegen", + "update_outgoing_webhook.question": "Your changes may break the existing outgoing webhook. Are you sure you would like to update it?", + "update_outgoing_webhook.update": "Update", + "upload_overlay.info": "Sleep hier een bestand om te uploaden.", + "user.settings.advance.embed_preview": "For the first web link in a message, display a preview of website content below the message, if available", + "user.settings.advance.embed_toggle": "Toon schakel optie voor alle ingesloten voorbeelden", + "user.settings.advance.emojipicker": "Enable emoji picker in message input box", + "user.settings.advance.enabledFeatures": "{count, number} {count, plural, one {Feature} other {Features}} Ingeschakeld", + "user.settings.advance.formattingDesc": "Indien ingeschakeld, worden berichten opgemaakt met links, emoji, stijl van de tekst, en regeleinden toevoegen. Standaard is deze instelling ingeschakeld. Het wijzigen van deze instelling vereist dat de pagina vernieuwd wordt.", + "user.settings.advance.formattingTitle": "Bericht opmaak inschakelen", + "user.settings.advance.joinLeaveDesc": "When \"On\", System Messages saying a user has joined or left a channel will be visible. When \"Off\", the System Messages about joining or leaving a channel will be hidden. A message will still show up when you are added to a channel, so you can receive a notification.", + "user.settings.advance.joinLeaveTitle": "Aanzetten van Deelnemen/Verlaten Berichten", + "user.settings.advance.markdown_preview": "Toon markdown voorbeeld optie in bericht invoerveld", + "user.settings.advance.off": "Uit", + "user.settings.advance.on": "Aan", + "user.settings.advance.preReleaseDesc": "Selecteer een pre-released feature die je wilt bekijken. Je moet waarschijnlijk de pagina herladen voordat de veranderingen zichtbaar zijn.", + "user.settings.advance.preReleaseTitle": "Preview pre-release features", + "user.settings.advance.sendDesc": "Indien ingeschakeld zal 'ENTER' een nieuwe regel toevoegen en 'CTRL + ENTER' het bericht versturen.", + "user.settings.advance.sendTitle": "Stuur berichten wanner u op CTRL + ENTER drukt", + "user.settings.advance.slashCmd_autocmp": "Aanzetten van externe applicatie om slash commando autocomplete te gebruiken", + "user.settings.advance.title": "Geavanceerde instellingen", + "user.settings.advance.webrtc_preview": "Enable the ability to make and receive one-on-one WebRTC calls", + "user.settings.custom_theme.awayIndicator": "Weg Indicator", + "user.settings.custom_theme.buttonBg": "Knop achtergrond", + "user.settings.custom_theme.buttonColor": "Knoptekst", + "user.settings.custom_theme.centerChannelBg": "Midden Kanaal BG", + "user.settings.custom_theme.centerChannelColor": "Midden Kanaal Tekst", + "user.settings.custom_theme.centerChannelTitle": "Midden Kanaal Stijlen", + "user.settings.custom_theme.codeTheme": "Code thema", + "user.settings.custom_theme.copyPaste": "Kopieer en plak om thema kleuren te delen:", + "user.settings.custom_theme.linkButtonTitle": "Link en Knoppen Stijlen", + "user.settings.custom_theme.linkColor": "Link kleur", + "user.settings.custom_theme.mentionBj": "Vermelding Juweel BG", + "user.settings.custom_theme.mentionColor": "Vermelding Juweel Tekst", + "user.settings.custom_theme.mentionHighlightBg": "Vermelding Oplicht BG", + "user.settings.custom_theme.mentionHighlightLink": "Vermelding Oplicht Link", + "user.settings.custom_theme.newMessageSeparator": "Scheidingsteken voor nieuwe berichten", + "user.settings.custom_theme.onlineIndicator": "Online indicator", + "user.settings.custom_theme.sidebarBg": "Navigatiekolom achtergrond", + "user.settings.custom_theme.sidebarHeaderBg": "Navigatiekolom kop achtergrond", + "user.settings.custom_theme.sidebarHeaderTextColor": "Navigatiekolom kop tekst", + "user.settings.custom_theme.sidebarText": "Navigatiekolom tekst", + "user.settings.custom_theme.sidebarTextActiveBorder": "Navigatiekolom tekst actieve rand", + "user.settings.custom_theme.sidebarTextActiveColor": "Navigatiekolom tekst actieve rand", + "user.settings.custom_theme.sidebarTextHoverBg": "Navigatiekolom tekst 'hover' achtergrond", + "user.settings.custom_theme.sidebarTitle": "Zijbalk Stijlen", + "user.settings.custom_theme.sidebarUnreadText": "Navigatiekolom ongelezen tekst", + "user.settings.display.channelDisplayTitle": "Kanaal Schermmodus", + "user.settings.display.channeldisplaymode": "Kies de breedte van het center kanaal.", + "user.settings.display.clockDisplay": "Klok weergave", + "user.settings.display.collapseDesc": "Set whether previews of image links show as expanded or collapsed by default. This setting can also be controlled using the slash commands /expand and /collapse.", + "user.settings.display.collapseDisplay": "Default appearance of image link previews", + "user.settings.display.collapseOff": "Collapsed", + "user.settings.display.collapseOn": "Expanded", + "user.settings.display.fixedWidthCentered": "Vaste breedte, gecentreerd", + "user.settings.display.fontDesc": "Selecteer het lettertype dat door de Mattermost user interface wordt gebruikt.", + "user.settings.display.fontTitle": "Lettertype", + "user.settings.display.fullScreen": "Volledige breedte", + "user.settings.display.language": "Taal", + "user.settings.display.messageDisplayClean": "Standaard", + "user.settings.display.messageDisplayCleanDes": "Makkelijk te scannen en te lezen.", + "user.settings.display.messageDisplayCompact": "Compact", + "user.settings.display.messageDisplayCompactDes": "Zoveel berichten als passen op het scherm.", + "user.settings.display.messageDisplayDescription": "Selecteer hoe berichten in een kanaal moeten worden afgebeeld.", + "user.settings.display.messageDisplayTitle": "Bericht weergave", + "user.settings.display.militaryClock": "24 uren klok (bijvoorbeeld: 16:00)", + "user.settings.display.nameOptsDesc": "Geef aan hoe de gebruikersnaam word weergegeven in berichten en de Directe Berichten lijst. ", + "user.settings.display.normalClock": "12 uren klok (bijvoorbeeld: 4:00 PM)", + "user.settings.display.preferTime": "Selecteer hoe u de tijd wilt zien.", + "user.settings.display.showFullname": "Toon voornaam en achternaam", + "user.settings.display.showNickname": "Toon bijnaam, indien aanwezig, anders voor- en achternaam", + "user.settings.display.showUsername": "Toon gebruikersnaam (standaard)", + "user.settings.display.teammateDisplay": "Naamweergave van teamgenoten", + "user.settings.display.theme.applyToAllTeams": "Apply new theme to all my teams", + "user.settings.display.theme.customTheme": "Aangepast thema", + "user.settings.display.theme.describe": "Open om uw thema te beheren", + "user.settings.display.theme.import": "Importeer thema-kleuren van Slack", + "user.settings.display.theme.otherThemes": "Bekijk de andere thema's", + "user.settings.display.theme.themeColors": "Thema kleuren", + "user.settings.display.theme.title": "Thema", + "user.settings.display.title": "Afbeeldings instellingen", + "user.settings.general.checkEmail": "Controleer uw e-mail op {email} om het adres te controleren.", + "user.settings.general.checkEmailNoAddress": "Controleer uw e-mail voor uw nieuwe adres", + "user.settings.general.close": "Afsluiten", + "user.settings.general.confirmEmail": "Bevestig e-mail", + "user.settings.general.email": "E-mail", + "user.settings.general.emailGitlabCantUpdate": "Login gebeurt via GitLab. Het e-mail adres kan niet bijgewerkt worden. Het e-mail adres dat gebruikt wordt voor meldingen is {email}.", + "user.settings.general.emailGoogleCantUpdate": "Login gebeurt via Google. Het e-mail adres kan niet bijgewerkt worden. Het e-mail adres dat gebruikt wordt voor meldingen is {email}.", + "user.settings.general.emailHelp1": "E-mail wordt gebruikt voor aanmelden, meldingen en wachtwoord te resetten. E-mail vereist verificatie indien gewijzigd.", + "user.settings.general.emailHelp2": "E-mail is uitgeschakeld door de systeembeheerder. Geen meldings-e-mails worden verzonden totdat deze optie is ingeschakeld. ", + "user.settings.general.emailHelp3": "E-mail wordt gebruikt om in te loggen, meldingen en wachtwoord reset.", + "user.settings.general.emailHelp4": "Een verificatie-e-mail is verzonden naar {email}.", + "user.settings.general.emailLdapCantUpdate": "Login gebeurt via AD/LDAP. Het e-mail adres kan niet bijgewerkt worden. Het e-mail adres dat gebruikt wordt voor meldingen is {email}.", + "user.settings.general.emailMatch": "De wachtwoorden die u ingaf zijn niet identiek.", + "user.settings.general.emailOffice365CantUpdate": "Login gebeurt via Office 365. Het e-mail adres kan niet bijgewerkt worden. Het e-mail adres dat gebruikt wordt voor meldingen is {email}.", + "user.settings.general.emailSamlCantUpdate": "Login gebeurt via SAML. Het e-mail adres kan niet bijgewerkt worden. Het e-mail adres dat gebruikt wordt voor meldingen is {email}.", + "user.settings.general.emailUnchanged": "Uw nieuw e-mail adres is hetzelfde als uw oude e-mailadres.", + "user.settings.general.emptyName": "Klik 'Bewerken' om uw naam toe te voegen", + "user.settings.general.emptyNickname": "Klik 'Bewerken' om uw bijnaam toe te voegen", + "user.settings.general.emptyPosition": "Click 'Edit' to add your job title / position", + "user.settings.general.field_handled_externally": "Dit veld word gebruikt door jouw login provider. Als je het wilt veranderen, moet je dat via de login provider doen. ", + "user.settings.general.firstName": "Voornaam", + "user.settings.general.fullName": "Voor- en achternaam", + "user.settings.general.imageTooLarge": "Kan de profiel-afbeelding niet uploaden. Het bestand is te groot.", + "user.settings.general.imageUpdated": "Afbeelding laatst bijgewerkt op {date}", + "user.settings.general.lastName": "Achternaam", + "user.settings.general.loginGitlab": "Login via GitLab ({email})", + "user.settings.general.loginGoogle": "Login via Google ({email})", + "user.settings.general.loginLdap": "Login via AD/LDAP ({email})", + "user.settings.general.loginOffice365": "Login via Office 365 ({email})", + "user.settings.general.loginSaml": "Login via SAML ({email})", + "user.settings.general.newAddress": "Nieuw adres: {email}
    Controleer uw e-mail om dit adres te valideren.", + "user.settings.general.nickname": "Bijnaam", + "user.settings.general.nicknameExtra": "Gebruik Bijnaam om een naam te gebruiken hoe je wilt worden genoemd die verschillend is van je voornaam en je gebruikersnaam. Dit word vaak gebruikt als 2 of meer mensen een zelfde naam of gebruikersnaam hebben. ", + "user.settings.general.notificationsExtra": "Standaard ontvang je een vermelding notificatie wanneer iemand jouw voornaam typt. Ga naar {notify} instellingen om deze standaard te veranderen.", + "user.settings.general.notificationsLink": "Meldingen", + "user.settings.general.position": "Position", + "user.settings.general.positionExtra": "Use Position for your role or job title. This will be shown in your profile popover.", + "user.settings.general.primaryEmail": "Primaire e-mail", + "user.settings.general.profilePicture": "Profiel afbeelding", + "user.settings.general.title": "Algemene instellingen", + "user.settings.general.uploadImage": "Klik 'Bewerken' om een afbeelding up te loaden.", + "user.settings.general.username": "Gebruikersnaam", + "user.settings.general.usernameInfo": "Kies iets gemakkelijks zodat teamgenoten je makkelijk kunnen herkennen en herinneren.", + "user.settings.general.usernameReserved": "Deze gebruikersnaam is gereserveerd, kiest u alstublieft een nieuwe.", + "user.settings.general.usernameRestrictions": "De gebruikersnaam moet beginnen met een letter, en bevatten tussen {min} en {max} tekens in kleine letters, cijfers, en de symbolen '.', de ' - ' en '_'.", + "user.settings.general.validEmail": "Vul een geldig e-mail adres in", + "user.settings.general.validImage": "Alleen JPG-of PNG-afbeeldingen kunnen worden gebruikt voor de profiel afbeeldingen", + "user.settings.import_theme.cancel": "Annuleren", + "user.settings.import_theme.importBody": "Om een thema te importeren, ga naar een Slack team en kijk naar “Preferences -> Sidebar Theme”. Open de aangepaste thema optie, kopieer de thema kleur waardes en plak ze hier: ", + "user.settings.import_theme.importHeader": "Importeer een Slack thema", + "user.settings.import_theme.submit": "Verstuur", + "user.settings.import_theme.submitError": "Ongeldig formaat, probeer het kopiëren en plakken opnieuw.", + "user.settings.languages.change": "Taal van de interface wijzigen", + "user.settings.languages.promote": "Selecteer welke taal Mattermost moet weergeven in de gebruikersinterface.

    Wil je helpen met vertalen? Word lid van de Mattermost Translation Server.", + "user.settings.mfa.add": "Toevoegen van MFA aan jouw account", + "user.settings.mfa.addHelp": "Adding multi-factor authentication will make your account more secure by requiring a code from your mobile phone each time you sign in.", + "user.settings.mfa.addHelpQr": "Please scan the QR code with the Google Authenticator app on your smartphone and fill in the token with one provided by the app. If you are unable to scan the code, you can manually enter the secret provided.", + "user.settings.mfa.enterToken": "Token (enkel nummers)", + "user.settings.mfa.qrCode": "Streepjescode", + "user.settings.mfa.remove": "Verwijderen van MFA van jouw account", + "user.settings.mfa.removeHelp": "Verwijderen van multi-factor autenticatie betekent dat je niet langer verplicht een telefoon gebaseerde toegangscode nodig hebt om in te loggen op jouw account. ", + "user.settings.mfa.requiredHelp": "Multi-factor authentication is required on this server. Resetting is only recommended when you need to switch code generation to a new mobile device. You will be required to set it up again immediately.", + "user.settings.mfa.reset": "Verwijderen van MFA van jouw account", + "user.settings.mfa.secret": "Geheim:", + "user.settings.mfa.title": "Multi-factor Authenticatie:", + "user.settings.modal.advanced": "Geavanceerd", + "user.settings.modal.confirmBtns": "Ja, verwijderen", + "user.settings.modal.confirmMsg": "U niet-opgeslagen wijzigingen, weet u zeker dat u deze wilt verwijderen?", + "user.settings.modal.confirmTitle": "Wijzigingen verwijderen?", + "user.settings.modal.display": "Weergave", + "user.settings.modal.general": "Algemeen", + "user.settings.modal.notifications": "Meldingen", + "user.settings.modal.security": "Beveiliging", + "user.settings.modal.title": "Account-instellingen", + "user.settings.notifications.allActivity": "Voor alle activiteiten", + "user.settings.notifications.channelWide": "Kanaal-brede vermeldingen \"@\"kanaal\", \"@all\"", + "user.settings.notifications.close": "Afsluiten", + "user.settings.notifications.comments": "Antwoord meldingen", + "user.settings.notifications.commentsAny": "Trigger notifications on messages in reply threads that I start or participate in", + "user.settings.notifications.commentsInfo": "In addition to notifications for when you're mentioned, select if you would like to receive notifications on reply threads.", + "user.settings.notifications.commentsNever": "Trigger geen notificaties in berichten in antwoord lijsten tenzij ik word genoemd", + "user.settings.notifications.commentsRoot": "Trigger notificaties in berichten die ik ben begonnen", + "user.settings.notifications.desktop": "Verstuur desktop meldingen", + "user.settings.notifications.desktop.allFirefoxForever": "Voor alle activiteit, onbeperkt tonen", + "user.settings.notifications.desktop.allFirefoxTimed": "Voor alle activiteit, tonen voor {seconds} secondes", + "user.settings.notifications.desktop.allNoSoundForever": "Voor alle activiteit, zonder geluid, onbeperkt tonen", + "user.settings.notifications.desktop.allNoSoundTimed": "Voor alle activiteit, zonder geluid, tonen voor {seconds} secondes", + "user.settings.notifications.desktop.allSoundForever": "Voor alle activiteit, met geluid, onbeperkt tonen ", + "user.settings.notifications.desktop.allSoundTimed": "Voor alle activiteit, met geluid, tonen voor {seconds} secondes", + "user.settings.notifications.desktop.duration": "Duur van notificatie", + "user.settings.notifications.desktop.durationInfo": "Sets how long desktop notifications will remain on screen when using Firefox or Chrome. Desktop notifications in Edge and Safari can only stay on screen for a maximum of 5 seconds.", + "user.settings.notifications.desktop.mentionsFirefoxForever": "Voor vermeldingen en directe berichten, toon altijd", + "user.settings.notifications.desktop.mentionsFirefoxTimed": "Voor vermeldingen en directe berichten, toon voor {seconds} secondes", + "user.settings.notifications.desktop.mentionsNoSoundForever": "Voor vermeldingen en directe berichten, zonder geluid, toon altijd", + "user.settings.notifications.desktop.mentionsNoSoundTimed": "Voor vermeldingen en directe berichten, zonder geluid, toon voor {seconds} secondes", + "user.settings.notifications.desktop.mentionsSoundForever": "Voor vermeldingen en directe berichten, met geluid, toon altijd", + "user.settings.notifications.desktop.mentionsSoundTimed": "Voor vermeldingen en directe berichten, zonder geluid, toon voor {seconds} secondes", + "user.settings.notifications.desktop.seconds": "{seconds} secondes", + "user.settings.notifications.desktop.sound": "Notificatie geluid", + "user.settings.notifications.desktop.title": "Desktop Notificaties", + "user.settings.notifications.desktop.unlimited": "Ongelimiteerd", + "user.settings.notifications.desktopSounds": "Desktop meldings-geluid", + "user.settings.notifications.email.disabled": "Uitgeschakeld door de systeembeheerder", + "user.settings.notifications.email.disabled_long": "Email notifications have been disabled by your System Administrator.", + "user.settings.notifications.email.everyHour": "Elk uur", + "user.settings.notifications.email.everyXMinutes": "Iedere {count, plural, one {minute} other {{count, number} minutes}}", + "user.settings.notifications.email.immediately": "Onmiddellijk", + "user.settings.notifications.email.never": "Nooit", + "user.settings.notifications.email.send": "Stuur email notificaties", + "user.settings.notifications.emailBatchingInfo": "Notificaties die ontvangen zijn in de geselecteerde tijdsperiode worden gecombineerd en verstuurd in een enkele email.", + "user.settings.notifications.emailInfo": "E-mailmeldingen worden verzonden voor vermeldingen en rechtstreekse berichten nadat u bent offline bent of weg van {siteName} voor meer dan 5 minuten.", + "user.settings.notifications.emailNotifications": "E-mail meldingen", + "user.settings.notifications.header": "Meldingen", + "user.settings.notifications.info": "Desktop notifications are available on Edge, Firefox, Safari, Chrome and Mattermost Desktop Apps.", + "user.settings.notifications.mentionsInfo": "Mentions trigger when someone sends a message that includes your username (\"@{username}\") or any of the options selected above.", + "user.settings.notifications.never": "Nooit", + "user.settings.notifications.noWords": "Geen woorden geconfigureerd", + "user.settings.notifications.off": "Uit", + "user.settings.notifications.on": "Aan", + "user.settings.notifications.onlyMentions": "Enkele voor vermeldingen en privé berichten", + "user.settings.notifications.push": "Mobiele push notificaties", + "user.settings.notifications.push_notification.status": "Trigger push notificaties wanneer", + "user.settings.notifications.sensitiveName": "Uw hoofdlettergevoelige eerste naam \"{first_name}\"", + "user.settings.notifications.sensitiveUsername": "Uw niet-hoofdlettergevoelige gebruikersnaam \"{username}\"", + "user.settings.notifications.sensitiveWords": "Andere niet-hoofdlettergevoelige woorden, gescheiden door komma's:", + "user.settings.notifications.soundConfig": "Configureer de meldings-geluiden in de instellingen van uw browser", + "user.settings.notifications.sounds_info": "Notification sounds are available on IE11, Edge, Safari, Chrome and Mattermost Desktop Apps.", + "user.settings.notifications.teamWide": "Team-vermeldingen \"@all\"", + "user.settings.notifications.title": "Meldings-instellingen", + "user.settings.notifications.wordsTrigger": "Woorden die een vermelding triggeren", + "user.settings.push_notification.allActivity": "Voor alle activiteiten", + "user.settings.push_notification.allActivityAway": "Voor alle activiteit wanneer afwezig of offline", + "user.settings.push_notification.allActivityOffline": "Voor alle activiteit wanneer offline", + "user.settings.push_notification.allActivityOnline": "Voor alle activiteit wanneer online, afwezig of offline", + "user.settings.push_notification.away": "Afwezig of offline", + "user.settings.push_notification.disabled": "Uitgeschakeld door de systeembeheerder", + "user.settings.push_notification.disabled_long": "Push notificaties voor mobiele apparaten zijn uitgezet door Uw Systeembeheerder. ", + "user.settings.push_notification.info": "Meldingen worden verstuurd naar uw mobiele apparaat wanneer er activiteit is in Mattermost.", + "user.settings.push_notification.off": "Uit", + "user.settings.push_notification.offline": "Offline", + "user.settings.push_notification.online": "Online, afwezig of offline", + "user.settings.push_notification.onlyMentions": "Voor vermeldingen en privé berichten", + "user.settings.push_notification.onlyMentionsAway": "Voor vermeldingen en directe berichten wanneer afwezig of offline", + "user.settings.push_notification.onlyMentionsOffline": "Voor vermeldingen en directe berichten wanneer offline", + "user.settings.push_notification.onlyMentionsOnline": "Voor vermeldingen en directe berichten wanneer online, afwezig of offline", + "user.settings.push_notification.send": "Stuur mobiele push notificaties", + "user.settings.push_notification.status": "Trigger push notificaties wanneer", + "user.settings.push_notification.status_info": "Notificatie meldingen worden alleen gepusht naar jouw mobiele device wanneer je online status overeenkomt met de status hierboven.", + "user.settings.security.active": "Active", + "user.settings.security.close": "Afsluiten", + "user.settings.security.currentPassword": "Huidig wachtwoord", + "user.settings.security.currentPasswordError": "Voer uw huidige wachtwoord in", + "user.settings.security.deauthorize": "Machtiging Intrekken", + "user.settings.security.emailPwd": "E-mail en wachtwoord", + "user.settings.security.gitlab": "GitLab", + "user.settings.security.google": "Google", + "user.settings.security.inactive": "Inactief", + "user.settings.security.lastUpdated": "Laatst bijgewerkt op {date} {time}", + "user.settings.security.ldap": "AD/LDAP", + "user.settings.security.loginGitlab": "Inloggen via Gitlab", + "user.settings.security.loginGoogle": "Login done through Google Apps", + "user.settings.security.loginLdap": "Aanmelden via AD/LDAP", + "user.settings.security.loginOffice365": "Login done through Office 365", + "user.settings.security.loginSaml": "Inloggen via Gitlab", + "user.settings.security.logoutActiveSessions": "Bekijk en uitloggen huidige sessies", + "user.settings.security.method": "Inlog methode", + "user.settings.security.newPassword": "Nieuw wachtwoord", + "user.settings.security.noApps": "Geen OAuth 2.0 Applicaties zijn geautoriseerd. ", + "user.settings.security.oauthApps": "OAuth 2.0 Applicaties", + "user.settings.security.oauthAppsDescription": "Klik 'Bewerk\" om jouw OAuth 2.0 Applicaties te beheren", + "user.settings.security.oauthAppsHelp": "Applicaties behandelen jouw toegangs-gegevens alleen naar de rechten die jij ze geeft.", + "user.settings.security.office365": "Office 365", + "user.settings.security.oneSignin": "Je mag maar 1 inlogmethode tegelijkertijd gebruiken. Verander van inlogmethode zal je een email sturen of de verandering succesvol was.", + "user.settings.security.password": "Wachtwoord", + "user.settings.security.passwordError": "Jouw wachtwoord moet minimaal {min} karakters bevatten.", + "user.settings.security.passwordErrorLowercase": "Jouw wachtwoord moet minimaal {min} karakters bevatten met minimaal 1 kleine letter.", + "user.settings.security.passwordErrorLowercaseNumber": "Jouw wachtwoord moet minimaal {min} karakters bevatten met minimaal een kleine letter en een cijfer.", + "user.settings.security.passwordErrorLowercaseNumberSymbol": "Jouw wachtwoord moet minimaal {min} karakters bevatten met minimaal een kleine letter, een cijfer en een karakter (bv. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorLowercaseSymbol": "Jouw wachtwoord moet minimaal {min} karakters bevatten met minimaal een kleine letter en een karakter (bv. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorLowercaseUppercase": "Jouw wachtwoord moet minimaal {min} karakters bevatten met minimaal een kleine letter en een hoofdletter. ", + "user.settings.security.passwordErrorLowercaseUppercaseNumber": "Jouw wachtwoord moet minimaal {min} karakters bevatten met minimaal een kleine letter, een cijfer en een hoofdletter.", + "user.settings.security.passwordErrorLowercaseUppercaseNumberSymbol": "Jouw wachtwoord moet minimaal {min} karakters bevatten met minimaal een kleine letter, een cijfer, een hoofdletter en een karakter (bv. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorLowercaseUppercaseSymbol": "Jouw wachtwoord moet minimaal {min} karakters bevatten met minimaal een kleine letter, een hoofletter en een karakter (bv. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorNumber": "Jouw wachtwoord moet minimaal {min} karakters bevatten met minimaal een cijfer.", + "user.settings.security.passwordErrorNumberSymbol": "Jouw wachtwoord moet minimaal {min} karakters bevatten met minimaal een cijfer en een karakter (bv. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorSymbol": "Jouw wachtwoord moet minimaal {min} karakters bevatten met minimaal een karakter (bv. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorUppercase": "Jouw wachtwoord moet minimaal {min} karakters bevatten met minimaal een hoofdletter.", + "user.settings.security.passwordErrorUppercaseNumber": "Jouw wachtwoord moet minimaal {min} karakters bevatten met minimaal een hoofdletter en een cijfer.", + "user.settings.security.passwordErrorUppercaseNumberSymbol": "Jouw wachtwoord moet minimaal {min} karakters bevatten met minimaal een hoofdetter, een cijfer en een karakter (bv. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorUppercaseSymbol": "Jouw wachtwoord moet minimaal {min} karakters bevatten met minimaal een hoofdletter en een karakter (bv. \"~!@#$%^&*()\").", + "user.settings.security.passwordGitlabCantUpdate": "Aanmelden gebeurt via Gitlab. Uw wachtwoord kan niet bijgewerkt worden.", + "user.settings.security.passwordGoogleCantUpdate": "Aanmelden gebeurt via Gitlab. Uw wachtwoord kan niet bijgewerkt worden.", + "user.settings.security.passwordLdapCantUpdate": "Aanmelden gebeurt via AD/LDAP. Uw wachtwoord kan niet bijgewerkt worden.", + "user.settings.security.passwordMatchError": "De wachtwoorden die U ingaf zijn niet identiek", + "user.settings.security.passwordMinLength": "Verkeerde minimale lengte, kan de voorvertoning niet tonen.", + "user.settings.security.passwordOffice365CantUpdate": "Aanmelden gebeurt via Gitlab. Uw wachtwoord kan niet bijgewerkt worden.", + "user.settings.security.passwordSamlCantUpdate": "Dit veld word gebruikt door jouw login provider. Als je het wilt veranderen, moet je dat via de login provider doen. ", + "user.settings.security.retypePassword": "Nieuw wachtwoord herhalen", + "user.settings.security.saml": "SAML", + "user.settings.security.switchEmail": "Overschakelen naar het gebruik van email en password", + "user.settings.security.switchGitlab": "Overschakelen naar het gebruik van GitLab SSO", + "user.settings.security.switchGoogle": "Overschakelen naar het gebruik van Google SSO", + "user.settings.security.switchLdap": "Overschakelen naar het gebruik van AD/LDAP", + "user.settings.security.switchOffice365": "Schakel naar Office 365 SSO gebruik", + "user.settings.security.switchSaml": "Overschakelen naar SAML SSO", + "user.settings.security.title": "Beveiligingsinstellingen", + "user.settings.security.viewHistory": "Bekijk Toegang Geschiedenis ", + "user_list.notFound": "Geen gebruikers gevonden", + "user_profile.send.dm": "Send Message", + "user_profile.webrtc.call": "Start een video-oproep", + "user_profile.webrtc.offline": "The user is offline", + "user_profile.webrtc.unavailable": "New call unavailable until your existing call ends", + "view_image.loading": "Bezig met laden ", + "view_image_popover.download": "Downloaden", + "view_image_popover.file": "Bestand {count} van {total}", + "view_image_popover.publicLink": "Openbare link ophalen", + "web.footer.about": "Over", + "web.footer.help": "Help", + "web.footer.privacy": "Privacy", + "web.footer.terms": "Termen", + "web.header.back": "Terug", + "web.header.logout": "Afmelden", + "web.root.signup_info": "Alle team communicatie op een plaats, doorzoekbaar en van overal bereikbaar", + "webrtc.busy": "{username} is bezig.", + "webrtc.call": "Oproep", + "webrtc.callEnded": "Call with {username} ended.", + "webrtc.cancel": "Cancel call", + "webrtc.cancelled": "{username} cancelled the call.", + "webrtc.declined": "Your call has been declined by {username}.", + "webrtc.disabled": "{username} has WebRTC disabled, and cannot receive calls. To enable the feature, they must go to Account Settings > Advanced > Preview pre-release features and turn on WebRTC.", + "webrtc.failed": "There was a problem connecting the video call.", + "webrtc.hangup": "Ophangen", + "webrtc.header": "Call with {username}", + "webrtc.inProgress": "You have a call in progress. Please hangup first.", + "webrtc.mediaError": "Unable to access camera or microphone.", + "webrtc.mute_audio": "Mute microphone", + "webrtc.noAnswer": "{username} is not answering the call.", + "webrtc.notification.answer": "Antwoord", + "webrtc.notification.decline": "Afwijzen", + "webrtc.notification.incoming_call": "{username} is calling you.", + "webrtc.notification.returnToCall": "Return to ongoing call with {username}", + "webrtc.offline": "{username} is offline.", + "webrtc.pause_video": "Camera uitschakelen", + "webrtc.unmute_audio": "Unmute microphone", + "webrtc.unpause_video": "Camera aanzetten", + "webrtc.unsupported": "{username} client ondersteunt geen video oproepen.", + "youtube_video.notFound": "Video niet gevonden" +} diff --git a/assets/base/i18n/pt-BR.json b/assets/base/i18n/pt-BR.json new file mode 100644 index 000000000..9ec712047 --- /dev/null +++ b/assets/base/i18n/pt-BR.json @@ -0,0 +1,2373 @@ +{ + "about.close": "Fechar", + "about.copyright": "Copyright 2016 Mattermost, Inc. Todos os direitos reservados", + "about.database": "Banco de dados:", + "about.date": "Data De Criação:", + "about.enterpriseEditionLearn": "Saiba mais sobre Enterprise Edition em ", + "about.enterpriseEditionSt": "Comunicação empresarial moderna atrás do seu firewall.", + "about.enterpriseEditione1": "Enterprise Edition", + "about.hash": "Hash de Compilação:", + "about.hashee": "Hash de Compilação EE:", + "about.licensed": "Licenciado para:", + "about.number": "O Número de Compilação:", + "about.teamEditionLearn": "Junte-se a comunidade Mattermost em ", + "about.teamEditionSt": "Toda comunicação da sua equipe em um só lugar, instantaneamente pesquisável e acessível em qualquer lugar.", + "about.teamEditiont0": "Team Edition", + "about.teamEditiont1": "Enterprise Edition", + "about.title": "Sobre o Mattermost", + "about.version": "Versão:", + "access_history.title": "Histórico de Acesso", + "activity_log.activeSessions": "Sessões ativas", + "activity_log.browser": "Browser: {browser}", + "activity_log.firstTime": "Primeira vez ativo: {date}, {time}", + "activity_log.lastActivity": "Última atividade: {date}, {time}", + "activity_log.logout": "Logout", + "activity_log.moreInfo": "Mais informações", + "activity_log.os": "SO: {os}", + "activity_log.sessionId": "ID da Sessão: {id}", + "activity_log.sessionsDescription": "Sessões são criadas quando você efetuar login em um novo navegador em um dispositivo. Sessões permitem que você use Mattermost sem ter que logar novamente por um período de tempo especificado pelo administrador do sistema. Se você deseja sair mais cedo, use o botão 'Logout' abaixo para terminar uma sessão.", + "activity_log_modal.android": "Android", + "activity_log_modal.androidNativeApp": "App Nativo para Android", + "activity_log_modal.desktop": "Aplicativo Nativo Desktop", + "activity_log_modal.iphoneNativeApp": "App Nativo para iPhone", + "add_command.autocomplete": "Autocompletar", + "add_command.autocomplete.help": "(Opcional) Exibir comandos slash na lista de auto preenchimento.", + "add_command.autocompleteDescription": "Autocompletar Descrição: ", + "add_command.autocompleteDescription.help": "(Opcional) Breve descrição opcional do comando slash para a lista de preenchimento automático.", + "add_command.autocompleteDescription.placeholder": "Exemplo: \"Retorna os resultados da pesquisa, prontuário\"", + "add_command.autocompleteHint": "Autocompletar Sugestão", + "add_command.autocompleteHint.help": "(Opcional) Argumentos associados com seu comando slash, exibido como ajuda na lista de preenchimento automático.", + "add_command.autocompleteHint.placeholder": "Exemplo: [Nome Do Paciente]", + "add_command.cancel": "Cancelar", + "add_command.description": "Descrição", + "add_command.description.help": "Descrição do seu webhook de entrada.", + "add_command.displayName": "Nome de Exibição", + "add_command.displayName.help": "Nome de exibição para seu comando slash contendo até 64 caracteres.", + "add_command.doneHelp": "Seu comando slash foi definido. O seguinte token será enviado com a mensagem de saída. Por favor, usá-lo para verificar o pedido vindo da sua equipe Mattermost (veja documentação para mais detalhes).", + "add_command.iconUrl": "Ícone de Resposta", + "add_command.iconUrl.help": "(Opcional) Escolha uma imagem do perfil para substituir as respostas dos posts deste comando slash. Digite a URL de um arquivo .png ou .jpg com pelo menos 128 pixels por 128 pixels.", + "add_command.iconUrl.placeholder": "https://www.example.com/myicon.png", + "add_command.method": "Método da Requisição", + "add_command.method.get": "GET", + "add_command.method.help": "O tipo de solicitação do comando emitido para a URL requisitada.", + "add_command.method.post": "POST", + "add_command.save": "Salvar", + "add_command.token": "Token: {token}", + "add_command.trigger": "Comando Palavra Gatilho", + "add_command.trigger.help": "Palavra gatilho precisa ser única, e não pode começar com uma barra ou conter espaços.", + "add_command.trigger.helpExamples": "Exemplos: cliente, funcionario, paciente, tempo", + "add_command.trigger.helpReserved": "Reservado: {link}", + "add_command.trigger.helpReservedLinkText": "veja a lista de comandos slash nativos", + "add_command.trigger.placeholder": "Comando gatilho ex. \"ola\"", + "add_command.triggerInvalidLength": "Uma palavra gatilho precisa conter entre {min} e {max} caracteres", + "add_command.triggerInvalidSlash": "Uma palavra gatilho não pode começar com /", + "add_command.triggerInvalidSpace": "Uma palavra gatilho não pode conter espaços", + "add_command.triggerRequired": "Uma palavra gatilho é necessária", + "add_command.url": "URL da solicitação", + "add_command.url.help": "A URL callback para receber o evento HTTP POST ou GET quando o comando slash for executado.", + "add_command.url.placeholder": "Deve começar com http:// ou https://", + "add_command.urlRequired": "Uma URL de requisição é necessária", + "add_command.username": "Usuário de Resposta", + "add_command.username.help": "(Opcional) Escolha um nome de usuário para substituir as respostas deste comando slash. O nome de usuário deve ter até 22 caracteres contendo letras minúsculas, números e os símbolos \"-\", \"_\", e \".\" .", + "add_command.username.placeholder": "Usuário", + "add_emoji.cancel": "Cancelar", + "add_emoji.header": "Adicionar", + "add_emoji.image": "Imagem", + "add_emoji.image.button": "Selecionar", + "add_emoji.image.help": "Escolha a imagem para o seu emoji. A imagem pode ser um gif, png ou jpeg com tamanho máximo de 1 MB. As dimensões serão automaticamente redimensionadas para encaixar em 128 por 128 pixels mas mantendo a relação de aspecto.", + "add_emoji.imageRequired": "Uma imagem é necessária para o emoji", + "add_emoji.name": "Nome", + "add_emoji.name.help": "Escolha um nome para o seu emoji que pode ter até 64 letras minúsculas, números, e símbolos '-' e '_'.", + "add_emoji.nameInvalid": "Os nomes dos emojis apenas podem conter números, letras e os símbolos '-' e '_'.", + "add_emoji.nameRequired": "Um nome é necessário para o emoji", + "add_emoji.nameTaken": "Este nome já está sendo usado por um emoji do sistema. Por Favor escolha outro nome.", + "add_emoji.preview": "Pré-visualização", + "add_emoji.preview.sentence": "Esta é uma frase com a {image} nela.", + "add_emoji.save": "Salvar", + "add_incoming_webhook.cancel": "Cancelar", + "add_incoming_webhook.channel": "Canal", + "add_incoming_webhook.channel.help": "Canal público ou grupo privado que recebe as cargas webhook. Você deve pertencer ao grupo privado quando configurar o webhook.", + "add_incoming_webhook.channelRequired": "Um canal válido é necessário", + "add_incoming_webhook.description": "Descrição", + "add_incoming_webhook.description.help": "Descrição do seu webhook de entrada.", + "add_incoming_webhook.displayName": "Nome de Exibição", + "add_incoming_webhook.displayName.help": "Nome de exibição para seu webhook de entrada contendo até 64 caracteres.", + "add_incoming_webhook.doneHelp": "Seu webhook de entrada foi definido. Por favor envie dados para a URL seguinte (veja documentação para mais detalhes).", + "add_incoming_webhook.name": "Nome", + "add_incoming_webhook.save": "Salvar", + "add_incoming_webhook.url": "URL: {url}", + "add_oauth_app.callbackUrls.help": "Os URIs de redirecionamento para o qual o serviço irá redirecionar os usuários depois de aceitar ou negar a autorização de sua aplicação, e que irá lidar com códigos de autorização ou tokens de acesso. Deve ser uma URL válida e começar com http:// ou https://.", + "add_oauth_app.callbackUrlsRequired": "Uma ou mais URLs callback são necessárias", + "add_oauth_app.clientId": "ID Cliente: {id}", + "add_oauth_app.clientSecret": "Cliente Chave Secreta: {secret}", + "add_oauth_app.description.help": "Descrição para sua aplicação OAuth 2.0.", + "add_oauth_app.descriptionRequired": "Descrição para a aplicação OAuth 2.0 é obrigatória.", + "add_oauth_app.doneHelp": "Sua aplicação OAuth 2.0 foi configurada. Por favor use o seguinte ID de Cliente e Chave Secreta ao solicitar a autorização para a sua aplicação (veja a documentação para mais detalhes).", + "add_oauth_app.doneUrlHelp": "A seguir estão as URL(s) de redirecionamento autorizadas.", + "add_oauth_app.header": "Adicionar", + "add_oauth_app.homepage.help": "A URL para a página inicial da aplicação OAuth 2.0. Certifique-se de usar HTTP ou HTTPS em sua URL dependendo da sua configuração do servidor.", + "add_oauth_app.homepageRequired": "Página Inicial para a aplicação OAuth 2.0 é obrigatória.", + "add_oauth_app.icon.help": "(Opcional) A URL da imagem usada para a sua aplicação OAuth 2.0. Certifique-se de usar HTTP ou HTTPS em sua URL.", + "add_oauth_app.name.help": "Nome de exibição para sua aplicação OAuth 2.0 contendo até 64 caracteres.", + "add_oauth_app.nameRequired": "Nome para a aplicação OAuth 2.0 é obrigatória.", + "add_oauth_app.trusted.help": "Quando verdadeiro, a aplicação OAuth 2.0 é considerado confiável pelo servidor Mattermost e não requer que o usuário aceite a autorização. Quando falso, uma janela adicional será exibida, solicitando ao usuário para aceitar ou negar a autorização.", + "add_oauth_app.url": "URL(s): {url}", + "add_outgoing_webhook.callbackUrls": "URLs Callback (Uma Por Linha)", + "add_outgoing_webhook.callbackUrls.help": "A URL que as mensagens serão enviadas.", + "add_outgoing_webhook.callbackUrlsRequired": "Uma ou mais URLs callback são necessárias", + "add_outgoing_webhook.cancel": "Cancelar", + "add_outgoing_webhook.channel": "Canal", + "add_outgoing_webhook.channel.help": "Canal público para receber cargas webhook. Opcional se pelo menos uma Palavra Gatilho for especificado.", + "add_outgoing_webhook.contentType.help1": "Escolha o tipo de conteúdo pelo qual a resposta será enviada.", + "add_outgoing_webhook.contentType.help2": "Se application/x-www-form-urlencoded for escolhida, o servidor assume que você vai codificar os parâmetros em um formato de URL.", + "add_outgoing_webhook.contentType.help3": "Se application/json for escolhida, o servidor assume que você irá postar os dados em JSON.", + "add_outgoing_webhook.content_Type": "Tipo de Conteúdo", + "add_outgoing_webhook.description": "Descrição", + "add_outgoing_webhook.description.help": "Descrição do seu webhook de saída.", + "add_outgoing_webhook.displayName": "Nome de Exibição", + "add_outgoing_webhook.displayName.help": "Nome de exibição para seu webhook de saída contendo até 64 caracteres.", + "add_outgoing_webhook.doneHelp": "Seu webhook de saída foi definido. O seguinte token será enviado com a mensagem de saída. Por favor, usá-lo para verificar o pedido vindo da sua equipe Mattermost (veja documentação para mais detalhes).", + "add_outgoing_webhook.name": "Nome", + "add_outgoing_webhook.save": "Salvar", + "add_outgoing_webhook.token": "Token: {token}", + "add_outgoing_webhook.triggerWords": "Palavras Gatilho (Uma Por Linha)", + "add_outgoing_webhook.triggerWords.help": "Mensagens que começam com uma das palavras especificadas irá disparar o webhook de saída. Opcional se o canal for selecionado.", + "add_outgoing_webhook.triggerWordsOrChannelRequired": "Um canal válido ou uma lista de palavras gatilho é necessário", + "add_outgoing_webhook.triggerWordsTriggerWhen": "Gatilho Quando", + "add_outgoing_webhook.triggerWordsTriggerWhen.help": "Escolher quando disparar o webhook de saída; se a primeira palavra de uma mensagem corresponde exatamente a uma Palavra Gatilho, ou se ele começa com uma Palavra Gatilho.", + "add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "Primeira palavra corresponde exatamente a uma palavra gatilho", + "add_outgoing_webhook.triggerWordsTriggerWhenStartsWith": "Primeira palavra começa com uma palavra gatilho", + "admin.advance.cluster": "Alta Disponibilidade (Beta)", + "admin.advance.metrics": "Monitoramento de Performance", + "admin.audits.reload": "Recarregar", + "admin.audits.title": "Atividade de Usuário", + "admin.authentication.email": "Autenticação Email", + "admin.authentication.gitlab": "GitLab", + "admin.authentication.ldap": "AD/LDAP", + "admin.authentication.oauth": "OAuth 2.0", + "admin.authentication.saml": "SAML", + "admin.banner.heading": "Nota:", + "admin.cluster.enableDescription": "Quando verdadeiro, Mattermost irá executar no modo de Alta Disponibilidade. Por favor leia documentação para aprender mais sobre configurar Alta Disponibilidade para o Mattermost.", + "admin.cluster.enableTitle": "Ativar modo Alta Disponibilidade:", + "admin.cluster.interNodeListenAddressDesc": "O endereço que o servidor irá escutar para a comunicação com os outros servidores.", + "admin.cluster.interNodeListenAddressEx": "Ex.: \":8075\"", + "admin.cluster.interNodeListenAddressTitle": "Inter-Node Escutar Endereço:", + "admin.cluster.interNodeUrlsDesc": "As URLs internas/privadas de todos os servidores Mattermost separados por virgulas.", + "admin.cluster.interNodeUrlsEx": "Ex.: \"http://10.10.10.30, http://10.10.10.31\"", + "admin.cluster.interNodeUrlsTitle": "Inter-Node URLs:", + "admin.cluster.loadedFrom": "Esta configuração foi carregada do Node ID {clusterId}. Por favor consulte o Guia de Resolução de Problemas na nossa documentação se você está acessando o Console do Sistema através de um balanceador de carga e enfrentando problemas.", + "admin.cluster.noteDescription": "Alterando propriedades nesta seção irá exigir a reinicialização do servidor antes de ter efeito. Quando o modo de Alta Disponibilidade é ativado, o Console do Sistema é definido para somente leitura e só pode ser alterado a partir do arquivo de configuração.", + "admin.cluster.should_not_change": "ATENÇÃO: Essas configurações podem não sincronizar com outros servidores no cluster. Comunicação de Alta Disponibilidade inter-node não será iniciado até que você modifique o config.json para ser idênticos em todos os servidores e reiniciar Mattermost. Por favor leia a documentação de como adicionar ou remover um servidor do cluster. Se você estiver acessando o Console do Sistema através de um balanceador e enfrentando problemas, por favor veja o Guia de Resolução de Problemas na nossa documentação.", + "admin.cluster.status_table.config_hash": "MD5 Arquivo de Configuração", + "admin.cluster.status_table.hostname": "Nome da máquina", + "admin.cluster.status_table.id": "Node ID", + "admin.cluster.status_table.reload": " Recarregar Cluster Status", + "admin.cluster.status_table.status": "Status", + "admin.cluster.status_table.url": "Inter-Node URL", + "admin.cluster.status_table.version": "Versão", + "admin.compliance.directoryDescription": "Diretório o qual os relatórios conformidade são gravados. Se estiver em branco, será usado ./data/.", + "admin.compliance.directoryExample": "Ex.: \"./data/\"", + "admin.compliance.directoryTitle": "Diretório de Relatórios de conformidade:", + "admin.compliance.enableDailyDesc": "Quando verdadeiro, Mattermost irá gerar um relatório diário de conformidade.", + "admin.compliance.enableDailyTitle": "Ativar Relatório Diário:", + "admin.compliance.enableDesc": "Quando verdadeiro, Mattermost permite relatórios de conformidade na aba Conformidade e Auditoria. Leia a documentação para saber mais.", + "admin.compliance.enableTitle": "Habilitar Relatórios de Conformidade:", + "admin.compliance.false": "falso", + "admin.compliance.noLicense": "

    Nota:

    Conformidade é um recurso enterprise. Sua licença atual não suporta Conformidade. Clique aqui para informações e preços da licença enterprise.

    ", + "admin.compliance.save": "Salvar", + "admin.compliance.saving": "Salvando Config...", + "admin.compliance.title": "Configurações Conformidade", + "admin.compliance.true": "verdadeiro", + "admin.compliance_reports.desc": "Nome da Tarefa:", + "admin.compliance_reports.desc_placeholder": "Ex: \"Audit 445 for HR\"", + "admin.compliance_reports.emails": "Emails:", + "admin.compliance_reports.emails_placeholder": "Ex: \"bill@example.com, bob@example.com\"", + "admin.compliance_reports.from": "De:", + "admin.compliance_reports.from_placeholder": "Ex: \"2016-03-11\"", + "admin.compliance_reports.keywords": "Palavras-chave:", + "admin.compliance_reports.keywords_placeholder": "Ex: \"diminuir estoque\"", + "admin.compliance_reports.reload": "Recarregamento de Relatórios de Conformidade Concluído", + "admin.compliance_reports.run": "Executar Relatório de Conformidade", + "admin.compliance_reports.title": "Relatórios de Conformidade", + "admin.compliance_reports.to": "Para:", + "admin.compliance_reports.to_placeholder": "Ex: \"2016-03-15\"", + "admin.compliance_table.desc": "Descrição", + "admin.compliance_table.download": "Download", + "admin.compliance_table.params": "Parâmetros", + "admin.compliance_table.records": "Registros", + "admin.compliance_table.status": "Status", + "admin.compliance_table.timestamp": "Timestamp", + "admin.compliance_table.type": "Tipo", + "admin.compliance_table.userId": "Solicitado Por", + "admin.connectionSecurityNone": "Nenhum", + "admin.connectionSecurityNoneDescription": "Mattermost irá conectar usando uma conexão não segura.", + "admin.connectionSecurityPlain": "PLAIN", + "admin.connectionSecurityPlainDescription": "Mattermost irá conectar e autenticar usando uma conexão não segura.", + "admin.connectionSecurityStart": "STARTTLS", + "admin.connectionSecurityStartDescription": "Obtém uma conexão insegura existente e tenta atualizá-la para uma conexão segura usando TLS.", + "admin.connectionSecurityTest": "Testar Conexão", + "admin.connectionSecurityTitle": "Segurança da Conexão:", + "admin.connectionSecurityTls": "TLS", + "admin.connectionSecurityTlsDescription": "Encriptar a comunicação entre Mattermost e o seu servidor.", + "admin.customization.androidAppDownloadLinkDesc": "Adiciona um link para download do app Android. Usuários que acessarem o site em um navegador móvel serão perguntados com uma página dando a opção para download do app. Deixe este campo em branco para evitar que a página apareça.", + "admin.customization.androidAppDownloadLinkTitle": "App Android Link para Download:", + "admin.customization.appDownloadLinkDesc": "Adiciona um link para página de download dos apps Mattermost. Quando um link está presente, a opção \"Download Apps Mattermost\" será adicionada no Menu Principal então os usuários poderão acessar a página de download. Deixe este campo em branco para ocultar a opção no Menu Principal.", + "admin.customization.appDownloadLinkTitle": "Apps Mattermost Link para Página de Download:", + "admin.customization.customBrand": "Marca Personalizada", + "admin.customization.customEmoji": "Emoji Personalizado", + "admin.customization.enableCustomEmojiDesc": "Habilitar para os usuários a criação de emoji personalizados para usar nas mensagens. Quando habilitado, as configurações dos Emoji personalizados podem ser acessadas trocando para Time e clicando nos três pontos encima do canal, e selecionando \"Emoji Personalizados\".", + "admin.customization.enableCustomEmojiTitle": "Ativar Emoji Personalizado:", + "admin.customization.enableLinkPreviewsDesc": "Permitir que os usuários exibam uma visualização do conteúdo do site abaixo da mensagem, se disponível. Quando verdadeiro, as pré-visualizações do site podem ser ativadas em Configurações da conta > Avançado > Visualizar recursos de pré-lançamento.", + "admin.customization.enableLinkPreviewsTitle": "Habilitar Visualizações de Links:", + "admin.customization.iosAppDownloadLinkDesc": "Adiciona um link para download do app iOS. Usuários que acessarem o site em um navegador móvel serão perguntados com uma página dando a opção para download do app. Deixe este campo em branco para evitar que a página apareça.", + "admin.customization.iosAppDownloadLinkTitle": "App iOS Link para Download:", + "admin.customization.linkPreviews": "Visualizações de Links", + "admin.customization.nativeAppLinks": "Links Aplicativo Mattermost", + "admin.customization.restrictCustomEmojiCreationAdmin": "Habilitar criação de emoji personalizados para Administradores de Sistema e de Times ", + "admin.customization.restrictCustomEmojiCreationAll": "Permitir que todos possam criar emoji personalizados", + "admin.customization.restrictCustomEmojiCreationDesc": "Restringir a criação de emoji personalizado para determinados usuários.", + "admin.customization.restrictCustomEmojiCreationSystemAdmin": "Permitir que apenas administradores do sistema possam criar emoji personalizados", + "admin.customization.restrictCustomEmojiCreationTitle": "Restringir a Criação Emoji Personalizado:", + "admin.customization.support": "Legal e Suporte", + "admin.database.title": "Configurações do Banco de dados", + "admin.developer.title": "Configurações de Desenvolvedor", + "admin.email.agreeHPNS": " Eu entendo e aceito o serviço de notificação por push do Mattermost Hosted Termos do Serviço e Política de Privacidade.", + "admin.email.allowEmailSignInDescription": "Quando verdadeiro, Mattermost permite aos usuários fazer login usando o e-mail e senha.", + "admin.email.allowEmailSignInTitle": "Habilitar login por email:", + "admin.email.allowSignupDescription": "Quando verdadeiro, Mattermost permite a criação de equipe e conta de inscrição através de e-mail e senha. Este valor deve ser falso somente quando você deseja limitar a entrada para o single-sign-on service como OAuth ou AD/LDAP.", + "admin.email.allowSignupTitle": "Habilitar criação de contas com email: ", + "admin.email.allowUsernameSignInDescription": "Quando verdadeiro, Mattermost permite os usuários fazer login usando seu nome de usuário e senha. Esta configuração é normalmente utilizado apenas quando a verificação de e-mail está desativada.", + "admin.email.allowUsernameSignInTitle": "Habilitar login com nome de usuário:", + "admin.email.connectionSecurityTest": "Testar Conexão", + "admin.email.easHelp": "Leia mais sobre compilar e publicar seu próprio aplicativo móvel em Enterprise App Store.", + "admin.email.emailFail": "Conexão falhou: {error}", + "admin.email.emailSuccess": "Nenhum erro foram relatados durante o envio de um e-mail. Por favor verifique a sua caixa de entrada para se certificar.", + "admin.email.enableEmailBatching.clusterEnabled": "Email em lote não pode ser ativado quando modo de Alta Disponibilidade está ativo.", + "admin.email.enableEmailBatching.siteURL": "Email em lote não pode ser ativo a menos que o SiteURL estiver configurado em Configurações > SiteURL.", + "admin.email.enableEmailBatchingDesc": "Quando verdadeiro, os usuários podem ter notificações de e-mail para várias mensagens diretas e menções combinados em um único e-mail, configurável em Configurações de Conta > Notificações.", + "admin.email.enableEmailBatchingTitle": "Ativar Email em Lote:", + "admin.email.fullPushNotification": "Enviar trecho de mensagem", + "admin.email.genericPushNotification": "Enviar descrição genérica com nomes do usuário e canal", + "admin.email.inviteSaltDescription": "Salt de 32-caracteres adicionados a assinatura de convites por e-mail. Aleatoriamente gerados na instalação. Click \"Re-Gerar\" para criar um novo salt.", + "admin.email.inviteSaltExample": "Ex.: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.inviteSaltTitle": "Salt Email Convite:", + "admin.email.mhpns": "Use criptografado, com qualidade de produção conexão HPNS com aplicativos Android e iOS", + "admin.email.mhpnsHelp": "Download Mattermost iOS app no iTunes. Download Mattermost Android app no Google Play. Leia mais sobre HPNS.", + "admin.email.mtpns": "Use apps iOS e Android no iTunes e Google Play com TPMS", + "admin.email.mtpnsHelp": "Download Mattermost iOS app no iTunes. Download Mattermost Android app no Google Play. Leia mais sobre TPNS.", + "admin.email.nofificationOrganizationExample": "Ex. \"® Empresa ABC, Av. Paulista, 1000, São Paulo, SP, 12345-150, BRA\"", + "admin.email.notificationDisplayDescription": "Mostra o nome da conta de e-mail usada quando a notificação de e-mail é enviado do Mattermost.", + "admin.email.notificationDisplayExample": "Ex: \"Mattermost Notificação\", \"Sistema\", \"Não-Responda\"", + "admin.email.notificationDisplayTitle": "Notificação Nome de Exibição:", + "admin.email.notificationEmailDescription": "Endereço de email mostrado na conta de email quando envia notificações do Mattermost.", + "admin.email.notificationEmailExample": "Ex: \"mattermost@suaempresa.com\", \"admin@suaempresa.com\"", + "admin.email.notificationEmailTitle": "Notificação a Partir do Endereço:", + "admin.email.notificationOrganization": "Notificação Endereço Rodapé:", + "admin.email.notificationOrganizationDescription": "Nome da empresa e endereço de email mostrado nas notificações do Mattermost, como \"® Empresa ABC, Av. Paulista, 1000, São Paulo, SP, 12345-150, BRA\". Se este campo for deixado em branco, o nome da organização e endereço não será mostrado.", + "admin.email.notificationOrganizationExample": "Ex. \"® Empresa ABC, Av. Paulista, 1000, São Paulo, SP, 12345-150, BRA\"", + "admin.email.notificationsDescription": "Normalmente definido como verdadeiro em produção. Quando verdadeiro, Mattermost tenta enviar notificações por e-mail. Os desenvolvedores podem definir este campo como falso para ignorar configuração de e-mail para o desenvolvimento mais rápido.
    A definição deste como verdadeiro remove a bandeira modo de visualização (requer sair e entrar novamente após a alteração).", + "admin.email.notificationsTitle": "Habilitar Notificações por E-mail: ", + "admin.email.passwordSaltDescription": "Salt de 32-caracteres adicionado para assinar o redefinição de senha por e-mail. Gerada aleatoriamente na instalação. Clique em \"Re-Gerar\" para criar um novo salt.", + "admin.email.passwordSaltExample": "Ex.: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.passwordSaltTitle": "Salt Reset Senha:", + "admin.email.pushContentDesc": "Selecionar \"Enviar descrição genérica com nomes de usuário e canal\" fornece envio de notificações push com mensagens genéricas, inclui nomes de usuários e canais mas não específica detalhes do texto da mensagem.

    Selecionar \"Enviar trecho da mensagem\" envia trechos da mensagem que desencadearam as notificações e pode incluir informações confidenciais enviadas na mensagem. Se o seu serviço de Envio de Notificação Push está fora de um firewall, é ALTAMENTE RECOMENDADO que está opção somente seja usada com o protocolo \"https\" para encriptar a conexão.", + "admin.email.pushContentTitle": "Conteúdo Notificação Push:", + "admin.email.pushDesc": "Normalmente definida como verdadeiro na produção. Quando verdadeiro, Mattermost tenta enviar notificações push no iOS e Android, através do servidor de notificação push.", + "admin.email.pushOff": "Não enviar notificações push", + "admin.email.pushOffHelp": "Por favor leia documentação de notificações push para aprender mais sobre as opções de configurações.", + "admin.email.pushServerDesc": "Localização do serviço de notificação push Mattermost você pode configurar por trás do firewall usando https://github.com/mattermost/push-proxy. Para testar, você pode usar http://push-test.mattermost.com, que liga à amostra do app Mattermost iOS na Apple AppStore pública. Por favor, não use o serviço de teste para implantações de produção.", + "admin.email.pushServerEx": "Ex: \"http://push-test.mattermost.com\"", + "admin.email.pushServerTitle": "Servidor de Notificação Push:", + "admin.email.pushTitle": "Habilitar Notificações por Push: ", + "admin.email.requireVerificationDescription": "Normalmente definido como verdadeiro em produção. Quando verdadeiro, Mattermost requer a verificação de e-mail após a criação da conta antes de permitir login. Os desenvolvedores podem definir este campo como falso para ignorar o envio de e-mails de verificação para o desenvolvimento mais rápido.", + "admin.email.requireVerificationTitle": "Requer Verificação de E-mail: ", + "admin.email.selfPush": "Manualmente entre a localização do Serviço de Notificação Push", + "admin.email.smtpPasswordDescription": " Obter essa credencial do administrador das configurações do servidor de email.", + "admin.email.smtpPasswordExample": "Ex: \"suasenha\", \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.email.smtpPasswordTitle": "Senha do Servidor de SMTP:", + "admin.email.smtpPortDescription": "Porta do servidor de e-mail SMTP.", + "admin.email.smtpPortExample": "Ex: \"25\", \"465\", \"587\"", + "admin.email.smtpPortTitle": "Porta do Servidor de SMTP:", + "admin.email.smtpServerDescription": "Localização do servidor de e-mail SMTP.", + "admin.email.smtpServerExample": "Ex: \"smtp.suaempresa.com\", \"email-smtp.us-east-1.amazonaws.com\"", + "admin.email.smtpServerTitle": "Servidor SMTP:", + "admin.email.smtpUsernameDescription": " Obter essa credencial do administrador das configurações do servidor de email.", + "admin.email.smtpUsernameExample": "Ex: \"admin@suaempresa.com\", \"AKIADTOVBGERKLCBV\"", + "admin.email.smtpUsernameTitle": "Nome do Usuário do Servidor de SMTP:", + "admin.email.testing": "Testando...", + "admin.false": "falso", + "admin.file_upload.chooseFile": "Escolher Arquivo", + "admin.file_upload.noFile": "Nenhum arquivo enviado", + "admin.file_upload.uploadFile": "Enviar", + "admin.files.images": "Imagens", + "admin.files.storage": "Armazenamento", + "admin.general.configuration": "Configuração", + "admin.general.localization": "Regionalização", + "admin.general.localization.availableLocalesDescription": "Defina qual idioma está disponível para os usuários em Configurações de Conta (deixe este campo em branco para ter todos os idiomas disponíveis). Se você está adicionando novos idiomas manualmente, o Idioma Padrão do Cliente precisa ser adicionado antes de salvar esta configuração.

    Gostaria de ajudar com tradução? Junte-se ao Mattermost Translation Server para contribuir.", + "admin.general.localization.availableLocalesNoResults": "Nenhum resultado encontrado", + "admin.general.localization.availableLocalesNotPresent": "O idioma padrão deve ser incluído na lista", + "admin.general.localization.availableLocalesTitle": "Idiomas Disponíveis:", + "admin.general.localization.clientLocaleDescription": "Linguagem padrão para os novos usuários criados e páginas onde o usuário não esteja logado.", + "admin.general.localization.clientLocaleTitle": "Idioma Padrão do Cliente:", + "admin.general.localization.serverLocaleDescription": "Linguagem padrão para o sistema de mensagens e logs. Alterando isto será necessário reiniciar o servidor antes que a alteração tenha efeito.", + "admin.general.localization.serverLocaleTitle": "Idioma Padrão do Servidor:", + "admin.general.log": "Carregando", + "admin.general.policy": "Política", + "admin.general.policy.allowEditPostAlways": "A qualquer momento", + "admin.general.policy.allowEditPostDescription": "Definir a política sobre o período de tempo que os autores têm de editar suas mensagens após a publicação.", + "admin.general.policy.allowEditPostNever": "Nunca", + "admin.general.policy.allowEditPostTimeLimit": "segundos após a postagem", + "admin.general.policy.allowEditPostTitle": "Permitir que os usuários editem suas mensagens:", + "admin.general.policy.permissionsAdmin": "Administradores de Time e Sistema", + "admin.general.policy.permissionsAll": "Todos os membros da equipe", + "admin.general.policy.permissionsAllChannel": "Todos os membros do canal", + "admin.general.policy.permissionsChannelAdmin": "Canal, Time e Admistradores de Sistema", + "admin.general.policy.permissionsDeletePostAdmin": "Administradores de Equipe e Sistema", + "admin.general.policy.permissionsDeletePostAll": "Autor da mensagem pode deletar sua própria mensagem, e Administradores podem deletar qualquer mensagem", + "admin.general.policy.permissionsDeletePostSystemAdmin": "Administrador de Sistema", + "admin.general.policy.permissionsSystemAdmin": "Administrador de Sistema", + "admin.general.policy.restrictPostDeleteDescription": "Define a política de quem tem permissão para deletar mensagens.", + "admin.general.policy.restrictPostDeleteTitle": "Permitir quais usuários a deletar mensagens:", + "admin.general.policy.restrictPrivateChannelCreationDescription": "Define a política sobre quem pode criar grupos privados.", + "admin.general.policy.restrictPrivateChannelCreationTitle": "Ativar a criação de grupos privados para:", + "admin.general.policy.restrictPrivateChannelDeletionCommandLineToolLink": "ferramenta de linha de comando", + "admin.general.policy.restrictPrivateChannelDeletionDescription": "Definir política sobre quem pode excluir grupos privados. Grupos deletados podem ser recuperados do banco de dados usando {commandLineToolLink}.", + "admin.general.policy.restrictPrivateChannelDeletionTitle": "Ativar a exclusão de grupos privados para:", + "admin.general.policy.restrictPrivateChannelManagementDescription": "Definir a política sobre quem pode renomear e definir o cabeçalho ou propósito para grupos privados.", + "admin.general.policy.restrictPrivateChannelManagementTitle": "Ativar o renomeio de grupos privados para:", + "admin.general.policy.restrictPublicChannelCreationDescription": "Definir política sobre quem pode criar canais públicos.", + "admin.general.policy.restrictPublicChannelCreationTitle": "Ativar a criação de canais públicos para:", + "admin.general.policy.restrictPublicChannelDeletionCommandLineToolLink": "ferramenta de linha de comando", + "admin.general.policy.restrictPublicChannelDeletionDescription": "Definir política sobre quem pode excluir canais públicos. Canais deletados podem ser recuperados do banco de dados usando {commandLineToolLink}.", + "admin.general.policy.restrictPublicChannelDeletionTitle": "Ativar a exclusão de canais públicos para:", + "admin.general.policy.restrictPublicChannelManagementDescription": "Definir a política sobre quem pode renomear e definir o cabeçalho ou propósito para canais públicos.", + "admin.general.policy.restrictPublicChannelManagementTitle": "Ativar o renomeio de canais públicos para:", + "admin.general.policy.teamInviteDescription": "Definir a política de quem pode convidar outros para a equipe usando Convide um Novo Membro para convidar um novo usuário por email, ou a opção Obter Link Convite para Equipe no Menu Principal. Se Obter Link Convite para Equipe for usado para compartilhar um link, você pode expirar o código convite em Configurações de Equipe > Código Convite depois que os usuários desejados já se juntaram a equipe.", + "admin.general.policy.teamInviteTitle": "Permitir o envio de convites de equipe para:", + "admin.general.privacy": "Privacidade", + "admin.general.usersAndTeams": "Usuários e Equipes", + "admin.gitab.clientSecretDescription": "Obter este valor de acordo com as instruções acima para logar no GitLab.", + "admin.gitlab.EnableHtmlDesc": "
    1. Faça login na sua conta do GitLab e vá para Configurações do Perfil -> Aplicativos.
    2. Digite redirecionamento URIs \"/login/gitlab/complete\" (exemplo: http://localhost:8065/login/gitlab/complete) e \"/signup/gitlab/complete\".
    3. Em seguida use os campos \"Chave Secreta do Aplicativo\" e \"ID Aplicativo\" do Gitlab para completar as opções abaixo.
    4. Complete o Endpoint com as URLs abaixo.
    ", + "admin.gitlab.authDescription": "Entre https:///oauth/authorize (exemplo https://example.com:3000/oauth/authorize). Tenha certeza de usar HTTP ou HTTPS na sua URL dependendo da configuração do seu servidor.", + "admin.gitlab.authExample": "Ex.: \"https:///oauth/authorize\"", + "admin.gitlab.authTitle": "Autenticação Endpoint:", + "admin.gitlab.clientIdDescription": "Obter este valor de acordo com as instruções acima para logar no GitLab", + "admin.gitlab.clientIdExample": "Ex.: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientIdTitle": "ID do aplicativo:", + "admin.gitlab.clientSecretExample": "Ex.: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientSecretTitle": "Chave Secreta do Aplicativo:", + "admin.gitlab.enableDescription": "Quando verdadeiro, Mattermost permite a criação de equipes e inscrições de conta usando GitLab OAuth.", + "admin.gitlab.enableTitle": "Habilitar autenticação com o GitLab: ", + "admin.gitlab.settingsTitle": "Configurações GitLab", + "admin.gitlab.tokenDescription": "Digite https:///oauth/token. Certifique-se de usar HTTP ou HTTPS na sua URL dependendo da configuração de seu servidor.", + "admin.gitlab.tokenExample": "Ex.: \"https:///oauth/token\"", + "admin.gitlab.tokenTitle": "Token Endpoint:", + "admin.gitlab.userDescription": "Digite https:///api/v3/user. Certifique-se de usar HTTP ou HTTPS na sua URL dependendo da configuração de seu servidor.", + "admin.gitlab.userExample": "Ex.: \"https:///api/v3/user\"", + "admin.gitlab.userTitle": "API Usuário Endpoint:", + "admin.google.EnableHtmlDesc": "
    1. Log in to sua conta Google.
    2. Ir para https://console.developers.google.com, clique Credenciais na barra lateral esquerda e digite \"Mattermost - nome-da-sua-empresa\" como o Nome do Projeto, então clique Criar.
    3. Clique no título tela de consentimento OAuth e digite \"Mattermost\" como o nome do Produto exibido para os usuários, então clique Salvar.
    4. Dentro do título Credenciais, clique Criar credenciais, escolha ID do cliente OAuth e selecione Aplicação da Web.
    5. Dentro de Restrições e URIs de redirecionamento autorizados digite sua-url-mattermost/signup/google/complete (exemplo: http://localhost:8065/signup/google/complete). Clique Criar.
    6. Cole ID do Cliente e Chave Secreta do Cliente nos campos abaixo, então clique Salvar.
    7. Finalmente, vá para Google+ API e clique Ativar. Isto pode levar alguns minutos para propagar através do si sistema do Google.
    ", + "admin.google.authTitle": "Autenticação Endpoint:", + "admin.google.clientIdDescription": "A ID do Cliente que você recebeu quando registrou sua aplicação com o Google.", + "admin.google.clientIdExample": "Ex.: \"7602141235235-url0fhs1mayfasbmop5qlfns8dh4.apps.googleusercontent.com\"", + "admin.google.clientIdTitle": "ID do Cliente:", + "admin.google.clientSecretDescription": "A Chave Secreta do Cliente que você recebeu quando registrou sua aplicação com o Google.", + "admin.google.clientSecretExample": "Ex.: \"H8sz0Az-dDs2p15-7QzD231\"", + "admin.google.clientSecretTitle": "Chave Secreta do Cliente:", + "admin.google.tokenTitle": "Token Endpoint:", + "admin.google.userTitle": "API Usuário Endpoint:", + "admin.image.amazonS3BucketDescription": "Nome selecionado para o seu S3 bucket in AWS.", + "admin.image.amazonS3BucketExample": "Ex.: \"mattermost-media\"", + "admin.image.amazonS3BucketTitle": "Amazon S3 Bucket:", + "admin.image.amazonS3EndpointDescription": "Nome do host provedor de armazenamento compatível com S3. O padrão é `s3.amazonaws.com`.", + "admin.image.amazonS3EndpointExample": "Ex.: \"s3.amazonaws.com\"", + "admin.image.amazonS3EndpointTitle": "Amazon S3 Endpoint:", + "admin.image.amazonS3IdDescription": "Obter essa credencial do seu administrador Amazon EC2.", + "admin.image.amazonS3IdExample": "Ex.: \"AKIADTOVBGERKLCBV\"", + "admin.image.amazonS3IdTitle": "Amazon S3 Access Key ID:", + "admin.image.amazonS3RegionDescription": "Região AWS selecionada para a criação do seu S3 bucket.", + "admin.image.amazonS3RegionExample": "Ex.: \"us-east-1\"", + "admin.image.amazonS3RegionTitle": "Amazon S3 Region:", + "admin.image.amazonS3SSLDescription": "Quando falso, permite conexões inseguras com Amazon S3. Padrão conexões seguras somente.", + "admin.image.amazonS3SSLTitle": "Ativar Conexões Seguras com Amazon S3:", + "admin.image.amazonS3SecretDescription": "Obter essa credencial do seu administrador Amazon EC2.", + "admin.image.amazonS3SecretExample": "Ex.: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.image.amazonS3SecretTitle": "Amazon S3 Secret Access Key:", + "admin.image.localDescription": "Diretório o qual arquivos e imagens são arquivados. Se vazio, padrão ./data/.", + "admin.image.localExample": "Ex.: \"./data/\"", + "admin.image.localTitle": "Pasta de Armazenamento Local:", + "admin.image.maxFileSizeDescription": "Tamanho máximo de arquivo para anexos de mensagens em megabytes. Atenção: Verifique a memória do servidor pode suportar sua escolha configuração. Tamanhos de arquivos grandes aumentam o risco de falhas do servidor e falhas de uploads devido a interrupções de rede.", + "admin.image.maxFileSizeExample": "50", + "admin.image.maxFileSizeTitle": "Tamanho Máximo do Arquivo:", + "admin.image.previewHeightDescription": "Altura máxima da imagem de pré-visualização (\"0\": Define como tamanho automático). Atualizando este valor muda como as imagens de pré-visualização serão exibidas no futuro, mas não altera as imagens já criadas.", + "admin.image.previewHeightExample": "Ex.: \"0\"", + "admin.image.previewHeightTitle": "Altura da Visualização da Imagem:", + "admin.image.previewWidthDescription": "Largura máxima da imagem de pré-visualização. Atualizando este valor muda como as imagens de pré-visualização serão mostradas no futuro, mas não altera as imagens já criadas.", + "admin.image.previewWidthExample": "Ex.: \"1024\"", + "admin.image.previewWidthTitle": "Largura da Visualização da Imagem:", + "admin.image.profileHeightDescription": "Altura da imagem do perfil.", + "admin.image.profileHeightExample": "Ex.: \"0\"", + "admin.image.profileHeightTitle": "Altura da Imagem do Perfil:", + "admin.image.profileWidthDescription": "Largura do imagem do perfil.", + "admin.image.profileWidthExample": "Ex.: \"1024\"", + "admin.image.profileWidthTitle": "Largura da Imagem do Perfil:", + "admin.image.publicLinkDescription": "Salt de 32-caracteres adicionados a assinatura de links de imagens públicas. Aleatoriamente gerados na instalação. Click \"Re-Gerar\" para criar um novo salt.", + "admin.image.publicLinkExample": "Ex.: \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.image.publicLinkTitle": "Link Público Salt:", + "admin.image.shareDescription": "Permitir aos usuários compartilhar links públicos para arquivos e imagens.", + "admin.image.shareTitle": "Ativar Links para Arquivos Públicos: ", + "admin.image.storeAmazonS3": "Amazon S3", + "admin.image.storeDescription": "Sistema de armazenamento onde os arquivos anexos de imagem são salvos.

    Selecionando \"Amazon S3\" habilita campos para inserir suas credenciais Amazon e detalhes de bucket.

    Selecionando \"Sistema de Arquivos Local\" habilita o campo para especificar um diretório de arquivos local.", + "admin.image.storeLocal": "Sistema de Arquivos Local", + "admin.image.storeTitle": "Sistema de Armazenamento de Arquivo:", + "admin.image.thumbHeightDescription": "Altura dos thumbnails gerados das imagens enviadas. Atualizando este valor muda como o thumbnail das imagens serão geradas no futuro, mas não muda as imagens já criadas no passado.", + "admin.image.thumbHeightExample": "Ex.: \"100\"", + "admin.image.thumbHeightTitle": "Anexo Thumbnail Altura:", + "admin.image.thumbWidthDescription": "Largura dos thumbnails gerados das imagens enviadas. Atualizando este valor muda como o thumbnail das imagens serão geradas no futuro, mas não muda as imagens já criadas no passado.", + "admin.image.thumbWidthExample": "Ex.: \"120\"", + "admin.image.thumbWidthTitle": "Anexo Thumbnail Largura:", + "admin.integrations.custom": "Integrações Personalizadas", + "admin.integrations.external": "Serviços Externos", + "admin.integrations.webrtc": "Mattermost WebRTC", + "admin.ldap.baseDesc": "Base DN é o nome distinto do local onde Mattermost deve começar sua busca para os usuários na árvore AD/LDAP.", + "admin.ldap.baseEx": "Ex.: \"ou=Unit Name,dc=corp,dc=example,dc=com\"", + "admin.ldap.baseTitle": "BaseDN:", + "admin.ldap.bindPwdDesc": "Senha do usuário fornecido em \"Bind Username\".", + "admin.ldap.bindPwdTitle": "Vincular Senha:", + "admin.ldap.bindUserDesc": "O nome de usuário usado para realizar a pesquisa AD/LDAP. Isso deve ser tipicamente uma conta criada especificamente para uso do Mattermost. Deve ter acesso limitado a ler a parte da árvore AD/LDAP especificado no campo BaseDN.", + "admin.ldap.bindUserTitle": "Bind Username:", + "admin.ldap.emailAttrDesc": "O atributo no servidor AD/LDAP que será usado para preencher os endereços de e-mail de usuários no Mattermost.", + "admin.ldap.emailAttrEx": "Ex.: \"mail\" ou \"userPrincipalName\"", + "admin.ldap.emailAttrTitle": "Atributo de E-mail:", + "admin.ldap.enableDesc": "Quando verdadeiro, Mattermost permite login utilizando AD/LDAP", + "admin.ldap.enableTitle": "Ativar login with AD/LDAP:", + "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 do 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\\\\nome de usuário para fazer login em outros serviços com AD/LDAP, você pode optar por colocar domínio\\\\nome de usuário neste campo para manter a consistência entre os sites.", + "admin.ldap.idAttrEx": "Ex.: \"sAMAccountName\"", + "admin.ldap.idAttrTitle": "Atributo ID: ", + "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.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:", + "admin.ldap.maxPageSizeEx": "Ex.: \"2000\"", + "admin.ldap.maxPageSizeHelpText": "O número máximo de usuários que servidor Mattermost irá solicitar ao servidor AD/LDAP ao mesmo tempo. 0 é ilimitado.", + "admin.ldap.maxPageSizeTitle": "Tamanho Máximo da Página:", + "admin.ldap.nicknameAttrDesc": "(Opcional) O atributo no servidor AD/LDAP que será usado para preencher o apelido dos usuários no Mattermost. Quando definido, os usuários não serão capazes de editar o seu apelido, uma vez que é sincronizado com o servidor LDAP. Quando deixado em branco, os usuários poderão definir seu próprio apelido em Configurações de Conta.", + "admin.ldap.nicknameAttrEx": "Ex.: \"nickname\"", + "admin.ldap.nicknameAttrTitle": "Atributo Apelido:", + "admin.ldap.noLicense": "

    Nota:

    AD/LDAP é um recurso enterprise. Sua licença atual não suporta AD/LDAP. Clique aqui para informações e preços da licença enterprise.

    ", + "admin.ldap.portDesc": "A porta que o Mattermost irá usar para conectar ao servidor AD/LDAP. Padrão é 389.", + "admin.ldap.portEx": "Ex.: \"389\"", + "admin.ldap.portTitle": "Porta AD/LDAP:", + "admin.ldap.positionAttrDesc": "(Opcional) O atributo no servidor AD/LDAP que será usado para preencher o campo cargo no Mattermost.", + "admin.ldap.positionAttrEx": "Ex.: \"title\"", + "admin.ldap.positionAttrTitle": "Atributo Cargo:", + "admin.ldap.queryDesc": "O valor de tempo limite para consultas para o servidor AD/LDAP. Aumentar se você está recebendo erros de tempo limite causados por um servidor AD/LDAP lento.", + "admin.ldap.queryEx": "Ex.: \"60\"", + "admin.ldap.queryTitle": "Tempo limite de Consulta (segundos):", + "admin.ldap.serverDesc": "O domínio ou o endereço IP do servidor AD/LDAP.", + "admin.ldap.serverEx": "Ex.: \"10.0.0.23\"", + "admin.ldap.serverTitle": "Servidor AD/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.syncFailure": "Falha de Sincronização: {error}", + "admin.ldap.syncIntervalHelpText": "Sincronização AD/LDAP atualiza as informações do usuário Mattermost para refletir atualizações no servidor AD/LDAP. Por exemplo, quando o nome de um usuário muda no servidor AD/LDAP, a mudança atualiza o Mattermost quando a sincronização é executada. Contas removidas ou desativas no servidor AD/LDAP tem suas contas definidas como “Inativa” e suas sessões revogadas. Mattermos executa a sincronização no intervalo digitado. Por exemplo, se 60 for digitado, Mattermost irá sincronizar a cada 60 minutos.", + "admin.ldap.syncIntervalTitle": "Intervalo de sincronização (minutos):", + "admin.ldap.syncNowHelpText": "Iniciar uma sincronização AD/LDAP imediatamente.", + "admin.ldap.sync_button": "Sincronizar AD/LDAP Agora", + "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.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:", + "admin.ldap.usernameAttrEx": "Ex.: \"sAMAccountName\"", + "admin.ldap.usernameAttrTitle": "Atributo do Usuário:", + "admin.license.choose": "Escolha o Arquivo", + "admin.license.chooseFile": "Escolha um Arquivo", + "admin.license.edition": "Edição: ", + "admin.license.key": "Chave da Licença: ", + "admin.license.keyRemove": "Remover a Licença Enterprise e fazer Downgrade do Servidor", + "admin.license.noFile": "Nenhum arquivo enviado", + "admin.license.removing": "Removendo a Licença...", + "admin.license.title": "Edição e Licença", + "admin.license.type": "Licença: ", + "admin.license.upload": "Enviar", + "admin.license.uploadDesc": "Enviar uma chave da licença para Mattermost Enterprise Edition para fazer upgrade deste servidor. Visite-nos online para saber mais sobre os beneficios do Enterprise Edition ou para comprar uma chave.", + "admin.license.uploading": "Enviando Licença...", + "admin.log.consoleDescription": "Normalmente definido como falso em produção. Os desenvolvedores podem definir este campo como verdadeiro para mensagens de log de saída no console baseado na opção de nível de console. Se verdadeiro, o servidor escreve mensagens para o fluxo de saída padrão (stdout).", + "admin.log.consoleTitle": "Log de saída para o console: ", + "admin.log.enableDiagnostics": "Ativar Diagnósticos e Relatório de Erro:", + "admin.log.enableDiagnosticsDescription": "Ativar este recurso para melhorar a qualidade e performance do Mattermost enviando relatório de erros e informações de diagnóstico para Mattermost, Inc. Leia nossa política de privacidade para saber mais.", + "admin.log.enableWebhookDebugging": "Ativar Debugging Webhook:", + "admin.log.enableWebhookDebuggingDescription": "Você pode definir isto como falso para desativar o log de depuração de todos os bodies de solicitação de solicitação webhook recebidas.", + "admin.log.fileDescription": "Normalmente definido como verdadeiro em produção. Quando verdadeiro, arquivos de log são gravados no arquivo de log especificado no campo de localização abaixo.", + "admin.log.fileLevelDescription": "Esta configuração determina o nível de detalhe que são gravados no log de eventos no console. ERROR: Saídas somente mensagens de erro. INFO: Saídas de mensagens de erro e informações em torno de inicialização. DEBUG: Impressões de alto detalhe para desenvolvedores que trabalham na depuração de problemas.", + "admin.log.fileLevelTitle": "Nível do Arquivo de Log:", + "admin.log.fileTitle": "Arquivo de logs de saída: ", + "admin.log.formatDateLong": "Data (2006/01/02)", + "admin.log.formatDateShort": "Data (01/02/06)", + "admin.log.formatDescription": "Formato da mensagem de saída do log. Se branco será ajustador para \"[%D %T] [%L] %M\", onde:", + "admin.log.formatLevel": "Nível (DEBG, INFO, EROR)", + "admin.log.formatMessage": "Mensagem", + "admin.log.formatPlaceholder": "Entre seu formato de arquivo", + "admin.log.formatSource": "Origem", + "admin.log.formatTime": "Hora (15:04:05 MST)", + "admin.log.formatTitle": "Formato do Arquivo de Log:", + "admin.log.levelDescription": "Esta configuração determina o nível de detalhe que são gravados no log de eventos no console. ERROR: Saídas somente mensagens de erro. INFO: Saídas de mensagens de erro e informações em torno de inicialização. DEBUG: Impressões de alto detalhe para desenvolvedores que trabalham na depuração de problemas.", + "admin.log.levelTitle": "Nível de Log Console:", + "admin.log.locationDescription": "Arquivo para o qual os arquivos de log são escritos. Se estiver em branco, será definido para ./logs/mattermost, que grava logs em mattermost.log. Rotação de log está habilitada a cada 10.000 linhas de informações de log gravada para novos arquivos armazenados no mesmo diretório, por exemplo mattermost.2015-09-23.001, mattermost.2015-09-23.002, e assim por diante.", + "admin.log.locationPlaceholder": "Entre a localização do seu arquivo", + "admin.log.locationTitle": "Diretório do Arquivo de Log:", + "admin.log.logSettings": "Configurações de Log", + "admin.logs.reload": "Recarregar", + "admin.logs.title": "Log do Servidor", + "admin.metrics.enableDescription": "Quando verdadeiro, Mattermost irá habilitar a coleta do monitoramento de performance e profiling. Por favor verifique documentação para ler mais sobre como configurar o monitoramento de performance para Mattermost.", + "admin.metrics.enableTitle": "Habilitar Monitoramento de Performance:", + "admin.metrics.listenAddressDesc": "O endereço que o servidor irá escutar para expor as métricas de performance.", + "admin.metrics.listenAddressEx": "Ex.: \":8067\"", + "admin.metrics.listenAddressTitle": "Endereço à escutar:", + "admin.mfa.bannerDesc": "Autenticação por Multi-fator está disponível para contas com AD/LDAP ou por login por email. Se outro método de login é utilizado, o MFA deve ser configurado com o provedor de autenticação.", + "admin.mfa.cluster": "Alta", + "admin.mfa.title": "Autenticação Multi-Fator", + "admin.nav.help": "Ajuda", + "admin.nav.logout": "Sair", + "admin.nav.report": "Relatar um Problema", + "admin.nav.switch": "Seleção de Equipe", + "admin.notifications.email": "E-mail", + "admin.notifications.push": "Notificação Móvel", + "admin.notifications.title": "Configurações de Notificação", + "admin.oauth.gitlab": "GitLab", + "admin.oauth.google": "Google Apps", + "admin.oauth.off": "Não é permitido login via um provedor OAuth 2.0", + "admin.oauth.office365": "Office 365 (Beta)", + "admin.oauth.providerDescription": "Quando verdadeiro, Mattermost pode atuar como um provedor de serviço OAuth 2.0 permitindo que o Mattermost autorize requisições de API de aplicações externas. Veja a documentação para saber mais.", + "admin.oauth.providerTitle": "Ativar Provedor de Serviço OAuth 2.0: ", + "admin.oauth.select": "Selecione provedor de serviço OAuth 2.0:", + "admin.office365.EnableHtmlDesc": "
    1. Log in na sua conta Microsoft ou Office 365. Certifique-se que esta conta é do mesmo tenant que você gostaria que os usuários entrassem.
    2. Vá para https://apps.dev.microsoft.com, clique Ir para lista de aplicativo > Adicionar um aplicativo e use \"Mattermost - nome-da-sua-empresa\" como Nome da Aplicação.
    3. Dentro de Segredos do Aplicativo, clique Gerar Nova Senha copie e cole no campo abaixo Aplicativo Senha Secreta.
    4. Dentro de Plataformas, clique Adicionar Plataforma, escolha Web e digite url-da-sua-empresa/signup/office365/complete (exemplo: http://localhost:8065/signup/office365/complete) dentro de Redirecionar URIs. Também desmarque Permitir Fluxo Implícito.
    5. Finalmente, clique Salvar e então copie e cole no campo abaixo ID da Aplicação.
    ", + "admin.office365.authTitle": "Autenticação Endpoint:", + "admin.office365.clientIdDescription": "O Aplicativo/ID do Cliente que você recebeu quando registrou seu aplicativo com a Microsoft.", + "admin.office365.clientIdExample": "Ex.: \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"", + "admin.office365.clientIdTitle": "ID do Aplicativo:", + "admin.office365.clientSecretDescription": "O Aplicativo Senha Secreta que você gerou quando registrou seu aplicativo com a Microsoft.", + "admin.office365.clientSecretExample": "Ex.: \"shAieM47sNBfgl20f8ci294\"", + "admin.office365.clientSecretTitle": "Aplicativo Senha Secreta:", + "admin.office365.tokenTitle": "Token Endpoint:", + "admin.office365.userTitle": "API Usuário Endpoint:", + "admin.password.lowercase": "Pelo menos uma letra minúscula", + "admin.password.minimumLength": "Tamanho Mínimo de Senha:", + "admin.password.minimumLengthDescription": "Número mínimo de caracteres necessários para uma senha válida. Deve ser um número inteiro maior que ou igual a {min} e menor ou igual a {max}.", + "admin.password.minimumLengthExample": "Ex.: \"5\"", + "admin.password.number": "Pelo menos um número", + "admin.password.preview": "Erro pré-visualização de mensagem", + "admin.password.requirements": "Requerimentos de Senha:", + "admin.password.requirementsDescription": "Tipos de caracteres necessários em uma senha válida.", + "admin.password.symbol": "Pelo menos um símbolo (ex. \"~!@#$%^&*()\")", + "admin.password.uppercase": "Pelo menos uma letra maiuscula", + "admin.privacy.showEmailDescription": "Quando falso, o endereço de email dos membros será ocultado para todos exceto para os Administradores do Sistema.", + "admin.privacy.showEmailTitle": "Mostrar Endereços de Email: ", + "admin.privacy.showFullNameDescription": "Quando falso, o nome completo dos membros será ocultado para todos exceto para os Administradores do Sistema. O nome de usuário será exibido em vez de o nome completo.", + "admin.privacy.showFullNameTitle": "Mostrar Nome Completo: ", + "admin.purge.button": "Limpar todo o Cache", + "admin.purge.loading": " Carregando...", + "admin.purge.purgeDescription": "Isto irá limpar todo o cache da memória para as coisas como sessão, contas, canais, etc. Deployments usando Alta disponibilidade irá tentar limpar todos os servidores no cluster. Limpar o cache pode afetar negativamente a performance.", + "admin.purge.purgeFail": "Limpeza mal sucedida: {error}", + "admin.rate.enableLimiterDescription": "Quando verdadeiro, as APIs são estranguladas para as taxas especificadas abaixo.", + "admin.rate.enableLimiterTitle": "Ativar Limitador de Velocidade: ", + "admin.rate.httpHeaderDescription": "Quando preenchido, a limitação de velocidade varia pelo campo do cabeçalho HTTP especificado (ex. quando configurado NGINX ajustado para \"X-Real-IP\", quando configurado AmazonELB ajustado para \"X-Forwarded-For\").", + "admin.rate.httpHeaderExample": "Ex.: \"X-Real-IP\", \"X-Forwarded-For\"", + "admin.rate.httpHeaderTitle": "Variar o limite de velocidade pelo cabeçalho HTTP:", + "admin.rate.maxBurst": "Máximo Tamanho Burst:", + "admin.rate.maxBurstDescription": "Máximo número de pedidos permitidos além do limite de consultas por segundo.", + "admin.rate.maxBurstExample": "Ex.: \"100\"", + "admin.rate.memoryDescription": "Número máximo de sessões de usuários conectados ao sistema conforme determinado pelas configurações abaixo \"Variar limite de velocidade pelo endereço remoto\" e \"Variar limite de velocidade pelo cabeçalho HTTP\".", + "admin.rate.memoryExample": "Ex.: \"10000\"", + "admin.rate.memoryTitle": "Tamanho da Memória de Armazenamento:", + "admin.rate.noteDescription": "Alterando as propriedades nesta seção irá exigir que o servidor seja reiniciado para que tenha efeito.", + "admin.rate.noteTitle": "Nota:", + "admin.rate.queriesDescription": "Estrangula API neste número de solicitações por segundo.", + "admin.rate.queriesExample": "Ex.: \"10\"", + "admin.rate.queriesTitle": "Máxima Consultas por Segundo:", + "admin.rate.remoteDescription": "Quando verdadeiro, limita a velocidade de acesso de API por endereço de IP.", + "admin.rate.remoteTitle": "Variar limite de velocidade pelo endereço remoto: ", + "admin.rate.title": "Configurações de Velocidade", + "admin.recycle.button": "Reciclar Conexão do Banco de Dados", + "admin.recycle.loading": " Reciclando...", + "admin.recycle.recycleDescription": "Instalações usando vários bancos de dados podem trocar de um banco de dados principal para outro sem reiniciar o servidor Mattermost, atualizando \"config.json\" com a nova configuração desejada e usando Configuração > Recarregar Configuração do Disco recarrega as novas configurações enquanto o servidor está em execução. O administrador deve então usar Reciclagem de Conexões do Banco de Dados recurso para reciclar as conexões do banco de dados com base nas novas definições.", + "admin.recycle.reloadFail": "Reciclagem malsucedida: {error}", + "admin.regenerate": "Re-Gerar", + "admin.reload.button": "Recarregar Configuração do Disco", + "admin.reload.loading": " Carregando...", + "admin.reload.reloadDescription": "Instalações usando vários bancos de dados podem trocar de um banco de dados principal para outro sem reiniciar o servidor Mattermost, atualizando \"config.json\" com a nova configuração desejada e usando Recarregar Configuração do Disco recarrega as novas configurações enquanto o servidor está em execução. O administrador deve então usar Banco de Dados > Reciclagem de Conexões do Banco de Dados recurso para reciclar as conexões do banco de dados com base nas novas definições.", + "admin.reload.reloadFail": "Recarregamento malsucedido: {error}", + "admin.reset_password.close": "Fechar", + "admin.reset_password.newPassword": "Nova Senha", + "admin.reset_password.select": "Selecionar", + "admin.reset_password.submit": "Por favor, insira pelo menos {chars} caracteres.", + "admin.reset_password.titleReset": "Resetar Senha", + "admin.reset_password.titleSwitch": "Trocar a conta para e-mail/senha", + "admin.saml.assertionConsumerServiceURLDesc": "Digite https:///login/sso/saml. Certifique-se de usar HTTP ou HTTPS em sua URL, dependendo da sua configuração do servidor. Este campo também é conhecido como Assertion Consumer Service URL.", + "admin.saml.assertionConsumerServiceURLEx": "Ex \"https:///login/sso/saml\"", + "admin.saml.assertionConsumerServiceURLTitle": "URL Provedor de Serviço de Login:", + "admin.saml.bannerDesc": "Os atributos de usuário no servidor SAML, incluindo a desativação ou remoção do usuário, são atualizados no Mattermost durante o login do usuário. Leia mais em https://docs.mattermost.com/deployment/sso-saml.html", + "admin.saml.emailAttrDesc": "O atributo na SAML Assertion que será usado para preencher os endereços de email dos usuários em Mattermost.", + "admin.saml.emailAttrEx": "Ex.: \"Email\" ou \"PrimaryEmail\"", + "admin.saml.emailAttrTitle": "Atributo de E-mail:", + "admin.saml.enableDescription": "Quando verdadeiro, Mattermost irá permitir login usando SAML. Por favor veja a documentação para aprender mais sobre configurar SAML para o Mattermost.", + "admin.saml.enableTitle": "Ativar Login With SAML:", + "admin.saml.encryptDescription": "Quando verdadeiro, Mattermost irá descriptografar SAML Assertions criptografados com o seu Provedor de Serviços de Certificado Público.", + "admin.saml.encryptTitle": "Ativar Criptografia:", + "admin.saml.firstnameAttrDesc": "(Opcional) O atributo em SAML Assertion que será usado para preencher o nome dos usuários no Mattermost.", + "admin.saml.firstnameAttrEx": "Ex.: \"FirstName\"", + "admin.saml.firstnameAttrTitle": "Primeiro Nome Atributo:", + "admin.saml.idpCertificateFileDesc": "O certificado de autenticação pública emitida pelo seu Provedor de Identidade.", + "admin.saml.idpCertificateFileRemoveDesc": "Remover o certificado de autenticação pública emitida pelo seu Provedor de Identidade.", + "admin.saml.idpCertificateFileTitle": "Provedor de Identidade Certificado Público:", + "admin.saml.idpDescriptorUrlDesc": "A URL emissora para o Provedor de Identidade que você usa para solicitações SAML.", + "admin.saml.idpDescriptorUrlEx": "Ex.: \"https://idp.example.org/SAML2/issuer\"", + "admin.saml.idpDescriptorUrlTitle": "URL Emissor Provedor Identidade:", + "admin.saml.idpUrlDesc": "A URL onde o Mattermost envia a requisição SAML para iniciar a sequencia de login.", + "admin.saml.idpUrlEx": "Ex.: \"https://idp.example.org/SAML2/SSO/Login\"", + "admin.saml.idpUrlTitle": "SAML SSO URL:", + "admin.saml.lastnameAttrDesc": "(Opcional) O atributo em SAML Assertion que será usado para preencher o sobrenome dos usuários no Mattermost.", + "admin.saml.lastnameAttrEx": "Ex.: \"LastName\"", + "admin.saml.lastnameAttrTitle": "Atributo Último Nome:", + "admin.saml.localeAttrDesc": "(Opcional) O atributo em SAML Assertion que será usado para preencher o idioma dos usuários no Mattermost.", + "admin.saml.localeAttrEx": "Ex.: \"Locale\" or \"PrimaryLanguage\"", + "admin.saml.localeAttrTitle": "Atributo Idioma Preferencial:", + "admin.saml.loginButtonTextDesc": "(Opcional) O texto que aparece no botão de login na página de login. O padrão é \"Com SAML\".", + "admin.saml.loginButtonTextEx": "Ex.: \"Com OKTA\"", + "admin.saml.loginButtonTextTitle": "Texto Botão Login:", + "admin.saml.nicknameAttrDesc": "(Opcional) O atributo em SAML Assertion que será usado para preencher o apelido dos usuários no Mattermost.", + "admin.saml.nicknameAttrEx": "Ex.: \"Nickname\"", + "admin.saml.nicknameAttrTitle": "Atributo Apelido:", + "admin.saml.positionAttrDesc": "(Opcional) O atributo em SAML Assertion que será usado para preencher o cargo dos usuários no Mattermost.", + "admin.saml.positionAttrEx": "Ex.: \"Cargo\"", + "admin.saml.positionAttrTitle": "Atributo Cargo:", + "admin.saml.privateKeyFileFileDesc": "A chave privada usada para descriptografar SAML Assertion do Provedor de Identidade.", + "admin.saml.privateKeyFileFileRemoveDesc": "Remover a chave privada usada para descriptografar SAML Assertion do Provedor de Identidade.", + "admin.saml.privateKeyFileTitle": "Provedor de Serviço Chave Privada:", + "admin.saml.publicCertificateFileDesc": "O certificado usado para gerar a assinatura de um pedido SAML ao Provedor de Identidade para um Provedor de Serviços iniciado o login SAML, quando Mattermost é o Provedor de Serviços.", + "admin.saml.publicCertificateFileRemoveDesc": "Remover o certificado usado para gerar a assinatura de um pedido SAML ao Provedor de Identidade para um login SAML iniciado por um provedor de serviços, quando Mattermost é o provedor de serviços.", + "admin.saml.publicCertificateFileTitle": "Certificado Público Provedor Serviço:", + "admin.saml.remove.idp_certificate": "Remover Certificado Provedor de Serviço", + "admin.saml.remove.privKey": "Remover Chave Privada Provedor de Serviço", + "admin.saml.remove.sp_certificate": "Remover Certificado Provedor de Serviço", + "admin.saml.removing.certificate": "Removendo Certificado...", + "admin.saml.removing.privKey": "Removendo Chave Privada...", + "admin.saml.uploading.certificate": "Enviando Certificado...", + "admin.saml.uploading.privateKey": "Enviando Chave Privada...", + "admin.saml.usernameAttrDesc": "O atributo em SAML Assertion que será usado para preencher o campo usuário no Mattermost.", + "admin.saml.usernameAttrEx": "Ex.: \"Username\"", + "admin.saml.usernameAttrTitle": "Atributo do Usuário:", + "admin.saml.verifyDescription": "Quando verdadeiro, Mattermost verifica se a assinatura enviada da resposta SAML corresponde a URL de Login do Privedor de Serviço", + "admin.saml.verifyTitle": "Verificar Assinatura:", + "admin.save": "Salvar", + "admin.saving": "Salvando Config...", + "admin.security.connection": "Conexões", + "admin.security.inviteSalt.disabled": "Salt convite não pode ser alterado enquanto envio de emails está desativado.", + "admin.security.login": "Login", + "admin.security.password": "Senha", + "admin.security.passwordResetSalt.disabled": "Salt de redefinição de senha não pode ser alterado enquanto o envio de emails está desabilitado.", + "admin.security.public_links": "Links Públicos", + "admin.security.requireEmailVerification.disabled": "Verificação de Email não pode ser alterado enquanto o envio de emails está desabilitado.", + "admin.security.session": "Sessões", + "admin.security.signup": "Inscrever-se", + "admin.select_team.close": "Fechar", + "admin.select_team.select": "Selecionar", + "admin.select_team.selectTeam": "Selecione Equipe", + "admin.service.attemptDescription": "Tentativas de login permitidas antes que do usuário ser bloqueado e necessário redefinir a senha por e-mail.", + "admin.service.attemptExample": "Ex.: \"10\"", + "admin.service.attemptTitle": "Máxima Tentativas de Login:", + "admin.service.cmdsDesc": "Quando verdadeiro, comandos slash personalizados serão permitidos. Veja a documentação para saber mais.", + "admin.service.cmdsTitle": "Ativar Comandos Slash Personalizados: ", + "admin.service.corsDescription": "Ativar requisição de origem HTTP Cross dos domínios especificados. Usar \"*\" se você quiser permitir CORS de qualquer domínio ou deixe em branco para desativar.", + "admin.service.corsEx": "http://example.com", + "admin.service.corsTitle": "Permitir requisição cross-origin de:", + "admin.service.developerDesc": "Quando verdadeiro, os erros de Javascript serão mostrados em uma barra vermelha no topo da interface de usuário. Não recomendado para uso em produção. ", + "admin.service.developerTitle": "Ativar o Modo Desenvolvedor: ", + "admin.service.enforcMfaTitle": "Obrigar Autenticação Multi-Fator:", + "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.forward80To443": "Redirecionamento porta 80 para 443:", + "admin.service.forward80To443Description": "Redirecionar todo trafego inseguro da porta 80 para porta segura 443", + "admin.service.googleDescription": "Defina esta chave para permitir a exibição de títulos para pré-visualizações de vídeo do YouTube embutidos. Sem a chave, pré-visualizações do YouTube ainda serão criadas com base em hiperlinks que aparecem nas mensagens ou comentários, mas eles não vão mostrar o título do vídeo. Veja o Google Developers Tutorial para instruções sobre como obter uma chave.", + "admin.service.googleExample": "Ex.: \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"", + "admin.service.googleTitle": "Google API Key:", + "admin.service.iconDescription": "Quando verdadeiro, webhooks, comandos slash e outras integrações, como Zapier, terão permissão para mudar a foto do perfil dos posts. Nota: Combinado com a permissão de integrações para substituir nomes de usuários, os usuários podem ser capazes de realizar ataques de phishing ao tentar passar por outros usuários.", + "admin.service.iconTitle": "Permitir que integrações sobrescreva o imagem do perfil:", + "admin.service.insecureTlsDesc": "Quando verdadeiro, quaisquer pedidos de HTTPS de saída vão aceitar certificados não verificados ou auto-assinados. Por exemplo, webhooks de saída para um servidor com um certificado TLS auto-assinado, usando qualquer domínio, serão permitidos. Note-se que isso faz com que essas conexões sejam suscetíveis a ataques man-in-the-middle.", + "admin.service.insecureTlsTitle": "Ativar Conexões de Saída Inseguras: ", + "admin.service.integrationAdmin": "Restringir gerenciamento de integrações aos Administradores:", + "admin.service.integrationAdminDesc": "Quando verdadeiro, webhooks e comandos slash podem somente ser criados, editados e visualizados pelos Administradores de Equipe e Sistema, e aplicações OAuth 2.0 pelos Administradores de Sistema. Integrações estão disponíveis para todos os usuários depois delas terem sido criadas pelo Administrador.", + "admin.service.letsEncryptCertificateCacheFile": "Arquivo de Cache de Certificado Let's Encrypt:", + "admin.service.letsEncryptCertificateCacheFileDescription": "Os certificados obtidos e outros dados sobre o serviço Let's Encrypt serão armazenados nesse arquivo.", + "admin.service.listenAddress": "Endereço à Escutar:", + "admin.service.listenDescription": "O endereço e a porta à qual se ligar e ouvir. Especificando \":8065\" irá ligar-se a todas as interfaces de rede. Especificando \"127.0.0.1:8065\" só irá ligar à interface de rede com esse endereço IP. Se você escolher uma porta de um nível mais baixo (chamadas de \"portas do sistema\" ou \"portas conhecidas\", na faixa de 0-1023), você deve ter permissões para se ligar a essa porta. No Linux, você pode usar: \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" para permitir o Mattermost vincular a portas conhecidas.", + "admin.service.listenExample": "Ex.: \":8065\"", + "admin.service.mfaDesc": "Quando verdadeiro, usuários com AD/LDAP ou login por email poderão adicionar a autenticação multi-fator nas suas contas usando o Google Authenticator.", + "admin.service.mfaTitle": "Ativar Autenticação Multi-Fator:", + "admin.service.mobileSessionDays": "Tamanho da sessão para app móvel (dias):", + "admin.service.mobileSessionDaysDesc": "O número de dias desde a última vez que um usuário entrou suas credenciais para expirar a sessão do usuário. Depois de alterar essa configuração, a nova duração da sessão terá efeito após a próxima vez que o usuário digitar suas credenciais.", + "admin.service.outWebhooksDesc": "Quando verdadeiro, webhooks de saída serão permitidos. Veja a documentação para saber mais.", + "admin.service.outWebhooksTitle": "Ativar Webhooks Saída: ", + "admin.service.overrideDescription": "Quando verdadeiro, webhooks, comandos slash e outras integrações, como Zapier, terão permissão para mudar o nome do usuário dos posts. Nota: Combinado com a permissão de integrações para substituir foto do perfil, os usuários podem ser capazes de realizar ataques de phishing ao tentar passar por outros usuários.", + "admin.service.overrideTitle": "Permitir que integrações sobrescrevam o nome do usuário:", + "admin.service.readTimeout": "Tempo limite de escrita:", + "admin.service.readTimeoutDescription": "Tempo máximo permitido desde quando a conexão é aceita até quando o corpo da solicitação é totalmente lido.", + "admin.service.securityDesc": "Quando verdadeiro, os Administradores de Sistema são notificados por e-mail se uma relevante correção de segurança foi anunciado nos últimos 12 horas. Requer o e-mail para ser ativado.", + "admin.service.securityTitle": "Ativar Alertas de Segurança: ", + "admin.service.sessionCache": "Cache da Sessão (minutos):", + "admin.service.sessionCacheDesc": "O número de minutos para o cache de uma sessão na memória.", + "admin.service.sessionDaysEx": "Ex.: \"30\"", + "admin.service.siteURL": "Site URL:", + "admin.service.siteURLDescription": "A URL, incluindo o número da porta e protocolo, que os usuários usarão para acessar Mattermost. Este campo pode ser deixado em branco, a menos que você estiver configurando email em lotes em Notificações > Email. Quando em branco, a URL é automaticamente configurada com base no tráfego de entrada.", + "admin.service.siteURLExample": "Ex.: \"https://mattermost.example.com:1234\"", + "admin.service.ssoSessionDays": "Tamanho da sessão SSO (dias):", + "admin.service.ssoSessionDaysDesc": "O número de dias desde a última vez que um usuário entrou suas credenciais para expirar a sessão do usuário. Se o método de autenticação é SAML ou GitLab, o usuário pode automaticamente ser registrado novamente no Mattermost se já estiver conectado ao SAML ou GitLab. Depois de alterar essa configuração, a configuração terá efeito após a próxima vez que o usuário digitar suas credenciais.", + "admin.service.testingDescription": "Quando verdadeiro, comando slash /loadtest está habilitado para carregar contas e teste, dados e formatação de texto. Mudar isso exigirá um reinício do servidor antes que tenha efeito.", + "admin.service.testingTitle": "Ativar Comandos Teste: ", + "admin.service.tlsCertFile": "Arquivo de Certificado TLS:", + "admin.service.tlsCertFileDescription": "O arquivo do certificado a ser usado.", + "admin.service.tlsKeyFile": "Arquivo da Chave TLS:", + "admin.service.tlsKeyFileDescription": "O arquivo da chave privada a ser usado.", + "admin.service.useLetsEncrypt": "Usar Let's Encrypt:", + "admin.service.useLetsEncryptDescription": "Ativar a recuperação automática de certificados do Let's Encrypt. O certificado será recuperado quando um cliente tentar se conectar de um novo domínio. Isso funcionará com vários domínios.", + "admin.service.webSessionDays": "Tamanho da sessão AD/LDAP e email (dias):", + "admin.service.webSessionDaysDesc": "O número de dias desde a última vez que um usuário entrou suas credenciais para expirar a sessão do usuário. Depois de alterar essa configuração, a nova duração da sessão terá efeito após a próxima vez que o usuário digitar suas credenciais.", + "admin.service.webhooksDescription": "Quando verdadeiro, webhooks de entrada serão permitidos. Para ajudar combater ataques de phishing, todas as postagens por webhook serão marcadas com uma etiqueta BOT. Veja a documentação para saber mais.", + "admin.service.webhooksTitle": "Ativar Webhooks Entrada: ", + "admin.service.writeTimeout": "Tempo limite de gravação:", + "admin.service.writeTimeoutDescription": "Se estiver usando HTTP (inseguro), este é o tempo máximo permitido desde o final da leitura dos cabeçalhos de solicitação até que a resposta seja escrita. Se estiver usando HTTPS, é o tempo total de quando a conexão é aceita até que a resposta seja escrita.", + "admin.sidebar.addTeamSidebar": "Adicionar equipe do menu lateral", + "admin.sidebar.advanced": "Avançado", + "admin.sidebar.audits": "Conformidade e Auditoria", + "admin.sidebar.authentication": "Autenticação", + "admin.sidebar.cluster": "Alta Disponibilidade (Beta)", + "admin.sidebar.compliance": "Conformidade", + "admin.sidebar.configuration": "Configuração", + "admin.sidebar.connections": "Conexões", + "admin.sidebar.customBrand": "Marca Personalizada", + "admin.sidebar.customEmoji": "Emoji Personalizado", + "admin.sidebar.customIntegrations": "Integrações Personalizadas", + "admin.sidebar.customization": "Customização", + "admin.sidebar.database": "Banco de dados", + "admin.sidebar.developer": "Desenvolvedor", + "admin.sidebar.email": "E-mail", + "admin.sidebar.external": "Serviços Externos", + "admin.sidebar.files": "Arquivos", + "admin.sidebar.general": "Geral", + "admin.sidebar.gitlab": "GitLab", + "admin.sidebar.images": "Imagens", + "admin.sidebar.integrations": "Integrações", + "admin.sidebar.ldap": "AD/LDAP", + "admin.sidebar.legalAndSupport": "Legal e Suporte", + "admin.sidebar.license": "Edição e Licença", + "admin.sidebar.linkPreviews": "Visualizações de Links", + "admin.sidebar.localization": "Regionalização", + "admin.sidebar.logging": "Logs", + "admin.sidebar.login": "Login", + "admin.sidebar.logs": "Logs", + "admin.sidebar.metrics": "Monitoramento de Performance", + "admin.sidebar.nativeAppLinks": "Links Aplicativo Mattermost", + "admin.sidebar.notifications": "Notificações", + "admin.sidebar.oauth": "OAuth 2.0", + "admin.sidebar.other": "OUTROS", + "admin.sidebar.password": "Senha", + "admin.sidebar.policy": "Política", + "admin.sidebar.privacy": "Privacidade", + "admin.sidebar.publicLinks": "Links Públicos", + "admin.sidebar.push": "Notificação Móvel", + "admin.sidebar.rateLimiting": "Limite de Velocidade", + "admin.sidebar.reports": "REPORTANDO", + "admin.sidebar.rmTeamSidebar": "Remover equipe do menu lateral", + "admin.sidebar.saml": "SAML", + "admin.sidebar.security": "Segurança", + "admin.sidebar.sessions": "Sessões", + "admin.sidebar.settings": "CONFIGURAÇÕES", + "admin.sidebar.signUp": "Inscrever", + "admin.sidebar.sign_up": "Inscrever", + "admin.sidebar.statistics": "Estatísticas de Equipe", + "admin.sidebar.storage": "Armazenamento", + "admin.sidebar.support": "Legal e Suporte", + "admin.sidebar.teams": "EQUIPES ({count, number})", + "admin.sidebar.users": "Usuários", + "admin.sidebar.usersAndTeams": "Usuários e Equipes", + "admin.sidebar.view_statistics": "Estatísticas do Site", + "admin.sidebar.webrtc": "WebRTC (Beta)", + "admin.sidebarHeader.systemConsole": "Console do Sistema", + "admin.sql.dataSource": "Fonte de Dados:", + "admin.sql.driverName": "Nome do Driver:", + "admin.sql.keyDescription": "32-caracteres de salt disponível para encriptar e desencriptar campos no banco de dados.", + "admin.sql.keyExample": "Ex.: \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.sql.keyTitle": "At Rest Encrypt Key:", + "admin.sql.maxConnectionsDescription": "Número máximo de conexões ociosas abertas para o banco de dados.", + "admin.sql.maxConnectionsExample": "Ex.: \"10\"", + "admin.sql.maxConnectionsTitle": "Máximo de Conexões Inativas:", + "admin.sql.maxOpenDescription": "Número máximo de conexões abertas para o banco de dados.", + "admin.sql.maxOpenExample": "Ex.: \"10\"", + "admin.sql.maxOpenTitle": "Máximo de Conexões Abertas:", + "admin.sql.noteDescription": "Alterando as propriedades nesta seção irá exigir que o servidor seja reiniciado para que tenha efeito.", + "admin.sql.noteTitle": "Nota:", + "admin.sql.replicas": "Replicas Fonte de Dados:", + "admin.sql.traceDescription": "(Modo Desenvolvedor) Quando verdadeiro, execução de instruções SQL será gravado no log.", + "admin.sql.traceTitle": "Rastreamento: ", + "admin.sql.warning": "Aviso: re-gerar este salt pode causar que o banco de dados retorne algumas colunas com resultados vazios.", + "admin.support.aboutDesc": "Link para página Sobre para mais informações sobre a implantação do Mattermost, por exemplo a sua finalidade e público dentro de sua organização. Padrão página de informação Mattermost.", + "admin.support.aboutTitle": "Sobre link:", + "admin.support.emailHelp": "Endereço de email mostrado na notificação de email e durante o tutorial para o usuário final pedir suporte.", + "admin.support.emailTitle": "Email de suporte:", + "admin.support.helpDesc": "Link para documentação de ajuda para o site da equipe no menu principal. Normalmente não é alterado ao menos se sua empresa escolha criar uma documentação customizada.", + "admin.support.helpTitle": "Link de ajuda:", + "admin.support.noteDescription": "Se links para um site externo, URLs devem começar com http:// ou https://.", + "admin.support.noteTitle": "Nota:", + "admin.support.privacyDesc": "Link para Política de Privacidade para os usuários no desktop ou móvel. Deixando este espaço em branco irá esconder a opção de exibir um aviso.", + "admin.support.privacyTitle": "Link da Política de Privacidade:", + "admin.support.problemDesc": "Link para a documentação de ajuda do site no menu principal. Por padrão este aponta para um fórum peer-to-peer de solução de problemas onde os usuários podem pesquisar, encontrar e pedir ajuda com problemas técnicos.", + "admin.support.problemTitle": "Link para Reportar um Problema:", + "admin.support.termsDesc": "Link para os termos em que os usuários podem usar o serviço on-line. Por padrão, isso inclui \"Condições de Uso Mattermost (Usuários Finais)\", explicando os termos sob os quais software Mattermost é fornecido aos usuários finais. Se você alterar o link padrão para adicionar seus próprios termos para usar o serviço que você oferece, seus novos termos devem incluir um link para os termos padrão para que os usuários finais estejam cientes das Condições de Uso Mattermost (Usuário Final) para o software Mattermost.", + "admin.support.termsTitle": "Link Termos do Serviço:", + "admin.system_analytics.activeUsers": "Usuários Ativos com Postagens", + "admin.system_analytics.title": "o Sistema", + "admin.system_analytics.totalPosts": "Total Posts", + "admin.team.brandDesc": "Ativar marca personalizada para mostrar uma imagem de sua escolha, carregado abaixo e algum texto de ajuda, escrito abaixo na página de login.", + "admin.team.brandDescriptionExample": "Toda comunicação em um só lugar, pesquisável e acessível em qualquer lugar", + "admin.team.brandDescriptionHelp": "Descrição do serviço mostrado nas telas de login e UI. Quando não especificado, \"Toda a comunicação da equipe em um só lugar, pesquisável e acessível em qualquer lugar\" é exibido.", + "admin.team.brandDescriptionTitle": "Descrição Site: ", + "admin.team.brandImageTitle": "Imagem Personalizada da Marca:", + "admin.team.brandTextDescription": "O texto que aparece abaixo de sua imagem da marca personalizada na tela de login. Suporta texto em formato Markdown. Máximo de 500 caracteres permitidos.", + "admin.team.brandTextTitle": "Texto Personalizado da Marca:", + "admin.team.brandTitle": "Ativar Marca Personalizada: ", + "admin.team.chooseImage": "Escolha Nova Imagem", + "admin.team.dirDesc": "Quando verdadeiro, as equipes que estão configuradas para mostrar o diretório de equipe irá mostrar na página principal, em lugar de criar uma nova equipe.", + "admin.team.dirTitle": "Ativar Diretório de Equipe: ", + "admin.team.maxChannelsDescription": "Número máximo total de canais por equipe, incluindo ambos canais ativos e inativos.", + "admin.team.maxChannelsExample": "Ex.: \"100\"", + "admin.team.maxChannelsTitle": "Máximo Canais Por Equipe:", + "admin.team.maxNotificationsPerChannelDescription": "Número total máximo de usuários em um canal antes de os usuários digitarem as mensagens, @all, @here e @channel não será enviado notificações por motivos de performance.", + "admin.team.maxNotificationsPerChannelExample": "Ex.: \"1000\"", + "admin.team.maxNotificationsPerChannelTitle": "Máximo de Notificações por Canal", + "admin.team.maxUsersDescription": "Número máximo total de usuários por equipe, incluindo ambos usuários ativos e inativos.", + "admin.team.maxUsersExample": "Ex.: \"25\"", + "admin.team.maxUsersTitle": "Máximo Usuários Por Equipe:", + "admin.team.noBrandImage": "Nenhuma imagem da marca carregada", + "admin.team.openServerDescription": "Quando verdadeiro, qualquer pessoa pode se inscrever para uma conta de usuário no servidor sem a necessidade de ser convidado.", + "admin.team.openServerTitle": "Ativar Servidor Aberto: ", + "admin.team.restrictDescription": "Equipes e contas de usuário só pode ser criada a partir de um domínio específico (ex. \"mattermost.org\") ou lista separada por vírgulas de domínios (ex. \"corp.mattermost.com, mattermost.org\").", + "admin.team.restrictDirectMessage": "Permitir que os usuários abram o canal de Mensagens Diretas com:", + "admin.team.restrictDirectMessageDesc": "'Qualquer usuário no servidor Mattermost' permite que os usuários abram um canal de Mensagens Diretas com qualquer usuário no servidor, mesmo se eles não estão em nenhuma equipe juntos. 'Qualquer membro da equipe' limita a habilidade de abrir um canal de Mensagens Diretas para somente os usuários que estão na mesma equipe.", + "admin.team.restrictExample": "Ex.: \"corp.mattermost.com, mattermost.org\"", + "admin.team.restrictNameDesc": "Quando verdadeiro, você não pode criar um nome de equipe com as palavras reservadas www, admin, support, test, channel, etc", + "admin.team.restrictNameTitle": "Restringir Nomes de Equipe: ", + "admin.team.restrictTitle": "Restringir a criação de contas para os domínios de e-mail específicos:", + "admin.team.restrict_direct_message_any": "Qualquer usuário no Servidor Mattermost", + "admin.team.restrict_direct_message_team": "Qualquer membro da equipe", + "admin.team.siteNameDescription": "Nome do serviço mostrado na tela de início da sessão e na UI.", + "admin.team.siteNameExample": "Ex.: \"Mattermost\"", + "admin.team.siteNameTitle": "Nome do Site:", + "admin.team.teamCreationDescription": "Quando falso, somente o Administrador do Sistema poderá criar equipes.", + "admin.team.teamCreationTitle": "Habilitar a Criação de Equipes: ", + "admin.team.upload": "Enviar", + "admin.team.uploadDesc": "Personalizar sua experiência como usuário, adicionando uma imagem personalizada para a tela de login. tamanho da imagem máxima recomendada é de menos de 2 MB.", + "admin.team.uploaded": "Enviado!", + "admin.team.uploading": "Enviando..", + "admin.team.userCreationDescription": "Quando falso, a capacidade de criar contas é desativada. O botão criar conta apresenta erro quando pressionado.", + "admin.team.userCreationTitle": "Ativar Criação de Conta: ", + "admin.team_analytics.activeUsers": "Usuários Ativos Com Postagens", + "admin.team_analytics.totalPosts": "Total Posts", + "admin.true": "verdadeiro", + "admin.userList.title": "Usuários para {team}", + "admin.userList.title2": "Usuários para {team} ({count})", + "admin.user_item.authServiceEmail": "Método de Login: Email", + "admin.user_item.authServiceNotEmail": "Método de Login: {service}", + "admin.user_item.confirmDemoteDescription": "Se você rebaixar você mesmo de Admin de Sistema e não exista outro usuário como privilegios de Admin de Sistema, você precisa-rá re-inscrever um Admin de Sistema acessando o servidor Mattermost através do terminal e executando o seguinte comando.", + "admin.user_item.confirmDemoteRoleTitle": "Confirmar rebaixamento para Admin do Sistema", + "admin.user_item.confirmDemotion": "Confirmar Rebaixamento", + "admin.user_item.confirmDemotionCmd": "platform roles system_admin {username}", + "admin.user_item.emailTitle": "Email: {email}", + "admin.user_item.inactive": "Inativo", + "admin.user_item.makeActive": "Tornar Ativo", + "admin.user_item.makeInactive": "Tornar Inativo", + "admin.user_item.makeMember": "Tornar um Membro", + "admin.user_item.makeSysAdmin": "Tornar Admin do Sistema", + "admin.user_item.makeTeamAdmin": "Tornar Admin de Equipe", + "admin.user_item.member": "Membro", + "admin.user_item.mfaNo": "MFA: Não", + "admin.user_item.mfaYes": "MFA: Sim", + "admin.user_item.resetMfa": "Remover MFA", + "admin.user_item.resetPwd": "Resetar Senha", + "admin.user_item.switchToEmail": "Trocar para Email/Senha", + "admin.user_item.sysAdmin": "Admin do Sistema", + "admin.user_item.teamAdmin": "Admin Equipe", + "admin.webrtc.enableDescription": "Quando verdadeiro, Mattermost permite fazer vídeo chamadas ponto-a-ponto. Chamadas WebRTC estão disponíveis no Chrome, Firefox e Mattermost Desktop Apps.", + "admin.webrtc.enableTitle": "Ativar Mattermost WebRTC: ", + "admin.webrtc.gatewayAdminSecretDescription": "Digite sua chave secreta para acessar a URL de Administração do Gateway.", + "admin.webrtc.gatewayAdminSecretExample": "Ex.: \"PVRzWNN1Tg6szn7IQWvhpAvLByScWxdy\"", + "admin.webrtc.gatewayAdminSecretTitle": "Chave Secreta de Administração:", + "admin.webrtc.gatewayAdminUrlDescription": "Entre em http://:/admin. Certifique-se de usar HTTP ou HTTPS em sua URL, dependendo da sua configuração do servidor. Mattermost WebRTC usa esta URL para obter tokens válidos para cada ponto para estabelecer a conexão.", + "admin.webrtc.gatewayAdminUrlExample": "Ex.: \"https://webrtc.mattermost.com:7089/admin\"", + "admin.webrtc.gatewayAdminUrlTitle": "URL Administração do Gateway:", + "admin.webrtc.gatewayWebsocketUrlDescription": "Digite wss://:. Certifique-se de usar WS ou WSS em sua URL dependendo da sua configuração do servidor. Este é o websocket usado para sinalizar e estabelecer a comunicação entre os pontos.", + "admin.webrtc.gatewayWebsocketUrlExample": "Ex.: \"wss://webrtc.mattermost.com:8189\"", + "admin.webrtc.gatewayWebsocketUrlTitle": "Gateway Websocket URL:", + "admin.webrtc.stunUriDescription": "Digite sua STUN URI como stun::. STUN é um protocolo de rede padronizado que permite que um host de destino auxilie dispositivos para estabelecer uma conexão usando um endereço IP público se este está localizado atrás de um NAT.", + "admin.webrtc.stunUriExample": "Ex.: \"stun:webrtc.mattermost.com:5349\"", + "admin.webrtc.stunUriTitle": "STUN URI:", + "admin.webrtc.turnSharedKeyDescription": "Digite sua Chave Compartilhada TURN. Isto é usado para criar senhas dinâmicas para estabelecer a conexão. Cada senha é válida para um período de tempo curto.", + "admin.webrtc.turnSharedKeyExample": "Ex.: \"bXdkOWQxc3d0Ynk3emY5ZmsxZ3NtazRjaWg=\"", + "admin.webrtc.turnSharedKeyTitle": "Chave Compartilhada TURN:", + "admin.webrtc.turnUriDescription": "Digite sua TURN URI como turn::. TURN é um protocolo de rede padronizado que permite que um host de destino auxilie dispositivos para estabelecer uma conexão usando um endereço IP público se este está localizado atrás de um NAT simétrico.", + "admin.webrtc.turnUriExample": "Ex.: \"turn:webrtc.mattermost.com:5349\"", + "admin.webrtc.turnUriTitle": "TURN URI:", + "admin.webrtc.turnUsernameDescription": "Digite seu Usuário para o Servidor TURN.", + "admin.webrtc.turnUsernameExample": "Ex.: \"meuusuario\"", + "admin.webrtc.turnUsernameTitle": "Usuário TURN:", + "admin.webserverModeDisabled": "Desabilitado", + "admin.webserverModeDisabledDescription": "O servidor Mattermost não serve arquivos estáticos.", + "admin.webserverModeGzip": "gzip", + "admin.webserverModeGzipDescription": "O servidor Mattermost irá servir arquivos estáticos comprimidos com gzip.", + "admin.webserverModeHelpText": "compressão gzip se aplica a arquivos de conteúdo estático. Recomenda-se a permitir gzip para melhorar o desempenho a menos que seu ambiente tenha restrições específicas, tais como um proxy web que não distribui arquivos gzip bem.", + "admin.webserverModeTitle": "Modo Webserver:", + "admin.webserverModeUncompressed": "Não comprimido", + "admin.webserverModeUncompressedDescription": "O servidor Mattermost irá servir arquivos estáticos não comprimidos.", + "analytics.chart.loading": "Carregando...", + "analytics.chart.meaningful": "Não há dados suficientes para uma representação significativa.", + "analytics.system.activeUsers": "Usuários Ativos Com Posts", + "analytics.system.channelTypes": "Tipos de Canal", + "analytics.system.dailyActiveUsers": "Usuários Diários Ativos", + "analytics.system.monthlyActiveUsers": "Usuários Mensais Ativos", + "analytics.system.postTypes": "Posts, Arquivos e Hashtags", + "analytics.system.privateGroups": "Grupos Privados", + "analytics.system.publicChannels": "Canais Públicos", + "analytics.system.skippedIntensiveQueries": "Para maximizar a performance, algumas estatísticas foram desativadas. Veja: https://docs.mattermost.com/administration/statistics.html", + "analytics.system.textPosts": "Post com Texto somente", + "analytics.system.title": "Estatísticas do Sistema", + "analytics.system.totalChannels": "Total de Canais", + "analytics.system.totalCommands": "Total de Comandos", + "analytics.system.totalFilePosts": "Posts com Arquivos", + "analytics.system.totalHashtagPosts": "Posts com Hashtags", + "analytics.system.totalIncomingWebhooks": "Webhooks Entrada", + "analytics.system.totalMasterDbConnections": "Master DB Conns", + "analytics.system.totalOutgoingWebhooks": "Webhooks Saída", + "analytics.system.totalPosts": "Total Posts", + "analytics.system.totalReadDbConnections": "Replica DB Conns", + "analytics.system.totalSessions": "Total de Sessões", + "analytics.system.totalTeams": "Total de Equipes", + "analytics.system.totalUsers": "Total de Usuários", + "analytics.system.totalWebsockets": "Conexão Websocket", + "analytics.team.activeUsers": "Usuários Ativos Com Posts", + "analytics.team.newlyCreated": "Novos Usuários Criados", + "analytics.team.privateGroups": "Grupos Privados", + "analytics.team.publicChannels": "Canais Públicos", + "analytics.team.recentActive": "Usuários Ativos Recentes", + "analytics.team.recentUsers": "Usuários Ativos Recentes", + "analytics.team.title": "Estatísticas de Equipe para {team}", + "analytics.team.totalPosts": "Total Posts", + "analytics.team.totalUsers": "Total de Usuários", + "api.channel.add_member.added": "{addedUsername} foi adicionado ao canal por {username}", + "api.channel.delete_channel.archived": "{username} arquivou o canal.", + "api.channel.join_channel.post_and_forget": "{username} entrou no canal.", + "api.channel.leave.left": "{username} saiu do canal.", + "api.channel.post_update_channel_displayname_message_and_forget.updated_from": "{username} atualizou o nome de exibição do canal de: {old} para: {new}", + "api.channel.post_update_channel_header_message_and_forget.removed": "{username} removeu o cabeçalho do canal (era: {old})", + "api.channel.post_update_channel_header_message_and_forget.updated_from": "{username} atualizou o cabeçalho do canal de: {old} para: {new}", + "api.channel.post_update_channel_header_message_and_forget.updated_to": "{username} atualizou o cabeçalho do canal para: {new}", + "api.channel.remove_member.removed": "{removedUsername} foi removido do canal", + "app.channel.post_update_channel_purpose_message.removed": "{username} removeu o propósito do canal (era: {old})", + "app.channel.post_update_channel_purpose_message.updated_from": "{username} atualizou o propósito do canal de: {old} para: {new}", + "app.channel.post_update_channel_purpose_message.updated_to": "{username} atualizou o propósito do canal para: {new}", + "audit_table.accountActive": "Conta inativada", + "audit_table.accountInactive": "Conta inativada", + "audit_table.action": "Ação", + "audit_table.attemptedAllowOAuthAccess": "Tentativa de permitir um novo acesso ao serviço OAuth", + "audit_table.attemptedLicenseAdd": "Tentativa de adicionar uma nova licença", + "audit_table.attemptedLogin": "Tentou login", + "audit_table.attemptedOAuthToken": "Tentativa de obter um token de acesso OAuth", + "audit_table.attemptedPassword": "Tentativa de mudar a senha", + "audit_table.attemptedRegisterApp": "Tentativa de registrar um novo Aplicativo OAuth com ID {id}", + "audit_table.attemptedReset": "Tentativa de resetar a senha", + "audit_table.attemptedWebhookCreate": "Tentativa de criar um webhook", + "audit_table.attemptedWebhookDelete": "Tentativa de deletar um webhook", + "audit_table.by": " por {username}", + "audit_table.byAdmin": " por um admin", + "audit_table.channelCreated": "Criado o {channelName} canal/grupo", + "audit_table.channelDeleted": "Excluído o canal/grupo com a URL {url}", + "audit_table.establishedDM": "Estabelecido uma mensagem direta para o canal com {username}", + "audit_table.failedExpiredLicenseAdd": "Falha ao adicionar uma nova licença uma vez que expirou ou ainda não foi iniciado", + "audit_table.failedInvalidLicenseAdd": "Falha ao adicionar um licença inválida", + "audit_table.failedLogin": "FALHA na tentativa de login", + "audit_table.failedOAuthAccess": "Falha ao permitir um novo acesso ao serviço OAuth - a URI de redirecionamento não coincide com o retorno de chamada registrado anteriormente", + "audit_table.failedPassword": "Falha ao alterar a senha - tentou-se atualizar a senha do usuário que estava conectado através do OAuth", + "audit_table.failedWebhookCreate": "Falha ao criar uma webhook - sem permissão do canal", + "audit_table.failedWebhookDelete": "Falha ao deletar um webhook - condições inapropriadas", + "audit_table.headerUpdated": "Atualizado o {channelName} canal/cabeçalho de grupo", + "audit_table.ip": "Endereço de IP", + "audit_table.licenseRemoved": "Licença removida com sucesso", + "audit_table.loginAttempt": " (Tentativa de login)", + "audit_table.loginFailure": " (Falha de login)", + "audit_table.logout": "Logado fora da sua conta", + "audit_table.member": "membro", + "audit_table.nameUpdated": "Atualizado nome canal/grupo {channelName}", + "audit_table.oauthTokenFailed": "Falha ao obter um token de acesso OAuth - {token}", + "audit_table.revokedAll": "Revogada todas as sessões atuais para a equipe", + "audit_table.sentEmail": "Enviado um email para {email} para resetar sua senha", + "audit_table.session": "ID da Sessão", + "audit_table.sessionRevoked": "A sessão com id {sessionId} foi revogada", + "audit_table.successfullLicenseAdd": "Nova licença adicionada com sucesso", + "audit_table.successfullLogin": "Logado com sucesso", + "audit_table.successfullOAuthAccess": "Dado novo acesso ao serviço OAuth com sucesso", + "audit_table.successfullOAuthToken": "Adicionado um novo serviço OAuth com sucesso", + "audit_table.successfullPassword": "Senha alterada com sucesso", + "audit_table.successfullReset": "Senha resetada com sucesso", + "audit_table.successfullWebhookCreate": "Criado com sucesso um webhook", + "audit_table.successfullWebhookDelete": "Criado com sucesso um webhook", + "audit_table.timestamp": "Timestamp", + "audit_table.updateGeneral": "Atualizado as configurações gerais da sua conta", + "audit_table.updateGlobalNotifications": "Atualizado suas definições globais de notificação", + "audit_table.updatePicture": "Atualizado sua imagem do perfil", + "audit_table.updatedRol": "Atualizado as função(ões) do usuário para ", + "audit_table.userAdded": "Adicionado {username} para o canal/grupo {channelName}", + "audit_table.userId": "Usuário ID", + "audit_table.userRemoved": "Removido {username} canal/grupo {channelName}", + "audit_table.verified": "Seu endereço de e-mail foi verificado com suscesso", + "authorize.access": "Permitir acesso {appName}?", + "authorize.allow": "Permitir", + "authorize.app": "O app {appName} gostaria de ter a capacidade de acessar e modificar suas informações básicas.", + "authorize.deny": "Negar", + "authorize.title": "{appName} gostaria de conectar a sua conta de usuário Mattermost", + "backstage_list.search": "Pesquisar", + "backstage_navbar.backToMattermost": "Voltar para {siteName}", + "backstage_sidebar.emoji": "Emoji Personalizado", + "backstage_sidebar.integrations": "Integrações", + "backstage_sidebar.integrations.commands": "Comandos Slash", + "backstage_sidebar.integrations.incoming_webhooks": "Webhooks Entrada", + "backstage_sidebar.integrations.oauthApps": "Aplicativos OAuth 2.0", + "backstage_sidebar.integrations.outgoing_webhooks": "Webhooks Saída", + "calling_screen": "Chamando", + "center_panel.recent": "Clique aqui para pular para mensagens recentes. ", + "change_url.close": "Fechar", + "change_url.endWithLetter": "URL deve terminar com uma letra ou número.", + "change_url.invalidUrl": "URL inválida", + "change_url.longer": "URL precisa ter dois ou mais caracteres.", + "change_url.noUnderscore": "URL não pode conter dois sublinhados consecutivos.", + "change_url.startWithLetter": "URL deve começar com uma letra ou número.", + "channelHeader.addToFavorites": "Adicionar aos Favoritos", + "channelHeader.removeFromFavorites": "Remover dos Favoritos", + "channel_flow.alreadyExist": "Um canal com essa URL já existe", + "channel_flow.changeUrlDescription": "Alguns caracteres não são permitidos nas URLs e podem ser removidos.", + "channel_flow.changeUrlTitle": "Alterar URL {term}", + "channel_flow.channel": "Canal", + "channel_flow.create": "Criar {term}", + "channel_flow.group": "Grupo", + "channel_flow.handleTooShort": "URL do canal precisa ter 2 ou mais caracteres minúsculos alfanuméricos", + "channel_flow.invalidName": "Nome do Canal Inválido", + "channel_flow.set_url_title": "Ajustar URL {term}", + "channel_header.addMembers": "Adicionar Membros", + "channel_header.addToFavorites": "Adicionar aos Favoritos", + "channel_header.channel": "Canal", + "channel_header.channelHeader": "Editar Cabeçalho do Canal", + "channel_header.delete": "Deletar {term}", + "channel_header.flagged": "Posts Marcados", + "channel_header.group": "Grupo", + "channel_header.leave": "Sair {term}", + "channel_header.manageMembers": "Gerenciar Membros", + "channel_header.notificationPreferences": "Preferências de Notificação", + "channel_header.recentMentions": "Menções Recentes", + "channel_header.removeFromFavorites": "Remover dos Favoritos", + "channel_header.rename": "Renomear {term}", + "channel_header.setHeader": "Editar Cabeçalho {term}", + "channel_header.setPurpose": "Editar Propósito {term}", + "channel_header.viewInfo": "Ver Informações", + "channel_header.viewMembers": "Ver Membros", + "channel_header.webrtc.call": "Iniciar Vídeo Chamada", + "channel_header.webrtc.offline": "O usuário está desconectado", + "channel_header.webrtc.unavailable": "Nova chamada não disponível até que você termine a chamada existente", + "channel_info.about": "Sobre", + "channel_info.close": "Fechar", + "channel_info.header": "Cabeçalho:", + "channel_info.id": "ID: ", + "channel_info.name": "Nome:", + "channel_info.notFound": "Nenhum Canal Encontrado", + "channel_info.purpose": "Propósito:", + "channel_info.url": "URL:", + "channel_invite.add": " Adicionar", + "channel_invite.addNewMembers": "Adicionar Novo Membro para ", + "channel_invite.close": "Fechar", + "channel_loader.connection_error": "Parece existir um problema com a sua conexão de internet.", + "channel_loader.posted": "Postado", + "channel_loader.socketError": "Por favor verifique sua conexão, Mattermost está inalcançável. Se este problema persistir, peça ao administrador para verificar a porta WebSocket.", + "channel_loader.someone": "Alguém", + "channel_loader.something": " fez algo novo", + "channel_loader.unknown_error": "Recebido um código de status inesperado do servidor.", + "channel_loader.uploadedFile": " enviado um arquivo", + "channel_loader.uploadedImage": " enviado uma imagem", + "channel_loader.wrote": " escreveu: ", + "channel_members_dropdown.channel_admin": "Administrador de Canal", + "channel_members_dropdown.channel_member": "Membro do Canal", + "channel_members_dropdown.make_channel_admin": "Tornar Administrador de Canal", + "channel_members_dropdown.make_channel_member": "Tornar Membro de Canal", + "channel_members_dropdown.remove_from_channel": "Remover do Canal", + "channel_members_dropdown.remove_member": "Remover Membro", + "channel_members_modal.addNew": " Adicionar Novos Membros", + "channel_members_modal.members": " Membros", + "channel_modal.cancel": "Cancelar", + "channel_modal.channel": "Canal", + "channel_modal.createNew": "Criar Novo ", + "channel_modal.descriptionHelp": "Descreva como este {term} pode ser usado.", + "channel_modal.displayNameError": "O nome do canal deve ter com 2 ou mais caracteres", + "channel_modal.edit": "Editar", + "channel_modal.group": "Grupo", + "channel_modal.header": "Cabeçalho", + "channel_modal.headerEx": "Ex.: \"[Título do Link](http://example.com)\"", + "channel_modal.headerHelp": "Configure o texto que irá aparecer no topo do {term} ao lado do nome {term}. Por exemplo, inclua os links utilizados frequentemente digitando [Link Title](http://example.com).", + "channel_modal.modalTitle": "Novo ", + "channel_modal.name": "Nome", + "channel_modal.nameEx": "Ex.: \"Bugs\", \"Marketing\", \"办公室恋情\"", + "channel_modal.optional": "(opcional)", + "channel_modal.privateGroup1": "Criar um novo grupo privado com membros restritos. ", + "channel_modal.privateGroup2": "Criar um grupo privado", + "channel_modal.publicChannel1": "Criar um canal público", + "channel_modal.publicChannel2": "Criar um novo canal público para qualquer um participar. ", + "channel_modal.purpose": "Propósito", + "channel_modal.purposeEx": "Ex.: \"Um canal para arquivar bugs e melhorias\"", + "channel_notification.push": "Enviar notificações push para o celular", + "channel_notifications.allActivity": "Para todas as atividades", + "channel_notifications.allUnread": "Para todas as mensagens não lidas", + "channel_notifications.globalDefault": "Global padrão ({notifyLevel})", + "channel_notifications.markUnread": "Marcar Canal como Não Lido", + "channel_notifications.never": "Nunca", + "channel_notifications.onlyMentions": "Somente para menções", + "channel_notifications.override": "Selecionar uma opção diferente do \"Padrão\" vai substituir as configurações de notificação global. Notificações na área de trabalho estão disponíveis no Firefox, Safari e Chrome.", + "channel_notifications.overridePush": "Selecionando uma opção diferente de \"Global default\" está irá sobrescrever a configurção global de notificação para notificações de push para mobile na configuração de conta. Notificação por push deve ser habilitada pelo administrador do sistema.", + "channel_notifications.preferences": "Preferências de Notificação para ", + "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.dm": "(Mensagem Direta)", + "channel_switch_modal.failed_to_open": "Falha ao abrir o canal.", + "channel_switch_modal.help": "Digite o nome do canal. Use ↑↓ para navegar, TAB para selecionar, ↵ para confirmar, ESC para cancelar", + "channel_switch_modal.not_found": "Nenhum resultado encontrado.", + "channel_switch_modal.submit": "Alternar", + "channel_switch_modal.title": "Alternar Canais", + "claim.account.noEmail": "Nenhum email específicado", + "claim.email_to_ldap.enterLdapPwd": "Entre o ID e a senha para sua conta AD/LDAP", + "claim.email_to_ldap.enterPwd": "Entre a senha para o sua conta de email no {site}", + "claim.email_to_ldap.ldapId": "AD/LDAP ID", + "claim.email_to_ldap.ldapIdError": "Por favor digite seu ID AD/LDAP.", + "claim.email_to_ldap.ldapPasswordError": "Por favor digite a sua senha AD/LDAP.", + "claim.email_to_ldap.ldapPwd": "Senha AD/LDAP", + "claim.email_to_ldap.pwd": "Senha", + "claim.email_to_ldap.pwdError": "Por favor digite a sua senha.", + "claim.email_to_ldap.ssoNote": "Você precisa já ter uma conta AD/LDAP válida", + "claim.email_to_ldap.ssoType": "Ao retirar a sua conta, você só vai ser capaz de logar com AD/LDAP", + "claim.email_to_ldap.switchTo": "Alternar conta para AD/LDAP", + "claim.email_to_ldap.title": "Alternar Conta E-mail/Senha para AD/LDAP", + "claim.email_to_oauth.enterPwd": "Entre a senha para o sua conta {site}", + "claim.email_to_oauth.pwd": "Senha", + "claim.email_to_oauth.pwdError": "Por favor digite a sua senha.", + "claim.email_to_oauth.ssoNote": "Você precisa já ter uma conta {type} válida", + "claim.email_to_oauth.ssoType": "Ao retirar a sua conta, você só vai ser capaz de logar com SSO {type}", + "claim.email_to_oauth.switchTo": "Trocar a conta para {uiType}", + "claim.email_to_oauth.title": "Trocar E-mail/Senha da Conta para {uiType}", + "claim.ldap_to_email.confirm": "Confirmar senha", + "claim.ldap_to_email.email": "Você vai usar o email {email} para logar", + "claim.ldap_to_email.enterLdapPwd": "Entre a sua senha {ldapPassword} para o sua conta de email {site}", + "claim.ldap_to_email.enterPwd": "Entre a nova senha para o sua conta com email", + "claim.ldap_to_email.ldapPasswordError": "Por favor digite a sua senha AD/LDAP.", + "claim.ldap_to_email.ldapPwd": "Senha AD/LDAP", + "claim.ldap_to_email.pwd": "Senha", + "claim.ldap_to_email.pwdError": "Por favor digite a sua senha.", + "claim.ldap_to_email.pwdNotMatch": "As senha não correspondem.", + "claim.ldap_to_email.ssoType": "Após a alteração do tipo de conta, você só vai ser capaz de logar com seu e-mail e senha", + "claim.ldap_to_email.switchTo": "Trocar a conta para e-mail/senha", + "claim.ldap_to_email.title": "Alternar Conta AD/LDAP para E-mail/Senha", + "claim.oauth_to_email.confirm": "Confirmar Senha", + "claim.oauth_to_email.description": "Após a alteração do tipo de conta, você só vai ser capaz de logar com seu e-mail e senha.", + "claim.oauth_to_email.enterNewPwd": "Entre a nova senha para o sua conta de email no {site}", + "claim.oauth_to_email.enterPwd": "Por favor entre uma senha.", + "claim.oauth_to_email.newPwd": "Nova Senha", + "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", + "confirm_modal.cancel": "Cancelar", + "connecting_screen": "Conectando", + "create_comment.addComment": "Adicionar um comentário...", + "create_comment.comment": "Adicionar Comentário", + "create_comment.commentLength": "Tamanho dos comentários precisa ter menos de {max} caracteres.", + "create_comment.commentTitle": "Comentário", + "create_comment.file": "Enviando arquivo", + "create_comment.files": "Enviando arquivos", + "create_post.comment": "Comentário", + "create_post.error_message": "Sua mensagem é muito longa. Número de caracteres: {length}/{limit}", + "create_post.post": "Post", + "create_post.shortcutsNotSupported": "Atalhos do teclado não está disponível no seu dispositivo.", + "create_post.tutorialTip": "

    Enviando Mensagens

    Digite aqui para escrever uma mensagem e pressione ENTER para posta-lá.

    Clique no botão Anexo para enviar uma imagem ou arquivo.

    ", + "create_post.write": "Escreva uma mensagem...", + "create_team.agreement": "Para prosseguir e criar sua conta e utilizar {siteName}, você deve concordar com o nosso Termos de Serviço e com a Política de Privacidade. Se você não concordar, não poderá utilizar o {siteName}.", + "create_team.display_name.charLength": "O nome deve ter {min} ou mais caracteres até um máximo de {max}. Você pode adicionar uma descrição da equipe depois.", + "create_team.display_name.nameHelp": "Nome da sua equipe em qualquer idioma. Seu nome de equipe é mostrado em menus e títulos.", + "create_team.display_name.next": "Próximo", + "create_team.display_name.required": "Este campo é obrigatório", + "create_team.display_name.teamName": "Nome da Equipe", + "create_team.team_url.back": "Voltar para o passo anterior", + "create_team.team_url.charLength": "O nome deve ter {min} ou mais caracteres até um máximo de {max}", + "create_team.team_url.creatingTeam": "Criando equipe...", + "create_team.team_url.finish": "Terminar", + "create_team.team_url.hint": "
  • Curto e memorizável é o melhor
  • Use letras minúsculas, números e traços
  • Deve começar com uma letra e não pode terminar em um traço
  • ", + "create_team.team_url.regex": "Utilize apenas letras minúsculas, números e traços. Deve começar com uma letra e não pode terminar em um traço.", + "create_team.team_url.required": "Este campo é obrigatório", + "create_team.team_url.taken": "Esta URL começa com uma palavra reservada ou está indisponível. Por favor tente outra.", + "create_team.team_url.teamUrl": "Equipe URL", + "create_team.team_url.unavailable": "Esta URL está indisponível. Por favor tente outra.", + "create_team.team_url.webAddress": "Escolha o endereço web para sua nova equipe:", + "custom_emoji.empty": "Emoji personalizado não encontrado", + "custom_emoji.header": "Emoji Personalizado", + "custom_emoji.search": "Pesquisar Emoji Personalizado", + "default_channel.purpose": "Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.", + "delete_channel.cancel": "Cancelar", + "delete_channel.channel": "canal", + "delete_channel.confirm": "Confirmar EXCLUSÃO do Canal", + "delete_channel.del": "Deletar", + "delete_channel.group": "grupo", + "delete_channel.question": "Isto irá apagar o canal da equipe e todo o conteúdo não vai estar mais disponível para os usuários. Você tem certeza de que deseja apagar o {term} {display_name}?", + "delete_post.cancel": "Cancelar", + "delete_post.comment": "Comentário", + "delete_post.confirm": "Confirmar Delete {term}", + "delete_post.del": "Deletar", + "delete_post.post": "Post", + "delete_post.question": "Tem certeza de que deseja excluir este {term}?", + "delete_post.warning": "Este post tem {count} comentário(s).", + "edit_channel_header_modal.cancel": "Cancelar", + "edit_channel_header_modal.description": "Editar o texto que aparece junto ao nome do canal dentro do cabeçalho do canal.", + "edit_channel_header_modal.error": "Este cabeçalho de canal é muito longo, por favor insira um menor", + "edit_channel_header_modal.save": "Salvar", + "edit_channel_header_modal.title": "Editar Cabeçalho para o {channel}", + "edit_channel_header_modal.title_dm": "Editar cabeçalho", + "edit_channel_purpose_modal.body": "Descreva como este {type} deve ser usado. Este texto aparece na lista de canais no menu \"Mais...\" e ajuda os outros a decidir se deseja participar.", + "edit_channel_purpose_modal.cancel": "Cancelar", + "edit_channel_purpose_modal.channel": "Canal", + "edit_channel_purpose_modal.error": "Este propósito do canal é muito longo, por favor insira um menor", + "edit_channel_purpose_modal.group": "Grupo", + "edit_channel_purpose_modal.save": "Salvar", + "edit_channel_purpose_modal.title1": "Editar Propósito", + "edit_channel_purpose_modal.title2": "Editar Propósito para ", + "edit_command.save": "Atualizar", + "edit_post.cancel": "Cancelar", + "edit_post.edit": "Editar {title}", + "edit_post.editPost": "Editar o post...", + "edit_post.save": "Salvar", + "email_signup.address": "Endereço de E-mail", + "email_signup.createTeam": "Criar Equipe", + "email_signup.emailError": "Por favor entre um endereço de e-mail válido.", + "email_signup.find": "Encontrar minhas equipes", + "email_verify.almost": "{siteName}: Você está quase pronto", + "email_verify.failed": " Falha ao enviar verificação por email.", + "email_verify.notVerifiedBody": "Por favor verifique seu endereço de email. Verifique por um email em sua caixa de entrada.", + "email_verify.resend": "Re-enviar Email", + "email_verify.sent": " Verificação de email enviado.", + "email_verify.verified": "{siteName} Email Verificado", + "email_verify.verifiedBody": "

    Seu email foi verificado! Clique aqui para login.

    ", + "email_verify.verifyFailed": "Falha ao verificar seu email.", + "emoji_list.actions": "Ações", + "emoji_list.add": "Adicionar Emoji Personalizado", + "emoji_list.creator": "Criador", + "emoji_list.delete": "Deletar", + "emoji_list.delete.confirm.button": "Deletar", + "emoji_list.delete.confirm.msg": "Esta ação exclui permanentemente o emoji personalizado. Tem certeza de que deseja excluí-lo?", + "emoji_list.delete.confirm.title": "Excluir Emoji Personalizado", + "emoji_list.empty": "Emoji Personalizado Não Encontrado", + "emoji_list.header": "Emoji Personalizado", + "emoji_list.help": "Emojis personalizados estão disponíveis para todos no seu servidor. Digite ':' na caixa de mensagens para trazer o menu de seleção de emojis. Outros usuários podem precisar atualizar a página antes que os novos emojis apareçam.", + "emoji_list.help2": "Dica: Se você adicionar #, ##, ou ### como primeiro caractere em uma nova linha contendo um emoji, você poderá usar emoji com tamanho maior. Para testar, envia uma mensagem como: '# :smile:'.", + "emoji_list.image": "Imagem", + "emoji_list.name": "Nome", + "emoji_list.search": "Pesquisar Emoji Personalizado", + "emoji_list.somebody": "Alguém em outra equipe", + "emoji_picker.activity": "Activity", + "emoji_picker.custom": "Custom", + "emoji_picker.emojiPicker": "Emoji Picker", + "emoji_picker.flags": "Marcar", + "emoji_picker.food": "Food", + "emoji_picker.nature": "Nature", + "emoji_picker.objects": "Objects", + "emoji_picker.people": "People", + "emoji_picker.recent": "Recently Used", + "emoji_picker.search": "Pesquisar", + "emoji_picker.symbols": "Symbols", + "emoji_picker.travel": "Travel", + "error.not_found.link_message": "Voltar para Mattermost", + "error.not_found.message": "A página que você estava tentando alcançar não existe", + "error.not_found.title": "Página não encontrada", + "error.not_supported.message": "Navegação privada não é suportado", + "error.not_supported.title": "Navegador não suportado", + "error_bar.expired": "Licença Enterprise está expirada e alguns recursos podem estar desativados. Por favor, renovar.", + "error_bar.expiring": "Licença Enterprise expirou em {date}. Por favor, renovar.", + "error_bar.past_grace": "Licença Enterprise está expirada e alguns recursos podem estar desativados. Por favor entre em contato com o Administrador do Sistema para detalhes.", + "error_bar.preview_mode": "Modo de visualização: Notificações por E-mail não foram configuradas", + "file_attachment.download": "Download", + "file_info_preview.size": "Tamanho ", + "file_info_preview.type": "Tipo do arquivo ", + "file_upload.fileAbove": "Arquivo acima {max}MB não pode ser enviado: {filename}", + "file_upload.filesAbove": "Arquivos acima {max}MB não podem ser enviados: {filenames}", + "file_upload.limited": "Limite máximo de uploads de {count} arquivos. Por favor use um post adicional para mais arquivos.", + "file_upload.pasted": "Imagem Colada em ", + "filtered_channels_list.count": "{count} {count, plural, =0 {0 canais} one {canal} other {canais}}", + "filtered_channels_list.countTotal": "{count} {count, plural, =0 {0 canais} one {canal} other {canais}} de {total} ao total", + "filtered_channels_list.search": "Procurar canais", + "filtered_user_list.any_team": "Todos os Usuários", + "filtered_user_list.count": "{count} {count, plural, =0 {0 membros} one {membro} other {membros}}", + "filtered_user_list.countTotal": "{count} {count, plural, =0 {0 membros} one {membro} other {membros}} de {total} no total", + "filtered_user_list.countTotalPage": "{startCount, number} - {endCount, number} {count, plural, =0 {0 membros} one {membro} other {membros}} de {total} no total", + "filtered_user_list.member": "Membro", + "filtered_user_list.next": "Próximo", + "filtered_user_list.prev": "Anterior", + "filtered_user_list.search": "Buscar usuários", + "filtered_user_list.searchButton": "Pesquisar", + "filtered_user_list.show": "Filtro:", + "filtered_user_list.team_only": "Membros desta Equipe", + "find_team.email": "E-mail", + "find_team.findDescription": "Foi enviado um e-mail com links para todas as equipes do qual você é membro.", + "find_team.findTitle": "Encontre Sua Equipe", + "find_team.getLinks": "Obter um e-mail com links para quaisquer equipes do qual você é membro.", + "find_team.placeholder": "voce@dominio.com", + "find_team.send": "Enviar", + "find_team.submitError": "Por favor entre um endereço de e-mail válido", + "flag_post.flag": "Marcar para seguir", + "flag_post.unflag": "Desmarcar", + "general_tab.chooseDescription": "Por favor escolha uma nova descrição para sua equipe", + "general_tab.codeDesc": "Clique 'Edit' para re-gerar o Código de Convite.", + "general_tab.codeLongDesc": "O Código de convite é usado como parte da URL no link de convite da equipe criado por {getTeamInviteLink} no menu principal. Re-gerar cria um novo link de convite de equipe e invalida os link anteriores.", + "general_tab.codeTitle": "Código de Convite", + "general_tab.emptyDescription": "Clique 'Editar' para adicionar uma descrição da equipe", + "general_tab.getTeamInviteLink": "Obter Link de Convite de Equipe", + "general_tab.includeDirDesc": "Incluindo esta equipe irá exibir o nome da equipe da seção Diretório Equipe da página inicial, e fornecer um link para a página de login.", + "general_tab.no": "Não", + "general_tab.openInviteDesc": "Quando permitido, um link para esta equipe vai ser incluído na página de destino permitindo que qualquer pessoa com uma conta possa participar desta equipe.", + "general_tab.openInviteTitle": "Permitir que qualquer usuário com uma conta neste servidor possa se juntar a esta equipe", + "general_tab.regenerate": "Re-Gerar", + "general_tab.required": "Este campo é obrigatório", + "general_tab.teamDescription": "Descrição da Equipe", + "general_tab.teamDescriptionInfo": "Descrição da equipe fornece informações adicionais para ajudar os usuários a selecionar a equipe correta. Máximo de 50 caracteres.", + "general_tab.teamName": "Nome da Equipe", + "general_tab.teamNameInfo": "Defina o nome da equipe como aparece na sua tela de login e no topo na lateral esquerda.", + "general_tab.title": "Definições Gerais", + "general_tab.yes": "Sim", + "get_app.alreadyHaveIt": "Já tem isso?", + "get_app.androidAppName": "Mattermost para Android", + "get_app.androidHeader": "Mattermost funciona melhor se você alternar para o nosso aplicativo Android", + "get_app.continue": "continuar", + "get_app.continueWithBrowser": "Ou {link}", + "get_app.continueWithBrowserLink": "continuar no navegador", + "get_app.iosHeader": "Mattermost funciona melhor se você alternar para o nosso aplicativo iPhone", + "get_app.mattermostInc": "Mattermost, Inc", + "get_app.openMattermost": "Abrir Mattermost", + "get_link.clipboard": " Link copiado", + "get_link.close": "Fechar", + "get_link.copy": "Copiar Link", + "get_post_link_modal.help": "O link abaixo permite que usuários autorizados possam ver seus posts.", + "get_post_link_modal.title": "Copiar Permalink", + "get_public_link_modal.help": "O link abaixo permite que qualquer pessoa veja este arquivo sem ser registrado neste servidor.", + "get_public_link_modal.title": "Obter Link Público", + "get_team_invite_link_modal.help": "Envie o link abaixo para sua equipe de trabalho para que eles se inscrevam nessa equipe. O Link de Convite de Equipe pode ser compartilhado com vários colegas de equipe, pois ele não muda a menos que seja re-gerado nas Configurações de Equipe por um Administrador da mesma.", + "get_team_invite_link_modal.helpDisabled": "Criação de usuários está desabilitada para sua equipe. Por favor peça ao administrador de equipe por detalhes.", + "get_team_invite_link_modal.title": "Link para Convite de Equipe", + "help.attaching.downloading": "#### Download Arquivos\nFazer download de um arquivo anexado clicando no ícone de download ao lado da miniatura de arquivos ou abrindo o visualizador de arquivos e clicando em **Download**.", + "help.attaching.dragdrop": "#### Arrastar e Soltar\nEnvie um arquivo ou uma seleção de arquivos arrastando-os do seu computador para barra lateral direita ou painel central. Arrastando e soltando os arquivos serão anexados a caixa de entrada de mensagem, então você pode, se desejar, digitar uma mensagem e pressionar **ENTER** para postar.", + "help.attaching.icon": "#### Ícone de Anexo\nComo alternativa, fazer upload de arquivos clicando no ícone de clipe cinza dentro da caixa de entrada de mensagem. Isso abre o seu visualizador de arquivos do sistema, onde você pode navegar até os arquivos desejados e clique em **Abrir** para enviar os arquivos para a caixa de entrada de mensagens. Opcionalmente, digite uma mensagem e em seguida, pressione **ENTER** para postar.", + "help.attaching.limitations": "## Limitação Tamanho de Arquivo\nMattermost suporta um máximo de cinco arquivos anexados por postagem, cada um com tamanho máximo de 50Mb.", + "help.attaching.methods": "## Métodos de Anexar\nAnexe um arquivo arrastando e soltando ou clicando no ícone de anexar na caixa de entrada de mensagem.", + "help.attaching.notSupported": "Visualização de documentos (Word, Excel, PPT) não é ainda suportado.", + "help.attaching.pasting": "#### Colando Imagens\nNos navegadores Chrome e Edge isto é também possível para enviar arquivos colando eles a partir da área de transferência. Isto ainda não é suportado nos outros navegadores.", + "help.attaching.previewer": "## Visualização de Arquivo\nMattermost tem um visualizador de arquivos nativo que é usado para ver a mídia, fazer download e compartilhar links públicos. Clique na miniatura do arquivo anexado para abrir o visualizador de arquivos.", + "help.attaching.publicLinks": "#### Compartilhar Links Públicos\nLinks públicos permitem que você compartilhe arquivos anexados com pessoas fora da sua equipe Mattermost. Abra o visualizador de arquivo clicando na miniatura do anexo, então clique **Obter Link Público**. Isto abrirá um caixa de dialogo com um link para copiar. Quando o link for compartilhado e aberto por outro usuário, será feito download automaticamente do arquivo.", + "help.attaching.publicLinks2": "Se **Obter Link Público** não estiver visível no visualizador de arquivo e você prefere este recurso ativo, você pode solicitar que o Administrador do Sistema ative o recurso no Console do Sistema em **Segurança** > **Links Públicos**.", + "help.attaching.supported": "#### Tipos de Mídia Suportados\nSe você está tentando visualizar um tipo de mídia que não é suportado, o visualizador de arquivos vai abrir um ícone de anexo de mídia padrão. Formatos de mídia suportados dependem fortemente de seu navegador e sistema operacional, mas os seguintes formatos são suportados pelo Mattermost na maioria dos navegadores:", + "help.attaching.supportedList": "- Imagens: BMP, GIF, JPG, JPEG, PNG\n- Vídeo: MP4\n- Audio: MP3, M4A\n- Documentos: PDF", + "help.attaching.title": "# Anexando Arquivos\n_____", + "help.commands.builtin": "## Comandos Nativos\nOs seguintes comandos slash estão disponíveis em todas as instalações Mattermost:", + "help.commands.builtin2": "Comece digitando `/` e uma lista de opções de comando slash aparece acima da caixa de entrada de texto. As sugestões de preenchimento automático ajudam fornecendo um exemplo no texto preto e uma breve descrição do comando slash no texto cinza.", + "help.commands.custom": "## Comandos Personalizados\nComandos slash personalizados se integram com aplicações externas. Por exemplo, uma equipe pode configurar um comando slash personalizado para verificar os registros de saúde internos com `/paciente joe smith` ou verificar o clima semanal em uma cidade com `/tempo toronto semana`. Verifique com o Administrador de Sistema ou abra a lista de preenchimento automático digitando `/` para verificar se a sua equipe configurou algum comando slash personalizado.", + "help.commands.custom2": "Comandos slash personalizados estão desativados por padrão e podem ser ativados pelo Administrador do Sistema em **Console do Sistema** > **Integrações** > **Webhooks e Comandos**. Leia sobre como configurar comando slash personalizado em [developer slash command documentation page](http://docs.mattermost.com/developer/slash-commands.html).", + "help.commands.intro": "Comandos slash executam operações no Mattermost digitando na caixa de entrada de texto. Digite `/` seguido por um comando e alguns argumentos para executar ações.\n\nComandos slash nativos vêm com todas as instalações Mattermost e comandos slash personalizado são configurados para interagir com aplicações externas. Saiba mais sobre a configuração de comandos slash personalizados em [developer slash command documentation page](http://docs.mattermost.com/developer/slash-commands.html).", + "help.commands.title": "# Executando Comandos\n___", + "help.composing.deleting": "## Deletando uma mensagem\nDelete uma mensagem clicando no ícone **[...]** ao lado do texto da mensagem que você escreveu, em seguida, clique em **Deletar**. Administrador de Sistema e de Equipe podem excluir qualquer mensagem em seu sistema ou equipe.", + "help.composing.editing": "## Edição de Mensagem\nEdite uma mensagem clicando no ícone **[...]** ao lado do texto de qualquer mensagem que você compôs, em seguida, clique em **Editar**. Após fazer modificações no texto da mensagem, pressione **ENTER** para salvá-las. Edições em mensagens não geram novas notificações de @menção, notificações da área de trabalho ou sons de notificação.", + "help.composing.linking": "## Link para uma mensagem\nO recurso **Permalink** cria um link para qualquer mensagem. Compartilhar este link com outros usuários no canal lhes permite visualizar a mensagem lincada no Arquivos de Mensagem. Os usuários que não são membros do canal onde a mensagem foi postada não podem ver o permalink. Obter o permalink de qualquer mensagem clicando no ícone **[...]** ao lado do texto da mensagem > **Permalink** > **Copiar Link**.", + "help.composing.posting": "## Postando uma Mensagem\nEscreva uma mensagem digitando na caixa de entrada de texto, em seguida, pressione ENTER para enviá-la. Use SHIFT+ENTER para criar uma nova linha sem enviar a mensagem. Para enviar mensagens pressionando CTRL+ENTER vá para **Menu Principal > Configurações de Conta > Enviar mensagens com CTRL+ENTER**.", + "help.composing.posts": "#### Posts\nPosts podem ser consideradas as mensagens principais. Eles são as mensagens que, muitas vezes iniciam uma discussão com respostas. Posts são criados e enviados a partir da caixa de entrada de texto na parte inferior do painel central.", + "help.composing.replies": "#### Respostas\nResponda a uma mensagem clicando no ícone de resposta ao lado de qualquer texto da mensagem. Esta ação abre a barra lateral direita, onde você pode ver as mensagens relacionadas, e então escrever e enviar sua resposta. As respostas são recuada ligeiramente no painel central para indicar que eles são mensagens filha de um post pai.\n\nAo compor uma resposta no lado direito, clique no ícone de expandir/fechar com duas setas na parte superior da barra lateral para tornar as coisas mais fáceis de ler.", + "help.composing.title": "# Enviando Mensagens\n_____", + "help.composing.types": "## Tipos de Mensagem\nResponda a postagem para manter a conversa organizada em tópicos.", + "help.formatting.checklist": "Faça uma lista de tarefas, incluindo colchetes:", + "help.formatting.checklistExample": "- [ ] Item um\n- [ ] Item dois\n- [x] Item concluído", + "help.formatting.code": "## Bloco de Código\n\nCriar um bloco de código pelo recuo cada linha por quatro espaços, ou colocando ``` na linha acima e abaixo de seu código.", + "help.formatting.codeBlock": "Bloco de código", + "help.formatting.emojiExample": ":smile: :+1: :sheep:", + "help.formatting.emojis": "## Emojis\n\nAbra o preenchimento automático de emoji digitando `:`. A lista completa de emojis pode ser encontrada [aqui](http://www.emoji-cheat-sheet.com/). Também é possível criar seu próprio [Emoji Personalizado](http://docs.mattermost.com/help/settings/custom-emoji.html) se o emoji que pretende utilizar não existir.", + "help.formatting.example": "Exemplo:", + "help.formatting.githubTheme": "**Tema GitHub**", + "help.formatting.headings": "## Títulos\n\nFaça um título digitando # e um espaço antes de seu título. Para subtítulos usar mais #.", + "help.formatting.headings2": "Alternativamente, você pode sublinhar o texto usando `===` ou `---` para criar títulos.", + "help.formatting.headings2Example": "Cabeçalho Largo\n-------------", + "help.formatting.headingsExample": "## Cabeçalho Largo\n### Cabeçalho Menor\n#### Cabeçalho Ainda Menor", + "help.formatting.images": "## Imagens na Linha\n\nCrie imagens na linha usando `!` seguido do texto para imagem entre colchetes e o link entre parenteses. Adicione texto suspenso, colocando-o entre aspas após o link.", + "help.formatting.imagesExample": "![alt texto](link \"texto suspenso\")\n\ne\n\n[![Status Compilação](https://travis-ci.org/mattermost/platform.svg?branch=master)](https://travis-ci.org/mattermost/platform) [![Github](https://assets-cdn.github.com/favicon.ico)](https://github.com/mattermost/platform)", + "help.formatting.inline": "## Código na Linha\n\nCrie fonte monoespaçada na linha cercando o com acentos graves.", + "help.formatting.intro": "Markdown torna fácil formatar mensagens. Digite uma mensagem como faria normalmente, e use essas regras para deixa-lá com formatação especial.", + "help.formatting.lines": "## Linhas\n\nCrie uma linha usando três `*`, `_`, ou `-`.", + "help.formatting.linkEx": "[Confira Mattermost!](https://about.mattermost.com/)", + "help.formatting.links": "## Links\n\nCrie texto para links colocando o texto desejado entre colchetes e o link associado entre parênteses.", + "help.formatting.listExample": "* lista item um\n* lista item dois\n * item dois sub-item", + "help.formatting.lists": "## Listas\n\nCrie uma lista usando `*` ou `-` como marcadores. Recue um marcador adicionando dois espaços em frente.", + "help.formatting.monokaiTheme": "**Tema Monokai**", + "help.formatting.ordered": "Faça uma lista ordenada usando números:", + "help.formatting.orderedExample": "1. Item um\n2. Item dois", + "help.formatting.quotes": "## Citar Bloco\n\nCrie um bloco citado usando `>`.", + "help.formatting.quotesExample": "`> citar bloco` formata como:", + "help.formatting.quotesRender": "> citar bloco", + "help.formatting.renders": "Formata como:", + "help.formatting.solirizedDarkTheme": "**Tema Solarized Dark**", + "help.formatting.solirizedLightTheme": "**Tema Solarized Light**", + "help.formatting.style": "## Estilo do Texto\n\nVocê pode usar `_` ou `*` em volta de uma palavra para deixar itálico. Use dois para deixar negrito.\n\n* `_itálico_` formata _itálico_\n* `**negrito**` formata **negrito**\n* `**_negrito-itálico_**` formata **_negrito-itálico_**\n* `~~tachado~~` formata ~~tachado~~", + "help.formatting.supportedSyntax": "As linguagens suportadas são:\n`as`, `applescript`, `osascript`, `scpt`, `bash`, `sh`, `zsh`, `clj`, `boot`, `cl2`, `cljc`, `cljs`, `cljs.hl`, `cljscm`, `cljx`, `hic`, `coffee`, `_coffee`, `cake`, `cjsx`, `cson`, `iced`, `cpp`, `c`, `cc`, `h`, `c++`, `h++`, `hpp`, `cs`, `csharp`, `css`, `d`, `di`, `dart`, `delphi`, `dpr`, `dfm`, `pas`, `pascal`, `freepascal`, `lazarus`, `lpr`, `lfm`, `diff`, `django`, `jinja`, `dockerfile`, `docker`, `erl`, `f90`, `f95`, `fsharp`, `fs`, `gcode`, `nc`, `go`, `groovy`, `handlebars`, `hbs`, `html.hbs`, `html.handlebars`, `hs`, `hx`, `java`, `jsp`, `js`, `jsx`, `json`, `jl`, `kt`, `ktm`, `kts`, `less`, `lisp`, `lua`, `mk`, `mak`, `md`, `mkdown`, `mkd`, `matlab`, `m`, `mm`, `objc`, `obj-c`, `ml`, `perl`, `pl`, `php`, `php3`, `php4`, `php5`, `php6`, `ps`, `ps1`, `pp`, `py`, `gyp`, `r`, `ruby`, `rb`, `gemspec`, `podspec`, `thor`, `irb`, `rs`, `scala`, `scm`, `sld`, `scss`, `st`, `sql`, `swift`, `tex`, `vbnet`, `vb`, `bas`, `vbs`, `v`, `veo`, `xml`, `html`, `xhtml`, `rss`, `atom`, `xsl`, `plist`, `yaml`", + "help.formatting.syntax": "### Destaque de Sintaxe\n\nPara adicionar destaque de sintaxe, digite o idioma a ser destacado após ``` no início do bloco de código. Mattermost também oferece quatro diferentes temas de código (GitHub, Solarized Dark, Solarized Light, Monokai) que podem ser alterados em **Configurações de Conta** > **Exibir** > **Tema** > **Tema Personalizado** > **Estilos Canal Central**", + "help.formatting.syntaxEx": " package main\n import \"fmt\"\n func main() {\n fmt.Println(\"Hello, 世界\")\n }", + "help.formatting.tableExample": "| Alinhado a Esquerda | Centralizado | Alinhado a Direita |\n| :------------ |:---------------:| -----:|\n| Coluna Esquerda 1 | este texto | $100 |\n| Coluna Esquerda 2 | é | $10 |\n| Coluna Esquerda 3 | centralizado | $1 |", + "help.formatting.tables": "## Tabelas\n\nCrie uma tabela, colocando uma linha tracejada abaixo da linha de cabeçalho e separando as colunas com o carácter `|`. (As colunas não precisam se alinhar exatamente para que ele funcione). Escolha como alinhar colunas da tabela incluindo dois-pontos `:` dentro da linha de cabeçalho.", + "help.formatting.title": "# Formatando Texto\n_____", + "help.learnMore": "Leai mais sobre:", + "help.link.attaching": "Anexando Arquivos", + "help.link.commands": "Executando Comandos", + "help.link.composing": "Compondo Mensagens e Respostas", + "help.link.formatting": "Formatando Mensagens usando Markdown", + "help.link.mentioning": "Mencionando Colegas de Equipe", + "help.link.messaging": "Mensagens Básicas", + "help.mentioning.channel": "#### @Canal\nVocê pode mencionar um canal todo digitando `@channel`. Todos os membros do canal irão receber uma menção de notificação da mesma forma que se os membros tivessem sido mencionados pessoalmente.", + "help.mentioning.channelExample": "@channel grande trabalho nas entrevistas está semana. Eu acho que nós encontramos alguns excelentes potenciais candidatos!", + "help.mentioning.mentions": "## @Menções\nUse @menção para chamar atenção de um membro específico da equipe.", + "help.mentioning.recent": "## Menções Recentes\nClique `@` ao lado da caixa de pesquisa para consultar suas @menções recentes e palavras que disparam menções. Clique **Pular** ao lado do resultado da busca na barra lateral direita para ir ao painel central do canal no local da mensagem com a menção.", + "help.mentioning.title": "# Mencionando Colegas de Equipe\n_____", + "help.mentioning.triggers": "## Palavras Que Disparam Menções\nAlém de ter sido notificada por @usuário e @channel, você pode personalizar as palavras que desencadeiam notificações de menção em **Configurações de Conta** > **Notificações** > **Palavras que desencadeiam menções**. Por padrão você receberá notificações de menção em seu nome, e você pode adicionar mais palavras, escrevendo-as na caixa de entrada separados por vírgulas. Isso é útil se você quiser ser notificado de todas as mensagens sobre determinados temas, por exemplo, \"entrevista\" ou \"marketing\".", + "help.mentioning.username": "#### @Usuário\nVocê pode mencionar um colega de equipe usando o símbolo `@` mais seu nome de usuário para enviar uma notificação menção.\n\nDigite `@` para abrir uma lista de membros da equipe que podem ser mencionados. Para filtrar a lista, digite as primeiras letras de qualquer nome de usuário, nome, sobrenome ou apelido. As teclas de seta **Cima** e **Baixo** podem então ser usada para percorrer as entradas na lista, e pressione **ENTER** para selecionar qual o usuário a mencionar. Uma vez selecionado, o nome de usuário irá substituir automaticamente o nome completo ou apelido.\nO exemplo a seguir envia uma notificação menção especial a **alice** que a alerta do canal e mensagem onde ela foi mencionada. Se **alice** está ausente do Mattermost e tem ativo [notificações de e-mail](http://docs.mattermost.com/help/getting-started/configuring-notifications.html#email-notifications), então ela vai receber um alerta de e-mail de sua menção juntamente com o texto da mensagem.", + "help.mentioning.usernameCont": "Se o usuário que você mencionou não pertence ao canal, uma mensagem do sistema será enviada para informá-lo. Esta é uma mensagem temporária visto apenas pela pessoa que desencadeou. Para adicionar o usuário mencionado para o canal, vá para o menu suspenso ao lado do nome do canal e selecione **Adicionar Membros**.", + "help.mentioning.usernameExample": "@alice como foi sua entrevista como é o novo candidato?", + "help.messaging.attach": "**Anexar arquivos** arrastando e soltando no Mattermost ou clicando no ícone anexo na caixa de entrada. ", + "help.messaging.emoji": "**Rapidamente adicione emoji** digitando \":\", que irá abrir uma lista de emoji. Se os emojis existentes não cobrem o que você quer expressar, você pode também criar seu próprio [Emoji Personalizado](http://docs.mattermost.com/help/settings/custom-emoji.html).", + "help.messaging.format": "**Formate suas mensagens** usando Markdown que suporta o estilo do texto, títulos, links, emojis, blocos de código, citar bloco, tabelas, listas e imagens na linha.", + "help.messaging.notify": "**Notificar colegas de equipe** quando eles são necessários digitando `@usuário`.", + "help.messaging.reply": "**Responder a mensagens** clicando na seta de resposta ao lado do texto da mensagem.", + "help.messaging.title": "# Mensagens Básico\n_____", + "help.messaging.write": "**Escreva mensagens** usando a caixa de texto na parte inferior do Mattermost. Pressione ENTER para enviar a mensagem. Use SHIFT+ENTER para criar uma nova linha sem enviar a mensagem.", + "installed_command.header": "Comandos Slash", + "installed_commands.add": "Adicionar Comando Slash", + "installed_commands.delete.confirm": "Esta ação irá apagar permanentemente o comando slash e irá quebrar qualquer integração que a use. Você está certo que deseja apagar?", + "installed_commands.empty": "Nenhum comando encotrado", + "installed_commands.header": "Comandos Slash", + "installed_commands.help": "Criar comandos slash para uso em integrações internas. Por favor veja {link} para aprender mais.", + "installed_commands.helpLink": "documentação", + "installed_commands.search": "Pesquisar Comandos Slash", + "installed_commands.unnamed_command": "Comando Slash sem Nome", + "installed_incoming_webhooks.add": "Adicionar Webhooks Entrada", + "installed_incoming_webhooks.delete.confirm": "Esta ação irá apagar permanentemente o webhook de entrada e irá quebrar qualquer integração que a use. Você está certo que deseja apagar?", + "installed_incoming_webhooks.empty": "Nenhum webhook de entrada encontrado", + "installed_incoming_webhooks.header": "Webhooks Entrada", + "installed_incoming_webhooks.help": "Criar URLs para webhook de entrada para uso em integrações externas. Por favor veja {link} para aprender mais.", + "installed_incoming_webhooks.helpLink": "documentação", + "installed_incoming_webhooks.search": "Pesquisar Webhooks de Entrada", + "installed_incoming_webhooks.unknown_channel": "Webhook Privado", + "installed_integrations.callback_urls": "Callback URLs: {urls}", + "installed_integrations.client_id": "ID do Client: {clientId}", + "installed_integrations.client_secret": "Chave Secreta do Cliente: {clientSecret}", + "installed_integrations.content_type": "Content-Type: {contentType}", + "installed_integrations.creation": "Criado por {creator} em {createAt, date, full}", + "installed_integrations.delete": "Deletar", + "installed_integrations.edit": "Editar", + "installed_integrations.hideSecret": "Ocultar Segredo", + "installed_integrations.regenSecret": "Gerar Novamente Chave Secreta", + "installed_integrations.regenToken": "Re-gerar Token", + "installed_integrations.showSecret": "Mostrar Segredo", + "installed_integrations.token": "Token: {token}", + "installed_integrations.triggerWhen": "Gatilho Quando: {triggerWhen}", + "installed_integrations.triggerWords": "Palavras Gatilho: {triggerWords}", + "installed_integrations.unnamed_oauth_app": "Aplicativo OAuth 2.0 sem nome", + "installed_integrations.url": "URL: {url}", + "installed_oauth_apps.add": "Adicionar Aplicativo OAuth 2.0", + "installed_oauth_apps.callbackUrls": "URLs Callback (Uma Por Linha)", + "installed_oauth_apps.cancel": "Cancelar", + "installed_oauth_apps.delete.confirm": "Esta ação irá apagar permanentemente o OAuth 2.0 e irá quebrar qualquer integração que a use. Você está certo que deseja apagar?", + "installed_oauth_apps.description": "Descrição", + "installed_oauth_apps.empty": "Nenhum Aplicativo OAuth 2.0 encontrado", + "installed_oauth_apps.header": "Aplicativos OAuth 2.0", + "installed_oauth_apps.help": "Criar aplicações OAuth 2.0 para integrar com segurança bots e aplicativos de terceiros com Mattermost. Por favor veja {link} para saber mais.", + "installed_oauth_apps.helpLink": "documentação", + "installed_oauth_apps.homepage": "Página inicial", + "installed_oauth_apps.iconUrl": "URL do Ícone", + "installed_oauth_apps.is_trusted": "É Confiável: {isTrusted}", + "installed_oauth_apps.name": "Nome de Exibição", + "installed_oauth_apps.save": "Salvar", + "installed_oauth_apps.search": "Pesquisar Aplicativos OAuth 2.0", + "installed_oauth_apps.trusted": "É Confiável", + "installed_oauth_apps.trusted.no": "Não", + "installed_oauth_apps.trusted.yes": "Sim", + "installed_outgoing_webhooks.add": "Adicionar Webhooks Saída", + "installed_outgoing_webhooks.delete.confirm": "Esta ação irá apagar permanentemente o webhook de saída e irá quebrar qualquer integração que a use. Você está certo que deseja apagar?", + "installed_outgoing_webhooks.empty": "Nenhum webhook de saída encontrado", + "installed_outgoing_webhooks.header": "Webhooks Saída", + "installed_outgoing_webhooks.help": "Criar URLs para webhook de saída para uso em integrações externas. Por favor veja {link} para aprender mais.", + "installed_outgoing_webhooks.helpLink": "documentação", + "installed_outgoing_webhooks.search": "Pesquisar Webhooks de Saída", + "installed_outgoing_webhooks.unknown_channel": "Webhook Privado", + "integrations.add": "Adicionar", + "integrations.command.description": "Comandos slash envia evento para integrações externas", + "integrations.command.title": "Comando Slash", + "integrations.delete.confirm.button": "Deletar", + "integrations.delete.confirm.title": "Deletar Integração", + "integrations.done": "Feito", + "integrations.edit": "Editar", + "integrations.header": "Integrações", + "integrations.incomingWebhook.description": "Webhooks de entrada permite que integrações externas envie mensagens", + "integrations.incomingWebhook.title": "Webhooks Entrada", + "integrations.oauthApps.description": "OAuth 2.0 permite que aplicativos externos façam solicitações autorizada para a API Mattermost.", + "integrations.oauthApps.title": "Aplicativos OAuth 2.0", + "integrations.outgoingWebhook.description": "Webhooks de saída permite que integrações externas recebam e respondam a mensagens", + "integrations.outgoingWebhook.title": "Webhooks Saída", + "integrations.successful": "Configurado com Sucesso", + "intro_messages.DM": "Este é o início do seu histórico de mensagens diretas com {teammate}.
    Mensagens diretas e arquivos compartilhados aqui não são mostrados para pessoas de fora desta área.", + "intro_messages.anyMember": " Qualquer membro pode participar e ler este canal.", + "intro_messages.beginning": "Início do {name}", + "intro_messages.channel": "canal", + "intro_messages.creator": "Este é o início do {name} {type}, criado por {creator} em {date}.", + "intro_messages.default": "

    Beginning of {display_name}

    Welcome to {display_name}!

    Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.

    ", + "intro_messages.group": "grupo privado", + "intro_messages.invite": "Convidar outras pessoas para este {type}", + "intro_messages.inviteOthers": "Convide outros para esta equipe", + "intro_messages.noCreator": "Este é o início do {name} {type}, criado em {date}.", + "intro_messages.offTopic": "

    Início do {display_name}

    Este é o início do {display_name}, um canal para conversas não relacionadas ao trabalho

    ", + "intro_messages.onlyInvited": " Somente membros convidados podem ver este grupo privado.", + "intro_messages.purpose": " O propósito deste {type} é: {purpose}.", + "intro_messages.setHeader": "Definir um Cabeçalho", + "intro_messages.teammate": "Este é o início de seu histórico de mensagens com esta equipe. Mensagens diretas e arquivos compartilhados aqui não são mostrados para pessoas fora dessa área.", + "invite_member.addAnother": "Adicionar outro", + "invite_member.autoJoin": "Pessoas convidadas a participar automaticamente do canal {channel}.", + "invite_member.cancel": "Cancelar", + "invite_member.content": "E-mail está desativado para a sua equipe, e emails de convites não podem ser enviados. Contate o seu Administrador do Sistema para ativar e-mail e convites por e-mail.", + "invite_member.disabled": "Criação de usuários está desabilitada para sua equipe. Por favor peça ao Administrador de Equipe por detalhes.", + "invite_member.emailError": "Por favor entre um endereço de e-mail válido", + "invite_member.firstname": "Primeiro nome", + "invite_member.inviteLink": "Link para Convite de Equipe", + "invite_member.lastname": "Último nome", + "invite_member.modalButton": "Sim, Descartar", + "invite_member.modalMessage": "Você tem convites não enviados, você tem certeza que quer descartar eles?", + "invite_member.modalTitle": "Descartar Convites?", + "invite_member.newMember": "Convidar Para Equipe", + "invite_member.send": "Enviar Convite", + "invite_member.send2": "Enviar Convites", + "invite_member.sending": " Enviando", + "invite_member.teamInviteLink": "Você também pode convidar pessoas usando o {link}.", + "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", + "ldap_signup.teamName": "Entre o nome da nova equipe", + "ldap_signup.team_error": "Por favor entre o nome da equipe", + "leave_team_modal.desc": "Você será removido de todos os canais públicos e grupos privados. Se a equipe é privada você não será capaz de se juntar à equipe. Você tem certeza?", + "leave_team_modal.no": "Não", + "leave_team_modal.title": "Deixar a equipe?", + "leave_team_modal.yes": "Sim", + "loading_screen.loading": "Carregando", + "login.changed": " Método de login alterada com sucesso", + "login.create": "Crie um agora", + "login.createTeam": "Criar uma nova equipe", + "login.createTeamAdminOnly": "Está opção está disponível somente para o Administrador do Sistema, e não é exibida para outros usuários.", + "login.email": "E-mail", + "login.find": "Encontre suas outras equipes", + "login.forgot": "Eu esqueci a minha senha", + "login.gitlab": "GitLab", + "login.google": "Google Apps", + "login.invalidPassword": "Sua senha está incorreta.", + "login.ldapUsername": "Usuário AD/LDAP", + "login.ldapUsernameLower": "Usuário AD/LDAP", + "login.noAccount": "Não tem uma conta? ", + "login.noEmail": "Por favor digite seu email", + "login.noEmailLdapUsername": "Por favor digite seu email ou {ldapUsername}", + "login.noEmailUsername": "Por favor digite seu email ou usuário", + "login.noEmailUsernameLdapUsername": "Por favor digite seu email, usuário ou {ldapUsername}", + "login.noLdapUsername": "Por favor digite seu {ldapUsername}", + "login.noMethods": "Nenhum método de login configurado. Por favor contate seu Administrador do Sistema.", + "login.noPassword": "Por favor digite a sua senha", + "login.noUsername": "Por favor digite seu usuário", + "login.noUsernameLdapUsername": "Por favor digite seu usuário ou {ldapUsername}", + "login.office365": "Office 365", + "login.on": "no {siteName}", + "login.or": "ou", + "login.password": "Senha", + "login.passwordChanged": " Senha atualizada com sucesso", + "login.session_expired": " Sua sessão expirou. Por favor faça login novamente.", + "login.signIn": "Login", + "login.signInLoading": "Iniciando a sessão...", + "login.signInWith": "Login com:", + "login.userNotFound": "Não foi possível encontrar uma conta que corresponda com as suas credenciais de login.", + "login.username": "Usuário", + "login.verified": " Email Verificado", + "login_mfa.enterToken": "Para completar o login em processo, por favor entre um token do seu autenticador no smartphone", + "login_mfa.submit": "Enviar", + "login_mfa.token": "Token MFA", + "login_mfa.tokenReq": "Por favor entre um token MFA", + "member_item.makeAdmin": "Tornar Admin", + "member_item.member": "Membro", + "member_list.noUsersAdd": "Nenhum usuário para adicionar.", + "members_popover.manageMembers": "Gerenciar Membros", + "members_popover.msg": "Mensagem", + "members_popover.title": "Membros", + "members_popover.viewMembers": "Ver Membros", + "mfa.confirm.complete": "Configuração completa!", + "mfa.confirm.okay": "Ok", + "mfa.confirm.secure": "Sua conta agora está segura. Na próxima vez que você fizer login, será pedido a você um código do aplicativo Google Authenticator", + "mfa.setup.badCode": "Código inválido. Se este problema persistir, contate o Administrador do Sistema.", + "mfa.setup.code": "Código MFA", + "mfa.setup.codeError": "Por favor digite o código do Google Authenticator.", + "mfa.setup.required": "Autenticação multi-fator é obrigatória em {siteName}.", + "mfa.setup.save": "Salvar", + "mfa.setup.secret": "Chave: {secret}", + "mfa.setup.step1": "Passo 1: No seu smartphone, faça download do Google Authenticator no iTunes ou Google Play", + "mfa.setup.step2": "Passo 2: Use o Google Authenticator para escanear este QR code, ou manualmente digite a chave", + "mfa.setup.step3": "Passo 3: Digite o código gerado pelo Google Authenticator", + "mfa.setupTitle": "Configuração Autenticação Multi-fator", + "mobile.account.notifications.email.footer": "When offline or away for more than five minutes", + "mobile.account_notifications.mentions_footer": "Your username (\"@{username}\") will always trigger mentions.", + "mobile.account_notifications.non-case_sensitive_words": "Other non-case sensitive words...", + "mobile.account_notifications.reply.header": "Send reply notifications for", + "mobile.account_notifications.threads_mentions": "Mentions in threads", + "mobile.account_notifications.threads_start": "Threads that I start", + "mobile.account_notifications.threads_start_participate": "Threads that I start or participate in", + "mobile.channel_info.alertMessageDeleteChannel": "Are you sure you want to delete the {term} with {name}?", + "mobile.channel_info.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_info.alertNo": "Não", + "mobile.channel_info.alertTitleDeleteChannel": "Deletar {term}", + "mobile.channel_info.alertTitleLeaveChannel": "Sair {term}", + "mobile.channel_info.alertYes": "Sim", + "mobile.channel_info.privateChannel": "Private Channel", + "mobile.channel_info.publicChannel": "Canais Públicos", + "mobile.channel_list.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_list.alertNo": "Não", + "mobile.channel_list.alertTitleLeaveChannel": "Sair {term}", + "mobile.channel_list.alertYes": "Sim", + "mobile.channel_list.closeDM": "Close Direct Message", + "mobile.channel_list.closeGM": "Close Group Message", + "mobile.channel_list.dm": "Mensagem Direta", + "mobile.channel_list.gm": "Group Message", + "mobile.channel_list.open": "Open {term}", + "mobile.channel_list.openDM": "Open Direct Message", + "mobile.channel_list.openGM": "Open Group Message", + "mobile.channel_list.privateChannel": "Private Channel", + "mobile.channel_list.publicChannel": "Canais Públicos", + "mobile.components.channels_list_view.yourChannels": "Seus canais:", + "mobile.components.error_list.dismiss_all": "Dismiss All", + "mobile.components.select_server_view.continue": "continuar", + "mobile.components.select_server_view.enterServerUrl": "Informe a URL do servidor", + "mobile.components.select_server_view.proceed": "Prosseguir", + "mobile.components.select_server_view.siteUrlPlaceholder": "https://mattermost.example.com", + "mobile.create_channel": "Create", + "mobile.create_channel.private": "New Private Group", + "mobile.create_channel.public": "Canais Públicos", + "mobile.edit_post.title": "Editing Message", + "mobile.file_upload.camera": "Take Photo or Video", + "mobile.file_upload.library": "Photo Library", + "mobile.file_upload.more": "Mais", + "mobile.loading_channels": "Loading Channels...", + "mobile.loading_members": "Loading Members...", + "mobile.loading_posts": "Loading Messages...", + "mobile.login_options.choose_title": "Choose your login method", + "mobile.post.cancel": "Cancelar", + "mobile.post.delete_question": "Tem certeza de que deseja excluir este {term}?", + "mobile.post.delete_title": "Delete Post", + "mobile.request.invalid_response": "Received invalid response from the server.", + "mobile.routes.channelInfo": "Info", + "mobile.routes.channelInfo.createdBy": "Created by {creator} on ", + "mobile.routes.channelInfo.delete_channel": "Deletar Canal...", + "mobile.routes.channelInfo.favorite": "Favoritos", + "mobile.routes.channel_members.action": "Remover Membro", + "mobile.routes.channel_members.action_message": "You must select at least one member to remove from the channel.", + "mobile.routes.channel_members.action_message_confirm": "Are you sure you want to remove the selected members from the channel?", + "mobile.routes.channels": "Canais", + "mobile.routes.enterServerUrl": "Informe a URL do Servidor", + "mobile.routes.login": "Login", + "mobile.routes.loginOptions": "Login Chooser", + "mobile.routes.mfa": "Autenticação Multi-Fator", + "mobile.routes.postsList": "Lista de Posts", + "mobile.routes.saml": "Single SignOn", + "mobile.routes.selectTeam": "Selecione Equipe", + "mobile.routes.settings": "Settings", + "mobile.routes.thread": "{channelName} Thread", + "mobile.routes.thread_dm": "Direct Message Thread", + "mobile.routes.user_profile": "Profile", + "mobile.routes.user_profile.send_message": "Enviar Mensagem", + "mobile.server_ping_failed": "Cannot connect to the server. Please check your server URL and internet connection.", + "mobile.server_url.invalid_format": "Deve começar com http:// ou https://", + "more_channels.close": "Fechar", + "more_channels.create": "Criar Novo Canal", + "more_channels.createClick": "Clique em 'Criar Novo Canal' para fazer um novo", + "more_channels.join": "Participar", + "more_channels.next": "Próximo", + "more_channels.noMore": "Não há mais canais para participar", + "more_channels.prev": "Anterior", + "more_channels.title": "Mais Canais", + "more_direct_channels.close": "Fechar", + "more_direct_channels.message": "Mensagem", + "more_direct_channels.new_convo_note": "Isto irá iniciar uma nova conversa. Se você adicionar muitas pessoas, considere em criar um grupo privado.", + "more_direct_channels.new_convo_note.full": "Você atingiu o número máximo de pessoas nesta conversa. Considere em criar um grupo privado.", + "more_direct_channels.title": "Mensagens Diretas", + "msg_typing.areTyping": "{users} e {last} estão digitando...", + "msg_typing.isTyping": "{user} está digitando...", + "msg_typing.someone": "Alguém", + "multiselect.go": "Ir", + "multiselect.instructions": "Utilize as setas para cima/baixo para navegar e a tecla enter para selecionar", + "multiselect.numPeopleRemaining": "Você pode adicionar {num, number} {num, plural, =0 {pessoas} uma {pessoa} ou {pessoas}} mais. ", + "multiselect.numRemaining": "Você pode adicionar mais {num, number}", + "multiselect.placeholder": "Procura e adiciona membros", + "navbar.addMembers": "Adicionar Membros", + "navbar.click": "Clique aqui", + "navbar.delete": "Deletar Canal...", + "navbar.leave": "Deixar o Canal", + "navbar.manageMembers": "Gerenciar Membros", + "navbar.noHeader": "Sem cabeçalho de canal.{newline}{link} adicionar um.", + "navbar.preferences": "Preferências de Notificação", + "navbar.rename": "Renomear Canal...", + "navbar.setHeader": "Definir Cabeçalho do Canal...", + "navbar.setPurpose": "Definir Propósito do Canal...", + "navbar.toggle1": "Alternar barra lateral", + "navbar.toggle2": "Alternar barra lateral", + "navbar.viewInfo": "Ver Informações", + "navbar.viewPinnedPosts": "Visualizar Postagens Fixadas", + "navbar_dropdown.about": "Sobre o Mattermost", + "navbar_dropdown.accountSettings": "Definições de Conta", + "navbar_dropdown.console": "Console do Sistema", + "navbar_dropdown.create": "Criar uma Nova Equipe", + "navbar_dropdown.emoji": "Emoji Personalizado", + "navbar_dropdown.help": "Ajuda", + "navbar_dropdown.integrations": "Integrações", + "navbar_dropdown.inviteMember": "Convidar Para Equipe", + "navbar_dropdown.join": "Junte-se a Outra Equipe", + "navbar_dropdown.leave": "Sair da Equipe", + "navbar_dropdown.logout": "Logout", + "navbar_dropdown.manageMembers": "Gerenciar Membros", + "navbar_dropdown.nativeApps": "Download Aplicativos", + "navbar_dropdown.report": "Relatar um Problema", + "navbar_dropdown.switchTeam": "Alternar para {team}", + "navbar_dropdown.switchTo": "Alternar para ", + "navbar_dropdown.teamLink": "Obter Link de Convite de Equipe", + "navbar_dropdown.teamSettings": "Configurações da Equipe", + "navbar_dropdown.viewMembers": "Ver Membros", + "notification.dm": "Mensagem Direta", + "passwordRequirements": "Requerimentos de Senha:", + "password_form.change": "Alterar minha senha", + "password_form.click": "Clique aqui para logar.", + "password_form.enter": "Entre a nova senha para o sua conta {siteName}.", + "password_form.error": "Por favor, insira pelo menos {chars} caracteres.", + "password_form.pwd": "Senha", + "password_form.title": "Resetar Senha", + "password_form.update": "Sua senha foi atualizada com sucesso.", + "password_send.checkInbox": "Por favor verifique sua caixa de entrada.", + "password_send.description": "Para resetar sua senha, entre o endereço de email que você usou para se inscrever", + "password_send.email": "E-mail", + "password_send.error": "Por favor entre um endereço de e-mail válido.", + "password_send.link": "Se a conta existir, um e-mail de redefinição de senha será enviado para:
    {email}

    ", + "password_send.reset": "Resetar minha senha", + "password_send.title": "Resetar Senha", + "pdf_preview.max_pages": "Download para ler mais páginas", + "pending_post_actions.cancel": "Cancelar", + "pending_post_actions.retry": "Tentar novamente", + "permalink.error.access": "O permalink pertence a uma mensagem deletada ou a um canal o qual você não tem acesso.", + "post_attachment.collapse": "Mostrar menos...", + "post_attachment.more": "Mostrar mais...", + "post_body.commentedOn": "Comentário da mensagem de {name}: ", + "post_body.deleted": "(mensagem deletada)", + "post_body.plusMore": " mais {count} outros arquivos", + "post_body.plusOne": " mais 1 outro arquivo", + "post_delete.notPosted": "Comentário não pode ser postado", + "post_delete.okay": "Ok", + "post_delete.someone": "Alguém deletou a mensagem no qual você tentou postar um comentário.", + "post_focus_view.beginning": "Início do Canal de Arquivos", + "post_info.del": "Deletar", + "post_info.edit": "Editar", + "post_info.mobile.flag": "Marcar", + "post_info.mobile.unflag": "Desmarcar", + "post_info.permalink": "Permalink", + "post_info.pin": "Fixar no canal", + "post_info.pinned": "Fixado", + "post_info.reply": "Responder", + "post_info.system": "Sistema", + "post_info.unpin": "Desafixar do canal", + "post_message_view.edited": "(editado)", + "posts_view.loadMore": "Carregar mais mensagens", + "posts_view.newMsg": "Novas Mensagens", + "posts_view.newMsgBelow": "{count} {count, plural, one {nova mensagem} other {novas mensagens}} abaixo", + "reaction.clickToAdd": "(clique para adicionar)", + "reaction.clickToRemove": "(clique para remover)", + "reaction.othersReacted": "{otherUsers, number} {otherUsers, plural, one {usuário} other {usuários}}", + "reaction.reacted": "{users} {reactionVerb} com {emoji}", + "reaction.reactionVerb.user": "reagiu", + "reaction.reactionVerb.users": "reagiu", + "reaction.reactionVerb.you": "reagiu", + "reaction.reactionVerb.youAndUsers": "reagiu", + "reaction.usersAndOthersReacted": "{users} e {otherUsers, number} {otherUsers, plural, one {outro usuário} other {outros usuários}}", + "reaction.usersReacted": "{users} e {lastUser}", + "reaction.you": "Você", + "removed_channel.channelName": "o canal", + "removed_channel.from": "Removido de ", + "removed_channel.okay": "Ok", + "removed_channel.remover": "{remover} removido você do {channel}", + "removed_channel.someone": "Alguém", + "rename_channel.cancel": "Cancelar", + "rename_channel.defaultError": " - Não pode ser alterado para o canal padrão", + "rename_channel.displayName": "Nome De Exibição", + "rename_channel.displayNameHolder": "Insira o nome de exibição", + "rename_channel.handleHolder": "caracteres minúsculos alfanuméricos", + "rename_channel.lowercase": "Tem de ser caracteres minúsculos alfanuméricos", + "rename_channel.maxLength": "Este campo deve ser menor do que 22 caracteres", + "rename_channel.required": "Este campo é obrigatório", + "rename_channel.save": "Salvar", + "rename_channel.title": "Renomear Canal", + "rename_channel.url": "URL", + "rhs_comment.comment": "Comentário", + "rhs_comment.del": "Deletar", + "rhs_comment.edit": "Editar", + "rhs_comment.mobile.flag": "Marcar", + "rhs_comment.mobile.unflag": "Desmarcar", + "rhs_comment.permalink": "Permalink", + "rhs_header.backToCallTooltip": "Voltar para Chamada", + "rhs_header.backToFlaggedTooltip": "Voltar para Posts Marcados", + "rhs_header.backToResultsTooltip": "Voltar para os Resultados da Pesquisa", + "rhs_header.closeSidebarTooltip": "Fechar a Barra Lateral", + "rhs_header.closeTooltip": "Fechar a Barra Lateral", + "rhs_header.details": "Detalhes da Mensagem", + "rhs_header.expandSidebarTooltip": "Expandir a Barra Lateral", + "rhs_header.expandTooltip": "Reduzir a Barra Lateral", + "rhs_header.shrinkSidebarTooltip": "Reduzir a Barra Lateral", + "rhs_root.del": "Deletar", + "rhs_root.direct": "Mensagem Direta", + "rhs_root.edit": "Editar", + "rhs_root.mobile.flag": "Marcar", + "rhs_root.mobile.unflag": "Desmarcar", + "rhs_root.permalink": "Permalink", + "rhs_root.pin": "Fixar no canal", + "rhs_root.unpin": "Desafixar do canal", + "search_bar.search": "Procurar", + "search_bar.usage": "

    Opções de Pesquisa

    • Utilize \"aspas\" para pesquisar frases
    • Use from: para encontrar mensagens de usuários específicos e in: para encontrar postagens em canais específicos
    ", + "search_header.results": "Resultados da Pesquisa", + "search_header.title2": "Menções Recentes", + "search_header.title3": "Posts Marcados", + "search_header.title4": "Postagens fixas em {channelDisplayName}", + "search_item.direct": "Mensagem Direta (com {username})", + "search_item.jump": "Pular", + "search_results.because": "
    • Se você está pesquisando uma parte da frase (ex. pesquisando \"rea\", procurando por \"reagir\" ou \"reação\"), acrescente um * ao seu termo de pesquisa
    • Devido ao grande volume de resultados, pesquisas com duas letras e palavras comuns como \"este\", \"um\" e \"é\" não aparecerão nos resultados de pesquisa
    ", + "search_results.noResults": "Nenhum resultado encontrado. Tentar novamente?", + "search_results.usage": "
    • Use \"aspas\" para pesquisar frases
    • Use from: para encontrar mensagens de usuários específicos e in: para encontrar postagens em canais específicos
    ", + "search_results.usageFlag1": "Você não marcou nenhuma mensagem ainda.", + "search_results.usageFlag2": "Você pode marcar uma mensagem e comentários clicando no ", + "search_results.usageFlag3": " ícone próximo a data.", + "search_results.usageFlag4": "As bandeiras são uma forma de marcar as mensagens para segui-la. Suas bandeiras são pessoais, e não podem ser vistas por outros usuários.", + "search_results.usagePin1": "Não existem postagens fixadas.", + "search_results.usagePin2": "Todos os membros deste canal podem fixar mensagens importantes e úteis.", + "search_results.usagePin3": "Mensagens fixadas são visíveis a todos os membros do canal.", + "search_results.usagePin4": "Para fixar uma mensagem: Vá para a mensagem que você quer fixar e clique [...] > \"Fixar no canal\".", + "setting_item_max.cancel": "Cancelar", + "setting_item_max.save": "Salvar", + "setting_item_min.edit": "Editar", + "setting_picture.cancel": "Cancelar", + "setting_picture.help": "Enviar uma imagem do perfil no formato JPG ou PNG, com pelo menos {width}px na largura e {height}px na altura.", + "setting_picture.save": "Salvar", + "setting_picture.select": "Selecionar", + "setting_upload.import": "Importar", + "setting_upload.noFile": "Nenhum arquivo selecionado.", + "setting_upload.select": "Selecione o arquivo", + "sidebar.channels": "Canais", + "sidebar.createChannel": "Criar novo canal", + "sidebar.createGroup": "Criar um novo grupo", + "sidebar.direct": "Mensagens Diretas", + "sidebar.favorite": "Favoritos", + "sidebar.more": "Mais", + "sidebar.moreElips": "Mais...", + "sidebar.otherMembers": "Fora desta equipe", + "sidebar.pg": "Grupos Privados", + "sidebar.removeList": "Remover da lista", + "sidebar.tutorialScreen1": "

    Canais

    Canais organizar conversas em diferentes tópicos. Eles estão abertos a todos em sua equipe. Para enviar comunicações privadas utilize Mensagens Diretas para uma única pessoa ou Grupos Privados para várias pessoas.

    ", + "sidebar.tutorialScreen2": "

    Canais \"{townsquare}\" e \"{offtopic}\"

    Aqui estão dois canais públicos para começar:

    {townsquare} é um lugar comunicação de toda equipe. Todo mundo em sua equipe é um membro deste canal.

    {offtopic} é um lugar para diversão e humor fora dos canais relacionados com o trabalho. Você e sua equipe podem decidir qual outros canais serão criados.

    ", + "sidebar.tutorialScreen3": "

    Criando e participando de Canais

    Clique em \"Mais...\" para criar um novo canal ou participar de um já existente.

    Você também pode criar um novo canal ou grupo privado ao clicar em no símbolo \"+\" ao lado do canal ou grupo privado no cabeçalho.

    ", + "sidebar.unreadAbove": "Post(s) não lidos acima", + "sidebar.unreadBelow": "Post(s) não lidos abaixo", + "sidebar_header.tutorial": "

    Menu Principal

    O Menu Principal é onde você pode Convidar Para Equipe, acessar sua Definição de Conta e ajustar o seu Tema de Cores.

    Administradores de equipe podem também acessar suas Configurações de Equipe a partir deste menu.

    Administradores de Sistema vão encontrar em Console do Sistema opções para administrar todo o sistema.

    ", + "sidebar_right_menu.accountSettings": "Definições de Conta", + "sidebar_right_menu.console": "Console do Sistema", + "sidebar_right_menu.flagged": "Posts Marcados", + "sidebar_right_menu.help": "Ajuda", + "sidebar_right_menu.inviteNew": "Convidar Para Equipe", + "sidebar_right_menu.logout": "Logout", + "sidebar_right_menu.manageMembers": "Gerenciar Membros", + "sidebar_right_menu.nativeApps": "Download Aplicativos", + "sidebar_right_menu.recentMentions": "Menções Recentes", + "sidebar_right_menu.report": "Relatar um Problema", + "sidebar_right_menu.teamLink": "Obter Link de Convite de Equipe", + "sidebar_right_menu.teamSettings": "Configurações da Equipe", + "sidebar_right_menu.viewMembers": "Ver Membros", + "signup.email": "Email e Senha", + "signup.gitlab": "GitLab Single-Sign-On", + "signup.google": "Conta Google", + "signup.ldap": "Credenciais AD/LDAP", + "signup.office365": "Office 365", + "signup.title": "Criar uma conta com:", + "signup_team.createTeam": "Ou Criar uma Equipe", + "signup_team.disabled": "A criação de equipe foi desativada. Por favor, entre em contato com um administrador para o acesso.", + "signup_team.join_open": "Equipes que você pode se juntar: ", + "signup_team.noTeams": "Não existe equipes incluídas no Diretório de Equipe e a criação de equipes foi desativada.", + "signup_team.no_open_teams": "Nenhuma equipe disponível para se juntar. Por favor peça ao administrador por um convite.", + "signup_team.no_open_teams_canCreate": "Nenhuma equipe disponível para se juntar. Por favor crie uma nova equipe ou peça ao administrador por um convite.", + "signup_team.no_teams": "Nenhuma equipe foi criada. Por favor entre em contato com o administrador.", + "signup_team.no_teams_canCreate": "Nenhuma equipe foi criada. Você pode criar uma clicando \"Criar uma nova equipe\".", + "signup_team.none": "Nenhum método de criação da equipe foi habilitado. Por favor, entre em contato com um administrador para o acesso.", + "signup_team_complete.completed": "Você já concluiu o processo de inscrição para este convite ou este convite expirou.", + "signup_team_confirm.checkEmail": "Por favor, verifique seu e-mail: {email}
    Seu e-mail contém um link para configurar a sua equipe", + "signup_team_confirm.title": "Inscrição Completa", + "signup_team_system_console": "Ir para Console do Sistema", + "signup_user_completed.choosePwd": "Escolha sua senha", + "signup_user_completed.chooseUser": "Escolha o seu nome de usuário", + "signup_user_completed.create": "Criar Conta", + "signup_user_completed.emailHelp": "Email valido necessário para inscrição", + "signup_user_completed.emailIs": "Seu endereço de e-mail é {email}. Você irá usar esse endereço para logar no {siteName}.", + "signup_user_completed.expired": "Você já concluiu o processo de inscrição para este convite ou este convite expirou.", + "signup_user_completed.gitlab": "com GitLab", + "signup_user_completed.google": "com Google", + "signup_user_completed.haveAccount": "Já tem uma conta?", + "signup_user_completed.invalid_invite": "O link convite era inválido. Por favor fale com seu Administrador para receber um convite.", + "signup_user_completed.lets": "Vamos criar a sua conta", + "signup_user_completed.no_open_server": "Este servidor não permite inscrições abertas. Por favor fale com seu Administrador para receber um convite.", + "signup_user_completed.none": "Nenhum método de criação de equipe foi habilitado. Por favor, entre em contato com um administrador para o acesso.", + "signup_user_completed.office365": "com Office 365", + "signup_user_completed.onSite": "no {siteName}", + "signup_user_completed.or": "ou", + "signup_user_completed.passwordLength": "Por favor entre no mínimo {min} caracteres", + "signup_user_completed.required": "Este campo é obrigatório", + "signup_user_completed.reserved": "Este nome de usuário é reservado, por favor, escolha um novo.", + "signup_user_completed.signIn": "Clique aqui para fazer login.", + "signup_user_completed.userHelp": "O nome de usuário precisa começar com uma letra, e conter entre {min} e {max} caracteres minúsculos contendo números, letras, e os símbolos '.', '-' e '_'", + "signup_user_completed.usernameLength": "O nome de usuário precisa começar com uma letra, e conter entre {min} e {max} caracteres minúsculos contendo números, letras, e os símbolos '.', '-' e '_'.", + "signup_user_completed.validEmail": "Por favor entre um endereço de e-mail válido", + "signup_user_completed.welcome": "Bem-vindo:", + "signup_user_completed.whatis": "Qual é o seu endereço de e-mail?", + "signup_user_completed.withLdap": "Com suas credenciais AD/LDAP", + "sso_signup.find": "Encontrar minhas equipes", + "sso_signup.gitlab": "Criar uma equipe com uma conta GitLab", + "sso_signup.google": "Criar equipe com a Conta do Google Apps", + "sso_signup.length_error": "O nome deve ser de 3 ou mais caracteres até um máximo de 15", + "sso_signup.teamName": "Entre o nome da nova equipe", + "sso_signup.team_error": "Por favor entre o nome da equipe", + "suggestion.mention.all": "Notifique a todos no canal, use {townsquare} para notificar toda a equipe", + "suggestion.mention.channel": "Notifica todos no canal", + "suggestion.mention.channels": "Meus Canais", + "suggestion.mention.here": "Notifica todos os conectados ao canal", + "suggestion.mention.members": "Membros do Canal", + "suggestion.mention.morechannels": "Outros Canais", + "suggestion.mention.nonmembers": "Não no Canal", + "suggestion.mention.special": "Menções Especiais", + "suggestion.search.private": "Grupos Privados", + "suggestion.search.public": "Canais Públicos", + "team_export_tab.download": "download", + "team_export_tab.export": "Exportar", + "team_export_tab.exportTeam": "Exportar sua equipe", + "team_export_tab.exporting": " Exportando...", + "team_export_tab.ready": " Pronto para ", + "team_export_tab.unable": " Não foi possível exportar: {error}", + "team_import_tab.failure": " Falha na importação: ", + "team_import_tab.import": "Importar", + "team_import_tab.importHelpDocsLink": "documentação", + "team_import_tab.importHelpExportInstructions": "Slack > Configurações de Equipe > Importar/Exportar Dados > Exportar > Iniciar Exportação", + "team_import_tab.importHelpExporterLink": "Exportador Avançado Slack", + "team_import_tab.importHelpLine1": "Importação Slack para Mattermost suporta a importação de mensagens nos canais públicos da sua equipe Slack.", + "team_import_tab.importHelpLine2": "Para importar uma equipe do Slack, vá para {exportInstructions}. Veja {uploadDocsLink} para saber mais.", + "team_import_tab.importHelpLine3": "Para importar postagens com arquivos anexos, veja {slackAdvancedExporterLink} para detalhes.", + "team_import_tab.importSlack": "Importar do Slack (Beta)", + "team_import_tab.importing": " Importando...", + "team_import_tab.successful": " Importado com sucesso: ", + "team_import_tab.summary": "Ver Resumo", + "team_member_modal.close": "Fechar", + "team_member_modal.members": "{team} Membros", + "team_members_dropdown.confirmDemoteDescription": "Se você rebaixar você mesmo de Admin de Sistema e não exista outro usuário como privilegios de Admin de Sistema, você precisa-rá re-inscrever um Admin de Sistema acessando o servidor Mattermost através do terminal e executando o seguinte comando.", + "team_members_dropdown.confirmDemoteRoleTitle": "Confirmar o rebaixamento de Admin Sistema", + "team_members_dropdown.confirmDemotion": "Confirmar Rebaixamento", + "team_members_dropdown.confirmDemotionCmd": "platform roles system_admin {username}", + "team_members_dropdown.inactive": "Inativo", + "team_members_dropdown.leave_team": "Remover da equipe", + "team_members_dropdown.makeActive": "Tornar Ativo", + "team_members_dropdown.makeAdmin": "Tornar Admin de Equipe", + "team_members_dropdown.makeInactive": "Tornar Inativo", + "team_members_dropdown.makeMember": "Tornar Membro", + "team_members_dropdown.member": "Membro", + "team_members_dropdown.systemAdmin": "Admin do Sistema", + "team_members_dropdown.teamAdmin": "Admin Equipe", + "team_settings_modal.exportTab": "Exportar", + "team_settings_modal.generalTab": "Geral", + "team_settings_modal.importTab": "Importar", + "team_settings_modal.title": "Configurações da Equipe", + "team_sidebar.join": "Outras equipes que você pode se juntar.", + "textbox.bold": "**negrito**", + "textbox.edit": "Editar mensagem", + "textbox.help": "Ajuda", + "textbox.inlinecode": "`código`", + "textbox.italic": "_itálico_", + "textbox.preformatted": "```pré-formatado```", + "textbox.preview": "Pré-visualização", + "textbox.quote": ">citar", + "textbox.strike": "tachado", + "tutorial_intro.allSet": "Está tudo pronto", + "tutorial_intro.end": "Clique em “Próximo” para entrar em {channel}. Este é o primeiro canal que sua equipe de trabalho vê quando eles se inscrevem. Use para postar atualizações que todos precisam saber.", + "tutorial_intro.invite": "Convidar pessoas para equipe", + "tutorial_intro.mobileApps": "Instalar os aplicativos {link} para fácil acesso e notificações em movimento.", + "tutorial_intro.mobileAppsLinkText": "PC, Mac, iOS e Android", + "tutorial_intro.next": "Próximo", + "tutorial_intro.screenOne": "

    Bem vindo ao:

    Mattermost

    Toda comunicação da sua equipe em um só lugar, pesquisas instantâneas disponível em qualquer lugar

    Mantenha sua equipe conectada para ajudá-los a conseguir o que mais importa.

    ", + "tutorial_intro.screenTwo": "

    Como Mattermost funciona:

    A comunicação acontece em canais de discussão pública, grupos privados e mensagens diretas.

    Tudo é arquivado e pesquisável a partir de qualquer desktop, laptop ou telefone com suporte a web.

    ", + "tutorial_intro.skip": "Pular o tutorial", + "tutorial_intro.support": "Precisa de alguma coisa, envie um e-mail para nós no ", + "tutorial_intro.teamInvite": "Convidar pessoas para equipe", + "tutorial_intro.whenReady": " quando você estiver pronto.", + "tutorial_tip.next": "Próximo", + "tutorial_tip.ok": "Ok", + "tutorial_tip.out": "Recusar estas dicas.", + "tutorial_tip.seen": "Viu isso antes? ", + "update_command.cancel": "Cancelar", + "update_command.confirm": "Editar Comando Slash", + "update_command.question": "Suas alterações podem fazer parar de funcionar o comando slash existente. Tem a certeza de que pretende atualizá-lo?", + "update_command.update": "Atualizar", + "update_incoming_webhook.update": "Atualizar", + "update_outgoing_webhook.confirm": "Editar Webhooks de Saída", + "update_outgoing_webhook.question": "Suas alterações podem fazer parar de funcionar webhook de saída existente. Tem a certeza de que pretende atualizá-lo?", + "update_outgoing_webhook.update": "Atualizar", + "upload_overlay.info": "Soltar um arquivo para enviá-lo.", + "user.settings.advance.embed_preview": "Para o primeiro link da web em uma mensagem, exiba uma visualização do conteúdo do site abaixo da mensagem, se disponível", + "user.settings.advance.embed_toggle": "Exibir mostrar/esconder para todas as pre-visualizações", + "user.settings.advance.emojipicker": "Enable emoji picker in message input box", + "user.settings.advance.enabledFeatures": "{count, number} {count, plural, one {Recurso} other {Recursos}} Ativado", + "user.settings.advance.formattingDesc": "Se ativado, posts serão formatados para criar links, exibir emoji, estilo de texto e adicionar quebra de linhas. Por padrão é definido como ativado. Mudando está configuração será necessário recarregar a página.", + "user.settings.advance.formattingTitle": "Ativar Formatação de Post", + "user.settings.advance.joinLeaveDesc": "Quando \"Ligado\", Mensagens do Sistema dizendo que um usuário entrou ou saiu de um canal serão visíveis. Quando \"Off\", as Mensagens do Sistema sobre entrada e saída de um canal serão ocultadas. Uma mensagem ainda vai aparecer quando você é adicionado a um canal para que você possa receber uma notificação.", + "user.settings.advance.joinLeaveTitle": "Ativar Mensagens Juntar/Deixar", + "user.settings.advance.markdown_preview": "Mostrar opção pré-visualização markdown na caixa de entrada de mensagens", + "user.settings.advance.off": "Desligado", + "user.settings.advance.on": "Ligado", + "user.settings.advance.preReleaseDesc": "Verifique todos os recursos de pré-lançamento que você gostaria de visualizar. Você também pode precisar atualizar a página antes das configuração terem efeito.", + "user.settings.advance.preReleaseTitle": "Visualizar recursos de pré-lançamento", + "user.settings.advance.sendDesc": "Se habilitado ENTER insere uma nova linha e CTRL+ENTER envia a mensagem.", + "user.settings.advance.sendTitle": "Enviar mensagens com CTRL+ENTER", + "user.settings.advance.slashCmd_autocmp": "Ativar aplicação externa para autocompletar comandos slash", + "user.settings.advance.title": "Configurações Avançadas", + "user.settings.advance.webrtc_preview": "Ativar a capacidade de fazer e receber chamadas WebRTC um-pra-um", + "user.settings.custom_theme.awayIndicator": "Indicador de Afastamento", + "user.settings.custom_theme.buttonBg": "Fundo Botão", + "user.settings.custom_theme.buttonColor": "Texto do Botão", + "user.settings.custom_theme.centerChannelBg": "Fundo Centro Canal", + "user.settings.custom_theme.centerChannelColor": "Canal Central Texto", + "user.settings.custom_theme.centerChannelTitle": "Estilos do Canal Central", + "user.settings.custom_theme.codeTheme": "Código do Tema", + "user.settings.custom_theme.copyPaste": "Copie e cole para compartilhar o tema de cores:", + "user.settings.custom_theme.linkButtonTitle": "Estilos de Links e Botões", + "user.settings.custom_theme.linkColor": "Cor do link", + "user.settings.custom_theme.mentionBj": "Fundo Menção Jewel", + "user.settings.custom_theme.mentionColor": "Menção Texto Jewel", + "user.settings.custom_theme.mentionHighlightBg": "Fundo Menção Realçar", + "user.settings.custom_theme.mentionHighlightLink": "Menção Realçar Link", + "user.settings.custom_theme.newMessageSeparator": "Novo Separador de Mensagem", + "user.settings.custom_theme.onlineIndicator": "Indicador Conectado", + "user.settings.custom_theme.sidebarBg": "Fundo Barra lateral", + "user.settings.custom_theme.sidebarHeaderBg": "Fundo Barra latera Cabeçalho", + "user.settings.custom_theme.sidebarHeaderTextColor": "Barra lateral Texto", + "user.settings.custom_theme.sidebarText": "Texto Barra lateral", + "user.settings.custom_theme.sidebarTextActiveBorder": "Barra lateral Borda Texto Ativo", + "user.settings.custom_theme.sidebarTextActiveColor": "Barra lateral Cor Texto Ativo", + "user.settings.custom_theme.sidebarTextHoverBg": "Fundo Barra lateral Sobre Texto", + "user.settings.custom_theme.sidebarTitle": "Estilos da Barra Lateral", + "user.settings.custom_theme.sidebarUnreadText": "Barra Lateral Texto Não Lido", + "user.settings.display.channelDisplayTitle": "Modo de Exibição do Canal", + "user.settings.display.channeldisplaymode": "Selecione a largura do centro do canal.", + "user.settings.display.clockDisplay": "Exibição do Relógio", + "user.settings.display.collapseDesc": "Defina se as visualizações de links de imagens serão exibidas como expandidas ou recolhidas por padrão. Esta configuração também pode ser controlada usando os comandos slash /expand e /collapse.", + "user.settings.display.collapseDisplay": "Exibição padrão de visualizações de links de imagens", + "user.settings.display.collapseOff": "Recolhido", + "user.settings.display.collapseOn": "Expandido", + "user.settings.display.fixedWidthCentered": "Largura fixa, centralizada", + "user.settings.display.fontDesc": "Selecione a fonte mostrada na interface do usuário no Mattermost.", + "user.settings.display.fontTitle": "Fonte Exibição", + "user.settings.display.fullScreen": "Largura inteira", + "user.settings.display.language": "Idioma", + "user.settings.display.messageDisplayClean": "Padrão", + "user.settings.display.messageDisplayCleanDes": "Fácil de examinar e ler.", + "user.settings.display.messageDisplayCompact": "Compacto", + "user.settings.display.messageDisplayCompactDes": "Ajustar quantas mensagens na tela que puder.", + "user.settings.display.messageDisplayDescription": "Selecione como as mensagens no canal podem ser mostradas.", + "user.settings.display.messageDisplayTitle": "Exibição de Mensagem", + "user.settings.display.militaryClock": "Relógio de 24 horas (exemplo: 16:00)", + "user.settings.display.nameOptsDesc": "Ajustar como mostrar outros nomes de usuários nas postagens e lista de Mensagens Diretas.", + "user.settings.display.normalClock": "Relógio de 12 horas (exemplo: 4:00 PM)", + "user.settings.display.preferTime": "Selecione como você prefere que a hora seja mostrada.", + "user.settings.display.showFullname": "Mostrar primeiro e último nome", + "user.settings.display.showNickname": "Mostras apelidos se um existir, caso contrário mostrar o primeiro e último nome", + "user.settings.display.showUsername": "Mostrar nome de usuário (padrão)", + "user.settings.display.teammateDisplay": "Nome de Exibição da Equipe de Trabalho", + "user.settings.display.theme.applyToAllTeams": "Aplicar novo tema para todas as minhas equipes", + "user.settings.display.theme.customTheme": "Tema Personalizado", + "user.settings.display.theme.describe": "Abrir para gerenciar seu tema", + "user.settings.display.theme.import": "Importar tema de cores do Slack", + "user.settings.display.theme.otherThemes": "Veja outros temas", + "user.settings.display.theme.themeColors": "Tema de Cores", + "user.settings.display.theme.title": "Tema", + "user.settings.display.title": "Configurações de Exibição", + "user.settings.general.checkEmail": "Verifique seu email em {email} para confirmar o endereço.", + "user.settings.general.checkEmailNoAddress": "Verifique seu email para confirmar seu novo endereço", + "user.settings.general.close": "Fechar", + "user.settings.general.confirmEmail": "Confirmar o email", + "user.settings.general.email": "E-mail", + "user.settings.general.emailGitlabCantUpdate": "Login ocorre através do GitLab. Email não pode ser atualizado. Endereço de email utilizado para notificações é {email}.", + "user.settings.general.emailGoogleCantUpdate": "Login ocorre através do Google. Email não pode ser atualizado. Endereço de email utilizado para notificações é {email}.", + "user.settings.general.emailHelp1": "Email é usado para login, notificações, e redefinição de senha. Requer verificação de email se alterado.", + "user.settings.general.emailHelp2": "Email foi desativado pelo seu Administrador de Sistema. Nenhuma notificação por email será enviada até isto ser habilitado.", + "user.settings.general.emailHelp3": "Email é usado para login, notificações e redefinição de senha.", + "user.settings.general.emailHelp4": "Uma verificação por email foi enviada para {email}.", + "user.settings.general.emailLdapCantUpdate": "Login ocorre através de AD/LDAP. Email não pode ser atualizado. Endereço de email utilizado para notificações é {email}.", + "user.settings.general.emailMatch": "Os novos emails que você inseriu não correspondem.", + "user.settings.general.emailOffice365CantUpdate": "Login ocorre através do Office 365. Email não pode ser atualizado. Endereço de email utilizado para notificações é {email}.", + "user.settings.general.emailSamlCantUpdate": "Login ocorre através SAML. Email não pode ser atualizado. Endereço de email utilizado para notificações é {email}.", + "user.settings.general.emailUnchanged": "Seu novo endereço de email é o mesmo do seu endereço de email antigo.", + "user.settings.general.emptyName": "Clique 'Editar' para adicionar seu nome completo", + "user.settings.general.emptyNickname": "Clique 'Editar' para adicionar um apelido", + "user.settings.general.emptyPosition": "Clique 'Editar' para adicionar seu cargo / posição", + "user.settings.general.field_handled_externally": "Este campo é tratada pelo seu provedor de login. Se você quiser mudá-lo, você precisa fazê-lo através de seu provedor de login.", + "user.settings.general.firstName": "Primeiro nome", + "user.settings.general.fullName": "Nome Completo", + "user.settings.general.imageTooLarge": "Não é possível fazer upload da imagem de perfil. O arquivo é muito grande.", + "user.settings.general.imageUpdated": "Imagem última atualização {date}", + "user.settings.general.lastName": "Último Nome", + "user.settings.general.loginGitlab": "Login feito através do GitLab ({email})", + "user.settings.general.loginGoogle": "Login feito através do Google ({email})", + "user.settings.general.loginLdap": "Login feito através de AD/LDAP ({email})", + "user.settings.general.loginOffice365": "Login feito através do Office 365 ({email})", + "user.settings.general.loginSaml": "Login feito através de SAML ({email})", + "user.settings.general.newAddress": "Novo Endereço: {email}
    Verifique seu email para checar o endereço acima.", + "user.settings.general.nickname": "Apelido", + "user.settings.general.nicknameExtra": "Use Apelidos para um nome você pode ser chamado assim, isso é diferente de seu primeiro nome e nome de usuário. Este é mais frequentemente usado quando duas ou mais pessoas têm nomes semelhantes de usuário.", + "user.settings.general.notificationsExtra": "Por padrão, você receberá uma notificação de menção quando alguém digitar seu nome. Vá para definições {notify} para alterar esse padrão.", + "user.settings.general.notificationsLink": "Notificações", + "user.settings.general.position": "Cargo", + "user.settings.general.positionExtra": "Utilize Posição para seu papel ou cargo. Isto será mostrado no seu profile.", + "user.settings.general.primaryEmail": "Email Primário", + "user.settings.general.profilePicture": "Imagem do Perfil", + "user.settings.general.title": "Definições Gerais", + "user.settings.general.uploadImage": "Clique em 'Editar' para enviar uma imagem.", + "user.settings.general.username": "Usuário", + "user.settings.general.usernameInfo": "Coloque alguma coisa fácil para sua equipe reconhecer e relembrar.", + "user.settings.general.usernameReserved": "Este nome de usuário é reservado, por favor escolha um novo.", + "user.settings.general.usernameRestrictions": "O nome de usuário precisa começar com uma letra, e conter entre {min} e {max} caracteres minúsculos contendo números, letras, e os símbolos '.', '-' e '_'.", + "user.settings.general.validEmail": "Por favor entre um endereço de e-mail válido", + "user.settings.general.validImage": "Somente imagens em JPG ou PNG podem ser usadas como imagem do perfil", + "user.settings.import_theme.cancel": "Cancelar", + "user.settings.import_theme.importBody": "Para importar um tema, vá para uma equipe do Slack e procure por “Preferences -> Sidebar Theme”. Abra a opção de tema personalizado, copie os valores das cores do tema e cole-os aqui:", + "user.settings.import_theme.importHeader": "Importar Tema Slack", + "user.settings.import_theme.submit": "Enviar", + "user.settings.import_theme.submitError": "Formato inválido, por favor tente copiar e colar novamente.", + "user.settings.languages.change": "Alterar o idioma da interface", + "user.settings.languages.promote": "Escolha qual idioma Mattermost exibirá a interface do usuário.

    Gostaria de ajudar com as traduções? Junte-se ao Mattermost Translation Server para contribuir.", + "user.settings.mfa.add": "Adicionar MFA para sua conta", + "user.settings.mfa.addHelp": "Adicionando autenticação multi-fator irá tornar sua conta mais segura requisitando um código do seu smartphone a cada vez que você fizer login", + "user.settings.mfa.addHelpQr": "Por favor escaneie o código QR com o aplicativo Google Authenticator no smartphone e preencha com o token fornecido pelo aplicativo. Se você não conseguir escanear o código, você pode manualmente inserir a chave fornecida.", + "user.settings.mfa.enterToken": "Token (somente números)", + "user.settings.mfa.qrCode": "Código de Barra", + "user.settings.mfa.remove": "Remover MFA da sua conta", + "user.settings.mfa.removeHelp": "Remoção da autenticação multi-fator significa que você não vai mais exigir um código de acesso baseado no telefone para fazer login na sua conta.", + "user.settings.mfa.requiredHelp": "Autenticação multi-fator é obrigatória neste servidor. Reset só é recomendado quando você precisa alterar a geração de código para um novo dispositivo. Você será obrigado a configurá-lo novamente imediatamente.", + "user.settings.mfa.reset": "Remover MFA da sua conta", + "user.settings.mfa.secret": "Chave", + "user.settings.mfa.title": "Autenticação Multi-Fator", + "user.settings.modal.advanced": "Avançado", + "user.settings.modal.confirmBtns": "Sim, Descartar", + "user.settings.modal.confirmMsg": "Você tem alterações não salvas, você tem certeza que quer descartar elas?", + "user.settings.modal.confirmTitle": "Descartar alterações?", + "user.settings.modal.display": "Exibição", + "user.settings.modal.general": "Geral", + "user.settings.modal.notifications": "Notificações", + "user.settings.modal.security": "Segurança", + "user.settings.modal.title": "Definições de Conta", + "user.settings.notifications.allActivity": "Para todas as atividades", + "user.settings.notifications.channelWide": "Menções para todo canal \"@channel\", \"@all\"", + "user.settings.notifications.close": "Fechar", + "user.settings.notifications.comments": "Responder notificações", + "user.settings.notifications.commentsAny": "Dispara notificações de mensagens em resposta a tópicos que eu iniciei ou participo", + "user.settings.notifications.commentsInfo": "Além de notificações para quando você for mencionado, selecione se você gostaria de receber notificações sobre respostas de tópicos.", + "user.settings.notifications.commentsNever": "Não disparar notificações para respostas mensagens a menos que eu for mencionado", + "user.settings.notifications.commentsRoot": "Dispara notificações de mensagens em tópicos que eu iniciei", + "user.settings.notifications.desktop": "Enviar notificações de desktop", + "user.settings.notifications.desktop.allFirefoxForever": "Para toda atividade, mostrada indefinidamente", + "user.settings.notifications.desktop.allFirefoxTimed": "Para toda atividade, mostrada por {seconds} segundos", + "user.settings.notifications.desktop.allNoSoundForever": "Para toda atividade, sem som, mostrada indefinidamente", + "user.settings.notifications.desktop.allNoSoundTimed": "Para toda atividade, sem som, mostrada por {seconds} segundos", + "user.settings.notifications.desktop.allSoundForever": "Para toda atividade, com som, mostrada indefinidamente", + "user.settings.notifications.desktop.allSoundTimed": "Para toda atividade, sem som, mostrada por {seconds} segundos", + "user.settings.notifications.desktop.duration": "Duração da notificação", + "user.settings.notifications.desktop.durationInfo": "Define o tempo que as notificações no desktop permanecerão na tela ao usar o Firefox ou o Chrome. As notificações no desktop no Edge e no Safari só podem permanecer na tela por um máximo de 5 segundos.", + "user.settings.notifications.desktop.mentionsFirefoxForever": "Para menções e mensagens diretas, mostrada indefinidamente", + "user.settings.notifications.desktop.mentionsFirefoxTimed": "Para menções e mensagens diretas, mostradas por {seconds} segundos", + "user.settings.notifications.desktop.mentionsNoSoundForever": "Para menções e mensagens diretas, sem som, mostrada indefinidamente", + "user.settings.notifications.desktop.mentionsNoSoundTimed": "Para menções e mensagens diretas, sem som, mostradas por {seconds} segundos", + "user.settings.notifications.desktop.mentionsSoundForever": "Para menções e mensagens diretas, com som, mostrada indefinidamente", + "user.settings.notifications.desktop.mentionsSoundTimed": "Para menções e mensagens diretas, com som, mostrada por {seconds} segundos", + "user.settings.notifications.desktop.seconds": "{seconds} segundos", + "user.settings.notifications.desktop.sound": "Som da notificação", + "user.settings.notifications.desktop.title": "Notificação no desktop", + "user.settings.notifications.desktop.unlimited": "Ilimitado", + "user.settings.notifications.desktopSounds": "Som de notificação no desktop", + "user.settings.notifications.email.disabled": "Desativado pelo Administrador do Sistema", + "user.settings.notifications.email.disabled_long": "Email notifications have been disabled by your System Administrator.", + "user.settings.notifications.email.everyHour": "A cada hora", + "user.settings.notifications.email.everyXMinutes": "A cada {count, plural, one {minuto} other {{count, number} minutos}}", + "user.settings.notifications.email.immediately": "Imediatamente", + "user.settings.notifications.email.never": "Nunca", + "user.settings.notifications.email.send": "Enviar notificações por email", + "user.settings.notifications.emailBatchingInfo": "Notificações recebidas dentro do período de tempo selecionado são combinadas e enviadas em um único email.", + "user.settings.notifications.emailInfo": "Notificações de menções e mensagens diretas, são enviadas por e-mail quando você está desconectado ou ausente do {siteName} por mais de 5 minutos.", + "user.settings.notifications.emailNotifications": "Notificações por email", + "user.settings.notifications.header": "Notificações", + "user.settings.notifications.info": "Notificações no desktop estão disponíveis no Edge, Firefox, Safari, Chrome e Mattermost Desktop Apps.", + "user.settings.notifications.mentionsInfo": "As Menções são ativadas quando alguém envia uma mensagem que inclui seu usuário (\"@{username}\") ou qualquer uma das opções selecionadas acima.", + "user.settings.notifications.never": "Nunca", + "user.settings.notifications.noWords": "Nenhuma palavra configurada", + "user.settings.notifications.off": "Desligado", + "user.settings.notifications.on": "Ligado", + "user.settings.notifications.onlyMentions": "Somente para menções e mensagens diretas", + "user.settings.notifications.push": "Notificações push móvel", + "user.settings.notifications.push_notification.status": "Disparar notificações push quando", + "user.settings.notifications.sensitiveName": "Seu primeiro nome sensível a maiúsculas e minúsculas \"{first_name}\"", + "user.settings.notifications.sensitiveUsername": "Seu usuário não sensível a maiúsculas \"{username}\"", + "user.settings.notifications.sensitiveWords": "Outras palavras não sensível a maiúscula, separadas por virgulas:", + "user.settings.notifications.soundConfig": "Por favor configurar sons de notificações nas configurações do seu navegador", + "user.settings.notifications.sounds_info": "Sons para notificações estão disponíveis no IE11, Edge, Safari, Chrome e Mattermost Desktop Apps.", + "user.settings.notifications.teamWide": "Mencionar toda a equipe \"@all\"", + "user.settings.notifications.title": "Configurações de Notificação", + "user.settings.notifications.wordsTrigger": "Palavras que desencadeiam menções", + "user.settings.push_notification.allActivity": "Para todas as atividades", + "user.settings.push_notification.allActivityAway": "Para toda atividade quando ausente ou desconectado", + "user.settings.push_notification.allActivityOffline": "Para toda atividade quando desconectado", + "user.settings.push_notification.allActivityOnline": "Para toda atividade quando conectado, ausente ou desconectado", + "user.settings.push_notification.away": "Ausente ou desconectado", + "user.settings.push_notification.disabled": "Desativado pelo Administrador do Sistema", + "user.settings.push_notification.disabled_long": "Notificações push para dispositivos móveis foram desativados pelo Administrador do Sistema.", + "user.settings.push_notification.info": "Alertas de notificação são enviados para o seu dispositivo móvel quando há atividade no Mattermost.", + "user.settings.push_notification.off": "Desligado", + "user.settings.push_notification.offline": "Desconectado", + "user.settings.push_notification.online": "Conectado, ausente ou desconectado", + "user.settings.push_notification.onlyMentions": "Somente para menções e mensagens diretas", + "user.settings.push_notification.onlyMentionsAway": "Para menções e mensagens diretas quando ausente ou desconectado", + "user.settings.push_notification.onlyMentionsOffline": "Para menções e mensagens diretas quando desconectado", + "user.settings.push_notification.onlyMentionsOnline": "Para menções e mensagens diretas quando conectado, ausente ou desconectado", + "user.settings.push_notification.send": "Enviar notificações push móvel", + "user.settings.push_notification.status": "Disparar notificações push quando", + "user.settings.push_notification.status_info": "Alertas de notificação só são enviados para o seu dispositivo móvel quando seu status conectado corresponder à seleção acima.", + "user.settings.security.active": "Ativo", + "user.settings.security.close": "Fechar", + "user.settings.security.currentPassword": "Senha Atual", + "user.settings.security.currentPasswordError": "Por favor entre sua senha atual.", + "user.settings.security.deauthorize": "Desautorize", + "user.settings.security.emailPwd": "Email e Senha", + "user.settings.security.gitlab": "GitLab", + "user.settings.security.google": "Google", + "user.settings.security.inactive": "Inativo", + "user.settings.security.lastUpdated": "Última atualização {date} {time}", + "user.settings.security.ldap": "AD/LDAP", + "user.settings.security.loginGitlab": "Login feito através do GitLab", + "user.settings.security.loginGoogle": "Login feito através do Google Apps", + "user.settings.security.loginLdap": "Login feito através de AD/LDAP", + "user.settings.security.loginOffice365": "Login feito através do Office 365", + "user.settings.security.loginSaml": "Login feito através do SAML", + "user.settings.security.logoutActiveSessions": "Ver e fazer Logout das Sessões Ativas", + "user.settings.security.method": "Método de Login", + "user.settings.security.newPassword": "Nova Senha", + "user.settings.security.noApps": "Nenhuma Aplicação OAuth 2.0 está autorizada.", + "user.settings.security.oauthApps": "Aplicativos OAuth 2.0", + "user.settings.security.oauthAppsDescription": "Clique 'Editar' para gerenciar sua Aplicação OAuth 2.0", + "user.settings.security.oauthAppsHelp": "Aplicações atuam em seu nome para acessar seus dados com base nas permissões que você conceder.", + "user.settings.security.office365": "Office 365", + "user.settings.security.oneSignin": "Você pode ter somente um método de login por vez. Trocando o método de login será enviado um email de notificação se você alterar com sucesso.", + "user.settings.security.password": "Senha", + "user.settings.security.passwordError": "Sua senha deve conter pelo menos {min} caracteres.", + "user.settings.security.passwordErrorLowercase": "Sua senha deve conter pelo menos {min} caracteres constituídos por pelo menos uma letra minúscula.", + "user.settings.security.passwordErrorLowercaseNumber": "Sua senha deve conter pelo menos {min} caracteres constituídos por pelo menos uma letra minúscula e pelo menos um número.", + "user.settings.security.passwordErrorLowercaseNumberSymbol": "Sua senha deve conter pelo menos {min} caracteres constituídos por pelo menos uma letra minúscula, pelo menos um número, e pelo menos um símbolo (ex. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorLowercaseSymbol": "Sua senha deve conter pelo menos {min} caracteres constituídos por pelo menos uma letra minúscula e pelo menos um símbolo (ex. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorLowercaseUppercase": "Sua senha deve conter pelo menos {min} caracteres constituídos por pelo menos uma letra minúscula e pelo menos uma letra maiúscula.", + "user.settings.security.passwordErrorLowercaseUppercaseNumber": "Sua senha deve conter pelo menos {min} caracteres constituídos por pelo menos uma letra minúscula, pelo menos uma letra maiúscula, e pelo menos um número.", + "user.settings.security.passwordErrorLowercaseUppercaseNumberSymbol": "Sua senha deve conter pelo menos {min} caracteres constituídos por pelo menos uma letra minúscula, pelo menos uma letra maiúscula, pelo menos um número, e pelo menos um símbolo (ex. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorLowercaseUppercaseSymbol": "Sua senha deve conter pelo menos {min} caracteres constituídos por pelo menos uma letra minúscula, pelo menos uma letra maiúscula, e pelo menos um símbolo (ex. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorNumber": "Sua senha deve conter pelo menos {min} caracteres constituídos por pelo menos um número.", + "user.settings.security.passwordErrorNumberSymbol": "Sua senha deve conter pelo menos {min} caracteres constituídos por pelo menos um número e pelo menos um símbolo (ex. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorSymbol": "Sua senha deve conter pelo menos {min} caracteres constituídos por menos um símbolo (ex. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorUppercase": "Sua senha deve conter pelo menos {min} caracteres constituídos por pelo menos uma letra maiúscula.", + "user.settings.security.passwordErrorUppercaseNumber": "Sua senha deve conter pelo menos {min} caracteres constituídos por pelo menos uma letra maiúscula e pelo menos um número.", + "user.settings.security.passwordErrorUppercaseNumberSymbol": "Sua senha deve conter pelo menos {min} caracteres constituídos por pelo menos uma letra maiúscula, pelo menos um número, e pelo menos um símbolo (ex. \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorUppercaseSymbol": "Sua senha deve conter pelo menos {min} caracteres constituídos por pelo menos uma letra maiúscula e pelo menos um símbolo (ex. \"~!@#$%^&*()\").", + "user.settings.security.passwordGitlabCantUpdate": "Login ocorreu através do GitLab. Senha não pode ser atualizada.", + "user.settings.security.passwordGoogleCantUpdate": "Login ocorreu através do Google Apps. Senha não pode ser atualizada.", + "user.settings.security.passwordLdapCantUpdate": "Login ocorreu através de AD/LDAP. Senha não pode ser atualizada.", + "user.settings.security.passwordMatchError": "As novas senhas que você inseriu não correspondem.", + "user.settings.security.passwordMinLength": "Comprimento mínimo inválido, não é possível mostrar pré-visualização.", + "user.settings.security.passwordOffice365CantUpdate": "Login ocorreu através do Office 365. Senha não pode ser atualizada.", + "user.settings.security.passwordSamlCantUpdate": "Este campo é tratada pelo seu provedor de login. Se você quiser mudá-lo, você precisa fazê-lo através de seu provedor de login.", + "user.settings.security.retypePassword": "Digite Novamente a nova Senha", + "user.settings.security.saml": "SAML", + "user.settings.security.switchEmail": "Trocar para usar email e senha", + "user.settings.security.switchGitlab": "Trocar para usar GitLab SSO", + "user.settings.security.switchGoogle": "Trocar para usar Google SSO", + "user.settings.security.switchLdap": "Alternar para usar AD/LDAP", + "user.settings.security.switchOffice365": "Alternar para usar Office 365 SSO", + "user.settings.security.switchSaml": "Trocar para usar SAML SSO", + "user.settings.security.title": "Configurações de Segurança", + "user.settings.security.viewHistory": "Ver Histórico de Acesso", + "user_list.notFound": "Nenhum usuário encontrado", + "user_profile.send.dm": "Enviar Mensagem", + "user_profile.webrtc.call": "Iniciar Video Chamada", + "user_profile.webrtc.offline": "O usuário está desconectado", + "user_profile.webrtc.unavailable": "Nova chamada não disponível até que você termine a chamada existente", + "view_image.loading": "Carregando ", + "view_image_popover.download": "Download", + "view_image_popover.file": "Arquivo {count} de {total}", + "view_image_popover.publicLink": "Obter O Link Público", + "web.footer.about": "Sobre", + "web.footer.help": "Ajuda", + "web.footer.privacy": "Privacidade", + "web.footer.terms": "Termos", + "web.header.back": "Voltar", + "web.header.logout": "Logout", + "web.root.signup_info": "Toda comunicação em um só lugar, pesquisável e acessível em qualquer lugar", + "webrtc.busy": "{username} está ocupado.", + "webrtc.call": "Chamada", + "webrtc.callEnded": "Terminada a chamada com {username}.", + "webrtc.cancel": "Cancelar chamada", + "webrtc.cancelled": "{username} cancelou a chamada.", + "webrtc.declined": "Sua chamada foi recusada por {username}.", + "webrtc.disabled": "{username} está com WebRTC desativado, e não pode receber chamadas. Para ativar o recurso, eles devem ir para Configurações de Conta > Avançado > Visualizar recursos de pré-lançamento e ativar WebRTC.", + "webrtc.failed": "Houve um problema na conexão da vídeo chamada.", + "webrtc.hangup": "Desligar", + "webrtc.header": "Chamada com {username}", + "webrtc.inProgress": "Você tem uma chamada em progresso. Por favor desligue primeiro.", + "webrtc.mediaError": "Não foi possível acessar a câmera ou microfone.", + "webrtc.mute_audio": "Silenciar microfone", + "webrtc.noAnswer": "{username} não está respondendo a chamada.", + "webrtc.notification.answer": "Resposta", + "webrtc.notification.decline": "Recusar", + "webrtc.notification.incoming_call": "{username} está chamando.", + "webrtc.notification.returnToCall": "Retornar a chamada em curso com {username}", + "webrtc.offline": "{username} está desconectado.", + "webrtc.pause_video": "Desligar a câmera", + "webrtc.unmute_audio": "Ligar microfone", + "webrtc.unpause_video": "Ligar a câmera", + "webrtc.unsupported": "O cliente de {username} não suporta vídeo chamadas.", + "youtube_video.notFound": "Vídeo não encontrado" +} diff --git a/assets/base/i18n/ru.json b/assets/base/i18n/ru.json new file mode 100644 index 000000000..0b4dd6e62 --- /dev/null +++ b/assets/base/i18n/ru.json @@ -0,0 +1,2373 @@ +{ + "about.close": "Закрыть", + "about.copyright": "Copyright 2016 Mattermost, Inc. Все права защищены", + "about.database": "База данных:", + "about.date": "Дата сборки:", + "about.enterpriseEditionLearn": "Узнать больше об Enterprise редакции на ", + "about.enterpriseEditionSt": "Современное общение в вашей внутренней сети", + "about.enterpriseEditione1": "Редакция Enterprise", + "about.hash": "Хэш сборки:", + "about.hashee": "Хэш сборки EE:", + "about.licensed": "Лицензия зарегистрирована на:", + "about.number": "Номер сборки:", + "about.teamEditionLearn": "Присоединяйтесь к сообществу Mattermost на ", + "about.teamEditionSt": "Всё общение вашей команды собрано в одном месте, с мгновенным поиском и доступом отовсюду.", + "about.teamEditiont0": "Редакция для команд", + "about.teamEditiont1": "Редакция Enterprise", + "about.title": "О Mattermost", + "about.version": "Версия:", + "access_history.title": "История доступа", + "activity_log.activeSessions": "Активные сеансы", + "activity_log.browser": "Браузер: {browser}", + "activity_log.firstTime": "Первая активность: {date}, {time}", + "activity_log.lastActivity": "Последняя активность: {date}, {time}", + "activity_log.logout": "Выйти", + "activity_log.moreInfo": "Дополнительно", + "activity_log.os": "ОС: {os}", + "activity_log.sessionId": "Идентификатор сессии: {id}", + "activity_log.sessionsDescription": "Сессии создаются когда вы входите через новый браузер на устройстве. Они позволяют использовать Mattermost без необходимости повторного входа на протяжении времени установленого Системным Администратором. Если вы хотите выйти раньше, используйте кнопку 'Выход' ниже, чтобы завершить сессию.", + "activity_log_modal.android": "Android", + "activity_log_modal.androidNativeApp": "Приложение Android", + "activity_log_modal.desktop": "Нативное приложение для настольного ПК", + "activity_log_modal.iphoneNativeApp": "Приложение для iPhone", + "add_command.autocomplete": "Автодополнение", + "add_command.autocomplete.help": "(Необязательно) Показывать слэш-команду в списке автодополнения.", + "add_command.autocompleteDescription": "Описание для автодополнения", + "add_command.autocompleteDescription.help": "(Необязательно) Короткое описание слэш-команды для списка автодополнения.", + "add_command.autocompleteDescription.placeholder": "Пример: \"Возвращает результаты поиска по записям пациентов\"", + "add_command.autocompleteHint": "Подсказка для автодополнения", + "add_command.autocompleteHint.help": "(Необязательно) Аргументы слэш-команды, показываемые как подсказка в списке автодополнения.", + "add_command.autocompleteHint.placeholder": "Пример: [Имя пациента]", + "add_command.cancel": "Отмена", + "add_command.description": "Описание", + "add_command.description.help": "Описание входящего вебхука.", + "add_command.displayName": "Отображаемое имя", + "add_command.displayName.help": "Отображаемое имя слэш-команды длиной до 64 символов.", + "add_command.doneHelp": "Ваша slash-команда настроена. Следующий токен будет отправлен с полезной нагрузкой в исходящем запросе. Пожалуйста, используйте этот токен для проверки запроса от вашей команды в Mattermost (см. документацию для получения дополнительной информации).", + "add_command.iconUrl": "Иконка ответа", + "add_command.iconUrl.help": "(Необязательно) Выберите иконку для отображения вместо картинки профиля в ответах на эту слэш-команду. Введите URL .png или .jpg файла, разрешением минимум 128 на 128 пикселей.", + "add_command.iconUrl.placeholder": "https://www.example.com/myicon.png", + "add_command.method": "Метод запроса", + "add_command.method.get": "GET", + "add_command.method.help": "Метод, которым будет произведен запрос к URL.", + "add_command.method.post": "POST", + "add_command.save": "Сохранить", + "add_command.token": "Токен: {token}", + "add_command.trigger": "Ключевое слово", + "add_command.trigger.help": "Ключевое слово должно быть уникальным и не может ни начинаться со слэша, ни содержать пробелы.", + "add_command.trigger.helpExamples": "Пример: клиент, сотрудник, пациент, погода", + "add_command.trigger.helpReserved": "Зарезервировано: {link}", + "add_command.trigger.helpReservedLinkText": "смотрите список встроенных слэш-команд", + "add_command.trigger.placeholder": "Ключевое слово, например \"привет\"", + "add_command.triggerInvalidLength": "Ключевое слово должно содержать от {min} до {max} символов", + "add_command.triggerInvalidSlash": "Ключевое слово не может начинаться с /", + "add_command.triggerInvalidSpace": "Ключевое слово не может содержать пробелы", + "add_command.triggerRequired": "Необходимо ввести ключевое слово", + "add_command.url": "URL запроса", + "add_command.url.help": "URL, который будет запрошен методом HTTP POST или GET при использовании слэш-команды.", + "add_command.url.placeholder": "Адрес должен начинаться с http:// или https://", + "add_command.urlRequired": "Необходимо указать URL запроса", + "add_command.username": "Имя пользователя для ответа", + "add_command.username.help": "(Необязательно) Выберите имя пользователя для ответов для этой слэш-команды. Имя пользователя должно содержать не более 22 символов, состоящих из букв в нижнем регистре, цифр, символов \"-\", \"_\", и \".\" .", + "add_command.username.placeholder": "Имя пользователя", + "add_emoji.cancel": "Отменить", + "add_emoji.header": "Добавить", + "add_emoji.image": "Изображение", + "add_emoji.image.button": "Выбрать", + "add_emoji.image.help": "Выберите изображение для вашего эмодзи. Изображение может быть в формате gif, png или jpeg и не должно превышать размера в 1 МБ. Изображение автоматически изменится в размере до 128 на 128 пикселей с сохранением пропорций.", + "add_emoji.imageRequired": "Требуется изображение для смайлика", + "add_emoji.name": "Имя", + "add_emoji.name.help": "Выберите имя для смайлика, длиной до 64 символов, используя буквы, цифры и символы '-' и '_'.", + "add_emoji.nameInvalid": "Имя смайлика может содержать только цифры, буквы и символы '-' и '_'.", + "add_emoji.nameRequired": "Требуется изображение для смайлика", + "add_emoji.nameTaken": "Это имя уже занято. Пожалуйста, выберите другое.", + "add_emoji.preview": "Предварительный просмотр", + "add_emoji.preview.sentence": "Это предложение с {image} в нем.", + "add_emoji.save": "Сохранить", + "add_incoming_webhook.cancel": "Отмена", + "add_incoming_webhook.channel": "Канал", + "add_incoming_webhook.channel.help": "Публичный канал или приватная группа, которая будет получать содержимое вебхука. Вы должны состоять в приватной группе, чтобы выбрать её.", + "add_incoming_webhook.channelRequired": "Необходим действующий канал", + "add_incoming_webhook.description": "Описание", + "add_incoming_webhook.description.help": "Описание входящего вебхука.", + "add_incoming_webhook.displayName": "Отображаемое имя", + "add_incoming_webhook.displayName.help": "Имя вебхука длиной до 64 символов.", + "add_incoming_webhook.doneHelp": "Входящий вебхук был установлен. Пожалуйста отправляйте данные на этот URL (смотрите документацию для получения подробностей).", + "add_incoming_webhook.name": "Имя", + "add_incoming_webhook.save": "Сохранить", + "add_incoming_webhook.url": "URL: {url}", + "add_oauth_app.callbackUrls.help": "URI, на который будет совершено перенаправление после подтверждения или отклонения авторизации приложения, и который должен обработать код авторизации или токен доступа. Должен быть правильным URL и начинаться с http:// или https://.", + "add_oauth_app.callbackUrlsRequired": "Требуется хотя бы один URL для обратного вызова", + "add_oauth_app.clientId": "ID клиента:{id}", + "add_oauth_app.clientSecret": "Секрет клиента: {secret}", + "add_oauth_app.description.help": "Описание приложения OAuth 2.0.", + "add_oauth_app.descriptionRequired": "Описание приложения OAuth 2.0 должно быть заполнено.", + "add_oauth_app.doneHelp": "Ваше приложение OAuth 2.0 установлено. При запросе авторизации вашего приложение используйте следующие Client ID и Client Secret (смотрите документацию для подробностей).", + "add_oauth_app.doneUrlHelp": "Следующая информация - это ваши разрешенные URL-адреса для перенаправления.", + "add_oauth_app.header": "Добавить", + "add_oauth_app.homepage.help": "URL домашней страницы приложения OAuth 2.0. Убедитесь, что URL использует схему HTTP или HTTPS, соответствующую настройкам сервера.", + "add_oauth_app.homepageRequired": "Домашняя страница приложения OAuth 2.0 должна быть указана.", + "add_oauth_app.icon.help": "(Необязательно) URL изображения для приложения OAuth 2.0. Убедитесь, что URL использует схему HTTP или HTTPS, соответствующую настройкам сервера.", + "add_oauth_app.name.help": "Отображаемое имя приложения OAuth 2.0 длиной до 64 символов.", + "add_oauth_app.nameRequired": "Имя приложения OAuth 2.0 должно быть указано.", + "add_oauth_app.trusted.help": "Если выбрано, приложение OAuth 2.0 будет считаться доверенным и Mattermost не будет требовать подтверждения от пользователя. Иначе, в дополнительном окне пользователю будет предложено подтвердить или отклонить авторизацию.", + "add_oauth_app.url": "URL ссылка(-и): {url}", + "add_outgoing_webhook.callbackUrls": "URL обратного вызова (по одному на строку)", + "add_outgoing_webhook.callbackUrls.help": "URL, на который будут отправляться сообщения.", + "add_outgoing_webhook.callbackUrlsRequired": "Требуется хотя бы один URL обратного вызова", + "add_outgoing_webhook.cancel": "Отмена", + "add_outgoing_webhook.channel": "Канал", + "add_outgoing_webhook.channel.help": "Публичный канал, из которого будет получаться содержимое вебхука. Можно не указывать, если задано хотя бы одно Ключевое Слово.", + "add_outgoing_webhook.contentType.help1": "Выберите тип содержимого, с которым будет отправлен ответ.", + "add_outgoing_webhook.contentType.help2": "Если выбран тип application/x-www-form-urlencoded, сервер предполагает, что вы сами закодируете параметры в формат URL.", + "add_outgoing_webhook.contentType.help3": "Если выбран тип application/json, сервер предполагает, что вы отправляете JSON данные.", + "add_outgoing_webhook.content_Type": "Тип содержимого", + "add_outgoing_webhook.description": "Описание", + "add_outgoing_webhook.description.help": "Описание исходящего вебхука.", + "add_outgoing_webhook.displayName": "Отображаемое имя", + "add_outgoing_webhook.displayName.help": "Имя вебхука длиной до 64 символов.", + "add_outgoing_webhook.doneHelp": "Исходящий вебхук установлен. Следующий токен должен быть отправлен в заголовке. Пожалуйста, используйте его для проверки запроса от вашей команды (смотрите документацию для подробностей).", + "add_outgoing_webhook.name": "Имя", + "add_outgoing_webhook.save": "Сохранить", + "add_outgoing_webhook.token": "Токен: {token}", + "add_outgoing_webhook.triggerWords": "Ключевые слова (по одному на строку)", + "add_outgoing_webhook.triggerWords.help": "Сообщение, начинающееся с указанного слова, будет вызывать отправку вебхука. Можно не указывать, если выбран Канал.", + "add_outgoing_webhook.triggerWordsOrChannelRequired": "Необходим действующий канал или список ключевых слов", + "add_outgoing_webhook.triggerWordsTriggerWhen": "Условие срабатывания", + "add_outgoing_webhook.triggerWordsTriggerWhen.help": "Выберите, будет ли вебхук отправлен только если первое слово точно совпадает с ключевым словом или если оно хотя бы начинается с него.", + "add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "Первое слово соответствует слову события полностью", + "add_outgoing_webhook.triggerWordsTriggerWhenStartsWith": "Первое слово начинается со слова триггера", + "admin.advance.cluster": "Высокая доступность (Beta)", + "admin.advance.metrics": "Мониторинг производительности (бета)", + "admin.audits.reload": "Перезагрузить логи активности пользователя", + "admin.audits.title": "Логи активности пользователя", + "admin.authentication.email": "Аутентификация по Email", + "admin.authentication.gitlab": "GitLab", + "admin.authentication.ldap": "AD/LDAP", + "admin.authentication.oauth": "OAuth 2.0", + "admin.authentication.saml": "SAML", + "admin.banner.heading": "Заметка:", + "admin.cluster.enableDescription": "Если включено, Mattermost запустится в режиме высокой доступности. Пожалуйста, обратитесь к документациидля получения сведений по настройкам режима High Availability.", + "admin.cluster.enableTitle": "Включить режим высокой доступности:", + "admin.cluster.interNodeListenAddressDesc": "Адрес интерфейса, используемого для связи с другими серверами.", + "admin.cluster.interNodeListenAddressEx": "Например: \":8075\"", + "admin.cluster.interNodeListenAddressTitle": "Адрес межузлового прослушивания:", + "admin.cluster.interNodeUrlsDesc": "Внутренние/частные адреса всех серверов Mattermost, разделенные точкой.", + "admin.cluster.interNodeUrlsEx": "Например: \"http://10.10.10.30, http://10.10.10.31\"", + "admin.cluster.interNodeUrlsTitle": "Межузловые URL:", + "admin.cluster.loadedFrom": "Конфигурационный файл был загружен с узла с идентификатором {clusterId}. Пожалуйста, обратитесь к руководству по разрешению проблем в нашей документации, если вы открываете системную консоль через балансировщик нагрузки и испытываете проблемы.", + "admin.cluster.noteDescription": "Изменение свойств в этой секции потребует перезапуска сервера для активации настроек. Когда режим Высокой доступности включен, Системная консоль устанавливается в режим только для чтения и может быть изменена через файл конфигурации.", + "admin.cluster.should_not_change": "ВНИМАНИЕ: Эти настройки могут не синхронизироваться с остальными серверами в кластере. Межузловая связь высокой доступности не запустится, пока вы не сделаете config.json одинаковым на всех серверах и не перезапустите Mattermost. Пожалуйста, обратитесь к документации, чтобы узнать, как добавить или удалить сервер из кластера. Если вы открываете системную консоль через балансировщик нагрузки и испытываете проблемы, пожалуйста, смотрите руководство по разрешению проблем в нашей документации.", + "admin.cluster.status_table.config_hash": "MD5-хеш файла конфигурации", + "admin.cluster.status_table.hostname": "Имя сервера", + "admin.cluster.status_table.id": "ID узла", + "admin.cluster.status_table.reload": " Перезагрузка состояния кластера", + "admin.cluster.status_table.status": "Состояние", + "admin.cluster.status_table.url": "Межузловой URL", + "admin.cluster.status_table.version": "Версия", + "admin.compliance.directoryDescription": "Каталог в который сохраняются отчеты о соответствии. Если пусто, - сохраняются в ./data/.", + "admin.compliance.directoryExample": "Например: \"./data/\"", + "admin.compliance.directoryTitle": "Каталог отчетов о соответствии:", + "admin.compliance.enableDailyDesc": "Когда истина, Mattermost будет производить ежедневные комплаенс-отчеты.", + "admin.compliance.enableDailyTitle": "Включить ежедневный отчет:", + "admin.compliance.enableDesc": "Если включено, Mattermost разрешает отчеты о соответствии из вкладки Соответствие и Аудит. Смотрите документацию, чтобы узнать больше.", + "admin.compliance.enableTitle": "Разрешить отчеты о соответствии:", + "admin.compliance.false": "выключены", + "admin.compliance.noLicense": "

    Примечание:

    Соответствие – это корпоративная возможность. Ваша текущая лицензия не поддерживает соответствие. Нажмите здесь для получения информации о корпоративном лицензировании и о ценах.

    ", + "admin.compliance.save": "Сохранить", + "admin.compliance.saving": "Сохранение конфигурации...", + "admin.compliance.title": "Настройки комплаенса", + "admin.compliance.true": "включено", + "admin.compliance_reports.desc": "Имя задачи:", + "admin.compliance_reports.desc_placeholder": "Напр.: \"Аудит 445 для кадровой службы\"", + "admin.compliance_reports.emails": "Адреса электронной почты:", + "admin.compliance_reports.emails_placeholder": "Пример: \"vova@company.ru, peter@company.ua\"", + "admin.compliance_reports.from": "От:", + "admin.compliance_reports.from_placeholder": "Пример: \"2016-03-11\"", + "admin.compliance_reports.keywords": "Ключеные слова:", + "admin.compliance_reports.keywords_placeholder": "Напр.: \"премии производительность\"", + "admin.compliance_reports.reload": "Перезагрузка Отчетов о Соответствии завершена", + "admin.compliance_reports.run": "Запуск Отчета о Соответствии", + "admin.compliance_reports.title": "Комплаенс отчеты", + "admin.compliance_reports.to": "Кому:", + "admin.compliance_reports.to_placeholder": "Пример: \"2016-03-15\"", + "admin.compliance_table.desc": "Описание", + "admin.compliance_table.download": "Скачать", + "admin.compliance_table.params": "Параметры", + "admin.compliance_table.records": "Записи", + "admin.compliance_table.status": "Статус", + "admin.compliance_table.timestamp": "Временная метка", + "admin.compliance_table.type": "Тип", + "admin.compliance_table.userId": "Запрошено", + "admin.connectionSecurityNone": "Нет", + "admin.connectionSecurityNoneDescription": "Mattermost будет подключаться по незащищенному соединению.", + "admin.connectionSecurityPlain": "PLAIN", + "admin.connectionSecurityPlainDescription": "Mattermost будет подключаться и аутентифицироваться по незащищенному соединению.", + "admin.connectionSecurityStart": "STARTTLS", + "admin.connectionSecurityStartDescription": "Берёт существующее незащищенное соединение и пытается улучшить его до безопасного, используя TLS.", + "admin.connectionSecurityTest": "Проверка подключения", + "admin.connectionSecurityTitle": "Безопасность соединения:", + "admin.connectionSecurityTls": "TLS", + "admin.connectionSecurityTlsDescription": "Шифровать соединение между Mattermost и вашим сервером.", + "admin.customization.androidAppDownloadLinkDesc": "Добавляет ссылку для скачивания приложения для Android. Пользователям, которые посещают сайт через мобильный браузер, на специальной странице будет предложена возможность скачать приложение. Оставьте это поле пустым, чтобы предотвратить появление этой страницы.", + "admin.customization.androidAppDownloadLinkTitle": "Ссылка на страницу загрузки приложения для Android:", + "admin.customization.appDownloadLinkDesc": "Добавляет ссылку на страницу скачивания приложений Mattermost. Когда ссылка присутствует, опция \"Скачать приложения Mattermost\" будет добавлена в главное меню, с тем чтобы пользователи смогли найти страницу загрузки. Оставьте это поле пустым, чтобы скрыть эту опцию из главного меню.", + "admin.customization.appDownloadLinkTitle": "Ссылка на страницу загрузки приложений Mattermost:", + "admin.customization.customBrand": "Произвольный брендинг", + "admin.customization.customEmoji": "Пользовательские смайлы", + "admin.customization.enableCustomEmojiDesc": "Разрешите пользователя создавать Специальные Эмодзи для использования в сообщениях. После разрешения, настройки Специальных Эмодзи могут быть доступны в разделе Команда, нажатием на три точки над боковой панелью и выбором \"Специальные Эмодзи\".", + "admin.customization.enableCustomEmojiTitle": "Включить пользовательские смайлы:", + "admin.customization.enableLinkPreviewsDesc": "Enable users to display a preview of website content below the message, if available. When true, website previews can be enabled from Account Settings > Advanced > Preview pre-release features.", + "admin.customization.enableLinkPreviewsTitle": "Enable Link Previews:", + "admin.customization.iosAppDownloadLinkDesc": "Добавляет ссылку для скачивания приложения для IOS. Пользователям, которые посещают сайт через мобильный браузер, на специальной странице будет предложена возможность скачать приложение. Оставьте это поле пустым, чтобы предотвратить появление этой страницы.", + "admin.customization.iosAppDownloadLinkTitle": "Ссылка на страницу загрузки приложения для iOS:", + "admin.customization.linkPreviews": "Предварительный просмотр ссылок", + "admin.customization.nativeAppLinks": "Ссылки на приложения Mattermost", + "admin.customization.restrictCustomEmojiCreationAdmin": "Разрешите администраторам системы и команд создавать собственные смайлики", + "admin.customization.restrictCustomEmojiCreationAll": "Разрешить каждому создавать пользовательские смайлы", + "admin.customization.restrictCustomEmojiCreationDesc": "Запретить создание собственных смайликов некоторым пользователям.", + "admin.customization.restrictCustomEmojiCreationSystemAdmin": "Создавать собственные смайлики разрешено только системным администраторам", + "admin.customization.restrictCustomEmojiCreationTitle": "Запретить создание пользовательских смайлов:", + "admin.customization.support": "Право и поддержка", + "admin.database.title": "Настройки базы данных", + "admin.developer.title": "Настройки разработчика", + "admin.email.agreeHPNS": " Я понимаю и принимаю Условия использования и Политику конфиденциальности Mattermost Hosted Push Notification Service.", + "admin.email.allowEmailSignInDescription": "Если выбрано, Mattermost разрешает пользователям входить используя их емайл и пароль.", + "admin.email.allowEmailSignInTitle": "Разрешить вход с помощью электронной почты: ", + "admin.email.allowSignupDescription": "Если истина, Mattermost разрешает создание команд и регистрацию учетных записей с использованием электронной почты и пароля. Это значение должно быть ложным, только если вы хотите ограничить способы регистрации исключительно службами единого входа, такими как OAuth и AD/LDAP.", + "admin.email.allowSignupTitle": "Разрешить создание аккаунта с помощью электронной почты: ", + "admin.email.allowUsernameSignInDescription": "Если выбрано, Mattermost разрешает пользователям входить используя их имя и пароль. Эта настройка обычно используется только когда отключена проверка по эл. почте.", + "admin.email.allowUsernameSignInTitle": "Разрешить вход с помощью имени пользователя: ", + "admin.email.connectionSecurityTest": "Проверка подключения", + "admin.email.easHelp": "Узнать больше о компиляции и развёртывании ваших собственных мобильных приложений здесь Enterprise App Store.", + "admin.email.emailFail": "Соединение завершено неудачей: {error}", + "admin.email.emailSuccess": "При отправке письма не замечено никаких ошибок. Пожалуйста, проверьте свою входящую почту, чтобы убедиться.", + "admin.email.enableEmailBatching.clusterEnabled": "Почтовые объединения нельзя использовать в режиме высокой доступности.", + "admin.email.enableEmailBatching.siteURL": "Почтовые объединения не могут быть включены, сначала нужно настроить URL сайта в Настройки > SiteURL.", + "admin.email.enableEmailBatchingDesc": "Когда включено, пользователи могут получать уведомления о нескольких личных сообщениях и упоминаниях, объединённые в одно письмо (настраивается в Параметры аккаунта > Уведомления).", + "admin.email.enableEmailBatchingTitle": "Включить почтовые объединения:", + "admin.email.fullPushNotification": "Послать полный фрагмент сообщения", + "admin.email.genericPushNotification": "Отправить общее описание с именами пользователей и каналов", + "admin.email.inviteSaltDescription": "32-символа \"соли\" для подписи приглашений по эл. почте. При установке создается случайная \"соль\". Нажмите \"Перегенерировать\" чтобы создать новую.", + "admin.email.inviteSaltExample": "Например: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.inviteSaltTitle": "\"Соль\" для почтового приглашения:", + "admin.email.mhpns": "Используйте шифрованное, качественное HPNS соединение с iOS и Android приложениями", + "admin.email.mhpnsHelp": "Загрузить Mattermost из iTunes. Загрузить Mattermost из Google Play. Узнать больше о HPNS.", + "admin.email.mtpns": "Используйте iOS и Android приложения из iTunes и Google Play с TPNS", + "admin.email.mtpnsHelp": "Загрузить Mattermost из iTunes. Загрузить Mattermost из Google Play. Узнать больше о TPNS.", + "admin.email.nofificationOrganizationExample": "Например: \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", + "admin.email.notificationDisplayDescription": "Отображаемое имя пользователя учётной записи электронной почты от которого происходит отправка уведомлений Mattermost.", + "admin.email.notificationDisplayExample": "Например: \"Mattermost Notification\", \"System\", \"No-Reply\"", + "admin.email.notificationDisplayTitle": "Отображаемое в уведомлении имя:", + "admin.email.notificationEmailDescription": "Отображаемый адрес электронной почты используемый при отправке уведомления по электронной почте от Mattermost.", + "admin.email.notificationEmailExample": "Например: \"mattermost@yourcompany.com\", \"admin@yourcompany.com\"", + "admin.email.notificationEmailTitle": "Адрес электронной почты для уведомлений:", + "admin.email.notificationOrganization": "Адрес эл. почты в нижнем колонтитуле:", + "admin.email.notificationOrganizationDescription": "Имя и адрес организации отображаемые в уведомлении по эл. почте от Mattermost, например \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\". Если поле оставить пустым имя и адрес организации отображаться не будут.", + "admin.email.notificationOrganizationExample": "Например: \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", + "admin.email.notificationsDescription": "Обычно включают в продуктивной системе. Если включено, Mattermost пытается отправить уведомление по эл. почте. Разработчики могут выключить чтобы уведомления не отправлялись.
    Включение этой настройки удаляет баннер режима предпросмотра (требуется перезайти в систему для применения настроек).", + "admin.email.notificationsTitle": "Включить уведомления по электронной почте: ", + "admin.email.passwordSaltDescription": "32-символа \"соли\" добавлено в письмо сброса пароля. Они случайно сгенерированны при установке. Кликните \"Перегенерировать\" чтобы создать новую \"соль\".", + "admin.email.passwordSaltExample": "Например: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.passwordSaltTitle": "\"Соль\" при сбросе пароля:", + "admin.email.pushContentDesc": "Выбор \"Отправить общее описание с именами пользователей и каналов\" обеспечивает push-уведомления с общими сообщениями, включая имена пользователей и каналов, но без специфических деталей в текстах сообщений.

    Выбор \"Отправить полную вырезку сообщений\" отправляет выборки из сообщений, инициировавших уведомления со специфическими особенностями, и может включать конфиденциальную информацию, отправленную в сообщениях. Если Ваша служба push-уведомлений находится за пределами Вашего брандмауэра, НАСТОЯТЕЛЬНО РЕКОМЕНДУЕМ использовать эту опцию только с https протоколом для шифрования Вашего соединения.", + "admin.email.pushContentTitle": "Содержание push уведомления:", + "admin.email.pushDesc": "Обычно в продуктиве включено. Если включено, Mattermost пытается отправить iOS и Android уведомления сервер уведомлений.", + "admin.email.pushOff": "Не отправлять push-уведомления", + "admin.email.pushOffHelp": "Подробнее в документации можно узнать больше об этой опции.", + "admin.email.pushServerDesc": "Расположение службы push-уведомлений Mattermost, которую Вы можете установить за своим брандмауэром, используя https://github.com/mattermost/push-proxy. Для тестирования Вы можете использовать http://push-test.mattermost.com, который соединяется с демонстрационным приложением для iOS Mattermost из Apple AppStore. Не используйте тестовую службу для постоянного рабочего использования.", + "admin.email.pushServerEx": "Например: \"http://push-test.mattermost.com\"", + "admin.email.pushServerTitle": "Сервер push уведомлений:", + "admin.email.pushTitle": "Включить push-уведомления: ", + "admin.email.requireVerificationDescription": "Если истина, для разрешения входа Mattermost требует подтверждения адреса эл. почты после создания учетной записи. Обычно включается в production-системе. Разработчики могут отключить подтверждение адреса эл. почты для упрощения работы.", + "admin.email.requireVerificationTitle": "Требовать подтверждение адреса электронной почты: ", + "admin.email.selfPush": "Введите адрес сервиса отправки push-уведомлений вручную", + "admin.email.smtpPasswordDescription": " Получите эти данные от администратора, обслуживающего ваш сервер электронной почты.", + "admin.email.smtpPasswordExample": "Например: \"yourpassword\", \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.email.smtpPasswordTitle": "Пароль SMTP Сервера:", + "admin.email.smtpPortDescription": "Порт SMTP сервера.", + "admin.email.smtpPortExample": "Пример: \"25\", \"465\", \"587\"", + "admin.email.smtpPortTitle": "Порт SMTP Сервера:", + "admin.email.smtpServerDescription": "Адрес SMTP сервера.", + "admin.email.smtpServerExample": "Например: \"smtp.yourcompany.com\", \"email-smtp.us-east-1.amazonaws.com\"", + "admin.email.smtpServerTitle": "SMTP Сервер:", + "admin.email.smtpUsernameDescription": " Получите эти сведения от администратора вашего сервера электронной почты.", + "admin.email.smtpUsernameExample": "Например: \"admin@yourcompany.com\", \"AKIADTOVBGERKLCBV\"", + "admin.email.smtpUsernameTitle": "Имя пользователя SMTP:", + "admin.email.testing": "Проверка...", + "admin.false": "нет", + "admin.file_upload.chooseFile": "Выбрать файл", + "admin.file_upload.noFile": "Нет загруженный файлов", + "admin.file_upload.uploadFile": "Загрузить", + "admin.files.images": "Изображения", + "admin.files.storage": "Хранилище", + "admin.general.configuration": "Параметры", + "admin.general.localization": "Локализация", + "admin.general.localization.availableLocalesDescription": "Выберите, какие языки будут доступны пользователям в Настройках учетной записи (оставьте это поле пустым, чтобы сделать доступными все поддерживаемые языки). Если вы вручную добавляете новые языки, Язык клиента по умолчанию должен быть добавлен до сохранения этой настройки.

    Желаете помочь с переводами? Присоединяйтесь к серверу переводов Mattermost, чтобы внести свой вклад.", + "admin.general.localization.availableLocalesNoResults": "Ничего не найдено", + "admin.general.localization.availableLocalesNotPresent": "Язык клиента по умолчанию должен быть включён в список доступных языков", + "admin.general.localization.availableLocalesTitle": "Доступные языки:", + "admin.general.localization.clientLocaleDescription": "Язык по умолчанию для новых пользователей и страниц при первом входе в систему.", + "admin.general.localization.clientLocaleTitle": "Язык клиента по умолчанию:", + "admin.general.localization.serverLocaleDescription": "Язык системных сообщений и лога по умолчанию. Требует перезагрузки сервера прежде чем вступит в силу.", + "admin.general.localization.serverLocaleTitle": "Язык сервера по умолчанию:", + "admin.general.log": "Ведение журнала", + "admin.general.policy": "Policy", + "admin.general.policy.allowEditPostAlways": "Время не указано", + "admin.general.policy.allowEditPostDescription": "Установить политику продолжительности времени после публикации сообщений, в течение которого авторы могут их редактировать", + "admin.general.policy.allowEditPostNever": "Никогда", + "admin.general.policy.allowEditPostTimeLimit": "секунд после публикации", + "admin.general.policy.allowEditPostTitle": "Разрешить пользователям редактировать свои сообщения:", + "admin.general.policy.permissionsAdmin": "Группа и Администраторы системы", + "admin.general.policy.permissionsAll": "Все участники команды", + "admin.general.policy.permissionsAllChannel": "Все участники канала", + "admin.general.policy.permissionsChannelAdmin": "Channel, Team and System Admins", + "admin.general.policy.permissionsDeletePostAdmin": "Администраторы команд и администраторы системы", + "admin.general.policy.permissionsDeletePostAll": "Авторы сообщений могут удалять свои сообщения и администраторы могут удалять любые сообщения", + "admin.general.policy.permissionsDeletePostSystemAdmin": "Администраторы системы", + "admin.general.policy.permissionsSystemAdmin": "Администраторы Системы", + "admin.general.policy.restrictPostDeleteDescription": "Установка правил, кто имеет право удалять сообщения.", + "admin.general.policy.restrictPostDeleteTitle": "Каким пользователям позволять удалять сообщения:", + "admin.general.policy.restrictPrivateChannelCreationDescription": "Установите политики того, кто может создавать приватные группы.", + "admin.general.policy.restrictPrivateChannelCreationTitle": "Включить возможность создания приватных групп для:", + "admin.general.policy.restrictPrivateChannelDeletionCommandLineToolLink": "командная строка", + "admin.general.policy.restrictPrivateChannelDeletionDescription": "Установите политики того, кто может удалять приватные группы. Удалённые каналы могут быть восстановлены из базы данных с помощью {commandLineToolLink}.", + "admin.general.policy.restrictPrivateChannelDeletionTitle": "Включить возможность удаления приватных групп для:", + "admin.general.policy.restrictPrivateChannelManagementDescription": "Задайте политики того, кто может создавать, удалять, переименовывать приватные группы и устанавливать для них заголовок или цель.", + "admin.general.policy.restrictPrivateChannelManagementTitle": "Включить возможность изменения названия приватных групп для:", + "admin.general.policy.restrictPublicChannelCreationDescription": "Установите политики того, кто может создавать публичные каналы.", + "admin.general.policy.restrictPublicChannelCreationTitle": "Включить возможность создания публичных каналов для:", + "admin.general.policy.restrictPublicChannelDeletionCommandLineToolLink": "командная строка", + "admin.general.policy.restrictPublicChannelDeletionDescription": "Установите политики того, кто может удалять публичные каналы. Удалённые каналы могут быть восстановлены из базы данных с помощью {commandLineToolLink}.", + "admin.general.policy.restrictPublicChannelDeletionTitle": "Включить возможность удаления публичных каналов для:", + "admin.general.policy.restrictPublicChannelManagementDescription": "Задайте политики того, кто может создавать, удалять, переименовывать общедоступные каналы и устанавливать для них заголовок или цель.", + "admin.general.policy.restrictPublicChannelManagementTitle": "Включить возможность изменять названия публичных каналов для:", + "admin.general.policy.teamInviteDescription": "Задайте правила того, кто сможет приглашать других в команду, используя опции главного меню Пригласить нового участника для приглашения новых пользователей по электронной почте, или Получить ссылку для приглашения в команду. Если для того, чтобы поделиться ссылкой, была использована опция Получить ссылку для приглашения в команду, вы можете сделать устаревшим код приглашения в Настройках команды > Код приглашения после того, как нужные пользователи присоединятся к команде.", + "admin.general.policy.teamInviteTitle": "Включить отправку приглашения в команды из:", + "admin.general.privacy": "Конфиденциальность", + "admin.general.usersAndTeams": "Пользователи и команды", + "admin.gitab.clientSecretDescription": "Получите это значение с помощью вышеуказанных инструкций для входа в GitLab.", + "admin.gitlab.EnableHtmlDesc": "
    1. Войдите в свою учетную запись на GitLab и пройдите в Настройки профиля -> Приложения.
    2. Введите перенаправляющие URI-адреса \"/login/gitlab/complete\" (пример: http://localhost:8065/login/gitlab/complete) и \"/signup/gitlab/complete\".
    3. Затем используйте поля \"Секретный ключ приложения\" и \"Идентификатор приложения\" из GitLab для заполнения опций ниже.
    4. Заполните URL-адреса конечных точек ниже.
    ", + "admin.gitlab.authDescription": "Введите https:///oauth/authorize (например https://example.com:3000/oauth/authorize). Убедитесь, используете ли вы HTTP или HTTPS в своем URL-адресе в соответствии с настройками своего сервера.", + "admin.gitlab.authExample": "Например: \"https:///oauth/authorize\"", + "admin.gitlab.authTitle": "Конечная точка авторизации:", + "admin.gitlab.clientIdDescription": "Получите это значение с помощью вышеуказанных инструкций для входа в GitLab.", + "admin.gitlab.clientIdExample": "Например: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientIdTitle": "ID приложения:", + "admin.gitlab.clientSecretExample": "Например: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientSecretTitle": "Секретный ключ приложения:", + "admin.gitlab.enableDescription": "Когда включено, Mattermost позволит создавать команды и входить при помощи GitLab OAuth.", + "admin.gitlab.enableTitle": "Включить аутентификацию через GitLab:", + "admin.gitlab.settingsTitle": "Параметры GitLab", + "admin.gitlab.tokenDescription": "Введите https:///oauth/token. Убедитесь, используете ли вы HTTP или HTTPS в своем URL-адресе в соответствии с настройками своего сервера.", + "admin.gitlab.tokenExample": "Например: \"https:///oauth/token\"", + "admin.gitlab.tokenTitle": "Адрес выдачи токена:", + "admin.gitlab.userDescription": "Введите https:///api/v3/user. Убедитесь, используете ли вы HTTP или HTTPS в своем URL-адресе в соответствии с настройками своего сервера.", + "admin.gitlab.userExample": "Например: \"https:///api/v3/user\"", + "admin.gitlab.userTitle": "Конечная точка пользовательского API:", + "admin.google.EnableHtmlDesc": "
    1. Войдите в свою учетную запись Google.
    2. Перейдите к https://console.developers.google.com, нажмите Учетные данные в боковой панели слева и введите \"Mattermost - имя-вашей-компании\" в качестве Названия проекта, затем нажмите Создать.
    3. Нажмите на заголовок окно запроса доступа OAuth и введите \"Mattermost\" в качестве Названия продукта, которое видят пользователи, затем нажмите Сохранить.
    4. Под заголовком Учетные данные нажмите Создать учетные данные, выберите Идентификатор клиента OAuth и выберите Веб приложение.
    5. Под Ограничения и Разрешенные URI перенаправления введите url-вашего-mattermost/signup/google/complete (пример: http://localhost:8065/signup/google/complete). Нажмите Создать.
    6. Вставьте идентификатор клиента и секрет клиента в поля ниже, затем нажмите Сохранить.
    7. Наконец, перейдите в Google+ API и нажмите Включить. Может потребоваться несколько минут для передачи через системы Google.
    ", + "admin.google.authTitle": "Конечная точка авторизации:", + "admin.google.clientIdDescription": "Идентификатор клиента, полученный при регистрации вашего приложения в Google.", + "admin.google.clientIdExample": "Например: \"7602141235235-url0fhs1mayfasbmop5qlfns8dh4.apps.googleusercontent.com\"", + "admin.google.clientIdTitle": "ID клиента:", + "admin.google.clientSecretDescription": "Секрет клиента, полученный при регистрации вашего приложения в Google.", + "admin.google.clientSecretExample": "Например: \"H8sz0Az-dDs2p15-7QzD231\"", + "admin.google.clientSecretTitle": "Клиентский ключ", + "admin.google.tokenTitle": "Конечная точка токена:", + "admin.google.userTitle": "Конечная точка API пользователя:", + "admin.image.amazonS3BucketDescription": "Имя вашей S3 корзины в AWS.", + "admin.image.amazonS3BucketExample": "Например: \"mattermost-media\"", + "admin.image.amazonS3BucketTitle": "Amazon S3 Корзина:", + "admin.image.amazonS3EndpointDescription": "Адрес вашего совместимого хранилища S3 . По умолчанию `s3.amazonaws.com`.", + "admin.image.amazonS3EndpointExample": "Например: \"s3.amazonaws.com\"", + "admin.image.amazonS3EndpointTitle": "Конечная точка Amazon S3:", + "admin.image.amazonS3IdDescription": "Получите эти учетные данные от своего администратора Amazon EC2.", + "admin.image.amazonS3IdExample": "Например: \"AKIADTOVBGERKLCBV\"", + "admin.image.amazonS3IdTitle": "ID ключа доступа Amazon S3:", + "admin.image.amazonS3RegionDescription": "AWS регион, который вы выбрали для создания S3 корзины.", + "admin.image.amazonS3RegionExample": "Например: \"us-east-1\"", + "admin.image.amazonS3RegionTitle": "Регион Amazon S3:", + "admin.image.amazonS3SSLDescription": "Если отключено, будет позволено подключаться к Amazon S3 по незащищённому соединению. По умолчанию используются только защищённые соединения.", + "admin.image.amazonS3SSLTitle": "Включить защищённые соединения с Amazon S3:", + "admin.image.amazonS3SecretDescription": "Получите эти учетные данные от своего администратора Amazon EC2.", + "admin.image.amazonS3SecretExample": "Например: \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.image.amazonS3SecretTitle": "Amazon S3 секретный ключ доступа:", + "admin.image.localDescription": "Директория в которую будут размещаться изображения и файлы. Если не указано, по умолчанию ./data/.", + "admin.image.localExample": "Например: \"./data/\"", + "admin.image.localTitle": "Каталог хранения:", + "admin.image.maxFileSizeDescription": "Максимальный размер файла для отправки в сообщениях. Внимание: Проверьте, что памяти сервера достаточно для этой настройки. Файлы больших размеров увеличивают риск сбоя сервера и неудачных загрузок файлов из-за проблем в подключении к сети.", + "admin.image.maxFileSizeExample": "50", + "admin.image.maxFileSizeTitle": "Максимальный размер файла:", + "admin.image.previewHeightDescription": "Maximum height of preview image (\"0\": Sets to auto-size). Updating this value changes how preview images render in future, but does not change images created in the past.", + "admin.image.previewHeightExample": "Например: \"0\"", + "admin.image.previewHeightTitle": "Высота изображения для предварительного просмотра:", + "admin.image.previewWidthDescription": "Максимальная ширина превью изображения. Обновление этого значения изменит генерацию превью в будущем, но не повлияет на существующие изображения.", + "admin.image.previewWidthExample": "Например: \"1024\"", + "admin.image.previewWidthTitle": "Просмотр изображения:", + "admin.image.profileHeightDescription": "Высота изображения профиля.", + "admin.image.profileHeightExample": "Например: \"0\"", + "admin.image.profileHeightTitle": "Высота изображения профиля:", + "admin.image.profileWidthDescription": "Ширина изображения профиля.", + "admin.image.profileWidthExample": "Например: \"1024\"", + "admin.image.profileWidthTitle": "Ширина изображения профиля:", + "admin.image.publicLinkDescription": "32-символьная соль для подписи ссылок на публичные изображения. Генерируется во время инсталляции. Нажмите \"Перегенерировать\" для генерации новой соли.", + "admin.image.publicLinkExample": "Например: \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.image.publicLinkTitle": "Соль для публичных ссылок:", + "admin.image.shareDescription": "Разрешить пользователям обмениваться общедоступными ссылками на файлы и изображения.", + "admin.image.shareTitle": "Включить публичные ссылки на файлы: ", + "admin.image.storeAmazonS3": "Amazon S3", + "admin.image.storeDescription": "Система хранения, в которой сохраняются приложенные файлы и изображения.

    Выбор \"Amazon S3\" включает поля для ввода ваших учетных данных и деталей хранилища Amazon.

    Выбор \"Локальной файловой системы\" включает поля для указания локального файлового каталога.", + "admin.image.storeLocal": "Локальная файловая система", + "admin.image.storeTitle": "Хранилище файлов:", + "admin.image.thumbHeightDescription": "Высота эскизов загруженных изображений. Обновление этого значения изменит генерацию эскизов в будущем, но не повлияет на существующие изображения.", + "admin.image.thumbHeightExample": "Например: \"100\"", + "admin.image.thumbHeightTitle": "Высота миниатюры вложения:", + "admin.image.thumbWidthDescription": "Ширина эскизов загруженных изображений. Обновление этого значения изменит генерацию эскизов в будущем, но не повлияет на существующие изображения.", + "admin.image.thumbWidthExample": "Например: \"120\"", + "admin.image.thumbWidthTitle": "Ширина миниатюры вложения:", + "admin.integrations.custom": "Пользовательские интеграции", + "admin.integrations.external": "Внешние службы", + "admin.integrations.webrtc": "Mattermost WebRTC", + "admin.ldap.baseDesc": "База поиска (baseDN) — ветка DIT, с которой Mattermost должен начать поиск по пользователям в дереве AD/LDAP.", + "admin.ldap.baseEx": "Например: \"ou=Unit Name,dc=corp,dc=example,dc=com\"", + "admin.ldap.baseTitle": "BaseDN:", + "admin.ldap.bindPwdDesc": "Пароль для пользователя в \"Пользователь для связывания\".", + "admin.ldap.bindPwdTitle": "Пароль для связывания", + "admin.ldap.bindUserDesc": "Имя пользователя, используемое для выполнения поиска в AD/LDAP. Обычно, это должна быть учетная запись, созданная специально для работы с Mattermost. Она должна иметь права, ограниченные чтением части дерева AD/LDAP, указанной в поле BaseDN.", + "admin.ldap.bindUserTitle": "Пользователь для связывания:", + "admin.ldap.emailAttrDesc": "Атрибут AD/LDAP, значение которого будет использоваться для заполнения адресов электронной почты пользователей Mattermost.", + "admin.ldap.emailAttrEx": "Например: \"mail\" or \"userPrincipalName\"", + "admin.ldap.emailAttrTitle": "Атрибут эл.почта:", + "admin.ldap.enableDesc": "Когда активировано, то Mattermost позволяет входить используя AD/LDAP", + "admin.ldap.enableTitle": "Включить вход с помощью AD/LDAP:", + "admin.ldap.firstnameAttrDesc": "(Опционально) Этот атрибут для AD/LDAP сервера который будет использоваться для заполнения имени пользователя в Mattermost. Если он установлен, пользователи не смогут редактировать свои имена т.к. они будут синхронизироваться с LDAP сервером. Если атрибут не заполнен, пользователи смогут изменить их собственные имена в Настройках пользователя.", + "admin.ldap.firstnameAttrEx": "Например: \"givenName\"", + "admin.ldap.firstnameAttrTitle": "Атрибут имени", + "admin.ldap.idAttrDesc": "Атрибут AD/LDAP, который будет использоваться в качестве уникального идентификатора в Mattermost. Укажите атрибут, значение которого не будет меняться, например имя пользователя или его идентификатор. Если значение этого атрибута изменится, в Mattermost будет создана новая учетная запись, не имеющая к старой никакого отношения. Значение этого атрибута используется в поле \"Имя пользователя AD/LDAP\" на странице входа в Mattermost. В большинстве случаев это тот же атрибут, что используется в качестве \"Атрибута имени пользователя\" выше. Если ваша команда обычно использует учетные записи в стиле домен\\\\пользователь для входа в другие сервисы с использованием AD/LDAP, вы можете указать это же значение и здесь для сохранения единообразия.", + "admin.ldap.idAttrEx": "Например: \"sAMAccountName\"", + "admin.ldap.idAttrTitle": "ID атрибут:", + "admin.ldap.lastnameAttrDesc": "(Опционально) Этот атрибут для AD/LDAP сервера который будет использоваться для заполнения фамилии пользователя в Mattermost. Если он установлен, пользователи не смогут редактировать свои фамилии т.к. они будут синхронизироваться с LDAP сервером. Если атрибут не заполнен, пользователи смогут изменить их собственные фамилии в Настройках пользователя.", + "admin.ldap.lastnameAttrEx": "Например: \"sn\"", + "admin.ldap.lastnameAttrTitle": "Атрибут фамилии:", + "admin.ldap.ldap_test_button": "Тест AD/LDAP", + "admin.ldap.loginNameDesc": "Подсказка, которая появляется в поле логина на странице входа. По умолчанию \"Логин AD/LDAP\".", + "admin.ldap.loginNameEx": "Например: \"Имя пользователя AD/LDAP\"", + "admin.ldap.loginNameTitle": "Login Field Name:", + "admin.ldap.maxPageSizeEx": "Например: \"2000\"", + "admin.ldap.maxPageSizeHelpText": "Максимальное количество пользователей, которое Mattermost может запросить с AD/LDAP сервера. 0 отключает ограничение.", + "admin.ldap.maxPageSizeTitle": "Максимальный размер страницы:", + "admin.ldap.nicknameAttrDesc": "(Опционально) Этот атрибут для AD/LDAP сервера который будет использоваться для заполнения прозвища пользователя в Mattermost. Если он установлен, пользователи не смогут редактировать свои прозвища т.к. они будут синхронизироваться с LDAP сервером. Если атрибут не заполнен, пользователи смогут изменить их собственные прозвища в Настройках пользователя.", + "admin.ldap.nicknameAttrEx": "Например: \"nickname\"", + "admin.ldap.nicknameAttrTitle": "Атрибут Никнейм", + "admin.ldap.noLicense": "

    Примечание:

    Поддержка AD/LDAP является расширенным функционалом. Ваша текущая лицензия не поддерживает AD/LDAP. Нажмите здесь для получения информации и цены расширенной лицензии.

    ", + "admin.ldap.portDesc": "Порт, который будет использоваться Mattermost для подключения к серверу AD/LDAP. Значение по умолчанию 389.", + "admin.ldap.portEx": "Например: \"389\"", + "admin.ldap.portTitle": "Порт AD/LDAP:", + "admin.ldap.positionAttrDesc": "(Необязательно) Атрибут на сервере AD/LDAP, который будет использоваться для заполнения поля позиции в Mattermost.", + "admin.ldap.positionAttrEx": "Пример: \"заголовок\"", + "admin.ldap.positionAttrTitle": "Расположение атрибута:", + "admin.ldap.queryDesc": "Значение тайм-аута для запросов к серверу AD/LDAP. Увеличьте, если Вы получаете ошибки при подключении, вызванные медленным сервером AD/LDAP.", + "admin.ldap.queryEx": "Например: \"60\"", + "admin.ldap.queryTitle": "Таймаут запроса (секунды):", + "admin.ldap.serverDesc": "Домен или IP-адрес сервера AD/LDAP.", + "admin.ldap.serverEx": "Например: \"10.0.0.23\"", + "admin.ldap.serverTitle": "Сервер AD/LDAP:", + "admin.ldap.skipCertificateVerification": "Пропустить проверку сертификата:", + "admin.ldap.skipCertificateVerificationDesc": "Пропустить этап верификации сертификата для TLS или STARTTLS соединений. Не рекомендовано для production среды, где TLS обязателен. Только для тестирования.", + "admin.ldap.syncFailure": "Ошибка синхронизации: {error}", + "admin.ldap.syncIntervalHelpText": "Синхронизация обновления пользовательской информации из AD/LDAP с Mattermost. Например, при изменении имени пользователя на сервере AD/LDAP, во время синхронизации произойдет обновление данных в Mattermost. Учетные записи, которые будут удалены или заблокированы на сервере AD/LDAP имеют свои учетные записи Mattermost и они будут переведены в состояние \"Неактивный\", пользовательская сессия при этом будет удалена. Mattermost выполняет синхронизацию через определенный интервал. Например, если введено 60, то Mattermost синхронизируется данные через каждые 60 минут.", + "admin.ldap.syncIntervalTitle": "Интервал синхронизации (в минутах):", + "admin.ldap.syncNowHelpText": "Инициировать синхронизацию AD/LDAP немедленно.", + "admin.ldap.sync_button": "Синхронизировать с AD/LDAP сейчас", + "admin.ldap.testFailure": "Ошибка теста AD/LDAP: {error}", + "admin.ldap.testHelpText": "Тесты, если сервер Mattermost не сможет подключиться к указанному серверу AD/LDAP. См лог-файл для получения более детальных сообщений об ошибках.", + "admin.ldap.testSuccess": "Тестирование AD/LDAP успешно завершено", + "admin.ldap.uernameAttrDesc": "Атрибут на сервере AD/LDAP, который будет использоваться для заполнения имени пользователя в Mattermost. Он может быть таким же, как атрибут идентификатор.", + "admin.ldap.userFilterDisc": "(Необязательно) Введите фильтр AD/LDAP, используемый при поиске объектов пользователь. Только пользователи, выбранные запросом будут иметь возможность получить доступ к Mattermost. Для Active Directory, запрос для отбора только активных пользователей такой: (&(objectCategory=Person)(!UserAccountControl:1.2.840.113556.1.4.803:=2))).", + "admin.ldap.userFilterEx": "Например: \"(objectClass=user)\"", + "admin.ldap.userFilterTitle": "Фильтр пользователей:", + "admin.ldap.usernameAttrEx": "Например: \"sAMAccountName\"", + "admin.ldap.usernameAttrTitle": "Атрибут Имя пользователя:", + "admin.license.choose": "Выберите файл", + "admin.license.chooseFile": "Выберите файл", + "admin.license.edition": "Редакция:", + "admin.license.key": "Лицензионный ключ:", + "admin.license.keyRemove": "Удалить Enterprise Лицензию и Откатить Сервер", + "admin.license.noFile": "Файл не загружен", + "admin.license.removing": "Удаление лицензии...", + "admin.license.title": "Редакция и лицензия", + "admin.license.type": "Лицензия: ", + "admin.license.upload": "Загрузить", + "admin.license.uploadDesc": "Загрузите лицензионный ключ для Mattermost Enterprise Edition для получения расширенных возможностей. Посетите сайт, чтобы узнать о преимуществах Enterprise Edition или заказать ключ.", + "admin.license.uploading": "Загрузка лицензии...", + "admin.log.consoleDescription": "Как правило, значение false в продакшене. Разработчики могут установить в этом поле значение true для вывода сообщений журнала на консоль в зависимости от параметров уровня логирования в консоли. Если значение true, сервер пишет сообщения в стандартный выходной поток (stdout).", + "admin.log.consoleTitle": "Исходящие журналы в консоль:", + "admin.log.enableDiagnostics": "Включение диагностики и отчетов об ошибках:", + "admin.log.enableDiagnosticsDescription": "Включите функцию отправки отчётов об ошибках и диагностической информации для того, чтобы мы смогли улучшить Mattermost. Прочтите нашу политику безопасности.", + "admin.log.enableWebhookDebugging": "Включить отладку Webhook-ов:", + "admin.log.enableWebhookDebuggingDescription": "Вы можете установить это значение в false, чтобы отключить отладочное журналирование тел всех запросов входящие вебхуки.", + "admin.log.fileDescription": "Обычно значение true в продакшене. Если true, то файлы журналов записываются в файл журнала, указанный в поле расположение файла ниже.", + "admin.log.fileLevelDescription": "Эта настройка определяет уровень детализации, на котором события записываются в лог-файл. ERROR: Записываются только сообщения об ошибках. INFO: Записываются сообщения об ошибках и информация о процессе запуска и инициализации. DEBUG: Высокодетализированный вывод для отладки разработчиками при решении проблем.", + "admin.log.fileLevelTitle": "Файловый уровень логирования:", + "admin.log.fileTitle": "Исходящие журнали в файл: ", + "admin.log.formatDateLong": "Дата (2006/01/02)", + "admin.log.formatDateShort": "Дата (01/02/06)", + "admin.log.formatDescription": "Формат сообщений в логе. Если поле пустое, будет выбран формат \"[%D %T] [%L] %M\", где:", + "admin.log.formatLevel": "Уровень (DEBG, INFO, EROR)", + "admin.log.formatMessage": "Сообщение", + "admin.log.formatPlaceholder": "Введите ваш формат файла", + "admin.log.formatSource": "Источник", + "admin.log.formatTime": "Время (15:04:05 MST)", + "admin.log.formatTitle": "Формат файла:", + "admin.log.levelDescription": "Эта настройка определяет уровень детализации, на котором события записываются в консоль. ERROR: Записываются только сообщения об ошибках. INFO: Записываются сообщения об ошибках и информация о процессе запуска и инициализации. DEBUG: Высокодетализированный вывод для отладки разработчиками при решении проблем.", + "admin.log.levelTitle": "Уровень логирования в консоли:", + "admin.log.locationDescription": "File to which log files are written. If blank, will be set to ./logs/mattermost, which writes logs to mattermost.log. Log rotation is enabled and every 10,000 lines of log information is written to new files stored in the same directory, for example mattermost.2015-09-23.001, mattermost.2015-09-23.002, and so forth.", + "admin.log.locationPlaceholder": "Укажите расположение файла", + "admin.log.locationTitle": "Каталог с файлом журнала:", + "admin.log.logSettings": "Настройки журнала", + "admin.logs.reload": "Перезагрузить", + "admin.logs.title": "Серверные логи", + "admin.metrics.enableDescription": "Если включено, в Mattermost будет включен сбор данных о производительности и профилирование. Дополнительную информацию по конфигурации мониторинга производительности смотрите в документации.", + "admin.metrics.enableTitle": "Включить мониторинг производительности", + "admin.metrics.listenAddressDesc": "Адрес, прослушиваемый сервером для предоставления метрик производительности", + "admin.metrics.listenAddressEx": "Например: \":8065\"", + "admin.metrics.listenAddressTitle": "Прослушиваемый адрес:", + "admin.mfa.bannerDesc": "Multi-factor authentication is available for accounts with AD/LDAP or email login. If other login methods are used, MFA should be configured with the authentication provider.", + "admin.mfa.cluster": "Высокий", + "admin.mfa.title": "Включить многофакторную аутентификацию", + "admin.nav.help": "Помощь", + "admin.nav.logout": "Выйти", + "admin.nav.report": "Сообщить об ошибке", + "admin.nav.switch": "Выбор команды", + "admin.notifications.email": "Эл. почта", + "admin.notifications.push": "Мобильные оповещения", + "admin.notifications.title": "Настройки уведомлений", + "admin.oauth.gitlab": "GitLab", + "admin.oauth.google": "Google Apps", + "admin.oauth.off": "Запретить вход через OAuth 2.0 поставщика", + "admin.oauth.office365": "Office 365 (Бета)", + "admin.oauth.providerDescription": "Если включено, Mattermost может выступать в качестве провайдера OAuth 2.0, позволяя Mattermost предоставлять API авторизации для внешних приложений. Смотрите документацию для подробностей.", + "admin.oauth.providerTitle": "Включить поставщика услуг OAuth 2.0:", + "admin.oauth.select": "Выбрать OAuth 2.0 провайдера:", + "admin.office365.EnableHtmlDesc": "
    1. Войдите в свою учетную запись Microsoft или Office 365. Убедитесь, что эта учетная запись принадлежит тому же арендатору, через которого вы хотели бы позволить пользователям вход.
    2. Перейдите к https://apps.dev.microsoft.com, нажмите Перейти к списку приложений > Добавить приложение и используйте \"Mattermost - имя-вашей-компании\" в качестве Названия приложения.
    3. Под Секретами приложения нажмите Создать новый пароль и вставьте его в поле Секретный пароль приложения ниже.
    4. Под Платформами нажмите Добавление платформы, выберите Веб и введите url-вашего-mattermost/signup/office365/complete (пример: http://localhost:8065/signup/office365/complete) под URI перенаправления. Также снимите отметку с Разрешить неявный поток.
    5. Наконец, нажмите Сохранить, а затем вставьте Код приложения ниже.
    ", + "admin.office365.authTitle": "Конечная точка авторизации:", + "admin.office365.clientIdDescription": "Идентификатор приложения/клиента, полученный при регистрации вашего приложения в Microsoft.", + "admin.office365.clientIdExample": "Например: \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"", + "admin.office365.clientIdTitle": "Идентификатор приложения:", + "admin.office365.clientSecretDescription": "Секретный пароль приложения, созданный вами при регистрации вашего приложения в Microsoft.", + "admin.office365.clientSecretExample": "Например: \"shAieM47sNBfgl20f8ci294\"", + "admin.office365.clientSecretTitle": "Пароль приложения:", + "admin.office365.tokenTitle": "Конечная точка токена:", + "admin.office365.userTitle": "Конечная точка API пользователя:", + "admin.password.lowercase": "Хотя бы одна строчная буква", + "admin.password.minimumLength": "Минимальная длина пароля:", + "admin.password.minimumLengthDescription": "Минимальное количество символов требуемых для пароля. Целое число от {min} до {max}.", + "admin.password.minimumLengthExample": "Например: \"5\"", + "admin.password.number": "Как минимум одно число", + "admin.password.preview": "Ошибка предварительного просмотра", + "admin.password.requirements": "Требования к паролю:", + "admin.password.requirementsDescription": "Виды символов требуемых для пароля.", + "admin.password.symbol": "Хотя бы один символ (\"~!@#$%^&*()\")", + "admin.password.uppercase": "Хотя бы одна заглавная буква", + "admin.privacy.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators.", + "admin.privacy.showEmailTitle": "Показать Email: ", + "admin.privacy.showFullNameDescription": "When false, hides the full name of members from everyone except System Administrators. Username is shown in place of full name.", + "admin.privacy.showFullNameTitle": "Показать полное имя: ", + "admin.purge.button": "Очистить все кэши", + "admin.purge.loading": " Загрузка…", + "admin.purge.purgeDescription": "Это действие приведёт к очистке всех кэшей для таких вещей, как сессии, аккаунты, канала и т. д. Если Mattermost развёрнут в режиме высокой доступности, это приведёт к очистке кэшей на всех серверах в кластере.Очистка кэшей может отрицательно повлиять на производительность.", + "admin.purge.purgeFail": "Очистка не удалась: {error}", + "admin.rate.enableLimiterDescription": "Когда true, API регулируются по уровням, указанным ниже.", + "admin.rate.enableLimiterTitle": "Включить ограничение скорости:", + "admin.rate.httpHeaderDescription": "When filled in, vary rate limiting by HTTP header field specified (e.g. when configuring NGINX set to \"X-Real-IP\", when configuring AmazonELB set to \"X-Forwarded-For\").", + "admin.rate.httpHeaderExample": "Например: \"X-Real-IP\", \"X-Forwarded-For\"", + "admin.rate.httpHeaderTitle": "Изменять ограничение скорости по HTTP заголовку", + "admin.rate.maxBurst": "Максимальное превышение размера пакета", + "admin.rate.maxBurstDescription": "Ограничение максимального количества запросов в секунду.", + "admin.rate.maxBurstExample": "Например: \"100\"", + "admin.rate.memoryDescription": "Максимальное количество подключенных к системе пользовательских сессий, определенное параметрами \"Изменять ограничение скорости по удаленному адресу\" и \"Изменять ограничение скорости по HTTP заголовку\" ниже.", + "admin.rate.memoryExample": "Например: \"10000\"", + "admin.rate.memoryTitle": "Размер хранилища памяти:", + "admin.rate.noteDescription": "Изменения в этой секции потребуют перезагрузки сервера.", + "admin.rate.noteTitle": "Заметка:", + "admin.rate.queriesDescription": "Ограничивать API при таком количество запросов в секунду.", + "admin.rate.queriesExample": "Например: \"10\"", + "admin.rate.queriesTitle": "Максимальное количество запросов в секунду:", + "admin.rate.remoteDescription": "Когда true, API ограничения скорости доступно по IP адресу.", + "admin.rate.remoteTitle": "Изменять ограничение скорости по удаленному адресу:", + "admin.rate.title": "Настройки ограничения скорости", + "admin.recycle.button": "Обновить подключения баз данных", + "admin.recycle.loading": " Обработка...", + "admin.recycle.recycleDescription": "Развертывать без перезапуска сервера Mattermost можно используя несколько баз данных, необходимо переключиться с одной основной базы данных на другую путем обновления \"config.json\" и с помощью функции Конфигурация > Обновить конфигурацию с диска загрузить новые настройки во время работы сервера. Затем администратору необходимо использовать функцию Сбросить соединения БД, чтобы перезапустить соединения с базой данных для использования другой БД.", + "admin.recycle.reloadFail": "Обновление не удалось: {error}", + "admin.regenerate": "Перегенерировать", + "admin.reload.button": "Перезагрузить конфигурацию с диска", + "admin.reload.loading": " Загрузка…", + "admin.reload.reloadDescription": "Варианты развертывания с использованием нескольких баз данных могут переключаться с одной основной базы данных на другую без перезапуска сервера Mattermost путем обновления файла \"config.json\" для новой требуемой конфигурации с дальнейшим вызовом функции Перезагрузить конфигурацию с диска для загрузки новых настроек во время работы сервера. Затем администратор должен выполнить функцию База данных > Обновить подключения баз данных для обновления соединения с базой на основе новых настроек.", + "admin.reload.reloadFail": "Неудачная перезагрузка: {error}", + "admin.reset_password.close": "Закрыть", + "admin.reset_password.newPassword": "Новый пароль", + "admin.reset_password.select": "Выбор", + "admin.reset_password.submit": "Пожалуйста введите как минимум {chars} символов.", + "admin.reset_password.titleReset": "Сброс пароля", + "admin.reset_password.titleSwitch": "Переключить аккаунт на E-Mail/Пароль", + "admin.saml.assertionConsumerServiceURLDesc": "Введите https:///login/sso/saml. Убедитесь, используете ли вы HTTP или HTTPS в своем URL-адресе в соответствии с настройками своего сервера. Это поле также известно как URL сервиса обработки утверждений.", + "admin.saml.assertionConsumerServiceURLEx": "Например: \"https:///login/sso/saml\"", + "admin.saml.assertionConsumerServiceURLTitle": "Адрес для входа через поставщика услуг:", + "admin.saml.bannerDesc": "Атрибуты пользователя на SAML сервере, включая деактивацию или удаление пользователя, обновляются в Mattermost во время пользовательского входа в систему. Подробности можно посмотреть тут: https://docs.mattermost.com/deployment/sso-saml.html", + "admin.saml.emailAttrDesc": "Атрибута LDAP сервера, который будет использоваться для заполнения фамилия пользователями в Mattermost.", + "admin.saml.emailAttrEx": "Например: \"Email\" или \"PrimaryEmail\"", + "admin.saml.emailAttrTitle": "Атрибут эл.почта:", + "admin.saml.enableDescription": "Если да, то Mattermost позволяет входить с помощью SAML. Пожалуйста, посмотрите документацию, чтобы узнать больше о настройке SAML для Mattermost.", + "admin.saml.enableTitle": "Включить вход через SAML:", + "admin.saml.encryptDescription": "Если истина, Mattermost будет расшифровывать утверждения SAML при помощи вашего публичного сертификата поставщика услуг.", + "admin.saml.encryptTitle": "Включить шифрование:", + "admin.saml.firstnameAttrDesc": "(Необязательно) Атрибут в SAML, которые будут использоваться для заполнения имени пользователей в Mattermost.", + "admin.saml.firstnameAttrEx": "Например: \"FirstName\"", + "admin.saml.firstnameAttrTitle": "Атрибут имени:", + "admin.saml.idpCertificateFileDesc": "Cертификат публичной аутентификации, выданный вашим Удостоверяющим Центром.", + "admin.saml.idpCertificateFileRemoveDesc": "Удалить сертификат публичной аутентификации, выданный вашим Удостоверяющим Центром.", + "admin.saml.idpCertificateFileTitle": "Публичный сертификат Удостоверяющего Центра:", + "admin.saml.idpDescriptorUrlDesc": "URL-адрес издателя поставщика учетных записей, который вы используете для запросов SAML.", + "admin.saml.idpDescriptorUrlEx": "Например: \"https://idp.example.org/SAML2/issuer\"", + "admin.saml.idpDescriptorUrlTitle": "URL-адрес издателя поставщика учетных записей:", + "admin.saml.idpUrlDesc": "URL-адрес, на который Mattermost отправляет SAML-запрос для запуска последовательности входа.", + "admin.saml.idpUrlEx": "Например: \"https://idp.example.org/SAML2/SSO/Login\"", + "admin.saml.idpUrlTitle": "SAML SSO URL:", + "admin.saml.lastnameAttrDesc": "(Необязательно) Атрибут в SAML, который будет использоваться для заполнения фамилии пользователей в Mattermost.", + "admin.saml.lastnameAttrEx": "Например: \"LastName\"", + "admin.saml.lastnameAttrTitle": "Атрибут Фамилия:", + "admin.saml.localeAttrDesc": "(Необязательно) Атрибут в SAML, который будет использоваться для заполнения языка пользователей в Mattermost.", + "admin.saml.localeAttrEx": "Например: \"Locale\" или \"PrimaryLanguage\"", + "admin.saml.localeAttrTitle": "Атрибут Предпочитаемый язык:", + "admin.saml.loginButtonTextDesc": "(Необязательно) Текст, который отображается на кнопке входа в систему на странице входа. По умолчанию \"Используя SAML\".", + "admin.saml.loginButtonTextEx": "Например: \"With OKTA\"", + "admin.saml.loginButtonTextTitle": "Текст кнопки входа:", + "admin.saml.nicknameAttrDesc": "(Необязательно) Атрибут в SAML, который будет использоваться для заполнения псевдонима (nickname) пользователей в Mattermost.", + "admin.saml.nicknameAttrEx": "Например: \"Nickname\"", + "admin.saml.nicknameAttrTitle": "Атрибут Никнейм:", + "admin.saml.positionAttrDesc": "(Необязательно) Атрибут в SAML, который будет использоваться для заполнения позиции пользователей в Mattermost.", + "admin.saml.positionAttrEx": "Пример: \"Роль\"", + "admin.saml.positionAttrTitle": "Расположение атрибута:", + "admin.saml.privateKeyFileFileDesc": "Закрытый ключ используется для расшифровки SAML данных от провайдера идентификации.", + "admin.saml.privateKeyFileFileRemoveDesc": "Удалить секретный ключ, используемый для расшифровки SAML данных от провайдера идентификации.", + "admin.saml.privateKeyFileTitle": "Закрытый ключ поставщика услуг:", + "admin.saml.publicCertificateFileDesc": "Сертификат, используемый для подписывания SAML-запроса к поставщику учетных записей при входе, инициированном поставщиком услуги, когда этим поставщиком является Mattermost.", + "admin.saml.publicCertificateFileRemoveDesc": "Удаление сертификата, используемого для подписывания SAML-запроса к поставщику учетных записей при входе, инициированном поставщиком услуги, когда этим поставщиком является Mattermost.", + "admin.saml.publicCertificateFileTitle": "Публичный сертификат поставщика услуг:", + "admin.saml.remove.idp_certificate": "Удалить сертификат провайдера идентификации (IdP)", + "admin.saml.remove.privKey": "Удалить приватный ключ поставщика услуг", + "admin.saml.remove.sp_certificate": "Удалить сертификат поставщика услуг", + "admin.saml.removing.certificate": "Удаление сертификата...", + "admin.saml.removing.privKey": "Удаление приватного ключа...", + "admin.saml.uploading.certificate": "Загрузка сертификата...", + "admin.saml.uploading.privateKey": "Загрузка приватного ключа...", + "admin.saml.usernameAttrDesc": "Атрибут в SAML, который будет использоваться для заполнения поля имя пользователя в Mattermost.", + "admin.saml.usernameAttrEx": "Например: \"Username\"", + "admin.saml.usernameAttrTitle": "Атрибут Имя пользователя:", + "admin.saml.verifyDescription": "Когда включено, то Mattermost проверяет, что ответ SAML отправляется с адреса, соответствующего URL входа провайдера услуг.", + "admin.saml.verifyTitle": "Проверка подписи:", + "admin.save": "Сохранить", + "admin.saving": "Сохранение конфигурации...", + "admin.security.connection": "Подключения", + "admin.security.inviteSalt.disabled": "Соль не может быть изменена, пока выключена отправка электронных сообщений.", + "admin.security.login": "Логин", + "admin.security.password": "Пароль", + "admin.security.passwordResetSalt.disabled": "Соль не может быть изменена, пока отключена отправка email сообщений.", + "admin.security.public_links": "Публичные ссылки", + "admin.security.requireEmailVerification.disabled": "Невозможно включить верификацию email адреса, пока выключена отправка email сообщений.", + "admin.security.session": "Сеансы", + "admin.security.signup": "Регистрация", + "admin.select_team.close": "Закрыть", + "admin.select_team.select": "Выбор", + "admin.select_team.selectTeam": "Выберите команду", + "admin.service.attemptDescription": "Количество разрешенных попыток входа до блокировки пользователя и необходимости сбросить пароль через электронную почту.", + "admin.service.attemptExample": "Например: \"10\"", + "admin.service.attemptTitle": "Максимальное количество попыток входа:", + "admin.service.cmdsDesc": "Если истина, пользовательские слэш-команды будут разрешены. Смотрите документацию, чтобы узнать больше.", + "admin.service.cmdsTitle": "Включить пользовательские Slash-команды: ", + "admin.service.corsDescription": "Разрешить кросс-доменные запросы с указанного домена. Укажите \"*\", если Вы хотите разрешить CORS с любого домена, или оставьте поле пустым, что бы отключить эту возможность.", + "admin.service.corsEx": "http://example.com", + "admin.service.corsTitle": "Разрешить кроссдоменные запросы от:", + "admin.service.developerDesc": "Когда включено, на красной панели сверху будут показываться ошибки Javascript. Не рекомендуется включать на боевом сервере. ", + "admin.service.developerTitle": "Включить режим разработчика:", + "admin.service.enforcMfaTitle": "Принудительная многофакторная аутентификация:", + "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.forward80To443": "Перенаправить 80 порт на 443:", + "admin.service.forward80To443Description": "Перенаправляет весь незащищённый трафик с 80 порта на 443", + "admin.service.googleDescription": "Задайте этот ключ, чтобы включить отображение подписей к предпросмотрам встроенных YouTube-видео. Без этого ключа предпросмотры YouTube-видео по прежнему будут создаваться на основе гиперссылок, появляющихся в сообщениях или комментариях, но название видео отображаться не будет. Посмотрите Google Developers Tutorial, для того чтобы узнать, как получить ключ.", + "admin.service.googleExample": "Например: 7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV", + "admin.service.googleTitle": "Ключ Google API:", + "admin.service.iconDescription": "Если истина, вебхукам, командам и прочим интеграциям, таким как Zapier будет позволено изменять изображение профиля, от имени которого они создают посты. Примечание: совместно с предоставлением интеграциям права переопределять имена пользователей, пользователи могу получить возможность выполнять фишинговые атаки, пытаясь выдать себя за других пользователей.", + "admin.service.iconTitle": "Разрешить интеграциям переопеределять иконки изображений профилей:", + "admin.service.insecureTlsDesc": "When true, any outgoing HTTPS requests will accept unverified, self-signed certificates. For example, outgoing webhooks to a server with a self-signed TLS certificate, using any domain, will be allowed. Note that this makes these connections susceptible to man-in-the-middle attacks.", + "admin.service.insecureTlsTitle": "Разрешить Небезопасные Исходящие Соединения: ", + "admin.service.integrationAdmin": "Ограничить управление интеграцией для администраторов:", + "admin.service.integrationAdminDesc": "Если истина, вебхуки и слэш-команды могут быть созданы, изменены и просмотрены только командными и системными админами, а приложения OAuth 2.0 - системными админами. После того, как интеграции созданы админом, они становятся доступны всем пользователям.", + "admin.service.letsEncryptCertificateCacheFile": "Файл кэша сертификата Let's Encrypt:", + "admin.service.letsEncryptCertificateCacheFileDescription": "Полученные сертификаты и данные от Let's Encrypt будут храниться в этом файле.", + "admin.service.listenAddress": "Прослушиваемый адрес:", + "admin.service.listenDescription": "Адрес и порт для привязки и ожидания соединений. Указание \":8065\" приведет к привязке ко всем сетевым интерфейсам. Указание \"127.0.0.1:8065\" приведет к привязке к сетевому интерфейсу, с указанным IP-адресом. Если вы выбираете порт нижнего уровня (так называемые \"системные порты\" или \"хорошо известные порты\", в диапазоне 0-1023), вы должны обладать необходимыми правами, для привязку к этому порту. На Linux вы можете выполнить: \"sudo setcap cap_net_bind_service=+ep ./bin/platform\", что позволит Mattermost привязываться к известным портам.", + "admin.service.listenExample": "Например: \":8065\"", + "admin.service.mfaDesc": "When true, users with AD/LDAP or email login can add multi-factor authentication to their account using Google Authenticator.", + "admin.service.mfaTitle": "Включить мультифакторную аутентификацию:", + "admin.service.mobileSessionDays": "Длина сессии на мобильных устройствах (дней):", + "admin.service.mobileSessionDaysDesc": "Количество дней с последнего ввода пользователем своих учетных данных до истечения срока пользовательской сессии. После изменения этого параметра, новая продолжительность сессии вступит в силу после следующего ввода пользователями своих учетных данных.", + "admin.service.outWebhooksDesc": "Если истина, исходящие вебхуки будут разрешены. Смотрите документацию, чтобы узнать больше.", + "admin.service.outWebhooksTitle": "Разрешить исходящие вебхуки: ", + "admin.service.overrideDescription": "Если истина, вебхукам, командам и прочим интеграциям, таким как Zapier, будет позволено менять имя пользователя, от имени которого они создают посты. Примечание: совместно с предоставлением интеграциям права переопределять иконки изображений профиля, пользователи могут получить возможность выполнять фишинговые атаки, пытаясь выдать себя за других пользователей.", + "admin.service.overrideTitle": "Разрешить интеграциям переопределять имена:", + "admin.service.readTimeout": "Тайм-аут чтения:", + "admin.service.readTimeoutDescription": "Максимально допустимое время от момента установки соединения до полного чтения тела запроса.", + "admin.service.securityDesc": "Если включено, администратор системы получит уведомление о выходе новых обновлений безопасности анонсированных за 12 часов. Потребует включение email.", + "admin.service.securityTitle": "Включить оповещения безопасности: ", + "admin.service.sessionCache": "Кэш сессиий (в минутах):", + "admin.service.sessionCacheDesc": "Продолжительность кеширования сессии в памяти (в минутах).", + "admin.service.sessionDaysEx": "Например: \"30\"", + "admin.service.siteURL": "Адрес сайта:", + "admin.service.siteURLDescription": "URL-адрес, включая номер порта и протокол, который пользователи используют для доступа к Mattermost. Это поле может быть оставлено пустым, если вы не настраиваете почтовые объединения в Уведомлениях > Электронная почта. Если оставить пустым, URL-адрес автоматически настраивается на основе входящего трафика.", + "admin.service.siteURLExample": "Например: \"https://mattermost.example.com:1234\"", + "admin.service.ssoSessionDays": "Длина сессии SSO (дней):", + "admin.service.ssoSessionDaysDesc": "Количество дней с последнего ввода пользователем своих учетных данных до истечения срока пользовательской сессии. Если метод аутентификации - SAML или GitLab, пользователь может быть автоматически впущен обратно в Mattermost, если он уже вошел в SAML или GitLab. После изменения этого параметра он вступит в силу после следующего ввода пользователем своих учетных данных.", + "admin.service.testingDescription": "Если истина, становится доступна слэш-команда /loadtest, предназначенная для загрузки тестовых учетных записей, данных и форматирования текста. Изменение этого параметра требует перезагрузки сервера для вступления в силу.", + "admin.service.testingTitle": "Разрешить команды тестирования: ", + "admin.service.tlsCertFile": "Файл сертификата TLS:", + "admin.service.tlsCertFileDescription": "Файл сертификата для использования.", + "admin.service.tlsKeyFile": "Файл ключа TLS:", + "admin.service.tlsKeyFileDescription": "Приватный ключ для использования.", + "admin.service.useLetsEncrypt": "Использовать Let's Encrypt:", + "admin.service.useLetsEncryptDescription": "Включить автоматическое получение сертификатов от Let's Encrypt. Сертификат будет получен, когда клиент попытается установить соединение с нового домена. Это будет работать для множества разных доменов.", + "admin.service.webSessionDays": "Продолжительность сессии AD/LDAP и электронной почты (в днях):", + "admin.service.webSessionDaysDesc": "Количество дней с последнего ввода пользователем своих учетных данных до истечения срока пользовательской сессии. После изменения этого параметра, новая продолжительность сессии вступит в силу после следующего ввода пользователями своих учетных данных.", + "admin.service.webhooksDescription": "Если истина, входящие вебхуки будут разрешены. В целях борьбы с фишинговыми атаками, все посты от имени вебхуков будут помечены тэгом БОТ. Смотрите документацию, чтобы узнать больше.", + "admin.service.webhooksTitle": "Включить входящие Webhook'и: ", + "admin.service.writeTimeout": "Тайм-аут записи:", + "admin.service.writeTimeoutDescription": "При использовании HTTP (небезопасно) — максимально допустимое время с момента окончания чтения заголовка запроса до окончания записи ответа. В случае с HTTPS — полное время с момента установки соединения до окончания записи ответа.", + "admin.sidebar.addTeamSidebar": "Добавить команду из меню боковой панели", + "admin.sidebar.advanced": "Дополнительно", + "admin.sidebar.audits": "Аудит", + "admin.sidebar.authentication": "Аутентификация", + "admin.sidebar.cluster": "Высокая доступность (Beta)", + "admin.sidebar.compliance": "Соответствие стандартам", + "admin.sidebar.configuration": "Конфигурация", + "admin.sidebar.connections": "Соединения", + "admin.sidebar.customBrand": "Пользовательский бренд", + "admin.sidebar.customEmoji": "Пользовательские смайлы", + "admin.sidebar.customIntegrations": "Пользовательские интеграции", + "admin.sidebar.customization": "Настройка", + "admin.sidebar.database": "База данных", + "admin.sidebar.developer": "Разработчик", + "admin.sidebar.email": "Email", + "admin.sidebar.external": "Внешние службы", + "admin.sidebar.files": "Файлы", + "admin.sidebar.general": "Общие", + "admin.sidebar.gitlab": "GitLab", + "admin.sidebar.images": "Изображения", + "admin.sidebar.integrations": "Интеграция", + "admin.sidebar.ldap": "AD/LDAP", + "admin.sidebar.legalAndSupport": "Право и поддержка", + "admin.sidebar.license": "Редакция и Лицензия", + "admin.sidebar.linkPreviews": "Предварительный просмотр ссылок", + "admin.sidebar.localization": "Локализация", + "admin.sidebar.logging": "Журналирование", + "admin.sidebar.login": "Login", + "admin.sidebar.logs": "Журналы", + "admin.sidebar.metrics": "Мониторинг производительности (бета)", + "admin.sidebar.nativeAppLinks": "Ссылки на приложения Mattermost", + "admin.sidebar.notifications": "Уведомления", + "admin.sidebar.oauth": "OAuth 2.0", + "admin.sidebar.other": "ДРУГИЕ", + "admin.sidebar.password": "Пароль", + "admin.sidebar.policy": "Политики", + "admin.sidebar.privacy": "Безопасность", + "admin.sidebar.publicLinks": "Публичные ссылки", + "admin.sidebar.push": "Мобильные Push-уведомления", + "admin.sidebar.rateLimiting": "Ограничение скорости", + "admin.sidebar.reports": "ОТЧЁТЫ", + "admin.sidebar.rmTeamSidebar": "Удалить команду из бокового меню", + "admin.sidebar.saml": "SAML", + "admin.sidebar.security": "Безопасность", + "admin.sidebar.sessions": "Сеансы", + "admin.sidebar.settings": "НАСТРОЙКИ", + "admin.sidebar.signUp": "Зарегистрироваться", + "admin.sidebar.sign_up": "Зарегистрироваться", + "admin.sidebar.statistics": "Статистика команды", + "admin.sidebar.storage": "Хранилище", + "admin.sidebar.support": "Право и поддержка", + "admin.sidebar.teams": "КОМАНДЫ ({count, number})", + "admin.sidebar.users": "Пользователи", + "admin.sidebar.usersAndTeams": "Пользователи и команды", + "admin.sidebar.view_statistics": "Статистика системы", + "admin.sidebar.webrtc": "WebRTC (Бета)", + "admin.sidebarHeader.systemConsole": "Системная консоль", + "admin.sql.dataSource": "Источник данных:", + "admin.sql.driverName": "Имя драйвера:", + "admin.sql.keyDescription": "32-ух символьная соль для шифрования и дешифровки чувствительных полей в базе данных.", + "admin.sql.keyExample": "Например: \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.sql.keyTitle": "At Rest Encrypt Key:", + "admin.sql.maxConnectionsDescription": "Максимально количество неактивных соединений, которые остаются открытыми для базы данных.", + "admin.sql.maxConnectionsExample": "Например: \"10\"", + "admin.sql.maxConnectionsTitle": "Максимальное число неактивных (idle) соединений:", + "admin.sql.maxOpenDescription": "Максимально количество неактивных соединений, которые остаются открытыми для базы данных.", + "admin.sql.maxOpenExample": "Например: \"10\"", + "admin.sql.maxOpenTitle": "Максимальное число открытых соединений:", + "admin.sql.noteDescription": "Изменение параметров в этой секции потребует перезагрузки сервера.", + "admin.sql.noteTitle": "Заметка:", + "admin.sql.replicas": "Data Source Replicas:", + "admin.sql.traceDescription": "(Режим разработчика) Если включено, все исполняемые SQL-запросы будут записаны в лог.", + "admin.sql.traceTitle": "Трассировка:", + "admin.sql.warning": "Warning: regenerating this salt may cause some columns in the database to return empty results.", + "admin.support.aboutDesc": "Ссылка на страницу \"О программе\" для получения дополнительной информации об установке Mattermost, например, на цель и аудиторию в пределах вашей организации. Значение по умолчанию: информационная страница Mattermost.", + "admin.support.aboutTitle": "О программе:", + "admin.support.emailHelp": "Email address displayed on email notifications and during tutorial for end users to ask support questions.", + "admin.support.emailTitle": "Email техподдержки:", + "admin.support.helpDesc": "Ссылка на справочную документацию из главного меню сайта команды. Обычно не меняется до тех пор, пока ваша организация не решит создать свою справочную документацию.", + "admin.support.helpTitle": "Ссылка на раздел \"Помощь\":", + "admin.support.noteDescription": "Если ссылки на внешний сайт, URL-адрес должен начинаться с http:// или https://.", + "admin.support.noteTitle": "Заметка:", + "admin.support.privacyDesc": "Link to Privacy Policy available to users on desktop and on mobile. Leaving this blank will hide the option to display a notice.", + "admin.support.privacyTitle": "Ссылка на политику конфиденциальности:", + "admin.support.problemDesc": "Link to help documentation from team site main menu. By default this points to the peer-to-peer troubleshooting forum where users can search for, find and request help with technical issues.", + "admin.support.problemTitle": "Ссылка на \"Сообщить о проблеме\":", + "admin.support.termsDesc": "Ссылка на условия, в соответствии с которыми пользователи могут использовать ваш онлайн сервис. По умолчанию, они включают \"Условия использования Mattermost (конечные пользователи)\", разъясняющие условия, в соответствии с которыми программное обеспечение Mattermost предоставляется конечным пользователям. Если вы измените стандартную ссылку, добавьте свои собственные условия использования предоставляемого вами сервиса. Ваши новые условия должны включать ссылку на стандарные условия, с тем чтобы конечные пользователи были осведомлены об Условиях использования программного обеспечения Mattermost (конечными пользователями).", + "admin.support.termsTitle": "Ссылка на условия использования:", + "admin.system_analytics.activeUsers": "Активные пользователи с сообщениями", + "admin.system_analytics.title": "эта Cистема", + "admin.system_analytics.totalPosts": "Всего сообщений", + "admin.team.brandDesc": "Включите фирменный стиль для показа изображения и сопровождающего текста на странице входа.", + "admin.team.brandDescriptionExample": "Все способы общения команды собраны в одном месте, с возможностью мгновенного поиска и доступом отовсюду", + "admin.team.brandDescriptionHelp": "Описание сервиса отображаемое на экранах входа и пользовательского интерфейса. Если не указано, то отображается \"Общение всей команды в одном месте, с возможностью поиска и доступом отовсюду\".", + "admin.team.brandDescriptionTitle": "Описание сайта: ", + "admin.team.brandImageTitle": "Пользовательское изображение бренда:", + "admin.team.brandTextDescription": "Текст, который появится под пользовательским изображением бренда на экране входа в систему. Поддержка Markdown-форматирования текста. Максимум 500 символов.", + "admin.team.brandTextTitle": "Пользовательский текст бренда:", + "admin.team.brandTitle": "Включить пользовательский брендинг: ", + "admin.team.chooseImage": "Выберите новое изображение", + "admin.team.dirDesc": "When true, teams that are configured to show in team directory will show on main page inplace of creating a new team.", + "admin.team.dirTitle": "Включить Team Directory: ", + "admin.team.maxChannelsDescription": "Максимальное количество каналов на команду, включая активные и удалённые.", + "admin.team.maxChannelsExample": "Например: \"100\"", + "admin.team.maxChannelsTitle": "Максимальное количество каналов на команду:", + "admin.team.maxNotificationsPerChannelDescription": "Maximum total number of users in a channel before users typing messages, @all, @here, and @channel no longer send notifications because of performance.", + "admin.team.maxNotificationsPerChannelExample": "Например: \"1000\"", + "admin.team.maxNotificationsPerChannelTitle": "Максимальное количество уведомлений на канал:", + "admin.team.maxUsersDescription": "Максимальное количество пользователей на команду.", + "admin.team.maxUsersExample": "Например: \"25\"", + "admin.team.maxUsersTitle": "Максимальное количество пользователей в команде:", + "admin.team.noBrandImage": "Изображение бренда не загружено", + "admin.team.openServerDescription": "Если включено, каждый может зарегистрироваться без приглашения.", + "admin.team.openServerTitle": "Открытый сервер: ", + "admin.team.restrictDescription": "Команды и аккаунты пользователей могут быть созданы только с указанного домена (например, \"mattermost.org\"), или с доменов, заданных разделённым запятыми списком доменов (например, corp.mattermost.com, mattermost.org\").", + "admin.team.restrictDirectMessage": "Enable users to open Direct Message channels with:", + "admin.team.restrictDirectMessageDesc": "'Any user on the Mattermost server' enables users to open a Direct Message channel with any user on the server, even if they are not on any teams together. 'Any member of the team' limits the ability to open Direct Message channels to only users who are in the same team.", + "admin.team.restrictExample": "Например: \"corp.mattermost.com, mattermost.org\"", + "admin.team.restrictNameDesc": "Когда включено, Вы не сможете использовать зарезервированные слова в имени команды (такие как www, admin, support, test, channel и др.)", + "admin.team.restrictNameTitle": "Запрещённые имена команд:", + "admin.team.restrictTitle": "Ограничить создание аккаунтов с указанных почтовых доменов:", + "admin.team.restrict_direct_message_any": "Все пользователи сервера Mattermost", + "admin.team.restrict_direct_message_team": "Все члены команды", + "admin.team.siteNameDescription": "Отображаемое имя сервиса в окне входа и пользовательском интерфейсе.", + "admin.team.siteNameExample": "Например: \"Mattermost\"", + "admin.team.siteNameTitle": "Название сайта:", + "admin.team.teamCreationDescription": "Когда выключено, только системные администраторы могут создавать команды.", + "admin.team.teamCreationTitle": "Включить создание команды: ", + "admin.team.upload": "Загрузить", + "admin.team.uploadDesc": "Настройте свой пользовательский интерфейс, добавив пользовательское изображение на экране входа в систему. Рекомендуемый максимальный размер изображения составляет менее 2 МБ.", + "admin.team.uploaded": "Загружено!", + "admin.team.uploading": "Загрузка…", + "admin.team.userCreationDescription": "When false, the ability to create accounts is disabled. The create account button displays error when pressed.", + "admin.team.userCreationTitle": "Разрешить создание аккаунта", + "admin.team_analytics.activeUsers": "Активные пользователи с сообщениями", + "admin.team_analytics.totalPosts": "Всего сообщений", + "admin.true": "да", + "admin.userList.title": "Пользователи {team}", + "admin.userList.title2": "Пользователи для команды {team} ({count})", + "admin.user_item.authServiceEmail": ", Метод входа: Email", + "admin.user_item.authServiceNotEmail": ", Метод входа: {service}", + "admin.user_item.confirmDemoteDescription": "If you demote yourself from the System Admin role and there is not another user with System Admin privileges, you'll need to re-assign a System Admin by accessing the Mattermost server through a terminal and running the following command.", + "admin.user_item.confirmDemoteRoleTitle": "Подтверждение понижения администратором системы", + "admin.user_item.confirmDemotion": "Подтвердить понижение", + "admin.user_item.confirmDemotionCmd": "Роли платформы system_admin {username}", + "admin.user_item.emailTitle": "Email: {email}", + "admin.user_item.inactive": "Неактивен", + "admin.user_item.makeActive": "Сделать активным", + "admin.user_item.makeInactive": "Сделать неактивным", + "admin.user_item.makeMember": "Сделать участником", + "admin.user_item.makeSysAdmin": "Сделать администратором системы", + "admin.user_item.makeTeamAdmin": "Сделать администратором команды", + "admin.user_item.member": "Участник", + "admin.user_item.mfaNo": ", MFA: Нет", + "admin.user_item.mfaYes": ", MFA: Да", + "admin.user_item.resetMfa": "Удалить MFA", + "admin.user_item.resetPwd": "Сброс пароля", + "admin.user_item.switchToEmail": "Переключение на E-Mail/Пароль", + "admin.user_item.sysAdmin": "Администратор системы", + "admin.user_item.teamAdmin": "Team Admin", + "admin.webrtc.enableDescription": "При выборе Mattermost позволяет совершать тет-а-тет видеозвонки. WebRTC звонки доступны в браузерах Chrome и Firefox, а так же в приложениях Mattermost.", + "admin.webrtc.enableTitle": "Включить Mattermost WebRTC:", + "admin.webrtc.gatewayAdminSecretDescription": "Введите пароль для доступа к узлу администрирования.", + "admin.webrtc.gatewayAdminSecretExample": "Например: \"PVRzWNN1Tg6szn7IQWvhpAvLByScWxdy\"", + "admin.webrtc.gatewayAdminSecretTitle": "Gateway Admin Secret:", + "admin.webrtc.gatewayAdminUrlDescription": "Введите https://:/admin.Проверьте что используете HTTP или HTTPS в вашем URL в зависимости от конфигурации сервера. Mattermost WebRTC использует этот URL чтобы брать валидные токены для установки соединения для каждого подключения.", + "admin.webrtc.gatewayAdminUrlExample": "Например: \"https://webrtc.mattermost.com:7089/admin\"", + "admin.webrtc.gatewayAdminUrlTitle": "Адрес узла администрирования:", + "admin.webrtc.gatewayWebsocketUrlDescription": "Введите wss://:. Убедитесь, что используете WS or WSS в вашем адресе в зависимости от конфигурации сервера. WebSocket используется для уведомления и установки соединения между пирами.", + "admin.webrtc.gatewayWebsocketUrlExample": "Например: \"wss://webrtc.mattermost.com:8189\"", + "admin.webrtc.gatewayWebsocketUrlTitle": "Адрес шлюза WebSocket:", + "admin.webrtc.stunUriDescription": "Введите URI сервера STUN::. STUN — стандартизированный сетевой протокол позволяющий серверу предоставлять свой публичный IP клиентам находящимся за NAT.", + "admin.webrtc.stunUriExample": "Например: \"stun:webrtc.mattermost.com:5349\"", + "admin.webrtc.stunUriTitle": "STUN URI", + "admin.webrtc.turnSharedKeyDescription": "Введите публичный ключ сервера TURN. Он используется в генерации паролей для установки соединения. Каждый пароль действителен в течении короткого периода времени.", + "admin.webrtc.turnSharedKeyExample": "Например: \"bXdkOWQxc3d0Ynk3emY5ZmsxZ3NtazRjaWg=\"", + "admin.webrtc.turnSharedKeyTitle": "Публичный ключ TURN:", + "admin.webrtc.turnUriDescription": "Введите адрес TURN: turn::. TURN является стандартизированным сетевым протоколом, который помогает устройствам установить соединение, используя публичные ретранслирующие IP адреса, если они находятся за симметричным NAT.", + "admin.webrtc.turnUriExample": "Например: \"turn:webrtc.mattermost.com:5349\"", + "admin.webrtc.turnUriTitle": "TURN URI", + "admin.webrtc.turnUsernameDescription": "Введите ваше имя пользователя TURN-сервера.", + "admin.webrtc.turnUsernameExample": "Например: \"myusername\"", + "admin.webrtc.turnUsernameTitle": "Имя пользователя TURN:", + "admin.webserverModeDisabled": "Выключено", + "admin.webserverModeDisabledDescription": "Mattermost сервер не будет обслуживать статические файлы.", + "admin.webserverModeGzip": "gzip", + "admin.webserverModeGzipDescription": "Mattermost сервер будет обслуживать статические gzip файлы.", + "admin.webserverModeHelpText": "сжатие GZIP применяется к файлам со статическим содержимым. Рекомендуется включить GZIP для улучшения производительности, если ваше окружение имеет специфические ограничения, такие как прокси сервер, то включение сжатия GZIP может снизить производительность доставки файлов.", + "admin.webserverModeTitle": "Режим веб-сервера:", + "admin.webserverModeUncompressed": "Без сжатия", + "admin.webserverModeUncompressedDescription": "Mattermost сервер будет отдавать несжатые статические файлы.", + "analytics.chart.loading": "Загрузка...", + "analytics.chart.meaningful": "Недостаточно данных для представления.", + "analytics.system.activeUsers": "Активные пользователи с сообщениями", + "analytics.system.channelTypes": "Типы канала", + "analytics.system.dailyActiveUsers": "Активность пользователей за день", + "analytics.system.monthlyActiveUsers": "Активность пользователей за месяц", + "analytics.system.postTypes": "Сообщения, файлы и хештэги", + "analytics.system.privateGroups": "Приватные Группы", + "analytics.system.publicChannels": "Публичные Каналы", + "analytics.system.skippedIntensiveQueries": "Для максимальной производительности некоторая статистика отключена. Вы можете включить её снова в файле конфигурации config.json. Смотрите: https://docs.mattermost.com/administration/statistics.html", + "analytics.system.textPosts": "Только текстовые сообщения", + "analytics.system.title": "Статистика системы", + "analytics.system.totalChannels": "Всего каналов", + "analytics.system.totalCommands": "Всего комманд", + "analytics.system.totalFilePosts": "Сообщения с файлами", + "analytics.system.totalHashtagPosts": "Сообщения с хештегами", + "analytics.system.totalIncomingWebhooks": "Входящие Webhook-и", + "analytics.system.totalMasterDbConnections": "Подключений к главной БД", + "analytics.system.totalOutgoingWebhooks": "Исходящие Webhook-и", + "analytics.system.totalPosts": "Всего сообщений", + "analytics.system.totalReadDbConnections": "Подключений к реплике БД", + "analytics.system.totalSessions": "Всего сессий", + "analytics.system.totalTeams": "Всего команд", + "analytics.system.totalUsers": "Всего пользователей", + "analytics.system.totalWebsockets": "Соединений Websocket", + "analytics.team.activeUsers": "Активные пользователи с сообщениями", + "analytics.team.newlyCreated": "Вновь созданные пользователи", + "analytics.team.privateGroups": "Приватные группы", + "analytics.team.publicChannels": "Публичные каналы", + "analytics.team.recentActive": "Недавние активные пользователи", + "analytics.team.recentUsers": "Недавние активные пользователи", + "analytics.team.title": "Статистика команды {team}", + "analytics.team.totalPosts": "Всего сообщений", + "analytics.team.totalUsers": "Всего пользователей", + "api.channel.add_member.added": "Участник {addedUsername} добавлен на канал участником {username}", + "api.channel.delete_channel.archived": "{username} присоединился к каналу.", + "api.channel.join_channel.post_and_forget": "{username} присоединился к каналу.", + "api.channel.leave.left": "{username} покинул канал.", + "api.channel.post_update_channel_displayname_message_and_forget.updated_from": "{username} сменил отображаемое имя канала с {old} на {new}", + "api.channel.post_update_channel_header_message_and_forget.removed": "{username} удалил заголовок канала (было: {old})", + "api.channel.post_update_channel_header_message_and_forget.updated_from": "{username} изменил заголовок канала с {old} на {new}", + "api.channel.post_update_channel_header_message_and_forget.updated_to": "{username} изменил заголовок канала на {new}", + "api.channel.remove_member.removed": "{removedUsername} был удалён с канала", + "app.channel.post_update_channel_purpose_message.removed": "{username} удалил заголовок канала (было: {old})", + "app.channel.post_update_channel_purpose_message.updated_from": "{username} сменил заголовок канала с {old} на {new}", + "app.channel.post_update_channel_purpose_message.updated_to": "{username} установил заголовок канала: {new}", + "audit_table.accountActive": "Сделать аккаунт активным", + "audit_table.accountInactive": "Сделать аккаунт неактивным", + "audit_table.action": "Действие", + "audit_table.attemptedAllowOAuthAccess": "Attempted to allow a new OAuth service access", + "audit_table.attemptedLicenseAdd": "Попытка добавления новой лицензии", + "audit_table.attemptedLogin": "Попытался войти", + "audit_table.attemptedOAuthToken": "Попытка получить токен OAuth", + "audit_table.attemptedPassword": "Попытка изменить пароль", + "audit_table.attemptedRegisterApp": "Попытка регистрации нового OAuth приложения с идентификатором {id}", + "audit_table.attemptedReset": "Попытался сбросить пароль", + "audit_table.attemptedWebhookCreate": "Попытался создать webhook", + "audit_table.attemptedWebhookDelete": "Попытка удаления вебхука", + "audit_table.by": " пользователем {username}", + "audit_table.byAdmin": " админом", + "audit_table.channelCreated": "Создан канал/группа {channelName}", + "audit_table.channelDeleted": "Удален канал/группа с URL {url}", + "audit_table.establishedDM": "Установлен канал прямого обмена сообщениями с {username}", + "audit_table.failedExpiredLicenseAdd": "Ошибка добавления новой лицензии потому что она закончилась или ещё не началась.", + "audit_table.failedInvalidLicenseAdd": "Не удалось добавить недействительную лицензию", + "audit_table.failedLogin": "Неудачная попытка входа", + "audit_table.failedOAuthAccess": "Failed to allow a new OAuth service access - the redirect URI did not match the previously registered callback", + "audit_table.failedPassword": "Failed to change password - tried to update user password who was logged in through oauth", + "audit_table.failedWebhookCreate": "Failed to create a webhook - bad channel permissions", + "audit_table.failedWebhookDelete": "Сбой при удалении вебхука - несоответствующие условия", + "audit_table.headerUpdated": "Обновлен заголовок канала/группы {channelName}", + "audit_table.ip": "IP-адрес", + "audit_table.licenseRemoved": "Лицензия успешно удалена", + "audit_table.loginAttempt": " (Попытка входа)", + "audit_table.loginFailure": " (Ошибка входа)", + "audit_table.logout": "Вы успешно вышли из своего аккаунта", + "audit_table.member": "участник", + "audit_table.nameUpdated": "Обновлено имя канала/группы {channelName}", + "audit_table.oauthTokenFailed": "Failed to get an OAuth access token - {token}", + "audit_table.revokedAll": "Завершены все сессии для этой команды", + "audit_table.sentEmail": "На {email} отправлено сообщение для сброса пароля", + "audit_table.session": "Идентификатор сессии", + "audit_table.sessionRevoked": "Сессия с id {sessionId} была разорвана", + "audit_table.successfullLicenseAdd": "Новая лицензия успешно добавлена", + "audit_table.successfullLogin": "Успешный вход", + "audit_table.successfullOAuthAccess": "Successfully gave a new OAuth service access", + "audit_table.successfullOAuthToken": "Successfully added a new OAuth service", + "audit_table.successfullPassword": "Пароль успешно изменён", + "audit_table.successfullReset": "Пароль успешно сброшен", + "audit_table.successfullWebhookCreate": "Webhook успешно создан", + "audit_table.successfullWebhookDelete": "Webhook успешно удалён", + "audit_table.timestamp": "Временная метка", + "audit_table.updateGeneral": "Основные настройки аккаунта обновлены", + "audit_table.updateGlobalNotifications": "Настройки глобальных уведомлений обновлены", + "audit_table.updatePicture": "Изображение вашего профиля обновлено", + "audit_table.updatedRol": "Роль пользователя обновлена на ", + "audit_table.userAdded": "Добавлен пользователь {username} в канал/группу {channelName}", + "audit_table.userId": "ID пользователя", + "audit_table.userRemoved": "Удален пользователь {username} из канала/группы {channelName}", + "audit_table.verified": "Адрес электронной почты подтвержден", + "authorize.access": "Предоставить {appName} доступ?", + "authorize.allow": "Разрешить", + "authorize.app": "Приложение {appName} запрашивает разрешение на просмотр и модификацию вашей базовой информации.", + "authorize.deny": "Запретить", + "authorize.title": "{appName} желает подключиться к вашей Mattermost учетной записи", + "backstage_list.search": "Поиск", + "backstage_navbar.backToMattermost": "Возврат к {siteName}", + "backstage_sidebar.emoji": "Пользовательские эмодзи", + "backstage_sidebar.integrations": "Интеграция", + "backstage_sidebar.integrations.commands": "Cлэш-команды", + "backstage_sidebar.integrations.incoming_webhooks": "Входящие Webhook'и", + "backstage_sidebar.integrations.oauthApps": "OAuth 2.0 приложения", + "backstage_sidebar.integrations.outgoing_webhooks": "Исходящие Webhook'и", + "calling_screen": "Вызов", + "center_panel.recent": "Нажмите здесь, чтобы перейти к последнему сообщению. ", + "change_url.close": "Закрыть", + "change_url.endWithLetter": "Должен заканчиваться буквой или цифрой", + "change_url.invalidUrl": "Некорректный URL", + "change_url.longer": "URL must be two or more characters.", + "change_url.noUnderscore": "Не может содержать два подчеркивания подряд.", + "change_url.startWithLetter": "Должен начинаться с буквы или цифры", + "channelHeader.addToFavorites": "Добавить в избранное", + "channelHeader.removeFromFavorites": "Удалить из избранного", + "channel_flow.alreadyExist": "Канал с таким URL уже существует", + "channel_flow.changeUrlDescription": "Некоторые символы не разрешены в URL-адресе и могут быть удалены.", + "channel_flow.changeUrlTitle": "Изменить URL-адрес {term}", + "channel_flow.channel": "Канал", + "channel_flow.create": "Создать {term}", + "channel_flow.group": "Группа", + "channel_flow.handleTooShort": "Ссылка на канал должна быть не короче 2-х буквенных символов", + "channel_flow.invalidName": "Недопустимое имя канала", + "channel_flow.set_url_title": "Установить адрес {term}", + "channel_header.addMembers": "Добавить участников", + "channel_header.addToFavorites": "Добавить в избранное", + "channel_header.channel": "Канал", + "channel_header.channelHeader": "Изменить заголовок канала", + "channel_header.delete": "Удалить {term}", + "channel_header.flagged": "Отмеченные сообщения", + "channel_header.group": "Группа", + "channel_header.leave": "Покинуть {term}", + "channel_header.manageMembers": "Управление участниками", + "channel_header.notificationPreferences": "Настройка уведомлений", + "channel_header.recentMentions": "Недавние упоминания", + "channel_header.removeFromFavorites": "Удалить из избранного", + "channel_header.rename": "Переименовать {term}", + "channel_header.setHeader": "Редактировать заголовок {term}", + "channel_header.setPurpose": "Редактировать цель {term}", + "channel_header.viewInfo": "Информация", + "channel_header.viewMembers": "Просмотреть список участников", + "channel_header.webrtc.call": "Видеовызов", + "channel_header.webrtc.offline": "Пользователь не в сети", + "channel_header.webrtc.unavailable": "Новый вызов недоступен до завершения текущего вызова", + "channel_info.about": "О канале", + "channel_info.close": "Закрыть", + "channel_info.header": "Заголовок:", + "channel_info.id": "ID: ", + "channel_info.name": "Имя:", + "channel_info.notFound": "Не найдено ни одного канала", + "channel_info.purpose": "Назначение:", + "channel_info.url": "URL:", + "channel_invite.add": " Добавить", + "channel_invite.addNewMembers": "Добавить новых участников в ", + "channel_invite.close": "Закрыть", + "channel_loader.connection_error": "Возникла проблема с сетевым подключением.", + "channel_loader.posted": "Опубликовано", + "channel_loader.socketError": "Пожалуйста, проверьте ваше соединение, Mattermost недостижим. Если эта проблема постоянна, попросите администратора проверить порт WebSocket.", + "channel_loader.someone": "Кто-то", + "channel_loader.something": " сделал что-то новое", + "channel_loader.unknown_error": "Мы получили неожиданный код состояния от сервера.", + "channel_loader.uploadedFile": " загрузил файл", + "channel_loader.uploadedImage": " загрузил изображение", + "channel_loader.wrote": " написал: ", + "channel_members_dropdown.channel_admin": "Администратор канала", + "channel_members_dropdown.channel_member": "Участник канала", + "channel_members_dropdown.make_channel_admin": "Сделать администратором канала", + "channel_members_dropdown.make_channel_member": "Сделать участником канала", + "channel_members_dropdown.remove_from_channel": "Удалить с канала", + "channel_members_dropdown.remove_member": "Удалить участника", + "channel_members_modal.addNew": " Добавить участников", + "channel_members_modal.members": "Участники", + "channel_modal.cancel": "Отмена", + "channel_modal.channel": "Канал", + "channel_modal.createNew": "Создать ", + "channel_modal.descriptionHelp": "Опишите, как следует использовать {term}.", + "channel_modal.displayNameError": "Channel name must be 2 or more characters", + "channel_modal.edit": "Редактировать", + "channel_modal.group": "Группа", + "channel_modal.header": "Заголовок", + "channel_modal.headerEx": "Например: \"[Заголовок ссылки](http://example.com)\"", + "channel_modal.headerHelp": "Задайте текст, который появится в заголовке {term} рядом с названием {term}. К примеру, вы можете включить часто используемые ссылки, введя [Текст ссылки](http://example.com).", + "channel_modal.modalTitle": "Новый ", + "channel_modal.name": "Имя", + "channel_modal.nameEx": "Например: \"Bugs\", \"Маркетинг\", \"客户支持\"", + "channel_modal.optional": "(необязательно)", + "channel_modal.privateGroup1": "Создать новую приватную группу с ограниченным доступом. ", + "channel_modal.privateGroup2": "Создать приватную группу", + "channel_modal.publicChannel1": "Создать общедоступный канал", + "channel_modal.publicChannel2": "Создать новый публичный канал. ", + "channel_modal.purpose": "Назначение", + "channel_modal.purposeEx": "E.g.: \"A channel to file bugs and improvements\"", + "channel_notification.push": "Отправить мобильное push-уведомление", + "channel_notifications.allActivity": "При любой активности", + "channel_notifications.allUnread": "При любых непрочитанных сообщениях", + "channel_notifications.globalDefault": "По умолчанию глобально ({notifyLevel})", + "channel_notifications.markUnread": "Отмечать канал как непрочтенный", + "channel_notifications.never": "Никогда", + "channel_notifications.onlyMentions": "Только при упоминаниях", + "channel_notifications.override": "При выборе настройки, отличной от \"По умолчанию\" перезапишутся общие настройки уведомлений. Уведомления на рабочий стол доступны в Firefox, Safari, и Chrome.", + "channel_notifications.overridePush": "Selecting an option other than \"Global default\" will override the global notification settings for mobile push notifications in account settings. Push notifications must be enabled by the System Admin.", + "channel_notifications.preferences": "Настройки уведомлений для ", + "channel_notifications.sendDesktop": "Отправлять уведомления на рабочий стол", + "channel_notifications.unreadInfo": "Название канала в боковом меню выделяется жирным, когда есть непрочитанные сообщения. Если выбрано \"Только при упоминаниях\" название канала будет выделяться только если Вас упомянут.", + "channel_select.placeholder": "--- Выбрать канал ---", + "channel_switch_modal.dm": "(Личное сообщение)", + "channel_switch_modal.failed_to_open": "Не удалось открыть канал.", + "channel_switch_modal.help": "Напишите название канала. Используйте ↑↓ для перемещения, TAB для выбора, ↵ для подтверждения и ESC для отказа", + "channel_switch_modal.not_found": "Совпадений не найдено.", + "channel_switch_modal.submit": "Переключить", + "channel_switch_modal.title": "Сменить каналы", + "claim.account.noEmail": "Email не указан", + "claim.email_to_ldap.enterLdapPwd": "Введите идентификатор и пароль от Вашего AD/LDAP аккаунта", + "claim.email_to_ldap.enterPwd": "Введите пароль для вашего почтового аккаунта {site}", + "claim.email_to_ldap.ldapId": "AD/LDAP ID", + "claim.email_to_ldap.ldapIdError": "Введите свой AD/LDAP идентификатор.", + "claim.email_to_ldap.ldapPasswordError": "Введите ваш пароль AD/LDAP.", + "claim.email_to_ldap.ldapPwd": "Пароль AD/LDAP", + "claim.email_to_ldap.pwd": "Пароль", + "claim.email_to_ldap.pwdError": "Введите пароль.", + "claim.email_to_ldap.ssoNote": "У вас уже должна быть действующая учетная запись AD/LDAP.", + "claim.email_to_ldap.ssoType": "После утверждения вашего аккаунта, вы сможете войти в систему только с AD/LDAP", + "claim.email_to_ldap.switchTo": "Переключить аккаунт на AD/LDAP", + "claim.email_to_ldap.title": "Переключить Email/Password на AD/LDAP", + "claim.email_to_oauth.enterPwd": "Введите пароль для вашей учетной записи {site}", + "claim.email_to_oauth.pwd": "Пароль", + "claim.email_to_oauth.pwdError": "Введите пароль.", + "claim.email_to_oauth.ssoNote": "Вы должны уже иметь корректный {type} аккаунт", + "claim.email_to_oauth.ssoType": "Upon claiming your account, you will only be able to login with {type} SSO", + "claim.email_to_oauth.switchTo": "Переключить аккаунт на {uiType}", + "claim.email_to_oauth.title": "Переключить E-Mail/Пароль аккаунт на {uiType}", + "claim.ldap_to_email.confirm": "Подтвердить пароль", + "claim.ldap_to_email.email": "Вы будете использовать E-Mail {email} для входа в систему", + "claim.ldap_to_email.enterLdapPwd": "Введите ваш {ldapPassword} для вашего почтового аккаунта {site}", + "claim.ldap_to_email.enterPwd": "Введите новый пароль для вашего почтового аккаунта", + "claim.ldap_to_email.ldapPasswordError": "Пожалуйста, введите свой пароль AD/LDAP.", + "claim.ldap_to_email.ldapPwd": "Пароль AD/LDAP", + "claim.ldap_to_email.pwd": "Пароль", + "claim.ldap_to_email.pwdError": "Введите ваш пароль.", + "claim.ldap_to_email.pwdNotMatch": "Пароли не совпадают.", + "claim.ldap_to_email.ssoType": "Upon claiming your account, you will only be able to login with your email and password", + "claim.ldap_to_email.switchTo": "Переключить аккаунт на E-Mail/пароль", + "claim.ldap_to_email.title": "Переключить AD/LDAP на Email/Password", + "claim.oauth_to_email.confirm": "Подтвердить пароль", + "claim.oauth_to_email.description": "При смене типа аккаунта Вы сможете войти в систему только с вашим E-Mail и паролем.", + "claim.oauth_to_email.enterNewPwd": "Введите новый пароль для вашего аккаунта email {site}", + "claim.oauth_to_email.enterPwd": "Пожалуйста, введите пароль.", + "claim.oauth_to_email.newPwd": "Новый пароль", + "claim.oauth_to_email.pwdNotMatch": "Пароли не совпадают.", + "claim.oauth_to_email.switchTo": "Перейти с {type} к использованию e-mail и пароля", + "claim.oauth_to_email.title": "Переключить аккаунт {type} на E-Mail", + "confirm_modal.cancel": "Отмена", + "connecting_screen": "Подключение", + "create_comment.addComment": "Добавить комментарий...", + "create_comment.comment": "Добавить комментарий", + "create_comment.commentLength": "Длина комментария должна быть меньше {max} символов.", + "create_comment.commentTitle": "Комментарий", + "create_comment.file": "Загрузка файла", + "create_comment.files": "Загрузка файлов", + "create_post.comment": "Комментарий", + "create_post.error_message": "Ваше сообщение слишком длинное. Количество символов: {length}/{limit}", + "create_post.post": "Сообщение", + "create_post.shortcutsNotSupported": "Горячие клавиши не поддерживаются на вашем устройстве.", + "create_post.tutorialTip": "

    Отправка сообщений

    Напишите здесь сообщение и нажмите Enter для отправки.

    Нажмите кнопку Вложение для загрузки изображения или файла.

    ", + "create_post.write": "Ваше сообщение...", + "create_team.agreement": "By proceeding to create your account and use {siteName}, you agree to our Terms of Service and Privacy Policy. If you do not agree, you cannot use {siteName}.", + "create_team.display_name.charLength": "Имя должно быть длиннее {min} и меньше {max} символов. Вы можете добавить описание команды позже.", + "create_team.display_name.nameHelp": "Название команды на любом языке. Название команды будет показано в меню и заголовках.", + "create_team.display_name.next": "Далее", + "create_team.display_name.required": "Обязательное поле", + "create_team.display_name.teamName": "Название команды", + "create_team.team_url.back": "На предыдущий шаг", + "create_team.team_url.charLength": "Имя должно быть больше {min} символов и не больше {max}", + "create_team.team_url.creatingTeam": "Создание команды...", + "create_team.team_url.finish": "Готово", + "create_team.team_url.hint": "
  • Лучше использовать короткие и запоминающиеся
  • Используйте строчные буквы, цифры и тире
  • Должно начинаться с буквы и не может заканчиваться на тире
  • ", + "create_team.team_url.regex": "Используйте строчные буквы, цифры и тире. Должно начинаться с буквы и не может заканчиваться на тире.", + "create_team.team_url.required": "Обязательное поле", + "create_team.team_url.taken": "Этот URL начинается с зарезервированного слова или недоступен. Пожалуйста, попробуйте другой.", + "create_team.team_url.teamUrl": "URL команды", + "create_team.team_url.unavailable": "Этот URL занят или недоступен. Пожалуйста, попробуйте другой.", + "create_team.team_url.webAddress": "Выберите адрес вашей новой команды:", + "custom_emoji.empty": "Не найдено загруженного эмодзи", + "custom_emoji.header": "Пользовательские смайлы", + "custom_emoji.search": "Найти кастомные Emoji", + "default_channel.purpose": "Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.", + "delete_channel.cancel": "Отмена", + "delete_channel.channel": "канал", + "delete_channel.confirm": "Подтверждение УДАЛЕНИЯ канала", + "delete_channel.del": "Удалить", + "delete_channel.group": "группа", + "delete_channel.question": "Это удалит канал из команды и все его данные. Вы уверены, что хотите удалить {display_name} {term}?", + "delete_post.cancel": "Отмена", + "delete_post.comment": "Комментарий", + "delete_post.confirm": "Подтвердите удаление {term}", + "delete_post.del": "Удалить", + "delete_post.post": "Сообщение", + "delete_post.question": "Действительно хотите удалить {term}?", + "delete_post.warning": "Это сообщение имеет {count} комментариев(-ия).", + "edit_channel_header_modal.cancel": "Отмена", + "edit_channel_header_modal.description": "Измените текст, который добавится после названия канала в заголовке.", + "edit_channel_header_modal.error": "Заоловок канала слишком длинный", + "edit_channel_header_modal.save": "Сохранить", + "edit_channel_header_modal.title": "Редактировать заголовок {channel}", + "edit_channel_header_modal.title_dm": "Правка заголовка", + "edit_channel_purpose_modal.body": "Опишите, как {type} должен использоваться. Этот текст будет виден окне, после нажатия кнопки \"Еще...\" в списке каналов и поможет другим с выбором.", + "edit_channel_purpose_modal.cancel": "Отмена", + "edit_channel_purpose_modal.channel": "Канал", + "edit_channel_purpose_modal.error": "Назначение канала слишком длинное", + "edit_channel_purpose_modal.group": "Группа", + "edit_channel_purpose_modal.save": "Сохранить", + "edit_channel_purpose_modal.title1": "Редактировать Назначение", + "edit_channel_purpose_modal.title2": "Редактировать назначение для ", + "edit_command.save": "Обновить", + "edit_post.cancel": "Отмена", + "edit_post.edit": "Редактировать {title}", + "edit_post.editPost": "Редактировать сообщение...", + "edit_post.save": "Сохранить", + "email_signup.address": "Email адрес", + "email_signup.createTeam": "Создать команду", + "email_signup.emailError": "Пожалуйста, введите корректный адрес электронной почты.", + "email_signup.find": "Найти мои команды", + "email_verify.almost": "{siteName}: Вы почти закончили", + "email_verify.failed": " Ошибка отправки сообщения.", + "email_verify.notVerifiedBody": "Пожалуйста, подтвердите свой email адрес. Проверьте папку \"Входящие\".", + "email_verify.resend": "Отправить ещё раз", + "email_verify.sent": " Email проверки отправлен.", + "email_verify.verified": "{siteName} Email проверен", + "email_verify.verifiedBody": "

    Ваш email верифицирован! Нажмите here для входа.

    ", + "email_verify.verifyFailed": "Не удалось подтвердить email.", + "emoji_list.actions": "Действия", + "emoji_list.add": "Добавить пользовательский смайл", + "emoji_list.creator": "Автор", + "emoji_list.delete": "Удалить", + "emoji_list.delete.confirm.button": "Удалить", + "emoji_list.delete.confirm.msg": "This action permanently deletes the custom emoji. Are you sure you want to delete it?", + "emoji_list.delete.confirm.title": "Delete Custom Emoji", + "emoji_list.empty": "Не найдено загруженного эмодзи", + "emoji_list.header": "Пользовательские эмодзи", + "emoji_list.help": "Пользовательские смайлы доступны для всех на вашем сервере. Введите ':' в окне сообщения, чтобы открыть меню выбора смайла. Другим пользователям, возможно, потребуется обновить страницу, прежде чем появятся новые смайлы.", + "emoji_list.help2": "Совет: Если вы добавите #, ## или ### в начале строки со смайлом, то получите смайл большего размера. Чтобы попробовать, отправьте сообщение: '# :smile:'.", + "emoji_list.image": "Изображения", + "emoji_list.name": "Имя", + "emoji_list.search": "Найти кастомные Emoji", + "emoji_list.somebody": "Кто-то в другой команде", + "emoji_picker.activity": "Activity", + "emoji_picker.custom": "Custom", + "emoji_picker.emojiPicker": "Emoji Picker", + "emoji_picker.flags": "Отметить", + "emoji_picker.food": "Food", + "emoji_picker.nature": "Nature", + "emoji_picker.objects": "Objects", + "emoji_picker.people": "People", + "emoji_picker.recent": "Recently Used", + "emoji_picker.search": "Поиск", + "emoji_picker.symbols": "Symbols", + "emoji_picker.travel": "Travel", + "error.not_found.link_message": "Назад в Mattermost", + "error.not_found.message": "Эта страница не существует", + "error.not_found.title": "Страница не найдена", + "error.not_supported.message": "Приватный просмотр не поддерживается", + "error.not_supported.title": "Браузер не поддерживается", + "error_bar.expired": "Enterprise license is expired and some features may be disabled. Please renew.", + "error_bar.expiring": "Enterprise license expires on {date}. Please renew.", + "error_bar.past_grace": "Enterprise license is expired and some features may be disabled. Please contact your System Administrator for details.", + "error_bar.preview_mode": "Режим просмотра: Email уведомления не настроены", + "file_attachment.download": "Скачать", + "file_info_preview.size": "Размер ", + "file_info_preview.type": "Тип файла ", + "file_upload.fileAbove": "Нельзя загрузить файл больше {max}МБ: {filename}", + "file_upload.filesAbove": "Нельзя загрузить файлы больше {max}МБ: {filenames}", + "file_upload.limited": "Загрузка ограничена максимум {count} файлами(ом). Пожалуйста используйте дополнительные сообщения для отправки большего количества.more files.", + "file_upload.pasted": "Изображение вставлено в ", + "filtered_channels_list.count": "{count} {count, plural, =0 {0 channels} one {channel} other {channels}}", + "filtered_channels_list.countTotal": "{count} {count, plural, =0 {0 channels} one {channel} other {channels}} of {total} total", + "filtered_channels_list.search": "Поиск каналов", + "filtered_user_list.any_team": "Все пользователи", + "filtered_user_list.count": "{count} {count, plural, =0 {0 members} one {member} other {members}}", + "filtered_user_list.countTotal": "{count} {count, plural, =0 {0 members} one {member} other {members}} of {total} Total", + "filtered_user_list.countTotalPage": "{startCount, number} - {endCount, number} {count, plural, =0 {0 members} one {member} other {members}} of {total} total", + "filtered_user_list.member": "Участник", + "filtered_user_list.next": "Далее", + "filtered_user_list.prev": "Previous", + "filtered_user_list.search": "Поиск пользователей", + "filtered_user_list.searchButton": "Поиск", + "filtered_user_list.show": "Фильтр:", + "filtered_user_list.team_only": "Участники команды", + "find_team.email": "Email", + "find_team.findDescription": "Сообщение отправлено на вашу электронную почту со ссылками на все команды, в которых вы участник.", + "find_team.findTitle": "Поиск вашей команды", + "find_team.getLinks": "Получить сообщение на электронную почту со ссылками на все команды, где вы участник.", + "find_team.placeholder": "you@domain.com", + "find_team.send": "Отправить", + "find_team.submitError": "Введите корректный email", + "flag_post.flag": "Отметить для отслеживания", + "flag_post.unflag": "Не помечено", + "general_tab.chooseDescription": "Пожалуйста, выберите новое описание для вашей команды", + "general_tab.codeDesc": "Нажмите 'Редактировать' для перегенерации кода приглашения.", + "general_tab.codeLongDesc": "Код приглашения используется как часть URL в ссылке приглашения в команду, созданная в разделе {getTeamInviteLink} в главном меню. Пересоздание создаст новую ссылку для приглашения и сделает предыдущую недействительной.", + "general_tab.codeTitle": "Код приглашения", + "general_tab.emptyDescription": "Нажмите 'Редактировать' для добавления описания.", + "general_tab.getTeamInviteLink": "Получить ссылку для приглашения в команду", + "general_tab.includeDirDesc": "Including this team will display the team name from the Team Directory section of the Home Page, and provide a link to the sign-in page.", + "general_tab.no": "Нет", + "general_tab.openInviteDesc": "Если разрешено, ссылка на эту команду будет отображаться на странице входа, позволяя любому пользователю войти в команду.", + "general_tab.openInviteTitle": "Разрешить вход любому пользователю с учетной записью на этом сервере", + "general_tab.regenerate": "Regenerate", + "general_tab.required": "Обязательное поле", + "general_tab.teamDescription": "Описание команды", + "general_tab.teamDescriptionInfo": "Описание команды предоставляет дополнительную информацию, помогающую пользователям выбрать нужную им команду. Максимум 50 символов.", + "general_tab.teamName": "Название команды", + "general_tab.teamNameInfo": "Установите название команды, отображаемое на экране входа и в левом верхнем углу боковой панели.", + "general_tab.title": "Общие настройки", + "general_tab.yes": "Да", + "get_app.alreadyHaveIt": "Уже есть?", + "get_app.androidAppName": "Mattermost для Android", + "get_app.androidHeader": "Mattermost будет удобнее с нашим приложением для Android", + "get_app.continue": "продолжить", + "get_app.continueWithBrowser": "Или {link}", + "get_app.continueWithBrowserLink": "продолжить в браузере", + "get_app.iosHeader": "Mattermost будет удобнее с нашим приложением для iPhone", + "get_app.mattermostInc": "Mattermost, Inc", + "get_app.openMattermost": "Открыть Mattermost", + "get_link.clipboard": " Ссылка скопирована", + "get_link.close": "Закрыть", + "get_link.copy": "Скопировать ссылку", + "get_post_link_modal.help": "The link below allows authorized users to see your post.", + "get_post_link_modal.title": "Скопировать постоянную ссылку", + "get_public_link_modal.help": "Ссылка ниже позволяет видеть этот файл любому, не будучи зарегистрированным на этом сервере.", + "get_public_link_modal.title": "Получить публичную ссылку", + "get_team_invite_link_modal.help": "Отправьте товарищам эту ссылку для регистрации в команде. Ссылку можно отправить нескольким людям, т.к. она не меняется и может быть перегенерирована в настройках команды администратором команды.", + "get_team_invite_link_modal.helpDisabled": "Создание пользователей было отключено для вашей команды. Пожалуйста, обратитесь к администратору команды за подробностями.", + "get_team_invite_link_modal.title": "Ссылка для приглашения в команду", + "help.attaching.downloading": "#### Загрузка файлов\nДля загрузки вложенного файла щелкните иконку рядом с миниатюрой файла или в окне просмотра по надписи **Загрузить**.", + "help.attaching.dragdrop": "#### Перетаскивание\nДля загрузки файла или нескольких файлов перетащите файлы с вашего компьютера в окно клиента. Перетаскивание прикрепляет файлы к строке ввода текста, затем вы можете добавить сообщение и нажать **ENTER** для отправки.", + "help.attaching.icon": "#### Иконка \"Вложение\"\nАльтернативный способ загрузки - щелчок по иконки скрепки в панели ввода текста. После откроется ваш системный файловый браузер где вы можете перейти к нужным файлам и нажать **Открыть** для загрузки файлов в панель ввода сообщений. Где можно ввести сообщение и затем нажмите **ENTER** для отправки.", + "help.attaching.limitations": "## Ограничения на размер файлов\n Mattermost поддерживает до пяти прикрепленных файлов в одном сообщении, размер каждого файла до 50 Мб.", + "help.attaching.methods": "## Способы отправки файлов\nПрикрепить файл можно перетащив его в окно программы или воспользовавшись кнопкой вложения в окне ввода сообщений.", + "help.attaching.notSupported": "Предпросмотр документов (Word, Excel, PPT) пока не поддерживается.", + "help.attaching.pasting": "#### Вставка изображений\nВ браузерах Chrome и Edge, можно загружать файлы, вставляя их из буфера обмена. Пока не поддерживается в других браузерах.", + "help.attaching.previewer": "## Просмотр файлов\nMattermost имеет встроенный просмотрщик меди файлов, загруженных файлов и общих ссылок. Щелкните миниатюру вложенного файла для открытия окна просмотра.", + "help.attaching.publicLinks": "#### Размещение общедоступных ссылок\nОбщедоступные ссылки позволяют обмениваться вложенными файлами с людьми за пределами вашей команды Mattermost. Откройте просмотрщик файлов, нажав на иконку вложения, затем нажмите **Получить общедоступную ссылку**. Откроется диалоговое окно со ссылкой на копию файла. При открытии общедоступной ссылки другим пользователем файл будет автоматически загружен.", + "help.attaching.publicLinks2": "Если команда **Получить общедоступную ссылку** не отображается в окне просмотра и вы хотите воспользоваться данной опцией, вы можете обратиться к вашему системному администратору для включения в Системной консоли в разделе **Безопасность** > **Общедоступные ссылки**.", + "help.attaching.supported": "#### Поддерживаемые типы медиа-контента\nЕсли вы попытаетесь просмотреть не поддерживаемый формат медиа файлов, просмотрщик файлов покажет значок стандартного приложения. Поддерживаемые медиа форматы в значительной степени зависят от вашего браузера и операционной системы, но следующие форматы поддерживаются Mattermost в большинстве браузеров:", + "help.attaching.supportedList": "- Изображения: BMP, GIF, JPG, JPEG, PNG\n- Видео: MP4\n- Аудио: MP3, M4A\n- Документы: PDF", + "help.attaching.title": "# Прикрепление файлов\n_____", + "help.commands.builtin": "## Встроенные команды\nСледующие слэш команды доступны на всех установках Mattermost:", + "help.commands.builtin2": "Начните писать с `/` и вы увидите список команд, доступных для использования. Подсказки автодополнения помогут вам примерами (чёрный) и коротким описанием команд (серый).", + "help.commands.custom": "## Пользовательские команды\nПользовательские команды позволяют взаимодействовать с внешними приложениями. Например, можно настроить команду для проверки внутренних медицинских записей пациента `/patient joe smith` или проверить прогноз погоды в городе `/weather toronto week`. Уточните у системного администратора или откройте список команд, введя`/`, чтобы определить, есть ли у вас настроенные команды.", + "help.commands.custom2": "Пользовательские слэш-команды отключены по умолчанию и могут быть включены системным администратором в **Системная консоль** > **Интеграции** > **Webhook'и и команды**. Более подробную информацию о конфигурировании слэш-команд вы можете найти в [документации](http://docs.mattermost.com/developer/slash-commands.html).", + "help.commands.intro": "В текстовых полях ввода Mattermost можно вводить команды управления которые выполняют действия. Введите \"/\" и далее после неё команду и аргументы, чтобы выполнить действие.\n\nВстроенные команды управления доступны во всех установках Mattermost, пользовательские команды настраиваются для взаимодействия с внешними приложениями. О настройке команд можно узнать на странице [developer slash command documentation page](http://docs.mattermost.com/developer/slash-commands.html).", + "help.commands.title": "# Выполнение команд\n___", + "help.composing.deleting": "## Удаление сообщений\nДля удаления сообщения нажмите иконку **[...]** рядом с любым размещенным вами сообщением, затем нажмите **Удалить**. Администраторы системы и команды могут удалять любые сообщения в их системе или команде.", + "help.composing.editing": "## Редактирование сообщения\nДля редактирования сообщения нажмите иконку **[...]** рядом с отправленным вами сообщением, затем щелкните **Редактировать**. После внесения изменений, нажмите **ENTER** для сохранения. Редактирование сообщений не вызывает триггер @mention notifications, всплывающие уведомления или звуковые уведомления.", + "help.composing.linking": "## Ссылка на сообщение\nОпция **Постоянная ссылка** создает ссылку к любому сообщению. Её использование в канале позволяет пользователям просматривать связанное сообщение в архиве сообщений. Пользователи которые не являются членами канала с сообщением, на которое была размещена ссылка, не могут просмотреть сообщение. Для получения постоянной ссылки на сообщение щелкните иконку **[...]** рядом с сообщением > **Постоянная ссылка** > **Копировать ссылку**.", + "help.composing.posting": "## Отправка сообщения\nНапишите сообщение введя текст в окне ввода сообщения, затем нажмите **ENTER** для отправки. Используйте **Shift + ENTER** для перехода на новую строку без отправки сообщения. Для отправки сообщений по **CTRL+ENTER** зайдите в **Главное меню > Настройки аккаунта > Отправлять сообщения по CTRL + ENTER**.", + "help.composing.posts": "#### Сообщения\nСообщения могут содержать родительские сообщения. Эти сообщения часто начинаются с потока ответов. Сообщения пишут в текстовом поле ввода и отправляют нажатием на кнопку в центральной панели.", + "help.composing.replies": "#### Ответы\nЧтобы ответить на сообщение кликните на пиктограмму следующую за любым текстом сообщения. Это действие откроет правую боковую панель где вы можете увидеть ветвь сообщения, там напишите и отправьте ваш ответ. Ответы выделены отступом в центральной панели это означает, что это дочерние сообщения от родительского сообщения.\n\nКогда пишите ответ в правой панели кликните пиктограмму развернуть/свернуть (перекрестие) в верху боковой панели, это облегчит чтение.", + "help.composing.title": "# Отправка сообщений\n_____", + "help.composing.types": "## Типы сообщений\nОтветы на сообщения организуются в нити.", + "help.formatting.checklist": "Составьте список задач, включив в квадратные скобки:", + "help.formatting.checklistExample": "- [ ] Первый пункт\n- [ ] Второй пункт\n- [x] Завершённый пункт", + "help.formatting.code": "## Блоки кода\n\nБлоки кода отбиваются 4 пробелами в начале строки или ставятся три апострофа в начале и конце блока кода.", + "help.formatting.codeBlock": "Блок кода", + "help.formatting.emojiExample": ":smile: :+1: :sheep:", + "help.formatting.emojis": "## Смайлы\n\nДля открытия перечня автоподстановки смайлов введите `:`. Полный перечень смайлов - [здесь](http://www.emoji-cheat-sheet.com/). Так же возможно создание пользовательских смайлов - [Custom Emoji](http://docs.mattermost.com/help/settings/custom-emoji.html) если желаемый смайл отсутствует.", + "help.formatting.example": "Пример:", + "help.formatting.githubTheme": "**Тема GitHub**", + "help.formatting.headings": "## Заголовки\n\nЗаголовки отмечаются решёткой в начале строки и пробелом после неё, Чтобы создать заголовок поменьше, используйте больше решёток (от двух до шести).", + "help.formatting.headings2": "Альтернативно, можно обрамлять текст символами `===` или `---` для создания заголовков.", + "help.formatting.headings2Example": "Большие заголовки\n-------------", + "help.formatting.headingsExample": "## Заголовок 1\n### Заголовок 2\n#### Заголовок 3", + "help.formatting.images": "## Встроенные изображения\n\nЧтобы вставить изображение в сообщение, начните писать с `!`, далее альтернативное описание в квадратных скобках и ссылку в круглых. Напишите текст в скобках после ссылки, чтобы добавить текст поверх картинки.", + "help.formatting.imagesExample": "![альтернативный текст](ссылка \"плавающий текст\")\n\nи\n\n[![Статус сборки](https://travis-ci.org/mattermost/platform.svg?branch=master)](https://travis-ci.org/mattermost/platform) [![Github](https://assets-cdn.github.com/favicon.ico)](https://github.com/mattermost/platform)", + "help.formatting.inline": "## Inline-код\n\nДля вставки кода внутри предложений нужно заключать этот код в апострофы (на букве Ё).", + "help.formatting.intro": "Markdown позволяет легко форматировать сообщения. Наберите своё сообщения, как вы всегда это делаете, а потом примените правила, чтобы его отформатировать.", + "help.formatting.lines": "## Линии\n\nВы можете создать линию при помощи трёх символов `*`, `_`, или `-`.", + "help.formatting.linkEx": "[Сходи на Mattermost!](https://about.mattermost.com/)", + "help.formatting.links": "## Ссылки\n\nДля создания именованных ссылок, введите отображаемый текст в квадратных скобках и связанную с ним ссылку в круглых скобках.", + "help.formatting.listExample": "* элемент 1\n* элемент 2\n * элемент 2.1", + "help.formatting.lists": "## Списки\n\nДля создания списка используйте `*` или `-` в качестве маркера. Добавив два пробела перед символом маркера.", + "help.formatting.monokaiTheme": "**Тема Monokai**", + "help.formatting.ordered": "Сделать упорядоченный список, используя номера:", + "help.formatting.orderedExample": "1. первый пункт\n2. второй пункт", + "help.formatting.quotes": "## Блок цитаты\n\nСоздать блок цитаты используя \">\".", + "help.formatting.quotesExample": "`> блок цитаты` отображается:", + "help.formatting.quotesRender": "> Цитаты", + "help.formatting.renders": "Распознавать как:", + "help.formatting.solirizedDarkTheme": "**Solarized Dark**", + "help.formatting.solirizedLightTheme": "**Solarized Light**", + "help.formatting.style": "## Стили текста\n\nВы можете поставить символы `_` или `*` вокруг слова что бы сделать его курсивом. Используйте два символа что бы сделать текст жирным.\n\n* `_курсив_` отображается как _курсив_\n* `**жирный**` отображается как **жирный**\n* `**_жирный-курсив_**` отображается как **_жирный-курсив_**\n* `~~зачёркнутый~~` отображается как ~~зачёркнутый~~", + "help.formatting.supportedSyntax": "Поддерживаемые языки:\n`as`, `applescript`, `osascript`, `scpt`, `bash`, `sh`, `zsh`, `clj`, `boot`, `cl2`, `cljc`, `cljs`, `cljs.hl`, `cljscm`, `cljx`, `hic`, `coffee`, `_coffee`, `cake`, `cjsx`, `cson`, `iced`, `cpp`, `c`, `cc`, `h`, `c++`, `h++`, `hpp`, `cs`, `csharp`, `css`, `d`, `di`, `dart`, `delphi`, `dpr`, `dfm`, `pas`, `pascal`, `freepascal`, `lazarus`, `lpr`, `lfm`, `diff`, `django`, `jinja`, `dockerfile`, `docker`, `erl`, `f90`, `f95`, `fsharp`, `fs`, `gcode`, `nc`, `go`, `groovy`, `handlebars`, `hbs`, `html.hbs`, `html.handlebars`, `hs`, `hx`, `java`, `jsp`, `js`, `jsx`, `json`, `jl`, `kt`, `ktm`, `kts`, `less`, `lisp`, `lua`, `mk`, `mak`, `md`, `mkdown`, `mkd`, `matlab`, `m`, `mm`, `objc`, `obj-c`, `ml`, `perl`, `pl`, `php`, `php3`, `php4`, `php5`, `php6`, `ps`, `ps1`, `pp`, `py`, `gyp`, `r`, `ruby`, `rb`, `gemspec`, `podspec`, `thor`, `irb`, `rs`, `scala`, `scm`, `sld`, `scss`, `st`, `sql`, `swift`, `tex`, `vbnet`, `vb`, `bas`, `vbs`, `v`, `veo`, `xml`, `html`, `xhtml`, `rss`, `atom`, `xsl`, `plist`, `yaml`", + "help.formatting.syntax": "### Подсветка синтаксиса\n\nЧтобы добавить подсветку синтаксиса, напишите язык после ``` в начале блока кода. Mattermost предлагает четыре темы оформления (GitHub, Solarized Dark, Solarized Light, Monokai), которые можно изменить в **Настройки учётной записи** > **Вид** > **Тема** > **Пользовательская тема** > **Center Channel Styles**", + "help.formatting.syntaxEx": " package main\n import \"fmt\"\n func main() {\n fmt.Println(\"Hello, 世界\")\n }", + "help.formatting.tableExample": "| По левому краю | По центру | По правому краю |\n| :-------------- |:---------------:| ---------------:|\n| Строка 1 | этот текст | 100₽ |\n| Строка 2 | выравнен | 10₽ |\n| Строка 3 | по центру | 1₽ |", + "help.formatting.tables": "## Таблицы\n\nСоздайте таблицу разместив пунктирную линию ниже заголовка строки и разделите столбцы знаком '|'. (Не нужно разлиновывать и так будет работать). Разделите таблицу на столбцы установив знак `:` в строке заголовка.", + "help.formatting.title": "# Форматирование текста\n_____", + "help.learnMore": "Узнать больше:", + "help.link.attaching": "Прикрепление файлов", + "help.link.commands": "Выполнение команд", + "help.link.composing": "Написание Сообщений и Ответов", + "help.link.formatting": "Форматирование сообщений с помощью Markdown", + "help.link.mentioning": "Упоминание членов команды", + "help.link.messaging": "Простая Переписка", + "help.mentioning.channel": "#### @Channel\nВы можете уведомить весь канал, набрав `@channel`. Каждый участник канала получит уведомление, как и если бы его упомянули лично.", + "help.mentioning.channelExample": "@channel отличная работа над собеседованиями. Я думаю мы нашли несколько потенциальных кандидатов!", + "help.mentioning.mentions": "## @Упоминания\nИспользуйте @упоминания, чтобы привлечь члена команды.", + "help.mentioning.recent": "## Последние Упоминания\nНажмите кнопку `@` рядом с полем поиска для запроса Вашего последнего @mentions и слова, которые вызывают упоминания. Нажмите кнопку **прыжок** рядом с результатом поиска в rhs чтобы пропустить центральную область канала и местоположения сообщения с упоминанием.", + "help.mentioning.title": "# Упоминание членов команды\n_____", + "help.mentioning.triggers": "## Слова-триггеры уведомлений\nВ дополнение к уведомлениям по @username и @channel, Вы можете настроить слова, упоминание которых тоже будет инициировать уведомления, в **Настройки учетной записи** > **Уведомления** > **Слова-триггеры уведомлений**. По умолчанию, Вы получаете уведомления только при упоминании своего имени, но Вы можете добавить больше слов, разделённых запятыми, введя их в поле ввода. Это полезно, если Вы хотите получать уведомления относительно всех сообщений по определенным темам, например, \"Интервью\", или \"Продажи\".", + "help.mentioning.username": "#### @Username\nВы можете упомянуть члена команды, поставив перед его именем пользователя символ `@`, что бы он получил уведомление о своём упоминании.\n\nВведите символ `@`, чтобы получить список членов команды, которые могут быть упомянуты. Для фильтрации списка введите первые несколько букв имени пользователя, имени, фамилии или псевдонима. Используя клавиши стрелки вверх и вниз Вы можете пролистывать список пользователей, а нажатием клавиши **ENTER** выбрать того пользователя, которого хотите упомянуть. После выбора имя пользователя автоматически заменится на полное имя или псевдоним.\nСледующий пример отправляет специальное уведомление об упоминании **alice**, которое уведомит её на канале и будет содержать сообщение, где она была упомянута. Если **alice** будет вдалеке от Mattermost и у неё будут включены [Уведомления по электронной почте](http://docs.mattermost.com/help/getting-started/configuring-notifications.html#email-notifications), то она получит сообщение по электронной почте о своём упоминании вместе с текстом сообщения.", + "help.mentioning.usernameCont": "Если пользователь, которого вы упомянули, не является участником канала, будет выведено системное предупреждение. Это временное предупреждение будет видно только вам. Чтобы добавить упомянутого пользователя в канал, нажмите на кнопку выпадающего меню рядом с названием канала и выберите **Добавить участников**.", + "help.mentioning.usernameExample": "@alice как прошло интервью в новым кандидатом?", + "help.messaging.attach": "**Прикрепить файлы** перетащив их в окно Mattermost или щелкнув по иконке в текстовом поле.", + "help.messaging.emoji": "**Быстрое добавление смайлов** набрав \":\", открывается перечень смайлов. Если требуемый смайл отсутствует, вы можете создать свой собственный [Пользовательские смайлы](http://docs.mattermost.com/help/settings/custom-emoji.html).", + "help.messaging.format": "**Форматируйте свои сообщения** с помощью Markdown, который поддерживает стили текста, заголовки, ссылки, эмотиконы, блоки кода, цитаты, таблицы, списки и встроенные картинки.", + "help.messaging.notify": "**Зовите членов команды** когда они нужны, набрав `@имя`.", + "help.messaging.reply": "**Ответить на сообщение** нажав на стрелку ответа рядом с текстом сообщения.", + "help.messaging.title": "# Основы обмена сообщениями\n_____", + "help.messaging.write": "**Написать сообщение** используйте поле ввода текста внизу Mattermost. Нажмите **ENTER** для отправки сообщения. Используйте **Shift+ENTER** для перехода на новую строку без отправки сообщения.", + "installed_command.header": "Слэш-команды", + "installed_commands.add": "Добавить слэш-команду", + "installed_commands.delete.confirm": "This action permanently deletes the slash command and breaks any integrations using it. Are you sure you want to delete it?", + "installed_commands.empty": "Команда не найдена", + "installed_commands.header": "Слэш-команды", + "installed_commands.help": "Создание команды слэш для использования c внешними интеграциями. Пожалуйста, смотрите {link}, чтобы узнать больше.", + "installed_commands.helpLink": "документация", + "installed_commands.search": "Поиск по слэш-командам", + "installed_commands.unnamed_command": "Неизвестная Slash-команда", + "installed_incoming_webhooks.add": "Добавить входящий Webhook", + "installed_incoming_webhooks.delete.confirm": "This action permanently deletes the incoming webhook and breaks any integrations using it. Are you sure you want to delete it?", + "installed_incoming_webhooks.empty": "Не обнаружено входящих webhook'ов", + "installed_incoming_webhooks.header": "Входящие Webhook'и", + "installed_incoming_webhooks.help": "Создание входящих webhook URL для использования с внешними интеграциями. Пожалуйста, смотрите ссылку {link}, чтобы узнать больше.", + "installed_incoming_webhooks.helpLink": "документация", + "installed_incoming_webhooks.search": "Поиск Входящих Webhooks", + "installed_incoming_webhooks.unknown_channel": "Приватный Webhook", + "installed_integrations.callback_urls": "Адреса колбэка: {urls}", + "installed_integrations.client_id": "ID клиента: {clientId}", + "installed_integrations.client_secret": "Secret Клиента: {clientSecret}", + "installed_integrations.content_type": "Content-Type: {contentType}", + "installed_integrations.creation": "Создано {creator} в {createAt, date, full}", + "installed_integrations.delete": "Удалить", + "installed_integrations.edit": "Редактировать", + "installed_integrations.hideSecret": "Скрыть Secret", + "installed_integrations.regenSecret": "Перегенерировать Secret", + "installed_integrations.regenToken": "Регенерировать токен", + "installed_integrations.showSecret": "Показать Secret", + "installed_integrations.token": "Token: {token}", + "installed_integrations.triggerWhen": "Триггер Когда: {triggerWhen}", + "installed_integrations.triggerWords": "Слова-триггеры: {triggerWords}", + "installed_integrations.unnamed_oauth_app": "Безымянное OAuth 2.0 приложение", + "installed_integrations.url": "URL: {url}", + "installed_oauth_apps.add": "Подключить OAuth 2.0 приложение", + "installed_oauth_apps.callbackUrls": "Callback URLs (Один на каждую строку)", + "installed_oauth_apps.cancel": "Отмена", + "installed_oauth_apps.delete.confirm": "This action permanently deletes the OAuth 2.0 application and breaks any integrations using it. Are you sure you want to delete it?", + "installed_oauth_apps.description": "Описание", + "installed_oauth_apps.empty": "OAuth 2.0 приложения не найдены", + "installed_oauth_apps.header": "OAuth 2.0 приложения", + "installed_oauth_apps.help": "Создание OAuth 2.0 приложений для безопасной интеграции ботов и сторонних приложений с Mattermost. Пожалуйста, смотрите {link}, чтобы узнать больше.", + "installed_oauth_apps.helpLink": "документация", + "installed_oauth_apps.homepage": "Домашняя страница", + "installed_oauth_apps.iconUrl": "Адрес иконки", + "installed_oauth_apps.is_trusted": "Доверенное: {isTrusted}", + "installed_oauth_apps.name": "Отображаемое имя", + "installed_oauth_apps.save": "Сохранить", + "installed_oauth_apps.search": "Поиск OAuth 2.0 приложений", + "installed_oauth_apps.trusted": "Доверенное", + "installed_oauth_apps.trusted.no": "Нет", + "installed_oauth_apps.trusted.yes": "Да", + "installed_outgoing_webhooks.add": "Добавить исходящий Webhook", + "installed_outgoing_webhooks.delete.confirm": "This action permanently deletes the outgoing webhook and breaks any integrations using it. Are you sure you want to delete it?", + "installed_outgoing_webhooks.empty": "Не обнаружено исходящих вебхуков", + "installed_outgoing_webhooks.header": "Исходящие Webhook'и", + "installed_outgoing_webhooks.help": "Создание исходящих webhook URL для использования c внешними интеграцями. Пожалуйста, смотрите {link}, чтобы узнать больше.", + "installed_outgoing_webhooks.helpLink": "документация", + "installed_outgoing_webhooks.search": "Поиск Исходящих Webhooks", + "installed_outgoing_webhooks.unknown_channel": "Приватный вебхук", + "integrations.add": "Добавить", + "integrations.command.description": "Команды вызывают отправляют события к внешним приложениям", + "integrations.command.title": "Команда", + "integrations.delete.confirm.button": "Удалить", + "integrations.delete.confirm.title": "Delete Integration", + "integrations.done": "Завершено", + "integrations.edit": "Редактировать", + "integrations.header": "Интеграция", + "integrations.incomingWebhook.description": "Входящие вебхуки позволяют внешним приложениям отправлять сообщения", + "integrations.incomingWebhook.title": "Входящие Webhook'и", + "integrations.oauthApps.description": "OAuth 2.0 позволяет внешним приложения делать авторизованные запросы к Mattermost API.", + "integrations.oauthApps.title": "OAuth 2.0 приложения", + "integrations.outgoingWebhook.description": "Исходящие вебхуки позволяют получать и отвечать на сообщения", + "integrations.outgoingWebhook.title": "Исходящий вебхук", + "integrations.successful": "Установлено", + "intro_messages.DM": "Начало истории личных сообщений с {teammate}.
    Личные сообщения и файлы доступны здесь и не видны за пределами этой области.", + "intro_messages.anyMember": " Любой участник может зайти и читать этот канал.", + "intro_messages.beginning": "Начала общения с {name}", + "intro_messages.channel": "канал", + "intro_messages.creator": "This is the start of the {name} {type}, created by {creator} on {date}.", + "intro_messages.default": "

    Beginning of {display_name}

    Welcome to {display_name}!

    Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.

    ", + "intro_messages.group": "приватная группа", + "intro_messages.invite": "Пригласить других в {type}", + "intro_messages.inviteOthers": "Пригласить других в эту команду", + "intro_messages.noCreator": "Начало общения в {name} {type}, созданная {date}.", + "intro_messages.offTopic": "

    {display_name} - начало общения

    {display_name}, канал для общения по нерабочим вопросам.

    ", + "intro_messages.onlyInvited": " Только приглашенные пользователи могут видеть эту приватную группу.", + "intro_messages.purpose": " This {type}'s purpose is: {purpose}.", + "intro_messages.setHeader": "Установить заголовок", + "intro_messages.teammate": "Начало истории личных сообщений с участником. Личные сообщения и файлы доступны здесь и не видны за пределами этой области.", + "invite_member.addAnother": "Добавить следующего", + "invite_member.autoJoin": "Приглашённые пользователи автоматически присоединяются к каналу {channel}.", + "invite_member.cancel": "Отмена", + "invite_member.content": "Электронная почта в настоящее время отключена для вашей команды, и приглашение по электронной почте не может быть отправлено. Обратитесь к системному администратору, чтобы включить опцию приглашения по электронной почте.", + "invite_member.disabled": "Создание пользователей было отключен для вашей команды. Пожалуйста, обратитесь к администратору команды для получения дополнительной информации.", + "invite_member.emailError": "Пожалуйста, введите корректный email", + "invite_member.firstname": "Имя", + "invite_member.inviteLink": "Ссылка для приглашения в команду", + "invite_member.lastname": "Фамилия", + "invite_member.modalButton": "Да, Отменить", + "invite_member.modalMessage": "Вы имеете неотправленные приглашения, вы уверены, что хотите отменить их?", + "invite_member.modalTitle": "Отклонить приглашение?", + "invite_member.newMember": "Пригласить в команду", + "invite_member.send": "Выслать приглашение", + "invite_member.send2": "Выслать приглашения", + "invite_member.sending": " Отправка", + "invite_member.teamInviteLink": "You can also invite people using the {link}.", + "ldap_signup.find": "Найти команды", + "ldap_signup.ldap": "Создание команды с аккаунтом AD/LDAP", + "ldap_signup.length_error": "Имя должно быть длиннее 3 символов и короче 15.", + "ldap_signup.teamName": "Введите название новой команды", + "ldap_signup.team_error": "Пожалуйста, введите имя команды", + "leave_team_modal.desc": "Вы будете удалены из всех публичных каналов и приватных групп. Если команда приватная, то вы не сможете вернуться. Вы уверены?", + "leave_team_modal.no": "Нет", + "leave_team_modal.title": "Покинуть команду?", + "leave_team_modal.yes": "Да", + "loading_screen.loading": "Загрузка", + "login.changed": " Метод входа успешно изменён", + "login.create": "Создать сейчас", + "login.createTeam": "Создать команду", + "login.createTeamAdminOnly": "Эта опция доступна только для системных администраторов и не видна другим пользователям.", + "login.email": "Email", + "login.find": "Искать другие команды", + "login.forgot": "Я забыл свой пароль", + "login.gitlab": "GitLab", + "login.google": "Google Apps", + "login.invalidPassword": "Неверный пароль.", + "login.ldapUsername": "Имя пользователя AD/LDAP", + "login.ldapUsernameLower": "AD/LDAP имя пользователя", + "login.noAccount": "Отсутствует учётная запись? ", + "login.noEmail": "Пожалуйста, введите свой email", + "login.noEmailLdapUsername": "Пожалуйста, введите свой email или {ldapUsername}", + "login.noEmailUsername": "Пожалуйста, введите свой email или ваше имя пользователя", + "login.noEmailUsernameLdapUsername": "Пожалуйста, введите либо свой email, либо ваше имя пользователя, либо {ldapUsername}", + "login.noLdapUsername": "Пожалуйста, введите ваш {ldapUsername}", + "login.noMethods": "Не настроены методы входа. Пожалуйста, свяжитесь с администратором.", + "login.noPassword": "Пожалуйста, введите ваш пароль", + "login.noUsername": "Пожалуйста, введите ваше имя пользователя", + "login.noUsernameLdapUsername": "Введите ваше имя пользователя или {ldapUsername}", + "login.office365": "Office 365", + "login.on": "на {siteName}", + "login.or": "or", + "login.password": "Пароль", + "login.passwordChanged": " Пароль успешно обновлён", + "login.session_expired": " Сессия истекла. Пожалуйста, войдите заново", + "login.signIn": "Войти", + "login.signInLoading": "Выполняется вход...", + "login.signInWith": "Войти с помощью:", + "login.userNotFound": "Мы не обнаружили аккаунт по вашим данным для входа.", + "login.username": "Имя пользователя", + "login.verified": " Email подтверждён", + "login_mfa.enterToken": "To complete the sign in process, please enter a token from your smartphone's authenticator", + "login_mfa.submit": "Отправить", + "login_mfa.token": "Токен MFA", + "login_mfa.tokenReq": "Пожалуйста, введите токен MFA", + "member_item.makeAdmin": "Сделать администратором", + "member_item.member": "Участник", + "member_list.noUsersAdd": "Нет пользователей для добавления.", + "members_popover.manageMembers": "Управление участниками", + "members_popover.msg": "Сообщение", + "members_popover.title": "Участники", + "members_popover.viewMembers": "Просмотреть список участников", + "mfa.confirm.complete": "Настройка завершена!", + "mfa.confirm.okay": "Понятно", + "mfa.confirm.secure": "Теперь ваш аккаунт защищён. В следующий раз будет запрошен ввод кода из Google Authentificator.", + "mfa.setup.badCode": "Неверный код. Если эта проблема постоянна, свяжитесь с администратором системы.", + "mfa.setup.code": "Код МПП", + "mfa.setup.codeError": "Пожалуйста, введите код из Google Authenticator.", + "mfa.setup.required": "На {siteName} требуется многофакторная проверка подлинности.", + "mfa.setup.save": "Сохранить", + "mfa.setup.secret": "Секретный ключ: {secret}", + "mfa.setup.step1": "Шаг 1: Установите Google Authenticator из iTunes или Google Play", + "mfa.setup.step2": "Шаг 2: Используйте Google Authenticator для сканирования QR кода или вручную введите секретный ключ", + "mfa.setup.step3": "Шаг 3: Введите код, сгенерированный Google Authenticator", + "mfa.setupTitle": "Настройка многофакторной проверки подлинности", + "mobile.account.notifications.email.footer": "When offline or away for more than five minutes", + "mobile.account_notifications.mentions_footer": "Your username (\"@{username}\") will always trigger mentions.", + "mobile.account_notifications.non-case_sensitive_words": "Other non-case sensitive words...", + "mobile.account_notifications.reply.header": "Send reply notifications for", + "mobile.account_notifications.threads_mentions": "Mentions in threads", + "mobile.account_notifications.threads_start": "Threads that I start", + "mobile.account_notifications.threads_start_participate": "Threads that I start or participate in", + "mobile.channel_info.alertMessageDeleteChannel": "Are you sure you want to delete the {term} with {name}?", + "mobile.channel_info.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_info.alertNo": "Нет", + "mobile.channel_info.alertTitleDeleteChannel": "Удалить {term}", + "mobile.channel_info.alertTitleLeaveChannel": "Покинуть {term}", + "mobile.channel_info.alertYes": "Да", + "mobile.channel_info.privateChannel": "Private Channel", + "mobile.channel_info.publicChannel": "Публичные Каналы", + "mobile.channel_list.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_list.alertNo": "Нет", + "mobile.channel_list.alertTitleLeaveChannel": "Покинуть {term}", + "mobile.channel_list.alertYes": "Да", + "mobile.channel_list.closeDM": "Close Direct Message", + "mobile.channel_list.closeGM": "Close Group Message", + "mobile.channel_list.dm": "Прямое сообщение", + "mobile.channel_list.gm": "Group Message", + "mobile.channel_list.open": "Open {term}", + "mobile.channel_list.openDM": "Open Direct Message", + "mobile.channel_list.openGM": "Open Group Message", + "mobile.channel_list.privateChannel": "Private Channel", + "mobile.channel_list.publicChannel": "Публичные Каналы", + "mobile.components.channels_list_view.yourChannels": "Ваши каналы:", + "mobile.components.error_list.dismiss_all": "Dismiss All", + "mobile.components.select_server_view.continue": "продолжить", + "mobile.components.select_server_view.enterServerUrl": "Введите адрес сервера", + "mobile.components.select_server_view.proceed": "Продолжить", + "mobile.components.select_server_view.siteUrlPlaceholder": "https://mattermost.example.com", + "mobile.create_channel": "Create", + "mobile.create_channel.private": "New Private Group", + "mobile.create_channel.public": "Публичные Каналы", + "mobile.edit_post.title": "Editing Message", + "mobile.file_upload.camera": "Take Photo or Video", + "mobile.file_upload.library": "Photo Library", + "mobile.file_upload.more": "Еще", + "mobile.loading_channels": "Loading Channels...", + "mobile.loading_members": "Loading Members...", + "mobile.loading_posts": "Loading Messages...", + "mobile.login_options.choose_title": "Choose your login method", + "mobile.post.cancel": "Отмена", + "mobile.post.delete_question": "Действительно хотите удалить {term}?", + "mobile.post.delete_title": "Delete Post", + "mobile.request.invalid_response": "Received invalid response from the server.", + "mobile.routes.channelInfo": "Info", + "mobile.routes.channelInfo.createdBy": "Created by {creator} on ", + "mobile.routes.channelInfo.delete_channel": "Удалить канал...", + "mobile.routes.channelInfo.favorite": "Избранные", + "mobile.routes.channel_members.action": "Удалить участника", + "mobile.routes.channel_members.action_message": "You must select at least one member to remove from the channel.", + "mobile.routes.channel_members.action_message_confirm": "Are you sure you want to remove the selected members from the channel?", + "mobile.routes.channels": "Каналы", + "mobile.routes.enterServerUrl": "Введите адрес сервера", + "mobile.routes.login": "Вход", + "mobile.routes.loginOptions": "Login Chooser", + "mobile.routes.mfa": "Включить многофакторную аутентификацию", + "mobile.routes.postsList": "Список постов", + "mobile.routes.saml": "Single SignOn", + "mobile.routes.selectTeam": "Выберите команду", + "mobile.routes.settings": "Settings", + "mobile.routes.thread": "{channelName} Thread", + "mobile.routes.thread_dm": "Direct Message Thread", + "mobile.routes.user_profile": "Profile", + "mobile.routes.user_profile.send_message": "Отправить сообщение", + "mobile.server_ping_failed": "Cannot connect to the server. Please check your server URL and internet connection.", + "mobile.server_url.invalid_format": "Адрес должен начинаться с http:// или https://", + "more_channels.close": "Закрыть", + "more_channels.create": "Создать новый канал", + "more_channels.createClick": "Нажмите 'Создать Новый Канал' для создания нового канала", + "more_channels.join": "Присоединиться", + "more_channels.next": "Далее", + "more_channels.noMore": "Больше нет каналов для входа", + "more_channels.prev": "Previous", + "more_channels.title": "Больше каналов", + "more_direct_channels.close": "Закрыть", + "more_direct_channels.message": "Сообщение", + "more_direct_channels.new_convo_note": "This will start a new conversation. If you’re adding a lot of people, consider creating a private group instead.", + "more_direct_channels.new_convo_note.full": "You’ve reached the maximum number of people for this conversation. Consider creating a private group instead.", + "more_direct_channels.title": "Личные сообщения", + "msg_typing.areTyping": "{users} и {last} печатают...", + "msg_typing.isTyping": "{user} печатает...", + "msg_typing.someone": "Кто-то", + "multiselect.go": "Go", + "multiselect.instructions": "Use up/down arrows to navigate and enter to select", + "multiselect.numPeopleRemaining": "You can add {num, number} more {num, plural, =0 {people} one {person} other {people}}. ", + "multiselect.numRemaining": "You can add {num, number} more", + "multiselect.placeholder": "Search and add members", + "navbar.addMembers": "Добавить участников", + "navbar.click": "Щелкните здесь", + "navbar.delete": "Удалить канал...", + "navbar.leave": "Покинуть канал", + "navbar.manageMembers": "Управление участниками", + "navbar.noHeader": "У канала нет заголовка.{newline}Нажмите {link}, чтобы добавить .", + "navbar.preferences": "Настройки уведомлений", + "navbar.rename": "Переименовать канал...", + "navbar.setHeader": "Заголовок канала...", + "navbar.setPurpose": "Установить назначение канала...", + "navbar.toggle1": "Свернуть меню", + "navbar.toggle2": "Развернуть меню", + "navbar.viewInfo": "Информация", + "navbar.viewPinnedPosts": "View Pinned Posts", + "navbar_dropdown.about": "О Mattermost", + "navbar_dropdown.accountSettings": "Учетная запись", + "navbar_dropdown.console": "Системная консоль", + "navbar_dropdown.create": "Создать команду", + "navbar_dropdown.emoji": "Пользовательские смайлы", + "navbar_dropdown.help": "Помощь", + "navbar_dropdown.integrations": "Интеграция", + "navbar_dropdown.inviteMember": "Пригласить в команду", + "navbar_dropdown.join": "Присоединиться к другой команде", + "navbar_dropdown.leave": "Уйти из команды", + "navbar_dropdown.logout": "Выйти", + "navbar_dropdown.manageMembers": "Участники", + "navbar_dropdown.nativeApps": "Скачать приложения", + "navbar_dropdown.report": "Сообщить о проблеме", + "navbar_dropdown.switchTeam": "Переключиться на {team}", + "navbar_dropdown.switchTo": "Переключится на ", + "navbar_dropdown.teamLink": "Ссылка для приглашения", + "navbar_dropdown.teamSettings": "Настройки команды", + "navbar_dropdown.viewMembers": "Просмотреть список участников", + "notification.dm": "Прямое сообщение", + "passwordRequirements": "Требования к паролю:", + "password_form.change": "Изменить пароль", + "password_form.click": "Щёлкните сюда для входа в систему.", + "password_form.enter": "Введите новый пароль для аккаунта на {siteName}.", + "password_form.error": "Пожалуйста, введите как минимум {chars} символов.", + "password_form.pwd": "Пароль", + "password_form.title": "Сброс пароля", + "password_form.update": "Ваш пароль успешно изменён.", + "password_send.checkInbox": "Проверьте свои входящие.", + "password_send.description": "Для сброса пароля введите email адрес, использованный при регистрации", + "password_send.email": "Email", + "password_send.error": "Пожалуйста, введите корректный email.", + "password_send.link": "Если аккаунт существует, вы получите письмо с инструкциями по восстановлению пароля на:
    {email}

    ", + "password_send.reset": "Сбросить пароль", + "password_send.title": "Сброс пароля", + "pdf_preview.max_pages": "Скачать для просмотра дополнительных страниц", + "pending_post_actions.cancel": "Отмена", + "pending_post_actions.retry": "Повторить", + "permalink.error.access": "Постоянная ссылка принадлежит к удалённому сообщению или каналу, к которому у вас нет доступа.", + "post_attachment.collapse": "Скрыть...", + "post_attachment.more": "Ещё…", + "post_body.commentedOn": "Прокомментировал {name}{apostrophe} сообщение: ", + "post_body.deleted": "(сообщение удалено)", + "post_body.plusMore": " ещё {count} файлов", + "post_body.plusOne": " ещё 1 файл", + "post_delete.notPosted": "Комментарий не может быть добавлен", + "post_delete.okay": "Понятно", + "post_delete.someone": "Кто-то удалил сообщение, которое вы хотели прокомментировать.", + "post_focus_view.beginning": "Начало архива канала", + "post_info.del": "Удалить", + "post_info.edit": "Редактировать", + "post_info.mobile.flag": "Отметить", + "post_info.mobile.unflag": "Не помечено", + "post_info.permalink": "Постоянная ссылка", + "post_info.pin": "Pin to channel", + "post_info.pinned": "Pinned", + "post_info.reply": "Ответить", + "post_info.system": "System", + "post_info.unpin": "Un-pin from channel", + "post_message_view.edited": "(отредактировано)", + "posts_view.loadMore": "Больше сообщений", + "posts_view.newMsg": "Новые сообщения", + "posts_view.newMsgBelow": "New {count, plural, one {message} other {messages}} below", + "reaction.clickToAdd": "(нажмите, чтобы добавить)", + "reaction.clickToRemove": "(нажмите, чтобы удалить)", + "reaction.othersReacted": "{otherUsers, number} {otherUsers, plural, one {user} other {users}}", + "reaction.reacted": "{users} {reactionVerb} with {emoji}", + "reaction.reactionVerb.user": "reacted", + "reaction.reactionVerb.users": "reacted", + "reaction.reactionVerb.you": "reacted", + "reaction.reactionVerb.youAndUsers": "reacted", + "reaction.usersAndOthersReacted": "{users} and {otherUsers, number} other {otherUsers, plural, one {user} other {users}}", + "reaction.usersReacted": "{users} и {lastUser}", + "reaction.you": "Вы", + "removed_channel.channelName": "канал", + "removed_channel.from": "Удалено из ", + "removed_channel.okay": "Хорошо", + "removed_channel.remover": "{remover} удалил вас из {channel}", + "removed_channel.someone": "Кто-то", + "rename_channel.cancel": "Отмена", + "rename_channel.defaultError": " - Нельзя изменить для канала по умолчанию", + "rename_channel.displayName": "Имя", + "rename_channel.displayNameHolder": "Введите имя", + "rename_channel.handleHolder": "Должны быть буквы или цифры в нижнем регистре", + "rename_channel.lowercase": "Должны быть буквы или цифры в нижнем регистре", + "rename_channel.maxLength": "Содержание поля должно быть короче 22 байт", + "rename_channel.required": "Обязательное поле", + "rename_channel.save": "Сохранить", + "rename_channel.title": "Переименовать канал", + "rename_channel.url": "URL:", + "rhs_comment.comment": "Комментарий", + "rhs_comment.del": "Удалить", + "rhs_comment.edit": "Редактировать", + "rhs_comment.mobile.flag": "Флаг", + "rhs_comment.mobile.unflag": "Не помечено", + "rhs_comment.permalink": "Постоянная ссылка", + "rhs_header.backToCallTooltip": "Обратно к вызову", + "rhs_header.backToFlaggedTooltip": "Вернуться к отмеченным сообщениям", + "rhs_header.backToResultsTooltip": "Назад к результатам поиска", + "rhs_header.closeSidebarTooltip": "Закрыть боковую панель", + "rhs_header.closeTooltip": "Закрыть боковую панель", + "rhs_header.details": "Детали сообщения", + "rhs_header.expandSidebarTooltip": "Развернуть боковую панель", + "rhs_header.expandTooltip": "Сжать боковую панель", + "rhs_header.shrinkSidebarTooltip": "Сжать боковую панель", + "rhs_root.del": "Удалить", + "rhs_root.direct": "Прямое сообщение", + "rhs_root.edit": "Редактировать", + "rhs_root.mobile.flag": "Отметить", + "rhs_root.mobile.unflag": "Не помечено", + "rhs_root.permalink": "Постоянная ссылка", + "rhs_root.pin": "Pin to channel", + "rhs_root.unpin": "Un-pin from channel", + "search_bar.search": "Поиск", + "search_bar.usage": "

    Параметры поиска

    • Используйте \"кавычки\" для поиска фраз
    • Используйте слово from: для поиска сообщений нужного пользователя и слово in: для поиска сообщений на нужном канале
    ", + "search_header.results": "Результаты поиска", + "search_header.title2": "Недавние упоминания", + "search_header.title3": "Отмеченные сообщения", + "search_header.title4": "Pinned posts in {channelDisplayName}", + "search_item.direct": "Личное сообщение ({username})", + "search_item.jump": "Переход", + "search_results.because": "
    • Если Вы ищите часть фразы (например, \"rea\", как часть фразы \"reach\" или \"reaction\"), добавьте * в маску поиска.
    • Двухбуквенные слова и общие слова, такие как \"this\", \"a\" и \"is\" не появятся в результатах поиска, для исключения лишних результатов.
    ", + "search_results.noResults": "Ничего не найдено. Попробовать еще?", + "search_results.usage": "
    • Используйте \"кавычки\" для поиска фраз
    • Используйте from: для поиска сообщений пользователя и in: для поиска в канале
    ", + "search_results.usageFlag1": "Вы не имеете отмеченных сообщений.", + "search_results.usageFlag2": "Вы можете добавить флаг в сообщения и комментарии, нажав", + "search_results.usageFlag3": " иконка напротив временной метки.", + "search_results.usageFlag4": "Флаги - один из способов, пометки сообщений для последующей деятельности. Ваши флаги не могут быть просмотрены другими пользователями.", + "search_results.usagePin1": "There are no pinned messages yet.", + "search_results.usagePin2": "All members of this channel can pin important or useful messages.", + "search_results.usagePin3": "Pinned messages are visible to all channel members.", + "search_results.usagePin4": "To pin a message: Go to the message that you want to pin and click [...] > \"Pin to channel\".", + "setting_item_max.cancel": "Отмена", + "setting_item_max.save": "Сохранить", + "setting_item_min.edit": "Изменить", + "setting_picture.cancel": "Отмена", + "setting_picture.help": "Загрузите изображение профиля в формате JPG или PNG, разрешением не меньше {width} пикселей по ширине и {height} пикселей по высоте.", + "setting_picture.save": "Сохранить", + "setting_picture.select": "Выбрать", + "setting_upload.import": "Импорт", + "setting_upload.noFile": "Файл не выбран.", + "setting_upload.select": "Выбрать файл", + "sidebar.channels": "Канал", + "sidebar.createChannel": "Создать канал", + "sidebar.createGroup": "Создать группу", + "sidebar.direct": "Прямые сообщения", + "sidebar.favorite": "Избранные", + "sidebar.more": "Еще", + "sidebar.moreElips": "Еще...", + "sidebar.otherMembers": "За пределами команды", + "sidebar.pg": "Приватные группы", + "sidebar.removeList": "Удалить из списка", + "sidebar.tutorialScreen1": "

    Каналы

    Каналы предназначены для организации обсуждений на разные темы. Они открыты для всех в вашей команде. Чтобы отправлять приватные сообщения, используйте личные сообщения для диалогов или приватные группы для бесед.

    ", + "sidebar.tutorialScreen2": "

    Каналы \"{townsquare}\" и \"{offtopic}\"

    Для начала вам будут доступны два публичных канала:

    {townsquare} используется для внутрикомандного общения. Каждый из вашей команды является участником этого канала.

    {offtopic} предназначен для юмора и развлечений отдельно от рабочих каналов. Вы и Ваша команда может выбрать какие другие каналы вам потребуются.

    ", + "sidebar.tutorialScreen3": "

    Создание и присоединение к каналу

    Нажмите \"Больше...\" для создания или присоединения к одному из каналов.

    Вы также можете создать канал или приватную группу, нажав на \"+\" symbol, идущего после заголовка канала или приватной группы.

    ", + "sidebar.unreadAbove": "Непрочтённые сообщения выше", + "sidebar.unreadBelow": "Непрочтённые сообщения ниже", + "sidebar_header.tutorial": "

    Main Menu

    The Main Menu is where you can Invite New Members, access your Account Settings and set your Theme Color.

    Team administrators can also access their Team Settings from this menu.

    System administrators will find a System Console option to administrate the entire system.

    ", + "sidebar_right_menu.accountSettings": "Учетная запись", + "sidebar_right_menu.console": "Системная консоль", + "sidebar_right_menu.flagged": "Отмеченные сообщения", + "sidebar_right_menu.help": "Помощь", + "sidebar_right_menu.inviteNew": "Пригласить в команду", + "sidebar_right_menu.logout": "Выйти", + "sidebar_right_menu.manageMembers": "Участники", + "sidebar_right_menu.nativeApps": "Скачать приложения", + "sidebar_right_menu.recentMentions": "Недавние упоминания", + "sidebar_right_menu.report": "Сообщить о проблеме", + "sidebar_right_menu.teamLink": "Ссылка для приглашения", + "sidebar_right_menu.teamSettings": "Настройки команды", + "sidebar_right_menu.viewMembers": "Просмотреть список участников", + "signup.email": "Email и Пароль", + "signup.gitlab": "GitLab SSO", + "signup.google": "Аккаунт Google", + "signup.ldap": "Данные AD/LDAP", + "signup.office365": "Office 365", + "signup.title": "Создать аккаунт с помощью:", + "signup_team.createTeam": "Или создайте команду", + "signup_team.disabled": "Создание команд отключено. Пожалуйста, свяжитесь с администратором для получения данной возможности.", + "signup_team.join_open": "Команды, к которым вы можете присоединиться:", + "signup_team.noTeams": "Нет команд в списке команд и создание команд отключено.", + "signup_team.no_open_teams": "Нет комманд доступных для входа. Пожалуйста, получите приглашение у администратора.", + "signup_team.no_open_teams_canCreate": "Нет комманд доступных для входа. Пожалуйста, создайте новую команду или получите приглашение у администратора.", + "signup_team.no_teams": "Не было создано ни одной команды. Свяжитесь с Вашим администратором.", + "signup_team.no_teams_canCreate": "Нет ни одной команды. Вы можете создать её, нажав на кнопку \"Создать команду\".", + "signup_team.none": "No team creation method has been enabled. Please contact an administrator for access.", + "signup_team_complete.completed": "Вы уже завершили процесс регистрации или срок приглашения уже истёк.", + "signup_team_confirm.checkEmail": "Please check your email: {email}
    Your email contains a link to set up your team", + "signup_team_confirm.title": "Регистрация завершена", + "signup_team_system_console": "Перейти в системную консоль", + "signup_user_completed.choosePwd": "Выберите пароль", + "signup_user_completed.chooseUser": "Выберите имя:", + "signup_user_completed.create": "Создать аккаунт", + "signup_user_completed.emailHelp": "Требуется реальный адрес электронной почты для регистрации аккаунта", + "signup_user_completed.emailIs": "Ваша электронная почта {email}. Используйте ее для входа в {siteName}.", + "signup_user_completed.expired": "Вы уже завершили процесс регистрации по этому приглашению или оно уже истекло.", + "signup_user_completed.gitlab": "через GitLab", + "signup_user_completed.google": "через Google", + "signup_user_completed.haveAccount": "Уже есть учетная запись?", + "signup_user_completed.invalid_invite": "Пригласительная ссылка была некорректной. Пожалуйста, поговорите с Администратором для получения приглашения.", + "signup_user_completed.lets": "Давайте создадим вашу учетную запись", + "signup_user_completed.no_open_server": "Этот сервер не разрешает открытую регистрацию. Пожалуйста, поговорите с Администратором для получения приглашения.", + "signup_user_completed.none": "Не разрешено ни одного способа создания пользователя. Пожалуйста, свяжитесь с администратором для получения доступа.", + "signup_user_completed.office365": "через Office 365", + "signup_user_completed.onSite": "на {siteName}", + "signup_user_completed.or": "или", + "signup_user_completed.passwordLength": "Пожалуйста, введите по крайней мере {min} символов", + "signup_user_completed.required": "Обязательное поле", + "signup_user_completed.reserved": "Имя зарезервировано, выберите другое.", + "signup_user_completed.signIn": "Щёлкните здесь для входа.", + "signup_user_completed.userHelp": "Имя пользователя должно начинаться с латинской буквы и содержать от {min} до {max} символов, включающих цифры, латинские буквы, а также символы '.', '-' и '_'.", + "signup_user_completed.usernameLength": "Имя пользователя должно начинаться с латинской буквы и содержать от {min} до {max} символов, включающих цифры, латинские буквы, а также символы '.', '-' и '_'.", + "signup_user_completed.validEmail": "Пожалуйста, введите корректный адрес электронной почты", + "signup_user_completed.welcome": "Добро пожаловать:", + "signup_user_completed.whatis": "Ваш адрес электронной почты?", + "signup_user_completed.withLdap": "С вашими AD/LDAP учетными данными", + "sso_signup.find": "Найти мои команды", + "sso_signup.gitlab": "Создать команду с помощью аккаунта GitLab", + "sso_signup.google": "Сзодать команду с помощью аккаунта Google Apps", + "sso_signup.length_error": "Имя должно быть более 3 и менее 15 символов", + "sso_signup.teamName": "Введите название новой команды", + "sso_signup.team_error": "Введите имя команды", + "suggestion.mention.all": "Уведомить всех в канале, используйте в {townsquare}, чтобы уведомить всю команду", + "suggestion.mention.channel": "Уведомляет всех на канале", + "suggestion.mention.channels": "Мои каналы", + "suggestion.mention.here": "Уведомлять всех в канале и на сайте", + "suggestion.mention.members": "Участники канала", + "suggestion.mention.morechannels": "Другие каналы", + "suggestion.mention.nonmembers": "Не в канале", + "suggestion.mention.special": "Специальные функции", + "suggestion.search.private": "Приватные группы", + "suggestion.search.public": "Общедоступные каналы", + "team_export_tab.download": "cкачать", + "team_export_tab.export": "Экспорт", + "team_export_tab.exportTeam": "Экспортировать вашу команду", + "team_export_tab.exporting": " Экспортирование...", + "team_export_tab.ready": " Готово для ", + "team_export_tab.unable": " Невозможно экспортировать: {error}", + "team_import_tab.failure": " Ошибка импорта: ", + "team_import_tab.import": "Импорт", + "team_import_tab.importHelpDocsLink": "документация", + "team_import_tab.importHelpExportInstructions": "Slack > Настройки команды > Импорт/Экспорт данных > Экспорт > Начать экспорт", + "team_import_tab.importHelpExporterLink": "Продвинутый экспортер Slack", + "team_import_tab.importHelpLine1": "Импорт из Slack в Mattermost поддерживает импортирование сообщений из Ваших публичных каналов команд Slack.", + "team_import_tab.importHelpLine2": "Для импорта команды из Slack перейдите сюда: {exportInstructions}. Более подробную информацию смотрите здесь: {uploadDocsLink}", + "team_import_tab.importHelpLine3": "Для импорта сообщений с прикреплёнными файлами смотрите {slackAdvancedExporterLink} для подробностей.", + "team_import_tab.importSlack": "Импортировать из Slack (Beta)", + "team_import_tab.importing": " Импортирование...", + "team_import_tab.successful": " Импорт успешно завершён: ", + "team_import_tab.summary": "Показать сводку", + "team_member_modal.close": "Закрыть", + "team_member_modal.members": "Участники {team}", + "team_members_dropdown.confirmDemoteDescription": "If you demote yourself from the System Admin role and there is not another user with System Admin privileges, you'll need to re-assign a System Admin by accessing the Mattermost server through a terminal and running the following command.", + "team_members_dropdown.confirmDemoteRoleTitle": "Подтвердите понижение с роли администратора системы", + "team_members_dropdown.confirmDemotion": "Подтвердить понижение", + "team_members_dropdown.confirmDemotionCmd": "Роли платформы system_admin {username}", + "team_members_dropdown.inactive": "Неактивен", + "team_members_dropdown.leave_team": "Удалить из команды", + "team_members_dropdown.makeActive": "Сделать активным", + "team_members_dropdown.makeAdmin": "Сделать администратором команды", + "team_members_dropdown.makeInactive": "Сделать неактивным", + "team_members_dropdown.makeMember": "Сделать участником", + "team_members_dropdown.member": "Участник", + "team_members_dropdown.systemAdmin": "Системный администратор", + "team_members_dropdown.teamAdmin": "Администратор Команды", + "team_settings_modal.exportTab": "Экспорт", + "team_settings_modal.generalTab": "Общие", + "team_settings_modal.importTab": "Импорт", + "team_settings_modal.title": "Настройки команды", + "team_sidebar.join": "Другие команды, к которым вы можете присоединиться.", + "textbox.bold": "**жирный**", + "textbox.edit": "Редактировать сообщение", + "textbox.help": "Помощь", + "textbox.inlinecode": "`код`", + "textbox.italic": "_курсив_", + "textbox.preformatted": "```преформатированный```", + "textbox.preview": "Предпросмотр", + "textbox.quote": ">цитата", + "textbox.strike": "зачеркнутый", + "tutorial_intro.allSet": "Теперь всё готово!", + "tutorial_intro.end": "Нажмите “Далее” для входа в {channel}. Это первый канал, который пользователи команды видят после входа. Используйте его для общения всей команды.", + "tutorial_intro.invite": "Пригласить товарищей", + "tutorial_intro.mobileApps": "Установите приложение {link} для легкого доступа и получения уведомлений.", + "tutorial_intro.mobileAppsLinkText": "PC, Mac, iOS и Android", + "tutorial_intro.next": "Далее", + "tutorial_intro.screenOne": "

    Добро пожаловать в:

    Mattermost

    Средство общения команды, доступное всегда и везде.

    Сосредоточьте вашу команду на том, что действительно важно.

    ", + "tutorial_intro.screenTwo": "

    Как работает Mattermost:

    Общение происходит в публичных каналах обсуждения, личных группах и личных сообщениях.

    Всё архивируется и доступно для поиска с любого подключенного к интернету настольного компьютера, ноутбука или телефона.

    ", + "tutorial_intro.skip": "Пропустить обучение", + "tutorial_intro.support": "Если что-то нужно, просто напишите нам по ", + "tutorial_intro.teamInvite": "Пригласить участников", + "tutorial_intro.whenReady": " когда будете готовы.", + "tutorial_tip.next": "Далее", + "tutorial_tip.ok": "Хорошо", + "tutorial_tip.out": "Opt out of these tips.", + "tutorial_tip.seen": "Уже видели? ", + "update_command.cancel": "Отмена", + "update_command.confirm": "Редактировать команду", + "update_command.question": "Ваши изменения могут повредить существующую слэш-команду. Вы уверены, что хотите продолжить?", + "update_command.update": "Обновить", + "update_incoming_webhook.update": "Обновить", + "update_outgoing_webhook.confirm": "Добавить исходящий Webhook", + "update_outgoing_webhook.question": "Ваши изменения могут повредить существующую слэш-команду. Вы уверены, что хотите продолжить?", + "update_outgoing_webhook.update": "Обновить", + "upload_overlay.info": "Бросьте сюда файл, чтобы загрузить его.", + "user.settings.advance.embed_preview": "Для первой веб-ссылки в сообщении показывать предпросмотр содержимого веб-сайта ниже сообщения, если это возможно", + "user.settings.advance.embed_toggle": "Показывать переключатель для всех встроенных превью", + "user.settings.advance.emojipicker": "Enable emoji picker in message input box", + "user.settings.advance.enabledFeatures": "{count, number} {count, plural, one {Feature} other {Features}} Enabled", + "user.settings.advance.formattingDesc": "Если включено, сообщения будут отформатированы с созданием ссылок, показом смайликов, стилями текста и переносами. По-умолчанию, эта настройка включена. Изменение этой настройки потребует обновления страницы.", + "user.settings.advance.formattingTitle": "Разрешить форматирование сообщений", + "user.settings.advance.joinLeaveDesc": "Если данная опция включена, будут отображаться системные сообщения о входе и выходе пользователей из канала. Если данная опция выключена, системные сообщения о входе и выходе из канала будут скрыты. Сообщения будут отображаться когда вы добавлены в канал, так что вы можете получать уведомления.", + "user.settings.advance.joinLeaveTitle": "Включить сообщения входа/выхода", + "user.settings.advance.markdown_preview": "Показывать опцию просмотра превью в markdown в поле ввода", + "user.settings.advance.off": "Выкл", + "user.settings.advance.on": "Вкл", + "user.settings.advance.preReleaseDesc": "Check any pre-released features you'd like to preview. You may also need to refresh the page before the setting will take effect.", + "user.settings.advance.preReleaseTitle": "Просмотр возможностей предрелиза", + "user.settings.advance.sendDesc": "Если включено, 'ENTER' вставляет новую строку, а 'CTRL + ENTER' отправляет сообщение.", + "user.settings.advance.sendTitle": "Отправлять сообщения сочетанием клавиш CTRL + ENTER", + "user.settings.advance.slashCmd_autocmp": "Включить внешнее приложение для реализации функции автодополнения слэш-команд", + "user.settings.advance.title": "Дополнительные параметры", + "user.settings.advance.webrtc_preview": "Включить возможность совершать и принимать WebRTC звонки.", + "user.settings.custom_theme.awayIndicator": "Индикатор отсутствия", + "user.settings.custom_theme.buttonBg": "Фон кнопки", + "user.settings.custom_theme.buttonColor": "Цвет кнопки", + "user.settings.custom_theme.centerChannelBg": "Center Channel BG", + "user.settings.custom_theme.centerChannelColor": "Center Channel Text", + "user.settings.custom_theme.centerChannelTitle": "Center Channel Styles", + "user.settings.custom_theme.codeTheme": "Цветовая схема", + "user.settings.custom_theme.copyPaste": "Скопируйте и вставьте для того, чтобы поделиться цветовой схемой:", + "user.settings.custom_theme.linkButtonTitle": "Стили ссылки и кнопки", + "user.settings.custom_theme.linkColor": "Цвет ссылки", + "user.settings.custom_theme.mentionBj": "Mention Jewel BG", + "user.settings.custom_theme.mentionColor": "Mention Jewel Text", + "user.settings.custom_theme.mentionHighlightBg": "Mention Highlight BG", + "user.settings.custom_theme.mentionHighlightLink": "Mention Highlight Link", + "user.settings.custom_theme.newMessageSeparator": "Разделитель новых сообщений", + "user.settings.custom_theme.onlineIndicator": "Статус", + "user.settings.custom_theme.sidebarBg": "Sidebar BG", + "user.settings.custom_theme.sidebarHeaderBg": "Sidebar Header BG", + "user.settings.custom_theme.sidebarHeaderTextColor": "Sidebar Header Text", + "user.settings.custom_theme.sidebarText": "Sidebar Text", + "user.settings.custom_theme.sidebarTextActiveBorder": "Sidebar Text Active Border", + "user.settings.custom_theme.sidebarTextActiveColor": "Sidebar Text Active Color", + "user.settings.custom_theme.sidebarTextHoverBg": "Sidebar Text Hover BG", + "user.settings.custom_theme.sidebarTitle": "Sidebar Styles", + "user.settings.custom_theme.sidebarUnreadText": "Sidebar Unread Text", + "user.settings.display.channelDisplayTitle": "Режим отображения канала", + "user.settings.display.channeldisplaymode": "Выберите ширину центрального канала.", + "user.settings.display.clockDisplay": "Отображение времени", + "user.settings.display.collapseDesc": "Настраивает, показываются ли предварительные просмотры ссылок на изображения свёрнутыми или развёрнутыми по умолчанию. Этой настройкой можно так же управлять слэш-командами /expand и /collapse.", + "user.settings.display.collapseDisplay": "Внешний вид изображений ссылок предпросмотра по умолчанию", + "user.settings.display.collapseOff": "Collapsed", + "user.settings.display.collapseOn": "Expanded", + "user.settings.display.fixedWidthCentered": "По центру, фиксировано по ширине", + "user.settings.display.fontDesc": "Выберите шрифт пользовательского интерфейса Mattermost.", + "user.settings.display.fontTitle": "Шрифт", + "user.settings.display.fullScreen": "В полную ширину", + "user.settings.display.language": "Язык", + "user.settings.display.messageDisplayClean": "Стандартный", + "user.settings.display.messageDisplayCleanDes": "Легко искать и читать.", + "user.settings.display.messageDisplayCompact": "Компактный", + "user.settings.display.messageDisplayCompactDes": "Разместить как можно больше сообщений на экране.", + "user.settings.display.messageDisplayDescription": "Выберите, как сообщения канала должны быть отображены.", + "user.settings.display.messageDisplayTitle": "Вид отображения сообщений", + "user.settings.display.militaryClock": "24-часовой формат (пример: 16:00)", + "user.settings.display.nameOptsDesc": "Установите, как отображать Ваши имена в постах и в списке выбора личных сообщений.", + "user.settings.display.normalClock": "12-часовой формат (пример: 4:00 PM)", + "user.settings.display.preferTime": "Выберите предпочитаемый формат времени.", + "user.settings.display.showFullname": "Показывать имя и фамилию", + "user.settings.display.showNickname": "Показывать псевдоним, если он существует, в противном случае показывать имя и фамилию", + "user.settings.display.showUsername": "Показывать имя пользователя (по умолчанию)", + "user.settings.display.teammateDisplay": "Отображение имени в команде", + "user.settings.display.theme.applyToAllTeams": "Применить новую тему для всех моих команд", + "user.settings.display.theme.customTheme": "Пользовательская Тема", + "user.settings.display.theme.describe": "Откройте для настройки темы", + "user.settings.display.theme.import": "Импортировать цветовую палитру темы из Slack", + "user.settings.display.theme.otherThemes": "Посмотреть другие темы", + "user.settings.display.theme.themeColors": "Палитра цветов", + "user.settings.display.theme.title": "Тема", + "user.settings.display.title": "Вид", + "user.settings.general.checkEmail": "Для верификации адреса проверьте почтовый ящик {email}.", + "user.settings.general.checkEmailNoAddress": "Для верификации нового адреса проверьте ваш почтовый ящик", + "user.settings.general.close": "Закрыть", + "user.settings.general.confirmEmail": "Подтвердите Email", + "user.settings.general.email": "Email", + "user.settings.general.emailGitlabCantUpdate": "Login occurs through GitLab. Email cannot be updated. Email address used for notifications is {email}.", + "user.settings.general.emailGoogleCantUpdate": "Вход осуществлен через Google. Адрес электронной почты не может быть обновлен. Адрес электронной почты используемый для уведомлений {email}.", + "user.settings.general.emailHelp1": "Email, использующийся для входа, уведомлений и сброса пароля. После изменения Email требуется его верификация.", + "user.settings.general.emailHelp2": "Email отключен системным администратором. Уведомления на email не будут высылаться пока не будет включено.", + "user.settings.general.emailHelp3": "Email используется для входа, уведомлений и сброса пароля.", + "user.settings.general.emailHelp4": "Письмо для верификации отправлено на {email}.", + "user.settings.general.emailLdapCantUpdate": "Вход осуществлен через AD/LDAP. Email не может быть обновлен. Используемый для оповещений Email: {email}.", + "user.settings.general.emailMatch": "Введенные пароли не совпадают.", + "user.settings.general.emailOffice365CantUpdate": "При входе через Office 365 адрес электронной почты не может быть обновлен. Адрес, используемый для уведомлений: {email}.", + "user.settings.general.emailSamlCantUpdate": "Вход осуществлен через SAML. Email не может быть обновлен. Используемый для оповещений Email: {email}.", + "user.settings.general.emailUnchanged": "Новый адрес email не отличается от предыдущего.", + "user.settings.general.emptyName": "Нажмите 'Изменить' для добавления Вашего полного имени", + "user.settings.general.emptyNickname": "Нажмите 'Изменить' для добавления Вашего псевдонима", + "user.settings.general.emptyPosition": "Click 'Edit' to add your job title / position", + "user.settings.general.field_handled_externally": "This field is handled through your login provider. If you want to change it, you need to do so through your login provider.", + "user.settings.general.firstName": "Имя", + "user.settings.general.fullName": "Полное имя", + "user.settings.general.imageTooLarge": "Невозможно загрузить изображение. Файл слишком большой.", + "user.settings.general.imageUpdated": "Последнее обновление {date}", + "user.settings.general.lastName": "Фамилия", + "user.settings.general.loginGitlab": "Login done through GitLab ({email})", + "user.settings.general.loginGoogle": "Вход выполнен через GitLab ({email})", + "user.settings.general.loginLdap": "Вход завершен через AD/LDAP ({email})", + "user.settings.general.loginOffice365": "Вход через Office 365 ({email})", + "user.settings.general.loginSaml": "Вход выполнен через SAML ({email})", + "user.settings.general.newAddress": "Новый адрес: {email}
    Проверьте ваш E-Mail для подтверждения адреса выше.", + "user.settings.general.nickname": "Псеводним", + "user.settings.general.nicknameExtra": "Используйте псевдоним в качестве имени, если Вас можно называть отлично от имени или имени пользователя. Псевдоним полезно использовать, когда два или более человека имеют созвучные имена или имена пользователей.", + "user.settings.general.notificationsExtra": "По умолчанию Вы получаете уведомления о упоминаниях, когда кто-либо пишет Ваше имя. Для изменения перейдите в настройки {notify}.", + "user.settings.general.notificationsLink": "Уведомления", + "user.settings.general.position": "Position", + "user.settings.general.positionExtra": "Use Position for your role or job title. This will be shown in your profile popover.", + "user.settings.general.primaryEmail": "Основной адрес электронной почты", + "user.settings.general.profilePicture": "Изображение профиля", + "user.settings.general.title": "Общие настройки", + "user.settings.general.uploadImage": "Нажмите 'Изменить' для загрузки изображения.", + "user.settings.general.username": "Имя пользователя", + "user.settings.general.usernameInfo": "Выберите что-нибудь простое для того, чтобы участники команды вас распознали и запомнили.", + "user.settings.general.usernameReserved": "Это имя зарезервировано, выберите новое, пожалуйста.", + "user.settings.general.usernameRestrictions": "Имя пользователя должно начинаться с буквы и содержать от {min} до {max} символов в нижнем регистре, среди которых могут быть буквы, цифры и символы '.', '-', и '_'.", + "user.settings.general.validEmail": "Пожалуйста, введите корректный email", + "user.settings.general.validImage": "Только JPG или PNG изображения могут быть использованы как изображения профиля", + "user.settings.import_theme.cancel": "Отмена", + "user.settings.import_theme.importBody": "Для импорта темы, зайдите в команду Slack и зайдите в меню “Preferences -> Sidebar Theme”. Откройте настройки пользовательской темы, скопируйте значения цветов и вставьте их сюда:", + "user.settings.import_theme.importHeader": "Импортировать темы Slack", + "user.settings.import_theme.submit": "Подтвердить", + "user.settings.import_theme.submitError": "Неверный формат, пожалуйста, попробуйте снова скопировать и вставить.", + "user.settings.languages.change": "Сменить язык интерфейса", + "user.settings.languages.promote": "Выберите язык отображения пользовательского интерфейса Mattermost.

    Хотите помочь с переводами? Присоединяйтесь к Mattermost Translation Server и внесите свой вклад.", + "user.settings.mfa.add": "Добавить MFA в ваш аккаунт", + "user.settings.mfa.addHelp": "Добавление многофакторной аутентификации позволит сделать Ваш аккаунт ещё более безопасным, требуя ввода кода, присланного на мобильный телефон, при каждом входе.", + "user.settings.mfa.addHelpQr": "Please scan the QR code with the Google Authenticator app on your smartphone and fill in the token with one provided by the app. If you are unable to scan the code, you can manually enter the secret provided.", + "user.settings.mfa.enterToken": "Token (numbers only)", + "user.settings.mfa.qrCode": "Штрихкод", + "user.settings.mfa.remove": "Удалить MFA из вашего аккаунта", + "user.settings.mfa.removeHelp": "Отключение многофакторной аутентификации означает, что Вам больше не будет требоваться пароль, высылаемый на телефон, при каждом входе в аккаунт.", + "user.settings.mfa.requiredHelp": "Multi-factor authentication is required on this server. Resetting is only recommended when you need to switch code generation to a new mobile device. You will be required to set it up again immediately.", + "user.settings.mfa.reset": "Отключить многофакторную проверку подлинности", + "user.settings.mfa.secret": "Secret:", + "user.settings.mfa.title": "Включить многофакторную аутентификацию", + "user.settings.modal.advanced": "Дополнительно", + "user.settings.modal.confirmBtns": "Да, отменить", + "user.settings.modal.confirmMsg": "Вы уверены, что хотите отменить несохраненные изменения?", + "user.settings.modal.confirmTitle": "Отменить изменения?", + "user.settings.modal.display": "Вид", + "user.settings.modal.general": "Общие", + "user.settings.modal.notifications": "Уведомления", + "user.settings.modal.security": "Безопасность", + "user.settings.modal.title": "Настройки учетной записи", + "user.settings.notifications.allActivity": "При любой активности", + "user.settings.notifications.channelWide": "Channel-wide mentions \"@channel\", \"@all\"", + "user.settings.notifications.close": "Закрыть", + "user.settings.notifications.comments": "Уведомление об ответе", + "user.settings.notifications.commentsAny": "Trigger notifications on messages in reply threads that I start or participate in", + "user.settings.notifications.commentsInfo": "В дополнение к уведомлениям когда вас упомянули, вы можете получать сообщения об ответах в нити.", + "user.settings.notifications.commentsNever": "Не показывать уведомления о сообщениях в нити, пока я не буду упомянут", + "user.settings.notifications.commentsRoot": "Срабатывают уведомления о сообщениях в темах, которые я начинаю", + "user.settings.notifications.desktop": "Отправлять уведомления на рабочий стол", + "user.settings.notifications.desktop.allFirefoxForever": "Для всей активности, показывать бесконечно", + "user.settings.notifications.desktop.allFirefoxTimed": "Для всей активности, показывать на {seconds} секунд", + "user.settings.notifications.desktop.allNoSoundForever": "Для всей активности без звука, показывать бесконечно", + "user.settings.notifications.desktop.allNoSoundTimed": "Для всей активности без звука, показывать {seconds} секунд", + "user.settings.notifications.desktop.allSoundForever": "Для всей активности со звуком, показывать бесконечно", + "user.settings.notifications.desktop.allSoundTimed": "Для всей активности со звуком, показывать на {seconds} секунд", + "user.settings.notifications.desktop.duration": "Длительность уведомления", + "user.settings.notifications.desktop.durationInfo": "Определяет, сколько времени уведомления рабочего стола будут оставаться на экране при использовании Firefox или Chrome. При использовании Edge и Safari уведомления могут оставаться на экране максимум 5 секунд.", + "user.settings.notifications.desktop.mentionsFirefoxForever": "При упоминаниях и личных сообщениях, не скрывать автоматически", + "user.settings.notifications.desktop.mentionsFirefoxTimed": "При упоминаниях и личных сообщениях, скрыть через {seconds} секунд", + "user.settings.notifications.desktop.mentionsNoSoundForever": "При упоминаниях и личных сообщениях, без звука, не скрывать автоматически", + "user.settings.notifications.desktop.mentionsNoSoundTimed": "При упоминаниях и личных сообщениях, без звука, скрыть через {seconds} секунд", + "user.settings.notifications.desktop.mentionsSoundForever": "При упоминаниях и личных сообщениях, со звуком, не скрывать автоматически", + "user.settings.notifications.desktop.mentionsSoundTimed": "При упоминаниях и личных сообщениях, со звуком, скрыть через {seconds} секунд", + "user.settings.notifications.desktop.seconds": "{seconds} секунд", + "user.settings.notifications.desktop.sound": "Звук уведомления", + "user.settings.notifications.desktop.title": "Оповещения на рабочий стол", + "user.settings.notifications.desktop.unlimited": "Неограниченно", + "user.settings.notifications.desktopSounds": "Звуковые оповещения на рабочий стол", + "user.settings.notifications.email.disabled": "Отключено системным администратором", + "user.settings.notifications.email.disabled_long": "Email notifications have been disabled by your System Administrator.", + "user.settings.notifications.email.everyHour": "Каждый час", + "user.settings.notifications.email.everyXMinutes": "Каждые {count, plural, one {minute} other {{count, number} minutes}}", + "user.settings.notifications.email.immediately": "Немедленно", + "user.settings.notifications.email.never": "Никогда", + "user.settings.notifications.email.send": "Отправлять уведомления по электронной почте", + "user.settings.notifications.emailBatchingInfo": "Уведомления, полученные за выбранный временной промежуток, объединяются и отправляются единым письмом.", + "user.settings.notifications.emailInfo": "Почтовые уведомления при упоминаниях и личных сообщениях начинают отправляться если вы не в сети или отошли с {siteName} больше чем на 5 минут.", + "user.settings.notifications.emailNotifications": "Email уведомления", + "user.settings.notifications.header": "Уведомления", + "user.settings.notifications.info": "Уведомления на рабочем столе доступны для приложений Edge, Firefox, Safari, Chrome и Mattermost Desktop.", + "user.settings.notifications.mentionsInfo": "Mentions trigger when someone sends a message that includes your username (\"@{username}\") or any of the options selected above.", + "user.settings.notifications.never": "Никогда", + "user.settings.notifications.noWords": "No words configured", + "user.settings.notifications.off": "Выкл", + "user.settings.notifications.on": "Вкл", + "user.settings.notifications.onlyMentions": "Только при упоминаниях и личных сообщениях", + "user.settings.notifications.push": "Мобильные push-уведомленя", + "user.settings.notifications.push_notification.status": "Отправить push-уведомление когда", + "user.settings.notifications.sensitiveName": "Ваше имя с учётом регистра \"{first_name}\"", + "user.settings.notifications.sensitiveUsername": "Ваше независимое от регистра имя пользователя \"{username}\"", + "user.settings.notifications.sensitiveWords": "Другие независящие от регистра слова, разделенные запятыми:", + "user.settings.notifications.soundConfig": "Пожалуйста, настройте звуковые уведомления в настройках браузера", + "user.settings.notifications.sounds_info": "Звуки уведомлений доступны для приложений IE11, Edge, Safari, Chrome и Mattermost Desktop.", + "user.settings.notifications.teamWide": "Упоминания команды \"@all\"", + "user.settings.notifications.title": "Настройки уведомлений", + "user.settings.notifications.wordsTrigger": "Ключевые слова для упоминаний", + "user.settings.push_notification.allActivity": "При любой активности", + "user.settings.push_notification.allActivityAway": "Для всей активности когда отошел или оффлайн", + "user.settings.push_notification.allActivityOffline": "Для всей активности когда оффлайн", + "user.settings.push_notification.allActivityOnline": "Для всей активности когда онлайн, отошел или оффлайн", + "user.settings.push_notification.away": "Отсутствует или не в сети", + "user.settings.push_notification.disabled": "Отключено системным администратором", + "user.settings.push_notification.disabled_long": "Push-уведомления для мобильных устройств запрещены Системным Администратором.", + "user.settings.push_notification.info": "Notification alerts are pushed to your mobile device when there is activity in Mattermost.", + "user.settings.push_notification.off": "Выкл", + "user.settings.push_notification.offline": "Не в сети", + "user.settings.push_notification.online": "В сети, нет на месте или не в сети", + "user.settings.push_notification.onlyMentions": "For mentions and direct messages", + "user.settings.push_notification.onlyMentionsAway": "При упоминаниях и личных сообщениях, когда отошел или не в сети", + "user.settings.push_notification.onlyMentionsOffline": "При упоминаниях и личных сообщениях, когда не в сети", + "user.settings.push_notification.onlyMentionsOnline": "При упоминаниях и личных сообщениях, когда в сети, отошел или не в сети", + "user.settings.push_notification.send": "Отправить мобильное push-уведомление", + "user.settings.push_notification.status": "Отправить push-уведомление когда", + "user.settings.push_notification.status_info": "Уведомления на телефон будут присылаться только если ваш статус будет совпадать с выбранным выше.", + "user.settings.security.active": "Active", + "user.settings.security.close": "Закрыть", + "user.settings.security.currentPassword": "Текущий пароль", + "user.settings.security.currentPasswordError": "Введите текущий пароль", + "user.settings.security.deauthorize": "Деавторизация", + "user.settings.security.emailPwd": "Email и Пароль", + "user.settings.security.gitlab": "GitLab", + "user.settings.security.google": "Google", + "user.settings.security.inactive": "Неактивен", + "user.settings.security.lastUpdated": "Последние изменения: {date} в {time}", + "user.settings.security.ldap": "AD/LDAP", + "user.settings.security.loginGitlab": "Вход выполнен с помощью GitLab", + "user.settings.security.loginGoogle": "Выполнен вход через Google Apps", + "user.settings.security.loginLdap": "Вход выполнен через AD/LDAP", + "user.settings.security.loginOffice365": "Выполнен вход через Office 365", + "user.settings.security.loginSaml": "Вход выполнен с помощью SAML", + "user.settings.security.logoutActiveSessions": "Просмотр и завершение активных сессий", + "user.settings.security.method": "Методы входа", + "user.settings.security.newPassword": "Новый пароль", + "user.settings.security.noApps": "Нет авторизованных OAuth 2.0 приложений.", + "user.settings.security.oauthApps": "OAuth 2.0 приложения", + "user.settings.security.oauthAppsDescription": "Нажмите 'Изменить' для управления вашими OAuth 2.0 приложениями", + "user.settings.security.oauthAppsHelp": "Приложения действуют от Вашего имени, чтобы получить доступ к Вашим данным на основе разрешений, которые Вы даете им.", + "user.settings.security.office365": "Office 365", + "user.settings.security.oneSignin": "You may only have one sign-in method at a time. Switching sign-in method will send an email notifying you if the change was successful.", + "user.settings.security.password": "Пароль", + "user.settings.security.passwordError": "Пароль должен иметь не менее {min} символов.", + "user.settings.security.passwordErrorLowercase": "Пароль должен быть не короче {min} символов и содержать хотя бы одну строчную букву.", + "user.settings.security.passwordErrorLowercaseNumber": "Пароль должен быть не короче {min} символов и содержать хотя бы одну строчную букву и цифру.", + "user.settings.security.passwordErrorLowercaseNumberSymbol": "Пароль должен быть не короче {min} символов и содержать хотя бы одну строчную букву, цифру и символ пунктуации (например, \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorLowercaseSymbol": "Ваш пароль должен быть не менее {min} символов, как минимум одну букву нижнего регистра и хотя бы один символ пунктуации (например, \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorLowercaseUppercase": "Пароль должен быть не менее {min} символов, как минимум одну букву нижнего регистра и хотя бы один символ верхнего регистра.", + "user.settings.security.passwordErrorLowercaseUppercaseNumber": "Пароль должен быть не менее {min} символов и содержать хотя бы одну букву нижнего регистра, хотя бы одну букву верхнего регистра и хотя бы одну цифру.", + "user.settings.security.passwordErrorLowercaseUppercaseNumberSymbol": "Пароль должен быть не короче {min} символов и содержать хотя бы одну прописную букву, хотя бы одну заглавную букву и хотя бы один спецсимвол (например, \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorLowercaseUppercaseSymbol": "Пароль должен быть не короче {min} символов и содержать хотя бы одну прописную букву, хотя бы одну заглавную букву и хотя бы один символ пунктуации (например, \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorNumber": "Пароль должен быть не короче {min} символов и содержать хотя бы одну цифру.", + "user.settings.security.passwordErrorNumberSymbol": "Пароль должен быть не короче {min} символов и содержать хотя бы одну цифру и хотя бы один символ пунктуации (например, \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorSymbol": "Пароль должен быть не короче {min} символов и содержать хотя бы один символ пунктуации (например, \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorUppercase": "Пароль должен быть не короче {min} символов и содержать хотя бы один символ в верхнем регистре.", + "user.settings.security.passwordErrorUppercaseNumber": "Пароль должен быть не короче {min} символов и содержать хотя бы один символ в верхнем регистре и хотя бы одну цифру.", + "user.settings.security.passwordErrorUppercaseNumberSymbol": "Пароль должен быть не короче {min} символов и содержать хотя бы один символ в верхнем регистре, хотя бы одну цифру и хотя бы один символ пунктуации (например, \"~!@#$%^&*()\").", + "user.settings.security.passwordErrorUppercaseSymbol": "Пароль должен быть не короче {min} символов и содержать хотя бы одну цифру и хотя бы один специальный символ (например, \"~!@#$%^&*()\").", + "user.settings.security.passwordGitlabCantUpdate": "Вход произошел через GitLab. Пароль не может быть изменен.", + "user.settings.security.passwordGoogleCantUpdate": "Вход произошел через GitLab. Пароль не может быть изменен.", + "user.settings.security.passwordLdapCantUpdate": "Вход произведен через AD/LDAP. Пароль не может быть обновлен.", + "user.settings.security.passwordMatchError": "Введенные пароли не совпадают.", + "user.settings.security.passwordMinLength": "Длина пароля меньше минимальной, предпросмотр невозможен.", + "user.settings.security.passwordOffice365CantUpdate": "Вход произошел через Office 365. Пароль не может быть изменен.", + "user.settings.security.passwordSamlCantUpdate": "This field is handled through your login provider. If you want to change it, you need to do so through your login provider.", + "user.settings.security.retypePassword": "Повторите новый пароль", + "user.settings.security.saml": "SAML", + "user.settings.security.switchEmail": "Перейти к использованию e-mail и пароль", + "user.settings.security.switchGitlab": "Перейки к использованию GitLab SSO", + "user.settings.security.switchGoogle": "Перейти к использованию Google SSO", + "user.settings.security.switchLdap": "Перейти к использованию AD/LDAP", + "user.settings.security.switchOffice365": "Перейти к использованию Office 365 SSO", + "user.settings.security.switchSaml": "Перейти к использованию SAML SSO", + "user.settings.security.title": "Настройки безопасности", + "user.settings.security.viewHistory": "Просмотр истории доступа", + "user_list.notFound": "Пользователи не найдены", + "user_profile.send.dm": "Отправить сообщение", + "user_profile.webrtc.call": "Видеовызов", + "user_profile.webrtc.offline": "Пользователь не в сети", + "user_profile.webrtc.unavailable": "Новый вызов недоступен до завершения текущего", + "view_image.loading": "Загрузка ", + "view_image_popover.download": "Скачать", + "view_image_popover.file": "Файл {count} из {total}", + "view_image_popover.publicLink": "Получить общедоступную ссылку", + "web.footer.about": "О нас", + "web.footer.help": "Помощь", + "web.footer.privacy": "Конфиденциальность", + "web.footer.terms": "Условия", + "web.header.back": "Назад", + "web.header.logout": "Выйти", + "web.root.signup_info": "Все способы общения команды собраны в одном месте, с возможностью мгновенного поиска и доступом отовсюду", + "webrtc.busy": "{username} занят.", + "webrtc.call": "Вызов", + "webrtc.callEnded": "Разговор с {username} закончен.", + "webrtc.cancel": "Завершить вызов", + "webrtc.cancelled": "{username} завершил вызов.", + "webrtc.declined": "Ваш звонок был отклонён {username}.", + "webrtc.disabled": "{username} отключил WebRTC и не может принимать звонки. Чтобы использовать эту возможность, он должен проследовать в **Настройки учётной записи** > **Дополнительно** > **Просмотр возможностей предрелиза** и включить WebRTC.", + "webrtc.failed": "Проблема с подключением к видео-звонку.", + "webrtc.hangup": "Повесить трубку", + "webrtc.header": "Разговор с {username}", + "webrtc.inProgress": "У вас есть текущий вызов. Пожалуйста завершите разговор.", + "webrtc.mediaError": "Не удается получить доступ к камере или микрофону.", + "webrtc.mute_audio": "Выключить микрофон", + "webrtc.noAnswer": "{username} не отвечает на вызов.", + "webrtc.notification.answer": "Ответ", + "webrtc.notification.decline": "Отклонить", + "webrtc.notification.incoming_call": "{username} звонит вам.", + "webrtc.notification.returnToCall": "Возврат к текущему вызову с {username}", + "webrtc.offline": "{username} оффлайн.", + "webrtc.pause_video": "Выключить камеру", + "webrtc.unmute_audio": "Включить микрофон", + "webrtc.unpause_video": "Включить камеру", + "webrtc.unsupported": "Клиент {username} не поддерживает видео вызовы.", + "youtube_video.notFound": "Видео не найдено" +} diff --git a/assets/base/i18n/zh-CN.json b/assets/base/i18n/zh-CN.json new file mode 100644 index 000000000..589dc5fc7 --- /dev/null +++ b/assets/base/i18n/zh-CN.json @@ -0,0 +1,2373 @@ +{ + "about.close": "关闭", + "about.copyright": "版权所有 2016 Mattermost, Inc. 保留所有权利", + "about.database": "数据库:", + "about.date": "创建日期:", + "about.enterpriseEditionLearn": "了解更多关于企业版:", + "about.enterpriseEditionSt": "位于防火墙后的现代通讯方式。", + "about.enterpriseEditione1": "企业版本", + "about.hash": "构建哈希:", + "about.hashee": "构建EE哈希:", + "about.licensed": "授权于:", + "about.number": "编译号:", + "about.teamEditionLearn": "加入Mattermost社区", + "about.teamEditionSt": "所有团队的通讯一站式解决,随时随地可搜索和访问。", + "about.teamEditiont0": "团队版本", + "about.teamEditiont1": "企业版本", + "about.title": "关于Mattermost", + "about.version": "版本:", + "access_history.title": "访问历史", + "activity_log.activeSessions": "活动会话", + "activity_log.browser": "浏览器: {browser}", + "activity_log.firstTime": "首次登录时间: {date}, {time}", + "activity_log.lastActivity": "最后操作: {date}, {time}", + "activity_log.logout": "注销", + "activity_log.moreInfo": "更多信息", + "activity_log.os": "系统: {os}", + "activity_log.sessionId": "会话ID: {id}", + "activity_log.sessionsDescription": "当您在设备的新浏览器中登录时,将创建会话。会话让您使用Mattermost时无需在系统管理员限定的时间段内重新登录。如果您希望早些退出,点击下方的‘注销’按钮结束会话。", + "activity_log_modal.android": "安卓", + "activity_log_modal.androidNativeApp": "Android本地App", + "activity_log_modal.desktop": "电脑应用", + "activity_log_modal.iphoneNativeApp": "iPhone本地App", + "add_command.autocomplete": "自动完成", + "add_command.autocomplete.help": "(可选) 在自动完成列表显示斜杠命令。", + "add_command.autocompleteDescription": "自动完成描述", + "add_command.autocompleteDescription.help": "(可选) 在自动补全列表中显示斜杠命令的简述。", + "add_command.autocompleteDescription.placeholder": "例如:\"返回病人记录搜索结果\"", + "add_command.autocompleteHint": "自动完成提示", + "add_command.autocompleteHint.help": "(可选) 你的斜杠命令在自动完成列表中显示的参数。", + "add_command.autocompleteHint.placeholder": "例如: [患者姓名]", + "add_command.cancel": "取消", + "add_command.description": "描述", + "add_command.description.help": "传入 webhook 的简述。", + "add_command.displayName": "显示名称", + "add_command.displayName.help": "您的斜杠命令显示名,最多64字。", + "add_command.doneHelp": "您的斜杠命令已设定。以下令牌将包含在传出负载。请用这来验证请求是否来自您的Mattermost团队(详见文档)。", + "add_command.iconUrl": "回复图标", + "add_command.iconUrl.help": "(可选) 选择一个头像覆盖此斜杠命令产生的信息。输入的.png或.jpg文件URL至少128像素x128像素。", + "add_command.iconUrl.placeholder": "https://www.example.com/myicon.png", + "add_command.method": "请求方式", + "add_command.method.get": "GET", + "add_command.method.help": "命令的类型发给请求URL的请求。", + "add_command.method.post": "POST", + "add_command.save": "保存", + "add_command.token": "令牌:{token}", + "add_command.trigger": "命令触发词", + "add_command.trigger.help": "触发关键字必须唯一,且不能以斜杠开头或含空格。", + "add_command.trigger.helpExamples": "例:client, employee, patient, weather", + "add_command.trigger.helpReserved": "预留:{link}", + "add_command.trigger.helpReservedLinkText": "查看内置斜杠指令列表", + "add_command.trigger.placeholder": "命令触发关键字,例如 \"hello\"", + "add_command.triggerInvalidLength": "触发器关键词必须包含 {min} 至 {max} 个字", + "add_command.triggerInvalidSlash": "触发器关键词不能以 / 开头", + "add_command.triggerInvalidSpace": "触发器关键词不能包含空格", + "add_command.triggerRequired": "需要一个触发关键词", + "add_command.url": "请求URL", + "add_command.url.help": "接收HTTP POST或GET斜杠命令运行时事件请求的回调URL。", + "add_command.url.placeholder": "必须以http://或https://开始", + "add_command.urlRequired": "需要一个请求的URL", + "add_command.username": "回复用户名", + "add_command.username.help": "(可选) 选择一个用户名用于覆盖这个命令回应。用户名可以包含多达22个小写字母,数字以及符号 \"-\",\"_\" 和 \".\" 字符。", + "add_command.username.placeholder": "用户名", + "add_emoji.cancel": "取消", + "add_emoji.header": "添加", + "add_emoji.image": "图像", + "add_emoji.image.button": "选择", + "add_emoji.image.help": "选择个文件做为您的表情符。图库可为最大 1 MB 的 gif, png 或 jpeg 文件。如果尺寸超过 128 像素长 128 像素高将自动缩小但将保留比例。", + "add_emoji.imageRequired": "表情符号需要个图片", + "add_emoji.name": "名称", + "add_emoji.name.help": "选择一个多达64个小写字母,数字以及符号 '-' 和 '_' 字符组成的用户名用于表情符号。", + "add_emoji.nameInvalid": "表情符号的名称只能包含数字,字母和符号' - '和'_'。", + "add_emoji.nameRequired": "表情符号需要个名称", + "add_emoji.nameTaken": "此名称已被系统表情符号使用。请重新选个名称。", + "add_emoji.preview": "预览", + "add_emoji.preview.sentence": "这句话带有 {image} 。", + "add_emoji.save": "保存", + "add_incoming_webhook.cancel": "取消", + "add_incoming_webhook.channel": "频道", + "add_incoming_webhook.channel.help": "接收 webhook 的公开频道或私有组。您必须属于该私有组才能设定webhook。", + "add_incoming_webhook.channelRequired": "需要是有效的频道", + "add_incoming_webhook.description": "描述", + "add_incoming_webhook.description.help": "传入webhook的简述。", + "add_incoming_webhook.displayName": "显示名称", + "add_incoming_webhook.displayName.help": "传入webhook的显示名,最多64字。", + "add_incoming_webhook.doneHelp": "您的传入webhook已设定。请传数据至此网址(详见文档)。", + "add_incoming_webhook.name": "名称", + "add_incoming_webhook.save": "保存", + "add_incoming_webhook.url": "网址:{url}", + "add_oauth_app.callbackUrls.help": "用户在接收或拒绝授权您的应用后重转向的网址,同时用来处理授权码或访问令牌。比为以 http:// 或 https:// 开头的有效网址。", + "add_oauth_app.callbackUrlsRequired": "需要一个或多个回调URL", + "add_oauth_app.clientId": "客户端ID:{id}", + "add_oauth_app.clientSecret": "客户端秘密:{secret}", + "add_oauth_app.description.help": "您的 OAuth 2.0 应用描述。", + "add_oauth_app.descriptionRequired": "OAuth 2.0 应用描述为必填。", + "add_oauth_app.doneHelp": "您的 OAuth 2.0 应用已设置。请在您应用申请授权时使用以下客户端 ID 和客户端秘密 (参见文档了解详情)。", + "add_oauth_app.doneUrlHelp": "以下是您许可的重指向网址。", + "add_oauth_app.header": "添加", + "add_oauth_app.homepage.help": "OAuth 2.0 应用首页网址。请您确认有根据服务器设置使用 HTTP 或 HTTPS 网址。", + "add_oauth_app.homepageRequired": "OAuth 2.0 应用首页网址为必填。", + "add_oauth_app.icon.help": "(可选) 指向您的 OAuth 2.0 应用的图片网址。请您确认您的网址使用 HTTP 或 HTTPS。", + "add_oauth_app.name.help": "您的 OAuth 2.0 应用显示名,最多64字。", + "add_oauth_app.nameRequired": "OAuth 2.0 应用名为必填。", + "add_oauth_app.trusted.help": "当设为是时,OAuth 2.0 应用将被 Mattermost 服务器信任且不需用户同意授权。当设为否时,将会弹出新窗口询问用户同意或拒绝授权。", + "add_oauth_app.url": "网址:{url}", + "add_outgoing_webhook.callbackUrls": "回调URL(每行一个)", + "add_outgoing_webhook.callbackUrls.help": "信息传输到的网址。", + "add_outgoing_webhook.callbackUrlsRequired": "需要一个或多个回调URL", + "add_outgoing_webhook.cancel": "取消", + "add_outgoing_webhook.channel": "频道", + "add_outgoing_webhook.channel.help": "接收webhook的公开频道。设定一个以上的触发关键字时此项为可选。", + "add_outgoing_webhook.contentType.help1": "选择发送的回复时的内容类型。", + "add_outgoing_webhook.contentType.help2": "如果选择了 application/x-www-form-urlencoded,服务器将认为您会将参数以URL格式编码。", + "add_outgoing_webhook.contentType.help3": "如果选择了 application/json,服务器将认为您会传送 JSON 数据。", + "add_outgoing_webhook.content_Type": "内容类型", + "add_outgoing_webhook.description": "描述", + "add_outgoing_webhook.description.help": "您的传出webhook简述。", + "add_outgoing_webhook.displayName": "显示名称", + "add_outgoing_webhook.displayName.help": "传出webhook的显示名,最多64字。", + "add_outgoing_webhook.doneHelp": "您的传出webhook已设定。以下令牌将包含在传出负载。请用这来验证请求是否来自您的Mattermost团队(详见文档)。", + "add_outgoing_webhook.name": "名称", + "add_outgoing_webhook.save": "保存", + "add_outgoing_webhook.token": "令牌:{token}", + "add_outgoing_webhook.triggerWords": "触发词(一行一个)", + "add_outgoing_webhook.triggerWords.help": "以设定关键字开头的信息将触发传出webhook。如果有选择频道此项则为可选。", + "add_outgoing_webhook.triggerWordsOrChannelRequired": "需要一个有效的频道或一个触发关键字列表", + "add_outgoing_webhook.triggerWordsTriggerWhen": "触发时机", + "add_outgoing_webhook.triggerWordsTriggerWhen.help": "选择何时触发传出webhook:信息第一个词符合触发关键字或时以触发关键字开头。", + "add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "第一个完全符合触发关键字", + "add_outgoing_webhook.triggerWordsTriggerWhenStartsWith": "第一字以触发关键字为开头", + "admin.advance.cluster": "高可用性 (Beta)", + "admin.advance.metrics": "性能监视", + "admin.audits.reload": "重新载入用户活动日志", + "admin.audits.title": "用户活动日志", + "admin.authentication.email": "邮件验证", + "admin.authentication.gitlab": "GitLab", + "admin.authentication.ldap": "AD/LDAP", + "admin.authentication.oauth": "OAuth 2.0", + "admin.authentication.saml": "SAML", + "admin.banner.heading": "注释:", + "admin.cluster.enableDescription": "当设为是时,Mattermost 将以高可用性模式运行。请参考文档了解 Mattermost 的高可用性。", + "admin.cluster.enableTitle": "开启高可用性模式:", + "admin.cluster.interNodeListenAddressDesc": "服务器与其他服务器通讯的监听地址。", + "admin.cluster.interNodeListenAddressEx": "例如 \":8075\"", + "admin.cluster.interNodeListenAddressTitle": "互连节点监听地址:", + "admin.cluster.interNodeUrlsDesc": "所有Mattermost服务器的内部/私有网址用逗号分开。", + "admin.cluster.interNodeUrlsEx": "例如 \"http://10.10.10.30, http://10.10.10.31\"", + "admin.cluster.interNodeUrlsTitle": "互连节点网址:", + "admin.cluster.loadedFrom": "此配置文件是从节点 ID {clusterId} 加载的。如果您在通过负载均衡服务器访问系统控制时遇到问题,请参考我们的文档中的排错手册。", + "admin.cluster.noteDescription": "修改此分类中的属性需要重启服务器才能生效。当高可用性模式开启时,系统控制台将设为只读且只能通过修改配置文件进行改动。", + "admin.cluster.should_not_change": "警告:这些设定可能不会与其他机群服务器同步。高可用性互连节点通讯只会在您确保所有服务器中的config.json一致并重启Mattermost后开启。请见文档了解如何从机群里添加或删除服务器。如果您在通过负载均衡服务器访问系统控制且遇到问题,请见我们的文档中的排错手册。", + "admin.cluster.status_table.config_hash": "配置文件MD5", + "admin.cluster.status_table.hostname": "主机名", + "admin.cluster.status_table.id": "节点 ID", + "admin.cluster.status_table.reload": "重加载机群状态", + "admin.cluster.status_table.status": "状态", + "admin.cluster.status_table.url": "互连节点网址", + "admin.cluster.status_table.version": "版本:", + "admin.compliance.directoryDescription": "用户保存守规报告。如果为空,将被设置为 ./data/。", + "admin.compliance.directoryExample": "例如 \"./data/\"", + "admin.compliance.directoryTitle": "守规报告目录:", + "admin.compliance.enableDailyDesc": "如果是正确的,Mattermost将生成一个每日合规报告。", + "admin.compliance.enableDailyTitle": "启用每日报告", + "admin.compliance.enableDesc": "当设为是时,Mattermost 允许从合规和审计标签进行合规报告。参见文档了解详情。", + "admin.compliance.enableTitle": "启动守规报告:", + "admin.compliance.false": "否", + "admin.compliance.noLicense": "

    提示:

    守规是一个企业平台特性。您当前的证书不支持守规。请点击这里获取企业证书的信息和价格。

    ", + "admin.compliance.save": "保存", + "admin.compliance.saving": "保存配置中...", + "admin.compliance.title": "合规性设置", + "admin.compliance.true": "是", + "admin.compliance_reports.desc": "职位名称", + "admin.compliance_reports.desc_placeholder": "例如 \"Audit 445 for HR\"", + "admin.compliance_reports.emails": "电子邮件:", + "admin.compliance_reports.emails_placeholder": "例如 \"bill@example.com,bob@example.com\"", + "admin.compliance_reports.from": "来自:", + "admin.compliance_reports.from_placeholder": "例如 \"2016-03-11\"", + "admin.compliance_reports.keywords": "关键字:", + "admin.compliance_reports.keywords_placeholder": "例如 \"shorting stock\"", + "admin.compliance_reports.reload": "重新载入任务报告", + "admin.compliance_reports.run": "守规报告", + "admin.compliance_reports.title": "合规性报告", + "admin.compliance_reports.to": "To:", + "admin.compliance_reports.to_placeholder": "例如 \"2016-03-15\"", + "admin.compliance_table.desc": "描述", + "admin.compliance_table.download": "下载", + "admin.compliance_table.params": "参数", + "admin.compliance_table.records": "记录", + "admin.compliance_table.status": "状态", + "admin.compliance_table.timestamp": "时间戳", + "admin.compliance_table.type": "类型", + "admin.compliance_table.userId": "被...要求", + "admin.connectionSecurityNone": "无", + "admin.connectionSecurityNoneDescription": "Mattermost 将创建一个不安全的连接。", + "admin.connectionSecurityPlain": "PLAIN", + "admin.connectionSecurityPlainDescription": "Mattermost 将会连接并验证一个不安全的连接。", + "admin.connectionSecurityStart": "STARTTLS", + "admin.connectionSecurityStartDescription": "将一现有不安全的连接尝试使用TLS升级值一个安全的连接。", + "admin.connectionSecurityTest": "测试连接", + "admin.connectionSecurityTitle": "连接安全:", + "admin.connectionSecurityTls": "TLS", + "admin.connectionSecurityTlsDescription": "加密Mattermost和您的服务器之间的通信。", + "admin.customization.androidAppDownloadLinkDesc": "添加安卓应用下载链接。用移动设备访问的用户将看到应用下载提示页面。此栏留空将不显示。", + "admin.customization.androidAppDownloadLinkTitle": "安卓应用下载链接:", + "admin.customization.appDownloadLinkDesc": "添加Mattermost应用下载链接。当链接存在时,主菜单将有“下载Mattermost应用”选项让用户找到下载页面。此栏留空将隐藏此选项。", + "admin.customization.appDownloadLinkTitle": "Mattermost 应用下载页面网址:", + "admin.customization.customBrand": "自定义品牌", + "admin.customization.customEmoji": "自定义表情", + "admin.customization.enableCustomEmojiDesc": "允许用户创建在消息中使用的自定义表情符。启用后,自定义的表情符的设置方式为:切换到一个团队,在侧边栏单击频道上面的三个点,然后选择“自定义表情符”。", + "admin.customization.enableCustomEmojiTitle": "启用自定义表情:", + "admin.customization.enableLinkPreviewsDesc": "允许用户在消息下方显示网站预览。当设为是时,网站预览可在帐号设定 > 高级 > 预览先行发布功能开启。", + "admin.customization.enableLinkPreviewsTitle": "启用链接预览:", + "admin.customization.iosAppDownloadLinkDesc": "添加iOS应用下载链接。用移动设备访问的用户将看到应用下载提示页面。此栏留空将不显示。", + "admin.customization.iosAppDownloadLinkTitle": "iOS应用下载网址:", + "admin.customization.linkPreviews": "链接预览", + "admin.customization.nativeAppLinks": "Mattermost 应用链接", + "admin.customization.restrictCustomEmojiCreationAdmin": "允许系统和团队管理员创建表情符号", + "admin.customization.restrictCustomEmojiCreationAll": "允许每个人可以创建自定义表情", + "admin.customization.restrictCustomEmojiCreationDesc": "限制某些用户创建自定义表情符号。", + "admin.customization.restrictCustomEmojiCreationSystemAdmin": "只允许系统管理员创建自定义表情符号", + "admin.customization.restrictCustomEmojiCreationTitle": "限制创建自定义表情符号:", + "admin.customization.support": "法律和支持", + "admin.database.title": "数据库设置", + "admin.developer.title": "开发人员设置", + "admin.email.agreeHPNS": " 我理解并同意 Mattermost 推送提醒服务服务条款隐私策略。", + "admin.email.allowEmailSignInDescription": "当设置为是时,Mattermost允许用户使用电子邮件地址和密码登入。", + "admin.email.allowEmailSignInTitle": "开启使用邮件地址登入:", + "admin.email.allowSignupDescription": "当设置为是时,Mattermost允许团队创建和使用电子邮件地址和密码注册帐户。此值唯一设为否的情况是你想使用 OAuth 或者 AD/LDAP 这种单点登录服务注册。", + "admin.email.allowSignupTitle": "开启使用邮件地址创建帐号:", + "admin.email.allowUsernameSignInDescription": "当设置为是时,Mattermost允许用户使用用户名和密码登录。此设置通常只用于当电子邮件验证被禁用时。", + "admin.email.allowUsernameSignInTitle": "开启使用用户名登入:", + "admin.email.connectionSecurityTest": "测试连接", + "admin.email.easHelp": "了解更多关于编译和部署您自己的移动应用程序从一个Enterprise App Store。", + "admin.email.emailFail": "连接失败: {error}", + "admin.email.emailSuccess": "发送电子邮件时没有发生错误。请检查您的收件箱并确认。", + "admin.email.enableEmailBatching.clusterEnabled": "批量电子邮件无法在高可用性下开启。", + "admin.email.enableEmailBatching.siteURL": "设置 > 站点网址中的站点网址配置后才能开启批量电子邮件。", + "admin.email.enableEmailBatchingDesc": "当设为是时,用户可以将多条私信和提及合并到一条电子邮件通知,可在帐号设置 > 通知里设定。", + "admin.email.enableEmailBatchingTitle": "开启批量电子邮件:", + "admin.email.fullPushNotification": "发送完整的消息片段", + "admin.email.genericPushNotification": "发送包含用户名称和频道名称的一般性描述", + "admin.email.inviteSaltDescription": "32字符的盐值用于签署电子邮件邀请。安装时随机生成。点击 \"重新生成\" 生成新的盐值。", + "admin.email.inviteSaltExample": "例如 \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.inviteSaltTitle": "电子邮件邀请盐值:", + "admin.email.mhpns": "使用加密的,产品及质量的HPNS连接到iOS和Android应用程序", + "admin.email.mhpnsHelp": "从 iTunes下载 Mattermost iOS app。从 Google Play 下载 Mattermost Android app。 了解更多 HPNS。", + "admin.email.mtpns": "在iTunes和TPNS的谷歌Play使用iOS和Android应用程序", + "admin.email.mtpnsHelp": "从 iTunes下载 Mattermost iOS app。从 Google Play 下载 Mattermost Android app。 了解更多 TPNS。", + "admin.email.nofificationOrganizationExample": "例如:\"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", + "admin.email.notificationDisplayDescription": "从 Mattermost 发送的电子邮件通知时显示的电子邮件帐号名。", + "admin.email.notificationDisplayExample": "例如:\"Mattermost通知\", \"系统\", \"无答复\"", + "admin.email.notificationDisplayTitle": "通知显示名称:", + "admin.email.notificationEmailDescription": "从 Mattermost 发送的电子邮件通知时显示的电子邮件地址。", + "admin.email.notificationEmailExample": "例如:\"mattermost@yourcompany.com\", \"admin@yourcompany.com\"", + "admin.email.notificationEmailTitle": "通知邮件地址:", + "admin.email.notificationOrganization": "通知页脚地址:", + "admin.email.notificationOrganizationDescription": "从mattermost电子邮件通知显示组织机构名称和地址,如“©ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"。如果字段为空,则将不显示该组织的名称和地址。", + "admin.email.notificationOrganizationExample": "例如:\"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", + "admin.email.notificationsDescription": "通常在正式环境中设置为是。当设为是时,Mattermost 将尝试发送电子邮件通知。开发人员可以设置为否以跳过电子邮件设置来加快开发速度。
    置此为是时将删除预览模式横幅 (设置后需要注销后重新登录才生效)。", + "admin.email.notificationsTitle": "启用发送邮件通知:", + "admin.email.passwordSaltDescription": "32字盐值用来签署重置密码邮件。由安装时随机生成。点击 \"重新生成\" 生成新的盐。", + "admin.email.passwordSaltExample": "例如 \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.passwordSaltTitle": "密码重设盐值:", + "admin.email.pushContentDesc": "选择“发送包含用户名称和频道名称的一般性描述”提供一般性的推送通知,包括用户名称和频道名称,但不包含具体信息内容。

    选择“发送完整的信息片段”,则推送详细的消息摘要,可能包括发送信息中的敏感数据。如果您的推送通知服务在防火墙之外,强烈建议此选项仅在使用 \"https\"加密连接协议时启用。", + "admin.email.pushContentTitle": "推送通知内容:", + "admin.email.pushDesc": "通常在正式环境中设置为是。当设为是时,Mattermost尝试给iOS和安卓从推送通知服务器发送通知。", + "admin.email.pushOff": "不发送推送通知", + "admin.email.pushOffHelp": "请参考 文件推送通知了解更多关于安装选项。", + "admin.email.pushServerDesc": "Mattermost推送消息服务时可以设置防火墙使用代理 https://github.com/mattermost/push-proxy。你可以使用 http://push-test.mattermost.com 测试,连接AppStore中Mattermost iOS演示版。请不要使用行生产机上测试服务。", + "admin.email.pushServerEx": "例如: \"http://push-test.mattermost.com\"", + "admin.email.pushServerTitle": "推送通知服务器:", + "admin.email.pushTitle": "启动发送推送通知:", + "admin.email.requireVerificationDescription": "通常在正式环境中设置为是。当设为是时,Mattermost要求账户创建后先邮件验证通过才能登录。开发人员可以将此字段设置为否,跳过电子邮件验证以加快开发。", + "admin.email.requireVerificationTitle": "要求电子邮件验证:", + "admin.email.selfPush": "手动输入推送通知服务位置", + "admin.email.smtpPasswordDescription": "从邮件服务器管理员获得此凭据。", + "admin.email.smtpPasswordExample": "例如:\"yourpassword\", \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.email.smtpPasswordTitle": "SMTP服务器密码:", + "admin.email.smtpPortDescription": "SMTP邮件服务器端口。", + "admin.email.smtpPortExample": "例如:\"25\", \"465\", \"587\"", + "admin.email.smtpPortTitle": "SMTP服务器端口:", + "admin.email.smtpServerDescription": "SMTP邮件服务器的位置。", + "admin.email.smtpServerExample": "例如:\"smtp.yourcompany.com\", \"email-smtp.us-east-1.amazonaws.com\"", + "admin.email.smtpServerTitle": "SMTP服务器:", + "admin.email.smtpUsernameDescription": "从邮件服务器管理员获得此凭据。", + "admin.email.smtpUsernameExample": "例如:\"admin@yourcompany.com\", \"AKIADTOVBGERKLCBV\"", + "admin.email.smtpUsernameTitle": "SMTP服务器用户名:", + "admin.email.testing": "测试中...", + "admin.false": "否", + "admin.file_upload.chooseFile": "选择文件", + "admin.file_upload.noFile": "没有上传文件", + "admin.file_upload.uploadFile": "上传", + "admin.files.images": "图像", + "admin.files.storage": "储存", + "admin.general.configuration": "配置", + "admin.general.localization": "本地化", + "admin.general.localization.availableLocalesDescription": "设置用户在帐号设置可用的语言(留空将可用所有语言)。如果您手动添加新语言,必须在保存钱先添加默认客户端语言

    想要帮忙翻译吗?加入Mattermost 翻译服务器。", + "admin.general.localization.availableLocalesNoResults": "未找到结果", + "admin.general.localization.availableLocalesNotPresent": "默认客户端语言必须包含在可用列表里", + "admin.general.localization.availableLocalesTitle": "可用的语言:", + "admin.general.localization.clientLocaleDescription": "新创建的用户以及未登入的用户的默认语言。", + "admin.general.localization.clientLocaleTitle": "默认客户端语言:", + "admin.general.localization.serverLocaleDescription": "系统消息和日志的默认语言。此设定需要重新启动服务器才生效。", + "admin.general.localization.serverLocaleTitle": "默认服务器语言:", + "admin.general.log": "日志", + "admin.general.policy": "策略", + "admin.general.policy.allowEditPostAlways": "任何时间", + "admin.general.policy.allowEditPostDescription": "设定作者发布消息后可编辑的时长的策略。", + "admin.general.policy.allowEditPostNever": "从不", + "admin.general.policy.allowEditPostTimeLimit": "发布后秒数", + "admin.general.policy.allowEditPostTitle": "允许用户修改他们的消息:", + "admin.general.policy.permissionsAdmin": "团队和系统管理员", + "admin.general.policy.permissionsAll": "所有团队成员", + "admin.general.policy.permissionsAllChannel": "所有频道成员", + "admin.general.policy.permissionsChannelAdmin": "频道,团队和系统管理员", + "admin.general.policy.permissionsDeletePostAdmin": "团队和系统管理员", + "admin.general.policy.permissionsDeletePostAll": "消息作者可以删除他们自己的消息,同时管理员可以删除任何消息", + "admin.general.policy.permissionsDeletePostSystemAdmin": "系统管理员", + "admin.general.policy.permissionsSystemAdmin": "系统管理员", + "admin.general.policy.restrictPostDeleteDescription": "设置谁可以删除消息的策略。", + "admin.general.policy.restrictPostDeleteTitle": "允许哪些用户删除消息:", + "admin.general.policy.restrictPrivateChannelCreationDescription": "设置谁可以创建私有组的策略。", + "admin.general.policy.restrictPrivateChannelCreationTitle": "开启创建私有组:", + "admin.general.policy.restrictPrivateChannelDeletionCommandLineToolLink": "命令符工具", + "admin.general.policy.restrictPrivateChannelDeletionDescription": "设置谁可以删除私有组的策略。已删除的组可以使用 {commandLineToolLink} 从数据库中恢复。", + "admin.general.policy.restrictPrivateChannelDeletionTitle": "开启删除私有组:", + "admin.general.policy.restrictPrivateChannelManagementDescription": "设置谁可以重命名以及设置标题或私有组用途的策略。", + "admin.general.policy.restrictPrivateChannelManagementTitle": "开启私有组重命名:", + "admin.general.policy.restrictPublicChannelCreationDescription": "设置谁可以创建公开频道的策略。", + "admin.general.policy.restrictPublicChannelCreationTitle": "允许创建公开频道:", + "admin.general.policy.restrictPublicChannelDeletionCommandLineToolLink": "命令符工具", + "admin.general.policy.restrictPublicChannelDeletionDescription": "设置谁可以删除公共频道的策略。已删除的频道可以使用 {commandLineToolLink} 从数据库中恢复。", + "admin.general.policy.restrictPublicChannelDeletionTitle": "开启删除公开频道:", + "admin.general.policy.restrictPublicChannelManagementDescription": "设置谁可以重命名和设置标题或公共频道用途的策略。", + "admin.general.policy.restrictPublicChannelManagementTitle": "开启公开频道重命名:", + "admin.general.policy.teamInviteDescription": "设置谁可以用邀请新成员发送邮件邀请他人到团队,或用主菜单的获取团队邀请链接的策略。如果使用了获取团队邀请链接,您可以在用户加入到团队后到团队设定 > 邀请码废除邀请码。", + "admin.general.policy.teamInviteTitle": "启用发送团队邀请的使用者:", + "admin.general.privacy": "隐私", + "admin.general.usersAndTeams": "成员和团队", + "admin.gitab.clientSecretDescription": "通过上述指令登录GitLab获取该值。", + "admin.gitlab.EnableHtmlDesc": "
    1. 登入您的GitLab账户并去档案设定 -> 应用程序。
    2. 输入重定向地址 \"/login/gitlab/complete\" (例如: http://localhost:8065/login/gitlab/complete) 和 \"/signup/gitlab/complete\"。
    3. 然后使用GitLab中 \"Application Secret Key\" 和 \"Application ID\" 完成下面的选项。
    4. 完成以下端点网址。
    ", + "admin.gitlab.authDescription": "输入 https:///oauth/authorize (例如 https://example.com:3000/oauth/authorize)。根据于您的服务器设定而决定网址中使用HTTP或HTTPS。", + "admin.gitlab.authExample": "例如 \"https:///oauth/authorize\"", + "admin.gitlab.authTitle": "认证端点:", + "admin.gitlab.clientIdDescription": "通过上述指令登录gitlab获取该值", + "admin.gitlab.clientIdExample": "例如 \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientIdTitle": "应用程序 ID", + "admin.gitlab.clientSecretExample": "例如 \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientSecretTitle": "应用程序密钥:", + "admin.gitlab.enableDescription": "当设置为是时,Mattermost允许使用GitLab OAuth创建团队和注册账户。", + "admin.gitlab.enableTitle": "启用GitLab认证:", + "admin.gitlab.settingsTitle": "GitLab设置", + "admin.gitlab.tokenDescription": "输入 https:///oauth/token。根据于您的服务器设定而决定网址中使用HTTP或HTTPS。", + "admin.gitlab.tokenExample": "例如 \"https:///oauth/token\"", + "admin.gitlab.tokenTitle": "令牌端点:", + "admin.gitlab.userDescription": "输入 https:///api/v3/user。根据于您的服务器设定而决定网址中使用HTTP或HTTPS。", + "admin.gitlab.userExample": "例如 \"https:///api/v3/user\"", + "admin.gitlab.userTitle": "用户API 端点:", + "admin.google.EnableHtmlDesc": "
    1. 登入到您的谷歌帐号。
    2. https://console.developers.google.com,在左边导航点击凭证后输入\"Mattermost - your-company-name\"为项目名,然后点击创建
    3. 点击OAuth 同意页面标题并输入\"Mattermost\" 做为显示给用户的产品名,然后点击保存
    4. 凭证标题下,点击创建凭证,选择OAuth客户端ID并选择网页应用
    5. 限制经认可的重指向网址下输入your-mattermost-url/signup/google/complete (例: http://localhost:8065/signup/google/complete)。点击创建
    6. 粘贴客户端ID客户端秘密到以下栏,然后点击保存
    7. 最后,到Google+ API并点击启用。这可能需要几分钟时间让谷歌服务器同步数据。
    ", + "admin.google.authTitle": "认证端点:", + "admin.google.clientIdDescription": "您在谷歌注册您的应用时收到的客户端ID。", + "admin.google.clientIdExample": "例如 \"7602141235235-url0fhs1mayfasbmop5qlfns8dh4.apps.googleusercontent.com\"", + "admin.google.clientIdTitle": "客户端ID:", + "admin.google.clientSecretDescription": "您在谷歌注册您的应用时收到的客户端秘密。", + "admin.google.clientSecretExample": "例如 \"H8sz0Az-dDs2p15-7QzD231\"", + "admin.google.clientSecretTitle": "客户端秘密:", + "admin.google.tokenTitle": "令牌端点:", + "admin.google.userTitle": "用户API 端点:", + "admin.image.amazonS3BucketDescription": "您在AWS S3 存储桶中的名字。", + "admin.image.amazonS3BucketExample": "例如 \"mattermost-media\"", + "admin.image.amazonS3BucketTitle": "Amazon S3 存储桶:", + "admin.image.amazonS3EndpointDescription": "您的 S3 兼容储存提供商的主机名称。默认为 `s3.amazonaws.com`。", + "admin.image.amazonS3EndpointExample": "例如:\"s3.amazonaws.com\"", + "admin.image.amazonS3EndpointTitle": "亚马逊 S3 连接点:", + "admin.image.amazonS3IdDescription": "从您的Amazon EC2管理员获得此证书。", + "admin.image.amazonS3IdExample": "例如 \"AKIADTOVBGERKLCBV\"", + "admin.image.amazonS3IdTitle": "Amazon S3 访问密钥 ID:", + "admin.image.amazonS3RegionDescription": "您创建S3 存储桶选中的AWS区域。", + "admin.image.amazonS3RegionExample": "例如 \"us-east-1\"", + "admin.image.amazonS3RegionTitle": "Amazon S3区域:", + "admin.image.amazonS3SSLDescription": "当设为否时,允许创建非安全连接到亚马逊 S3。默认只允许安全连接。", + "admin.image.amazonS3SSLTitle": "开启安全亚马逊 S3 连接:", + "admin.image.amazonS3SecretDescription": "从你的Amazon EC2管理员获得此证书。", + "admin.image.amazonS3SecretExample": "例如 \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.image.amazonS3SecretTitle": "Amazon S3 秘密访问密钥:", + "admin.image.localDescription": "存储文件和图像的目录。如果为空则默认为./data/。", + "admin.image.localExample": "例如 \"./data/\"", + "admin.image.localTitle": "本地存储目录:", + "admin.image.maxFileSizeDescription": "最大允许的讯息附件文件大小(MB)。注意:请确认服务器内存能够承受您的设定。过大的文件大小会增加服务器崩溃和因网路问题而上传失败的风险。", + "admin.image.maxFileSizeExample": "50", + "admin.image.maxFileSizeTitle": "最大文件大小:", + "admin.image.previewHeightDescription": "预览图最大高度(\"0\": 设置为自动)。更新这个值改变之后的预览图显示,但不改变在过去创建的图片。", + "admin.image.previewHeightExample": "例如 \"0\"", + "admin.image.previewHeightTitle": "预览图像高度:", + "admin.image.previewWidthDescription": "预览图最大宽度。更新这个值改变之后的预览图显示,但不改变在过去创建的图片。", + "admin.image.previewWidthExample": "例如 \"1024\"", + "admin.image.previewWidthTitle": "预览图像宽度:", + "admin.image.profileHeightDescription": "个人头像高度。", + "admin.image.profileHeightExample": "例如 \"0\"", + "admin.image.profileHeightTitle": "个人头像高度:", + "admin.image.profileWidthDescription": "个人头像宽度。", + "admin.image.profileWidthExample": "例如 \"1024\"", + "admin.image.profileWidthTitle": "个人头像宽度:", + "admin.image.publicLinkDescription": "32字盐值用来签署公开的图片链接。由安装时随机生成。点击 \"重新生成\" 生成新的盐。", + "admin.image.publicLinkExample": "例如 \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.image.publicLinkTitle": "公共链接盐值:", + "admin.image.shareDescription": "允许用户分享文件和图片的公共链接。", + "admin.image.shareTitle": "分享公共文件链接:", + "admin.image.storeAmazonS3": "Amazon S3", + "admin.image.storeDescription": "文件和图片所存放的储存系统。

    选择 \"Amazon S3\" 会启用对应栏位让您填入 Amazon 的认证跟储存贮体的详细资料。

    选择 \"本地文件系统\" 会启用对应栏位让您填入本地文件目录。", + "admin.image.storeLocal": "本地文件系统", + "admin.image.storeTitle": "文件存储系统:", + "admin.image.thumbHeightDescription": "上传图片时生成缩略图高度。更新这个值改变之后的缩略图显示,但不改变在过去创建的图片。", + "admin.image.thumbHeightExample": "例如 \"100\"", + "admin.image.thumbHeightTitle": "附件缩略图高度:", + "admin.image.thumbWidthDescription": "上传图片时生成缩略图宽度。更新这个值改变之后的缩略图显示,但不改变在过去创建的图片。", + "admin.image.thumbWidthExample": "例如 \"120\"", + "admin.image.thumbWidthTitle": "附件缩略图宽度:", + "admin.integrations.custom": "自定义集成", + "admin.integrations.external": "外部服务", + "admin.integrations.webrtc": "Mattermost WebRTC", + "admin.ldap.baseDesc": "Base DN 是 Mattermost 在 AD/LDAP 树中搜索用户开始的专有名称路径。", + "admin.ldap.baseEx": "例如 \"ou=Unit Name,dc=corp,dc=example,dc=com\"", + "admin.ldap.baseTitle": "BaseDN:", + "admin.ldap.bindPwdDesc": "\"绑定用户名\"的密码。", + "admin.ldap.bindPwdTitle": "绑定密码:", + "admin.ldap.bindUserDesc": "用来 AD/LDAP 搜索的用户名。通常用一个专门给 Mattermost 使用的帐号。此帐号应该只有访问 BaseDN 栏指定 AD/LDAP 树只读权限。", + "admin.ldap.bindUserTitle": "绑定用户名:", + "admin.ldap.emailAttrDesc": "AD/LDAP 服务器中属性用于填充 Mattermost 用户电子邮箱地址属性。", + "admin.ldap.emailAttrEx": "例如 \"mail\" 或 \"userPrincipalName\"", + "admin.ldap.emailAttrTitle": "电子邮箱属性:", + "admin.ldap.enableDesc": "当设置为是时,Mattermost 允许使用 AD/LDAP 登录", + "admin.ldap.enableTitle": "开启 AD/LDAP 登入:", + "admin.ldap.firstnameAttrDesc": "(可选) AD/LDAP服务器中的属性用来填充 Mattermost 用户的名字。当设置后,用户将没法修改他们的名字,因为它时和 LDAP 服务器同步的。当留空时,用户可以在帐号设置里修改名字。", + "admin.ldap.firstnameAttrEx": "例如 \"givenName\"", + "admin.ldap.firstnameAttrTitle": "姓属性", + "admin.ldap.idAttrDesc": "此属性在 AD/LDAP 服务器作为 Mattermost 中一个被用于做唯一标识符值。它将不可被修改,比如用户名或 uid。如果一个用户的 ID 属性被修改,它将创建一个新的 Mattermost 账户并且与之前的用户无关。它被用于在 Mattermost 登录时“AD/LDAP 用户名”字段在登录页面。一般该属性字段与上面的“用户名属性”字段相同。如果你的团队通常使用 域名\\\\用户名 登录到其他 AD/LDAP 服务,你可以选择在本栏使用 域名\\\\用户名 以跟其他站点保持一致。", + "admin.ldap.idAttrEx": "例如 \"sAMAccountName\"", + "admin.ldap.idAttrTitle": "ID属性:", + "admin.ldap.lastnameAttrDesc": "(可选) AD/LDAP服务器中的属性用来填充 Mattermost 用户的姓氏。当设置后,用户将没法修改他们的姓氏,因为它时和 LDAP 服务器同步的。当留空时,用户可以在帐号设置里修改姓氏。", + "admin.ldap.lastnameAttrEx": "例如 \"sn\"", + "admin.ldap.lastnameAttrTitle": "姓氏属性:", + "admin.ldap.ldap_test_button": "AD/LDAP 测试", + "admin.ldap.loginNameDesc": "出现在登录页面登录框的占位符文本。默认为 \"AD/LDAP 用户名\"。", + "admin.ldap.loginNameEx": "例如 \"AD/LDAP 用户名\"", + "admin.ldap.loginNameTitle": "域名登录:", + "admin.ldap.maxPageSizeEx": "例如 \"2000\"", + "admin.ldap.maxPageSizeHelpText": "Mattermost 向 AD/LDAP 服务器请求使用者资料时单次最多的数量。0 表示无上限。", + "admin.ldap.maxPageSizeTitle": "最大页面大小:", + "admin.ldap.nicknameAttrDesc": "(可选) AD/LDAP服务器中的属性用来填充 Mattermost 用户的昵称。当设置后,用户将没法修改他们的昵称,因为它时和 LDAP 服务器同步的。当留空时,用户可以在帐号设置里修改昵称。", + "admin.ldap.nicknameAttrEx": "例如 \"昵称\"", + "admin.ldap.nicknameAttrTitle": "昵称:", + "admin.ldap.noLicense": "

    提示:

    AD/LDAP 是一个企业平台特性。您当前的证书不支持 AD/LDAP。请点击这里获取企业证书的信息和价格。

    ", + "admin.ldap.portDesc": "该端口将连接到 AD/LDAP 服务器。默认389。", + "admin.ldap.portEx": "例如 \"389\"", + "admin.ldap.portTitle": "AD/LDAP 端口:", + "admin.ldap.positionAttrDesc": "(可选) AD/LDAP 服务器属性用于填充 Mattermost 位置属性。", + "admin.ldap.positionAttrEx": "例如:\"title\"", + "admin.ldap.positionAttrTitle": "职位属性:", + "admin.ldap.queryDesc": "查询 AD/LDAP 服务器超时值。增加此值如果你遇到查询一个缓慢 AD/LDAP 服务器时发生超时错误。", + "admin.ldap.queryEx": "例如 \"60\"", + "admin.ldap.queryTitle": "查询时限(秒):", + "admin.ldap.serverDesc": "AD/LDAP 服务器的域名或IP地址。", + "admin.ldap.serverEx": "例如 \"10.0.0.23\"", + "admin.ldap.serverTitle": "AD/LDAP 服务器:", + "admin.ldap.skipCertificateVerification": "跳过证书验证:", + "admin.ldap.skipCertificateVerificationDesc": "跳过TLS或STARTTLS连接的证书验证。不建议用在需要TLS的正式环境下。仅限测试。", + "admin.ldap.syncFailure": "同步失败:{error}", + "admin.ldap.syncIntervalHelpText": "AD/LDAP 的同步机制会将 Mattermost 中的用户信息同步以反映在 AD/LDAP 服务器上进行的更新。例如,当 AD/LDAP 服务器上一个用户姓名更改时,这一改变将在 Mattermost 同步执行。在 AD/LDAP 服务器中删除或禁用账户时将他们的 Mattermost 账号设置为\"停用\"并且已撤走会话。Mattermost 会按照一定的时间频率定期进行同步。例如, 如果设置为60,那么会在每60分钟进行同步。", + "admin.ldap.syncIntervalTitle": "同步间隔(分钟):", + "admin.ldap.syncNowHelpText": "立即启动一个 AD/LDAP 同步。", + "admin.ldap.sync_button": "开始 AD/LDAP 同步", + "admin.ldap.testFailure": "AD/LDAP 测试失败:{error}", + "admin.ldap.testHelpText": "测试 Mattermost 服务器是否能连接到指定的 AD/LDAP 服务器。详细错误信息请见日志文件。", + "admin.ldap.testSuccess": "AD/LDAP 测试成功", + "admin.ldap.uernameAttrDesc": "AD/LDAP 服务器中属性用于填充 Mattermost 用户名属性。这可以和 ID 属性一致。", + "admin.ldap.userFilterDisc": "(可选) 输入个AD/LDAP筛选器用在搜索用户对象。只有被查询条件选中的用户才能访问 Mattermost。对于活动目录,过滤禁用用户的查询是(&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))。", + "admin.ldap.userFilterEx": "例如:\"(objectClass=user)\"", + "admin.ldap.userFilterTitle": "用户筛选器:", + "admin.ldap.usernameAttrEx": "例如 \"sAMAccountName\"", + "admin.ldap.usernameAttrTitle": "用户名属性:", + "admin.license.choose": "选择文件", + "admin.license.chooseFile": "选择文件", + "admin.license.edition": "版本:", + "admin.license.key": "许可证钥匙:", + "admin.license.keyRemove": "删除企业许可证和降级服务器", + "admin.license.noFile": "没有上传的文件", + "admin.license.removing": "删除许可证...", + "admin.license.title": "版本和许可证", + "admin.license.type": "授权:", + "admin.license.upload": "上传", + "admin.license.uploadDesc": "上传许可证来升级 Mattermost 至企业版本。访问我们了解企业版的好处或购买许可证。", + "admin.license.uploading": "上传许可证...", + "admin.log.consoleDescription": "通常在正式环境中设置为是。开发人员应该设置为是来根据控制台日志级别显示日志信息到控制台。如果设置为是,服务器将消息写入到标准输出流 (stdout)。", + "admin.log.consoleTitle": "日志输出到控制台:", + "admin.log.enableDiagnostics": "开启诊断和错误报告:", + "admin.log.enableDiagnosticsDescription": "开启此功能将发送错误报告和诊断信息到 Mattermost, Inc. 以帮助提高 Mattermost 的质量和性能。请阅读我们的隐私政策了解更多。", + "admin.log.enableWebhookDebugging": "启用Webhook调试:", + "admin.log.enableWebhookDebuggingDescription": "您可以设置为false来禁用所有传入的webhook请求主体的调试日志记录。", + "admin.log.fileDescription": "通常在正式环境中设置为是。当设置为是时,日志文件写入到下面指定日志文件位置。", + "admin.log.fileLevelDescription": "此设置确定日志事件写入到控制台的级别详情.ERROR: 只输出错误信息.INFO: 输出错误消息和在启动和初始化的信息.DEBUG: 打印开发者调试问题的细节.", + "admin.log.fileLevelTitle": "文件日志级别:", + "admin.log.fileTitle": "日志输出到文件:", + "admin.log.formatDateLong": "日期(2006/01/02)", + "admin.log.formatDateShort": "日期(01/02/06)", + "admin.log.formatDescription": "日志输出信息格式化.如果没有设置默认为\"[ %D%T ][%L]%M\",如下: ", + "admin.log.formatLevel": "级别(DEBG,INFO,EROR)", + "admin.log.formatMessage": "信息", + "admin.log.formatPlaceholder": "输入文件格式", + "admin.log.formatSource": "源", + "admin.log.formatTime": "时间(15: 04: 05MST)", + "admin.log.formatTitle": "日志文件格式:", + "admin.log.levelDescription": "此设置确定日志事件写入到控制台的级别详情.ERROR: 只输出错误信息.INFO: 输出错误消息和在启动和初始化的信息.DEBUG: 打印开发者调试问题的细节.", + "admin.log.levelTitle": "控制台日志级别:", + "admin.log.locationDescription": "日志文件写入位置.如果没有设置,默认位置为./logs/mattermost,写入到日志文件mattermost.log.启用日志轮转每10000行的日志信息写入新的文件存储在同一目录, 例如mattermost.2015-09-23.001,mattermost.2015-09-23.002,等等.", + "admin.log.locationPlaceholder": "输入你的文件位置", + "admin.log.locationTitle": "日志文件目录:", + "admin.log.logSettings": "日志设置", + "admin.logs.reload": "重载", + "admin.logs.title": "服务器日志", + "admin.metrics.enableDescription": "当设置为是时,Mattermost 会启用性能监控收集和分析。请查看文档了解更多Mattermost 性能监控配置信息。", + "admin.metrics.enableTitle": "开启性能监视:", + "admin.metrics.listenAddressDesc": "服务端监听的地址以公开性能指标数据。", + "admin.metrics.listenAddressEx": "例如:\":8065\"", + "admin.metrics.listenAddressTitle": "监听地址:", + "admin.mfa.bannerDesc": "多重验证可以在使用 AD/LDAP 或邮箱地址登入的帐号使用。如果使用其他登入方式,多重验证需要在验证提供商设置。", + "admin.mfa.cluster": "高", + "admin.mfa.title": "多重验证", + "admin.nav.help": "帮助", + "admin.nav.logout": "注销", + "admin.nav.report": "报告问题", + "admin.nav.switch": "团队选择", + "admin.notifications.email": "电子邮件", + "admin.notifications.push": "移动推送", + "admin.notifications.title": "通知设置", + "admin.oauth.gitlab": "GitLab", + "admin.oauth.google": "Google Apps", + "admin.oauth.off": "不允许通过 OAuth 2.0 提供商登入", + "admin.oauth.office365": "Office 365 (Beta)", + "admin.oauth.providerDescription": "当设为是时,Mattermost 可以做为 OAuth 2.0 服务提供商允许 Mattermost 给外部应用 API 请求授权。参见文档了解更多。", + "admin.oauth.providerTitle": "启动 OAuth 2.0 服务提供商:", + "admin.oauth.select": "选择 OAuth 2.0 服务提供商:", + "admin.office365.EnableHtmlDesc": "
    1. 登入到您的微软或Office 365帐号。确定是和您想让用户登入的同一个租户
    2. https://apps.dev.microsoft.com,点击转到应用列表 > 添加应用然后用\"Mattermost - your-company-name\"做为应用名
    3. 应用秘密下,点击生成新密码后粘贴到以下应用密码栏。
    4. 平台下,点击添加平台,选择网页并在重指向网址下输入your-mattermost-url/signup/office365/complete (例: http://localhost:8065/signup/office365/complete)。同时反选择允许隐含流程
    5. 最后,点击保存并粘贴应用ID到下方。
    ", + "admin.office365.authTitle": "认证端点:", + "admin.office365.clientIdDescription": "您在微软注册您的应用时收到的应用/客户端ID。", + "admin.office365.clientIdExample": "例如 \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"", + "admin.office365.clientIdTitle": "应用程序 ID:", + "admin.office365.clientSecretDescription": "您在微软注册您的应用时收到的应用密码。", + "admin.office365.clientSecretExample": "例如 \"shAieM47sNBfgl20f8ci294\"", + "admin.office365.clientSecretTitle": "应用密码:", + "admin.office365.tokenTitle": "令牌端点:", + "admin.office365.userTitle": "用户API 端点:", + "admin.password.lowercase": "至少有一个小写字母", + "admin.password.minimumLength": "最小密码长度:", + "admin.password.minimumLengthDescription": "有效密码字符的长度必须是大于或等于{min}且小于或等于{max}的整数。", + "admin.password.minimumLengthExample": "例如 \"5\"", + "admin.password.number": "至少有一个数字", + "admin.password.preview": "错误消息预览", + "admin.password.requirements": "密码要求:", + "admin.password.requirementsDescription": "有效的密码所需的字符类型。", + "admin.password.symbol": "至少有一个符号 (例如:\"~!@#$%^&*()\")", + "admin.password.uppercase": "至少有一个大写字母", + "admin.privacy.showEmailDescription": "当设为否时,从除了系统管理员外隐藏成员的电子邮件。", + "admin.privacy.showEmailTitle": "显示电子邮箱地址:", + "admin.privacy.showFullNameDescription": "当设为否时,从除了系统管理员外隐藏成员的姓名。姓名将被用户名取代。", + "admin.privacy.showFullNameTitle": "显示全名:", + "admin.purge.button": "清除所有缓存", + "admin.purge.loading": " 加载中...", + "admin.purge.purgeDescription": "这将清除所有内存中的缓存如会话、帐号、频道等。部署高高可用性将尝试清除机群中所有服务器。清除缓存将可能严重影响性能。", + "admin.purge.purgeFail": "清除失败: {error}", + "admin.rate.enableLimiterDescription": "当设置为是时,API使用率被限制到以下值。", + "admin.rate.enableLimiterTitle": "启用频率限制:", + "admin.rate.httpHeaderDescription": "填充时,变化率限制通过HTTP头字段指定(例如当配置NGINX\"X-Real-IP\",当配置AmazonELB为\"X-Forwarded-For\").", + "admin.rate.httpHeaderExample": "例如 \"X-Real-IP\", \"X-Forwarded-For\"", + "admin.rate.httpHeaderTitle": "通过HTTP头变化频率限制:", + "admin.rate.maxBurst": "最大过载大小:", + "admin.rate.maxBurstDescription": "超过每秒查询限制的最大请求数。", + "admin.rate.maxBurstExample": "例如 \"100\"", + "admin.rate.memoryDescription": "连接到系统的最大用户会话数由以下 \"根据远程地址改变频率限制\" 以及 \"通过HTTP头变化频率限制\" 设定而决定。", + "admin.rate.memoryExample": "例如 \"10000\"", + "admin.rate.memoryTitle": "内存存储大小:", + "admin.rate.noteDescription": "修改了这部分属性需要重启服务器才能生效。", + "admin.rate.noteTitle": "注释:", + "admin.rate.queriesDescription": "限制每秒API请求数。", + "admin.rate.queriesExample": "例如 \"10\"", + "admin.rate.queriesTitle": "每秒最大查询:", + "admin.rate.remoteDescription": "当设置为是,使用基于IP的API速率限制。", + "admin.rate.remoteTitle": "根据远程地址改变频率限制:", + "admin.rate.title": "速度限制设置", + "admin.recycle.button": "回收数据库连接", + "admin.recycle.loading": "回收中...", + "admin.recycle.recycleDescription": "在部署使用多数据库时可以在服务器运行情况下修改\"config.json\"且使用设定 > 重新从磁盘载入配置 来切换Mattermost主数据库至另外个。之后管理员需使用回收数据库连接功能来根据新设定回收数据库连接。", + "admin.recycle.reloadFail": "回收失败: {error}", + "admin.regenerate": "重新生成", + "admin.reload.button": "重新从磁盘载入配置", + "admin.reload.loading": "加载中...", + "admin.reload.reloadDescription": "在部署使用多数据库时可以在服务器运行情况下修改\"config.json\"且使用 重新从磁盘载入配置 来切换Mattermost主数据库至另外个。之后管理员需使用数据库 > 回收数据库链接 功能来根据新设定回收数据库连接。", + "admin.reload.reloadFail": "重载失败:{error}", + "admin.reset_password.close": "关闭", + "admin.reset_password.newPassword": "新密码", + "admin.reset_password.select": "选择", + "admin.reset_password.submit": "请输入至少{chars}个字符。", + "admin.reset_password.titleReset": "重置密码", + "admin.reset_password.titleSwitch": "切换到电子邮件/密码的账户", + "admin.saml.assertionConsumerServiceURLDesc": "输入 https:///login/sso/saml。确保您使用服务器设定的HTTP或HTTPS网址。此栏又名断言消耗服务网址。", + "admin.saml.assertionConsumerServiceURLEx": "例如 \"https:///login/sso/saml\"", + "admin.saml.assertionConsumerServiceURLTitle": "服务提供商登入URL:", + "admin.saml.bannerDesc": "SAML 服务器中的用户属性,包括用户停用或移除,将在用户登入时 Mattermost 更新。了解更多:https://docs.mattermost.com/deployment/sso-saml.html", + "admin.saml.emailAttrDesc": "使用SAML断言中的属性做为Mattermost中用户的电子邮箱地址。", + "admin.saml.emailAttrEx": "例如 \"Email\" 或 \"PrimaryEmail\"", + "admin.saml.emailAttrTitle": "邮箱属性:", + "admin.saml.enableDescription": "当设为是时,Mattermost允许通过SAML登陆。请参考文档了解Mattermost配置SAML。", + "admin.saml.enableTitle": "开启SAML登入:", + "admin.saml.encryptDescription": "当设置为是时,Mattermost 将会使用您的服务提供商证书来解密SAML断言。", + "admin.saml.encryptTitle": "开启加密:", + "admin.saml.firstnameAttrDesc": "(可选) 使用SAML断言中的属性做为 Mattermost 中用户的昵称。", + "admin.saml.firstnameAttrEx": "例如 \"FirstName\"", + "admin.saml.firstnameAttrTitle": "名字属性:", + "admin.saml.idpCertificateFileDesc": "由可信任的身份认证系统提供商所提供的证书公钥", + "admin.saml.idpCertificateFileRemoveDesc": "从身份提供商中移除公钥认证信息。", + "admin.saml.idpCertificateFileTitle": "身份认证商公钥证书", + "admin.saml.idpDescriptorUrlDesc": "在使用SAML请求时所访问的身份提供商的核发者网址。", + "admin.saml.idpDescriptorUrlEx": "例如 https://idp.example.org/SAML2/issuer\"", + "admin.saml.idpDescriptorUrlTitle": "身份提供商核发地址:", + "admin.saml.idpUrlDesc": "Mattermost发送SAML登入启动初始网址。", + "admin.saml.idpUrlEx": "例如 \"https://idp.example.org/SAML2/SSO/Login\"", + "admin.saml.idpUrlTitle": "SAML SSO 网址:", + "admin.saml.lastnameAttrDesc": "(可选) 使用SAML断言中的属性做为 Mattermost 中用户的姓氏。", + "admin.saml.lastnameAttrEx": "例如 \"LastName\"", + "admin.saml.lastnameAttrTitle": "姓氏属性:", + "admin.saml.localeAttrDesc": "(可选)使用SAML断言中的属性做为Mattermost中用户的语言。", + "admin.saml.localeAttrEx": "例如 \"Locale\" 或 \"PrimaryLanguage\"", + "admin.saml.localeAttrTitle": "优先语言属性:", + "admin.saml.loginButtonTextDesc": "(可选)登入页面中的登入按钮文字。默认为\"With SAML\"。", + "admin.saml.loginButtonTextEx": "例如 \"With OKTA\"", + "admin.saml.loginButtonTextTitle": "登入按钮文字:", + "admin.saml.nicknameAttrDesc": "(可选)使用SAML断言中的属性做为Mattermost中用户的昵称。", + "admin.saml.nicknameAttrEx": "例如 \"昵称\"", + "admin.saml.nicknameAttrTitle": "昵称属性:", + "admin.saml.positionAttrDesc": "(可选) 使用SAML断言中的属性做为 Mattermost 中用户的职位。", + "admin.saml.positionAttrEx": "例如:\"Role\"", + "admin.saml.positionAttrTitle": "职位属性:", + "admin.saml.privateKeyFileFileDesc": "用于解密从身份认证商中返回的 SAML 断言的私钥。", + "admin.saml.privateKeyFileFileRemoveDesc": "移除用于解析从身份认证商中返回的SAML数据的私钥。", + "admin.saml.privateKeyFileTitle": "服务提供商密钥:", + "admin.saml.publicCertificateFileDesc": "当Mattermost是服务提供商时,用来生成从服务提供者到身份提供者产生的SAML请求使用的证书。", + "admin.saml.publicCertificateFileRemoveDesc": "当Mattermost是服务提供商时,删除用来生成从服务提供者到身份提供者产生的SAML请求使用的证书。", + "admin.saml.publicCertificateFileTitle": "服务提供商公开证书:", + "admin.saml.remove.idp_certificate": "删除身份提供商证书", + "admin.saml.remove.privKey": "移除服务提供商密钥", + "admin.saml.remove.sp_certificate": "删除服务提供商证书", + "admin.saml.removing.certificate": "删除证书中...", + "admin.saml.removing.privKey": "删除密钥中...", + "admin.saml.uploading.certificate": "上传证书中...", + "admin.saml.uploading.privateKey": "上传密钥中...", + "admin.saml.usernameAttrDesc": "使用SAML断言中的属性做为Mattermost中用户的用户名。", + "admin.saml.usernameAttrEx": "例如 \"Username\"", + "admin.saml.usernameAttrTitle": "用户名:", + "admin.saml.verifyDescription": "设为是时,Mattermost会核实SAML回复签字与服务提供商登入网址一致", + "admin.saml.verifyTitle": "校验签名:", + "admin.save": "保存", + "admin.saving": "保存配置中...", + "admin.security.connection": "连接", + "admin.security.inviteSalt.disabled": "邀请盐值无法在邮件寄送关闭下修改。", + "admin.security.login": "登录", + "admin.security.password": "密码", + "admin.security.passwordResetSalt.disabled": "重置密码盐值无法在邮件寄送关闭下修改。", + "admin.security.public_links": "公开链接", + "admin.security.requireEmailVerification.disabled": "邮件验证无法在邮件寄送关闭下修改。", + "admin.security.session": "会话", + "admin.security.signup": "注册", + "admin.select_team.close": "关闭", + "admin.select_team.select": "选择", + "admin.select_team.selectTeam": "选择团队", + "admin.service.attemptDescription": "用户必须通过电子邮件重置密码前允许用户登录尝试的次数。", + "admin.service.attemptExample": "例如 \"10\"", + "admin.service.attemptTitle": "最大登录尝试次数:", + "admin.service.cmdsDesc": "当设为是时,允许自定义斜杠命令。详情参见文档。", + "admin.service.cmdsTitle": "启用自定义斜杠命令:", + "admin.service.corsDescription": "启用一个特定域的HTTP跨起源请求。如果您想允许来自任何域的CORS请求,使用“*”,或者将其保留为空禁用请求。", + "admin.service.corsEx": "http://example.com", + "admin.service.corsTitle": "允许来自以下跨源请求网址:", + "admin.service.developerDesc": "开启时,Javascript错误将显示在页面顶端红条里。不推荐在正式环境使用。", + "admin.service.developerTitle": "开启开发者模式:", + "admin.service.enforcMfaTitle": "强制多重身份验证:", + "admin.service.enforceMfaDesc": "当设为是时,必须需要多重验证登入。新用户将在注册时候设置多重验证。已登入并未设置多重验证的用户将重指向多重验证设置页面直到配置完成。

    如果您的系统有 AD/LDAP 或电子邮件登入方式以外的用户,多重验证必须在 Mattermost 外的验证提供商设置。", + "admin.service.forward80To443": "映射端口 80 到 443:", + "admin.service.forward80To443Description": "映射所有非安全流量从端口 80 到安全端口 443", + "admin.service.googleDescription": "设置此钥匙以开启内嵌YouTube视频预览。如果没有此钥匙,YouTube预览仍然会在消息或评论中显示但不会显示视频标题。参见Google Developers Tutorial教程以获得钥匙。", + "admin.service.googleExample": "例如 \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"", + "admin.service.googleTitle": "Google API 钥匙:", + "admin.service.iconDescription": "当设为是时,webhooks、斜杠命令以及其他整合比如 Zapier 会允许修改发出信息的头像。注意:和允许整合覆盖用户名配合将可能造成用户被钓鱼攻击。", + "admin.service.iconTitle": "允许整合覆盖头像:", + "admin.service.insecureTlsDesc": "当设为是时,所有对外的 HTTPS 请求将接受未验证,自签名的证书。例如,对外 webhooks 到任意域名用自签名 TLS 证书的服务器将被允许。注意,这会使得这些连接产生中间人攻击危险。", + "admin.service.insecureTlsTitle": "启用不安全的对外连接:", + "admin.service.integrationAdmin": "限制只有管理员能管理整合:", + "admin.service.integrationAdminDesc": "当设为是时,webhhoks 和斜杠命令只由团队和系统管理员可以创建、修改和查看,同时只有系统管理员可以操作 OAuth 2.0 应用。整合在管理员创建后所有人可以使用。", + "admin.service.letsEncryptCertificateCacheFile": "Let's Encrypt 证书缓存文件:", + "admin.service.letsEncryptCertificateCacheFileDescription": "从 Let's Encrypt 服务获取的证书和其他数据将储存于此文件。", + "admin.service.listenAddress": "监听地址:", + "admin.service.listenDescription": "绑定和监听的地址和端口。指定 \":8065\" 将会绑定所有网络接口。指定 \"127.0.0.1:8065\" 将只绑定拥有此 IP 的网络接口。如果您选择一个低级端口 (叫 \"system ports\" 或 \"well-known ports\" 于 0-1023 之间),您必须要拥有权限才能绑定到此端口。在 Linux 上您可以使用:\"sudo setcap cap_net_bind_service=+ep ./bin/platform\" 以允许 Mattermost 绑定知名端口。", + "admin.service.listenExample": "例如 \":8065\"", + "admin.service.mfaDesc": "当设为是时,使用 AD/LDAP 或电子邮件登入的用户可以使用添加 Google Authenticator 多重验证到他们的帐号。", + "admin.service.mfaTitle": "启用多重身份验证:", + "admin.service.mobileSessionDays": "移动应用会话时长 (天):", + "admin.service.mobileSessionDaysDesc": "从用户上一次输入他们的认证到会话过期的天数。修改此设定后,新的会话时常将在用户下一次输入认证后生效。", + "admin.service.outWebhooksDesc": "当设为是时,允许传出webhooks。详情参见文档。", + "admin.service.outWebhooksTitle": "启用对外 Webhooks:", + "admin.service.overrideDescription": "当设为是时,webhooks、斜杠命令以及其他整合比如 Zapier 会允许修改发出信息的用户名。注意:和允许整合覆盖头像配合将可能造成用户被钓鱼攻击。", + "admin.service.overrideTitle": "允许整合覆盖用户名:", + "admin.service.readTimeout": "读取超时:", + "admin.service.readTimeoutDescription": "从连接接收到请求本体完全读取的时间限制。", + "admin.service.securityDesc": "当设置为是时,如果在过去12小时内有发布安全修正将会发送通知给系统管理员。需要启用电子邮件。", + "admin.service.securityTitle": "启用安全警报:", + "admin.service.sessionCache": "会话缓存(分钟):", + "admin.service.sessionCacheDesc": "会话在内存缓存的分钟数。", + "admin.service.sessionDaysEx": "例如 \"30\"", + "admin.service.siteURL": "站点网址:", + "admin.service.siteURLDescription": "用户访问 Mattermost 的包含端口和协议的网址。此栏可以留空除非您要在通知 > 电子邮件里设置批量邮件。当留空时,网址将自动根据访问请求设定。", + "admin.service.siteURLExample": "例如 \"https://mattermost.example.com:1234\"", + "admin.service.ssoSessionDays": "SSO会话时长 (天):", + "admin.service.ssoSessionDaysDesc": "从用户上一次输入他们的认证到会话过期的天数。如果验证方式时SAML或GitLab,用户将会自动登入到Mattermost如果他们已经登入到SAML或GitLab。修改此设定后,新的会话时常将在用户下一次输入认证后生效。", + "admin.service.testingDescription": "当设为是时,/loadtest 斜杠命令能载入测试账号,数据和文字格式。修改这个设置需要重启服务器才能生效。", + "admin.service.testingTitle": "启动测试指令:", + "admin.service.tlsCertFile": "TLS 证书文件:", + "admin.service.tlsCertFileDescription": "使用的证书文件。", + "admin.service.tlsKeyFile": "TLS 密钥文件:", + "admin.service.tlsKeyFileDescription": "使用的私钥文件。", + "admin.service.useLetsEncrypt": "使用 Let's Encrypt:", + "admin.service.useLetsEncryptDescription": "开启自动从 Let's Encrypt 获取证书。证书将在客户端尝试从新的域名连接时获取。此功能可以在多域名使用。", + "admin.service.webSessionDays": "AD/LDAP 和电子邮件的会话时长 (天):", + "admin.service.webSessionDaysDesc": "从用户上一次输入他们的认证到会话过期的天数。修改此设定后,新的会话时常将在用户下一次输入认证后生效。", + "admin.service.webhooksDescription": "设为是时,允许传入webhooks。为了避免钓鱼攻击,所有webhooks的帖文会标上BOT标签。参见 文档 了解详情。", + "admin.service.webhooksTitle": "启用传出的 Webhooks:", + "admin.service.writeTimeout": "写入超时:", + "admin.service.writeTimeoutDescription": "如果使用 HTTP (不安全),这是从读取请求头结尾到写入完响应最大允许的时间。如果使用 HTTPS,这将是从接受连接到写入完响应的总时间。", + "admin.sidebar.addTeamSidebar": "从侧边栏菜单添加团队", + "admin.sidebar.advanced": "高级", + "admin.sidebar.audits": "合规性与审计", + "admin.sidebar.authentication": "验证", + "admin.sidebar.cluster": "高可用性 (Beta)", + "admin.sidebar.compliance": "合规", + "admin.sidebar.configuration": "配置", + "admin.sidebar.connections": "连接", + "admin.sidebar.customBrand": "自定义品牌", + "admin.sidebar.customEmoji": "自定义表情符", + "admin.sidebar.customIntegrations": "自定义集成", + "admin.sidebar.customization": "自定义", + "admin.sidebar.database": "数据库", + "admin.sidebar.developer": "开发人员", + "admin.sidebar.email": "电子邮件", + "admin.sidebar.external": "外部服务", + "admin.sidebar.files": "文件", + "admin.sidebar.general": "常规", + "admin.sidebar.gitlab": "GitLab", + "admin.sidebar.images": "图像", + "admin.sidebar.integrations": "集成", + "admin.sidebar.ldap": "AD/LDAP", + "admin.sidebar.legalAndSupport": "法律和支持", + "admin.sidebar.license": "版本和许可证", + "admin.sidebar.linkPreviews": "链接预览", + "admin.sidebar.localization": "本地化", + "admin.sidebar.logging": "日志", + "admin.sidebar.login": "登录", + "admin.sidebar.logs": "日志", + "admin.sidebar.metrics": "性能监视", + "admin.sidebar.nativeAppLinks": "Mattermost 应用链接", + "admin.sidebar.notifications": "通知", + "admin.sidebar.oauth": "OAuth 2.0", + "admin.sidebar.other": "其他", + "admin.sidebar.password": "密码", + "admin.sidebar.policy": "策略", + "admin.sidebar.privacy": "隐私", + "admin.sidebar.publicLinks": "公开链接", + "admin.sidebar.push": "移动推送", + "admin.sidebar.rateLimiting": "速率限制", + "admin.sidebar.reports": "报告", + "admin.sidebar.rmTeamSidebar": "从侧边栏菜单移除团队", + "admin.sidebar.saml": "SAML", + "admin.sidebar.security": "安全", + "admin.sidebar.sessions": "会话", + "admin.sidebar.settings": "设置", + "admin.sidebar.signUp": "注册", + "admin.sidebar.sign_up": "注册", + "admin.sidebar.statistics": "团队统计", + "admin.sidebar.storage": "储存", + "admin.sidebar.support": "法律和支持", + "admin.sidebar.teams": "团队 ({count, number})", + "admin.sidebar.users": "用户", + "admin.sidebar.usersAndTeams": "成员和团队", + "admin.sidebar.view_statistics": "站点统计", + "admin.sidebar.webrtc": "WebRTC (Beta)", + "admin.sidebarHeader.systemConsole": "系统控制台", + "admin.sql.dataSource": "数据源:", + "admin.sql.driverName": "驱动名:", + "admin.sql.keyDescription": "32位盐值字符用于加密和解密数据库敏感字段。", + "admin.sql.keyExample": "例如 \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.sql.keyTitle": "储存加密密钥:", + "admin.sql.maxConnectionsDescription": "数据库最大闲置连接数。", + "admin.sql.maxConnectionsExample": "例如 \"10\"", + "admin.sql.maxConnectionsTitle": "最大空闲连接数:", + "admin.sql.maxOpenDescription": "数据库最大连接数。", + "admin.sql.maxOpenExample": "例如 \"10\"", + "admin.sql.maxOpenTitle": "最大的开放连接: ", + "admin.sql.noteDescription": "修改这段属性需要重启服务器才能生效。", + "admin.sql.noteTitle": "注释:", + "admin.sql.replicas": "数据源副本:", + "admin.sql.traceDescription": "(开发模式) 当设为是时,SQL 语句会被写入到日志。", + "admin.sql.traceTitle": "追踪:", + "admin.sql.warning": "警告:重新生成盐值可能导致一些列在数据库中返回空。", + "admin.support.aboutDesc": "连接到关于 Mattermost 部署的很多内容的页面,例如您的组织的用途和受众群体。默认是 Mattermost 信息页面。", + "admin.support.aboutTitle": "关于链接:", + "admin.support.emailHelp": "显示在邮件通知和教学上让最终用户提问支持的电子邮件地址。", + "admin.support.emailTitle": "支持邮箱:", + "admin.support.helpDesc": "团队主菜单的帮助文档链接。除非您的组织有创建自己的文档,否则通常不需要去修改它。", + "admin.support.helpTitle": "帮助链接:", + "admin.support.noteDescription": "如果连接到一个外部站点,网址应该以 http:// 或https:// 开头。", + "admin.support.noteTitle": "注释:", + "admin.support.privacyDesc": "为桌面用户和移动设备用户提供隐私策略的链接.如果是空值将隐藏该项来显示通知.", + "admin.support.privacyTitle": "隐私策略链接:", + "admin.support.problemDesc": "该链接是团队网站主菜单帮助文档.默认情况下,这个链接到对等的疑难解答论坛,用户可以搜索,求助技术难题.", + "admin.support.problemTitle": "报告问题链接:", + "admin.support.termsDesc": "用户使用您的在线服务的条款链接。默认情况下,此链接指向 \"Mattermost 使用条款 (最终用户)\" 解释Mattermost软件提供给最终用户的条款。如果您修改默认链接来添加您自己的服务条款,您的新条款必须包含链接到默认条款让用户知道Mattermost软件的最终用户条款。", + "admin.support.termsTitle": "服务条款链接:", + "admin.system_analytics.activeUsers": "有发信息的活跃用户", + "admin.system_analytics.title": "系统", + "admin.system_analytics.totalPosts": "信息总数", + "admin.team.brandDesc": "启用自定义形象,以在登录页上显示一张自选图片,以及一些已经设定好的文本。", + "admin.team.brandDescriptionExample": "所有团队的通讯一站式解决,随时随地可访问和搜索", + "admin.team.brandDescriptionHelp": "登入界面显示的服务描述。未设定时会显示 \"所有团队的通讯一站式解决,随时随地可访问和搜索\"。", + "admin.team.brandDescriptionTitle": "站点描述:", + "admin.team.brandImageTitle": "自定义品牌图片:", + "admin.team.brandTextDescription": "显示在登入界面里自定义品牌图片下的文字。支持 Markdown 格式排版。最多允许 500 字。", + "admin.team.brandTextTitle": "自定义品牌文本:", + "admin.team.brandTitle": "启用自定义品牌:", + "admin.team.chooseImage": "选择新图像:", + "admin.team.dirDesc": "当设置为是时,设置为显示在团队目录里的团队会在主页显示并替代创建新的团队的位置。", + "admin.team.dirTitle": "启用团队目录:", + "admin.team.maxChannelsDescription": "每个团队最多频道数,包括活动的和已删除的频道。", + "admin.team.maxChannelsExample": "例如:\"100\"", + "admin.team.maxChannelsTitle": "每团队最多频道数:", + "admin.team.maxNotificationsPerChannelDescription": "因性能限制输入消息、@all、@here 以及 @channel 发通知的最大频道总用户数 。", + "admin.team.maxNotificationsPerChannelExample": "例如:\"10000\"", + "admin.team.maxNotificationsPerChannelTitle": "每频道最大通知数:", + "admin.team.maxUsersDescription": "每个团队最多用户数,包括启用的和停用的用户。", + "admin.team.maxUsersExample": "例如 \"25\"", + "admin.team.maxUsersTitle": "每个团队最多用户数:", + "admin.team.noBrandImage": "无上传的品牌图片", + "admin.team.openServerDescription": "设为是时,任何人可以无需邀请在本服务器上注册帐号。", + "admin.team.openServerTitle": "启用开放服务器:", + "admin.team.restrictDescription": "团队和用户帐户只能从一个特定的域创建(例如: \"mattermost.org\")或逗号分隔域列表(例如: \"corp.mattermost.com, mattermost.org\")。", + "admin.team.restrictDirectMessage": "允许用户私信的频道:", + "admin.team.restrictDirectMessageDesc": "'任何Mattermost服务器上的用户'让用户对任何用户发起直接通讯频道,就算他们不在同一个团队。'任何团队成员'限制用户只能对同一团队开启直接通讯频道。", + "admin.team.restrictExample": "例如 \"corp.mattermost.com, mattermost.org\"", + "admin.team.restrictNameDesc": "当设置为是时,你不能以保留字如 www,admin,support,test,channel 等创建团队", + "admin.team.restrictNameTitle": "限制团队名称:", + "admin.team.restrictTitle": "只允许特定电子邮件域名创建帐号:", + "admin.team.restrict_direct_message_any": "在Mattermost服务器上的任何用户", + "admin.team.restrict_direct_message_team": "任何团队成员", + "admin.team.siteNameDescription": "登录画面和界面所显示的服务名称。", + "admin.team.siteNameExample": "例如 \"Mattermost\"", + "admin.team.siteNameTitle": "网站名称:", + "admin.team.teamCreationDescription": "当设为否时,只有系统管理能创建团队。", + "admin.team.teamCreationTitle": "开启创建团队:", + "admin.team.upload": "上传", + "admin.team.uploadDesc": "添加一个自定义图片到登入界面以定制用户体验。推荐图片小于 2 MB。", + "admin.team.uploaded": "已上传!", + "admin.team.uploading": "上传中...", + "admin.team.userCreationDescription": "当设置为否时,创建帐户功能被禁用。点击创建账户按钮时会显示错误信息。", + "admin.team.userCreationTitle": "开启帐号创建:", + "admin.team_analytics.activeUsers": "有发信息的的正常用户", + "admin.team_analytics.totalPosts": "信息总数", + "admin.true": "是", + "admin.userList.title": "用户 {team}", + "admin.userList.title2": "用户{team} ({count})", + "admin.user_item.authServiceEmail": "登入方式: 电子邮件", + "admin.user_item.authServiceNotEmail": "登入方式: {service}", + "admin.user_item.confirmDemoteDescription": "如果您从系统管理角色降级且没有另一个用户拥有系统管理员权限,您则需要通过终端访问 Mattermost 服务器并运行以下命令以重新指定一个系统管理员。", + "admin.user_item.confirmDemoteRoleTitle": "确认从系统管理角色降级", + "admin.user_item.confirmDemotion": "确认降级", + "admin.user_item.confirmDemotionCmd": "platform roles system_admin {username}", + "admin.user_item.emailTitle": "电子邮件: {email}", + "admin.user_item.inactive": "停用", + "admin.user_item.makeActive": "设置为启用", + "admin.user_item.makeInactive": "设置为停用", + "admin.user_item.makeMember": "设置为成员", + "admin.user_item.makeSysAdmin": "设置为系统管理员", + "admin.user_item.makeTeamAdmin": "设置为团队管理员", + "admin.user_item.member": "成员", + "admin.user_item.mfaNo": "多重验证:否", + "admin.user_item.mfaYes": "多重验证:是", + "admin.user_item.resetMfa": "移除多重验证", + "admin.user_item.resetPwd": "重置密码", + "admin.user_item.switchToEmail": "切换到电子邮件/密码", + "admin.user_item.sysAdmin": "系统管理员", + "admin.user_item.teamAdmin": "团队管理员", + "admin.webrtc.enableDescription": "当设为是时,Mattermost 允许一对一视频通话。WebRTC 通话可在 Chrome,火狐以及 Mattermost 桌面应用使用。", + "admin.webrtc.enableTitle": "开启 Mattermost WebRTC:", + "admin.webrtc.gatewayAdminSecretDescription": "输入您访问网关管理网址的管理密码。", + "admin.webrtc.gatewayAdminSecretExample": "例如 \"PVRzWNN1Tg6szn7IQWvhpAvLByScWxdy\"", + "admin.webrtc.gatewayAdminSecretTitle": "网关管理密码:", + "admin.webrtc.gatewayAdminUrlDescription": "输入 https://:/admin。请根据您服务器设定使用 HTTP 或 HTTPS 的网址。Mattermost WebRTC 用此网址给每个用户获取创建连接的有效令牌。", + "admin.webrtc.gatewayAdminUrlExample": "例如 \"https://webrtc.mattermost.com:7089/admin\"", + "admin.webrtc.gatewayAdminUrlTitle": "网关管理网址:", + "admin.webrtc.gatewayWebsocketUrlDescription": "输入 wss://:。请根据您服务器设定使用 WS 的 WSS 网址。此 WebSocket 用于用户之间的信号和创建通讯。", + "admin.webrtc.gatewayWebsocketUrlExample": "例如 \"wss://webrtc.mattermost.com:8189\"", + "admin.webrtc.gatewayWebsocketUrlTitle": "网关 Websocket 网址:", + "admin.webrtc.stunUriDescription": "输入您的 STUN 网址 stun::。STUN 是一个网络协议标准用于让一个主机帮助双方都在 NAT 背后的用户连接到公网 IP。", + "admin.webrtc.stunUriExample": "例如 \"stun:webrtc.mattermost.com:5349\"", + "admin.webrtc.stunUriTitle": "STUN URI:", + "admin.webrtc.turnSharedKeyDescription": "输入您的 TURN 服务器共享密钥。此用来生成动态密码来创建连接。每个密码只有短暂有效期。", + "admin.webrtc.turnSharedKeyExample": "例如 \"bXdkOWQxc3d0Ynk3emY5ZmsxZ3NtazRjaWg=\"", + "admin.webrtc.turnSharedKeyTitle": "TURN 共享密钥:", + "admin.webrtc.turnUriDescription": "输入您的 TURN 网址以格式 turn::。TURN 是个标准的网络协议能协助双方都在NAT后时创建连接。", + "admin.webrtc.turnUriExample": "例如 \"turn:webrtc.mattermost.com:5349\"", + "admin.webrtc.turnUriTitle": "TURN URI:", + "admin.webrtc.turnUsernameDescription": "输入您的 TURN 服务器用户名。", + "admin.webrtc.turnUsernameExample": "例如 \"myusername\"", + "admin.webrtc.turnUsernameTitle": "TURN 用户名:", + "admin.webserverModeDisabled": "已禁用", + "admin.webserverModeDisabledDescription": "Mattermost 服务器不会提供静态文件。", + "admin.webserverModeGzip": "gzip", + "admin.webserverModeGzipDescription": "Mattermost 服务器将传输gzip压缩过的静态文件。", + "admin.webserverModeHelpText": "gzip压缩会应用到静态文件。建议开启gzip来增强性能除非您的环境有特殊限制,比如网页代理于gzip文件不兼容。", + "admin.webserverModeTitle": "网页服务器模式:", + "admin.webserverModeUncompressed": "未压缩", + "admin.webserverModeUncompressedDescription": "Mattermost 服务器将传输未压缩过的静态文件。", + "analytics.chart.loading": "加载中...", + "analytics.chart.meaningful": "没有足够的数据进行有意义的表示。", + "analytics.system.activeUsers": "有发信息的的正常用户", + "analytics.system.channelTypes": "频道类型", + "analytics.system.dailyActiveUsers": "每日活动用户", + "analytics.system.monthlyActiveUsers": "每月活动用户", + "analytics.system.postTypes": "发文,文件和标签", + "analytics.system.privateGroups": "私有组", + "analytics.system.publicChannels": "公共频道", + "analytics.system.skippedIntensiveQueries": "为了最大化性能,部分统计已屏蔽。您可以在 config.json 中重新开启他们。参见:https://docs.mattermost.com/administration/statistics.html", + "analytics.system.textPosts": "纯文字帖文", + "analytics.system.title": "系统统计", + "analytics.system.totalChannels": "频道总数", + "analytics.system.totalCommands": "命令总数", + "analytics.system.totalFilePosts": "有文件的发文", + "analytics.system.totalHashtagPosts": "有标签的发文", + "analytics.system.totalIncomingWebhooks": "传入 Webhooks", + "analytics.system.totalMasterDbConnections": "父数据库连接数", + "analytics.system.totalOutgoingWebhooks": "传出 Webhooks", + "analytics.system.totalPosts": "全部信息", + "analytics.system.totalReadDbConnections": "复制数据库连接数", + "analytics.system.totalSessions": "会话总数", + "analytics.system.totalTeams": "团队总数", + "analytics.system.totalUsers": "用户总数", + "analytics.system.totalWebsockets": "Websocket 连接", + "analytics.team.activeUsers": "有发信息的的正常用户", + "analytics.team.newlyCreated": "新建的用户", + "analytics.team.privateGroups": "私有组", + "analytics.team.publicChannels": "公共频道", + "analytics.team.recentActive": "最近活跃用户", + "analytics.team.recentUsers": "最近活跃用户", + "analytics.team.title": "{team}的团队统计数据", + "analytics.team.totalPosts": "信息总数", + "analytics.team.totalUsers": "用户总数", + "api.channel.add_member.added": "{addedUsername} 被 {username} 添加到频道", + "api.channel.delete_channel.archived": "{username} 归档了频道。", + "api.channel.join_channel.post_and_forget": "{username} 加入了频道。", + "api.channel.leave.left": "{username} 离开了频道。", + "api.channel.post_update_channel_displayname_message_and_forget.updated_from": "{username} 更新了频道显示名从:{old} 到:{new}", + "api.channel.post_update_channel_header_message_and_forget.removed": "{username} 删除了频道标题 (曾是:{old})", + "api.channel.post_update_channel_header_message_and_forget.updated_from": "{username} 更新了频道标题从:{old} 到:{new}", + "api.channel.post_update_channel_header_message_and_forget.updated_to": "{username} 更新了频道标题到:{new}", + "api.channel.remove_member.removed": "{removedUsername} 被移出频道", + "app.channel.post_update_channel_purpose_message.removed": "{username} 移除了频道作用 (曾是:{old})", + "app.channel.post_update_channel_purpose_message.updated_from": "{username} 更新了频道作用从:{old} 到:{new}", + "app.channel.post_update_channel_purpose_message.updated_to": "{username} 更新了频道作用到:{new}", + "audit_table.accountActive": "账户激活", + "audit_table.accountInactive": "停用帐号", + "audit_table.action": "操作", + "audit_table.attemptedAllowOAuthAccess": "试图允许一个新的OAuth服务访问", + "audit_table.attemptedLicenseAdd": "试图添加新的许可证", + "audit_table.attemptedLogin": "试图登录", + "audit_table.attemptedOAuthToken": "试图得到一个OAuth访问令牌", + "audit_table.attemptedPassword": "试图修改密码", + "audit_table.attemptedRegisterApp": "试图注册一个新ID{id}的OAuth应用", + "audit_table.attemptedReset": "试图重置密码", + "audit_table.attemptedWebhookCreate": "试图创建一个webhook", + "audit_table.attemptedWebhookDelete": "试图删除webhook", + "audit_table.by": "由 {username}", + "audit_table.byAdmin": "由管理员", + "audit_table.channelCreated": "创建了 {channelName} 频道/组", + "audit_table.channelDeleted": "删除了网址为 {url} 的频道/组", + "audit_table.establishedDM": "与 {username} 建立了一个私聊频道", + "audit_table.failedExpiredLicenseAdd": "许可证由于已过期或未开始而无法添加", + "audit_table.failedInvalidLicenseAdd": "无法添加无效的许可证", + "audit_table.failedLogin": "登录尝试失败", + "audit_table.failedOAuthAccess": "允许新OAuth服务访问失败-重定向URL不匹配以前注册的回调", + "audit_table.failedPassword": "修改密码失败 - 试图通过 OAuth 登录的用户更新密码", + "audit_table.failedWebhookCreate": "创建一个webhook失败-没有频道权限", + "audit_table.failedWebhookDelete": "删除webhook失败-不合适的条件", + "audit_table.headerUpdated": "更新了 {channelName} 频道/组标题", + "audit_table.ip": "IP地址", + "audit_table.licenseRemoved": "成功删除许可证", + "audit_table.loginAttempt": " (登录尝试)", + "audit_table.loginFailure": " (登录失败)", + "audit_table.logout": "注销你的账户", + "audit_table.member": "成员", + "audit_table.nameUpdated": "更新了 {channelName} 频道/组名称", + "audit_table.oauthTokenFailed": "获取OAuth令牌 - {token}", + "audit_table.revokedAll": "撤销团队所有当前会话", + "audit_table.sentEmail": "已发送电子邮件到 {email} 以重置您的密码", + "audit_table.session": "会话ID", + "audit_table.sessionRevoked": "ID {sessionId} 的会话被撤销", + "audit_table.successfullLicenseAdd": "成功添加新的许可证", + "audit_table.successfullLogin": "登录成功", + "audit_table.successfullOAuthAccess": "成功开启新OAuth服务访问", + "audit_table.successfullOAuthToken": "成功添加了一个新的OAuth服务", + "audit_table.successfullPassword": "修改密码成功", + "audit_table.successfullReset": "重置密码成功", + "audit_table.successfullWebhookCreate": "成功地创建了一个webhook", + "audit_table.successfullWebhookDelete": "删除webhook成功", + "audit_table.timestamp": "时间戳", + "audit_table.updateGeneral": "更新您帐户的基本设置", + "audit_table.updateGlobalNotifications": "更新全局通知设置", + "audit_table.updatePicture": "更新你的个人资料照片", + "audit_table.updatedRol": "更新用户角色为", + "audit_table.userAdded": "已添加 {username} 到 {channelName}频道/组", + "audit_table.userId": "用户ID", + "audit_table.userRemoved": "已从 {channelName} 频道/组删除 {username}", + "audit_table.verified": "您的电子邮件地址验证成功", + "authorize.access": "允许{appName}访问?", + "authorize.allow": "允许", + "authorize.app": "应用{appName}想要能访问和修改您的基本资料。", + "authorize.deny": "拒绝", + "authorize.title": "{appName} 想要链接到您的 Mattermost 用户帐号", + "backstage_list.search": "搜索", + "backstage_navbar.backToMattermost": "返回{siteName}", + "backstage_sidebar.emoji": "自定义表情", + "backstage_sidebar.integrations": "集成", + "backstage_sidebar.integrations.commands": "斜杠命令", + "backstage_sidebar.integrations.incoming_webhooks": "引入Webhooks", + "backstage_sidebar.integrations.oauthApps": "OAuth 2.0 应用", + "backstage_sidebar.integrations.outgoing_webhooks": "对外Webhooks", + "calling_screen": "呼叫中", + "center_panel.recent": "点击这里跳转到最近的消息。", + "change_url.close": "关闭", + "change_url.endWithLetter": "网址必须以字母或数字结尾。", + "change_url.invalidUrl": "无效的网址", + "change_url.longer": "网址必须两个或更多字符。", + "change_url.noUnderscore": "网址不能包含两个连续的下划线。", + "change_url.startWithLetter": "网址必须以字母或数字开始。", + "channelHeader.addToFavorites": "添加到收藏", + "channelHeader.removeFromFavorites": "从收藏中移除", + "channel_flow.alreadyExist": "已存在使用该 URL 的频道", + "channel_flow.changeUrlDescription": "某些字符不允许出现在url中,可能被删除。", + "channel_flow.changeUrlTitle": "修改{term}URL", + "channel_flow.channel": "频道", + "channel_flow.create": "创建 {term}", + "channel_flow.group": "群组", + "channel_flow.handleTooShort": "频道网址必须为至少2个小写英文数字字符", + "channel_flow.invalidName": "无效的频道名称", + "channel_flow.set_url_title": "设置{term}URL", + "channel_header.addMembers": "添加成员", + "channel_header.addToFavorites": "添加到收藏", + "channel_header.channel": "频道", + "channel_header.channelHeader": "编辑频道标题", + "channel_header.delete": "删除 {term}", + "channel_header.flagged": "已标记的信息", + "channel_header.group": "群组", + "channel_header.leave": "离开{term}", + "channel_header.manageMembers": "成员管理", + "channel_header.notificationPreferences": "消息通知设置", + "channel_header.recentMentions": "最近提及", + "channel_header.removeFromFavorites": "从收藏中移除", + "channel_header.rename": "重命名 {term}", + "channel_header.setHeader": "修改 {term} 标题", + "channel_header.setPurpose": "修改 {term} 用途", + "channel_header.viewInfo": "查看信息", + "channel_header.viewMembers": "查看成员", + "channel_header.webrtc.call": "开始视频通话", + "channel_header.webrtc.offline": "此用户已离线", + "channel_header.webrtc.unavailable": "不能在结束当前通话前开新通话", + "channel_info.about": "关于", + "channel_info.close": "关闭", + "channel_info.header": "标题:", + "channel_info.id": "ID:", + "channel_info.name": "名称:", + "channel_info.notFound": "没有发现频道", + "channel_info.purpose": "用途:", + "channel_info.url": "URL:", + "channel_invite.add": "添加", + "channel_invite.addNewMembers": "添加新成员到", + "channel_invite.close": "关闭", + "channel_loader.connection_error": "您的网络连接似乎出现一个问题。", + "channel_loader.posted": "已发布", + "channel_loader.socketError": "请检查连接,无法连接到 Mattermost。如果问题持续存在,请管理员检查 WebSocket 端口。", + "channel_loader.someone": "有人", + "channel_loader.something": "新事物", + "channel_loader.unknown_error": "我们从服务器上接收到一个异常状态码。", + "channel_loader.uploadedFile": "上传文件", + "channel_loader.uploadedImage": "上传图片", + "channel_loader.wrote": "写到:", + "channel_members_dropdown.channel_admin": "频道管理员", + "channel_members_dropdown.channel_member": "频道成员", + "channel_members_dropdown.make_channel_admin": "成为频道管理员", + "channel_members_dropdown.make_channel_member": "成为频道成员", + "channel_members_dropdown.remove_from_channel": "从频道移除", + "channel_members_dropdown.remove_member": "移除成员", + "channel_members_modal.addNew": "添加新成员", + "channel_members_modal.members": " 位成员", + "channel_modal.cancel": "取消", + "channel_modal.channel": "频道", + "channel_modal.createNew": "创建新", + "channel_modal.descriptionHelp": "描述{term}如何被使用。", + "channel_modal.displayNameError": "频道名必须为 2 字或更多", + "channel_modal.edit": "编辑", + "channel_modal.group": "群组", + "channel_modal.header": "标题", + "channel_modal.headerEx": "例如:\"[链接标题](http://example.com)\"", + "channel_modal.headerHelp": "设定在 {term} 标题里在 {term} 旁边的文字。举例,输入常见链接 [链接标题](http://example.com)。", + "channel_modal.modalTitle": "新建", + "channel_modal.name": "名称", + "channel_modal.nameEx": "如: \"错误\",\"营销\",\"客户支持\"", + "channel_modal.optional": "(可选)", + "channel_modal.privateGroup1": "创建一个具有限制成员资格的私人组。", + "channel_modal.privateGroup2": "创建一个私有组", + "channel_modal.publicChannel1": "创建一个公共频道", + "channel_modal.publicChannel2": "创建一个任何人都能加入的新公共频道。", + "channel_modal.purpose": "用途", + "channel_modal.purposeEx": "例如:\"用于提交问题和建议的频道\"", + "channel_notification.push": "发送手机推送通知", + "channel_notifications.allActivity": "所有操作", + "channel_notifications.allUnread": "所有未读消息", + "channel_notifications.globalDefault": "默认全局({notifyLevel})", + "channel_notifications.markUnread": "标记频道为未读", + "channel_notifications.never": "从不", + "channel_notifications.onlyMentions": "仅对提及", + "channel_notifications.override": "选择一个“默认”以外的选项将会重写全局通知设置。桌面通知在Firefox、Safari和Chrome中有效。", + "channel_notifications.overridePush": "选择 \"全局默认\" 以外的选项将覆盖帐号设定中的移动推送通知全局通知设定。推送通知必须由系统管理员启用。", + "channel_notifications.preferences": "通知偏好 ", + "channel_notifications.sendDesktop": "发送桌面通知", + "channel_notifications.unreadInfo": "有未读消息时,侧边栏的频道名称粗体显示。只有当您被提及时选择“仅对提及”会加粗频道名称。", + "channel_select.placeholder": "--- 选择一个频道 ---", + "channel_switch_modal.dm": "(私信)", + "channel_switch_modal.failed_to_open": "打开频道失败。", + "channel_switch_modal.help": "输入频道名。↑↓浏览,TAB选择,↵确认,ESC取消", + "channel_switch_modal.not_found": "无匹配项。", + "channel_switch_modal.submit": "切换", + "channel_switch_modal.title": "切换频道", + "claim.account.noEmail": "没有指定电子邮件", + "claim.email_to_ldap.enterLdapPwd": "输入您 AD/LDAP 账户的ID和密码", + "claim.email_to_ldap.enterPwd": "输入你的{site}账户密码", + "claim.email_to_ldap.ldapId": "AD/LDAP ID", + "claim.email_to_ldap.ldapIdError": "请输入您的 AD/LDAP ID。", + "claim.email_to_ldap.ldapPasswordError": "请输入您的 AD/LDAP 密码。", + "claim.email_to_ldap.ldapPwd": "AD/LDAP 密码", + "claim.email_to_ldap.pwd": "密码", + "claim.email_to_ldap.pwdError": "请输入您的密码。", + "claim.email_to_ldap.ssoNote": "您必须已经拥有一个有效的 AD/LDAP 账户", + "claim.email_to_ldap.ssoType": "领取您的帐号后,您只能通过 AD/LDAP 登陆", + "claim.email_to_ldap.switchTo": "切换帐号到 AD/LDAP", + "claim.email_to_ldap.title": "切换邮箱/密码账号到 AD/LDAP", + "claim.email_to_oauth.enterPwd": "输入你的{site}账户密码", + "claim.email_to_oauth.pwd": "密码", + "claim.email_to_oauth.pwdError": "请输入您的密码。", + "claim.email_to_oauth.ssoNote": "您必须已经拥有一个有效的{type}账户", + "claim.email_to_oauth.ssoType": "领取您的帐号后,您只能通过 {type} SSO 登陆", + "claim.email_to_oauth.switchTo": "切换账户到 {uiType}", + "claim.email_to_oauth.title": "切换邮箱/密码账号到 {uiType}", + "claim.ldap_to_email.confirm": "确认密码", + "claim.ldap_to_email.email": "您将使用电子邮件{email}登录", + "claim.ldap_to_email.enterLdapPwd": "输入 {site} 电子邮件帐号的 {ldapPassword}", + "claim.ldap_to_email.enterPwd": "输入您的新电子邮件帐号密码", + "claim.ldap_to_email.ldapPasswordError": "请输入您的 AD/LDAP 密码。", + "claim.ldap_to_email.ldapPwd": "AD/LDAP 密码", + "claim.ldap_to_email.pwd": "密码", + "claim.ldap_to_email.pwdError": "请输入您的密码。", + "claim.ldap_to_email.pwdNotMatch": "密码不匹配。", + "claim.ldap_to_email.ssoType": "领取您的帐号后,您只能用您的电子邮箱地址和密码登入", + "claim.ldap_to_email.switchTo": "切换到电子邮件/密码的账户", + "claim.ldap_to_email.title": "切换到电子邮件/密码的 AD/LDAP 账户", + "claim.oauth_to_email.confirm": "确认密码", + "claim.oauth_to_email.description": "在改变您的账户类型后,您只能用您的电子邮箱地址和密码登入。", + "claim.oauth_to_email.enterNewPwd": "输入您在 {site} 的电子邮箱账户新密码", + "claim.oauth_to_email.enterPwd": "请输入密码。", + "claim.oauth_to_email.newPwd": "新密码", + "claim.oauth_to_email.pwdNotMatch": "密码不匹配。", + "claim.oauth_to_email.switchTo": "切换{type}为邮箱和密码", + "claim.oauth_to_email.title": "切换{type}账户为邮箱", + "confirm_modal.cancel": "取消", + "connecting_screen": "正在连接", + "create_comment.addComment": "添加一个评论...", + "create_comment.comment": "添加评论", + "create_comment.commentLength": "评论长度至少{max}字符。", + "create_comment.commentTitle": "评论", + "create_comment.file": "文件上传", + "create_comment.files": "文件上传", + "create_post.comment": "评论", + "create_post.error_message": "您的消息太长。字数:{length}/{limit}", + "create_post.post": "发布", + "create_post.shortcutsNotSupported": "您的设备不支持键盘快捷键。", + "create_post.tutorialTip": "

    发送信息

    在这输入信息并按回车发送。

    点击附件按钮上传图片或文件。

    ", + "create_post.write": "写一个消息...", + "create_team.agreement": "如果继续创建您的帐户和使用{siteName},您需要同意服务条款隐私政策。如果不同意,您将不能使用{siteName}。", + "create_team.display_name.charLength": "名称必须在 {min} 于 {max} 个字符之间。您可以之后添加更长的团队描述。", + "create_team.display_name.nameHelp": "您可以使用任何语言命名您的团队。您的团队名称将显示在菜单和标题栏上。", + "create_team.display_name.next": "下一步", + "create_team.display_name.required": "此栏必须填写", + "create_team.display_name.teamName": "团队名称", + "create_team.team_url.back": "返回上一步", + "create_team.team_url.charLength": "名称必须是 {min} 到 {max} 个字符", + "create_team.team_url.creatingTeam": "创建团队...", + "create_team.team_url.finish": "完成", + "create_team.team_url.hint": "
  • 简短和易记为最好的
  • 使用小写字母,数字和连字符
  • 必须以字母开头且不能以连字符结尾
  • ", + "create_team.team_url.regex": "只使用小写字母,数字和连字符。必须以字母开头且不能以连字符结尾。", + "create_team.team_url.required": "此栏必须填写", + "create_team.team_url.taken": "这个 URL 以预留字开头 或不可用。请尝试其他的。", + "create_team.team_url.teamUrl": "团队URL", + "create_team.team_url.unavailable": "此网址不可用。请重新尝试。", + "create_team.team_url.webAddress": "选择您的新团队网址:", + "custom_emoji.empty": "未找到自定义表情符", + "custom_emoji.header": "自定义表情符", + "custom_emoji.search": "搜索自定义表情符", + "default_channel.purpose": "Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.", + "delete_channel.cancel": "取消", + "delete_channel.channel": "频道", + "delete_channel.confirm": "确认删除频道", + "delete_channel.del": "删除", + "delete_channel.group": "群组", + "delete_channel.question": "这会从团队删除此频道并且没有用户可以读取其数据。您确定要删除 {display_name} {term}?", + "delete_post.cancel": "取消", + "delete_post.comment": "评论", + "delete_post.confirm": "确认{term}删除", + "delete_post.del": "删除", + "delete_post.post": "发布", + "delete_post.question": "您确认要删除{term}?", + "delete_post.warning": "这个信息有{count}条评论。", + "edit_channel_header_modal.cancel": "取消", + "edit_channel_header_modal.description": "编辑在频道标题上显示在名称旁的文本。", + "edit_channel_header_modal.error": "频道标题太长,请长话短说", + "edit_channel_header_modal.save": "保存", + "edit_channel_header_modal.title": "编辑{channel}的标题", + "edit_channel_header_modal.title_dm": "编辑标题", + "edit_channel_purpose_modal.body": "描述{type}的用途。此文本出现在频道列表的“更多...”菜单中,帮助他人决定是否加入。", + "edit_channel_purpose_modal.cancel": "取消", + "edit_channel_purpose_modal.channel": "频道", + "edit_channel_purpose_modal.error": "频道用途过长,请长话短说", + "edit_channel_purpose_modal.group": "群组", + "edit_channel_purpose_modal.save": "保存", + "edit_channel_purpose_modal.title1": "编辑用途", + "edit_channel_purpose_modal.title2": "编辑用途", + "edit_command.save": "更新", + "edit_post.cancel": "取消", + "edit_post.edit": "编辑{title}", + "edit_post.editPost": "编辑信息...", + "edit_post.save": "保存", + "email_signup.address": "电子邮件地址", + "email_signup.createTeam": "创建团队", + "email_signup.emailError": "请输入一个有效的电子邮件地址。", + "email_signup.find": "查找我的团队", + "email_verify.almost": "{siteName}: 你几乎完成了", + "email_verify.failed": "验证电子邮件发送失败。", + "email_verify.notVerifiedBody": "请验证您的电子邮件地址。检查你的收件箱。", + "email_verify.resend": "发送电子邮件", + "email_verify.sent": "发送验证邮件已发送。", + "email_verify.verified": "{siteName}邮件验证", + "email_verify.verifiedBody": "

    摸的邮件已经验证通过!点击这里登录.

    ", + "email_verify.verifyFailed": "无法验证您的电子邮件。", + "emoji_list.actions": "操作", + "emoji_list.add": "添加自定义表情符", + "emoji_list.creator": "创建者", + "emoji_list.delete": "删除", + "emoji_list.delete.confirm.button": "删除", + "emoji_list.delete.confirm.msg": "此操作将永久删除自定义表情符。您确定要删除它吗?", + "emoji_list.delete.confirm.title": "删除自定义表情符", + "emoji_list.empty": "未找到自定义表情符", + "emoji_list.header": "自定义表情", + "emoji_list.help": "自定义表情符对所有在您服务器上的用户开放。在信息框输入 ':' 会显示表情符选择菜单。其他用户可能需要刷新页面才能看见新的表情符。", + "emoji_list.help2": "提示:如果您用 #,##,或 ### 作为含有表情符的新一行开头,你可以使用大尺寸表情符。输入 '# :smile:' 来体验此功能。", + "emoji_list.image": "图像", + "emoji_list.name": "名称", + "emoji_list.search": "搜索自定义表情符", + "emoji_list.somebody": "其他团队某人", + "emoji_picker.activity": "Activity", + "emoji_picker.custom": "Custom", + "emoji_picker.emojiPicker": "Emoji Picker", + "emoji_picker.flags": "标记", + "emoji_picker.food": "Food", + "emoji_picker.nature": "Nature", + "emoji_picker.objects": "Objects", + "emoji_picker.people": "People", + "emoji_picker.recent": "Recently Used", + "emoji_picker.search": "搜索", + "emoji_picker.symbols": "Symbols", + "emoji_picker.travel": "Travel", + "error.not_found.link_message": "返回Mattermost", + "error.not_found.message": "您访问的页面不存在", + "error.not_found.title": "页面未找到", + "error.not_supported.message": "私隐浏览不支持", + "error.not_supported.title": "不支持的浏览器", + "error_bar.expired": "企业版授权已过期,一些功能已停用。请更新授权。", + "error_bar.expiring": "企业版授权将于 {date} 过期。请更新授权。", + "error_bar.past_grace": "企业版授权已过期,一些功能已停用。请联系您的系统管理员了解详情。", + "error_bar.preview_mode": "预览模式: 未配置邮件通知", + "file_attachment.download": "下载", + "file_info_preview.size": "大小", + "file_info_preview.type": "文件类型", + "file_upload.fileAbove": "文件超过{max}MB不能被上传:{filename}", + "file_upload.filesAbove": "文件超过{max}MB不能被上传:{filenames}", + "file_upload.limited": "最大上传文件数限制为 {count}。请使用新信息来上传更多文件。", + "file_upload.pasted": "图片已粘贴至", + "filtered_channels_list.count": "{count} 个频道", + "filtered_channels_list.countTotal": "{count} 个频道,共 {total} 个频道", + "filtered_channels_list.search": "搜索频道", + "filtered_user_list.any_team": "所有用户", + "filtered_user_list.count": "{count} 位成员", + "filtered_user_list.countTotal": "{count} 位,共 {total} 位成员", + "filtered_user_list.countTotalPage": "{startCount, number} - {endCount, number} {count} 位成员,共 {total} 位", + "filtered_user_list.member": "成员", + "filtered_user_list.next": "下一页", + "filtered_user_list.prev": "上一页", + "filtered_user_list.search": "搜索用户", + "filtered_user_list.searchButton": "搜索", + "filtered_user_list.show": "过滤器:", + "filtered_user_list.team_only": "本团队成员", + "find_team.email": "电子邮件", + "find_team.findDescription": "已发送一份电子邮件含有所有您是成员的团队的链接。", + "find_team.findTitle": "找到您的团队", + "find_team.getLinks": "获取一封电子邮件,通过链接您可到任何所在的团队。", + "find_team.placeholder": "you@domain.com", + "find_team.send": "发送", + "find_team.submitError": "请输入一个有效的电子邮件地址", + "flag_post.flag": "标记以跟进", + "flag_post.unflag": "取消标记", + "general_tab.chooseDescription": "请为您的团队选个新的描述", + "general_tab.codeDesc": "点击 \"编辑\" 重新生成邀请码。", + "general_tab.codeLongDesc": "作为团队邀请链接中URL的一部分,邀请码在主菜单中由 {getTeamInviteLink} 创建。重新生成创建一个新的团队邀请链接将使之前的链接无效。", + "general_tab.codeTitle": "邀请码", + "general_tab.emptyDescription": "点击 '修改' 添加团队描述。", + "general_tab.getTeamInviteLink": "获取团队邀请链接", + "general_tab.includeDirDesc": "包含此团队将在首页的团队目录里显示该团队名,并提供一个链接到登陆页面。", + "general_tab.no": "否", + "general_tab.openInviteDesc": "允许时,此团队的链接将会显示在首页让任何有帐号的用户可以加入此团队。", + "general_tab.openInviteTitle": "允许任何在本服务器上的用户加入此团队", + "general_tab.regenerate": "重新生成", + "general_tab.required": "该字段不能为空", + "general_tab.teamDescription": "团队描述", + "general_tab.teamDescriptionInfo": "团队描述提供更多信息帮助用户选择何时的团队。最多 50 字符。", + "general_tab.teamName": "团队名称", + "general_tab.teamNameInfo": "设置出现在您登录界面左侧边栏顶部的团队名称。", + "general_tab.title": "基本设置", + "general_tab.yes": "是的", + "get_app.alreadyHaveIt": "已经拥有?", + "get_app.androidAppName": "安卓版Mattermost", + "get_app.androidHeader": "使用安卓应用获得Mattermost最好的表现", + "get_app.continue": "继续", + "get_app.continueWithBrowser": "或 {link}", + "get_app.continueWithBrowserLink": "继续使用浏览器", + "get_app.iosHeader": "使用iPhone应用获得Mattermost最好的表现", + "get_app.mattermostInc": "Mattermost, Inc", + "get_app.openMattermost": "打开 Mattermost", + "get_link.clipboard": "链接已复制", + "get_link.close": "关闭", + "get_link.copy": "复制链接", + "get_post_link_modal.help": "下方的链接允许授权用户查看您的信息。", + "get_post_link_modal.title": "复制永久链接", + "get_public_link_modal.help": "以下链接允许任何人不需要在本服务器注册可查看此文件。", + "get_public_link_modal.title": "复制公开链接", + "get_team_invite_link_modal.help": "向队友发送下方的链接以便其在此团队站点注册。团队邀请链接可以与多个队友分享,因为它不会改变,除非团队管理员在团队设置中重新生成。", + "get_team_invite_link_modal.helpDisabled": "您的团队已禁止创建用户。详情请联系您的团队管理员。", + "get_team_invite_link_modal.title": "团队邀请链接", + "help.attaching.downloading": "#### 下载文件\n点击文件预览图旁边的下载图标或者打开文件预览后点击**下载**。", + "help.attaching.dragdrop": "#### 拖放\n从电脑拖动一个或多个文件到右侧栏或中间栏上传文件。拖放文件到消息输入框,您也可以附加消息并按**回车**发送。", + "help.attaching.icon": "#### 附件图标\n除此之外,也可以点击消息输入框里的回形针来上传文件。当您在系统的文件选择对话框里选择想要上传的文件后点击**打开**以上传文件到输入框。另外可以附加信息后按**回车**发布。", + "help.attaching.limitations": "## 文件大小限制\nMattermost支持最多每贴5个附件,每个文件最大50MB。", + "help.attaching.methods": "## 附件方式\n用拖放或点击消息输入框里的附件图标以附上文件。", + "help.attaching.notSupported": "文档预览 (Word, Excel, PPT) 目前不支持。", + "help.attaching.pasting": "#### 粘贴图片\n在Chrome和Edge浏览器里,图片也可以通过粘贴来上传。目前此功能暂不支持其他浏览器。", + "help.attaching.previewer": "## File Previewer\nMattermost有自带的文件预览来预览媒体,下载文件和共享的公共链接。点击附件预览图打开文件预览。", + "help.attaching.publicLinks": "#### 分享公开链接\n公开链接能让您共享附件到您Mattermost团队外的人。点击附件的缩略图以打开文件阅览器,然后点击**获取公开链接**。这将打开一个带链接的对话框。当链接被分享并被他人打开时,文件将自动开始下载。", + "help.attaching.publicLinks2": "如果**获取公开链接**没在文件预览器里显示并且您想要此功能,您可以向您的系统管理请求在系统控制台里的**安全** > **公开链接**开启此功能。", + "help.attaching.supported": "#### 支持的媒体类型\n如果您尝试预览一个不支持的媒体类型,文件预览器将显示标准媒体附件图标。支持的媒体格式跟您的浏览器和系统有关,不过以下是在大部分浏览器上Mattermost支持的格式:", + "help.attaching.supportedList": "- 图片:BMP, GIF, JPG, JPEG, PNG\n- 视频:MP4\n- 音频:MP3, M4A\n- 文档:PDF", + "help.attaching.title": "# 附件\n_____", + "help.commands.builtin": "## 自带命令\n以下是Mattermost自带的斜杠命令:", + "help.commands.builtin2": "在开始输入 `/` 时将会在输入框上方显示斜杠命令列表。此自动完成建议列表将以黑色字体显示例子以及灰色字体显示说明。", + "help.commands.custom": "## 自定义命令\n自定义斜杠命令于外部应用整合。比如,一个团队可以设定自定义斜杠命令检查内部健康资料 `/patient joe smith` 或检查一城市的天气周报 `/weather toronto week`。向系统管理员确认或输入 `/` 打开自动完成列表确认您的团队是否有设置任何自定义斜杠命令。", + "help.commands.custom2": "自定义斜杠命令是默认关闭的,系统管理员可以在 **系统控制台** > **整合** > **Webhooks 与命令** 中开启。了解更多设置自定义斜杠命令到 [developer slash command documentation page](http://docs.mattermost.com/developer/slash-commands.html)。", + "help.commands.intro": "斜杠命令可以在 Mattermost 里的文本输入框内进行操作。输入 `/` 紧接着命令以及一些参数进行操作。\n\n自带的斜杠指令在所有Mattermost可以使用并且自定义斜杠命令可以用来设定与外部应用互动。了解更多设置自定义斜杠命令到 [developer slash command documentation page](http://docs.mattermost.com/developer/slash-commands.html)。", + "help.commands.title": "# 执行命令\n___", + "help.composing.deleting": "## 删除消息\n点击您在自己发送的消息中想删除的消息旁的 **[...]** 文字图标,然后点击 **删除**。系统或团队管理员可以删除任何在系统或团队中的消息。", + "help.composing.editing": "## 修改消息\n点击您在自己发送的消息中想删除的消息旁的 **[...]** 文字图标,然后点击 **修改**。在修改消息内容后,按 **回车** 以保存改动。消息内容不触发新的 @mention 通知,桌面通知或通知声音。", + "help.composing.linking": "## 消息链接\n**永久链接** 功能可以给任何消息创建链接。共享此链接给此频道的其他用户让他们直接访问消息归档里的消息。不在此频道的成员无法看永久链接。点任何消息旁边 **[...]** 图标 > **永久链接** > **复制链接** 来获取链接。", + "help.composing.posting": "## 发布消息\n在文字输入框里打入消息,然后按 ENTER 发送。用 Shift + ENTER 将在不发送消息下换行。如果想使用 Ctrl+ENTER 发信息,请到 **主菜单 > 帐号设定 > 用 Ctrl + Enter 发消息**。", + "help.composing.posts": "#### 发文\n发文被视为母消息。它们通常时回复串的开头。发文是从中间面板下方的输入框发送。", + "help.composing.replies": "#### 回复\n点击任意消息旁的回复图标来回复该消息。此操作将打开显示消息串的右边栏,然后您可以编写并发送您的回复。回复会有少许的缩进来标识它们时回复母消息的子消息。\n\n当在右边栏编写回复时,在上方点击展开/合并图标以便更容易阅读。", + "help.composing.title": "# 发送信息\n_____", + "help.composing.types": "## 消息类型\n回复发文以串整理对话。", + "help.formatting.checklist": "用半形方括号创建个任务列表:", + "help.formatting.checklistExample": "- [ ] 第一条\n- [ ] 第二条\n- [x] 完成的条目", + "help.formatting.code": "## 代码块\n\n用四个空格缩进每行,或在代码上下方放上 ``` 创建代码块。", + "help.formatting.codeBlock": "代码块", + "help.formatting.emojiExample": ":smile: :+1: :sheep:", + "help.formatting.emojis": "## 表情符\n\n输入 `:` 打开表情符自动完成。完整的表情符列表在[这里](http://www.emoji-cheat-sheet.com/)。您页可以创建您自己的[自定义表情符](http://docs.mattermost.com/help/settings/custom-emoji.html)如果您想用的表情符不存在。", + "help.formatting.example": "示例:", + "help.formatting.githubTheme": "**GitHub 主题风格**", + "help.formatting.headings": "## 标题\n\n在标题前输入#和一个空格创建标题。用更多 # 创建子标题。", + "help.formatting.headings2": "另外,您可以在文字下一行用 `===` 或 `---` 来创建标题。", + "help.formatting.headings2Example": "大标题\n-------------", + "help.formatting.headingsExample": "## 大标题\n### 小标题\n#### 更加小标题", + "help.formatting.images": "## 内嵌图片\n\n在 `!` 后面加方括号里带替代文字以及括号里带链接以创建内嵌图片。在链接后用带双引号的文字以添加悬浮文字。", + "help.formatting.imagesExample": "![替代文字](链接 \"悬浮文字\")\n\n以及\n\n[![Build Status](https://travis-ci.org/mattermost/platform.svg?branch=master)](https://travis-ci.org/mattermost/platform) [![Github](https://assets-cdn.github.com/favicon.ico)](https://github.com/mattermost/platform)", + "help.formatting.inline": "## 嵌入代码\n\n用反引号包围文字创建等宽文字。", + "help.formatting.intro": "Markdown能轻松改变消息格式。您如常输入消息,然后用以下规则给予指定的格式。", + "help.formatting.lines": "## 分界线\n\n用三个 `*`, `_` 或 `-` 创建一条分界线。", + "help.formatting.linkEx": "[来看下Mattermost!](https://about.mattermost.com/)", + "help.formatting.links": "## 链接\n\n将想显示的文字放进方括号和对应的链接到括号。", + "help.formatting.listExample": "* 列表项一\n* 列表项二\n * 列表项二子项", + "help.formatting.lists": "## 列表\n\n用 `*` 或 `-` 创建项目。在前面添加两个空格以缩进项目。", + "help.formatting.monokaiTheme": "**Monoka 主题风格**", + "help.formatting.ordered": "用数字表示有序列表:", + "help.formatting.orderedExample": "1. 第一项\n2. 第二项", + "help.formatting.quotes": "## 块引用\n\n用 `>` 创建块引用。", + "help.formatting.quotesExample": "`> 块引用` 显示为:", + "help.formatting.quotesRender": "> 块引用", + "help.formatting.renders": "显示为:", + "help.formatting.solirizedDarkTheme": "**Solarized Dark 主题风格**", + "help.formatting.solirizedLightTheme": "**Solarized Light 主题风格**", + "help.formatting.style": "## 文字风格\n\n您可以用 `_` 或 `*` 包围一个词来让它变斜体。用两个则是粗体。\n\n* `_斜体_` 显示为 _斜体_\n* `**粗体**` 显示为 **粗体**\n* `**_粗斜体_**` 显示为 **_粗斜体_**\n* `~~删除线~~` 显示为 ~~删除线~~", + "help.formatting.supportedSyntax": "支持的语言:\n`as`, `applescript`, `osascript`, `scpt`, `bash`, `sh`, `zsh`, `clj`, `boot`, `cl2`, `cljc`, `cljs`, `cljs.hl`, `cljscm`, `cljx`, `hic`, `coffee`, `_coffee`, `cake`, `cjsx`, `cson`, `iced`, `cpp`, `c`, `cc`, `h`, `c++`, `h++`, `hpp`, `cs`, `csharp`, `css`, `d`, `di`, `dart`, `delphi`, `dpr`, `dfm`, `pas`, `pascal`, `freepascal`, `lazarus`, `lpr`, `lfm`, `diff`, `django`, `jinja`, `dockerfile`, `docker`, `erl`, `f90`, `f95`, `fsharp`, `fs`, `gcode`, `nc`, `go`, `groovy`, `handlebars`, `hbs`, `html.hbs`, `html.handlebars`, `hs`, `hx`, `java`, `jsp`, `js`, `jsx`, `json`, `jl`, `kt`, `ktm`, `kts`, `less`, `lisp`, `lua`, `mk`, `mak`, `md`, `mkdown`, `mkd`, `matlab`, `m`, `mm`, `objc`, `obj-c`, `ml`, `perl`, `pl`, `php`, `php3`, `php4`, `php5`, `php6`, `ps`, `ps1`, `pp`, `py`, `gyp`, `r`, `ruby`, `rb`, `gemspec`, `podspec`, `thor`, `irb`, `rs`, `scala`, `scm`, `sld`, `scss`, `st`, `sql`, `swift`, `tex`, `vbnet`, `vb`, `bas`, `vbs`, `v`, `veo`, `xml`, `html`, `xhtml`, `rss`, `atom`, `xsl`, `plist`, `yaml`", + "help.formatting.syntax": "### 语法高亮\n\n在代码块开头 ``` 之后输入想高亮的语言以开启高亮。Mattermost 同时提供四种代码风格 (GitHub, Solarized Dark, Solarized Light, Monokai) 可以在 **帐号设定** > **显示** > **主题** > **自定义主题** > **中央频道样式** 里修改", + "help.formatting.syntaxEx": " package main\n import \"fmt\"\n func main() {\n fmt.Println(\"Hello, 世界\")\n }", + "help.formatting.tableExample": "| 靠左对齐 | 置中对齐 | 靠右对齐 |\n| :------ |:-------:| --------:|\n| 左列 1 | 此文字 | $100 |\n| 左列 2 | 是 | $10 |\n| 左列 3 | 居中的 | $1 |", + "help.formatting.tables": "## 表格\n\n在标题下行放一个虚线并用竖线 `|` 分割列来建立表格(列不需要精准对齐)。在标题里用冒号 `:` 来设定列对齐。", + "help.formatting.title": "# 文字格式\n_____", + "help.learnMore": "了解更多:", + "help.link.attaching": "附加文件", + "help.link.commands": "执行命令", + "help.link.composing": "编写消息和回复", + "help.link.formatting": "用Markdown排版消息", + "help.link.mentioning": "提及团友", + "help.link.messaging": "基本消息", + "help.mentioning.channel": "#### @频道\n您可以输入 `@channel` 来提及整个频道。所有频道成员将和单独被提及一样收到提及通知。", + "help.mentioning.channelExample": "@channel 这周的面试做得很好。我觉得我们找到了些非常有潜力的候选人!", + "help.mentioning.mentions": "## @提及\n用 @提及 来引起特定团队成员的注意。", + "help.mentioning.recent": "## 最近提及\n点击搜索栏旁边的 `@` 以查询您最近的 @提及 以及触发提及的词。点击右边栏搜索结果旁的 **跳转** 将中间栏跳转到提及的频道和消息的位置。", + "help.mentioning.title": "# 提及团友\n_____", + "help.mentioning.triggers": "## 触发提及的词\n除了被 @用户名 和 @频道 通知意外,您可以在 **帐号设定** > **通知** > **触发提及的词** 自定义被触发提及通知的词。默认情况下,您会收到您名字的通知,但您可以添加用逗号分开的触发词。这在您想要在收到特定主题的通知时很有帮助,比如,\"面试\" 或 \"市场\"。", + "help.mentioning.username": "#### @用户名\n您可以用 `@` 符号紧接着他们的用户名来发送提及通知给他们。\n\n输入 `@` 来打开可以被提及的团队成员。输入用户名,名字,姓氏,或昵称开头几个字来过滤列表。用 **上** 和 **下** 方向键可以从列表中选择项目,然后用 **回车** 确认选择。一旦选中,全名或昵称将自动被代替为用户名。\n以下例子将发送特殊提及通知给 **alice** 告诉她被提及到的频道和消息内容。如果 **alice** 在 Mattermost 为离开并且开启[电子邮件通知](http://docs.mattermost.com/help/getting-started/configuring-notifications.html#email-notifications),那么她会收到带有提及和消息的电子邮件通知。", + "help.mentioning.usernameCont": "如果您提及的用户不属于这频道,系统会发信息告知您。这只是个临时的信息且只有触发的人看见。如想添加提及的用户到频道,点击频道名旁的下拉菜单中的 **添加成员**。", + "help.mentioning.usernameExample": "@alice 新候选人的面试怎么样?", + "help.messaging.attach": "用拖放或点击消息输入框里的附件图标以**附上文件**。", + "help.messaging.emoji": "输入 \":\" 打开表情符自动完成以 **快速添加表情符**。如果现有的表情符不够,您也可以创建您自己的[自定义表情符](http://docs.mattermost.com/help/settings/custom-emoji.html)。", + "help.messaging.format": "使用 Markdown 来 **格式您的消息**,它支持文字样式,标题,链接,表情符,代码块,块引用,表格,列表和内嵌图片。", + "help.messaging.notify": "**通知团友** 当他们需要时输入 `@用户名`。", + "help.messaging.reply": "点击消息文字旁的的回复图标来**回复消息**。", + "help.messaging.title": "# 消息基础\n_____", + "help.messaging.write": "用 Mattermost 底部的文字输入框 **编写消息**。按 回车 来发送消息。用 SHIFT+回车 以不发消息情况下换行。", + "installed_command.header": "斜杠命令", + "installed_commands.add": "添加斜杠命令", + "installed_commands.delete.confirm": "此操作降永久删除斜杠命令并让依赖的集成无法工作。您确定要删除它吗?", + "installed_commands.empty": "未找到命令", + "installed_commands.header": "斜杠命令", + "installed_commands.help": "创建与外部系统集成的斜杠命令。详情请见 {link} 。", + "installed_commands.helpLink": "文档", + "installed_commands.search": "搜索斜杠命令", + "installed_commands.unnamed_command": "未命名斜杠命令", + "installed_incoming_webhooks.add": "添加引入勾子", + "installed_incoming_webhooks.delete.confirm": "此操作降永久删除传入的 webhook 并让依赖的集成无法工作。您确定要删除它吗?", + "installed_incoming_webhooks.empty": "没有找到传入webhooks", + "installed_incoming_webhooks.header": "引入Webhooks", + "installed_incoming_webhooks.help": "创建对内的网络钩子链接以便与内部系统集成。想了解更多请参考 {link}", + "installed_incoming_webhooks.helpLink": "文档", + "installed_incoming_webhooks.search": "搜索传入Webhooks", + "installed_incoming_webhooks.unknown_channel": "私有Webhook", + "installed_integrations.callback_urls": "回调地址:{urls}", + "installed_integrations.client_id": "客户端ID:{clientId}", + "installed_integrations.client_secret": "客户端密码:{clientSecret}", + "installed_integrations.content_type": "Content-Type: {contentType}", + "installed_integrations.creation": "{creator}在{createAt, date, full}中创建", + "installed_integrations.delete": "删除", + "installed_integrations.edit": "编辑", + "installed_integrations.hideSecret": "隐藏密码", + "installed_integrations.regenSecret": "重生成盐", + "installed_integrations.regenToken": "重新生成Token", + "installed_integrations.showSecret": "显示密码", + "installed_integrations.token": "令牌:{token}", + "installed_integrations.triggerWhen": "触发于:{triggerWhen}", + "installed_integrations.triggerWords": "触发关键词:{triggerWords}", + "installed_integrations.unnamed_oauth_app": "未命名 OAuth 2.0 应用", + "installed_integrations.url": "网址:{url}", + "installed_oauth_apps.add": "添加 OAuth 2.0 应用", + "installed_oauth_apps.callbackUrls": "回调网址 (每行一个)", + "installed_oauth_apps.cancel": "取消", + "installed_oauth_apps.delete.confirm": "此操作降永久删除 OAuth 2.0 应用并让依赖的集成无法工作。您确定要删除它吗?", + "installed_oauth_apps.description": "描述", + "installed_oauth_apps.empty": "没有找到 OAuth 2.0 应用", + "installed_oauth_apps.header": "OAuth 2.0 应用", + "installed_oauth_apps.help": "创建 OAuth 2.0 应用以安全得与 Mattermost 整合机器人和第三方应用。详情请见 {link}。", + "installed_oauth_apps.helpLink": "文档", + "installed_oauth_apps.homepage": "首頁", + "installed_oauth_apps.iconUrl": "图标网址", + "installed_oauth_apps.is_trusted": "是受信任的:{isTrusted}", + "installed_oauth_apps.name": "显示名称", + "installed_oauth_apps.save": "保存", + "installed_oauth_apps.search": "搜索 OAuth 2.0 应用", + "installed_oauth_apps.trusted": "是受信任", + "installed_oauth_apps.trusted.no": "否", + "installed_oauth_apps.trusted.yes": "是", + "installed_outgoing_webhooks.add": "添加对外Webhooks", + "installed_outgoing_webhooks.delete.confirm": "此操作降永久删除传出的 webhook 并让依赖的集成无法工作。您确定要删除它吗?", + "installed_outgoing_webhooks.empty": "没找到传出webhooks", + "installed_outgoing_webhooks.header": "对外Webhooks", + "installed_outgoing_webhooks.help": "创建对外的网络钩子链接以便与外部部系统集成。想了解更多请参考 {link}", + "installed_outgoing_webhooks.helpLink": "文档", + "installed_outgoing_webhooks.search": "搜索传入Webhooks", + "installed_outgoing_webhooks.unknown_channel": "私有Webhook", + "integrations.add": "添加", + "integrations.command.description": "发送事件到外部整合的斜杠命令", + "integrations.command.title": "斜线命令", + "integrations.delete.confirm.button": "删除", + "integrations.delete.confirm.title": "删除集成", + "integrations.done": "完成", + "integrations.edit": "编辑", + "integrations.header": "集成", + "integrations.incomingWebhook.description": "传入的webhooks允许外部集成发送信息", + "integrations.incomingWebhook.title": "引入Webhook", + "integrations.oauthApps.description": "OAuth 2.0 允许外部引用向 Mattermost API 发出已授权的请求。", + "integrations.oauthApps.title": "OAuth 2.0 应用", + "integrations.outgoingWebhook.description": "传出的网络挂接允许外部集成接收和响应信息", + "integrations.outgoingWebhook.title": "引出Webhook", + "integrations.successful": "设置成功", + "intro_messages.DM": "这是您和{teammate}私信记录的开端。
    此区域外的人不能看到这里共享的私信和文件。", + "intro_messages.anyMember": " 任何成员可以加入和查看这个频道。", + "intro_messages.beginning": "{name} 的开端", + "intro_messages.channel": "频道", + "intro_messages.creator": "这是{name}{type}的开端,由{creator}于{date}建立。", + "intro_messages.default": "

    Beginning of {display_name}

    Welcome to {display_name}!

    Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.

    ", + "intro_messages.group": "私有组", + "intro_messages.invite": "邀请其他人到{type}", + "intro_messages.inviteOthers": "邀请其他人入组", + "intro_messages.noCreator": "这是{name}{type}的开端,于{date}建立。", + "intro_messages.offTopic": "

    {display_name}的开端

    这是{display_name}的开始,一个用于非工作的频道.

    ", + "intro_messages.onlyInvited": "只有受邀的人才能看到这个私有组。", + "intro_messages.purpose": "此{type}的用途是:{purpose}。", + "intro_messages.setHeader": "设置标题", + "intro_messages.teammate": "这是您与此团队成员私信记录的开端。在这里的直接消息和文件共享除了在此的人外无法看到。", + "invite_member.addAnother": "添加另一个", + "invite_member.autoJoin": "被邀请人将自动加入频道{channel}。", + "invite_member.cancel": "取消", + "invite_member.content": "您团队的电子邮件目前已被禁用,不能发送电子邮件邀请。请联系您的系统管理员启用电子邮件和邮件邀请。", + "invite_member.disabled": "您的团队已禁止创建用户。详情请联系您的团队管理员。", + "invite_member.emailError": "请输入一个有效的电子邮件地址", + "invite_member.firstname": "名字", + "invite_member.inviteLink": "团队邀请链接", + "invite_member.lastname": "姓氏", + "invite_member.modalButton": "是的,抛弃", + "invite_member.modalMessage": "你有未寄出的邀请函,您确定你想要放弃它们吗?", + "invite_member.modalTitle": "丢弃邀请?", + "invite_member.newMember": "邀请新成员", + "invite_member.send": "发送邀请", + "invite_member.send2": "邀请函", + "invite_member.sending": "发送", + "invite_member.teamInviteLink": "你可以使用链接{link}邀请别人。", + "ldap_signup.find": "寻找我的团队", + "ldap_signup.ldap": "用 AD/LDAP 帐号建立团队", + "ldap_signup.length_error": "名称必须为3至15个字母", + "ldap_signup.teamName": "输入新团队名", + "ldap_signup.team_error": "请输入团队名", + "leave_team_modal.desc": "您将会从所有公共频道和私有组移除。如果团队是私有的,您将无法再加入。您确定吗?", + "leave_team_modal.no": "否", + "leave_team_modal.title": "退出团队?", + "leave_team_modal.yes": "是", + "loading_screen.loading": "加载中", + "login.changed": "登录方式修改成功", + "login.create": "现在创建一个", + "login.createTeam": "创建一个新的团队", + "login.createTeamAdminOnly": "此选项只对系统管理员开放,其他用户不会显示。", + "login.email": "电子邮件", + "login.find": "查找您的其他团队", + "login.forgot": "我忘记了密码", + "login.gitlab": "GitLab", + "login.google": "Google Apps", + "login.invalidPassword": "您的密码是错误的。", + "login.ldapUsername": "AD/LDAP 用户名", + "login.ldapUsernameLower": "AD/LDAP 用户名", + "login.noAccount": "没有帐户吗?", + "login.noEmail": "请输入您的电子邮件", + "login.noEmailLdapUsername": "请输入您的电子邮件或 {ldapUsername}", + "login.noEmailUsername": "请输入您的电子邮件或用户名", + "login.noEmailUsernameLdapUsername": "请输入您的电子邮件,用户名或 {ldapUsername}", + "login.noLdapUsername": "请输入您的 {ldapUsername}", + "login.noMethods": "没有开启任何登入方式。请联系您的系统管理员。", + "login.noPassword": "请输入您的密码", + "login.noUsername": "请输入您的用户名", + "login.noUsernameLdapUsername": "请输入您的用户名或 {ldapUsername}", + "login.office365": "Office 365", + "login.on": "在{siteName}", + "login.or": "或", + "login.password": "密码", + "login.passwordChanged": "成功更新密码", + "login.session_expired": "您的会话已过期,请重新登录。", + "login.signIn": "登录", + "login.signInLoading": "登入中...", + "login.signInWith": "登录使用:", + "login.userNotFound": "我们找不到现有的帐户匹配您的凭证。", + "login.username": "用户名", + "login.verified": "验证电子邮件", + "login_mfa.enterToken": "请输入您智能手机的验证令牌以便完成登录", + "login_mfa.submit": "提交", + "login_mfa.token": "多重验证令牌", + "login_mfa.tokenReq": "请输入多重验证令牌", + "member_item.makeAdmin": "Admin", + "member_item.member": "成员", + "member_list.noUsersAdd": "没有用户可添加。", + "members_popover.manageMembers": "成员管理", + "members_popover.msg": "消息", + "members_popover.title": "成员", + "members_popover.viewMembers": "查看成员", + "mfa.confirm.complete": "设置完成!", + "mfa.confirm.okay": "确定", + "mfa.confirm.secure": "您的帐号现在安全了。下次登入时,您将要求输入 Google Authenticator 应用提供的令牌。", + "mfa.setup.badCode": "无效令牌。如果此问题持续,请联系您的系统管理器。", + "mfa.setup.code": "MFA 令牌", + "mfa.setup.codeError": "请输入来自 Google Authenticator 的令牌。", + "mfa.setup.required": "{siteName} 强制要求使用多重验证。 ", + "mfa.setup.save": "保存", + "mfa.setup.secret": "密码:{secret}", + "mfa.setup.step1": "第一步:在您的手机上,从iTunesGoogle Play下载 Google Authenticator", + "mfa.setup.step2": "第二布:使用 Google Authenticator 扫描此 QR 码,或手动输入密码", + "mfa.setup.step3": "第三步:输入 Google Authenticator 生成的令牌", + "mfa.setupTitle": "多重验证设置", + "mobile.account.notifications.email.footer": "When offline or away for more than five minutes", + "mobile.account_notifications.mentions_footer": "Your username (\"@{username}\") will always trigger mentions.", + "mobile.account_notifications.non-case_sensitive_words": "Other non-case sensitive words...", + "mobile.account_notifications.reply.header": "Send reply notifications for", + "mobile.account_notifications.threads_mentions": "Mentions in threads", + "mobile.account_notifications.threads_start": "Threads that I start", + "mobile.account_notifications.threads_start_participate": "Threads that I start or participate in", + "mobile.channel_info.alertMessageDeleteChannel": "Are you sure you want to delete the {term} with {name}?", + "mobile.channel_info.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_info.alertNo": "否", + "mobile.channel_info.alertTitleDeleteChannel": "删除 {term}", + "mobile.channel_info.alertTitleLeaveChannel": "离开{term}", + "mobile.channel_info.alertYes": "是的", + "mobile.channel_info.privateChannel": "Private Channel", + "mobile.channel_info.publicChannel": "公共频道", + "mobile.channel_list.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_list.alertNo": "否", + "mobile.channel_list.alertTitleLeaveChannel": "离开{term}", + "mobile.channel_list.alertYes": "是的", + "mobile.channel_list.closeDM": "Close Direct Message", + "mobile.channel_list.closeGM": "Close Group Message", + "mobile.channel_list.dm": "私信", + "mobile.channel_list.gm": "Group Message", + "mobile.channel_list.open": "Open {term}", + "mobile.channel_list.openDM": "Open Direct Message", + "mobile.channel_list.openGM": "Open Group Message", + "mobile.channel_list.privateChannel": "Private Channel", + "mobile.channel_list.publicChannel": "公共频道", + "mobile.components.channels_list_view.yourChannels": "您的频道:", + "mobile.components.error_list.dismiss_all": "Dismiss All", + "mobile.components.select_server_view.continue": "继续", + "mobile.components.select_server_view.enterServerUrl": "输入服务器网址", + "mobile.components.select_server_view.proceed": "继续", + "mobile.components.select_server_view.siteUrlPlaceholder": "https://mattermost.example.com", + "mobile.create_channel": "Create", + "mobile.create_channel.private": "New Private Group", + "mobile.create_channel.public": "公共频道", + "mobile.edit_post.title": "Editing Message", + "mobile.file_upload.camera": "Take Photo or Video", + "mobile.file_upload.library": "Photo Library", + "mobile.file_upload.more": "更多", + "mobile.loading_channels": "Loading Channels...", + "mobile.loading_members": "Loading Members...", + "mobile.loading_posts": "Loading Messages...", + "mobile.login_options.choose_title": "Choose your login method", + "mobile.post.cancel": "取消", + "mobile.post.delete_question": "您确认要删除{term}?", + "mobile.post.delete_title": "Delete Post", + "mobile.request.invalid_response": "Received invalid response from the server.", + "mobile.routes.channelInfo": "Info", + "mobile.routes.channelInfo.createdBy": "Created by {creator} on ", + "mobile.routes.channelInfo.delete_channel": "删除频道...", + "mobile.routes.channelInfo.favorite": "收藏", + "mobile.routes.channel_members.action": "移除成员", + "mobile.routes.channel_members.action_message": "You must select at least one member to remove from the channel.", + "mobile.routes.channel_members.action_message_confirm": "Are you sure you want to remove the selected members from the channel?", + "mobile.routes.channels": "频道", + "mobile.routes.enterServerUrl": "输入服务器网址", + "mobile.routes.login": "登录", + "mobile.routes.loginOptions": "Login Chooser", + "mobile.routes.mfa": "多重验证", + "mobile.routes.postsList": "信息列表", + "mobile.routes.saml": "Single SignOn", + "mobile.routes.selectTeam": "选择团队", + "mobile.routes.settings": "Settings", + "mobile.routes.thread": "{channelName} Thread", + "mobile.routes.thread_dm": "Direct Message Thread", + "mobile.routes.user_profile": "Profile", + "mobile.routes.user_profile.send_message": "发送消息", + "mobile.server_ping_failed": "Cannot connect to the server. Please check your server URL and internet connection.", + "mobile.server_url.invalid_format": "每个URL必须以http: //或https: //开始", + "more_channels.close": "关闭", + "more_channels.create": "创建新频道", + "more_channels.createClick": "点击'创建新频道'创建一个新的频道", + "more_channels.join": "加入", + "more_channels.next": "下一页", + "more_channels.noMore": "没有更多可加入的频道", + "more_channels.prev": "上一页", + "more_channels.title": "更多频道", + "more_direct_channels.close": "关闭", + "more_direct_channels.message": "消息", + "more_direct_channels.new_convo_note": "这将创建新对话。如果你在添加很多用户,请考虑创建私有租。", + "more_direct_channels.new_convo_note.full": "您已达到此对话的最多人数。请考虑创建私有租。", + "more_direct_channels.title": "私信", + "msg_typing.areTyping": "{users}和{last}正在输入...", + "msg_typing.isTyping": "{user}正在输入...", + "msg_typing.someone": "有人", + "multiselect.go": "转到", + "multiselect.instructions": "使用上/下键选择并用回车做选择", + "multiselect.numPeopleRemaining": "您还可以添加 {num, number} 位用户。", + "multiselect.numRemaining": "您还可以添加 {num, number} 位", + "multiselect.placeholder": "搜索并添加成员", + "navbar.addMembers": "添加成员", + "navbar.click": "请点击这里", + "navbar.delete": "删除频道...", + "navbar.leave": "离开频道", + "navbar.manageMembers": "成员管理", + "navbar.noHeader": "没有频道标题。{newline}{link}去添加。", + "navbar.preferences": "通知偏好", + "navbar.rename": "重命名频道...", + "navbar.setHeader": "设置频道标题...", + "navbar.setPurpose": "设置频道的用途...", + "navbar.toggle1": "切换侧边栏", + "navbar.toggle2": "切换侧边栏", + "navbar.viewInfo": "查看信息", + "navbar.viewPinnedPosts": "查看置顶消息", + "navbar_dropdown.about": "关于Mattermost", + "navbar_dropdown.accountSettings": "账户设置", + "navbar_dropdown.console": "系统控制台", + "navbar_dropdown.create": "创建一个新的团队", + "navbar_dropdown.emoji": "自定义表情符", + "navbar_dropdown.help": "帮助", + "navbar_dropdown.integrations": "集成", + "navbar_dropdown.inviteMember": "邀请新成员", + "navbar_dropdown.join": "加入另一个团队", + "navbar_dropdown.leave": "离开团队", + "navbar_dropdown.logout": "注销", + "navbar_dropdown.manageMembers": "成员管理", + "navbar_dropdown.nativeApps": "下载应用", + "navbar_dropdown.report": "报告问题", + "navbar_dropdown.switchTeam": "切换到{team}", + "navbar_dropdown.switchTo": "切换到", + "navbar_dropdown.teamLink": "获取团队邀请链接", + "navbar_dropdown.teamSettings": "团队设置", + "navbar_dropdown.viewMembers": "查看成员", + "notification.dm": "私信", + "passwordRequirements": "密码要求:", + "password_form.change": "修改我的密码", + "password_form.click": "点击这里去登录。", + "password_form.enter": "输入您的 {siteName} 账户新密码。", + "password_form.error": "请输入至少{chars}个字符。", + "password_form.pwd": "密码", + "password_form.title": "密码重置", + "password_form.update": "你的密码已经更新成功。", + "password_send.checkInbox": "请检查您的收件箱。", + "password_send.description": "重置您的密码,输入您用于注册的电子邮件地址", + "password_send.email": "电子邮件", + "password_send.error": "请输入一个有效的电子邮件地址。", + "password_send.link": "如果帐号是已存在的,密码重置邮件会发送到:
    {email}

    ", + "password_send.reset": "重置我的密码", + "password_send.title": "密码重置", + "pdf_preview.max_pages": "下载以阅读更多页", + "pending_post_actions.cancel": "取消", + "pending_post_actions.retry": "重试", + "permalink.error.access": "此永久链接指向已删除的消息或者您没有权限访问的频道。", + "post_attachment.collapse": "收起...", + "post_attachment.more": "展开...", + "post_body.commentedOn": "对 {name}{apostrophe} 的信息评论:", + "post_body.deleted": "(消息被删除)", + "post_body.plusMore": "添加{count}文件", + "post_body.plusOne": "添加1个文件", + "post_delete.notPosted": "无法发布评论", + "post_delete.okay": "确定", + "post_delete.someone": "有人删除了你想评论的信息。", + "post_focus_view.beginning": "开始频道归档", + "post_info.del": "删除", + "post_info.edit": "编辑", + "post_info.mobile.flag": "标记", + "post_info.mobile.unflag": "取消标记", + "post_info.permalink": "永久链接", + "post_info.pin": "置顶到频道", + "post_info.pinned": "已置顶", + "post_info.reply": "回复", + "post_info.system": "系统", + "post_info.unpin": "从频道取消置顶", + "post_message_view.edited": "(已编辑)", + "posts_view.loadMore": "载入更多消息", + "posts_view.newMsg": "新消息", + "posts_view.newMsgBelow": "以下有 {count} 个新消息", + "reaction.clickToAdd": "(点击添加)", + "reaction.clickToRemove": "(点击删除)", + "reaction.othersReacted": "{otherUsers, number} 位用户", + "reaction.reacted": "{users} {reactionVerb} 表示 {emoji}", + "reaction.reactionVerb.user": "反应了", + "reaction.reactionVerb.users": "反应了", + "reaction.reactionVerb.you": "反应了", + "reaction.reactionVerb.youAndUsers": "反应了", + "reaction.usersAndOthersReacted": "{users} 以及 {otherUsers, number} 位其他用户", + "reaction.usersReacted": "{users} 以及 {lastUser}", + "reaction.you": "您", + "removed_channel.channelName": "频道", + "removed_channel.from": "删除从", + "removed_channel.okay": "确定", + "removed_channel.remover": "{remover}删除从{channel}", + "removed_channel.someone": "有人", + "rename_channel.cancel": "取消", + "rename_channel.defaultError": "-不能改变默认频道", + "rename_channel.displayName": "显示名称", + "rename_channel.displayNameHolder": "输入显示名", + "rename_channel.handleHolder": "小写字母符", + "rename_channel.lowercase": "必须小写字母数字字符", + "rename_channel.maxLength": "这个字段必须少于22个字符", + "rename_channel.required": "该字段不能为空", + "rename_channel.save": "保存", + "rename_channel.title": "重命名频道", + "rename_channel.url": "URL:", + "rhs_comment.comment": "评论", + "rhs_comment.del": "删除", + "rhs_comment.edit": "编辑", + "rhs_comment.mobile.flag": "标记", + "rhs_comment.mobile.unflag": "取消标记", + "rhs_comment.permalink": "永久链接", + "rhs_header.backToCallTooltip": "回到通话", + "rhs_header.backToFlaggedTooltip": "回到已标记的信息", + "rhs_header.backToResultsTooltip": "回到搜索结果", + "rhs_header.closeSidebarTooltip": "关闭侧栏", + "rhs_header.closeTooltip": "关闭侧栏", + "rhs_header.details": "消息详情", + "rhs_header.expandSidebarTooltip": "扩展侧边栏", + "rhs_header.expandTooltip": "关闭侧栏", + "rhs_header.shrinkSidebarTooltip": "关闭侧栏", + "rhs_root.del": "删除", + "rhs_root.direct": "私信", + "rhs_root.edit": "编辑", + "rhs_root.mobile.flag": "标记", + "rhs_root.mobile.unflag": "取消标记", + "rhs_root.permalink": "永久链接", + "rhs_root.pin": "置顶到频道", + "rhs_root.unpin": "从频道取消置顶", + "search_bar.search": "搜索", + "search_bar.usage": "

    搜索选项

    • 使用\"双引号\"搜索词组
    • 使用from:查找来自特定用户的信息,使用in:查找特定频道的信息
    ", + "search_header.results": "搜索结果", + "search_header.title2": "最近提及", + "search_header.title3": "已标记的信息", + "search_header.title4": "{channelDisplayName} 中的置顶消息", + "search_item.direct": "私信 (与 {username})", + "search_item.jump": "跳转", + "search_results.because": "
    • 如果您需搜索一个部分词组(例如搜索 \"rea\",查找 \"reach\" 或 \"reaction\"),请在结尾附上 *。
    • 由于搜索结果的数量限制,双字母的搜索和 \"this\",\"a\" 及 \"is\" 等常用词不会出现在搜索结果中。
    ", + "search_results.noResults": "没任何结果。重试?", + "search_results.usage": "
    • 使用\"双引号\"搜索词组
    • 使用from:查找来自特定用户的信息;使用in:查找特定频道中的信息
    ", + "search_results.usageFlag1": "您还没标记任何信息。", + "search_results.usageFlag2": "您可以点击时间戳旁的", + "search_results.usageFlag3": "图标来标记信息和评论。", + "search_results.usageFlag4": "标记信息以便之后更进。您的标记是个人的,不会被他人看到。", + "search_results.usagePin1": "目前没有置顶消息。", + "search_results.usagePin2": "此频道的所有成员可以置顶重要或有用的消息。", + "search_results.usagePin3": "置顶消息对所有频道成员可见。", + "search_results.usagePin4": "置顶消息:到您想要置顶的消息并点击 [...] > \"置顶到频道\"。", + "setting_item_max.cancel": "取消", + "setting_item_max.save": "保存", + "setting_item_min.edit": "编辑", + "setting_picture.cancel": "取消", + "setting_picture.help": "上传一张JPG或PNG格式的个人资料照片,宽度至少为{width}px,高度至少为{height}px。", + "setting_picture.save": "保存", + "setting_picture.select": "选择", + "setting_upload.import": "导入", + "setting_upload.noFile": "未选择文件。", + "setting_upload.select": "选择文件", + "sidebar.channels": "频道", + "sidebar.createChannel": "创建新的频道", + "sidebar.createGroup": "创建新组", + "sidebar.direct": "私信", + "sidebar.favorite": "收藏", + "sidebar.more": "更多", + "sidebar.moreElips": "更多...", + "sidebar.otherMembers": "此团队之外", + "sidebar.pg": "私有组", + "sidebar.removeList": "从列表删除", + "sidebar.tutorialScreen1": "

    频道

    频道组织不同主题的会话。他们对您所在团队的每一个人开放。针对单人发送私人消息使用私信针对多人使用私人组

    ", + "sidebar.tutorialScreen2": "

    “{townsquare}”和“{offtopic}”频道

    这里启用了两个公共频道:

    公共频道是一个团队范围内沟通的地方。团队中的每一个人都是这个频道的一个成员。

    闲聊频道是一个娱乐幽默与工作无关的频道。您和您的团队可以决定创建其他频道。

    ", + "sidebar.tutorialScreen3": "

    创建和加入频道

    点击“更多...”创建一个新频道或加入一个现有频道。

    您还可以通过点击频道或私人组旁的“+”符号,创建一个新频道或私人组。

    ", + "sidebar.unreadAbove": "上面有未读信息", + "sidebar.unreadBelow": "下面有未读信息", + "sidebar_header.tutorial": "

    主菜单

    在主菜单中您可以邀请新成员,访问您的账户设置和设置您的主题颜色

    团队管理员也能通过此菜单访问他们的团队设置

    系统管理员将找到一个系统控制台选项管理整个系统。

    ", + "sidebar_right_menu.accountSettings": "账户设置", + "sidebar_right_menu.console": "系统控制台", + "sidebar_right_menu.flagged": "已标记的信息", + "sidebar_right_menu.help": "帮助", + "sidebar_right_menu.inviteNew": "邀请新成员", + "sidebar_right_menu.logout": "注销", + "sidebar_right_menu.manageMembers": "成员管理", + "sidebar_right_menu.nativeApps": "下载应用", + "sidebar_right_menu.recentMentions": "最近提及", + "sidebar_right_menu.report": "报告问题", + "sidebar_right_menu.teamLink": "获取团队邀请链接", + "sidebar_right_menu.teamSettings": "团队设置", + "sidebar_right_menu.viewMembers": "查看成员", + "signup.email": "电子邮箱和密码", + "signup.gitlab": "GitLab 单一登入", + "signup.google": "谷歌帐号", + "signup.ldap": "AD/LDAP 登录身份", + "signup.office365": "Office 365", + "signup.title": "创建一个账户以:", + "signup_team.createTeam": "或者创建一个团队", + "signup_team.disabled": "团队创建已被禁用。请联系管理员获得权限。", + "signup_team.join_open": "您可以加入的团队:", + "signup_team.noTeams": "团队目录中没有该团队且创建团队功能已经禁用。", + "signup_team.no_open_teams": "没有可加入的团队。请联系您的管理员询问邀请。", + "signup_team.no_open_teams_canCreate": "没有可加入的团队。请创建个新的团队或联系您的管理员询问邀请。", + "signup_team.no_teams": "没有已创建的团队。请联系您的管理员。", + "signup_team.no_teams_canCreate": "没有已创建的团队。您可以点击 \"创建新团队\" 创建一个。", + "signup_team.none": "没有一个没有团队创建方法启用。请联系管理员。", + "signup_team_complete.completed": "您已经用此邀请完成了注册或者邀请已过期。", + "signup_team_confirm.checkEmail": "请检查您的邮箱: {email}
    您的电子邮件包含一个链接,以建立您的团队", + "signup_team_confirm.title": "完成注册", + "signup_team_system_console": "转到系统控制台", + "signup_user_completed.choosePwd": "选择您的密码", + "signup_user_completed.chooseUser": "选择您的用户名", + "signup_user_completed.create": "创建帐户", + "signup_user_completed.emailHelp": "注册所需的有效电子邮箱", + "signup_user_completed.emailIs": "您的邮箱地址是{email}。您可以使用该邮箱地址登录到{siteName}。", + "signup_user_completed.expired": "您已经用此邀请完成了注册或者邀请已过期。", + "signup_user_completed.gitlab": "用gitlab", + "signup_user_completed.google": "用Google", + "signup_user_completed.haveAccount": "已有帐号?", + "signup_user_completed.invalid_invite": "无效邀请链接。请询问您的管理员获得邀请。", + "signup_user_completed.lets": "让我们创建您的帐户", + "signup_user_completed.no_open_server": "服务器不开放注册。请联系您的管理员询问邀请。", + "signup_user_completed.none": "没有启用用户创建方法。请联系管理员。", + "signup_user_completed.office365": "和Office 365", + "signup_user_completed.onSite": "在{siteName}", + "signup_user_completed.or": "或", + "signup_user_completed.passwordLength": "请输入至少{min}个字符", + "signup_user_completed.required": "该字段不能为空", + "signup_user_completed.reserved": "此用户名为预留,请选择一个新的。", + "signup_user_completed.signIn": "点这里登入。", + "signup_user_completed.userHelp": "用户名必须以字母开头,并且包含{min}到{max}个小写字母, '.', '-'和'_'.", + "signup_user_completed.usernameLength": "用户名必须以字母开头,并且包含{min}到{max}个小写字母,'.','-'和'_'.", + "signup_user_completed.validEmail": "请输入一个有效的电子邮件地址", + "signup_user_completed.welcome": "欢迎来到:", + "signup_user_completed.whatis": "您的电子邮箱地址是什么?", + "signup_user_completed.withLdap": "您的 AD/LDAP 凭证", + "sso_signup.find": "查找我的团队", + "sso_signup.gitlab": "用GitLabAccount建立团队", + "sso_signup.google": "用GoogleAppsAccount建立团队", + "sso_signup.length_error": "团队名必须为3-15个字母", + "sso_signup.teamName": "输入新团队名", + "sso_signup.team_error": "输入团队名", + "suggestion.mention.all": "通知频道全员,使用在 {townsquare} 来通知团队", + "suggestion.mention.channel": "通知每个频道", + "suggestion.mention.channels": "我的频道", + "suggestion.mention.here": "通知所有在此频道在线的人", + "suggestion.mention.members": "频道成员", + "suggestion.mention.morechannels": "其他频道", + "suggestion.mention.nonmembers": "不在频道中", + "suggestion.mention.special": "特别提及", + "suggestion.search.private": "私有组", + "suggestion.search.public": "公共频道", + "team_export_tab.download": "下载", + "team_export_tab.export": "导出", + "team_export_tab.exportTeam": "导出您的团队", + "team_export_tab.exporting": "导出...", + "team_export_tab.ready": "准备", + "team_export_tab.unable": "不能导出: {error}", + "team_import_tab.failure": "导入失败:", + "team_import_tab.import": "导入", + "team_import_tab.importHelpDocsLink": "文档", + "team_import_tab.importHelpExportInstructions": "Slack > Team Settings > Import/Export Data > Export > Start Export", + "team_import_tab.importHelpExporterLink": "Slack 高级导出", + "team_import_tab.importHelpLine1": "导入 Slack 到 Mattermost 支持导入您 Slack 团队的公开频道中的信息。", + "team_import_tab.importHelpLine2": "要想导入 Slack 团队,请至 {exportInstructions}。请见 {uploadDocsLink} 了解详情。", + "team_import_tab.importHelpLine3": "想导入带附件的消息,请见 {slackAdvancedExporterLink} 了解详情。", + "team_import_tab.importSlack": "从Slack(Beta)导入", + "team_import_tab.importing": "导入...", + "team_import_tab.successful": "导入成功:", + "team_import_tab.summary": "查看汇总", + "team_member_modal.close": "关闭", + "team_member_modal.members": "{team}成员", + "team_members_dropdown.confirmDemoteDescription": "如果你从系统管理角色降级且没有另一个用户有系统管理员权限,你需要通过一个终端访问Mattermost服务器并运行以下命令来重新指定一个系统管理员。", + "team_members_dropdown.confirmDemoteRoleTitle": "确认从系统管理角色降级", + "team_members_dropdown.confirmDemotion": "确认降级", + "team_members_dropdown.confirmDemotionCmd": "platform roles system_admin {username}", + "team_members_dropdown.inactive": "停用", + "team_members_dropdown.leave_team": "从团队删除", + "team_members_dropdown.makeActive": "设置活跃", + "team_members_dropdown.makeAdmin": "设置团队管理员", + "team_members_dropdown.makeInactive": "设置为停用状态", + "team_members_dropdown.makeMember": "设置成员", + "team_members_dropdown.member": "成员", + "team_members_dropdown.systemAdmin": "系统管理员", + "team_members_dropdown.teamAdmin": "团队管理员", + "team_settings_modal.exportTab": "导出", + "team_settings_modal.generalTab": "基本", + "team_settings_modal.importTab": "导入", + "team_settings_modal.title": "团队设置", + "team_sidebar.join": "您可以加入的其他团队。", + "textbox.bold": "**加粗**", + "textbox.edit": "编辑消息", + "textbox.help": "帮助", + "textbox.inlinecode": "`内嵌代码`", + "textbox.italic": "_斜体_", + "textbox.preformatted": "```预格式化```", + "textbox.preview": "预览", + "textbox.quote": ">引用", + "textbox.strike": "删除线", + "tutorial_intro.allSet": "您已经创建好了", + "tutorial_intro.end": "点击“Next”进入{channel}。这是团队成员登录后看到的第一个频道。使用它来发布每个人需要知道的更新信息。", + "tutorial_intro.invite": "邀请团队成员", + "tutorial_intro.mobileApps": "安装 {link} 上的应用以便随时访问和获得通知。", + "tutorial_intro.mobileAppsLinkText": "PC, Mac, iOS 以及安卓", + "tutorial_intro.next": "下一步", + "tutorial_intro.screenOne": "

    欢迎来到:

    Mattermost

    您所有的团队会话都在这里,可在任何地方即时搜索。

    随时和您的团队保持联系,帮助他们完成最重要的事情。

    ", + "tutorial_intro.screenTwo": "

    Mattermost是如何工作的:

    交流发生在公共频道,私人组和私信中。

    所有信息都能在任何联网的台式机、笔记本或手机中存档和搜索。

    ", + "tutorial_intro.skip": "跳过教程", + "tutorial_intro.support": "如有任何需求,请邮件我们到", + "tutorial_intro.teamInvite": "邀请团队成员", + "tutorial_intro.whenReady": " 当您准备完毕。", + "tutorial_tip.next": "下一步", + "tutorial_tip.ok": "确定", + "tutorial_tip.out": "选择退出这些提示。", + "tutorial_tip.seen": "之前见过这吗?", + "update_command.cancel": "取消", + "update_command.confirm": "编辑斜杠命令", + "update_command.question": "您的修改可能破坏现有的斜杠命令。您确定要更新吗?", + "update_command.update": "更新", + "update_incoming_webhook.update": "更新", + "update_outgoing_webhook.confirm": "修改对外的 Webhooks", + "update_outgoing_webhook.question": "您的修改可能破坏现有的对外的 webhook。您确定要更新吗?", + "update_outgoing_webhook.update": "更新", + "upload_overlay.info": "拖动文件上传。", + "user.settings.advance.embed_preview": "如果邮件中的第一个网络链接可用,在邮件下方会显示网站内容的预览", + "user.settings.advance.embed_toggle": "显示切换所有嵌入预览", + "user.settings.advance.emojipicker": "Enable emoji picker in message input box", + "user.settings.advance.enabledFeatures": "已启用 {count, number} 项功能", + "user.settings.advance.formattingDesc": "开启时,文章会显示链接,表情符,格式,以及添加断行。默认下,此选项时开启的。修改此设定需要刷新页面。", + "user.settings.advance.formattingTitle": "启用帖文格式", + "user.settings.advance.joinLeaveDesc": "当 \"开启\" 时,用户加入或退出频道将会显示系统消息。当 \"关闭\" 时,用户加入或退出频道将不会显示系统消息。不过您加入到一个频道时仍然会显示系统消息而收到通知。", + "user.settings.advance.joinLeaveTitle": "开启加入/退出信息", + "user.settings.advance.markdown_preview": "在消息输入框中显示markdown预览选项", + "user.settings.advance.off": "关闭", + "user.settings.advance.on": "开启", + "user.settings.advance.preReleaseDesc": "检查您想预览的任何预发布功能。在设置生效前,您可能还需要刷新页面。", + "user.settings.advance.preReleaseTitle": "预览预发布功能", + "user.settings.advance.sendDesc": "启用时,回车键插入行而按 Ctrl+回车 键提交消息。", + "user.settings.advance.sendTitle": "按 CTRL+ENTER 发送消息", + "user.settings.advance.slashCmd_autocmp": "启用外部应用程序提供斜杠命令的自动补全功能", + "user.settings.advance.title": "高级设置", + "user.settings.advance.webrtc_preview": "开启使用 WebRTC 的一对一通话", + "user.settings.custom_theme.awayIndicator": "离开显示", + "user.settings.custom_theme.buttonBg": "按钮BG", + "user.settings.custom_theme.buttonColor": "文本按钮", + "user.settings.custom_theme.centerChannelBg": "中间栏 BG", + "user.settings.custom_theme.centerChannelColor": "中间栏文本", + "user.settings.custom_theme.centerChannelTitle": "中间栏样式", + "user.settings.custom_theme.codeTheme": "代码主题", + "user.settings.custom_theme.copyPaste": "复制和粘贴分享主题颜色: ", + "user.settings.custom_theme.linkButtonTitle": "链接已经按钮样式", + "user.settings.custom_theme.linkColor": "链接颜色", + "user.settings.custom_theme.mentionBj": "被提及重要人BG", + "user.settings.custom_theme.mentionColor": "被提及重要人文本", + "user.settings.custom_theme.mentionHighlightBg": "被提及高亮BG", + "user.settings.custom_theme.mentionHighlightLink": "被提及高亮链接", + "user.settings.custom_theme.newMessageSeparator": "新消息分隔符", + "user.settings.custom_theme.onlineIndicator": "在线显示", + "user.settings.custom_theme.sidebarBg": "侧边栏BG", + "user.settings.custom_theme.sidebarHeaderBg": "侧边栏标题背景", + "user.settings.custom_theme.sidebarHeaderTextColor": "侧边栏标题文字", + "user.settings.custom_theme.sidebarText": "侧边栏文本", + "user.settings.custom_theme.sidebarTextActiveBorder": "侧边栏文本活动边框", + "user.settings.custom_theme.sidebarTextActiveColor": "侧边栏文本活跃的颜色”", + "user.settings.custom_theme.sidebarTextHoverBg": "侧边栏文本HoverBG", + "user.settings.custom_theme.sidebarTitle": "侧栏风格", + "user.settings.custom_theme.sidebarUnreadText": "侧边栏未读文本", + "user.settings.display.channelDisplayTitle": "频道显示模式", + "user.settings.display.channeldisplaymode": "选择中间栏的宽度。", + "user.settings.display.clockDisplay": "时钟显示", + "user.settings.display.collapseDesc": "设置默认情况下图片链接的预览是展开还是折叠。此设置也可以使用斜杠命令 /expand 和 /collapse 控制。", + "user.settings.display.collapseDisplay": "图片链接预览默认显示", + "user.settings.display.collapseOff": "已折叠", + "user.settings.display.collapseOn": "已展开", + "user.settings.display.fixedWidthCentered": "固定宽度,居中", + "user.settings.display.fontDesc": "选择在Mattermost用户界面显示的字体。", + "user.settings.display.fontTitle": "显示字体", + "user.settings.display.fullScreen": "完整宽度", + "user.settings.display.language": "语言", + "user.settings.display.messageDisplayClean": "标准", + "user.settings.display.messageDisplayCleanDes": "容易浏览与阅读。", + "user.settings.display.messageDisplayCompact": "紧凑", + "user.settings.display.messageDisplayCompactDes": "显示尽可能多的信息。", + "user.settings.display.messageDisplayDescription": "选择在频道里信息如何显示。", + "user.settings.display.messageDisplayTitle": "信息显示", + "user.settings.display.militaryClock": "24小时格式(例如:16:00)", + "user.settings.display.nameOptsDesc": "设置在信息和私信列表中如何显示其他用户的名字。", + "user.settings.display.normalClock": "12小时格式(例如:4:00 PM)", + "user.settings.display.preferTime": "选择您喜欢的时间显示格式。", + "user.settings.display.showFullname": "显示姓名", + "user.settings.display.showNickname": "若存在昵称显示昵称,否则显示姓名", + "user.settings.display.showUsername": "显示用户名(默认)", + "user.settings.display.teammateDisplay": "团队队友的名字显示", + "user.settings.display.theme.applyToAllTeams": "应用新主题到所有我的团队", + "user.settings.display.theme.customTheme": "自定义主题", + "user.settings.display.theme.describe": "打开管理您的主题", + "user.settings.display.theme.import": "从Slack中导入主题颜色", + "user.settings.display.theme.otherThemes": "查看其他的主题", + "user.settings.display.theme.themeColors": "主题颜色", + "user.settings.display.theme.title": "主题", + "user.settings.display.title": "显示设置", + "user.settings.general.checkEmail": "在{email}查看你的邮件以验证这个地址。", + "user.settings.general.checkEmailNoAddress": "查看你的电子邮件来验证你的新地址", + "user.settings.general.close": "关闭", + "user.settings.general.confirmEmail": "确认电子邮件", + "user.settings.general.email": "电子邮件", + "user.settings.general.emailGitlabCantUpdate": "通过GitLab进行登录。电子邮件不能被更新,用于通知的电子邮件地址是{email}。", + "user.settings.general.emailGoogleCantUpdate": "通过Google进行登录。电子邮件不能被更新。用于通知的电子邮件地址是{email}。", + "user.settings.general.emailHelp1": "电子邮件地址用于登录,通知以及密码重置。如果修改电子邮件需要重新验证。", + "user.settings.general.emailHelp2": "电子邮件已被您的系统管理员禁用。未启用前将无法发送电子邮件通知。", + "user.settings.general.emailHelp3": "电子邮件地址用于登录,通知以及密码重置。", + "user.settings.general.emailHelp4": "验证邮件已发送到{email}。", + "user.settings.general.emailLdapCantUpdate": "通过 AD/LDAP 进行登录。电子邮件不能被更新,用于通知的电子邮件地址是{email}。", + "user.settings.general.emailMatch": "您输入的新邮件不匹配。", + "user.settings.general.emailOffice365CantUpdate": "通过Office 365进行登录。电子邮件不能被更新。用于通知的电子邮件地址是{email}。", + "user.settings.general.emailSamlCantUpdate": "通过LDAP进行登录。电子邮件不能被更新。用于通知的电子邮件地址是{email}。", + "user.settings.general.emailUnchanged": "您的新电子邮件地址和旧的电子邮件地址一致。", + "user.settings.general.emptyName": "点击 '编辑' 添加您的全名", + "user.settings.general.emptyNickname": "点击 '编辑' 添加一个昵称", + "user.settings.general.emptyPosition": "点击 '更改' 添加您的工作标题/职位", + "user.settings.general.field_handled_externally": "此栏由您的登入提供商决定。如果您想更改,您需要到您的登入提供者改动。", + "user.settings.general.firstName": "名字", + "user.settings.general.fullName": "全名", + "user.settings.general.imageTooLarge": "无法上传头像。文件太大。", + "user.settings.general.imageUpdated": "图片上次更新日期{date}", + "user.settings.general.lastName": "姓氏", + "user.settings.general.loginGitlab": "通过GitLab({email})登录", + "user.settings.general.loginGoogle": "通过Google ({email})登录", + "user.settings.general.loginLdap": "通过 AD/LDAP ({email}) 登录", + "user.settings.general.loginOffice365": "通过Office 365({email})登录", + "user.settings.general.loginSaml": "通过SAML ({email}) 登录", + "user.settings.general.newAddress": "新地址:{email}
    查看您的邮箱来验证上面的地址。", + "user.settings.general.nickname": "昵称", + "user.settings.general.nicknameExtra": "使用一个您可能会称呼的与您的名字和用户名不同的昵称作为名字。此方法最常用于两个或多个人有类似的名字和用户名时。", + "user.settings.general.notificationsExtra": "默认情况下,当有人输入您的名字时,您将收到提及通知。您可在{notify}设置中更改此默认设置。", + "user.settings.general.notificationsLink": "通知", + "user.settings.general.position": "职位", + "user.settings.general.positionExtra": "使用职位表示您的角色或职称。这将会在个人资料提示中显示。", + "user.settings.general.primaryEmail": "主要电子邮件", + "user.settings.general.profilePicture": "照片", + "user.settings.general.title": "基本设置", + "user.settings.general.uploadImage": "点击 '编辑' 上传图片。", + "user.settings.general.username": "用户名", + "user.settings.general.usernameInfo": "选择某些团队成员容易识别和记忆的名字。", + "user.settings.general.usernameReserved": "该用户名已存在,请选择一个新的。", + "user.settings.general.usernameRestrictions": "用户名必须以字母开头,并且包含{min}到{max}个小写字母,'.','-'和'_'.", + "user.settings.general.validEmail": "请输入一个有效的电子邮件地址", + "user.settings.general.validImage": "只能上传JPG和PNG图片", + "user.settings.import_theme.cancel": "取消", + "user.settings.import_theme.importBody": "如想导入主题,去 Slack 团队并寻找 \"Preferences -> Sidebar Theme\"。打开自定义主题选项,复制主题颜色值并粘贴至此:", + "user.settings.import_theme.importHeader": "导入Slack主题", + "user.settings.import_theme.submit": "发送", + "user.settings.import_theme.submitError": "无效格式,请尝试再次复制粘贴。", + "user.settings.languages.change": "更改界面语言", + "user.settings.languages.promote": "选择 Mattermost 界面显示的语言。

    想要帮忙翻译吗?加入Mattermost 翻译服务器。", + "user.settings.mfa.add": "向您的账户添加多重验证", + "user.settings.mfa.addHelp": "添加多重验证将需要每次登入时获取手机令牌使您的帐号更安全。", + "user.settings.mfa.addHelpQr": "请用您智能手机上的 Google Authenticator 应用扫描 QR 码后填写应用提供的令牌。如果您无法扫描 QR 码,您可以手动输入提供的密钥。", + "user.settings.mfa.enterToken": "令牌(仅限数字)", + "user.settings.mfa.qrCode": "条形码", + "user.settings.mfa.remove": "从您的账户中删除多重验证", + "user.settings.mfa.removeHelp": "删除多重验证意味着您不再需要基于手机的密码来登入您的帐号。", + "user.settings.mfa.requiredHelp": "此服务器要求强制多重验证。重置只推荐在转移到新移动设备时使用。随后您将立刻被要求重新设置。", + "user.settings.mfa.reset": "重置多重验证", + "user.settings.mfa.secret": "秘钥:", + "user.settings.mfa.title": "启用多重验证:", + "user.settings.modal.advanced": "高级", + "user.settings.modal.confirmBtns": "是的,放弃", + "user.settings.modal.confirmMsg": "您有未保存的更改,您确定你想要放弃他们吗?", + "user.settings.modal.confirmTitle": "放弃修改?", + "user.settings.modal.display": "显示", + "user.settings.modal.general": "基本", + "user.settings.modal.notifications": "通知", + "user.settings.modal.security": "安全", + "user.settings.modal.title": "账户设置", + "user.settings.notifications.allActivity": "所有活动", + "user.settings.notifications.channelWide": "频道范围提及 \"@channel\", \"@all\"", + "user.settings.notifications.close": "关闭", + "user.settings.notifications.comments": "回复通知", + "user.settings.notifications.commentsAny": "在我开头或回复过的消息串触发通知", + "user.settings.notifications.commentsInfo": "除了您被提及的通知外,选择如果您想收到串回复通知。", + "user.settings.notifications.commentsNever": "回复串信息只有在我被提及时触发通知", + "user.settings.notifications.commentsRoot": "在我开头的消息串触发通知", + "user.settings.notifications.desktop": "发送桌面通知", + "user.settings.notifications.desktop.allFirefoxForever": "所有活动,一直显示", + "user.settings.notifications.desktop.allFirefoxTimed": "所有活动,显示 {seconds} 秒", + "user.settings.notifications.desktop.allNoSoundForever": "所有活动,无声,一直显示", + "user.settings.notifications.desktop.allNoSoundTimed": "所有活动,无声,显示 {seconds} 秒", + "user.settings.notifications.desktop.allSoundForever": "所有活动,有声,一直显示", + "user.settings.notifications.desktop.allSoundTimed": "所有活动,有声,显示 {seconds} 秒", + "user.settings.notifications.desktop.duration": "通知时长", + "user.settings.notifications.desktop.durationInfo": "设置在火狐或 Chrome 下桌面通知在屏幕显示的时间。在 Edge 以及 Safari 下只能最多 5 秒。", + "user.settings.notifications.desktop.mentionsFirefoxForever": "提及和私信,一直显示", + "user.settings.notifications.desktop.mentionsFirefoxTimed": "提及和私信,显示 {seconds} 秒", + "user.settings.notifications.desktop.mentionsNoSoundForever": "提及和私信,无声,一直显示", + "user.settings.notifications.desktop.mentionsNoSoundTimed": "提及和私信,无声,显示 {seconds} 秒", + "user.settings.notifications.desktop.mentionsSoundForever": "提及和私信,有声,一直显示", + "user.settings.notifications.desktop.mentionsSoundTimed": "提及和私信,有声,显示 {seconds} 秒", + "user.settings.notifications.desktop.seconds": "{seconds} 秒", + "user.settings.notifications.desktop.sound": "通知声音", + "user.settings.notifications.desktop.title": "桌面通知", + "user.settings.notifications.desktop.unlimited": "无限制", + "user.settings.notifications.desktopSounds": "桌面通知声音", + "user.settings.notifications.email.disabled": "被系统管理员禁用", + "user.settings.notifications.email.disabled_long": "Email notifications have been disabled by your System Administrator.", + "user.settings.notifications.email.everyHour": "每小时", + "user.settings.notifications.email.everyXMinutes": "每 {count} 分钟", + "user.settings.notifications.email.immediately": "立刻", + "user.settings.notifications.email.never": "从不", + "user.settings.notifications.email.send": "发送电子邮件通知", + "user.settings.notifications.emailBatchingInfo": "一段时间内收到的通知将合并到一封电子邮件。", + "user.settings.notifications.emailInfo": "当您离开{siteName}超过5分钟或离线,系统将发送提及和私信的电子邮件通知。", + "user.settings.notifications.emailNotifications": "邮件通知", + "user.settings.notifications.header": "通知", + "user.settings.notifications.info": "桌面通知可在 IE11、Edge、Safari、Chrome 以及 Mattermost 桌面应用使用。", + "user.settings.notifications.mentionsInfo": "提及会在某人发送含有您的用户名 (\"@{username}\") 或者任何以上选项的消息时被触发。", + "user.settings.notifications.never": "从不", + "user.settings.notifications.noWords": "敏感词没有配置", + "user.settings.notifications.off": "关闭", + "user.settings.notifications.on": "开启", + "user.settings.notifications.onlyMentions": "只在提及和私信中", + "user.settings.notifications.push": "手机推送信息提示", + "user.settings.notifications.push_notification.status": "触发推送通知当", + "user.settings.notifications.sensitiveName": "您的敏感姓\"{first_name}\"", + "user.settings.notifications.sensitiveUsername": "不区分大小写的用户名\"{username}\"", + "user.settings.notifications.sensitiveWords": "其他不区分大小写的词汇,以逗号分隔:", + "user.settings.notifications.soundConfig": "请在您的浏览器中配置消息通知声音设置", + "user.settings.notifications.sounds_info": "通知声音可在 IE11、Edge、Safari、Chrome 以及 Mattermost 桌面应用使用。", + "user.settings.notifications.teamWide": "团队范围的提及\"@all\"", + "user.settings.notifications.title": "通知设置", + "user.settings.notifications.wordsTrigger": "触发提及词", + "user.settings.push_notification.allActivity": "所有活动", + "user.settings.push_notification.allActivityAway": "所有离开或离线时的活动", + "user.settings.push_notification.allActivityOffline": "所有离线时的活动", + "user.settings.push_notification.allActivityOnline": "所有在线,离开或离线时的活动", + "user.settings.push_notification.away": "离开或离线", + "user.settings.push_notification.disabled": "被系统管理员禁用", + "user.settings.push_notification.disabled_long": "移动设备推送通知已被系统管理员停用。", + "user.settings.push_notification.info": "当 Mattermost 有活动时会推送通知到您的移动设备。", + "user.settings.push_notification.off": "关闭", + "user.settings.push_notification.offline": "离线", + "user.settings.push_notification.online": "在线,离开或离线", + "user.settings.push_notification.onlyMentions": "仅限提及和私信中", + "user.settings.push_notification.onlyMentionsAway": "所有离开或离线时的提及和私信", + "user.settings.push_notification.onlyMentionsOffline": "所有离线时的提及和私信", + "user.settings.push_notification.onlyMentionsOnline": "所有在线,离开或离线时的提及和私信", + "user.settings.push_notification.send": "发送手机推送", + "user.settings.push_notification.status": "触发推送通知当", + "user.settings.push_notification.status_info": "通知只有在您的在线状态符合以上选择时才发送推送。", + "user.settings.security.active": "活动的", + "user.settings.security.close": "关闭", + "user.settings.security.currentPassword": "当前密码", + "user.settings.security.currentPasswordError": "请输入您当前密码。", + "user.settings.security.deauthorize": "解除授权", + "user.settings.security.emailPwd": "邮箱和密码", + "user.settings.security.gitlab": "GitLab", + "user.settings.security.google": "谷歌", + "user.settings.security.inactive": "停用", + "user.settings.security.lastUpdated": "上次更新时间{date}{time}", + "user.settings.security.ldap": "AD/LDAP", + "user.settings.security.loginGitlab": "用 GitLab 登录", + "user.settings.security.loginGoogle": "从 Google Apps 登入", + "user.settings.security.loginLdap": "用 AD/LDAP 登录", + "user.settings.security.loginOffice365": "从 Office 365 登入", + "user.settings.security.loginSaml": "用 SAML 登录", + "user.settings.security.logoutActiveSessions": "查看并退出正在执行的会话", + "user.settings.security.method": "登录方式", + "user.settings.security.newPassword": "新密码", + "user.settings.security.noApps": "没有任何授权的 OAuth 2.0 应用。", + "user.settings.security.oauthApps": "OAuth 2.0 应用", + "user.settings.security.oauthAppsDescription": "点击 '编辑' 来管理您的 OAuth 2.0 应用", + "user.settings.security.oauthAppsHelp": "应用以您的名义根据您设定的权限读取您的数据。", + "user.settings.security.office365": "Office 365", + "user.settings.security.oneSignin": "同时间只能用一种方式登录。切换登录方式会有邮件告知您改动是否成功。", + "user.settings.security.password": "密码", + "user.settings.security.passwordError": "您的密码必须包含至少 {min} 个字符。", + "user.settings.security.passwordErrorLowercase": "您的密码必须包含至少 {min} 个字符且至少有一个小写字母。", + "user.settings.security.passwordErrorLowercaseNumber": "您的密码必须包含至少 {min} 个字符且至少有一个小写字母以及一个数字。", + "user.settings.security.passwordErrorLowercaseNumberSymbol": "您的密码必须包含至少 {min} 个字符且至少有一个小写字母,一个数字,以及一个符号(如\"~!@#$%^&*()\")。", + "user.settings.security.passwordErrorLowercaseSymbol": "您的密码必须包含至少 {min} 个字符且至少有一个小写字母以及一个符号(如\"~!@#$%^&*()\")。", + "user.settings.security.passwordErrorLowercaseUppercase": "您的密码必须包含至少 {min} 个字符且至少有一个小写字母以及一个大写字母。", + "user.settings.security.passwordErrorLowercaseUppercaseNumber": "您的密码必须包含至少 {min} 个字符且至少有一个小写字母,一个大写字母,以及一个数字。", + "user.settings.security.passwordErrorLowercaseUppercaseNumberSymbol": "您的密码必须包含至少 {min} 个字符且至少有一个小写字母,一个大写字母,一个数字,以及一个符号(如\"~!@#$%^&*()\")。", + "user.settings.security.passwordErrorLowercaseUppercaseSymbol": "您的密码必须包含至少 {min} 个字符且至少有一个小写字母,一个大写字母,以及一个符号(如\"~!@#$%^&*()\")。", + "user.settings.security.passwordErrorNumber": "您的密码必须包含至少 {min} 个字符且至少有一个数字。", + "user.settings.security.passwordErrorNumberSymbol": "您的密码必须包含至少 {min} 个字符且至少有一个数字以及一个符号(如\"~!@#$%^&*()\")。", + "user.settings.security.passwordErrorSymbol": "您的密码必须包含至少 {min} 个字符且至少有一个符号(如\"~!@#$%^&*()\")。", + "user.settings.security.passwordErrorUppercase": "您的密码必须包含至少 {min} 个字符且至少有一个大写字母。", + "user.settings.security.passwordErrorUppercaseNumber": "您的密码必须包含至少 {min} 个字符且至少有一个大写字母以及一个数字。", + "user.settings.security.passwordErrorUppercaseNumberSymbol": "您的密码必须包含至少 {min} 个字符且至少有一个大写字母,一个数字,以及一个符号(如\"~!@#$%^&*()\")。", + "user.settings.security.passwordErrorUppercaseSymbol": "您的密码必须包含至少 {min} 个字符且至少有一个大写字母以及一个符号(如\"~!@#$%^&*()\")。", + "user.settings.security.passwordGitlabCantUpdate": "通过GitLab登录。电子邮件不能被更新。", + "user.settings.security.passwordGoogleCantUpdate": "通过 Google Apps 登录。密码不能被更新。", + "user.settings.security.passwordLdapCantUpdate": "通过 AD/LDAP 登录。密码不能被更新。", + "user.settings.security.passwordMatchError": "您输入的新密码不一致。", + "user.settings.security.passwordMinLength": "无效最小长度,无法显示预览。", + "user.settings.security.passwordOffice365CantUpdate": "通过 Office 365 登录。密码不能被更新。", + "user.settings.security.passwordSamlCantUpdate": "此栏由您的登入提供商决定。如果您想更改,您需要到您的登入提供者改动。", + "user.settings.security.retypePassword": "再次输入新密码", + "user.settings.security.saml": "SAML", + "user.settings.security.switchEmail": "切换到使用邮箱和密码登录", + "user.settings.security.switchGitlab": "切换到使用 GitLab SSO", + "user.settings.security.switchGoogle": "切换到使用 Google SSO", + "user.settings.security.switchLdap": "切换到使用 AD/LDAP", + "user.settings.security.switchOffice365": "切换到使用 Office 365 SSO", + "user.settings.security.switchSaml": "切换到使用 SAML SSO", + "user.settings.security.title": "安全设置", + "user.settings.security.viewHistory": "查看访问历史", + "user_list.notFound": "没有找到用户", + "user_profile.send.dm": "发送消息", + "user_profile.webrtc.call": "开始视频通话", + "user_profile.webrtc.offline": "此用户已离线", + "user_profile.webrtc.unavailable": "不能在结束当前通话前开新通话", + "view_image.loading": "加载中 ", + "view_image_popover.download": "下载", + "view_image_popover.file": "文件 {total}/{count}", + "view_image_popover.publicLink": "获取公开链接", + "web.footer.about": "关于", + "web.footer.help": "帮助", + "web.footer.privacy": "隐私", + "web.footer.terms": "条款", + "web.header.back": "返回", + "web.header.logout": "注销", + "web.root.signup_info": "所有团队的通讯一站式解决,随时随地可访问和搜索", + "webrtc.busy": "{username} 繁忙中。", + "webrtc.call": "通话", + "webrtc.callEnded": "已结束与 {username} 的通话。", + "webrtc.cancel": "取消通话", + "webrtc.cancelled": "{username} 已取消通话。", + "webrtc.declined": "您的呼叫被 {username} 拒绝。", + "webrtc.disabled": "{username} 已禁用 WebRTC,因此无法接听。如想开启此功能,他们需要到帐号设定 > 高级 > 预览预发布功能并开启 WebRTC。", + "webrtc.failed": "连接视频通话出现问题。", + "webrtc.hangup": "挂断", + "webrtc.header": "与 {username} 的通话", + "webrtc.inProgress": "您已经有通话。请先挂断。", + "webrtc.mediaError": "无法连接摄像头或麦克风。", + "webrtc.mute_audio": "静音麦克风", + "webrtc.noAnswer": "{username} 没有回应。", + "webrtc.notification.answer": "接听", + "webrtc.notification.decline": "拒接", + "webrtc.notification.incoming_call": "{username} 正在呼叫您。", + "webrtc.notification.returnToCall": "返回到与 {username} 的通话", + "webrtc.offline": "{username} 离线中。", + "webrtc.pause_video": "关闭摄像头", + "webrtc.unmute_audio": "取消静音麦克风", + "webrtc.unpause_video": "开启摄像头", + "webrtc.unsupported": "{username} 客户端不支持视频通话。", + "youtube_video.notFound": "视频未找到" +} diff --git a/assets/base/i18n/zh-TW.json b/assets/base/i18n/zh-TW.json new file mode 100644 index 000000000..dcac47a80 --- /dev/null +++ b/assets/base/i18n/zh-TW.json @@ -0,0 +1,2373 @@ +{ + "about.close": "關閉", + "about.copyright": "版權所有 2016 Mattermost, Inc. 保留所有權利", + "about.database": "資料庫:", + "about.date": "編譯日期:", + "about.enterpriseEditionLearn": "學習更多關於企業版:", + "about.enterpriseEditionSt": "防火牆內側也可運行的溝通模式。", + "about.enterpriseEditione1": "企業版", + "about.hash": "編譯 Hash:", + "about.hashee": "企業版編譯 Hash:", + "about.licensed": "授權給:", + "about.number": "編譯序號:", + "about.teamEditionLearn": "加入 Mattermost 社群:", + "about.teamEditionSt": "您的團隊溝通皆在同處,隨時隨地皆可搜尋與存取。", + "about.teamEditiont0": "團隊版", + "about.teamEditiont1": "企業版", + "about.title": "關於 Mattermost", + "about.version": "版本:", + "access_history.title": "存取紀錄", + "activity_log.activeSessions": "使用中的工作階段", + "activity_log.browser": "瀏覽器:{browser}", + "activity_log.firstTime": "第一次活動:{date}, {time}", + "activity_log.lastActivity": "最後一次活動紀錄:{date}, {time}", + "activity_log.logout": "登出", + "activity_log.moreInfo": "更多資訊", + "activity_log.os": "作業系統:{os}", + "activity_log.sessionId": "工作階段 ID:{id}", + "activity_log.sessionsDescription": "當使用新的瀏覽器登入時工作階段會被建立。工作階段讓您可以在系統管理員設定的時間內不用重複登入。如果想先行登出,請使用下方的 '登出' 按鈕以結束工作階段。", + "activity_log_modal.android": "Android", + "activity_log_modal.androidNativeApp": "Android 原生應用程式", + "activity_log_modal.desktop": "原生桌面應用程式", + "activity_log_modal.iphoneNativeApp": "iPhone 原生應用程式", + "add_command.autocomplete": "自動完成", + "add_command.autocomplete.help": "在自動完成列表上顯示斜線命令(非必須)。", + "add_command.autocompleteDescription": "自動完成的描述", + "add_command.autocompleteDescription.help": "斜線命令在自動完成列表上的簡短敘述(非必須)。", + "add_command.autocompleteDescription.placeholder": "例如:\"回傳病歷搜尋結果\"", + "add_command.autocompleteHint": "自動完成的提示", + "add_command.autocompleteHint.help": "斜線命令的參數,在自動完成列表上顯示為說明。(非必須)", + "add_command.autocompleteHint.placeholder": "例如:[患者名字]", + "add_command.cancel": "取消", + "add_command.description": "說明", + "add_command.description.help": "傳入的 Webhook 的敘述。", + "add_command.displayName": "顯示名稱", + "add_command.displayName.help": "斜線命令的名字,最多64個字元。", + "add_command.doneHelp": "已設定斜線命令。以下的 Token 將會隨著外送資料一起送出。請用它來確認該要求來自您的 Mattermost 團隊 (如需詳細資訊,請參閱說明文件)。", + "add_command.iconUrl": "回應圖示", + "add_command.iconUrl.help": "選擇圖片以置換此斜線命令回應貼文時所用的個人圖像(非必須)。輸入.png或.jpg檔案(長寬皆至少為128像素)的網址。", + "add_command.iconUrl.placeholder": "https://www.example.com/myicon.png", + "add_command.method": "要求方法", + "add_command.method.get": "GET", + "add_command.method.help": "發送給要求請的命令要求類型。", + "add_command.method.post": "POST", + "add_command.save": "儲存", + "add_command.token": "Token: {token}", + "add_command.trigger": "命令觸發關鍵字", + "add_command.trigger.help": "觸發關鍵字必須是唯一的,且不能以斜線開頭或包含空白。", + "add_command.trigger.helpExamples": "如:client、employee、patient、weather", + "add_command.trigger.helpReserved": "保留字:{link}", + "add_command.trigger.helpReservedLinkText": "請看內建斜線命令", + "add_command.trigger.placeholder": "命令觸發,例如\"hello\"", + "add_command.triggerInvalidLength": "觸發關鍵字必須包含{min}到{max}個字", + "add_command.triggerInvalidSlash": "觸發關鍵字不可用/(斜線)開頭", + "add_command.triggerInvalidSpace": "觸發關鍵字不可包含空白", + "add_command.triggerRequired": "需要填入觸發關鍵字", + "add_command.url": "要求網址", + "add_command.url.help": "當斜線命令執行時,用以接收 HTTP POST 或 GET 事件請求的回呼網址。", + "add_command.url.placeholder": "開頭必須是 http:// 或 https://", + "add_command.urlRequired": "要求網址為必填", + "add_command.username": "回應使用者名稱", + "add_command.username.help": "填入名稱以置換此斜線命令回應貼文時所用的使用者名稱(非必須),使用者名稱最多包含22個小寫、數字、\"-\"、\"_\"或\".\"等字元。", + "add_command.username.placeholder": "使用者名稱", + "add_emoji.cancel": "取消", + "add_emoji.header": "新增", + "add_emoji.image": "圖片", + "add_emoji.image.button": "選擇", + "add_emoji.image.help": "為繪文字選取圖片。圖片格式為 gif、png 或 jpeg,檔案大小不超過 1 MB。尺寸會在保持長寬比下自動調整為符合 128x128 像素。", + "add_emoji.imageRequired": "繪文字需要圖片", + "add_emoji.name": "名字", + "add_emoji.name.help": "為繪文字選擇名稱,名稱以最多64個小寫英數字跟'-'和'_'組成。", + "add_emoji.nameInvalid": "繪文字的名字只能含有小寫英數跟'-'和'_'。", + "add_emoji.nameRequired": "繪文字需要名字。", + "add_emoji.nameTaken": "這個名字已被系統繪文字所使用。請選其他的名字。", + "add_emoji.preview": "預覽", + "add_emoji.preview.sentence": "這句話帶有 {image} 。", + "add_emoji.save": "儲存", + "add_incoming_webhook.cancel": "取消", + "add_incoming_webhook.channel": "頻道", + "add_incoming_webhook.channel.help": "接收 Webhook 的公開頻道或私人群組。設定 Webhook 時您必須屬於該私人群組。", + "add_incoming_webhook.channelRequired": "必須是有效的頻道", + "add_incoming_webhook.description": "說明", + "add_incoming_webhook.description.help": "傳入的 Webhook 的敘述。", + "add_incoming_webhook.displayName": "顯示名稱", + "add_incoming_webhook.displayName.help": "傳入的 Webhook 的名字,最多64個字元。", + "add_incoming_webhook.doneHelp": "已設定傳入的 Webhook。請發送資料至以下的網址 (如需詳細資訊,請參閱說明文件)。", + "add_incoming_webhook.name": "名字", + "add_incoming_webhook.save": "儲存", + "add_incoming_webhook.url": "網址: {url}", + "add_oauth_app.callbackUrls.help": "在使用者同意或是拒絕授權給應用程式之後使用者將會被重導向至此重導向網址,同時該網址將會處理授權碼或是存取 Token。必須是以 http:// 或 https:// 開頭的有效網址。", + "add_oauth_app.callbackUrlsRequired": "請填入一或多個回呼網址", + "add_oauth_app.clientId": "用戶端 ID:{id}", + "add_oauth_app.clientSecret": "用戶端密碼:{secret}", + "add_oauth_app.description.help": "OAuth 2.0 應用程式的敘述。", + "add_oauth_app.descriptionRequired": "請填入 OAuth 2.0 應用程式的敘述。", + "add_oauth_app.doneHelp": "OAuth 2.0 應用程式設定完畢。當應用程式要求授權時,請用下面的用戶端 ID 跟密碼 (詳請參閱文件)。", + "add_oauth_app.doneUrlHelp": "以下為您所授權的重導向網址。", + "add_oauth_app.header": "新增", + "add_oauth_app.homepage.help": "OAuth 2.0 應用程式的首頁網址。請根據伺服器設定選擇 HTTP 或 HTTPS。", + "add_oauth_app.homepageRequired": "請填入 OAuth 2.0 應用程式的首頁網址。", + "add_oauth_app.icon.help": "(非必須) 指向 OAuth 2.0 應用程式的圖片的網址。請確定在網址中使用了 HTTP 或 HTTPS。", + "add_oauth_app.name.help": "OAuth 2.0 應用程式的顯示名稱,最多64個字元。", + "add_oauth_app.nameRequired": "請填入 OAuth 2.0 應用程式的名字。", + "add_oauth_app.trusted.help": "信任時,此 OAuth 2.0 應用程式將被 Mattermost 伺服器信任且不需要使用者同意授權。不信任時,將會出現新的視窗詢問使用者同意或是拒絕授權。", + "add_oauth_app.url": "網址:{url}", + "add_outgoing_webhook.callbackUrls": "回呼網址(一行一個)", + "add_outgoing_webhook.callbackUrls.help": "訊息被送達的網址。", + "add_outgoing_webhook.callbackUrlsRequired": "請填入一或多個回呼網址", + "add_outgoing_webhook.cancel": "取消", + "add_outgoing_webhook.channel": "頻道", + "add_outgoing_webhook.channel.help": "接收 Webhook 的公開頻道。有設定一個以上的觸發關鍵字時此項非必須。", + "add_outgoing_webhook.contentType.help1": "選擇回應送出時的內容型態。", + "add_outgoing_webhook.contentType.help2": "如果選了 application/x-www-form-urlencoded,伺服器將假設參數使用 URL 格式編碼。", + "add_outgoing_webhook.contentType.help3": "如果選了 application/json,伺服器將假設發送的是 JSON 資料。", + "add_outgoing_webhook.content_Type": "內容型態", + "add_outgoing_webhook.description": "說明", + "add_outgoing_webhook.description.help": "傳出的 Webhook 的敘述。", + "add_outgoing_webhook.displayName": "顯示名稱", + "add_outgoing_webhook.displayName.help": "傳出的 Webhook 的名字,最多64個字元。", + "add_outgoing_webhook.doneHelp": "已設定傳出的 Webhook。以下的 Token 將會隨著外送資料一起送出。請用它來確認該要求來自您的 Mattermost 團隊 (如需詳細資訊,請參閱說明文件)。", + "add_outgoing_webhook.name": "名字", + "add_outgoing_webhook.save": "儲存", + "add_outgoing_webhook.token": "Token: {token}", + "add_outgoing_webhook.triggerWords": "關鍵觸發字(一行一個)", + "add_outgoing_webhook.triggerWords.help": "以觸發關鍵字開頭的訊息將會觸發傳出的 Webhook。有選擇頻道時此項非必須。", + "add_outgoing_webhook.triggerWordsOrChannelRequired": "請填入有效的頻道或觸發關鍵字清單", + "add_outgoing_webhook.triggerWordsTriggerWhen": "觸發於", + "add_outgoing_webhook.triggerWordsTriggerWhen.help": "選擇何時觸發傳出的 Webook:訊息的第一個字完全符合觸發關鍵字,或是訊息以觸發關鍵字開頭。", + "add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "第一個字完全符合觸發關鍵字", + "add_outgoing_webhook.triggerWordsTriggerWhenStartsWith": "第一個字以觸發關鍵字為開頭", + "admin.advance.cluster": "高可用性 (Beta)", + "admin.advance.metrics": "效能監視", + "admin.audits.reload": "重新載入使用者活動記錄", + "admin.audits.title": "使用者活動記錄", + "admin.authentication.email": "電子郵件認證", + "admin.authentication.gitlab": "GitLab", + "admin.authentication.ldap": "AD/LDAP", + "admin.authentication.oauth": "OAuth 2.0", + "admin.authentication.saml": "SAML", + "admin.banner.heading": "註:", + "admin.cluster.enableDescription": "啟用時,Mattermost 將會運行於高可用性模式。請參閱說明文件以了解如何設定 Mattermost 的高可用性。", + "admin.cluster.enableTitle": "啟用高可用性模式:", + "admin.cluster.interNodeListenAddressDesc": "伺服器將會監聽此位址來跟其他伺服器通訊。", + "admin.cluster.interNodeListenAddressEx": "如:\":8075\"", + "admin.cluster.interNodeListenAddressTitle": "節點間通訊監聽位址:", + "admin.cluster.interNodeUrlsDesc": "所有 Mattermost 伺服器的內部/私人網址,以逗號分離。", + "admin.cluster.interNodeUrlsEx": "如:\"http://10.10.10.30, http://10.10.10.31\"", + "admin.cluster.interNodeUrlsTitle": "節點間網址:", + "admin.cluster.loadedFrom": "此設定檔是從節點 ID {clusterId} 讀取。如果您是經由負載平衡器存取系統控制台且遇到了問題,請參閱文件中的疑難排解指引。", + "admin.cluster.noteDescription": "修改此節的屬性需要重啟伺服器以生效。啟用高可用性模式時,系統控制台會被設成唯讀,只能經由設定檔來修改。", + "admin.cluster.should_not_change": "警告:這些設定可能不會跟此叢集內其他的伺服器同步。高可用性節點間通訊在所有伺服器的 config.json 被修改成一樣並重新啟動 Mattermost 之前不會開始。如何從叢集中增加或移除伺服器請看文件。如果您是經由負載平衡器存取系統控制台且遇到了問題,請參閱文件中的疑難排解指引。", + "admin.cluster.status_table.config_hash": "設定檔 MD5", + "admin.cluster.status_table.hostname": "主機名稱", + "admin.cluster.status_table.id": "節點 ID", + "admin.cluster.status_table.reload": " 重新讀取叢集狀態", + "admin.cluster.status_table.status": "狀態", + "admin.cluster.status_table.url": "節點間網址", + "admin.cluster.status_table.version": "版本", + "admin.compliance.directoryDescription": "規範報告的寫入目錄,若空白,則設定為 ./data/。", + "admin.compliance.directoryExample": "如:\"./data/\"", + "admin.compliance.directoryTitle": "規範報告目錄:", + "admin.compliance.enableDailyDesc": "若啟用,Mattermost 會每日產生規範報告。", + "admin.compliance.enableDailyTitle": "啟用每日報告:", + "admin.compliance.enableDesc": "啟用時,Mattermost 允許從規範與審計分頁使用規範報告。詳請參閱文件。", + "admin.compliance.enableTitle": "啟用規範報告:", + "admin.compliance.false": "否", + "admin.compliance.noLicense": "

    註:

    規範為企業授權功能,您的授權不支援規範。點這裡查看企業授權資訊與價格。

    ", + "admin.compliance.save": "儲存", + "admin.compliance.saving": "儲存設定...", + "admin.compliance.title": "規範設定", + "admin.compliance.true": "是", + "admin.compliance_reports.desc": "工作名稱:", + "admin.compliance_reports.desc_placeholder": "例如:\"人事445號查核\"", + "admin.compliance_reports.emails": "電子郵件地址:", + "admin.compliance_reports.emails_placeholder": "例如:\"bill@example.com, bob@example.com\"", + "admin.compliance_reports.from": "發信人:", + "admin.compliance_reports.from_placeholder": "例如:\"2016-03-11\"", + "admin.compliance_reports.keywords": "關鍵字:", + "admin.compliance_reports.keywords_placeholder": "例如:\"融券\"", + "admin.compliance_reports.reload": "重新讀取規範報告", + "admin.compliance_reports.run": "執行檢查規範", + "admin.compliance_reports.title": "規範報告", + "admin.compliance_reports.to": "收件者:", + "admin.compliance_reports.to_placeholder": "例如:\"2016-03-15\"", + "admin.compliance_table.desc": "說明", + "admin.compliance_table.download": "下載", + "admin.compliance_table.params": "參數", + "admin.compliance_table.records": "記錄", + "admin.compliance_table.status": "狀態", + "admin.compliance_table.timestamp": "時間戳記", + "admin.compliance_table.type": "類型", + "admin.compliance_table.userId": "要求者", + "admin.connectionSecurityNone": "無", + "admin.connectionSecurityNoneDescription": "Mattermost 將使用不安全的連線。", + "admin.connectionSecurityPlain": "PLAIN", + "admin.connectionSecurityPlainDescription": "Mattermost 將使用不安全的連線來連線跟認證。", + "admin.connectionSecurityStart": "STARTTLS", + "admin.connectionSecurityStartDescription": "不安全的連線,嘗試提升為 TLS 安全連線", + "admin.connectionSecurityTest": "測試連線", + "admin.connectionSecurityTitle": "連線安全:", + "admin.connectionSecurityTls": "TLS", + "admin.connectionSecurityTlsDescription": "加密 Mattermost 和伺服器之間的通訊。", + "admin.customization.androidAppDownloadLinkDesc": "新增下載 Android 應用程式的連結。用行動網頁瀏覽器存取站台的使用者將會看到提示頁面以下載應用程式。此欄留空則不會出現提示頁面。", + "admin.customization.androidAppDownloadLinkTitle": "Android 應用程式下載連結:", + "admin.customization.appDownloadLinkDesc": "新增前往 Mattermost 應用程式下載頁面的連結。當有連結時主選單將會新增 \"下載 Mattermost 應用程式\" 讓使用者前往下載頁面。此欄留空則主選單不會出現該選項。", + "admin.customization.appDownloadLinkTitle": "Mattermost 應用程式下載頁面連結:", + "admin.customization.customBrand": "自訂品牌", + "admin.customization.customEmoji": "自訂繪文字", + "admin.customization.enableCustomEmojiDesc": "允許使用者新增用於訊息當中的自訂繪文字。允許之後,自訂繪文字設定的檢視方式為:變更到一個團隊,按頻道側邊欄上面的三個點,然後選擇\"自訂繪文字\"。", + "admin.customization.enableCustomEmojiTitle": "啟用自訂繪文字:", + "admin.customization.enableLinkPreviewsDesc": "允許使用者在可能時訊息下方顯示網站預覽。啟用時,網頁預覽可以在帳號設定 > 進階 > 預覽預先發佈功能開啟", + "admin.customization.enableLinkPreviewsTitle": "啟用連結預覽:", + "admin.customization.iosAppDownloadLinkDesc": "新增下載 iOS 應用程式的連結。用行動網頁瀏覽器存取站台的使用者將會看到提示頁面以下載應用程式。此欄留空則不會出現提示頁面。", + "admin.customization.iosAppDownloadLinkTitle": "iOS 應用程式下載連結:", + "admin.customization.linkPreviews": "連結預覽", + "admin.customization.nativeAppLinks": "Mattermost 應用程式連結", + "admin.customization.restrictCustomEmojiCreationAdmin": "允許系統及團隊管理員新增自訂繪文字", + "admin.customization.restrictCustomEmojiCreationAll": "允許所有人新增自訂繪文字", + "admin.customization.restrictCustomEmojiCreationDesc": "限制僅特定使用者可以新增自訂繪文字。", + "admin.customization.restrictCustomEmojiCreationSystemAdmin": "只允許系統管理員新增繪文字", + "admin.customization.restrictCustomEmojiCreationTitle": "限制新增繪文字:", + "admin.customization.support": "法律與支援", + "admin.database.title": "資料庫設定", + "admin.developer.title": "開發者設定", + "admin.email.agreeHPNS": " 我理解並接受 Mattermost Hosted 推播通知服務服務條款隱私政策。", + "admin.email.allowEmailSignInDescription": "啟用時 Mattermost 允許使用者用他們的電子郵件與密碼登入。", + "admin.email.allowEmailSignInTitle": "啟用電子郵件登入:", + "admin.email.allowSignupDescription": "啟用時 Mattermost 允許團隊以電子郵件與密碼註冊帳號。應該只在想限制以 OAuth 或 AD/LDAP 一類的單一登入服務註冊時,設為停用。", + "admin.email.allowSignupTitle": "啟用以電子郵件建立帳號:", + "admin.email.allowUsernameSignInDescription": "啟用時 Mattermost 允許使用者用他們的名稱與密碼登入。通常只有停用電子郵件地址驗證時才啟用。", + "admin.email.allowUsernameSignInTitle": "啟用以使用者名稱登入:", + "admin.email.connectionSecurityTest": "測試連線", + "admin.email.easHelp": "從企業 App 商店瞭解編譯與佈署自已的行動應用程式。", + "admin.email.emailFail": "連線失敗:{error}", + "admin.email.emailSuccess": "成功傳送電子郵件。請檢查收件匣並確認。", + "admin.email.enableEmailBatching.clusterEnabled": "高可用性模式啟用時不能啟用批次郵件。", + "admin.email.enableEmailBatching.siteURL": "啟用批次郵件前必須先設定站台網址 (設定 > 站台網址)。", + "admin.email.enableEmailBatchingDesc": "啟用時,使用者可以讓多個直接訊息跟提及合併成單一封郵件,可在帳號設定 > 通知處設定。", + "admin.email.enableEmailBatchingTitle": "啟用批次郵件:", + "admin.email.fullPushNotification": "發送完整的訊息", + "admin.email.genericPushNotification": "以使用者與頻道名稱發送一般說明", + "admin.email.inviteSaltDescription": "32字元的 Salt 用來簽署電子郵件邀請。於安裝時隨機產生。按\"重新產生\"建立新的 Salt。", + "admin.email.inviteSaltExample": "如:\"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.inviteSaltTitle": "電子郵件邀請 Salt:", + "admin.email.mhpns": "使用有加密、產品品質的 HPNS 連線到 iOS 與 Android 應用程式", + "admin.email.mhpnsHelp": "從iTunes下載 Mattermost iOS 應用程式。從Google Play 下載 Mattermost Android 應用程式。瞭解更多關於HPNS.", + "admin.email.mtpns": "使用 TPNS 以及 iTunes 和 GooglePlay 上的 iOS 與 Android 應用程式", + "admin.email.mtpnsHelp": "從 iTunes 下載 Mattermost iOS 應用程式。從Google Play下載 Mattermost Android 應用程式。瞭解更多關於 TPNS。", + "admin.email.nofificationOrganizationExample": "如:\"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", + "admin.email.notificationDisplayDescription": "從 Mattermost 傳送通知電子郵件時發件者的顯示名稱。", + "admin.email.notificationDisplayExample": "例如:\"Mattermost 通知\"、\"系統\"、\"勿回信\"", + "admin.email.notificationDisplayTitle": "通知顯示名稱:", + "admin.email.notificationEmailDescription": "從 Mattermost 傳送通知電子郵件時發件者的電子郵件地址。", + "admin.email.notificationEmailExample": "例如:\"mattermost@yourcompany.com\"、\"admin@yourcompany.com\"", + "admin.email.notificationEmailTitle": "通知信寄件人地址:", + "admin.email.notificationOrganization": "通知信信尾地址:", + "admin.email.notificationOrganizationDescription": "顯示於來自 Mattermost 通知信的組織名稱跟地址。如:\"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"。如果這欄為空,信將不會顯示組織名稱跟地址。", + "admin.email.notificationOrganizationExample": "如:\"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"", + "admin.email.notificationsDescription": "正式環境通常設為啟用。啟用時 Mattermost 會傳送電子郵件通知。開發者可以設為停用以跳過設定電子郵件加速開發。
    啟用時移除預覽模式橫幅(變更設定後須重新登入以生效)。", + "admin.email.notificationsTitle": "啟用電子郵件通知:", + "admin.email.passwordSaltDescription": "32字元的 Salt 用來簽署重設密碼之電子郵件。於安裝時隨機產生。按\"重新產生\"建立新的 salt。", + "admin.email.passwordSaltExample": "如:\"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"", + "admin.email.passwordSaltTitle": "密碼重設 Salt:", + "admin.email.pushContentDesc": "選取\"發送帶有使用者跟頻道名稱的一般性描述\"時,推播會寄送一般性訊息,包含使用者與頻道名稱,但不包含訊息內容。

    選取\"發送完整的訊息\"時,則會引用觸發通知的訊息內文,有可能會帶有機密資料。如果推播服務在防火牆之外,那麼強烈建議本選項只在協定為 \"https\" 加密連線時使用。", + "admin.email.pushContentTitle": "推播內容:", + "admin.email.pushDesc": "正式環境通常為啟用。啟用時 Mattermost 會嘗試從推播主機發送推播通知。", + "admin.email.pushOff": "不要發送推播通知", + "admin.email.pushOffHelp": "詳細設置請參閱推播通知文件。", + "admin.email.pushServerDesc": "在防火牆後方設置 Mattermost 推播通知服務時請使用 https://github.com/mattermost/push-proxy。可以使用 http://push-test.mattermost.com 測試,這個服務會連接到 Apple AppStore 的 Mattermost iOS 樣本應用程式。請勿在正式環境使用此測試服務。", + "admin.email.pushServerEx": "例如:\"http://push-test.mattermost.com\"", + "admin.email.pushServerTitle": "推播通知伺服器:", + "admin.email.pushTitle": "啟用推播通知:", + "admin.email.requireVerificationDescription": "正式環境通常設為啟用。啟用時 Mattermost 會在帳號建立之後允許登入之前要求驗證電子郵件地址。開發人員可以設為關閉,用以跳過電子郵件驗證加速開發。", + "admin.email.requireVerificationTitle": "需要驗證電子郵件地址:", + "admin.email.selfPush": "手動輸入推播通知服務位址", + "admin.email.smtpPasswordDescription": " 跟電子郵件管理員取得認證。", + "admin.email.smtpPasswordExample": "例如:\"您的密碼\"、\"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.email.smtpPasswordTitle": "SMTP 伺服器密碼:", + "admin.email.smtpPortDescription": "SMTP 電子郵件伺服器連接埠:", + "admin.email.smtpPortExample": "如:\"25\", \"465\", \"587\"", + "admin.email.smtpPortTitle": "SMTP 伺服器連接埠:", + "admin.email.smtpServerDescription": "SMTP 電子郵件伺服器位置。", + "admin.email.smtpServerExample": "例如:\"smtp.yourcompany.com\"、\"email-smtp.us-east-1.amazonaws.com\"", + "admin.email.smtpServerTitle": "SMTP 伺服器:", + "admin.email.smtpUsernameDescription": " 跟電子郵件管理員取得認證。", + "admin.email.smtpUsernameExample": "例如:\"admin@yourcompany.com\"、\"AKIADTOVBGERKLCBV\"", + "admin.email.smtpUsernameTitle": "SMTP 伺服器使用者名稱:", + "admin.email.testing": "測試中...", + "admin.false": "否", + "admin.file_upload.chooseFile": "選擇檔案", + "admin.file_upload.noFile": "未上傳任何檔案", + "admin.file_upload.uploadFile": "上傳", + "admin.files.images": "圖片", + "admin.files.storage": "儲存區", + "admin.general.configuration": "設定", + "admin.general.localization": "語言", + "admin.general.localization.availableLocalesDescription": "設定在帳號設定中使用者可以使用哪些語言 (留空則為全部支援的語言) 。如果要手動增加新語言,必須包含預設的用戶端語言在內。

    想要幫忙翻譯嘛?加入 Mattermost 翻譯伺服器 來幫忙。", + "admin.general.localization.availableLocalesNoResults": "找不到任何資料", + "admin.general.localization.availableLocalesNotPresent": "用戶端的預設語言必須包含在可用語言中", + "admin.general.localization.availableLocalesTitle": "可用語言:", + "admin.general.localization.clientLocaleDescription": "新建使用者及未登入頁面的預設語言。", + "admin.general.localization.clientLocaleTitle": "預設的用戶端語言:", + "admin.general.localization.serverLocaleDescription": "系統訊息跟紀錄的預設語言。此設定需要重新啟動伺服器才有效。", + "admin.general.localization.serverLocaleTitle": "預設的伺服器語言:", + "admin.general.log": "記錄", + "admin.general.policy": "政策", + "admin.general.policy.allowEditPostAlways": "任何時間", + "admin.general.policy.allowEditPostDescription": "設定作者在發出訊息後有多少時間可以編輯。", + "admin.general.policy.allowEditPostNever": "永不", + "admin.general.policy.allowEditPostTimeLimit": "發出訊息後幾秒內", + "admin.general.policy.allowEditPostTitle": "允許使用者編輯訊息:", + "admin.general.policy.permissionsAdmin": "團隊跟系統管理員", + "admin.general.policy.permissionsAll": "團隊全員", + "admin.general.policy.permissionsAllChannel": "所有頻道成員", + "admin.general.policy.permissionsChannelAdmin": "頻道、團隊與系統管理員", + "admin.general.policy.permissionsDeletePostAdmin": "團隊跟系統管理員", + "admin.general.policy.permissionsDeletePostAll": "訊息作者可以刪除自己的訊息,管理者可以刪除任意訊息", + "admin.general.policy.permissionsDeletePostSystemAdmin": "系統管理員", + "admin.general.policy.permissionsSystemAdmin": "系統管理員", + "admin.general.policy.restrictPostDeleteDescription": "設定誰擁有刪除訊息的權限", + "admin.general.policy.restrictPostDeleteTitle": "允許哪個使用者刪除訊息:", + "admin.general.policy.restrictPrivateChannelCreationDescription": "設定誰能建立私人群組的政策。", + "admin.general.policy.restrictPrivateChannelCreationTitle": "允許建立私人群組:", + "admin.general.policy.restrictPrivateChannelDeletionCommandLineToolLink": "命令列工具", + "admin.general.policy.restrictPrivateChannelDeletionDescription": "設定誰能刪除私人群組的政策。被刪除的群組可以利用 {commandLineToolLink} 從資料庫中還原。", + "admin.general.policy.restrictPrivateChannelDeletionTitle": "允許刪除私人群組:", + "admin.general.policy.restrictPrivateChannelManagementDescription": "設定誰能更名私人群組與設定其標題的政策。", + "admin.general.policy.restrictPrivateChannelManagementTitle": "允許更名私人群組:", + "admin.general.policy.restrictPublicChannelCreationDescription": "設定誰能建立公開頻道的政策。", + "admin.general.policy.restrictPublicChannelCreationTitle": "允許建立公開頻道:", + "admin.general.policy.restrictPublicChannelDeletionCommandLineToolLink": "命令列工具", + "admin.general.policy.restrictPublicChannelDeletionDescription": "設定誰能刪除公開頻道的政策。被刪除的頻道可以利用 {commandLineToolLink} 從資料庫中還原。", + "admin.general.policy.restrictPublicChannelDeletionTitle": "允許刪除公開頻道:", + "admin.general.policy.restrictPublicChannelManagementDescription": "設定誰能更名公開頻道與設定其標題的政策。", + "admin.general.policy.restrictPublicChannelManagementTitle": "允許更名公開頻道:", + "admin.general.policy.teamInviteDescription": "設定誰能用邀請新成員發送邀請郵件或使用在主選單的取得團隊邀請連結來邀請他人加入團隊的原則。如果取得團隊邀請連結被用來分享邀請連結,可以在希望加入的使用者加入團隊之後從團隊設定 > 邀請碼讓邀請碼過期。", + "admin.general.policy.teamInviteTitle": "允許發出團隊邀請的使用者:", + "admin.general.privacy": "隱私", + "admin.general.usersAndTeams": "使用者與團隊", + "admin.gitab.clientSecretDescription": "經由上方指示登入 GitLab 以取得該值。", + "admin.gitlab.EnableHtmlDesc": "
    1. 登入 GitLab 帳號並至個人檔案設定 -> 應用程式。
    2. 輸入轉址位址 \"<您的 mattermost 網址>/login/gitlab/complete\" (例:http://localhost:8065/login/gitlab/complete) 以及 \"<您的 mattermost 網址>/signup/gitlab/complete\"。
    3. 然後使用 GitLab 的 \"Application Secret Key\" 與 \"Application ID\" 欄位以完成下面的選項。
    4. 完成下面的端點網址。
    ", + "admin.gitlab.authDescription": "輸入 https:///oauth/authorize (例如 https://example.com:3000/oauth/authorize)。請根據伺服器設定選擇 HTTP 或 HTTPS。", + "admin.gitlab.authExample": "如:\"https:///oauth/authorize\"", + "admin.gitlab.authTitle": "認證端點:", + "admin.gitlab.clientIdDescription": "經由上方指示登入 GitLab 以取得該值", + "admin.gitlab.clientIdExample": "如:\"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientIdTitle": "應用程式識別碼:", + "admin.gitlab.clientSecretExample": "如:\"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.gitlab.clientSecretTitle": "應用程式金鑰:", + "admin.gitlab.enableDescription": "啟用時,Mattermost 允許使用 GitLab OAuth 建立團隊與註冊帳號。", + "admin.gitlab.enableTitle": "啟用以 GitLab 認證:", + "admin.gitlab.settingsTitle": "GitLab 設定", + "admin.gitlab.tokenDescription": "輸入 https:///oauth/token。請根據伺服器設定選擇 HTTP 或 HTTPS。", + "admin.gitlab.tokenExample": "如:\"https:///oauth/token\"", + "admin.gitlab.tokenTitle": "Token 端點:", + "admin.gitlab.userDescription": "輸入 https:///api/v3/user。請根據伺服器設定選擇 HTTP 或 HTTPS。", + "admin.gitlab.userExample": "如:\"https:///api/v3/user\"", + "admin.gitlab.userTitle": "使用者 API 端點:", + "admin.google.EnableHtmlDesc": "
    1. 登入 Google帳號。
    2. 前往 https://console.developers.google.com,按左側邊列的憑證並輸入\"Mattermost - 您的公司名稱\"作為專案名稱,按建立
    3. OAuth 同意畫面 標題並輸入 \"Mattermost\" 作為 向使用者顯示的產品名稱。 按 儲存
    4. 憑證 標題下,按 建立憑證,選擇 OAuth 用戶端 ID 並選擇 網路應用程式
    5. 限制已授權的重新導向 URI 中輸入 您的 Mattermost 網址/signup/google/complete (如: http://localhost:8065/signup/google/complete)。 按 建立
    6. 用戶端 ID用戶端密鑰 貼至下面的欄位,按下儲存
    7. 最後,前往 Google+ API 並按 啟用。這可能需要花上幾分鐘以在 Google 的系統完成散佈。
    ", + "admin.google.authTitle": "認證端點:", + "admin.google.clientIdDescription": "在 Google 註冊應用程式時收到的用戶端 ID。", + "admin.google.clientIdExample": "如:\"7602141235235-url0fhs1mayfasbmop5qlfns8dh4.apps.googleusercontent.com\"", + "admin.google.clientIdTitle": "用戶端 ID:", + "admin.google.clientSecretDescription": "在 Google 註冊應用程式時收到的用戶端密鑰。", + "admin.google.clientSecretExample": "如:\"H8sz0Az-dDs2p15-7QzD231\"", + "admin.google.clientSecretTitle": "用戶端密碼:", + "admin.google.tokenTitle": "Token 端點:", + "admin.google.userTitle": "使用者 API 端點:", + "admin.image.amazonS3BucketDescription": "輸入 AWS S3 儲存貯體的名稱.", + "admin.image.amazonS3BucketExample": "如:\"mattermost-media\"", + "admin.image.amazonS3BucketTitle": "Amazon S3 儲存貯體:", + "admin.image.amazonS3EndpointDescription": "相容於 S3 的儲存提供者的主機名稱。預設為`s3.amazonaws.com`。", + "admin.image.amazonS3EndpointExample": "如:\"s3.amazonaws.com\"", + "admin.image.amazonS3EndpointTitle": "Amazon S3 端點:", + "admin.image.amazonS3IdDescription": "從 Amazon EC2 管理員取得認證。", + "admin.image.amazonS3IdExample": "如:\"AKIADTOVBGERKLCBV\"", + "admin.image.amazonS3IdTitle": "Amazon S3 存取金鑰識別碼:", + "admin.image.amazonS3RegionDescription": "選擇建立 S3 儲存貯體時選用的 AWS 區域。", + "admin.image.amazonS3RegionExample": "如:\"us-east-1\"", + "admin.image.amazonS3RegionTitle": "Amazon S3 區域:", + "admin.image.amazonS3SSLDescription": "關閉時,允許不安全的連線至 Amazon S3。預設為只允許安全連線。", + "admin.image.amazonS3SSLTitle": "啟用 Amazon S3 安全連線:", + "admin.image.amazonS3SecretDescription": "從 Amazon EC2 管理員取得認證。", + "admin.image.amazonS3SecretExample": "如:\"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"", + "admin.image.amazonS3SecretTitle": "Amazon S3 Secret 存取金鑰:", + "admin.image.localDescription": "檔案跟圖片寫入的目錄。如果留白則預設為 ./data/。", + "admin.image.localExample": "如:\"./data/\"", + "admin.image.localTitle": "本地儲存目錄:", + "admin.image.maxFileSizeDescription": "最大所容許的訊息附件檔案大小(MB)。注意:請確認伺服器記憶體能夠承受設定。大檔案會增加伺服器崩潰以及由於網路問題而上傳失敗的風險。", + "admin.image.maxFileSizeExample": "50", + "admin.image.maxFileSizeTitle": "最大檔案大小:", + "admin.image.previewHeightDescription": "預覽圖最大高度(\"0\":自動)。改變這個值只會改變之後的圖片如何顯示,但不會改變以前的圖片。", + "admin.image.previewHeightExample": "如:\"0\"", + "admin.image.previewHeightTitle": "預覽圖片高:", + "admin.image.previewWidthDescription": "預覽圖最大寬度。改變這個值只會改變之後的圖片如何顯示,但不會改變以前的圖片。", + "admin.image.previewWidthExample": "如:\"1024\"", + "admin.image.previewWidthTitle": "預覽圖片寬:", + "admin.image.profileHeightDescription": "個人圖像的高度。", + "admin.image.profileHeightExample": "如:\"0\"", + "admin.image.profileHeightTitle": "個人圖像高:", + "admin.image.profileWidthDescription": "個人圖像的寬度。", + "admin.image.profileWidthExample": "如:\"1024\"", + "admin.image.profileWidthTitle": "個人圖像寬:", + "admin.image.publicLinkDescription": "32字元的 Salt 用來簽署公開的圖片連結。於安裝時隨機產生。按\"重新產生\"建立新的 Salt。", + "admin.image.publicLinkExample": "如:\"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.image.publicLinkTitle": "公開連結的 Salt:", + "admin.image.shareDescription": "允許使用者分享檔案與照片的公開連結。", + "admin.image.shareTitle": "啟用公開檔案連結:", + "admin.image.storeAmazonS3": "Amazon S3", + "admin.image.storeDescription": "檔案跟圖片所存放的儲存系統。

    選擇 \"Amazon S3\" 會啟用對應欄位以填入 Amazon 的認證跟儲存貯體的詳細資料。

    選擇 \"本地檔案系統\" 會啟用對應欄位以填入本地檔案目錄。", + "admin.image.storeLocal": "本地端檔案系統", + "admin.image.storeTitle": "檔案儲存系統:", + "admin.image.thumbHeightDescription": "上傳圖片的縮圖高度。改變這個值只會改變之後的縮圖如何顯示,但不會改變以前的縮圖。", + "admin.image.thumbHeightExample": "如:\"100\"", + "admin.image.thumbHeightTitle": "附件檔案縮圖高:", + "admin.image.thumbWidthDescription": "上傳圖片的縮圖寬度。改變這個值只會改變之後的縮圖如何顯示,但不會改變以前的縮圖。", + "admin.image.thumbWidthExample": "如:\"120\"", + "admin.image.thumbWidthTitle": "附加檔案縮圖寬:", + "admin.integrations.custom": "自訂整合", + "admin.integrations.external": "外部服務", + "admin.integrations.webrtc": "Mattermost WebRTC", + "admin.ldap.baseDesc": "BaseDN 是 Mattermost 在 AD/LDAP 樹搜尋使用者的起始點的識別名。", + "admin.ldap.baseEx": "如:\"ou=Unit Name,dc=corp,dc=example,dc=com\"", + "admin.ldap.baseTitle": "BaseDN:", + "admin.ldap.bindPwdDesc": "\"綁定使用者名稱\"的密碼:", + "admin.ldap.bindPwdTitle": "綁定密碼:", + "admin.ldap.bindUserDesc": "AD/LDAP 搜尋時使用的使用者名稱。一般這應該是一個專為 Mattermost 而建的帳號。這帳號應該被限制為只能讀取被 BaseDN 欄位所限定的 AD/LDAP 樹。", + "admin.ldap.bindUserTitle": "綁定使用者名稱:", + "admin.ldap.emailAttrDesc": "用於設定 Mattermost 使用者電子郵件位址的 AD/LDAP 伺服器屬性。", + "admin.ldap.emailAttrEx": "如:\"mail\"或\"userPrincipalName\"", + "admin.ldap.emailAttrTitle": "電子郵件位址屬性:", + "admin.ldap.enableDesc": "啟用時,Mattermost 允許使用 AD/LDAP 登入", + "admin.ldap.enableTitle": "啟用 AD/LDAP 登入:", + "admin.ldap.firstnameAttrDesc": "(非必須) 用於設定 Mattermost 使用者名字的 AD/LDAP 伺服器屬性。當設定之後由於將會跟 LDAP 伺服器同步名字,使用者將無法編輯。留白時使用者可以在帳號設定中設定他們自己的名字。", + "admin.ldap.firstnameAttrEx": "如:\"givenName\"", + "admin.ldap.firstnameAttrTitle": "名字屬性", + "admin.ldap.idAttrDesc": "此屬性在 AD/LDAP 伺服器上的值將會被用做 Mattermost 裡獨特、唯一的識別值。此屬性應該選用不會變更的屬性,例如使用者名稱 或 uid。如果一個使用者的這個屬性值有所變更,Mattermost 將會根據新值建立一個跟原本帳戶無關的新帳戶。這將是未來使用者在 Mattermost 登入頁面所要填入\"AD/LDAP 使用者名稱\"欄位的值。通常此屬性設定成與上面的\"用戶名稱\"屬性相同。如果您的團隊習慣用 domain\\\\username 登入其他使用 AD/LDAP 認證的服務,最好在本欄位填入 domain\\\\username 以保持一致性。", + "admin.ldap.idAttrEx": "如:\"sAMAccountName\"", + "admin.ldap.idAttrTitle": "ID 的屬性:", + "admin.ldap.lastnameAttrDesc": "(非必須) 用於設定 Mattermost 使用者姓氏的 AD/LDAP 伺服器屬性。當設定之後由於將會跟 LDAP 伺服器同步姓氏,使用者將無法編輯。留白時使用者可以在帳號設定中設定他們自己的姓氏。", + "admin.ldap.lastnameAttrEx": "如:\"sn\"", + "admin.ldap.lastnameAttrTitle": "姓氏屬性:", + "admin.ldap.ldap_test_button": "AD/LDAP Test", + "admin.ldap.loginNameDesc": "顯示在登入頁面上登入欄位的提示字。預設為\"AD/LDAP 使用者名稱\"。", + "admin.ldap.loginNameEx": "如:\"AD/LDAP 使用者名稱\"", + "admin.ldap.loginNameTitle": "登入欄位名:", + "admin.ldap.maxPageSizeEx": "如:\"2000\"", + "admin.ldap.maxPageSizeHelpText": "Mattermost 向 AD/LDAP 伺服器請求使用者資料時單次最多的數量。0表示無上限。", + "admin.ldap.maxPageSizeTitle": "最大分頁大小:", + "admin.ldap.nicknameAttrDesc": "(非必須) 用於設定 Mattermost 使用者暱稱的 AD/LDAP 伺服器屬性。當設定之後由於將會跟 LDAP 伺服器同步暱稱,使用者將無法編輯。留白時使用者可以在帳號設定中設定他們自己的暱稱。", + "admin.ldap.nicknameAttrEx": "如:\"nickname\"", + "admin.ldap.nicknameAttrTitle": "匿稱的屬性:", + "admin.ldap.noLicense": "

    註:

    AD/LDAP 為企業授權功能,您的授權不支援 AD/LDAP。按這裡查看企業授權資訊與價格。

    ", + "admin.ldap.portDesc": "Masttermost 連接 AD/LDAP 伺服器的連接埠。預設為389。", + "admin.ldap.portEx": "如:\"389\"", + "admin.ldap.portTitle": "AD/LDAP 連接埠:", + "admin.ldap.positionAttrDesc": "(非必須) 用於設定 Mattermost 職位的 AD/LDAP 伺服器屬性。", + "admin.ldap.positionAttrEx": "如:\"title\"", + "admin.ldap.positionAttrTitle": "職位屬性:", + "admin.ldap.queryDesc": "查詢 AD/LDAP 伺服器的逾時設定。如果因為 AD/LDAP 伺服器太慢而出現逾時錯誤,請加大其值。", + "admin.ldap.queryEx": "如:\"60\"", + "admin.ldap.queryTitle": "查詢逾時設定(秒):", + "admin.ldap.serverDesc": "AD/LDAP 伺服器的網域或 IP 位址。", + "admin.ldap.serverEx": "如:\"10.0.0.23\"", + "admin.ldap.serverTitle": "AD/LDAP 伺服器:", + "admin.ldap.skipCertificateVerification": "跳過驗證憑證:", + "admin.ldap.skipCertificateVerificationDesc": "TLS 或 STARTTLS 連線時跳過驗證憑證。不建議使用於需要 TLS 的正式環境。測試用設定。", + "admin.ldap.syncFailure": "同步失敗:{error}", + "admin.ldap.syncIntervalHelpText": "AD/LDAP 同步更新 Mattermost 使用者資料以反應 AD/LDAP 伺服器上的變更。舉例來說,當 AD/LDAP 伺服器上一個使用者名字改變時,在執行同步的時候這個改變會更新 Mattermost。在 AD/LDAP 伺服器上被移除或是停用的帳號,其對應的 Mattermost 帳號會被設定成“停用”,並且撤銷帳號的工作階段。Mattermost 根據輸入的間隔執行同步。如,如果輸入60,Mattermost將會每60分鐘同步一次。", + "admin.ldap.syncIntervalTitle": "同步間隔(分):", + "admin.ldap.syncNowHelpText": "立刻開始 AD/LDAP 同步。", + "admin.ldap.sync_button": "開始 AD/LDAP 同步", + "admin.ldap.testFailure": "AD/LDAP 測試失敗:{error}", + "admin.ldap.testHelpText": "測試 Mattermost 與 AD/LDAP 伺服器間的連線。如需詳細錯誤訊息,請參閱紀錄檔案。", + "admin.ldap.testSuccess": "AD/LDAP Test Successful", + "admin.ldap.uernameAttrDesc": "用於設定 Mattermost 使用者名稱的 AD/LDAP 伺服器屬性。這有可能跟 ID 為同一個屬性。", + "admin.ldap.userFilterDisc": "(非必須)輸入 AD/LDAP 過濾條件用來搜尋使用者。只有該條件找出來的用戶可以存取 Mattermost。對 Active Directory,排除被關閉的使用者的條件為 (&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))。", + "admin.ldap.userFilterEx": "例如:\"(objectClass=user)\"", + "admin.ldap.userFilterTitle": "使用者過濾條件:", + "admin.ldap.usernameAttrEx": "如:\"sAMAccountName\"", + "admin.ldap.usernameAttrTitle": "使用者名稱的屬性:", + "admin.license.choose": "選擇檔案", + "admin.license.chooseFile": "選擇檔案", + "admin.license.edition": "版本:", + "admin.license.key": "授權金鑰:", + "admin.license.keyRemove": "移除企業授權並降級伺服器", + "admin.license.noFile": "未上傳任何檔案", + "admin.license.removing": "授權移除中...", + "admin.license.title": "版本與授權", + "admin.license.type": "授權:", + "admin.license.upload": "上傳", + "admin.license.uploadDesc": "上傳授權金鑰讓 Mattermost 升級本機為企業版。造訪我們瞭解更多企業版的優點或採購授權金鑰。", + "admin.license.uploading": "上傳授權中...", + "admin.log.consoleDescription": "正式環境一般設為停用。開發者可以將此設為開啟以根據控制台記錄等級輸出記錄到控制台。開啟時伺服器會將訊息寫到標準輸出(stdout)。", + "admin.log.consoleTitle": "輸出記錄到主控台:", + "admin.log.enableDiagnostics": "啟用診斷與錯誤報告:", + "admin.log.enableDiagnosticsDescription": "啟用此功能以傳送錯誤報告以及診斷訊息給 Mattermost 公司用以改進 Mattermost 的效能跟品質。如需關於隱私政策的詳細資訊,請至 隱私政策。", + "admin.log.enableWebhookDebugging": "啟用 Webhook 除錯:", + "admin.log.enableWebhookDebuggingDescription": "停用這個會停止對於所有傳入的 Webhook 要求內容的除錯記錄。", + "admin.log.fileDescription": "正式環境一般為啟用。啟用時,記錄檔案會輸出至下面的檔案位置欄位所指定的位置。", + "admin.log.fileLevelDescription": "此設定決定怎樣的事件才會輸出到記錄檔案。ERROR:只輸出錯誤訊息。INFO:輸出錯誤訊息以及啟動跟初始化前後的訊息。DEBUG:輸出各種細節以便開發者除錯。", + "admin.log.fileLevelTitle": "檔案記錄等級:", + "admin.log.fileTitle": "輸出記錄到檔案:", + "admin.log.formatDateLong": "日期 (2006/01/02)", + "admin.log.formatDateShort": "日期 (01/02/06)", + "admin.log.formatDescription": "記錄訊息輸出格式(若空白則設為 \"[%D %T] [%L] %M\"):", + "admin.log.formatLevel": "等級 (DEBG, INFO, EROR)", + "admin.log.formatMessage": "訊息", + "admin.log.formatPlaceholder": "輸入檔案格式", + "admin.log.formatSource": "來源", + "admin.log.formatTime": "時間 (15:04:05 MST)", + "admin.log.formatTitle": "記錄檔案格式:", + "admin.log.levelDescription": "本設定決定記錄輸出到控制台的等級,ERROR:只輸出錯誤訊息。INFO:輸出錯誤訊息與啟動到初始化的訊息。 DEBUG:輸出開發時除錯的一切相關訊息。", + "admin.log.levelTitle": "控制台記錄等級:", + "admin.log.locationDescription": "記錄的輸出檔案。若留白則設為 ./logs/mattermost,輸出記錄到 ./logs/mattermost.log 檔案。記錄會自動輪替。每一萬行記錄會寫入同目錄的新檔,例如 mattermost.2015-09-23.001、mattermost.2015-09-23.002 等等。", + "admin.log.locationPlaceholder": "輸入檔案位置", + "admin.log.locationTitle": "記錄檔案目錄:", + "admin.log.logSettings": "記錄檔設定值", + "admin.logs.reload": "重新載入", + "admin.logs.title": "主機記錄", + "admin.metrics.enableDescription": "啟用時,Mattermost 會啟用效能監視的收集與分析。詳細如何設定 Mattermost 的效能監視,請參閱文件。", + "admin.metrics.enableTitle": "啟用效能監視:", + "admin.metrics.listenAddressDesc": "伺服器將監聽以公開效能計量值的位址。", + "admin.metrics.listenAddressEx": "如:\":8065\"", + "admin.metrics.listenAddressTitle": "監聽位址:", + "admin.mfa.bannerDesc": "使用 AD/LDAP 或 電子郵件登入的帳號可以使用多重要素驗證。如果使用了其他登入方式,多重要素驗證必須要在認證提供者處設定。", + "admin.mfa.cluster": "高", + "admin.mfa.title": "多重要素驗證", + "admin.nav.help": "說明", + "admin.nav.logout": "登出", + "admin.nav.report": "回報錯誤", + "admin.nav.switch": "選擇團隊", + "admin.notifications.email": "電子郵件", + "admin.notifications.push": "行動推播", + "admin.notifications.title": "通知設定", + "admin.oauth.gitlab": "GitLab", + "admin.oauth.google": "Google Apps", + "admin.oauth.off": "不允許經由 OAuth 2.0 提供者登入", + "admin.oauth.office365": "Office 365 (Beta)", + "admin.oauth.providerDescription": "啟用時,Mattermost 將可以作為一個 OAuth 2.0 服務提供者以授權外部應用程式的 API 要求。詳請參閱文件。", + "admin.oauth.providerTitle": "啟用 OAuth 2.0 服務提供者:", + "admin.oauth.select": "選擇 OAuth 2.0 服務提供者:", + "admin.office365.EnableHtmlDesc": "
    1. 登入 Microsoft 或 Office 365 帳號。請確定該帳號跟其他使用者的登入帳號在同一個租用戶下。
    2. 前往 https://apps.dev.microsoft.com,按 前往應用程式列表 > 新增應用程式 並用 \"Mattermost - 您的公司名稱\" 作為應用程式名稱
    3. 應用程式密碼 下,按 產生新密碼 並黏貼至底下的應用程式密碼欄位。
    4. 平台 下,按 新增平台 選擇 Web 並在 重新導向 URI 欄位輸入 您的-mattermost-網址/signup/office365/complete (如:http://localhost:8065/signup/office365/complete)。同時取消 允許隱含流程
    5. 最後,按下 儲存 並貼上底下的應用程式識別碼欄位。
    ", + "admin.office365.authTitle": "認證端點:", + "admin.office365.clientIdDescription": "在 Microsoft 註冊應用程式時收到的應用程式/用戶端識別碼。", + "admin.office365.clientIdExample": "如:\"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"", + "admin.office365.clientIdTitle": "應用程式識別碼:", + "admin.office365.clientSecretDescription": "在 Microsoft 註冊應用程式時收到的應用程式密碼。", + "admin.office365.clientSecretExample": "如:\"shAieM47sNBfgl20f8ci294\"", + "admin.office365.clientSecretTitle": "應用程式密碼:", + "admin.office365.tokenTitle": "Token 端點:", + "admin.office365.userTitle": "使用者 API 端點:", + "admin.password.lowercase": "至少一個小寫英文字母", + "admin.password.minimumLength": "密碼最短長度:", + "admin.password.minimumLengthDescription": "有效密碼所應有的最少字元數目。必須是大於或等於{min}且小於或等於{max}的整數。", + "admin.password.minimumLengthExample": "如:\"5\"", + "admin.password.number": "至少一個數字", + "admin.password.preview": "錯誤訊息預覽", + "admin.password.requirements": "密碼要求:", + "admin.password.requirementsDescription": "有效密碼所應有的字元類型。", + "admin.password.symbol": "至少一個符號(\"~!@#$%^&*()\")", + "admin.password.uppercase": "至少一個大寫英文字母", + "admin.privacy.showEmailDescription": "選擇否時,對系統管理員以外的所有人隱藏成員的電子郵件位址", + "admin.privacy.showEmailTitle": "顯示電子郵件地址:", + "admin.privacy.showFullNameDescription": "選擇否時,對系統管理員以外的所有人隱藏成員的全名。顯示全名處改為顯示使用者名稱。", + "admin.privacy.showFullNameTitle": "顯示全名:", + "admin.purge.button": "清除所有快取", + "admin.purge.loading": " 載入中...", + "admin.purge.purgeDescription": "這將會清除記憶體中所有的快取資料,如工作階段、帳號、頻道等等。高可用性下的佈署將會嘗試清除叢集裡所有伺服器的快取。 清除快取可能會嚴重影響效能。", + "admin.purge.purgeFail": "清除失敗:{error}", + "admin.rate.enableLimiterDescription": "若啟用,API 使用頻率會被限制成下面所指定的值。", + "admin.rate.enableLimiterTitle": "啟用張貼頻率限制:", + "admin.rate.httpHeaderDescription": "當有內容的時候,會根據內容指定的 HTTP 標頭欄位(如 NGINX的情況設定 \"X-Real-IP\"、AmazonELB的情況設定\"X-Forwarded-For\")改變張貼頻率限制。", + "admin.rate.httpHeaderExample": "如:\"X-Real-IP\", \"X-Forwarded-For\"", + "admin.rate.httpHeaderTitle": "根據 HTTP 標頭改變張貼頻率限制:", + "admin.rate.maxBurst": "最大高載值:", + "admin.rate.maxBurstDescription": "允許暫時超過每秒查詢限制的最大要求數量。", + "admin.rate.maxBurstExample": "如:\"100\"", + "admin.rate.memoryDescription": "能連到此系統的最大使用者工作階段數由下面\"根據遠端位址改變張貼頻率限制\"跟\"根據 HTTP 標頭改變張貼頻率限制\"設定所決定", + "admin.rate.memoryExample": "如:\"10000\"", + "admin.rate.memoryTitle": "記憶體儲存體大小:", + "admin.rate.noteDescription": "變更此段落的設定值必須重啟伺服器以生效。", + "admin.rate.noteTitle": "註:", + "admin.rate.queriesDescription": "限制 API 使用速率為每秒\"這邊指定的數量\"次要求。", + "admin.rate.queriesExample": "如:\"10\"", + "admin.rate.queriesTitle": "每秒最多查詢數量:", + "admin.rate.remoteDescription": "若啟用,則根據 IP 位址限制 API 使用速率。", + "admin.rate.remoteTitle": "根據遠端位址改變發文頻率限制:", + "admin.rate.title": "張貼速率限制設定", + "admin.recycle.button": "回收資料庫連線", + "admin.recycle.loading": " 回收中...", + "admin.recycle.recycleDescription": "在使用多個資料庫的情況下,可以經由修改\"config.json\"、在伺服器啟動的時候執行設定 > 重新從磁碟載入設定,來在無須重啟伺服器之下切換主要資料庫。系統管理員應該執行回收資料庫連線以根據新的設定回收資料庫連線。", + "admin.recycle.reloadFail": "回收失敗:{error}", + "admin.regenerate": "重新產生", + "admin.reload.button": "重新從磁碟載入設定", + "admin.reload.loading": " 載入中...", + "admin.reload.reloadDescription": "在使用多個資料庫的情況下,可以經由修改\"config.json\"、在伺服器啟動的時候執行重新從磁碟載入設定,來在無須重啟伺服器之下切換主要資料庫。系統管理員應該執行資料庫 > 回收資料庫連線以根據新的設定回收資料庫連線。", + "admin.reload.reloadFail": "重新載入失敗:{error}", + "admin.reset_password.close": "關閉", + "admin.reset_password.newPassword": "新密碼", + "admin.reset_password.select": "選擇", + "admin.reset_password.submit": "請輸入至少{chars}個字。", + "admin.reset_password.titleReset": "重置密碼", + "admin.reset_password.titleSwitch": "切換帳戶到電子郵件地址/密碼", + "admin.saml.assertionConsumerServiceURLDesc": "輸入 https://<您的 mattermost 網址>/login/sso/saml。請根據伺服器設定選擇 HTTP 或 HTTPS。此欄位又被稱為宣告取用者服務網址。", + "admin.saml.assertionConsumerServiceURLEx": "如:\"https://<您的 mattermost 網址>/login/sso/saml\"", + "admin.saml.assertionConsumerServiceURLTitle": "服務提供者登入網址:", + "admin.saml.bannerDesc": "SAML 伺服器中的使用者屬性將在使用者登入時於 Mattermost 更新,包括移除或停用使用者。詳請參閱 https://docs.mattermost.com/deployment/sso-saml.html", + "admin.saml.emailAttrDesc": "用於設定 Mattermost 使用者電子郵件位址的 SAML 宣告屬性。", + "admin.saml.emailAttrEx": "如:\"Email\"或\"PrimaryEmail\"", + "admin.saml.emailAttrTitle": "電子郵件位址屬性:", + "admin.saml.enableDescription": "啟用時,Mattermost 允許用 SAML 登入。詳細如何設定 Mattermost 和 SAML,請參閱文件。", + "admin.saml.enableTitle": "啟用 SAML 登入:", + "admin.saml.encryptDescription": "啟用時,Mattermost 會解密利用您的服務提供者的公開憑證所加密的 SAML 宣告。", + "admin.saml.encryptTitle": "啟用加密:", + "admin.saml.firstnameAttrDesc": "(非必須) 用於設定 Mattermost 使用者名字的 SAML 宣告屬性。", + "admin.saml.firstnameAttrEx": "如:\"FirstName\"", + "admin.saml.firstnameAttrTitle": "名字屬性:", + "admin.saml.idpCertificateFileDesc": "身分識別提供者所簽發的公開認證憑證。", + "admin.saml.idpCertificateFileRemoveDesc": "移除身分識別提供者所簽發的公開認證憑證。", + "admin.saml.idpCertificateFileTitle": "身分識別提供者公開憑證:", + "admin.saml.idpDescriptorUrlDesc": "身分識別提供者進行 SAML 要求用的核發者網址。", + "admin.saml.idpDescriptorUrlEx": "如:\"https://idp.example.org/SAML2/issuer\"", + "admin.saml.idpDescriptorUrlTitle": "身分識別提供者核發者網址:", + "admin.saml.idpUrlDesc": "Mattermost 發送 SAML 要求以開始登入程序的網址。", + "admin.saml.idpUrlEx": "如:\"https://idp.example.org/SAML2/SSO/Login\"", + "admin.saml.idpUrlTitle": "SAML SSO 網址:", + "admin.saml.lastnameAttrDesc": "(非必須) 用於設定 Mattermost 使用者姓氏的 SAML 宣告屬性。", + "admin.saml.lastnameAttrEx": "如:\"LastName\"", + "admin.saml.lastnameAttrTitle": "姓氏屬性:", + "admin.saml.localeAttrDesc": "(非必須) 用於設定 Mattermost 使用者暱稱的 SAML 宣告屬性。", + "admin.saml.localeAttrEx": "如:\"Locale\" 或 \"PrimaryLanguage\"", + "admin.saml.localeAttrTitle": "偏好語言屬性:", + "admin.saml.loginButtonTextDesc": "(非必須) 登入頁面登入按鈕上的文字。預設為\"With SAML\"。", + "admin.saml.loginButtonTextEx": "如:\"With OKTA\"", + "admin.saml.loginButtonTextTitle": "登入按鈕文字:", + "admin.saml.nicknameAttrDesc": "(非必須) 用於設定 Mattermost 使用者暱稱的 SAML 宣告屬性。", + "admin.saml.nicknameAttrEx": "如:\"Nickname\"", + "admin.saml.nicknameAttrTitle": "匿稱的屬性:", + "admin.saml.positionAttrDesc": "(非必須) 用於設定 Mattermost 使用者職位的 SAML 宣告屬性。", + "admin.saml.positionAttrEx": "如:\"Role\"", + "admin.saml.positionAttrTitle": "職位屬性:", + "admin.saml.privateKeyFileFileDesc": "用以解密來自身份識別提供者的 SAML 宣告的私鑰。", + "admin.saml.privateKeyFileFileRemoveDesc": "移除用以解密來自身份識別提供者的 SAML 宣告的私鑰。", + "admin.saml.privateKeyFileTitle": "服務提供者私鑰:", + "admin.saml.publicCertificateFileDesc": "當使用 Mattermost 作為身份識別提供者,在初始化 SAML 的登入要求時會使用此憑證來產生簽章。", + "admin.saml.publicCertificateFileRemoveDesc": "當使用 Mattermost 作為身份識別提供者,在初始化 SAML 的登入要求時會使用此憑證來產生簽章。移除該憑證。", + "admin.saml.publicCertificateFileTitle": "服務提供者公開憑證:", + "admin.saml.remove.idp_certificate": "移除身份識別提供者憑證", + "admin.saml.remove.privKey": "移除服務提供者私鑰", + "admin.saml.remove.sp_certificate": "移除服務提供者憑證", + "admin.saml.removing.certificate": "移除憑證中...", + "admin.saml.removing.privKey": "移除私鑰中...", + "admin.saml.uploading.certificate": "上傳憑證中...", + "admin.saml.uploading.privateKey": "上傳私鑰中...", + "admin.saml.usernameAttrDesc": "用於設定 Mattermost 使用者名稱的 SAML 宣告屬性。", + "admin.saml.usernameAttrEx": "如:\"Username\"", + "admin.saml.usernameAttrTitle": "使用者名稱的屬性:", + "admin.saml.verifyDescription": "啟用時,Mattermost 會核對 SAML 回應中的簽章跟服務提供者登入網址一致", + "admin.saml.verifyTitle": "核對簽章:", + "admin.save": "儲存", + "admin.saving": "儲存設定...", + "admin.security.connection": "連線", + "admin.security.inviteSalt.disabled": "當寄送電子郵件被停用時,無法更改邀請 Salt。", + "admin.security.login": "登入", + "admin.security.password": "密碼", + "admin.security.passwordResetSalt.disabled": "當寄送電子郵件被停用時,無法更改密碼重置 Salt 。", + "admin.security.public_links": "公開連結", + "admin.security.requireEmailVerification.disabled": "當寄送電子郵件被停用時,無法更改驗證電子郵件設定。", + "admin.security.session": "工作階段", + "admin.security.signup": "註冊", + "admin.select_team.close": "關閉", + "admin.select_team.select": "選擇", + "admin.select_team.selectTeam": "選擇團隊", + "admin.service.attemptDescription": "於幾次登入失敗之後鎖定使用者,並要求使用者經由電子郵件重設密碼。", + "admin.service.attemptExample": "如:\"10\"", + "admin.service.attemptTitle": "最大登入嘗試次數:", + "admin.service.cmdsDesc": "啟用時,允許自訂斜線命令。請參閱文件。", + "admin.service.cmdsTitle": "啟用自訂斜線命令:", + "admin.service.corsDescription": "允許從特定的網域進行 HTTP 跨站請求。輸入\"*\" 開放所有網域的跨站請求,不輸入則不允許任何跨站請求。", + "admin.service.corsEx": "http://example.com", + "admin.service.corsTitle": "允許來自下列網址的跨站請求:", + "admin.service.developerDesc": "啟用時,Javascript 錯誤會顯示在使用者界面頂端上的紅色橫欄。不建議在正式環境中使用。", + "admin.service.developerTitle": "啟用開發者模式:", + "admin.service.enforcMfaTitle": "強制使用多重要素驗證:", + "admin.service.enforceMfaDesc": "啟用時,登入必須使用多重要素驗證。新的使用者將會在登錄時被要求設定多重要素驗證。已登入但沒有設定多重要素驗證的使用者將會被重新導向至多重要素驗證設定頁面直到完成設定為止。

    如果使用了 AD/LDAP 與電子郵件以外的登入方式,多重要素驗證必須要在認證提供者處設定。 ", + "admin.service.forward80To443": "轉送80通訊埠至443:", + "admin.service.forward80To443Description": "轉送所有經由80通訊埠的不安全連線至安全的443通訊埠", + "admin.service.googleDescription": "設定此金鑰以啟用顯示內嵌預覽 YouTube 影片的標題。即使沒有金鑰,訊息或註解有連結一樣會建立 YouTube 影片預覽,但是這些預覽無法顯示影片標題。請看 Google Developers Tutorial 的指示以取得金鑰。", + "admin.service.googleExample": "例:\"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"", + "admin.service.googleTitle": "Google API 金鑰:", + "admin.service.iconDescription": "啟用時,將允許 Webhook 以及斜線命令還有其他整合功能 (如 Zapier) 修改發文時的圖示。註:此功能跟允許覆蓋使用者名稱並用時有導致釣魚攻擊的可能性。", + "admin.service.iconTitle": "允許外部整合功能置換個人圖像:", + "admin.service.insecureTlsDesc": "允許時,所有的對外 HTTPS 請求將會接受未驗證、自簽章的憑證。如:將允許傳出的 Webhook 連至任意網域下使用自簽章的 TLS 憑證的伺服器。註:這樣將產生中間人攻擊的危險性。", + "admin.service.insecureTlsTitle": "啟用不安全的對外連線:", + "admin.service.integrationAdmin": "限制只有管理員能管理外部整合:", + "admin.service.integrationAdminDesc": "啟用時,Webhook 跟斜線命令將只有團隊與系統管理員能夠建立、編輯跟觀看,OAuth 2.0 應用程式將只有系統管理員能夠操作。外部整合在被管理員建立之後將會對所有使用者開放。", + "admin.service.letsEncryptCertificateCacheFile": "Let's Encrypt 憑證快取檔案:", + "admin.service.letsEncryptCertificateCacheFileDescription": "取得的憑證以及其他關於 Let's Encrypt 服務的資料將會儲存於這個檔案。", + "admin.service.listenAddress": "監聽位址:", + "admin.service.listenDescription": "綁定並監聽的位址與通訊埠。輸入\":8065\"會跟所有的網路界面綁定。輸入\"127.0.0.1:8065\"會僅與擁有該 IP 位址的網路界面綁定。如果選取了較低的通訊埠(稱為\"系統通訊埠\"或是\"常見通訊埠\",介於 0 到 1023 之間),您必須擁有與該通訊埠綁定的權限。在 Linux 上可以用 \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" 來允許 Mattermost 與那些通訊埠綁定。", + "admin.service.listenExample": "如:\":8065\"", + "admin.service.mfaDesc": "啟用時,使用 AD/LDAP 或 電子郵件登入的使用者可以使用 Google Authenticator 將多重要素驗證加入帳號。", + "admin.service.mfaTitle": "啟用多重要素驗證:", + "admin.service.mobileSessionDays": "行動裝置的工作階段長度(以天計):", + "admin.service.mobileSessionDaysDesc": "從使用者最後一次輸入他們的認證到工作階段過期之間的天數。修改設定之後新的工作階段長度會在下次使用者輸入認證之後開始生效。", + "admin.service.outWebhooksDesc": "啟用時,允許傳出的 Webhook。請參閱文件。", + "admin.service.outWebhooksTitle": "啟用傳出的 Webhook:", + "admin.service.overrideDescription": "啟用時,將允許 Webhook 以及斜線命令還有其他整合功能 (如 Zapier) 修改發文時的使用者名稱。註:此功能跟允許覆蓋圖示並用時有導致釣魚攻擊的可能性。", + "admin.service.overrideTitle": "允許外部整合功能置換使用者名稱:", + "admin.service.readTimeout": "讀取逾時:", + "admin.service.readTimeoutDescription": "從連線被接受後到請求主體被完整的讀取之間最多所能使用的時間。", + "admin.service.securityDesc": "啟用時,如果過去12小時內有發布相關的安全性修正,將會寄發通知信給系統管理者。需要啟用電子郵件功能。", + "admin.service.securityTitle": "啟用安全性示警: ", + "admin.service.sessionCache": "工作階段快取有效時間(分):", + "admin.service.sessionCacheDesc": "要將工作階段快取在記憶體中多久(分鐘)。", + "admin.service.sessionDaysEx": "如:\"30\"", + "admin.service.siteURL": "站台網址:", + "admin.service.siteURLDescription": "使用者用來存取 Mattermost 的網址,應包含通訊協定跟連接埠。除非正在通知 > 電子郵件中設定批次郵件,否則此欄位可以留白。留白則會自動根據傳入資料設定。", + "admin.service.siteURLExample": "如:\"https://mattermost.example.com:1234\"", + "admin.service.ssoSessionDays": "SSO 的工作階段長度(以天計):", + "admin.service.ssoSessionDaysDesc": "從使用者最後一次輸入他們的認證到工作階段過期之間的天數。如果認證方式是 SAML 或 GitLab 且他們已經登入 SAML 或 GitLab,使用者將會自動再次登入 Mattermost。修改設定之後新的工作階段長度會在下次使用者輸入認證之後開始生效。", + "admin.service.testingDescription": "啟用時,將啟用 /loadtest 斜線命令,該命令會載入測試帳號、資料以及文字格式。修改此項需要重啟伺服器以生效。", + "admin.service.testingTitle": "啟用測試指令:", + "admin.service.tlsCertFile": "TLS 憑證檔案:", + "admin.service.tlsCertFileDescription": "TLS 將使用的憑證檔案。", + "admin.service.tlsKeyFile": "TLS 金鑰檔案:", + "admin.service.tlsKeyFileDescription": "TLS 將使用的私有金鑰檔案。", + "admin.service.useLetsEncrypt": "使用 Let's Encrypt:", + "admin.service.useLetsEncryptDescription": "啟用自動擷取 Let's Encrypt 的憑證。將會在來自新網域的用戶端嘗試連線時擷取憑證。此功能可以跟多個網域同時運作。", + "admin.service.webSessionDays": "AD/LDAP 和電子郵件的工作階段長度(以天計):", + "admin.service.webSessionDaysDesc": "從使用者最後一次輸入他們的認證到工作階段過期之間的天數。修改設定之後新的工作階段長度會在下次使用者輸入認證之後開始生效。", + "admin.service.webhooksDescription": "啟用時,允許傳入的 Webhook。為了避免釣魚攻擊,所有來自 Webhook 的貼文都會被標上 BOT 標籤。請參閱文件。", + "admin.service.webhooksTitle": "啟用傳出的 Webhook:", + "admin.service.writeTimeout": "寫入逾時:", + "admin.service.writeTimeoutDescription": "如果使用 HTTP (不安全),這是從讀取請求完畢後到寫入回應之間最多所能使用的時間。如果使用 HTTPS,這是從連線被接受後到寫入回應之間最多所能使用的時間。", + "admin.sidebar.addTeamSidebar": "從側邊欄選單加入團隊", + "admin.sidebar.advanced": "進階", + "admin.sidebar.audits": "規範與審計", + "admin.sidebar.authentication": "認證", + "admin.sidebar.cluster": "高可用性 (Beta)", + "admin.sidebar.compliance": "規範", + "admin.sidebar.configuration": "設定", + "admin.sidebar.connections": "連線", + "admin.sidebar.customBrand": "自訂品牌", + "admin.sidebar.customEmoji": "自訂繪文字", + "admin.sidebar.customIntegrations": "自訂整合", + "admin.sidebar.customization": "自訂", + "admin.sidebar.database": "資料庫", + "admin.sidebar.developer": "開發者", + "admin.sidebar.email": "電子郵件", + "admin.sidebar.external": "外部服務", + "admin.sidebar.files": "檔案", + "admin.sidebar.general": "一般", + "admin.sidebar.gitlab": "GitLab", + "admin.sidebar.images": "圖片", + "admin.sidebar.integrations": "整合", + "admin.sidebar.ldap": "AD/LDAP", + "admin.sidebar.legalAndSupport": "法律與支援", + "admin.sidebar.license": "版本與授權", + "admin.sidebar.linkPreviews": "連結預覽", + "admin.sidebar.localization": "語言", + "admin.sidebar.logging": "記錄", + "admin.sidebar.login": "登入", + "admin.sidebar.logs": "記錄", + "admin.sidebar.metrics": "效能監視", + "admin.sidebar.nativeAppLinks": "Mattermost 應用程式連結", + "admin.sidebar.notifications": "通知", + "admin.sidebar.oauth": "OAuth 2.0", + "admin.sidebar.other": "其它", + "admin.sidebar.password": "密碼", + "admin.sidebar.policy": "政策", + "admin.sidebar.privacy": "隱私", + "admin.sidebar.publicLinks": "公開連結", + "admin.sidebar.push": "行動推播", + "admin.sidebar.rateLimiting": "張貼速率限制", + "admin.sidebar.reports": "報告", + "admin.sidebar.rmTeamSidebar": "從側邊欄選單移除團隊", + "admin.sidebar.saml": "SAML", + "admin.sidebar.security": "安全", + "admin.sidebar.sessions": "工作階段", + "admin.sidebar.settings": "設定", + "admin.sidebar.signUp": "註冊", + "admin.sidebar.sign_up": "註冊", + "admin.sidebar.statistics": "團隊統計", + "admin.sidebar.storage": "儲存區", + "admin.sidebar.support": "法律與支援", + "admin.sidebar.teams": "團隊 ({count, number})", + "admin.sidebar.users": "使用者", + "admin.sidebar.usersAndTeams": "使用者與團隊", + "admin.sidebar.view_statistics": "系統統計", + "admin.sidebar.webrtc": "WebRTC (Beta)", + "admin.sidebarHeader.systemConsole": "系統控制台", + "admin.sql.dataSource": "資料來源:", + "admin.sql.driverName": "驅動程式名稱:", + "admin.sql.keyDescription": "32個字元的 Salt 以加密資料庫敏感欄位。", + "admin.sql.keyExample": "如:\"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.sql.keyTitle": "封存資料的加密金鑰:", + "admin.sql.maxConnectionsDescription": "資料庫最大閒置連線", + "admin.sql.maxConnectionsExample": "如:\"10\"", + "admin.sql.maxConnectionsTitle": "最大閒置連線:", + "admin.sql.maxOpenDescription": "資料庫最大開啟連線。", + "admin.sql.maxOpenExample": "如:\"10\"", + "admin.sql.maxOpenTitle": "最大開啟連線:", + "admin.sql.noteDescription": "變更此段落設定必須重啟伺服器以生效。", + "admin.sql.noteTitle": "註:", + "admin.sql.replicas": "資料來源複本:", + "admin.sql.traceDescription": "(開發模式)若啟用,執行的 SQL 指令會寫入記錄。", + "admin.sql.traceTitle": "Trace:", + "admin.sql.warning": "警告:重新產生 Salt 可能導致某些資料庫欄位回傳空值。", + "admin.support.aboutDesc": "連結到關於頁以取得 Mattermost 的部署資訊,例如關於您組織內部的用戶與用途。預設是連到 Mattermost 的資訊頁面。", + "admin.support.aboutTitle": "關於連結:", + "admin.support.emailHelp": "顯示在電子郵件通知跟教學上給使用者詢問支援問題的電子郵件地址。", + "admin.support.emailTitle": "技術支援信箱:", + "admin.support.helpDesc": "團隊主選單的幫助文件連結。除非您的組織有自己建立文件,不然一般沒有變更的需要。", + "admin.support.helpTitle": "說明連結:", + "admin.support.noteDescription": "若是連到外部網站,網址應以 http:// 或 https:// 起頭:", + "admin.support.noteTitle": "註:", + "admin.support.privacyDesc": "電腦跟手機上所看到的隱私政策連結。這欄留空則不會顯示。", + "admin.support.privacyTitle": "隱私政策連結:", + "admin.support.problemDesc": "團隊主選單的幫助文件連結。預設連往使用者之間互助的論壇。在那邊可以搜尋跟詢問技術相關的問題。", + "admin.support.problemTitle": "回報錯誤連結:", + "admin.support.termsDesc": "連結到使用者使用您的線上服務時的條款。預設情況下這會連到 \"Mattermost 使用條款 (終端使用者)\" 解釋使用者是在怎樣的條款下使用 Mattermost。如果您改變了預設連結以增加自己的條款,新的條款必須包含連往預設條款的連結以讓使用者知道關於 Mattermost 軟體的使用條款。", + "admin.support.termsTitle": "服務條款連結:", + "admin.system_analytics.activeUsers": "有發文的活躍使用者", + "admin.system_analytics.title": "系統", + "admin.system_analytics.totalPosts": "全部發文", + "admin.team.brandDesc": "啟動自訂品牌,下面上傳的圖片跟寫下的文字會顯示在登入頁面。", + "admin.team.brandDescriptionExample": "團隊溝通皆在同處,隨時隨地皆可搜尋與存取。", + "admin.team.brandDescriptionHelp": "登入畫面跟使用者界面上顯示的服務描述。當沒有設定時將會顯示 \"團隊溝通皆在同處,隨時隨地皆可搜尋與存取。\"。", + "admin.team.brandDescriptionTitle": "站台敘述:", + "admin.team.brandImageTitle": "自訂品牌圖片:", + "admin.team.brandTextDescription": "顯示在登入畫面中自訂品牌圖片下方的文字。可使用 Markdown 以設定文字樣式與排版。最多允許 500 個字元。", + "admin.team.brandTextTitle": "自訂品牌文字:", + "admin.team.brandTitle": "啟用自訂品牌:", + "admin.team.chooseImage": "選擇新圖", + "admin.team.dirDesc": "啟用時,設定為顯示在團隊列表的團隊將會顯示在主頁並取代原本建立團隊的位置。", + "admin.team.dirTitle": "啟用團隊列表:", + "admin.team.maxChannelsDescription": "每個團隊最大頻道數,包含啟用跟被刪除的頻道。", + "admin.team.maxChannelsExample": "如:\"100\"", + "admin.team.maxChannelsTitle": "團隊最大頻道數:", + "admin.team.maxNotificationsPerChannelDescription": "頻道使用者人數在超過此數量後,由於效能考量,使用者輸入訊息、@all、@here 以及 @channel 將不再發送通知。", + "admin.team.maxNotificationsPerChannelExample": "如:\"1000\"", + "admin.team.maxNotificationsPerChannelTitle": "單一頻道最大通知數:", + "admin.team.maxUsersDescription": "每個團隊最大人數,包含活躍與不活躍的使用者。", + "admin.team.maxUsersExample": "如:\"25\"", + "admin.team.maxUsersTitle": "每個團隊最大人數:", + "admin.team.noBrandImage": "尚未上傳品牌圖片", + "admin.team.openServerDescription": "啟用時,任可人都無需邀請直接註冊帳號。", + "admin.team.openServerTitle": "啟用開放伺服器:", + "admin.team.restrictDescription": "團隊跟使用者帳號只能從特定的網域建立。可以是單個(例:\"mattermost.org\")或是用逗號分隔的網域列表(例:\"corp.mattermost.com, mattermost.org\")。", + "admin.team.restrictDirectMessage": "允許直接訊息的對象為:", + "admin.team.restrictDirectMessageDesc": "'任何 Mattermost 伺服器上的使用者'讓使用者能對任何在這伺服器上的使用者開啟直接訊息頻道,即便他們沒有任何共通的團隊。'任何團隊成員'限制只能對在同一團隊的使用者開啟直接訊息頻道。", + "admin.team.restrictExample": "如:\"corp.mattermost.com, mattermost.org\"", + "admin.team.restrictNameDesc": "若啟用,則無法用如 www, admin, support, test, channel 等保留字建立團隊。", + "admin.team.restrictNameTitle": "限制團隊名稱:", + "admin.team.restrictTitle": "限制僅有特定的電子郵件網域能建立帳號:", + "admin.team.restrict_direct_message_any": "任何 Mattermost 伺服器上的使用者", + "admin.team.restrict_direct_message_team": "任何團隊成員", + "admin.team.siteNameDescription": "顯示於登入畫面與界面上的服務名稱.", + "admin.team.siteNameExample": "如:\"Mattermost\"", + "admin.team.siteNameTitle": "站台名稱:", + "admin.team.teamCreationDescription": "停用時,只有系統管理者能建立團隊。", + "admin.team.teamCreationTitle": "啟用建立團隊::", + "admin.team.upload": "上傳", + "admin.team.uploadDesc": "增加自訂圖片到登入畫面以客製使用者體驗。建議影像檔案小於 2 MB。", + "admin.team.uploaded": "已上傳!", + "admin.team.uploading": "上傳中...", + "admin.team.userCreationDescription": "若停用,則停用建立帳戶功能。按建立帳號按鈕會顯示錯誤。", + "admin.team.userCreationTitle": "啟用建立帳號:", + "admin.team_analytics.activeUsers": "有發文的活躍使用者", + "admin.team_analytics.totalPosts": "全部發文", + "admin.true": "是", + "admin.userList.title": "{team}的使用者", + "admin.userList.title2": "{team} ({count})的使用者", + "admin.user_item.authServiceEmail": "登入方式:電子郵件", + "admin.user_item.authServiceNotEmail": "登入方式:{service}", + "admin.user_item.confirmDemoteDescription": "如果將自己從系統管理員降級且不存在其它有管理員權限的使用者。則必須以終端機方式存取 Mattermost 伺服器並執行下列命令以重新指定新的系統管理員。", + "admin.user_item.confirmDemoteRoleTitle": "確認從系統管理員降級", + "admin.user_item.confirmDemotion": "降級確認", + "admin.user_item.confirmDemotionCmd": "platform roles system_admin {username}", + "admin.user_item.emailTitle": "電子郵件: {email}", + "admin.user_item.inactive": "停用", + "admin.user_item.makeActive": "啟用", + "admin.user_item.makeInactive": "停用", + "admin.user_item.makeMember": "設為成員", + "admin.user_item.makeSysAdmin": "設為系統管理員", + "admin.user_item.makeTeamAdmin": "設為團隊管理員", + "admin.user_item.member": "成員", + "admin.user_item.mfaNo": "多重要素驗證:無", + "admin.user_item.mfaYes": "多重要素驗證:是", + "admin.user_item.resetMfa": "移除多重要素驗證", + "admin.user_item.resetPwd": "重置我的密碼", + "admin.user_item.switchToEmail": "切換帳戶到電子郵件地址/密碼", + "admin.user_item.sysAdmin": "系統管理員", + "admin.user_item.teamAdmin": "團隊管理員", + "admin.webrtc.enableDescription": "啟用時,Mattermost 將可以展開一對一的視訊通話。WebRTC 通話可在 Chrome, Firefox 和 Mattermost 桌面應用程式上使用。", + "admin.webrtc.enableTitle": "啟用 Mattermost WebRTC:", + "admin.webrtc.gatewayAdminSecretDescription": "輸入管理員密碼以存取閘道管理員網址。", + "admin.webrtc.gatewayAdminSecretExample": "如:\"PVRzWNN1Tg6szn7IQWvhpAvLByScWxdy\"", + "admin.webrtc.gatewayAdminSecretTitle": "閘道管理員密碼:", + "admin.webrtc.gatewayAdminUrlDescription": "請輸入 https://:/admin。請根據伺服器設定選擇 HTTP 或 HTTPS。Mattermost WebRTC 將使用此網址來取得有效 Token 用以為每個端點建立連線。", + "admin.webrtc.gatewayAdminUrlExample": "如:\"https://webrtc.mattermost.com:7089/admin\"", + "admin.webrtc.gatewayAdminUrlTitle": "閘道管理員網址:", + "admin.webrtc.gatewayWebsocketUrlDescription": "請輸入 wss://:。請根據伺服器設定選擇 WS 或 WSS。這將是用來在端點間發送訊號以及建立通訊的 Websocket。", + "admin.webrtc.gatewayWebsocketUrlExample": "如:\"wss://webrtc.mattermost.com:8189\"", + "admin.webrtc.gatewayWebsocketUrlTitle": "閘道 Websocket 網址:", + "admin.webrtc.stunUriDescription": "輸入 stun:: 作為 STUN URI。STUN 是個讓位於 NAT 後方的裝置取得公開 IP 位置的標準網路協定。", + "admin.webrtc.stunUriExample": "如:\"stun:webrtc.mattermost.com:5349\"", + "admin.webrtc.stunUriTitle": "STUN URI:", + "admin.webrtc.turnSharedKeyDescription": "輸入 TURN 伺服器共用金鑰。這將用來產生動態密碼以建立連線。每個密碼只在短期內有效。", + "admin.webrtc.turnSharedKeyExample": "如:\"bXdkOWQxc3d0Ynk3emY5ZmsxZ3NtazRjaWg=\"", + "admin.webrtc.turnSharedKeyTitle": "TURN 共用金鑰:", + "admin.webrtc.turnUriDescription": "輸入 turn:: 作為 TURN URI。TURN 是個讓位於對稱性 NAT 後方的裝置透過公開 IP 轉發以建立連線的標準網路協定。", + "admin.webrtc.turnUriExample": "如:\"turn:webrtc.mattermost.com:5349\"", + "admin.webrtc.turnUriTitle": "TURN URI:", + "admin.webrtc.turnUsernameDescription": "如入 TURN 伺服器使用者名稱。", + "admin.webrtc.turnUsernameExample": "如:\"myusername\"", + "admin.webrtc.turnUsernameTitle": "TURN 使用者名稱:", + "admin.webserverModeDisabled": "停用", + "admin.webserverModeDisabledDescription": "Mattermost 不會傳送靜態檔案。", + "admin.webserverModeGzip": "gzip", + "admin.webserverModeGzipDescription": "Mattermost 伺服器將會傳送用 gzip 壓縮過的靜態檔案。", + "admin.webserverModeHelpText": "gzip 壓縮會用於靜態內容檔案。一般建議啟用 gzip 以增進效能,除非環境有特定限制,像是不適合使用 gzip 的網頁代理。", + "admin.webserverModeTitle": "網頁伺服器模式:", + "admin.webserverModeUncompressed": "不壓縮", + "admin.webserverModeUncompressedDescription": "Mattermost 伺服器將會傳送不壓縮的靜態檔案。", + "analytics.chart.loading": "載入中…", + "analytics.chart.meaningful": "沒有足夠有意義的資料可顯示。", + "analytics.system.activeUsers": "有發文的活躍使用者", + "analytics.system.channelTypes": "頻道類型", + "analytics.system.dailyActiveUsers": "每日活躍使用者", + "analytics.system.monthlyActiveUsers": "每月活躍使用者", + "analytics.system.postTypes": "發文,檔案與#標籤", + "analytics.system.privateGroups": "私人群組", + "analytics.system.publicChannels": "公開頻道", + "analytics.system.skippedIntensiveQueries": "部份統計已被停用以獲得最大的效能。可以在 config.json 中重新啟用它們。詳請參閱 https://docs.mattermost.com/administration/statistics.html", + "analytics.system.textPosts": "以純文字發文", + "analytics.system.title": "系統統計", + "analytics.system.totalChannels": "全部頻道", + "analytics.system.totalCommands": "全部命令", + "analytics.system.totalFilePosts": "發文含檔案", + "analytics.system.totalHashtagPosts": "發文含#標籤", + "analytics.system.totalIncomingWebhooks": "傳入的 Webhook", + "analytics.system.totalMasterDbConnections": "主資料庫連線", + "analytics.system.totalOutgoingWebhooks": "傳出的 Webhook", + "analytics.system.totalPosts": "全部發文", + "analytics.system.totalReadDbConnections": "複本資料庫連線", + "analytics.system.totalSessions": "總工作階段數", + "analytics.system.totalTeams": "全部團隊", + "analytics.system.totalUsers": "全部使用者", + "analytics.system.totalWebsockets": "Websocket 連線", + "analytics.team.activeUsers": "有發文的活躍使用者", + "analytics.team.newlyCreated": "新建的使用者", + "analytics.team.privateGroups": "私人群組", + "analytics.team.publicChannels": "公開頻道", + "analytics.team.recentActive": "最近的活躍使用者", + "analytics.team.recentUsers": "最近的活躍使用者", + "analytics.team.title": "{team}的團隊統計", + "analytics.team.totalPosts": "全部發文", + "analytics.team.totalUsers": "全部使用者", + "api.channel.add_member.added": "{username} 已將 {addedUsername} 加入頻道", + "api.channel.delete_channel.archived": "{username} 已封存頻道。", + "api.channel.join_channel.post_and_forget": "{username} 已加入頻道。", + "api.channel.leave.left": "{username} 已離開頻道。", + "api.channel.post_update_channel_displayname_message_and_forget.updated_from": "{username} 已更新頻道顯示名稱:從 {old} 改為 {new}", + "api.channel.post_update_channel_header_message_and_forget.removed": "{username} 已移除頻道標題(原為:{old})", + "api.channel.post_update_channel_header_message_and_forget.updated_from": "{username} 已更新頻道標題:從 {old} 改為 {new}", + "api.channel.post_update_channel_header_message_and_forget.updated_to": "{username} 已更新頻道標題為:{new}", + "api.channel.remove_member.removed": "{removedUsername} 已被從頻道中移除", + "app.channel.post_update_channel_purpose_message.removed": "{username} 已移除頻道用途(原為:{old})", + "app.channel.post_update_channel_purpose_message.updated_from": "{username} 已更新頻道用途:從 {old} 改為 {new}", + "app.channel.post_update_channel_purpose_message.updated_to": "{username} 已更新頻道用途為:{new}", + "audit_table.accountActive": "啟用帳號", + "audit_table.accountInactive": "停用帳號", + "audit_table.action": "動作", + "audit_table.attemptedAllowOAuthAccess": "嘗試允許新的 OAuth 服務存取", + "audit_table.attemptedLicenseAdd": "嘗試加入新的授權", + "audit_table.attemptedLogin": "嘗試登入", + "audit_table.attemptedOAuthToken": "嘗試取得 OAuth 存取 Token", + "audit_table.attemptedPassword": "嘗試變更密碼", + "audit_table.attemptedRegisterApp": "嘗試以 ID {id}登記一個新的 OAuth 應用程式", + "audit_table.attemptedReset": "嘗試重設密碼", + "audit_table.attemptedWebhookCreate": "嘗試建立 Webhook", + "audit_table.attemptedWebhookDelete": "嘗試刪除 Webhook", + "audit_table.by": "由 {username}", + "audit_table.byAdmin": "由管理員", + "audit_table.channelCreated": "建立 {channelName} 頻道/群組", + "audit_table.channelDeleted": "刪除網址為 {url} 的頻道/群組", + "audit_table.establishedDM": "和 {username} 建立直接訊息頻道", + "audit_table.failedExpiredLicenseAdd": "授權由於過期或未開始,無法新增", + "audit_table.failedInvalidLicenseAdd": "無法新增無效的授權", + "audit_table.failedLogin": "嘗試登入失敗", + "audit_table.failedOAuthAccess": "無法允許新的 OAuth 服務存取 - 重導向位址與先前登記的回呼不一致", + "audit_table.failedPassword": "無法變更密碼 - 用 OAuth 登入的使用者嘗試更新使用者密碼", + "audit_table.failedWebhookCreate": "無法建立 Webhook - 不符頻道權限", + "audit_table.failedWebhookDelete": "無法刪除 Webhook - 不恰當的條件", + "audit_table.headerUpdated": "更新 {channelName} 頻道/群組標題", + "audit_table.ip": "IP 位址", + "audit_table.licenseRemoved": "成功移除授權", + "audit_table.loginAttempt": " (嘗試登入)", + "audit_table.loginFailure": " (登入失敗)", + "audit_table.logout": "登出帳號", + "audit_table.member": "成員", + "audit_table.nameUpdated": "更新 {channelName} 頻道/群組 名稱", + "audit_table.oauthTokenFailed": "無法取得 OAuth 存取 Token - {token}", + "audit_table.revokedAll": "撤消團隊現在所有的工作階段", + "audit_table.sentEmail": "傳送郵件到 {email} 以重設密碼", + "audit_table.session": "工作階段 ID", + "audit_table.sessionRevoked": "已撤消 id 為 {sessionId} 的工作階段", + "audit_table.successfullLicenseAdd": "成功加入新授權", + "audit_table.successfullLogin": "成功登入", + "audit_table.successfullOAuthAccess": "成功讓新的 OAuth 服務存取", + "audit_table.successfullOAuthToken": "成功加入新的 OAuth 服務", + "audit_table.successfullPassword": "成功變更密碼", + "audit_table.successfullReset": "成功重置密碼", + "audit_table.successfullWebhookCreate": "成功建立 Webhook", + "audit_table.successfullWebhookDelete": "成功刪除 Webhook", + "audit_table.timestamp": "時間戳記", + "audit_table.updateGeneral": "已更新帳戶的一般設定", + "audit_table.updateGlobalNotifications": "已更新全域通知設定", + "audit_table.updatePicture": "已更新個人圖像", + "audit_table.updatedRol": "已更新使用者角色為:", + "audit_table.userAdded": "新增用戶 {username} 到 {channelName} 頻道/群組", + "audit_table.userId": "使用者 ID", + "audit_table.userRemoved": "將用戶 {username} 從 {channelName} 頻道/群組 移除", + "audit_table.verified": "已確認電子郵件地址", + "authorize.access": "是否允許 {appName} 存取?", + "authorize.allow": "允許", + "authorize.app": "應用程式 {appName} 想要能夠存取並修改您的基本資料。", + "authorize.deny": "禁止", + "authorize.title": "{appName} 想要連接到您的 Mattermost 使用者帳號", + "backstage_list.search": "搜尋", + "backstage_navbar.backToMattermost": "回到 {siteName}", + "backstage_sidebar.emoji": "自訂繪文字", + "backstage_sidebar.integrations": "整合", + "backstage_sidebar.integrations.commands": "斜線命令", + "backstage_sidebar.integrations.incoming_webhooks": "傳入的 Webhook", + "backstage_sidebar.integrations.oauthApps": "OAuth 2.0 應用程式", + "backstage_sidebar.integrations.outgoing_webhooks": "傳出的 Webhook", + "calling_screen": "撥打中", + "center_panel.recent": "按這裡跳到最新的訊息。", + "change_url.close": "關閉", + "change_url.endWithLetter": "網址必須以字元或數字做結尾", + "change_url.invalidUrl": "錯誤的網址", + "change_url.longer": "網址必須為兩個或兩個以上的字元", + "change_url.noUnderscore": "網址不能包含兩個連續的底線", + "change_url.startWithLetter": "網址必須以字元或數字開頭", + "channelHeader.addToFavorites": "新增至我的最愛", + "channelHeader.removeFromFavorites": "從我的最愛中移除", + "channel_flow.alreadyExist": "該網址的頻道已經存在", + "channel_flow.changeUrlDescription": "有網址不允許使用的字元時會自動移除。", + "channel_flow.changeUrlTitle": "變更 {term} 網址", + "channel_flow.channel": "頻道", + "channel_flow.create": "建立 {term}", + "channel_flow.group": "群組", + "channel_flow.handleTooShort": "頻道網址必須為小寫英數字、至少兩個字元", + "channel_flow.invalidName": "無效的頻道名稱", + "channel_flow.set_url_title": "設定 {term} 網址", + "channel_header.addMembers": "新增成員", + "channel_header.addToFavorites": "新增至我的最愛", + "channel_header.channel": "頻道", + "channel_header.channelHeader": "編輯頻道標題", + "channel_header.delete": "刪除{term}", + "channel_header.flagged": "被標記的訊息", + "channel_header.group": "群組", + "channel_header.leave": "退出{term}", + "channel_header.manageMembers": "成員管理", + "channel_header.notificationPreferences": "通知喜好設定", + "channel_header.recentMentions": "最近提及", + "channel_header.removeFromFavorites": "從我的最愛中移除", + "channel_header.rename": "變更{term}名稱", + "channel_header.setHeader": "編輯{term}標題", + "channel_header.setPurpose": "編輯{term}用途", + "channel_header.viewInfo": "檢視資訊", + "channel_header.viewMembers": "檢視成員", + "channel_header.webrtc.call": "開始視訊通話", + "channel_header.webrtc.offline": "使用者離線中", + "channel_header.webrtc.unavailable": "在當前通訊結束前不能建立新的通訊", + "channel_info.about": "關於", + "channel_info.close": "關閉", + "channel_info.header": "標題:", + "channel_info.id": "ID:", + "channel_info.name": "名字", + "channel_info.notFound": "找不到頻道", + "channel_info.purpose": "用途", + "channel_info.url": "網址:", + "channel_invite.add": "新增", + "channel_invite.addNewMembers": "新增成員到:", + "channel_invite.close": "關閉", + "channel_loader.connection_error": "您的網路似乎有問題。", + "channel_loader.posted": "已發文", + "channel_loader.socketError": "無法連線到 Mattermost。如果問題持續存在,請系統管理員檢查 WebSocket 連接埠。", + "channel_loader.someone": "某人", + "channel_loader.something": " 做了新事", + "channel_loader.unknown_error": "從伺服器收到不在預期內的狀態碼。", + "channel_loader.uploadedFile": " 已上傳一個檔案", + "channel_loader.uploadedImage": " 已上傳一張圖片", + "channel_loader.wrote": " 寫下: ", + "channel_members_dropdown.channel_admin": "頻道管理員", + "channel_members_dropdown.channel_member": "頻道成員", + "channel_members_dropdown.make_channel_admin": "成為頻道管理員", + "channel_members_dropdown.make_channel_member": "成為頻道成員", + "channel_members_dropdown.remove_from_channel": "從頻道中移除", + "channel_members_dropdown.remove_member": "移除成員", + "channel_members_modal.addNew": " 增加新成員", + "channel_members_modal.members": " 成員", + "channel_modal.cancel": "取消", + "channel_modal.channel": "頻道", + "channel_modal.createNew": "建立新的", + "channel_modal.descriptionHelp": "說明{term}如何使用。", + "channel_modal.displayNameError": "Channel name must be 2 or more characters", + "channel_modal.edit": "編輯", + "channel_modal.group": "群組", + "channel_modal.header": "標題", + "channel_modal.headerEx": "如:\"[連結標題](http://example.com)\"", + "channel_modal.headerHelp": "設定除了{term}名字以外還會顯示在{term}標題的文字。舉例來說,可以輸入 [Link Title](http://example.com) 以顯示常用連結。", + "channel_modal.modalTitle": "新增", + "channel_modal.name": "名字", + "channel_modal.nameEx": "例如:\"Bugs\"、\"市場\"、\"客户支持\"", + "channel_modal.optional": "(非必須)", + "channel_modal.privateGroup1": "建立非開放的私人群組。 ", + "channel_modal.privateGroup2": "建立私人群組", + "channel_modal.publicChannel1": "建立公開頻道", + "channel_modal.publicChannel2": "建立一個人人可加入的頻道。 ", + "channel_modal.purpose": "用途", + "channel_modal.purposeEx": "如:\"用於歸檔錯誤跟改善的頻道\"", + "channel_notification.push": "發送行動推播通知", + "channel_notifications.allActivity": "所有的活動所有的活動", + "channel_notifications.allUnread": "全部的未讀訊息", + "channel_notifications.globalDefault": "系統預設({notifyLevel})", + "channel_notifications.markUnread": "標記頻道為未讀", + "channel_notifications.never": "永不", + "channel_notifications.onlyMentions": "僅限於提及您的", + "channel_notifications.override": "選擇\"預設\"以外會覆蓋系統的通知設定。Firefox、Safari 跟 Chrome可以使用桌面通知。", + "channel_notifications.overridePush": "選擇\"系統預設\"以外的選項將會覆蓋帳號設定中行動推播通知的全域通知設定。推播通知必須由系統管理員啟用。", + "channel_notifications.preferences": "通知喜好設定", + "channel_notifications.sendDesktop": "發送桌面通知", + "channel_notifications.unreadInfo": "當有未讀訊息時,側邊欄的頻道名字會用粗體表示。選擇\"僅限於提及您的\"將只有您被提及的頻道會用粗體。", + "channel_select.placeholder": "--- 選擇頻道 ---", + "channel_switch_modal.dm": "(直接傳訊)", + "channel_switch_modal.failed_to_open": "開啟頻道失敗。", + "channel_switch_modal.help": "請輸入頻道名。↑↓可以瀏覽、TAB 選擇、↵ 確認、ESC 取消", + "channel_switch_modal.not_found": "找不到符合的。", + "channel_switch_modal.submit": "切換", + "channel_switch_modal.title": "切換頻道", + "claim.account.noEmail": "沒有指定電子郵件", + "claim.email_to_ldap.enterLdapPwd": "輸入 AD/LDAP 帳號的使用者 ID 與密碼", + "claim.email_to_ldap.enterPwd": "輸入 {site} 的電子郵件帳戶密碼", + "claim.email_to_ldap.ldapId": "AD/LDAP ID", + "claim.email_to_ldap.ldapIdError": "請輸入 AD/LDAP ID。", + "claim.email_to_ldap.ldapPasswordError": "請輸入 AD/LDAP 密碼。", + "claim.email_to_ldap.ldapPwd": "AD/LDAP 密碼", + "claim.email_to_ldap.pwd": "密碼", + "claim.email_to_ldap.pwdError": "請輸入密碼", + "claim.email_to_ldap.ssoNote": "您必須已經有有效的 AD/LDAP 帳號", + "claim.email_to_ldap.ssoType": "設定完成後,將只能用 AD/LDAP 登入", + "claim.email_to_ldap.switchTo": "切換帳號至 AD/LDAP", + "claim.email_to_ldap.title": "由電子郵件地址/密碼帳號切換成 AD/LDAP 帳號", + "claim.email_to_oauth.enterPwd": "輸入 {site} 帳戶的密碼", + "claim.email_to_oauth.pwd": "密碼", + "claim.email_to_oauth.pwdError": "請輸入密碼", + "claim.email_to_oauth.ssoNote": "您必須已經有有效的 {type} 帳號", + "claim.email_to_oauth.ssoType": "設定完成後,將只能用 {type} SSO 登入", + "claim.email_to_oauth.switchTo": "切換帳號至 {uiType}", + "claim.email_to_oauth.title": "由電子郵件地址/密碼帳號切換成 {uiType} 帳號", + "claim.ldap_to_email.confirm": "密碼確認", + "claim.ldap_to_email.email": "用電子郵件地址 {email} 登入", + "claim.ldap_to_email.enterLdapPwd": "輸入 {site} 電子郵件帳戶的 {ldapPassword}", + "claim.ldap_to_email.enterPwd": "輸入電子郵件帳戶新密碼", + "claim.ldap_to_email.ldapPasswordError": "請輸入 AD/LDAP 密碼。", + "claim.ldap_to_email.ldapPwd": "AD/LDAP 密碼", + "claim.ldap_to_email.pwd": "密碼", + "claim.ldap_to_email.pwdError": "請輸入密碼。", + "claim.ldap_to_email.pwdNotMatch": "密碼不相符。", + "claim.ldap_to_email.ssoType": "設定完成後,將只能用電子郵件地址/密碼登入", + "claim.ldap_to_email.switchTo": "切換帳戶到電子郵件地址/密碼", + "claim.ldap_to_email.title": "切換 AD/LDAP 帳戶到電子郵件地址/密碼", + "claim.oauth_to_email.confirm": "密碼確認", + "claim.oauth_to_email.description": "更改帳號類別後,將只能用電子郵件地址/密碼登入。", + "claim.oauth_to_email.enterNewPwd": "為 {site} 的電子郵件帳戶輸入新密碼", + "claim.oauth_to_email.enterPwd": "請輸入密碼。", + "claim.oauth_to_email.newPwd": "新密碼", + "claim.oauth_to_email.pwdNotMatch": "密碼不相符。", + "claim.oauth_to_email.switchTo": "切換 {type} 至電子郵件地址及密碼", + "claim.oauth_to_email.title": "由 {type} 帳號切換成電子郵件地址", + "confirm_modal.cancel": "取消", + "connecting_screen": "連線中", + "create_comment.addComment": "新增註解...", + "create_comment.comment": "新增註解", + "create_comment.commentLength": "註解長度請少於 {max} 字元。", + "create_comment.commentTitle": "註解", + "create_comment.file": "上傳檔案", + "create_comment.files": "上傳多個檔案", + "create_post.comment": "註解", + "create_post.error_message": "訊息過長。字數:{length}/{limit}", + "create_post.post": "訊息", + "create_post.shortcutsNotSupported": "此裝置不支援鍵盤快速鍵。", + "create_post.tutorialTip": "

    發送訊息

    在這邊輸入訊息並按下 Enter 來發文。

    按下附件按鈕來上傳圖片或是檔案。

    ", + "create_post.write": "輸入訊息...", + "create_team.agreement": "一旦建立帳號使用{siteName},即表示您同意服務條款以及隱私政策。如果您不同意,請停止使用{siteName}。", + "create_team.display_name.charLength": "名字必須至少有{min}個字、最多{max}。等等有增加較長團隊敘述的方法。", + "create_team.display_name.nameHelp": "團隊可以用任何語言取名。團隊名稱將會顯示在選單跟畫面上方。", + "create_team.display_name.next": "下一步", + "create_team.display_name.required": "此欄位是必需的", + "create_team.display_name.teamName": "團隊名稱", + "create_team.team_url.back": "回到上一步", + "create_team.team_url.charLength": "名稱長度為{min}到{max}字元", + "create_team.team_url.creatingTeam": "建立團隊中...", + "create_team.team_url.finish": "完成", + "create_team.team_url.hint": "
  • 短且好記憶是最好的
  • 請用小寫英字母、數字及連接號(-)
  • 請以小寫英字母開頭,請不要以連接號結尾
  • ", + "create_team.team_url.regex": "請只用小寫英字母、數字及連接號。必須以小寫英字母開頭且不能以連接號結尾。", + "create_team.team_url.required": "此欄位是必需的", + "create_team.team_url.taken": "此網址以保留字起始或是已被使用。請嘗試其他的網址。", + "create_team.team_url.teamUrl": "團隊網址", + "create_team.team_url.unavailable": "不能使用這網址。請嘗試其他的。", + "create_team.team_url.webAddress": "為新團隊選取網址:", + "custom_emoji.empty": "沒有自訂繪文字", + "custom_emoji.header": "自訂繪文字", + "custom_emoji.search": "搜尋自訂繪文字", + "default_channel.purpose": "Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.", + "delete_channel.cancel": "取消", + "delete_channel.channel": "頻道", + "delete_channel.confirm": "請確認刪除頻道", + "delete_channel.del": "刪除", + "delete_channel.group": "群組", + "delete_channel.question": "這將會從團隊刪除頻道並且禁止所有使用者存取頻道內容。您確定要刪除{display_name}{term}?", + "delete_post.cancel": "取消", + "delete_post.comment": "註解", + "delete_post.confirm": "請確認刪除{term}", + "delete_post.del": "刪除", + "delete_post.post": "訊息", + "delete_post.question": "確定要刪除{term}嘛?", + "delete_post.warning": "這篇文章有{count}個註解。", + "edit_channel_header_modal.cancel": "取消", + "edit_channel_header_modal.description": "修改頻道標題上面名字旁邊的文字。", + "edit_channel_header_modal.error": "頻道標語太長,請長話短說", + "edit_channel_header_modal.save": "儲存", + "edit_channel_header_modal.title": "修改{channel}的標題", + "edit_channel_header_modal.title_dm": "修改標題", + "edit_channel_purpose_modal.body": "描述 {type} 的用途。這敘述會顯示在頻道列表的\"更多...\"選單當中,其他人可以以此決定要不要加入。", + "edit_channel_purpose_modal.cancel": "取消", + "edit_channel_purpose_modal.channel": "頻道", + "edit_channel_purpose_modal.error": "頻道用途太長,請長話短說", + "edit_channel_purpose_modal.group": "群組", + "edit_channel_purpose_modal.save": "儲存", + "edit_channel_purpose_modal.title1": "編輯用途", + "edit_channel_purpose_modal.title2": "編輯用途。目標:", + "edit_command.save": "更新", + "edit_post.cancel": "取消", + "edit_post.edit": "修改 {title}", + "edit_post.editPost": "修改訊息...", + "edit_post.save": "儲存", + "email_signup.address": "電子郵件位址", + "email_signup.createTeam": "建立團隊", + "email_signup.emailError": "請輸入有效的電子郵件地址。", + "email_signup.find": "尋找我的團隊", + "email_verify.almost": "{siteName}:即將完成", + "email_verify.failed": "傳送驗證電子郵件失敗。", + "email_verify.notVerifiedBody": "電子郵件地址驗證。請檢查收信夾收信。", + "email_verify.resend": "重新發送電子郵件", + "email_verify.sent": " 驗證電子郵件已發送", + "email_verify.verified": "{siteName} 電子郵件已驗證", + "email_verify.verifiedBody": "

    您的電子郵件已驗證!按這邊登入。

    ", + "email_verify.verifyFailed": "無法驗證電子郵件地址。", + "emoji_list.actions": "處理方式", + "emoji_list.add": "新增自訂繪文字", + "emoji_list.creator": "建立者", + "emoji_list.delete": "刪除", + "emoji_list.delete.confirm.button": "刪除", + "emoji_list.delete.confirm.msg": "This action permanently deletes the custom emoji. Are you sure you want to delete it?", + "emoji_list.delete.confirm.title": "Delete Custom Emoji", + "emoji_list.empty": "沒有自訂繪文字", + "emoji_list.header": "自訂繪文字", + "emoji_list.help": "自訂繪文字對此伺服器上的所有使用者開放。在訊息輸入框輸入 ':' 會叫出繪文字選單。其他使用者可能需要重新讀取頁面才會看見新的繪文字。", + "emoji_list.help2": "提示:如果在含有繪文字該行增加 #、## 或 ### 當作第一個字元,可以使用較大尺寸的繪文字。傳送如 '# :smile:' 的訊息來嘗試此功能。", + "emoji_list.image": "圖片", + "emoji_list.name": "名稱", + "emoji_list.search": "搜尋自訂繪文字", + "emoji_list.somebody": "其他團隊的某人", + "emoji_picker.activity": "Activity", + "emoji_picker.custom": "Custom", + "emoji_picker.emojiPicker": "Emoji Picker", + "emoji_picker.flags": "標記", + "emoji_picker.food": "Food", + "emoji_picker.nature": "Nature", + "emoji_picker.objects": "Objects", + "emoji_picker.people": "People", + "emoji_picker.recent": "Recently Used", + "emoji_picker.search": "搜尋", + "emoji_picker.symbols": "Symbols", + "emoji_picker.travel": "Travel", + "error.not_found.link_message": "回到 Mattermost", + "error.not_found.message": "您所存取的頁面不存在", + "error.not_found.title": "找不到頁面", + "error.not_supported.message": "不支援隱私瀏覽", + "error.not_supported.title": "不支援此瀏覽器", + "error_bar.expired": "企業版授權已過期,某些功能已被關閉。請由此更新。", + "error_bar.expiring": "企業版授權將於{date}過期。請由此更新。", + "error_bar.past_grace": "企業版授權已過期,某些功能已被關閉。詳請聯絡系統管理員。", + "error_bar.preview_mode": "預覽模式:電子郵件通知尚未設定", + "file_attachment.download": "下載", + "file_info_preview.size": "大小 ", + "file_info_preview.type": "檔案類型 ", + "file_upload.fileAbove": "無法上傳超過{max}MB 的檔案:{filename}", + "file_upload.filesAbove": "無法上傳超過{max}MB 的檔案:{filenames}", + "file_upload.limited": "同時只能上傳{count}個檔案。請用新訊息來上傳更多的檔案。", + "file_upload.pasted": "圖片已上傳至:", + "filtered_channels_list.count": "{count}個頻道", + "filtered_channels_list.countTotal": "{total}中{count}個頻道", + "filtered_channels_list.search": "搜尋頻道", + "filtered_user_list.any_team": "所有使用者", + "filtered_user_list.count": "{count}位成員", + "filtered_user_list.countTotal": "{total}位中{count}位成員", + "filtered_user_list.countTotalPage": "{total}位中{startCount, number} - {endCount, number}位成員", + "filtered_user_list.member": "成員", + "filtered_user_list.next": "下一頁", + "filtered_user_list.prev": "上一頁", + "filtered_user_list.search": "搜尋使用者", + "filtered_user_list.searchButton": "搜尋", + "filtered_user_list.show": "過濾條件:", + "filtered_user_list.team_only": "此團隊的成員", + "find_team.email": "電子郵件地址", + "find_team.findDescription": "含有前往所有您為成員的團隊的連結的郵件已經寄出。", + "find_team.findTitle": "找到團隊", + "find_team.getLinks": "取得含有前往所有您為成員的團隊的連結的郵件。", + "find_team.placeholder": "you@domain.com", + "find_team.send": "送出", + "find_team.submitError": "請輸入一個有效的電子郵件位址", + "flag_post.flag": "標記以追蹤", + "flag_post.unflag": "取消標記", + "general_tab.chooseDescription": "為團隊寫新的敘述", + "general_tab.codeDesc": "按下'修改'來重新產生邀請碼。", + "general_tab.codeLongDesc": "邀請碼用來當作主選單中{getTeamInviteLink}所產生的團隊邀請連結的一部分。重新產生會建立一個新的招待連結並且讓舊的連結失效。", + "general_tab.codeTitle": "邀請碼", + "general_tab.emptyDescription": "按下'編輯'以增加團隊敘述。", + "general_tab.getTeamInviteLink": "取得團隊邀請連結", + "general_tab.includeDirDesc": "在首頁的團隊列表顯示此團隊名字、提供通往登入頁面的連結。", + "general_tab.no": "否", + "general_tab.openInviteDesc": "允許時,往此團隊的連結將會出現在首頁,有帳號的人皆可以此連結加入此團隊。", + "general_tab.openInviteTitle": "允許任何在此服務器有帳號的使用者加入此團隊", + "general_tab.regenerate": "重新產生", + "general_tab.required": "此欄位是必需的", + "general_tab.teamDescription": "團隊敘述", + "general_tab.teamDescriptionInfo": "團隊敘述提供額外的訊息幫助使用者選擇正確的團隊。最多為50個字。", + "general_tab.teamName": "團隊名稱", + "general_tab.teamNameInfo": "設定出現於登入畫面跟側邊欄左上的團隊名稱。", + "general_tab.title": "一般設定", + "general_tab.yes": "是", + "get_app.alreadyHaveIt": "已經擁有了?", + "get_app.androidAppName": "Mattermost for Android", + "get_app.androidHeader": "使用 Android 應用程式時 Mattermost 能有最好的表現", + "get_app.continue": "繼續", + "get_app.continueWithBrowser": "或 {link}", + "get_app.continueWithBrowserLink": "繼續使用瀏覽器", + "get_app.iosHeader": "使用 iPhone 應用程式時 Mattermost 能有最好的表現", + "get_app.mattermostInc": "Mattermost, Inc", + "get_app.openMattermost": "開啟 Mattermost", + "get_link.clipboard": " 連結已複製", + "get_link.close": "關閉", + "get_link.copy": "複製連結", + "get_post_link_modal.help": "下面的連結讓已登入的使用者看您的發文。", + "get_post_link_modal.title": "複製永久連結", + "get_public_link_modal.help": "底下的連結允許任何人不需要於本伺服器註冊即可觀看此檔案。", + "get_public_link_modal.title": "取得公開連結", + "get_team_invite_link_modal.help": "傳送下面的連結給團隊成員,讓他們註冊此團隊站台。此連結可以讓多個團隊成員共用,在團隊管理員到團隊設定當中重新產生之前,這連結都不會改變。", + "get_team_invite_link_modal.helpDisabled": "在您的團隊新增成員已經被關閉。請跟團隊管理員詢問詳情。", + "get_team_invite_link_modal.title": "團隊邀請連結", + "help.attaching.downloading": "#### 下載檔案\n按檔案縮圖旁邊的下載圖示以下載附加檔案,或是打開檔案預覽並按**下載**。", + "help.attaching.dragdrop": "#### 拖放功能\n從電腦拖拉檔案到右側邊欄或是中間來上傳檔案。拖放功能會將檔案附加至訊息輸入框,接著你可以輸入訊息或是直接按下**ENTER**發文。", + "help.attaching.icon": "#### 附件檔案圖示\n或者您也可以藉由按訊息輸入框裡面的灰色迴紋針以上傳檔案。這將會開啟系統的檔案瀏覽器,您可以在此尋找想要的檔案並按下**開啟**將檔案上傳至訊息輸入框。接著輸入訊息或是直接按下**ENTER**發文。", + "help.attaching.limitations": "## 檔案大小限制\n在 Mattermost 中,每個訊息最多可以附加五個檔案,每個檔案最大為 50Mb。", + "help.attaching.methods": "## 如何附加檔案\n拖放檔案或是按下訊息輸入框的附件檔案圖示。", + "help.attaching.notSupported": "尚未支援文件預覽 (Word, Excel, PPT)。", + "help.attaching.pasting": "#### 貼上\n使用 Chrome 跟 Edge 瀏覽器時,您也可以直接從剪貼簿貼上以上傳檔案。此功能尚未支援其他瀏覽器。", + "help.attaching.previewer": "## 檔案預覽器\nMattermost 有內建檔案預覽器用來觀看、下載檔案並分享公開連結。按附加檔案的縮圖便可以用檔案預覽器打開。", + "help.attaching.publicLinks": "#### 分享公開連結\n公開連結讓您可以分享附件檔案給 Mattermost 團隊以外的人。按下附件檔案縮圖以打開檔案預覽器然後按**取得公開連結**。這會開啟一個帶有連結的對話框。當分享這個連結給他人並被他人打開的時候,會自動開始下載檔案。", + "help.attaching.publicLinks2": "如果檔案預覽器裡面找不到**取得公開連結**但想要啟用這功能,您可以詢問系統管理員請他在系統主控台裡的**安全** > **公開連結**處開啟。", + "help.attaching.supported": "#### 支援的媒體類型\n如果您嘗試預覽預覽器不支援的媒體,檔案預覽器會顯示附件檔案的標準圖示。支援的媒體格式跟瀏覽器以及作業系統高度相關,不過在大部分瀏覽器上使用 Mattermost 支援下列的格式:", + "help.attaching.supportedList": "- 圖片:BMP, GIF, JPG, JPEG, PNG\n- 影像:MP4\n- 聲音:MP3, M4A\n- 文件:PDF", + "help.attaching.title": "# 附加檔案\n_____", + "help.commands.builtin": "## 內建命令\n下列的斜線命令在所有的 Mattermost 上都可以使用:", + "help.commands.builtin2": "在訊息輸入框開頭輸入 `/` 將會顯示斜線命令列表。此列表會提供命令範例以及灰色的命令敘述。", + "help.commands.custom": "## 自訂命令\n自訂斜線命令以跟外部應用程式整合。舉例來說,團隊可以設定自訂斜線命令來看內部的健康資料 `/patient joe smith` 或看某城市的天氣周報 `/weather toronto week`。向系統管理員確認或是輸入 `/` 開啟自動完成列表來確認團隊有無設定任何自訂斜線命令。", + "help.commands.custom2": "自訂斜線命令預設為關閉,系統管理員可以在 **系統主控台** > **整合** > **Webhook 與命令** 中開啟。如需設定自訂斜線命令的詳細資訊,請參閱[開發者文件:斜線命令](http://docs.mattermost.com/developer/slash-commands.html)", + "help.commands.intro": "斜線命令讓使用者能在 Mattermost 內藉由打字輸入進行操作。輸入 `/` 接著輸入命令跟一些參數來執行動作。\n\n所有的 Mattermost 都有內建斜線命令,自訂斜線命令可以設定以跟外部應用程式互動。如需設定自訂斜線命令的詳細資訊,請參閱[開發者文件:斜線命令](http://docs.mattermost.com/developer/slash-commands.html)", + "help.commands.title": "# 執行指令\n___", + "help.composing.deleting": "## 刪除訊息\n按下您所輸入之任何文字訊息邊上的 **[...]** 圖示然後按**刪除**來刪除訊息。系統跟團隊管理員可以刪除他們系統或團隊中的任何訊息。", + "help.composing.editing": "## 編輯訊息\n按下您所輸入之任何文字訊息邊上的 **[...]** 圖示然後按**編輯**來編輯訊息。在完成變更之後按下 **ENTER** 以儲存。編輯訊息不會觸發新的@提及、桌面通知或是通知音效。", + "help.composing.linking": "## 訊息連結\n**永久網址**會建立連至訊息的連結。分享此連結給其他同頻道內的使用者可以讓他們觀看封存訊息中此連結所指向的訊息。不是訊息張貼頻道成員的使用者將無法觀看訊息。按下任何文字訊息邊上的 **[...]** 圖示然後按**永久網址** > **複製連結**來取得網址。", + "help.composing.posting": "## 張貼訊息\n在訊息輸入欄打字寫訊息然後按下 **ENTER** 發送。用 **Shift + ENTER** 在不發送訊息下新增行。**主選單 > 帳號設定 > 用 Ctrl + Enter 貼文**可以改成按 **Ctrl + Enter** 發送訊息。", + "help.composing.posts": "#### 發文\n發文可以視為母訊息。它們通常是回覆串起始的訊息。發文是在中間欄底部的文字輸入框編輯跟發送。", + "help.composing.replies": "#### 回覆\n按任意訊息文字邊上的回覆圖示來回覆該訊息。這個動作會展開右側邊欄,在那邊可以看到訊息串並編輯與發送回覆。在中央欄裡回覆會稍微的被縮排用以標示它們是某母發文的子訊息。\n\n當在右側邊欄編輯回覆時,按下邊欄頂端雙箭頭的展開/關閉圖示以取得較好的觀看方式。", + "help.composing.title": "# 發送訊息\n_____", + "help.composing.types": "## 訊息類別\n回覆發文以利用回覆串來整理對話。", + "help.formatting.checklist": "用方括號建立工作清單:", + "help.formatting.checklistExample": "- [ ] 第一項\n- [ ] 第二項\n- [x] 已完成事項", + "help.formatting.code": "## 程式碼區塊\n\n以 4 個空白縮排每一行或是在程式碼的上下方放上 ``` 以建立程式碼區塊", + "help.formatting.codeBlock": "程式碼區塊", + "help.formatting.emojiExample": ":smile: :+1: :sheep:", + "help.formatting.emojis": "## 繪文字\n\n輸入 `:` 打開繪文字自動完成。完整的繪文字列表在[這裡](http://www.emoji-cheat-sheet.com/)。如果您想要用的繪文字不存在,也可以自己建立[自訂繪文字](http://docs.mattermost.com/help/settings/custom-emoji.html)。", + "help.formatting.example": "如:", + "help.formatting.githubTheme": "**GitHub 主題配色**", + "help.formatting.headings": "## 標題\n\n在標題前輸入 # 跟一個空白以建立標題。用多一點的 # 以建立小一點的標題。", + "help.formatting.headings2": "或是用 `===` 或 `---` 在文字的下一行劃線來建立標題。", + "help.formatting.headings2Example": "大標題\n-------------", + "help.formatting.headingsExample": "## 大標題\n### 小點的標題\n#### 更小的標題", + "help.formatting.images": "## 嵌入圖片\n\n建立嵌入圖片:在 `!` 後接著方括號再接著括號,方括號內放替代文字,括號內放圖片連結。在連結後加入用雙引號括起來的文字則可增加動態顯示文字。", + "help.formatting.imagesExample": "![替代文字](連結 \"動態顯示文字\")\n\n跟\n\n[![Build Status](https://travis-ci.org/mattermost/platform.svg?branch=master)](https://travis-ci.org/mattermost/platform) [![Github](https://assets-cdn.github.com/favicon.ico)](https://github.com/mattermost/platform)", + "help.formatting.inline": "## 嵌入程式碼\n\n用反引號括起文字用來將等寬文字嵌入普通文字中。", + "help.formatting.intro": "Markdown 讓設定訊息格式變得非常輕鬆。您只須如同平時一樣的輸入訊息,然後用以下的規則賦予其特定格式。", + "help.formatting.lines": "## 線\n\n用 3 個 `*`、`_` 或 `-` 來建立一條線。", + "help.formatting.linkEx": "[看看 Mattermost!](https://about.mattermost.com/)", + "help.formatting.links": "## 連結\n\n將想顯示的文字放入方括號跟對應的連結放入括號以建立連結。", + "help.formatting.listExample": "* 列表項目一\n* 列表項目二\n * 項目二子項目", + "help.formatting.lists": "## 清單\n\n用 `*` 或 `-` 當作項目符號來產生清單。可以在項目符號前面加上 2 個空白來縮排。", + "help.formatting.monokaiTheme": "**Monokai 主題配色**", + "help.formatting.ordered": "改用數字來建立順序清單:", + "help.formatting.orderedExample": "1. 項目一\n2. 項目二", + "help.formatting.quotes": "## 引述區塊\n\n用 `>` 建立像是引述的區塊。", + "help.formatting.quotesExample": "`> 引述區塊` 顯示為:", + "help.formatting.quotesRender": "> 引述區塊", + "help.formatting.renders": "顯示為:", + "help.formatting.solirizedDarkTheme": "**Solarized Dark 主題配色**", + "help.formatting.solirizedLightTheme": "**Solarized Light 主題配色**", + "help.formatting.style": "## 文字樣式\n\n用 `_` 或 `*` 將文字括起來以使用斜體,用 2 個則顯示粗體。\n\n* `_斜體_` 顯示為 _斜體_\n* `**粗體**` 顯示為 **粗體**\n* `**_粗斜_**` 顯示為 **_粗斜_**\n* `~~刪除線~~` 顯示為 ~~刪除線~~", + "help.formatting.supportedSyntax": "支援的語言:\n`as`, `applescript`, `osascript`, `scpt`, `bash`, `sh`, `zsh`, `clj`, `boot`, `cl2`, `cljc`, `cljs`, `cljs.hl`, `cljscm`, `cljx`, `hic`, `coffee`, `_coffee`, `cake`, `cjsx`, `cson`, `iced`, `cpp`, `c`, `cc`, `h`, `c++`, `h++`, `hpp`, `cs`, `csharp`, `css`, `d`, `di`, `dart`, `delphi`, `dpr`, `dfm`, `pas`, `pascal`, `freepascal`, `lazarus`, `lpr`, `lfm`, `diff`, `django`, `jinja`, `dockerfile`, `docker`, `erl`, `f90`, `f95`, `fsharp`, `fs`, `gcode`, `nc`, `go`, `groovy`, `handlebars`, `hbs`, `html.hbs`, `html.handlebars`, `hs`, `hx`, `java`, `jsp`, `js`, `jsx`, `json`, `jl`, `kt`, `ktm`, `kts`, `less`, `lisp`, `lua`, `mk`, `mak`, `md`, `mkdown`, `mkd`, `matlab`, `m`, `mm`, `objc`, `obj-c`, `ml`, `perl`, `pl`, `php`, `php3`, `php4`, `php5`, `php6`, `ps`, `ps1`, `pp`, `py`, `gyp`, `r`, `ruby`, `rb`, `gemspec`, `podspec`, `thor`, `irb`, `rs`, `scala`, `scm`, `sld`, `scss`, `st`, `sql`, `swift`, `tex`, `vbnet`, `vb`, `bas`, `vbs`, `v`, `veo`, `xml`, `html`, `xhtml`, `rss`, `atom`, `xsl`, `plist`, `yaml`", + "help.formatting.syntax": "### 標示語法\n\n在程式碼區塊起始的 ``` 後面輸入想標示的語言以標示語法。Mattermost 提供四種不同的主題配色 (GitHub, Solarized Dark, Solarized Light, Monokai) ,可在 **帳號設定** > **顯示** > **主題** > **自訂主題** > **中央頻道樣式** 變更設定。", + "help.formatting.syntaxEx": " package main\n import \"fmt\"\n func main() {\n fmt.Println(\"Hello, 世界\")\n }", + "help.formatting.tableExample": "| 靠左對齊 | 置中對齊 | 靠右對齊 |\n| :------- |:---------:| --------:|\n| 左欄位 1 | 這文字 | $100 |\n| 左欄位 2 | 為 | $10 |\n| 左欄位 3 | 置中 | $1 |", + "help.formatting.tables": "## 表格\n\n在標頭列底下放上虛線並用直立線符號 `|` 分隔欄位來建立表格 (欄位不需要精準的對齊)。在標頭列加入冒號 `:` 來設定欄位該如何對齊。", + "help.formatting.title": "# 設定文字格式\n_____", + "help.learnMore": "獲取更多訊息:", + "help.link.attaching": "附加檔案", + "help.link.commands": "執行指令", + "help.link.composing": "編寫訊息跟回覆", + "help.link.formatting": "用 Markdown 設定訊息文字", + "help.link.mentioning": "提及團隊成員", + "help.link.messaging": "基本傳訊", + "help.mentioning.channel": "#### @頻道\n輸入 `@channel` 來提及整個頻道。頻道的所有成員都會像被單獨提及一樣收到提及通知。", + "help.mentioning.channelExample": "@channel 這周的面試大家做的好,我覺得我們應該找到了些很有潛力的應徵者!", + "help.mentioning.mentions": "## @提及\n用 @提及 來引起特定團隊成員的注意。", + "help.mentioning.recent": "## 最近提及\n按下搜尋欄旁邊的 `@` 查詢最近的 @提及跟觸發提及的字。按右側邊欄裡搜尋結果旁的**跳至**來將中間欄移動至提及的頻道跟提及訊息的位置。", + "help.mentioning.title": "# 提及團隊成員\n_____", + "help.mentioning.triggers": "## 觸發提及的字\n除了被 @使用者名稱 跟 @頻道 通知以外,您還可以在 **帳號設定** > **通知** > **觸發提及的字** 自訂觸發提及的字。預設為您的名字,在輸入欄輸入更多的字並用逗號分隔來增加觸發字。在想要接收所有關於某主題的訊息時這功能特別有用,如:\"面試\"或\"行銷\"。", + "help.mentioning.username": "#### @使用者名稱\n用 `@` 符號加上他們的使用者名稱來發送提及通知給團隊成員。\n\n輸入 `@` 打開可以提及的團隊成員清單。輸入使用者名稱、名字、姓氏或暱稱的前幾個字母以過濾清單。用**上** 跟 **下** 方向鍵來捲動清單,按 **ENTER** 選擇要提及的使用者。一旦選取,使用者名稱會自動取代全名或是暱稱。\n以下的例子將發送提及通知給 **alice** ,該通知將會告訴她被提及的訊息跟頻道。如果 **alice** 正好離開 Mattermost 且有啟用[電子郵件通知](http://docs.mattermost.com/help/getting-started/configuring-notifications.html#email-notifications),她將會收到帶有訊息的電子郵件通知。", + "help.mentioning.usernameCont": "如果提及的使用者不屬於這頻道,系統將會發出訊息讓您知道。這會是個暫時訊息且只有您看的到。按頻道名稱旁邊的下拉選單並選**新增成員**將提及的使用者加進頻道。", + "help.mentioning.usernameExample": "@alice 你跟應徵者的面試過得怎樣?", + "help.messaging.attach": "拖放檔案到 Mattermost 或是按文字輸入框旁邊的附件圖示來**附加檔案**。", + "help.messaging.emoji": "輸入 \":\" 開啟繪文字的自動完成以**快速增加繪文字**。如果已有的繪文字不夠用,可以建立新的[自訂繪文字](http://docs.mattermost.com/help/settings/custom-emoji.html)。", + "help.messaging.format": "使用 Markdown 來**設定訊息格式**,它支援文字樣式、標題、連結、表情符號、程式碼區塊、引述區塊、表格、清單跟內嵌圖片。", + "help.messaging.notify": "當需要團隊成員時輸入 `@使用者名稱` 來**通知團隊成員**。", + "help.messaging.reply": "按訊息文字旁邊的回覆箭頭以**回覆訊息**。", + "help.messaging.title": "# 傳訊基礎\n_____", + "help.messaging.write": "用 Mattermost 底部的文字輸入框來**編寫訊息**。按 **ENTER** 發送訊息。用 **Shift+ENTER** 在不發送訊息下插入新行。", + "installed_command.header": "斜線命令", + "installed_commands.add": "新增斜線命令", + "installed_commands.delete.confirm": "此動作將永久刪除該斜線命令,並中斷任何使用它的整合。確定要刪除嘛?", + "installed_commands.empty": "沒有命令", + "installed_commands.header": "斜線命令", + "installed_commands.help": "建立給外部整合功能使用的斜線命令。詳情請看{link}。", + "installed_commands.helpLink": "說明文件", + "installed_commands.search": "搜尋斜線命令", + "installed_commands.unnamed_command": "沒有名字的斜線命令", + "installed_incoming_webhooks.add": "增加傳入的 Webhook", + "installed_incoming_webhooks.delete.confirm": "此動作將永久刪除該傳入的 Webhook,並中斷任何使用它的整合。確定要刪除嘛?", + "installed_incoming_webhooks.empty": "沒有傳入的 Webhook", + "installed_incoming_webhooks.header": "傳入的 Webhook", + "installed_incoming_webhooks.help": "建立給外部整合功能使用的傳入的 Webhook 網址。詳情請看{link}。", + "installed_incoming_webhooks.helpLink": "說明文件", + "installed_incoming_webhooks.search": "搜尋傳入的 Webhook", + "installed_incoming_webhooks.unknown_channel": "私人 Webhook", + "installed_integrations.callback_urls": "回呼網址:{urls}", + "installed_integrations.client_id": "使用者 ID:{clientId}", + "installed_integrations.client_secret": "使用者密碼:{clientSecret}", + "installed_integrations.content_type": "內容類型:{contentType}", + "installed_integrations.creation": "由{creator}在{createAt, date, full}所建立", + "installed_integrations.delete": "刪除", + "installed_integrations.edit": "編輯", + "installed_integrations.hideSecret": "隱藏密碼", + "installed_integrations.regenSecret": "重新產生密碼", + "installed_integrations.regenToken": "重新產生 Token", + "installed_integrations.showSecret": "顯示密碼", + "installed_integrations.token": "Token:{token}", + "installed_integrations.triggerWhen": "觸發於:{triggerWhen}", + "installed_integrations.triggerWords": "觸發關鍵字:{triggerWords}", + "installed_integrations.unnamed_oauth_app": "沒有命名的 OAuth 2.0 應用程式", + "installed_integrations.url": "網址:{url}", + "installed_oauth_apps.add": "新增 OAuth 2.0 應用程式", + "installed_oauth_apps.callbackUrls": "回呼網址(一行一個)", + "installed_oauth_apps.cancel": "取消", + "installed_oauth_apps.delete.confirm": "此動作將永久刪除該 OAuth 2.0 應用程式,並中斷任何使用它的整合。確定要刪除嘛?", + "installed_oauth_apps.description": "敘述", + "installed_oauth_apps.empty": "沒有找到 OAuth 2.0 應用程式", + "installed_oauth_apps.header": "OAuth 2.0 應用程式", + "installed_oauth_apps.help": "建立 OAuth 2.0 應用程式以安全的將 Mattermost 與機器人跟第三方應用程式整合。詳請參閱{link}。", + "installed_oauth_apps.helpLink": "說明文件", + "installed_oauth_apps.homepage": "首頁", + "installed_oauth_apps.iconUrl": "圖示網址", + "installed_oauth_apps.is_trusted": "是受信任的:{isTrusted}", + "installed_oauth_apps.name": "顯示名稱", + "installed_oauth_apps.save": "儲存", + "installed_oauth_apps.search": "搜尋 OAuth 2.0 應用程式", + "installed_oauth_apps.trusted": "是受信任", + "installed_oauth_apps.trusted.no": "否", + "installed_oauth_apps.trusted.yes": "是", + "installed_outgoing_webhooks.add": "增加傳出的 Webhook", + "installed_outgoing_webhooks.delete.confirm": "此動作將永久刪除該傳出的 Webhook,並中斷任何使用它的整合。確定要刪除嘛?", + "installed_outgoing_webhooks.empty": "沒有傳出的 Webhook", + "installed_outgoing_webhooks.header": "傳出的 Webhook", + "installed_outgoing_webhooks.help": "建立給外部整合功能使用的傳出的 Webhook 網址。詳情請看{link}。", + "installed_outgoing_webhooks.helpLink": "說明文件", + "installed_outgoing_webhooks.search": "搜尋傳出的 Webhook", + "installed_outgoing_webhooks.unknown_channel": "私人 Webhook", + "integrations.add": "新增", + "integrations.command.description": "斜線命令用來傳送事件給外部整合功能", + "integrations.command.title": "斜線命令", + "integrations.delete.confirm.button": "刪除", + "integrations.delete.confirm.title": "刪除整合", + "integrations.done": "完成", + "integrations.edit": "編輯", + "integrations.header": "整合", + "integrations.incomingWebhook.description": "傳入的 Webhook 讓外部整合功能可以傳送訊息", + "integrations.incomingWebhook.title": "傳入的 Webhook", + "integrations.oauthApps.description": "OAuth 2.0 允許外部應用程式向 Mattermost API 提出授權過的要求。", + "integrations.oauthApps.title": "OAuth 2.0 應用程式", + "integrations.outgoingWebhook.description": "傳出的 Webhook 讓外部整合功能可以收訊並回應", + "integrations.outgoingWebhook.title": "傳出的 Webhook", + "integrations.successful": "設定成功", + "intro_messages.DM": "這是跟{teammate}之間直接訊息的起頭。
    直接訊息跟在這邊分享的檔案除了在此處以外的人都看不到。", + "intro_messages.anyMember": " 任何成員可以加入並閱讀此頻道。", + "intro_messages.beginning": "{name}的開頭", + "intro_messages.channel": "頻道", + "intro_messages.creator": "這是{name}{type}的開頭,由{creator}建立於{date}。", + "intro_messages.default": "

    Beginning of {display_name}

    Welcome to {display_name}!

    Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.

    ", + "intro_messages.group": "私有群組", + "intro_messages.invite": "邀請他人來此{type}", + "intro_messages.inviteOthers": "邀請他人來此團隊", + "intro_messages.noCreator": "這是{name}{type}的開頭,建立於{date}。", + "intro_messages.offTopic": "

    {display_name}的開頭

    這是{display_name}的最上面,這是個用來聊天的頻道。

    ", + "intro_messages.onlyInvited": " 只有受邀請的成員能看見此私人群組", + "intro_messages.purpose": "此{type}的用途為:{purpose}。", + "intro_messages.setHeader": "設定標題", + "intro_messages.teammate": "這是您跟這位團隊成員之間直接訊息的起頭。直接訊息跟在這邊分享的檔案除了在此處以外的人都看不到。", + "invite_member.addAnother": "增加其他人", + "invite_member.autoJoin": "被邀請的人會自動加入{channel}頻道。", + "invite_member.cancel": "取消", + "invite_member.content": "目前此團隊的電子郵件功能被停用,沒有辦法寄送電子郵件邀請。請聯絡系統管理員以啟用電子郵件跟電子郵件邀請。", + "invite_member.disabled": "在您的團隊新增成員已經被關閉。請跟團隊管理員詢問詳情。", + "invite_member.emailError": "請輸入一個有效的電子郵件位址", + "invite_member.firstname": "名字", + "invite_member.inviteLink": "團隊邀請連結", + "invite_member.lastname": "姓氏", + "invite_member.modalButton": "是,放棄它們", + "invite_member.modalMessage": "還有尚未寄送的邀請,確定要放棄它們嘛?", + "invite_member.modalTitle": "放棄邀請?", + "invite_member.newMember": "邀請新成員", + "invite_member.send": "發送邀請", + "invite_member.send2": "發送邀請", + "invite_member.sending": " 傳送中", + "invite_member.teamInviteLink": "可以用{link}來邀請他人。", + "ldap_signup.find": "尋找我的團隊", + "ldap_signup.ldap": "用 AD/LDAP 帳號建立團隊", + "ldap_signup.length_error": "名稱長度為3到15字元", + "ldap_signup.teamName": "輸入新團隊名稱", + "ldap_signup.team_error": "請輸入團隊名稱", + "leave_team_modal.desc": "將離開所有的公開頻道與私人群組。如果團隊是私人團隊,將無法重新加入。您確定嘛?", + "leave_team_modal.no": "否", + "leave_team_modal.title": "離開團隊?", + "leave_team_modal.yes": "是", + "loading_screen.loading": "載入中", + "login.changed": " 已成功更改登入方法", + "login.create": "建立帳號", + "login.createTeam": "建立團隊", + "login.createTeamAdminOnly": "此選項只對系統管理員開放,其他使用者不會看到。", + "login.email": "電子郵件", + "login.find": "尋找其他您有參與的團隊", + "login.forgot": "忘記密碼了", + "login.gitlab": "GitLab", + "login.google": "用 Google Apps 登入", + "login.invalidPassword": "密碼不正確。", + "login.ldapUsername": "AD/LDAP 使用者名稱", + "login.ldapUsernameLower": "AD/LDAP 使用者名稱", + "login.noAccount": "沒有帳號嘛?", + "login.noEmail": "請輸入電子郵件地址", + "login.noEmailLdapUsername": "請輸入電子郵件地址或{ldapUsername}", + "login.noEmailUsername": "請輸入電子郵件地址或使用者名稱", + "login.noEmailUsernameLdapUsername": "請輸入電子郵件地址、使用者名稱或 {ldapUsername}", + "login.noLdapUsername": "請輸入 {ldapUsername}", + "login.noMethods": "沒有啟用的登入方法。請聯絡系統管理員。", + "login.noPassword": "請輸入密碼", + "login.noUsername": "請輸入使用者名稱", + "login.noUsernameLdapUsername": "請輸入使用者名稱或 {ldapUsername}", + "login.office365": "Office 365", + "login.on": "在 {siteName}", + "login.or": "或", + "login.password": "密碼", + "login.passwordChanged": " 已成功更新密碼", + "login.session_expired": " 工作階段已逾期,請重新登入。", + "login.signIn": "登入", + "login.signInLoading": "登入中...", + "login.signInWith": "登入方法:", + "login.userNotFound": "無法找到與您輸入的認證相符的帳號。", + "login.username": "使用者名稱", + "login.verified": " 電子郵件地址已驗證", + "login_mfa.enterToken": "請輸入智慧型手機上認證器的 Token 以完成登入", + "login_mfa.submit": "送出", + "login_mfa.token": "多重要素驗證 Token", + "login_mfa.tokenReq": "請輸入多重要素驗證 Token", + "member_item.makeAdmin": "設為管理員", + "member_item.member": "成員", + "member_list.noUsersAdd": "沒有可增加的使用者。", + "members_popover.manageMembers": "成員管理", + "members_popover.msg": "訊息", + "members_popover.title": "成員", + "members_popover.viewMembers": "檢視成員", + "mfa.confirm.complete": "完成設定!", + "mfa.confirm.okay": "確定", + "mfa.confirm.secure": "您的帳號現在安全了。下一次登入時,將會被要求輸入手機上 Google Authenticator 所提供的代碼。", + "mfa.setup.badCode": "無效的代碼。如果此問題持續,請聯絡系統管理員。", + "mfa.setup.code": "MFA 代碼", + "mfa.setup.codeError": "請輸入來自 Google Authenticator 的代碼。", + "mfa.setup.required": "{siteName}要求使用多重要素驗證。", + "mfa.setup.save": "儲存", + "mfa.setup.secret": "密碼:{secret}", + "mfa.setup.step1": "步驟一:在手機上從 iTunesGoogle Play 下載 Google Authenticator", + "mfa.setup.step2": "步驟二:使用 Google Authenticator 掃描此 QR 碼或是手動輸入密碼", + "mfa.setup.step3": "步驟三:輸入 Google Authenticator 產生的代碼", + "mfa.setupTitle": "多重要素驗證設定", + "mobile.account.notifications.email.footer": "When offline or away for more than five minutes", + "mobile.account_notifications.mentions_footer": "Your username (\"@{username}\") will always trigger mentions.", + "mobile.account_notifications.non-case_sensitive_words": "Other non-case sensitive words...", + "mobile.account_notifications.reply.header": "Send reply notifications for", + "mobile.account_notifications.threads_mentions": "Mentions in threads", + "mobile.account_notifications.threads_start": "Threads that I start", + "mobile.account_notifications.threads_start_participate": "Threads that I start or participate in", + "mobile.channel_info.alertMessageDeleteChannel": "Are you sure you want to delete the {term} with {name}?", + "mobile.channel_info.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_info.alertNo": "否", + "mobile.channel_info.alertTitleDeleteChannel": "刪除{term}", + "mobile.channel_info.alertTitleLeaveChannel": "退出{term}", + "mobile.channel_info.alertYes": "是", + "mobile.channel_info.privateChannel": "Private Channel", + "mobile.channel_info.publicChannel": "公開頻道", + "mobile.channel_list.alertMessageLeaveChannel": "Are you sure you want to leave the {term} with {name}?", + "mobile.channel_list.alertNo": "否", + "mobile.channel_list.alertTitleLeaveChannel": "退出{term}", + "mobile.channel_list.alertYes": "是", + "mobile.channel_list.closeDM": "Close Direct Message", + "mobile.channel_list.closeGM": "Close Group Message", + "mobile.channel_list.dm": "直接傳訊", + "mobile.channel_list.gm": "Group Message", + "mobile.channel_list.open": "Open {term}", + "mobile.channel_list.openDM": "Open Direct Message", + "mobile.channel_list.openGM": "Open Group Message", + "mobile.channel_list.privateChannel": "Private Channel", + "mobile.channel_list.publicChannel": "公開頻道", + "mobile.components.channels_list_view.yourChannels": "您的頻道:", + "mobile.components.error_list.dismiss_all": "Dismiss All", + "mobile.components.select_server_view.continue": "繼續", + "mobile.components.select_server_view.enterServerUrl": "輸入伺服器網址", + "mobile.components.select_server_view.proceed": "繼續", + "mobile.components.select_server_view.siteUrlPlaceholder": "\"https://mattermost.example.com\"", + "mobile.create_channel": "Create", + "mobile.create_channel.private": "New Private Group", + "mobile.create_channel.public": "公開頻道", + "mobile.edit_post.title": "Editing Message", + "mobile.file_upload.camera": "Take Photo or Video", + "mobile.file_upload.library": "Photo Library", + "mobile.file_upload.more": "更多", + "mobile.loading_channels": "Loading Channels...", + "mobile.loading_members": "Loading Members...", + "mobile.loading_posts": "Loading Messages...", + "mobile.login_options.choose_title": "Choose your login method", + "mobile.post.cancel": "取消", + "mobile.post.delete_question": "確定要刪除{term}嘛?", + "mobile.post.delete_title": "Delete Post", + "mobile.request.invalid_response": "Received invalid response from the server.", + "mobile.routes.channelInfo": "Info", + "mobile.routes.channelInfo.createdBy": "Created by {creator} on ", + "mobile.routes.channelInfo.delete_channel": "刪除頻道...", + "mobile.routes.channelInfo.favorite": "我的最愛", + "mobile.routes.channel_members.action": "移除成員", + "mobile.routes.channel_members.action_message": "You must select at least one member to remove from the channel.", + "mobile.routes.channel_members.action_message_confirm": "Are you sure you want to remove the selected members from the channel?", + "mobile.routes.channels": "頻道", + "mobile.routes.enterServerUrl": "輸入伺服器網址", + "mobile.routes.login": "登入", + "mobile.routes.loginOptions": "Login Chooser", + "mobile.routes.mfa": "多重要素驗證", + "mobile.routes.postsList": "文章列表", + "mobile.routes.saml": "Single SignOn", + "mobile.routes.selectTeam": "選擇團隊", + "mobile.routes.settings": "Settings", + "mobile.routes.thread": "{channelName} Thread", + "mobile.routes.thread_dm": "Direct Message Thread", + "mobile.routes.user_profile": "Profile", + "mobile.routes.user_profile.send_message": "發送訊息", + "mobile.server_ping_failed": "Cannot connect to the server. Please check your server URL and internet connection.", + "mobile.server_url.invalid_format": "開頭必須是 http:// 或 https://", + "more_channels.close": "關閉", + "more_channels.create": "建立頻道", + "more_channels.createClick": "按下'建立頻道'來建立新頻道", + "more_channels.join": "加入", + "more_channels.next": "下一頁", + "more_channels.noMore": "沒有可參加的頻道", + "more_channels.prev": "上一頁", + "more_channels.title": "更多頻道", + "more_direct_channels.close": "關閉", + "more_direct_channels.message": "訊息", + "more_direct_channels.new_convo_note": "這會起始新的對話。如果要加入大量的成員,請考慮改成建立新的私人群組。", + "more_direct_channels.new_convo_note.full": "已達到此對話的最大人數。請考慮改成建立新的私人群組。", + "more_direct_channels.title": "直接傳訊", + "msg_typing.areTyping": "{users}跟{last}正在打字...", + "msg_typing.isTyping": "{user}正在打字...", + "msg_typing.someone": "某人", + "multiselect.go": "前往", + "multiselect.instructions": "用上/下方向鍵來瀏覽,ENTER鍵選擇", + "multiselect.numPeopleRemaining": "還可以加 {num, number} 個人。", + "multiselect.numRemaining": "還可以加 {num, number} 個", + "multiselect.placeholder": "搜尋與新增成員", + "navbar.addMembers": "新增成員", + "navbar.click": "請按此處", + "navbar.delete": "刪除頻道...", + "navbar.leave": "離開頻道", + "navbar.manageMembers": "成員管理", + "navbar.noHeader": "沒有頻道標語。{newline}{link}來增加。", + "navbar.preferences": "通知喜好設定", + "navbar.rename": "變更頻道名稱…", + "navbar.setHeader": "設定頻道標題...", + "navbar.setPurpose": "設定頻道用途...", + "navbar.toggle1": "切換側邊欄", + "navbar.toggle2": "切換側邊欄", + "navbar.viewInfo": "檢視資訊", + "navbar.viewPinnedPosts": "View Pinned Posts", + "navbar_dropdown.about": "關於 Mattermost", + "navbar_dropdown.accountSettings": "帳號設定", + "navbar_dropdown.console": "系統控制台", + "navbar_dropdown.create": "建立團隊", + "navbar_dropdown.emoji": "自訂繪文字", + "navbar_dropdown.help": "說明", + "navbar_dropdown.integrations": "整合", + "navbar_dropdown.inviteMember": "邀請新成員", + "navbar_dropdown.join": "加入其他團隊", + "navbar_dropdown.leave": "離開團隊", + "navbar_dropdown.logout": "登出", + "navbar_dropdown.manageMembers": "會員管理", + "navbar_dropdown.nativeApps": "下載應用程式", + "navbar_dropdown.report": "回報錯誤", + "navbar_dropdown.switchTeam": "切換至 {team}", + "navbar_dropdown.switchTo": "切換至:", + "navbar_dropdown.teamLink": "取得團隊邀請連結", + "navbar_dropdown.teamSettings": "團隊設定", + "navbar_dropdown.viewMembers": "檢視成員", + "notification.dm": "直接傳訊", + "passwordRequirements": "密碼要求:", + "password_form.change": "變更密碼", + "password_form.click": "按 這裡登入", + "password_form.enter": "輸入 {siteName} 帳戶的新密碼", + "password_form.error": "請至少輸入{chars} 個字", + "password_form.pwd": "密碼", + "password_form.title": "密碼重設", + "password_form.update": "密碼已成功變更。", + "password_send.checkInbox": "請檢查收件夾。", + "password_send.description": "輸入註冊的電子郵件地址以重設密碼。", + "password_send.email": "電子郵件地址", + "password_send.error": "請輸入一個有效的電子郵件地址", + "password_send.link": "如果該帳號存在,將會發送一封密碼重置郵件至:
    {email}

    ", + "password_send.reset": "重置我的密碼", + "password_send.title": "密碼重設", + "pdf_preview.max_pages": "請下載以閱讀更多頁", + "pending_post_actions.cancel": "取消", + "pending_post_actions.retry": "重試", + "permalink.error.access": "此永久連結通往被刪除的訊息或是您沒有觀看權限的頻道。", + "post_attachment.collapse": "收起...", + "post_attachment.more": "展開...", + "post_body.commentedOn": "對 {name}{apostrophe} 訊息的註解:", + "post_body.deleted": "(訊息已刪除)", + "post_body.plusMore": " 跟另外{count}個檔案", + "post_body.plusOne": " 跟另外一個檔案", + "post_delete.notPosted": "無法發布註解", + "post_delete.okay": "確定", + "post_delete.someone": "您嘗試註解的訊息已經被刪除。", + "post_focus_view.beginning": "頻道封存的開頭", + "post_info.del": "刪除", + "post_info.edit": "編輯", + "post_info.mobile.flag": "標記", + "post_info.mobile.unflag": "取消標記", + "post_info.permalink": "永久網址", + "post_info.pin": "Pin to channel", + "post_info.pinned": "Pinned", + "post_info.reply": "回覆", + "post_info.system": "系統", + "post_info.unpin": "Un-pin from channel", + "post_message_view.edited": "(被編輯過)", + "posts_view.loadMore": "載入更多訊息", + "posts_view.newMsg": "新訊息", + "posts_view.newMsgBelow": "下面還有 {count} 個新訊息", + "reaction.clickToAdd": "(請按這裡增加)", + "reaction.clickToRemove": "(請按這裡移除)", + "reaction.othersReacted": "{otherUsers, number} 位使用者", + "reaction.reacted": "{users} 與 {emoji} {reactionVerb}", + "reaction.reactionVerb.user": "已互動", + "reaction.reactionVerb.users": "已互動", + "reaction.reactionVerb.you": "已互動", + "reaction.reactionVerb.youAndUsers": "已互動", + "reaction.usersAndOthersReacted": "{users} 與 其他 {otherUsers, number} 位使用者", + "reaction.usersReacted": "{users} 與 {lastUser}", + "reaction.you": "您", + "removed_channel.channelName": "頻道", + "removed_channel.from": "從下者中被移除:", + "removed_channel.okay": "確定", + "removed_channel.remover": "您被 {remover} 從 {channel} 移除了", + "removed_channel.someone": "某人", + "rename_channel.cancel": "取消", + "rename_channel.defaultError": " - 預設頻道不能更改", + "rename_channel.displayName": "顯示名稱", + "rename_channel.displayNameHolder": "請輸入顯示名稱", + "rename_channel.handleHolder": "請用小寫英數字", + "rename_channel.lowercase": "請用小寫英數字", + "rename_channel.maxLength": "此欄位必須少於22個字元", + "rename_channel.required": "此欄位是必需的", + "rename_channel.save": "儲存", + "rename_channel.title": "變更頻道名稱", + "rename_channel.url": "網址:", + "rhs_comment.comment": "註解", + "rhs_comment.del": "刪除", + "rhs_comment.edit": "編輯", + "rhs_comment.mobile.flag": "標記", + "rhs_comment.mobile.unflag": "取消標記", + "rhs_comment.permalink": "永久網址", + "rhs_header.backToCallTooltip": "回到通話", + "rhs_header.backToFlaggedTooltip": "回到被標記的訊息", + "rhs_header.backToResultsTooltip": "回到搜尋結果", + "rhs_header.closeSidebarTooltip": "關閉側邊欄", + "rhs_header.closeTooltip": "關閉側邊欄", + "rhs_header.details": "詳細訊息", + "rhs_header.expandSidebarTooltip": "展開側邊欄", + "rhs_header.expandTooltip": "關閉側邊欄", + "rhs_header.shrinkSidebarTooltip": "關閉側邊欄", + "rhs_root.del": "刪除", + "rhs_root.direct": "直接訊息", + "rhs_root.edit": "編輯", + "rhs_root.mobile.flag": "標記", + "rhs_root.mobile.unflag": "取消標記", + "rhs_root.permalink": "永久網址", + "rhs_root.pin": "Pin to channel", + "rhs_root.unpin": "Un-pin from channel", + "search_bar.search": "搜尋", + "search_bar.usage": "

    搜尋選項

    • \"雙引號\"來搜尋語句
    • from:來搜尋特定使用者的訊息,用in:來搜尋特定頻道
    ", + "search_header.results": "搜尋結果", + "search_header.title2": "最近提及", + "search_header.title3": "被標記的訊息", + "search_header.title4": "Pinned posts in {channelDisplayName}", + "search_item.direct": "直接訊息 (與{username})", + "search_item.jump": "跳至", + "search_results.because": "
    • 如果要搜尋部份語句(如搜尋\"rea\"以尋找\"reach\"或\"reaction\"),請在搜尋詞尾附上*。
    • 為了減少收尋結果,兩個字母的搜尋跟常用字像\"this\"、\"a\"跟\"is\"不會顯示在結果當中。
    ", + "search_results.noResults": "沒有任何結果。再嘗試一次?", + "search_results.usage": "
    • \"雙引號\"來搜尋語句
    • from:來搜尋特定使用者的訊息,用in:來搜尋特定頻道
    ", + "search_results.usageFlag1": "尚未標記任何訊息。", + "search_results.usageFlag2": "可以藉由按下位於時間戳記旁邊的這 ", + "search_results.usageFlag3": " 圖示來標記訊息跟註解。", + "search_results.usageFlag4": "標記是標注訊息以追蹤後續的功能。您的標記是屬於個人的,不會被其他使用者看到。", + "search_results.usagePin1": "There are no pinned messages yet.", + "search_results.usagePin2": "All members of this channel can pin important or useful messages.", + "search_results.usagePin3": "Pinned messages are visible to all channel members.", + "search_results.usagePin4": "To pin a message: Go to the message that you want to pin and click [...] > \"Pin to channel\".", + "setting_item_max.cancel": "取消", + "setting_item_max.save": "儲存", + "setting_item_min.edit": "編輯", + "setting_picture.cancel": "取消", + "setting_picture.help": "請上傳個人圖像,格式為JPG或PNG,至少寬{width}像素、高{height}像素。", + "setting_picture.save": "儲存", + "setting_picture.select": "選擇", + "setting_upload.import": "匯入", + "setting_upload.noFile": "未選取任何檔案。", + "setting_upload.select": "選取檔案", + "sidebar.channels": "頻道", + "sidebar.createChannel": "建立頻道", + "sidebar.createGroup": "建立群組", + "sidebar.direct": "直接訊息", + "sidebar.favorite": "我的最愛", + "sidebar.more": "更多", + "sidebar.moreElips": "更多...", + "sidebar.otherMembers": "此團隊以外", + "sidebar.pg": "私人群組", + "sidebar.removeList": "從清單中移除", + "sidebar.tutorialScreen1": "

    頻道

    頻道用來展開關於各種話題的對話。頻道對團隊全體都是開放可以任意讀寫的。需要私密通訊時,對單獨一人時使用直接訊息,對多人時使用私人群組

    ", + "sidebar.tutorialScreen2": "

    \"{townsquare}\"跟\"{offtopic}\"頻道

    以下為兩個一開始就建立好的公開頻道:

    {townsquare}是個給團隊之間溝通的地方,您的團隊全員都是這個頻道的成員。

    {offtopic}是個放鬆心情、聊與工作無關事情的地方。您和團隊可以決定要建立其他怎樣的頻道。

    ", + "sidebar.tutorialScreen3": "

    建立和加入頻道

    \"更多...\"來建立新頻道或是加入現有的頻道。

    您也可以藉由按在頻道或是私人群組標題旁邊的\"+\"符號來建立新頻道或是私人群組。

    ", + "sidebar.unreadAbove": "上面有未讀訊息", + "sidebar.unreadBelow": "下面有未讀訊息", + "sidebar_header.tutorial": "

    主選單

    主選單可以邀請新成員,存取帳號設定並設定主題顏色

    團隊管理員也可以在此存取團隊設定

    系統管理員會在此看到系統控制台以管理整個系統。

    ", + "sidebar_right_menu.accountSettings": "帳號設定", + "sidebar_right_menu.console": "系統控制台", + "sidebar_right_menu.flagged": "被標記的訊息", + "sidebar_right_menu.help": "說明", + "sidebar_right_menu.inviteNew": "邀請新成員", + "sidebar_right_menu.logout": "登出", + "sidebar_right_menu.manageMembers": "成員管理", + "sidebar_right_menu.nativeApps": "下載應用程式", + "sidebar_right_menu.recentMentions": "最近提及", + "sidebar_right_menu.report": "回報錯誤", + "sidebar_right_menu.teamLink": "取得團隊邀請連結", + "sidebar_right_menu.teamSettings": "團隊設定", + "sidebar_right_menu.viewMembers": "檢視成員", + "signup.email": "電子郵件跟密碼", + "signup.gitlab": "GitLab 單一登入", + "signup.google": "Google 帳號", + "signup.ldap": "AD/LDAP 認證", + "signup.office365": "Office 365", + "signup.title": "用下列之一建立帳號:", + "signup_team.createTeam": "或是建立團隊", + "signup_team.disabled": "建立團隊功能已被停用。如須使用請聯絡系統管理員。", + "signup_team.join_open": "能加入的團隊:", + "signup_team.noTeams": "團隊列表沒有團隊且建立團隊的功能已被停用。", + "signup_team.no_open_teams": "沒有能加入的團隊。請向管理員詢問邀請。", + "signup_team.no_open_teams_canCreate": "沒有能加入的團隊。請建立團隊或是向管理員詢問邀請。", + "signup_team.no_teams": "沒有現成的團隊。請向管理員聯絡。", + "signup_team.no_teams_canCreate": "沒有現成的團隊。請按下\"建立團隊\"以建立。", + "signup_team.none": "沒有啟用的團隊建立方式。請聯絡管理員。", + "signup_team_complete.completed": "已經完成此邀請的註冊程序,或是此邀請已過期。", + "signup_team_confirm.checkEmail": "請檢查電子郵件{email}
    電子郵件中含有建立團隊的連結", + "signup_team_confirm.title": "註冊完成", + "signup_team_system_console": "前往系統控制台", + "signup_user_completed.choosePwd": "輸入密碼", + "signup_user_completed.chooseUser": "輸入使用者名稱", + "signup_user_completed.create": "建立新帳號", + "signup_user_completed.emailHelp": "註冊需要有效的電子郵件", + "signup_user_completed.emailIs": "您的電子郵件是{email}。請使用這個電子郵件來登入{siteName}。", + "signup_user_completed.expired": "已經完成此邀請的註冊程序,或是此邀請已過期。", + "signup_user_completed.gitlab": "使用 GitLab", + "signup_user_completed.google": "使用 Google", + "signup_user_completed.haveAccount": "已經有帳號了?", + "signup_user_completed.invalid_invite": "無效的邀請連結。請聯絡管理員。", + "signup_user_completed.lets": "讓我們來建立帳號吧", + "signup_user_completed.no_open_server": "此伺服器不開放註冊。請聯絡管理員索要邀請。", + "signup_user_completed.none": "沒有啟用的使用者建立方式。請聯絡系統管理員。", + "signup_user_completed.office365": "使用 Office 365", + "signup_user_completed.onSite": "於{siteName}", + "signup_user_completed.or": "或", + "signup_user_completed.passwordLength": "請至少輸入{min}個字", + "signup_user_completed.required": "此欄位是必需的", + "signup_user_completed.reserved": "此使用者名稱為保留名稱,請選新的名稱。", + "signup_user_completed.signIn": "按此處登入。", + "signup_user_completed.userHelp": "使用者名稱必須要以小寫英字母開頭,最少{min}最多{max}個字,只能使用小寫英字母、數字、'.'、'-'跟'_'", + "signup_user_completed.usernameLength": "使用者名稱必須要以小寫英字母開頭,最少{min}最多{max}個字,只能使用小寫英字母、數字、'.'、'-'跟'_'。", + "signup_user_completed.validEmail": "請輸入一個有效的電子郵件位址", + "signup_user_completed.welcome": "歡迎使用:", + "signup_user_completed.whatis": "您的電子郵件地址是?", + "signup_user_completed.withLdap": "使用 AD/LDAP 認證", + "sso_signup.find": "尋找我的團隊", + "sso_signup.gitlab": "用 GitLab 帳號建立團隊", + "sso_signup.google": "用 Google Apps 帳號建立團隊", + "sso_signup.length_error": "名稱長度為3到15字元", + "sso_signup.teamName": "輸入新團隊名稱", + "sso_signup.team_error": "請輸入團隊名稱", + "suggestion.mention.all": "通知頻道全員。在{townsquare}使用來通知全團隊。", + "suggestion.mention.channel": "通知頻道全員", + "suggestion.mention.channels": "我的頻道", + "suggestion.mention.here": "通知此頻道所有在線的人", + "suggestion.mention.members": "頻道成員", + "suggestion.mention.morechannels": "其他頻道", + "suggestion.mention.nonmembers": "不在頻道中", + "suggestion.mention.special": "特別提及", + "suggestion.search.private": "私人群組", + "suggestion.search.public": "公開頻道", + "team_export_tab.download": "下載", + "team_export_tab.export": "匯出", + "team_export_tab.exportTeam": "匯出團隊", + "team_export_tab.exporting": " 匯出中...", + "team_export_tab.ready": " 準備完畢: ", + "team_export_tab.unable": " 無法匯出:{error}", + "team_import_tab.failure": " 匯入失敗:", + "team_import_tab.import": "匯入", + "team_import_tab.importHelpDocsLink": "說明文件", + "team_import_tab.importHelpExportInstructions": "Slack > Team Settings > Import/Export Data > Export > Start Export", + "team_import_tab.importHelpExporterLink": "Slack 進階匯出", + "team_import_tab.importHelpLine1": "由 Slack 匯入 Mattermost 支援匯入 Slack 團隊公開頻道的訊息。", + "team_import_tab.importHelpLine2": "由 Slack 匯入團隊,請至 {exportInstructions}。請參閱{uploadDocsLink}。", + "team_import_tab.importHelpLine3": "匯入帶有檔案的訊息,請參閱{slackAdvancedExporterLink}。", + "team_import_tab.importSlack": "由 Slack 匯入 (Beta)", + "team_import_tab.importing": " 匯入中...", + "team_import_tab.successful": " 匯入成功:", + "team_import_tab.summary": "檢視摘要", + "team_member_modal.close": "關閉", + "team_member_modal.members": "{team} 成員", + "team_members_dropdown.confirmDemoteDescription": "如果將自己從系統管理員降級且不存在其它有管理員權限的使用者。則您必須以終端機方式存取 Mattermost 伺服器並執行下列命令以重新指定新的系統管理員。", + "team_members_dropdown.confirmDemoteRoleTitle": "確認從系統管理員降級", + "team_members_dropdown.confirmDemotion": "降級確認", + "team_members_dropdown.confirmDemotionCmd": "platform roles system_admin {username}", + "team_members_dropdown.inactive": "停用", + "team_members_dropdown.leave_team": "移出團隊", + "team_members_dropdown.makeActive": "啟用", + "team_members_dropdown.makeAdmin": "設為團隊管理員", + "team_members_dropdown.makeInactive": "停用", + "team_members_dropdown.makeMember": "設為成員", + "team_members_dropdown.member": "成員", + "team_members_dropdown.systemAdmin": "系統管理", + "team_members_dropdown.teamAdmin": "團隊管理", + "team_settings_modal.exportTab": "匯出", + "team_settings_modal.generalTab": "一般", + "team_settings_modal.importTab": "匯入", + "team_settings_modal.title": "團隊設定", + "team_sidebar.join": "其他能加入的團隊。", + "textbox.bold": "**粗體**", + "textbox.edit": "編輯訊息", + "textbox.help": "說明", + "textbox.inlinecode": "`行內程式碼`", + "textbox.italic": "_斜體_", + "textbox.preformatted": "```不排版```", + "textbox.preview": "預覽", + "textbox.quote": ">引用", + "textbox.strike": "删除線", + "tutorial_intro.allSet": "準備就緒", + "tutorial_intro.end": "按\"下一步\"來進入{channel}。這是團隊成員註冊之後第一個頻道。善用此處張貼所有人都需要知道的更新事項。", + "tutorial_intro.invite": "邀請團隊成員", + "tutorial_intro.mobileApps": "安裝 {link} 上的應用程式以便在行進間存取並接收通知。", + "tutorial_intro.mobileAppsLinkText": "PC, Mac, iOS 與 Android", + "tutorial_intro.next": "下一步", + "tutorial_intro.screenOne": "

    歡迎來到:

    Mattermost

    您團隊的溝通將可集中在一處、即時可搜尋並隨地都能取用

    讓團隊連結在一起,達成重要的任務。

    ", + "tutorial_intro.screenTwo": "

    如何運用Mattermost:

    利用公開頻道、私人群組以及直接訊息來相互溝通。

    所有的內容都會被記錄下來並且可以經由任何可以瀏覽網站的桌機、筆電或手機來搜尋。

    ", + "tutorial_intro.skip": "跳過教學", + "tutorial_intro.support": "有任何需要,請寄送電子郵件到 ", + "tutorial_intro.teamInvite": "邀請團隊成員", + "tutorial_intro.whenReady": " 當您準備好。", + "tutorial_tip.next": "下一步", + "tutorial_tip.ok": "確定", + "tutorial_tip.out": "不要顯示提示。", + "tutorial_tip.seen": "曾經看過這個嘛?", + "update_command.cancel": "取消", + "update_command.confirm": "編輯斜線命令", + "update_command.question": "變更可能會導致現有的斜線命令無法使用。您確定要更新嘛?", + "update_command.update": "更新", + "update_incoming_webhook.update": "更新", + "update_outgoing_webhook.confirm": "編輯傳出的 Webhook", + "update_outgoing_webhook.question": "變更可能會導致現有的傳出的 Webhook 無法使用。您確定要更新嘛?", + "update_outgoing_webhook.update": "更新", + "upload_overlay.info": "將檔案拖曳到這裡上傳。", + "user.settings.advance.embed_preview": "訊息中第一個網站連結,嘗試顯示網站內容預覽於訊息下方", + "user.settings.advance.embed_toggle": "內嵌預覽顯示開關", + "user.settings.advance.emojipicker": "Enable emoji picker in message input box", + "user.settings.advance.enabledFeatures": "已啟用 {count, number} 項功能", + "user.settings.advance.formattingDesc": "啟用時,文章會顯示連結、顯示繪文字、套用樣式到文字上並自動斷行。此設定預設為開啟。修改此設定後需要重新讀取頁面以生效。", + "user.settings.advance.formattingTitle": "啟用文章格式設定", + "user.settings.advance.joinLeaveDesc": "當\"啟用\"時,頻道會顯示使用者加入或離開的系統訊息。當\"關閉\"時,頻道會隱藏使用者加入或離開的系統訊息。當您被加入頻道時,不論設定如何都會顯示訊息以提醒您。", + "user.settings.advance.joinLeaveTitle": "啟用加入/離開訊息", + "user.settings.advance.markdown_preview": "在訊息輸入方塊顯示 Markdown 預覽選項", + "user.settings.advance.off": "關閉", + "user.settings.advance.on": "啟用", + "user.settings.advance.preReleaseDesc": "選用任何想預覽的預先發佈功能。更改後可能需要重新讀取頁面以生效。", + "user.settings.advance.preReleaseTitle": "預覽預先發佈功能", + "user.settings.advance.sendDesc": "啟用時,'Enter' 是插入新行而 'Ctrl + Enter' 是貼文。", + "user.settings.advance.sendTitle": "用 Ctrl + Enter 貼文", + "user.settings.advance.slashCmd_autocmp": "啟用外部程式以提供自動完成斜線命令", + "user.settings.advance.title": "進階設定", + "user.settings.advance.webrtc_preview": "啟用此功能以撥打或接收一對一的 WebRTC 通訊", + "user.settings.custom_theme.awayIndicator": "離開標識", + "user.settings.custom_theme.buttonBg": "按鈕 BG", + "user.settings.custom_theme.buttonColor": "按鈕文字", + "user.settings.custom_theme.centerChannelBg": "中央頻道 BG", + "user.settings.custom_theme.centerChannelColor": "中央頻道文字", + "user.settings.custom_theme.centerChannelTitle": "中央頻道樣式", + "user.settings.custom_theme.codeTheme": "程式碼主題", + "user.settings.custom_theme.copyPaste": "用複製貼上來分享主題配色:", + "user.settings.custom_theme.linkButtonTitle": "連結與按鈕的樣式", + "user.settings.custom_theme.linkColor": "連結顏色", + "user.settings.custom_theme.mentionBj": "未讀的提及 BG", + "user.settings.custom_theme.mentionColor": "未讀的提及文字", + "user.settings.custom_theme.mentionHighlightBg": "提及醒目提示 BG", + "user.settings.custom_theme.mentionHighlightLink": "提及醒目提示的連結", + "user.settings.custom_theme.newMessageSeparator": "新訊息的分隔符號", + "user.settings.custom_theme.onlineIndicator": "線上標識", + "user.settings.custom_theme.sidebarBg": "側邊欄 BG", + "user.settings.custom_theme.sidebarHeaderBg": "側邊欄標題 BG", + "user.settings.custom_theme.sidebarHeaderTextColor": "側邊欄標題文字", + "user.settings.custom_theme.sidebarText": "側邊欄文字", + "user.settings.custom_theme.sidebarTextActiveBorder": "側邊欄文字作用中邊框", + "user.settings.custom_theme.sidebarTextActiveColor": "側邊欄文字作用中顏色", + "user.settings.custom_theme.sidebarTextHoverBg": "側邊欄文字暫留 BG", + "user.settings.custom_theme.sidebarTitle": "側邊欄樣式", + "user.settings.custom_theme.sidebarUnreadText": "側邊欄未讀文字", + "user.settings.display.channelDisplayTitle": "頻道顯示模式", + "user.settings.display.channeldisplaymode": "選擇中央頻道的寬度。", + "user.settings.display.clockDisplay": "顯示時間", + "user.settings.display.collapseDesc": "設定圖片預覽預設為收折或是展開。此設定也可以經由斜線命令 /expand 與 /collapse 控制。", + "user.settings.display.collapseDisplay": "圖片連結預覽的預設顯示", + "user.settings.display.collapseOff": "已收摺", + "user.settings.display.collapseOn": "已展開", + "user.settings.display.fixedWidthCentered": "固定寬度,置中對齊", + "user.settings.display.fontDesc": "選擇 Mattermost 使用者介面的字型。", + "user.settings.display.fontTitle": "顯示字型", + "user.settings.display.fullScreen": "全寬", + "user.settings.display.language": "語言", + "user.settings.display.messageDisplayClean": "標準", + "user.settings.display.messageDisplayCleanDes": "容易瀏覽與閱讀。", + "user.settings.display.messageDisplayCompact": "密集", + "user.settings.display.messageDisplayCompactDes": "顯示盡可能多的訊息", + "user.settings.display.messageDisplayDescription": "選擇在頻道裡訊息該如何顯示", + "user.settings.display.messageDisplayTitle": "訊息顯示", + "user.settings.display.militaryClock": "24 小時制(如:16:00)", + "user.settings.display.nameOptsDesc": "設定在訊息及直接訊息列表該如何顯示其他使用者的名字。", + "user.settings.display.normalClock": "12 小時制(如:4:00 PM)", + "user.settings.display.preferTime": "選擇時間顯示方式。", + "user.settings.display.showFullname": "顯示姓跟名", + "user.settings.display.showNickname": "有暱稱時顯示暱稱,沒有時顯示姓跟名", + "user.settings.display.showUsername": "顯示使用者名稱(預設)", + "user.settings.display.teammateDisplay": "團隊成員名稱顯示", + "user.settings.display.theme.applyToAllTeams": "將新主題套用到所有的團隊上", + "user.settings.display.theme.customTheme": "自訂主題", + "user.settings.display.theme.describe": "管理主題", + "user.settings.display.theme.import": "從 Slack 匯入主題配色", + "user.settings.display.theme.otherThemes": "瀏覽其他的主題", + "user.settings.display.theme.themeColors": "主題配色", + "user.settings.display.theme.title": "主題", + "user.settings.display.title": "顯示設定", + "user.settings.general.checkEmail": "請檢查電子郵件信箱 {email} 以驗證電子郵件地址。", + "user.settings.general.checkEmailNoAddress": "請檢查電子郵件信箱以驗證新的電子郵件地址。", + "user.settings.general.close": "關閉", + "user.settings.general.confirmEmail": "電子郵件地址確認", + "user.settings.general.email": "電子郵件地址", + "user.settings.general.emailGitlabCantUpdate": "經由 GitLab 登入。無法變更電子郵件地址。通知將會寄送到 {email}。", + "user.settings.general.emailGoogleCantUpdate": "經由 Google 登入。無法變更電子郵件地址。通知將會寄送到 {email}。", + "user.settings.general.emailHelp1": "電子郵件地址將會用在登入、通知跟重置密碼。更改時需要重新驗證。", + "user.settings.general.emailHelp2": "系統管理員已停用電子郵件。在被啟用之前將不會有通知郵件寄出。", + "user.settings.general.emailHelp3": "電子郵件地址將會用在登入、通知跟重置密碼。", + "user.settings.general.emailHelp4": "驗證用電子郵件已寄出到 {email} 。", + "user.settings.general.emailLdapCantUpdate": "經由 AD/LDAP 登入。無法變更電子郵件地址。通知將會寄送到 {email}。", + "user.settings.general.emailMatch": "您輸入的新電子郵件地址不一致。", + "user.settings.general.emailOffice365CantUpdate": "經由 Office 365 登入。無法變更電子郵件地址。通知將會寄送到 {email}。", + "user.settings.general.emailSamlCantUpdate": "經由 SAML 登入。無法變更電子郵件地址。通知將會寄送到 {email}。", + "user.settings.general.emailUnchanged": "您的新電子郵件地址跟舊的一樣。", + "user.settings.general.emptyName": "按'編輯'以增加全名", + "user.settings.general.emptyNickname": "按'編輯'以增加暱稱", + "user.settings.general.emptyPosition": "點選'編輯'以增加工作職稱/職位", + "user.settings.general.field_handled_externally": "此欄位由您的登入提供者決定。如果想變更它,得經由登入提供者變更。", + "user.settings.general.firstName": "名字", + "user.settings.general.fullName": "全名", + "user.settings.general.imageTooLarge": "無法上傳個人圖像。檔案過大。", + "user.settings.general.imageUpdated": "圖像最新更新於 {date}", + "user.settings.general.lastName": "姓氏", + "user.settings.general.loginGitlab": "已經由 GitLab 登入 ({email})", + "user.settings.general.loginGoogle": "已經由 Google 登入 ({email})", + "user.settings.general.loginLdap": "已經由 AD/LDAP 登入 ({email})", + "user.settings.general.loginOffice365": "已經由 Office 365 登入 ({email})", + "user.settings.general.loginSaml": "已經由 SAML 登入 ({email})", + "user.settings.general.newAddress": "新電子郵件地址:{email}
    請檢查電子郵件信箱以驗證上面的地址。", + "user.settings.general.nickname": "匿稱", + "user.settings.general.nicknameExtra": "暱稱讓您有個除了名字跟使用者名稱以外的稱呼。這通常使用在有多個人的名字跟使用者名稱聽起來差不多的情況。", + "user.settings.general.notificationsExtra": "預設情況下當有人輸入您的名字時您將會收到提及通知。請到{notify}以變更設定。", + "user.settings.general.notificationsLink": "通知", + "user.settings.general.position": "職位", + "user.settings.general.positionExtra": "用職位表示您的角色或職稱。這將會顯示於個人資訊中。", + "user.settings.general.primaryEmail": "主要電子郵件地址", + "user.settings.general.profilePicture": "個人圖像", + "user.settings.general.title": "一般設定", + "user.settings.general.uploadImage": "按下'編輯'以上傳圖像。", + "user.settings.general.username": "使用者名稱", + "user.settings.general.usernameInfo": "選個團隊成員容易識別及記憶的名稱。", + "user.settings.general.usernameReserved": "此使用者名稱為保留名稱,請選新的名稱。", + "user.settings.general.usernameRestrictions": "使用者名稱必須要以小寫英字母開頭,最少{min}最多{max}個字,只能使用小寫英字母、數字、'.'、'-'跟'_'。", + "user.settings.general.validEmail": "請輸入一個有效的電子郵件位址", + "user.settings.general.validImage": "個人圖像只能使用 JPG 或 PNG 圖片", + "user.settings.import_theme.cancel": "取消", + "user.settings.import_theme.importBody": "如何匯入主題:前往 Slack 團隊並找尋\"Preferences -> Sidebar Theme\"。開啟自訂主題選項,複製主題配色的值並貼上於此:", + "user.settings.import_theme.importHeader": "匯入 Slack 主題", + "user.settings.import_theme.submit": "送出", + "user.settings.import_theme.submitError": "無效的格式,請再一次嘗試複製貼上。", + "user.settings.languages.change": "變更介面語言", + "user.settings.languages.promote": "選擇 Mattermost 用哪種語言顯示使用者界面。

    想要幫忙翻譯嘛?加入 Mattermost 翻譯伺服器 來幫忙。", + "user.settings.mfa.add": "為您的帳號加上多重要素驗證", + "user.settings.mfa.addHelp": "增加多重要素驗證將會在每次登入時要求輸入來自手機上的代碼,藉此讓您的帳號更為安全。", + "user.settings.mfa.addHelpQr": "請用手機上的 Google Authenticator 應用程式掃描 QR 碼並填入應用程式提供的 Token。如果無法掃描 QR 碼,可以手動輸入密碼。", + "user.settings.mfa.enterToken": "Token (僅限數字)", + "user.settings.mfa.qrCode": "條碼", + "user.settings.mfa.remove": "從您的帳號移除多重要素驗證", + "user.settings.mfa.removeHelp": "刪除多重因子認證後將不再需要一個基於手機的密碼以登入帳戶。", + "user.settings.mfa.requiredHelp": "此伺服器要求多重要素驗證。建議只在需要換新手機以產生代碼時重置。您馬上會被要求再次設定。", + "user.settings.mfa.reset": "重置多重要素驗證", + "user.settings.mfa.secret": "密碼", + "user.settings.mfa.title": "多重要素驗證", + "user.settings.modal.advanced": "進階", + "user.settings.modal.confirmBtns": "是,放棄它們", + "user.settings.modal.confirmMsg": "還有未儲存的變更,要放棄它們嘛?", + "user.settings.modal.confirmTitle": "放棄變更?", + "user.settings.modal.display": "顯示", + "user.settings.modal.general": "一般", + "user.settings.modal.notifications": "通知", + "user.settings.modal.security": "安全", + "user.settings.modal.title": "帳號設定", + "user.settings.notifications.allActivity": "所有的活動", + "user.settings.notifications.channelWide": "對頻道全員的提及 \"@channel\"、\"@all\"", + "user.settings.notifications.close": "關閉", + "user.settings.notifications.comments": "回覆通知", + "user.settings.notifications.commentsAny": "我開啟或是有參與的討論串有回覆時觸發通知", + "user.settings.notifications.commentsInfo": "除了被提及的時候通知外,選擇是否要接受討論串回覆通知。", + "user.settings.notifications.commentsNever": "回覆串訊息只有在提及時觸發通知。", + "user.settings.notifications.commentsRoot": "我開啟的討論串有訊息時觸發通知", + "user.settings.notifications.desktop": "發送桌面通知", + "user.settings.notifications.desktop.allFirefoxForever": "所有的活動,一直顯示", + "user.settings.notifications.desktop.allFirefoxTimed": "所有的活動,顯示 {seconds} 秒", + "user.settings.notifications.desktop.allNoSoundForever": "所有的活動,無通知音效,一直顯示", + "user.settings.notifications.desktop.allNoSoundTimed": "所有的活動,無通知音效,顯示 {seconds} 秒", + "user.settings.notifications.desktop.allSoundForever": "所有的活動,有通知音效,一直顯示", + "user.settings.notifications.desktop.allSoundTimed": "所有的活動,有通知音效,顯示 {seconds} 秒", + "user.settings.notifications.desktop.duration": "通知長度", + "user.settings.notifications.desktop.durationInfo": "設定在 Firefox 或 Chrome 中桌面通知將停留在畫面上多久。Edge 與 Safari 的桌面通知最多僅能停留5秒。", + "user.settings.notifications.desktop.mentionsFirefoxForever": "提及跟直接訊息,一直顯示", + "user.settings.notifications.desktop.mentionsFirefoxTimed": "提及跟直接訊息,顯示 {seconds} 秒", + "user.settings.notifications.desktop.mentionsNoSoundForever": "提及跟直接訊息,無通知音效,一直顯示", + "user.settings.notifications.desktop.mentionsNoSoundTimed": "提及跟直接訊息,無通知音效,顯示 {seconds} 秒", + "user.settings.notifications.desktop.mentionsSoundForever": "提及跟直接訊息,有通知音效,一直顯示", + "user.settings.notifications.desktop.mentionsSoundTimed": "提及跟直接訊息,有通知音效,顯示 {seconds} 秒", + "user.settings.notifications.desktop.seconds": "{seconds} 秒", + "user.settings.notifications.desktop.sound": "通知音效", + "user.settings.notifications.desktop.title": "桌面通知", + "user.settings.notifications.desktop.unlimited": "無限制", + "user.settings.notifications.desktopSounds": "桌面通知音效", + "user.settings.notifications.email.disabled": "被系統管理員停用", + "user.settings.notifications.email.disabled_long": "Email notifications have been disabled by your System Administrator.", + "user.settings.notifications.email.everyHour": "每小時", + "user.settings.notifications.email.everyXMinutes": "每 {count} 分鐘", + "user.settings.notifications.email.immediately": "立即", + "user.settings.notifications.email.never": "永不", + "user.settings.notifications.email.send": "發送電子郵件通知", + "user.settings.notifications.emailBatchingInfo": "於所選的時間間隔內收到的通知將被合併成一封電子郵件寄送。", + "user.settings.notifications.emailInfo": "在離線或是離開 {siteName} 超過 5 分鐘時,會發送電子郵件以通知關於您的提及與直接訊息。", + "user.settings.notifications.emailNotifications": "電子郵件通知", + "user.settings.notifications.header": "通知", + "user.settings.notifications.info": "桌面通知支援 Edge、Firefox、Safari、Chrome 跟 Mattermost 桌面應用程式。", + "user.settings.notifications.mentionsInfo": "提及會在某人發送含有您的使用者名稱(\"@{username}\")或上面任何選取的選項時被觸發。", + "user.settings.notifications.never": "永不", + "user.settings.notifications.noWords": "沒有設定單字", + "user.settings.notifications.off": "關閉", + "user.settings.notifications.on": "啟用", + "user.settings.notifications.onlyMentions": "僅限於提及跟直接訊息", + "user.settings.notifications.push": "行動推播", + "user.settings.notifications.push_notification.status": "何時觸發推播通知", + "user.settings.notifications.sensitiveName": "您的名字,區分大小寫:\"{first_name}\"", + "user.settings.notifications.sensitiveUsername": "您的使用者名稱,不區分大小寫:\"{username}\"", + "user.settings.notifications.sensitiveWords": "其他不區分大小寫的字,用逗號分隔:", + "user.settings.notifications.soundConfig": "請在瀏覽器設置中設定通知聲音", + "user.settings.notifications.sounds_info": "通知音效支援 IE11、Edge、Safari、Chrome 跟 Mattermost 桌面應用程式。", + "user.settings.notifications.teamWide": "對團隊全員的提及 \"@all\"", + "user.settings.notifications.title": "通知設定", + "user.settings.notifications.wordsTrigger": "觸發提及的字", + "user.settings.push_notification.allActivity": "所有的活動", + "user.settings.push_notification.allActivityAway": "離開或離線時的所有活動", + "user.settings.push_notification.allActivityOffline": "離線時的所有活動", + "user.settings.push_notification.allActivityOnline": "線上、離開或離線時的所有活動", + "user.settings.push_notification.away": "離開或離線", + "user.settings.push_notification.disabled": "被系統管理員停用", + "user.settings.push_notification.disabled_long": "行動裝置推播已被系統管理員停用。", + "user.settings.push_notification.info": "當 Mattermost 有活動時會推發通知提醒到您的行動裝置。", + "user.settings.push_notification.off": "關閉", + "user.settings.push_notification.offline": "離線", + "user.settings.push_notification.online": "線上、離開或離線", + "user.settings.push_notification.onlyMentions": "僅限於提及跟直接訊息", + "user.settings.push_notification.onlyMentionsAway": "線上、離開或離線時的提及跟直接訊息", + "user.settings.push_notification.onlyMentionsOffline": "離線時的提及跟直接訊息", + "user.settings.push_notification.onlyMentionsOnline": "線上、離開或離線時的提及跟直接訊息", + "user.settings.push_notification.send": "發送行動推播通知", + "user.settings.push_notification.status": "何時觸發推播通知", + "user.settings.push_notification.status_info": "只有在上線狀態符合上面的選項時才會發送通知到行動裝置上。", + "user.settings.security.active": "Active", + "user.settings.security.close": "關閉", + "user.settings.security.currentPassword": "目前的密碼", + "user.settings.security.currentPasswordError": "請輸入原先的密碼。", + "user.settings.security.deauthorize": "解除授權", + "user.settings.security.emailPwd": "電子郵件跟密碼", + "user.settings.security.gitlab": "GitLab", + "user.settings.security.google": "Google", + "user.settings.security.inactive": "停用", + "user.settings.security.lastUpdated": "最後一次更新於 {date} {time}", + "user.settings.security.ldap": "AD/LDAP", + "user.settings.security.loginGitlab": "已經由 GitLab 登入", + "user.settings.security.loginGoogle": "經由 Gooel Apps 登入", + "user.settings.security.loginLdap": "已經由 AD/LDAP 登入", + "user.settings.security.loginOffice365": "經由 Office 365 登入", + "user.settings.security.loginSaml": "已經由 SAML 登入", + "user.settings.security.logoutActiveSessions": "觀看並登出使用中的工作階段", + "user.settings.security.method": "登入方式", + "user.settings.security.newPassword": "新密碼", + "user.settings.security.noApps": "尚未授權給任一 OAuth 2.0 應用程式。", + "user.settings.security.oauthApps": "OAuth 2.0 應用程式", + "user.settings.security.oauthAppsDescription": "按'編輯'來管理 OAuth 2.0 應用程式", + "user.settings.security.oauthAppsHelp": "應用程式根據您准許的權限代表您存取個人資料。", + "user.settings.security.office365": "Office 365", + "user.settings.security.oneSignin": "同時間只能只用一種登入方式。如果更換登入方式成功,將會寄送通知信。", + "user.settings.security.password": "密碼", + "user.settings.security.passwordError": "密碼最短必須有{min}個字元。", + "user.settings.security.passwordErrorLowercase": "密碼最短必須有{min}個字元且至少有一個小寫英文字母。", + "user.settings.security.passwordErrorLowercaseNumber": "密碼最短必須有{min}個字元且至少有一個小寫英文字母和一個數字。", + "user.settings.security.passwordErrorLowercaseNumberSymbol": "密碼最短必須有{min}個字元且至少有一個小寫英文字母、一個數字和一個符號(\"~!@#$%^&*()\")。", + "user.settings.security.passwordErrorLowercaseSymbol": "密碼最短必須有{min}個字元且至少有一個小寫英文字母和一個符號(\"~!@#$%^&*()\")。", + "user.settings.security.passwordErrorLowercaseUppercase": "密碼最短必須有{min}個字元且至少有一個小寫英文字母和一個大寫英文字母。", + "user.settings.security.passwordErrorLowercaseUppercaseNumber": "密碼最短必須有{min}個字元且至少有一個小寫英文字母、一個大寫英文字母和一個數字。", + "user.settings.security.passwordErrorLowercaseUppercaseNumberSymbol": "密碼最短必須有{min}個字元且至少有一個小寫英文字母、一個大寫英文字母、一個數字和一個符號(\"~!@#$%^&*()\")。", + "user.settings.security.passwordErrorLowercaseUppercaseSymbol": "密碼最短必須有{min}個字元且至少有一個小寫英文字母、一個大寫英文字母和一個符號(\"~!@#$%^&*()\")。", + "user.settings.security.passwordErrorNumber": "密碼最短必須有{min}個字元且至少有一個數字。", + "user.settings.security.passwordErrorNumberSymbol": "密碼最短必須有{min}個字元且至少有一個數字和一個符號(\"~!@#$%^&*()\")。", + "user.settings.security.passwordErrorSymbol": "密碼最短必須有{min}個字元且至少有一個符號(\"~!@#$%^&*()\")。", + "user.settings.security.passwordErrorUppercase": "密碼最短必須有{min}個字元且至少有一個大寫英文字母。", + "user.settings.security.passwordErrorUppercaseNumber": "密碼最短必須有{min}個字元且至少有一個大寫英文字母和一個數字。", + "user.settings.security.passwordErrorUppercaseNumberSymbol": "密碼最短必須有{min}個字元且至少有一個大寫英文字母、一個數字和一個符號(\"~!@#$%^&*()\")。", + "user.settings.security.passwordErrorUppercaseSymbol": "密碼最短必須有{min}個字元且至少有一個大寫英文字母和一個符號(\"~!@#$%^&*()\")。", + "user.settings.security.passwordGitlabCantUpdate": "經由 GitLab 登入。無法變更密碼。", + "user.settings.security.passwordGoogleCantUpdate": "經由 Gooel Apps 登入。無法變更密碼。", + "user.settings.security.passwordLdapCantUpdate": "經由 AD/LDAP 登入。無法變更密碼。", + "user.settings.security.passwordMatchError": "輸入的新密碼不一致。", + "user.settings.security.passwordMinLength": "無效的最短長度,無法顯示預覽。", + "user.settings.security.passwordOffice365CantUpdate": "經由 Office 365 登入。無法變更密碼。", + "user.settings.security.passwordSamlCantUpdate": "此欄位由您的登入提供者決定。如果想變更它,得經由登入提供者變更。", + "user.settings.security.retypePassword": "再次輸入新密碼", + "user.settings.security.saml": "SAML", + "user.settings.security.switchEmail": "切換至電子郵件地址及密碼", + "user.settings.security.switchGitlab": "改為使用 GitLab SSO", + "user.settings.security.switchGoogle": "改為使用 Google SSO", + "user.settings.security.switchLdap": "改為使用 AD/LDAP", + "user.settings.security.switchOffice365": "改為使用 Office 365 SSO", + "user.settings.security.switchSaml": "改為使用 SAML SSO", + "user.settings.security.title": "安全性設定", + "user.settings.security.viewHistory": "檢視存取紀錄", + "user_list.notFound": "找不到任何使用者", + "user_profile.send.dm": "發送訊息", + "user_profile.webrtc.call": "開始視訊通話", + "user_profile.webrtc.offline": "使用者離線中", + "user_profile.webrtc.unavailable": "在當前通訊結束前不能建立新的通訊", + "view_image.loading": "載入中", + "view_image_popover.download": "下載", + "view_image_popover.file": "檔案 {count} / {total}", + "view_image_popover.publicLink": "取得公開連結", + "web.footer.about": "關於", + "web.footer.help": "說明", + "web.footer.privacy": "隱私", + "web.footer.terms": "條款", + "web.header.back": "返回", + "web.header.logout": "登出", + "web.root.signup_info": "團隊溝通皆在同處,隨時隨地皆可搜尋與存取。", + "webrtc.busy": "{username} 通話中。", + "webrtc.call": "通訊", + "webrtc.callEnded": "與 {username} 的通訊結束了。", + "webrtc.cancel": "取消通訊", + "webrtc.cancelled": "{username} 取消了通訊。", + "webrtc.declined": "{username} 拒絕了通訊。", + "webrtc.disabled": "{username} 停用了 WebRTC,無法接收通訊。他必須到 帳號設定 > 進階 > 預覽預先發佈功能 啟用 WebRTC 以啟用此功能。", + "webrtc.failed": "連接視訊通話時發生錯誤。", + "webrtc.hangup": "掛斷", + "webrtc.header": "與 {username} 的通訊", + "webrtc.inProgress": "通訊中。請先掛斷現在的通訊。", + "webrtc.mediaError": "無法存取攝影機或麥克風。", + "webrtc.mute_audio": "麥克風靜音", + "webrtc.noAnswer": "{username} 沒有接聽呼叫。", + "webrtc.notification.answer": "接聽", + "webrtc.notification.decline": "拒絕", + "webrtc.notification.incoming_call": "{username} 來電。", + "webrtc.notification.returnToCall": "返回到與 {username} 的通訊", + "webrtc.offline": "{username} 不在線上。", + "webrtc.pause_video": "關閉攝影機", + "webrtc.unmute_audio": "解除麥克風靜音", + "webrtc.unpause_video": "開啟攝影機", + "webrtc.unsupported": "{username} 的用戶端不支援視訊通話。", + "youtube_video.notFound": "找不到影片" +}