translations PR 20180802 (Adds Romanian) (#1964)
* translations PR 20180802 * Add Romanian
This commit is contained in:
parent
a0ae92ffbe
commit
5bed4d7400
16 changed files with 4330 additions and 275 deletions
|
|
@ -57,6 +57,10 @@ function loadTranslation(locale) {
|
|||
TRANSLATIONS.tr = require('assets/i18n/tr.json');
|
||||
localeData = require('react-intl/locale-data/tr');
|
||||
break;
|
||||
case 'ro':
|
||||
TRANSLATIONS.ro = require('assets/i18n/ro.json');
|
||||
localeData = require('react-intl/locale-data/ro');
|
||||
break;
|
||||
case 'ru':
|
||||
TRANSLATIONS.ru = require('assets/i18n/ru.json');
|
||||
localeData = require('react-intl/locale-data/ru');
|
||||
|
|
|
|||
|
|
@ -219,11 +219,10 @@
|
|||
"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 <strong>Compliance und Prüfung</strong>-Tab. Sehen Sie in der <a href=\"https://docs.mattermost.com/administration/compliance.html\" target='_blank'>Dokumentation</a> für mehr Details nach.",
|
||||
"admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the **Compliance and Auditing** tab. See [documentation](!https://docs.mattermost.com/administration/compliance.html) to learn more.",
|
||||
"admin.compliance.enableTitle": "Aktiviere Compliance-Reporting:",
|
||||
"admin.compliance.false": "falsch",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new <a href=\"../../admin_console/compliance/message_export\">Compliance Export</a> feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">Hinweis:</h4><p>Compliance-Funktionen sind Bestandteil der Enterprise Edition. Ihre derzeitige Lizenz unterstützt Compliance nicht. Besuchen Sie unsere <a href=\"http://mattermost.com\" target='_blank'>Webseite</a> für Information und Preise der Enterprise Lizenzen.</p>",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new [Compliance Export](../../admin_console/compliance/message_export) feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.save": "Speichern",
|
||||
"admin.compliance.saving": "Speichere Einstellung...",
|
||||
"admin.compliance.title": "Compliance-Einstellungen",
|
||||
|
|
@ -633,7 +632,6 @@
|
|||
"admin.ldap.nicknameAttrDesc": "(Optional) Das Attribut im AD/LDAP-Server wird dazu verwendet, den Spitznamen von Benutzern in Mattermost zu füllen. Wenn aktiv, können Benutzer ihren Spitznamen nicht ändern, da er mit dem LDAP-Server synchronisiert wird. Wenn nicht gesetzt, können Benutzer ihren eigenen Spitznamen in den Kontoeinstellungen ändern.",
|
||||
"admin.ldap.nicknameAttrEx": "Z.B.: \"nickname\"",
|
||||
"admin.ldap.nicknameAttrTitle": "Spitznamen Attribut:",
|
||||
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">Hinweis:</h4><p>AD/LDAP-Funktionen sind Bestandteil der Enterprise Edition. Ihre derzeitige Lizenz unterstützt AD/LDAP nicht. Besuchen Sie unsere <a href=\"http://mattermost.com\" target='_blank'>Webseite</a> für Information und Preise der Enterprise Lizenzen.</p>",
|
||||
"admin.ldap.portDesc": "Der Port den Mattermost für die Verbindung mit dem AD/LDAP-Server verwendet. Standard ist 389.",
|
||||
"admin.ldap.portEx": "Z.B.: \"389\"",
|
||||
"admin.ldap.portTitle": "AD/LDAP-Port:",
|
||||
|
|
@ -722,7 +720,7 @@
|
|||
"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": "<a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>Multi-Faktor-Authentifizierung</a> 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.bannerDesc": "[Multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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": "Hoch",
|
||||
"admin.mfa.title": "Multi-Faktor-Authentifizierung",
|
||||
"admin.nav.administratorsGuide": "Administratorhandbuch",
|
||||
|
|
@ -1454,6 +1452,7 @@
|
|||
"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 von: {old} auf: {new}",
|
||||
"app.channel.post_update_channel_purpose_message.updated_to": "{username} hat den Kanalzweck geändert zu: {new}",
|
||||
"archivedChannelMessage": "You are viewing an **archived channel**. New messages cannot be posted.",
|
||||
"audit_table.accountActive": "Konto aktiviert",
|
||||
"audit_table.accountInactive": "Konto deaktiviert",
|
||||
"audit_table.action": "Aktion",
|
||||
|
|
@ -1523,6 +1522,8 @@
|
|||
"backstage_sidebar.integrations.oauthApps": "OAuth-2.0-Applikationen",
|
||||
"backstage_sidebar.integrations.outgoing_webhooks": "Ausgehende Webhooks",
|
||||
"calling_screen": "Rufe an",
|
||||
"center_panel.archived.closeChannel": "Close Channel",
|
||||
"center_panel.permalink.archivedChannel": "You are viewing an **archived channel**. ",
|
||||
"center_panel.recent": "Hier klicken, um zu neuesten Mitteilungen zu springen. ",
|
||||
"center_panel.recent.icon": "\"Zu neuesten Mitteilungen springen\"-Symbol",
|
||||
"change_url.close": "Schließen",
|
||||
|
|
@ -1581,7 +1582,7 @@
|
|||
"channel_loader.connection_error": "Es scheint ein Problem mit Ihrer Internetverbindung zu geben.",
|
||||
"channel_loader.posted": "Verschickt",
|
||||
"channel_loader.postedImage": " hat ein Bild hochgeladen",
|
||||
"channel_loader.socketError": "Bitte Verbindung überprüfen, Mattermost ist nicht erreichbar. Wenn das Problem bestehen bleibt fragen Sie Ihren Administrator den <a href=\"https://about.mattermost.com/default-websocket-port-help\" target=\"_blank\">WebSocket-Port zu überprüfen</a>.",
|
||||
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to [check WebSocket port](!https://about.mattermost.com/default-websocket-port-help].",
|
||||
"channel_loader.someone": "Jemand",
|
||||
"channel_loader.something": " hat etwas neues gemacht",
|
||||
"channel_loader.unknown_error": "Es wurde ein unerwarteter Statuscode vom Server empfangen.",
|
||||
|
|
@ -1759,6 +1760,7 @@
|
|||
"delete_channel.confirm": "ARCHIVIERUNG des Kanals bestätigen",
|
||||
"delete_channel.del": "Archivieren",
|
||||
"delete_channel.question": "Dies wird den Kanal aus dem Team archivieren und die Inhalte für alle Benutzer unzugänglich machen. <br /><br />Sind Sie sich sicher, dass Sie den Kanal <strong>{display_name}</strong> archivieren möchten?",
|
||||
"delete_channel.viewArchived.question": "This will archive the channel from the team. Channel contents will still be accessible by channel members.\n \nAre you sure you wish to archive the **{display_name}** channel?",
|
||||
"delete_post.cancel": "Abbrechen",
|
||||
"delete_post.comment": "Kommentar",
|
||||
"delete_post.confirm": "Bestätige Löschung von {term}",
|
||||
|
|
@ -2172,13 +2174,13 @@
|
|||
"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": "<h4 class='channel-intro__title'>Start von {display_name}</h4><p class='channel-intro__content'>Willkommen in {display_name}!</strong><br/><br/>Versenden Sie Nachrichten hier, die jeder sehen können soll. Jeder wird automatisch permanentes Mitglied in diesem Kanal sobald er dem Team beitritt.</p>",
|
||||
"intro_messages.default": "Senden Sie Nachrichten hier, die jeder sehen können soll. Jeder wird automatisch ein permanentes Mitglied in diesem Kanal wenn Sie dem Team beitreten.",
|
||||
"intro_messages.group": "Privater Kanal",
|
||||
"intro_messages.group_message": "Dies ist der Start Ihres Gruppennachrichten-Verlaufs mit diesen Teammitgliedern. Nachrichten und hier geteilte Dateien sind für Personen außerhalb dieses Bereichs nicht sichtbar.",
|
||||
"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": "<h4 class=\"channel-intro__title\">Start von {display_name}</h4><p class=\"channel-intro__content\">Dies ist der Start von {display_name}, einem Kanal für nicht-arbeitsbezogene Unterhaltungen.<br/></p>",
|
||||
"intro_messages.offTopic": "This is the start of {display_name}, a channel for non-work-related conversations.",
|
||||
"intro_messages.onlyInvited": " Nur eingeladene Mitglieder können diesen privaten Kanal sehen.",
|
||||
"intro_messages.purpose": " Der Zweck der/des {type} ist: {purpose}.",
|
||||
"intro_messages.setHeader": "Eine Überschrift setzen",
|
||||
|
|
@ -2669,6 +2671,9 @@
|
|||
"more_direct_channels.new_convo_note": "Dies wird eine neue Unterhaltung starten. Wenn Sie viele Personen hinzufügen, könnte ein privater Kanal besser geeignet sein.",
|
||||
"more_direct_channels.new_convo_note.full": "Sie haben die maximale Anzahl an Personen für diese Unterhaltung erreicht. Ziehen Sie in Erwägung, stattdessen einen privaten Kanal zu erstellen.",
|
||||
"more_direct_channels.title": "Direktnachricht",
|
||||
"more_public_direct_channels.channels": "Kanäle",
|
||||
"more_public_direct_channels.direct_messages": "Direktnachricht",
|
||||
"more_public_direct_channels.title": "Channels and Direct Messages",
|
||||
"msg_typing.areTyping": "{users} und {last} tippen gerade...",
|
||||
"msg_typing.isTyping": "{user} tippt...",
|
||||
"msg_typing.someone": "Jemand",
|
||||
|
|
@ -2861,6 +2866,7 @@
|
|||
"search_header.title2": "Letzte Erwähnungen",
|
||||
"search_header.title3": "Markierte Nachrichten",
|
||||
"search_header.title4": "Angeheftete Nachrichten im {channelDisplayName}",
|
||||
"search_item.channelArchived": "Archivieren",
|
||||
"search_item.direct": "Direktnachricht (mit {username})",
|
||||
"search_item.jump": "Anzeigen",
|
||||
"search_results.noResults": "Keine Ergebnisse gefunden. Nochmal versuchen?",
|
||||
|
|
@ -2946,6 +2952,7 @@
|
|||
"shortcuts.nav.unread_prev.mac": "Vorheriger ungelesener Kanal:\t⌥|Shift|Aufwärts",
|
||||
"sidebar.channels": "ÖFFENTLICHE KANÄLE",
|
||||
"sidebar.createChannel": "Einen neuen öffentlichen Kanal erstellen",
|
||||
"sidebar.createChannelDirectChannel": "Create new channel or direct message",
|
||||
"sidebar.createDirectMessage": "Eine neue Direktnachricht erstellen",
|
||||
"sidebar.createGroup": "Einen neuen privaten Kanal erstellen",
|
||||
"sidebar.direct": "DIREKTNACHRICHTEN",
|
||||
|
|
@ -2961,6 +2968,13 @@
|
|||
"sidebar.tutorialScreen1": "<h4>Kanäle</h4><p><strong>Kanäle</strong> organisieren die Unterhaltungen über verschiedene Themen. Jeder aus dem Team kann beitreten. Zur privaten, direkten Kommunikation nutzen Sie <strong>Direktnachrichten</strong> mit einer anderen Person oder <strong>private Kanäle</strong> bei mehreren Personen.</p>",
|
||||
"sidebar.tutorialScreen2": "<h4>\"{townsquare}\" und \"{offtopic}\" Kanäle</h4><p>Hier sind zwei öffentliche Kanäle zum Start:</p><p><strong>{townsquare}</strong> ist ein Platz für Teamweite Kommunikation. Jeder in Ihrem Team ist ein Mitglied dieses Kanals.</p><p><strong>{offtopic}</strong> ist ein Platz für Spaß und Unterhaltungen außerhalb von arbeitsrelevanten Kanälen. Sie und Ihr Team können entscheiden welche weiteren Kanäle erstellt werden müssen.</p>",
|
||||
"sidebar.tutorialScreen3": "<h4>Erstellen und Beitreten von Kanälen</h4><p>Klicken Sie auf <strong>\"Mehr...\"</strong> um einen neuen Kanal zu erstellen oder einem bestehenden beizutreten.</p><p>Sie können auch einen neuen Kanal über einen Klick auf das <strong>\"+\" Symbol</strong> neben der öffentlichen oder privaten Kanalüberschrift erstellen.</p>",
|
||||
"sidebar.types.alpha": "KANÄLE",
|
||||
"sidebar.types.direct": "DIREKTNACHRICHTEN",
|
||||
"sidebar.types.favorite": "KANALFAVORITEN",
|
||||
"sidebar.types.private": "PRIVATE KANÄLE",
|
||||
"sidebar.types.public": "ÖFFENTLICHE KANÄLE",
|
||||
"sidebar.types.recent": "RECENT ACTIVITY",
|
||||
"sidebar.types.unreads": "UNGELESENE",
|
||||
"sidebar.unreadSection": "UNGELESENE",
|
||||
"sidebar.unreads": "Weitere Ungelesene",
|
||||
"sidebar_header.tutorial": "<h4>Hauptmenü</h4><p>Über das <strong>Hauptmenü</strong>können Sie <strong>neue Teammitglieder einladen</strong>, auf Ihre <strong>Benutzereinstellungen</strong> zugreifen und Ihre <strong>Motiv Farbe</strong> ändern.</p><p>Teamadministratoren können außerdem auf die <strong>Team Einstellungen</strong> zugreifen.</p><p>Systemadministratoren werden eine <strong>System Konsole</strong> Option für die Administration des kompletten Systems finden.</p>",
|
||||
|
|
@ -3047,6 +3061,7 @@
|
|||
"status_dropdown.set_online": "Online",
|
||||
"status_dropdown.set_ooo": "Nicht im Büro",
|
||||
"status_dropdown.set_ooo.extra": "Automatische Antworten sind aktiviert",
|
||||
"suggestion.archive": "Kanäle archivieren",
|
||||
"suggestion.loading": "Lade...",
|
||||
"suggestion.mention.all": "ACHTUNG: Dies erwähnt jeden im Kanal",
|
||||
"suggestion.mention.channel": "Benachrichtigt jeden in diesem Kanal",
|
||||
|
|
@ -3446,12 +3461,30 @@
|
|||
"user.settings.sidebar.after_seven_days": "Nach 7 Tagen ohne neue Nachrichten",
|
||||
"user.settings.sidebar.autoCloseDMDesc": "Direktnachrichtenkonversationen können mit dem \"+\"-Knopf in der Seitenleiste oder durch Verwendung des Kanalwechslers (STRG+K) erneut geöffnet werden.",
|
||||
"user.settings.sidebar.autoCloseDMTitle": "Direktnachrichten automatisch schließen",
|
||||
"user.settings.sidebar.favorites": "Favorites grouped separately",
|
||||
"user.settings.sidebar.favoritesDesc": "Channels you've marked as favorite will be grouped separately in the channel sidebar.",
|
||||
"user.settings.sidebar.favoritesShort": "favorites grouped separately",
|
||||
"user.settings.sidebar.groupAndSortChannelsTitle": "Channel grouping and sorting",
|
||||
"user.settings.sidebar.groupByNone": "Combine all channel types",
|
||||
"user.settings.sidebar.groupByNoneShort": "No grouping",
|
||||
"user.settings.sidebar.groupByType": "Public, Private and Direct Message channels are grouped separately",
|
||||
"user.settings.sidebar.groupByTypeShort": "Group by channel type",
|
||||
"user.settings.sidebar.groupChannelsTitle": "Channel grouping",
|
||||
"user.settings.sidebar.groupDesc": "Select if channels in your sidebar are displayed in groups or combined in a single list.",
|
||||
"user.settings.sidebar.icon": "Seitenleisteneinstellungen-Symbol",
|
||||
"user.settings.sidebar.never": "Nie",
|
||||
"user.settings.sidebar.showUnreadSection": "Oberhalb der Kanal-Seitenleiste",
|
||||
"user.settings.sidebar.sortAlpha": "Alphabetically",
|
||||
"user.settings.sidebar.sortAlphaShort": "sorted alphabetically",
|
||||
"user.settings.sidebar.sortChannelsTitle": "Channel sorting",
|
||||
"user.settings.sidebar.sortDesc": "Select how channels will be ordered in your sidebar. Recent channels are sorted by latest post.",
|
||||
"user.settings.sidebar.sortRecent": "Recency",
|
||||
"user.settings.sidebar.sortRecentShort": "sorted by recency",
|
||||
"user.settings.sidebar.title": "Seitenleisteneinstellungen",
|
||||
"user.settings.sidebar.unreadSectionDesc": "Ungelesene Kanäle werden oberhalb der Kanal-Seitenleiste einsortiert, bis sie gelesen wurden.",
|
||||
"user.settings.sidebar.unreadSectionTitle": "Gruppiere ungelesene Kanäle",
|
||||
"user.settings.sidebar.unreads": "Unreads grouped separately",
|
||||
"user.settings.sidebar.unreadsDesc": "Ungelesene Kanäle werden oberhalb der Kanal-Seitenleiste einsortiert, bis sie gelesen wurden.",
|
||||
"user.settings.sidebar.unreadsFavoritesShort": "unreads and favorites grouped separately",
|
||||
"user.settings.sidebar.unreadsShort": "unreads grouped separately",
|
||||
"user.settings.timezones.automatic": "Automatisch einstellen",
|
||||
"user.settings.timezones.change": "Zeitzone ändern",
|
||||
"user.settings.timezones.promote": "Wählen Sie die Zeitzone, die für Zeitstempel in der Benutzeroberfläche und E-Mail-Benachrichtigungen verwendet wird.",
|
||||
|
|
@ -3537,5 +3570,6 @@
|
|||
"webrtc.unmute_audio": "Mikrofon-Stummschaltung aufheben",
|
||||
"webrtc.unpause_video": "Kamera einschalten",
|
||||
"webrtc.unsupported": "Das Gerät von {username} unterstützt keine Videoanrufe.",
|
||||
"yourcomputer": "Your computer",
|
||||
"youtube_video.notFound": "Video nicht gefunden"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -219,11 +219,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 <strong>Compliance and Auditing</strong> tab. See <a href=\"https://docs.mattermost.com/administration/compliance.html\" target='_blank'>documentation</a> to learn more.",
|
||||
"admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the **Compliance and Auditing** tab. See [documentation](!https://docs.mattermost.com/administration/compliance.html) to learn more.",
|
||||
"admin.compliance.enableTitle": "Enable Compliance Reporting:",
|
||||
"admin.compliance.false": "false",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new <a href=\"../../admin_console/compliance/message_export\">Compliance Export</a> feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">Note:</h4><p>Compliance is an enterprise feature. Your current license does not support Compliance. Click <a href=\"http://mattermost.com\" target='_blank'>here</a> for information and pricing on enterprise licenses.</p>",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new [Compliance Export](../../admin_console/compliance/message_export) feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.save": "Save",
|
||||
"admin.compliance.saving": "Saving Config...",
|
||||
"admin.compliance.title": "Compliance Settings",
|
||||
|
|
@ -498,7 +497,7 @@
|
|||
"admin.files.storage": "Storage",
|
||||
"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 <strong>Default Client Language</strong> must be added before saving this setting.<br /><br />Would you like to help with translations? Join the <a href='http://translate.mattermost.com/' target='_blank'>Mattermost Translation Server</a> to contribute.",
|
||||
"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.\n \nWould like to help with translations? Join the [Mattermost Translation Server](!http://translate.mattermost.com/) 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:",
|
||||
|
|
@ -541,13 +540,13 @@
|
|||
"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": "(Optional) Only required if you do not want to authenticate to S3 using an <a href=\"https://about.mattermost.com/default-iam-role\" target='_blank'>IAM role</a>. Enter the Access Key ID provided by your Amazon EC2 administrator.",
|
||||
"admin.image.amazonS3IdDescription": "(Optional) Only required if you do not want to authenticate to S3 using an [IAM role](!https://about.mattermost.com/default-iam-role). Enter the Access Key ID provided by 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 when creating your S3 bucket. If no region is set, Mattermost attempts to get the appropriate region from AWS, or sets it to 'us-east-1' if none found.",
|
||||
"admin.image.amazonS3RegionExample": "E.g.: \"us-east-1\"",
|
||||
"admin.image.amazonS3RegionTitle": "Amazon S3 Region:",
|
||||
"admin.image.amazonS3SSEDescription": "When true, encrypt files in Amazon S3 using server-side encryption with Amazon S3-managed keys. See <a href=\"https://about.mattermost.com/default-server-side-encryption\" target='_blank'>documentation</a> to learn more.",
|
||||
"admin.image.amazonS3SSEDescription": "When true, encrypt files in Amazon S3 using server-side encryption with Amazon S3-managed keys. See [documentation](!https://about.mattermost.com/default-server-side-encryption) to learn more.",
|
||||
"admin.image.amazonS3SSETitle": "Enable Server-Side Encryption for Amazon S3:",
|
||||
"admin.image.amazonS3SSLDescription": "When false, allow insecure connections to Amazon S3. Defaults to secure connections only.",
|
||||
"admin.image.amazonS3SSLTitle": "Enable Secure Amazon S3 Connections:",
|
||||
|
|
@ -565,7 +564,7 @@
|
|||
"admin.image.proxyOptions": "Image Proxy Options:",
|
||||
"admin.image.proxyOptionsDescription": "Additional options such as the URL signing key. Refer to your image proxy documentation to learn more about what options are supported.",
|
||||
"admin.image.proxyType": "Image Proxy Type:",
|
||||
"admin.image.proxyTypeDescription": "Configure an image proxy to load all Markdown images through a proxy. The image proxy prevents users from making insecure image requests, provides caching for increased performance, and automates image adjustments such as resizing. See <a href=\"https://about.mattermost.com/default-image-proxy-documentation\" target='_blank'>documentation</a> to learn more.",
|
||||
"admin.image.proxyTypeDescription": "Configure an image proxy to load all Markdown images through a proxy. The image proxy prevents users from making insecure image requests, provides caching for increased performance, and automates image adjustments such as resizing. See [documentation](!https://about.mattermost.com/default-image-proxy-documentation) to learn more.",
|
||||
"admin.image.proxyTypeNone": "None",
|
||||
"admin.image.proxyURL": "Image Proxy URL:",
|
||||
"admin.image.proxyURLDescription": "URL of your image proxy server.",
|
||||
|
|
@ -575,7 +574,7 @@
|
|||
"admin.image.shareDescription": "Allow users to share public links to files and images.",
|
||||
"admin.image.shareTitle": "Enable Public File Links: ",
|
||||
"admin.image.storeAmazonS3": "Amazon S3",
|
||||
"admin.image.storeDescription": "Storage system where files and image attachments are saved.<br /><br />Selecting \"Amazon S3\" enables fields to enter your Amazon credentials and bucket details.<br /><br />Selecting \"Local File System\" enables the field to specify a local file directory.",
|
||||
"admin.image.storeDescription": "Storage system where files and image attachments are saved.\n \nSelecting \"Amazon S3\" enables fields to enter your Amazon credentials and bucket details.\n \nSelecting \"Local File System\" enables the field to specify a local file directory.",
|
||||
"admin.image.storeLocal": "Local File System",
|
||||
"admin.image.storeTitle": "File Storage System:",
|
||||
"admin.integrations.custom": "Custom Integrations",
|
||||
|
|
@ -613,7 +612,7 @@
|
|||
"admin.ldap.firstnameAttrDesc": "(Optional) The attribute in the AD/LDAP server used to populate the first name of users in Mattermost. When set, users cannot edit their first name, since it is synchronized with the LDAP server. When left blank, users can set their 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 used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one.<br /><br />If you need to change this field after users have already logged in, use the <a href=\"https://about.mattermost.com/default-platform-ldap-idmigrate\" target='_blank'>mattermost ldap idmigrate</a> CLI tool.",
|
||||
"admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one.\n \nIf you need to change this field after users have already logged in, use the [mattermost ldap idmigrate](!https://about.mattermost.com/default-platform-ldap-idmigrate) CLI tool.",
|
||||
"admin.ldap.idAttrEx": "E.g.: \"objectGUID\"",
|
||||
"admin.ldap.idAttrTitle": "ID Attribute: ",
|
||||
"admin.ldap.jobExtraInfo": "Scanned {ldapUsers} LDAP users, updated {updateCount}, deactivated {deleteCount}",
|
||||
|
|
@ -621,7 +620,7 @@
|
|||
"admin.ldap.lastnameAttrEx": "E.g.: \"sn\"",
|
||||
"admin.ldap.lastnameAttrTitle": "Last Name Attribute:",
|
||||
"admin.ldap.ldap_test_button": "AD/LDAP Test",
|
||||
"admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server used to log in to Mattermost. Normally this attribute is the same as the \"Username Attribute\" field above.<br /><br />If your team typically uses domain\\username to log in to other services with AD/LDAP, you may enter domain\\username in this field to maintain consistency between sites.",
|
||||
"admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server used to log in to Mattermost. Normally this attribute is the same as the \"Username Attribute\" field above.\n \nIf your team typically uses domain\\username to log in to other services with AD/LDAP, you may enter domain\\username in this field to maintain consistency between sites.",
|
||||
"admin.ldap.loginAttrTitle": "Login ID Attribute: ",
|
||||
"admin.ldap.loginIdAttrEx": "E.g.: \"sAMAccountName\"",
|
||||
"admin.ldap.loginNameDesc": "The placeholder text that appears in the login field on the login page. Defaults to \"AD/LDAP Username\".",
|
||||
|
|
@ -633,7 +632,6 @@
|
|||
"admin.ldap.nicknameAttrDesc": "(Optional) The attribute in the AD/LDAP server used to populate the nickname of users in Mattermost. When set, users cannot edit their nickname, since it is synchronized with the LDAP server. When left blank, users can set their nickname in Account Settings.",
|
||||
"admin.ldap.nicknameAttrEx": "E.g.: \"nickname\"",
|
||||
"admin.ldap.nicknameAttrTitle": "Nickname Attribute:",
|
||||
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">Note:</h4><p>AD/LDAP is an enterprise feature. Your current license does not support AD/LDAP. Click <a href=\"http://mattermost.com\" target='_blank'>here</a> for information and pricing on enterprise licenses.</p>",
|
||||
"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:",
|
||||
|
|
@ -679,7 +677,7 @@
|
|||
"admin.log.consoleLogLevel": "Console Log Level",
|
||||
"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 <a href=\"https://about.mattermost.com/default-privacy-policy/\" target='_blank'>privacy policy</a> 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](!https://about.mattermost.com/default-privacy-policy/) to learn more.",
|
||||
"admin.log.enableWebhookDebugging": "Enable Webhook Debugging:",
|
||||
"admin.log.enableWebhookDebuggingDescription": "To output the request body of incoming webhooks to the console, enable this setting and set {boldedConsoleLogLevel} to 'DEBUG'. Disable this setting to remove webhook request body information from console logs when in DEBUG mode.",
|
||||
"admin.log.fileDescription": "Typically set to true in production. When true, logged events are written to the mattermost.log file in the directory specified in the File Log Directory field. The logs are rotated at 10,000 lines and archived to a file in the same directory, and given a name with a datestamp and serial number. For example, mattermost.2017-03-31.001. Changing this setting requires a server restart before taking effect.",
|
||||
|
|
@ -717,12 +715,12 @@
|
|||
"admin.manage_tokens.userAccessTokensIdLabel": "Token ID: ",
|
||||
"admin.manage_tokens.userAccessTokensNameLabel": "Token Description: ",
|
||||
"admin.manage_tokens.userAccessTokensNone": "No personal access tokens.",
|
||||
"admin.metrics.enableDescription": "When true, Mattermost will enable performance monitoring collection and profiling. Please see <a href=\"http://docs.mattermost.com/deployment/metrics.html\" target='_blank'>documentation</a> to learn more about configuring performance monitoring for Mattermost.",
|
||||
"admin.metrics.enableDescription": "When true, Mattermost will enable performance monitoring collection and profiling. Please see [documentation](!http://docs.mattermost.com/deployment/metrics.html) 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": "<a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>Multi-factor authentication</a> 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.bannerDesc": "[Multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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.administratorsGuide": "Administrator's Guide",
|
||||
|
|
@ -954,7 +952,7 @@
|
|||
"admin.plugin.version": "Version:",
|
||||
"admin.plugin.version_title": "Version",
|
||||
"admin.plugins.settings.enable": "Enable Plugins: ",
|
||||
"admin.plugins.settings.enableDesc": "When true, enables plugins on your Mattermost server. Use plugins to integrate with third-party systems, extend functionality or customize the user interface of your Mattermost server. See <a href=\"https://about.mattermost.com/default-plugins\" target=\"_blank\">documentation</a> to learn more.",
|
||||
"admin.plugins.settings.enableDesc": "When true, enables plugins on your Mattermost server. Use plugins to integrate with third-party systems, extend functionality or customize the user interface of your Mattermost server. See [documentation](!https://about.mattermost.com/default-plugins) to learn more.",
|
||||
"admin.plugins.settings.title": "Configuration",
|
||||
"admin.privacy.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators.",
|
||||
"admin.privacy.showEmailTitle": "Show Email Address: ",
|
||||
|
|
@ -1110,12 +1108,12 @@
|
|||
"admin.service.corsTitle": "Enable cross-origin requests from:",
|
||||
"admin.service.developerDesc": "When true, JavaScript errors are shown in a purple bar at the top of the user interface. Not recommended for use in production. ",
|
||||
"admin.service.developerTitle": "Enable Developer Mode: ",
|
||||
"admin.service.enforceMfaDesc": "When true, <a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>multi-factor authentication</a> 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.<br/><br/>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.enforceMfaDesc": "When true, [multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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.\n \nIf your system has users with login methods other than AD/LDAP and email, MFA must be enforced with the authentication provider outside of Mattermost.",
|
||||
"admin.service.enforceMfaTitle": "Enforce Multi-factor Authentication:",
|
||||
"admin.service.forward80To443": "Forward port 80 to 443:",
|
||||
"admin.service.forward80To443Description": "Forwards all insecure traffic from port 80 to secure port 443. Not recommended when using a proxy server.",
|
||||
"admin.service.forward80To443Description.disabled": "Forwards all insecure traffic from port 80 to secure port 443. Not recommended when using a proxy server.<br /><br />This setting cannot be enabled until your server is <a href=\"#ListenAddress\">listening</a> on 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 <a href=\"https://www.youtube.com/watch?v=Im69kzhpR3I\" target='_blank'>Google Developers Tutorial</a> for instructions on how to obtain a key and add YouTube Data API v3 as a service to your key.",
|
||||
"admin.service.forward80To443Description.disabled": "Forwards all insecure traffic from port 80 to secure port 443. Not recommended when using a proxy server.\n \nThis setting cannot be enabled until your server is [listening](#ListenAddress) on 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](!https://www.youtube.com/watch?v=Im69kzhpR3I) for instructions on how to obtain a key and add YouTube Data API v3 as a service to your 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 <a href=\"https://docs.mattermost.com/integrations/zapier.html\" target='_blank'>Zapier</a>, 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.",
|
||||
|
|
@ -1124,7 +1122,7 @@
|
|||
"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.internalConnectionsDesc": "In testing environments, such as when developing integrations locally on a development machine, use this setting to specify domains, IP addresses, or CIDR notations to allow internal connections. <b>Not recommended for use in production</b>, since this can allow a user to extract confidential data from your server or internal network.<br /><br />By default, user-supplied URLs such as those used for Open Graph metadata, webhooks, or slash commands will not be allowed to connect to reserved IP addresses including loopback or link-local addresses used for internal networks. Push notification, OAuth 2.0 and WebRTC server URLs are trusted and not affected by this setting.",
|
||||
"admin.service.internalConnectionsDesc": "In testing environments, such as when developing integrations locally on a development machine, use this setting to specify domains, IP addresses, or CIDR notations to allow internal connections. **Not recommended for use in production**, since this can allow a user to extract confidential data from your server or internal network.\n \nBy default, user-supplied URLs such as those used for Open Graph metadata, webhooks, or slash commands will not be allowed to connect to reserved IP addresses including loopback or link-local addresses used for internal networks. Push notification, OAuth 2.0 and WebRTC server URLs are trusted and not affected by this setting.",
|
||||
"admin.service.internalConnectionsEx": "webhooks.internal.example.com 127.0.0.1 10.0.16.0/28",
|
||||
"admin.service.internalConnectionsTitle": "Allow untrusted internal connections to: ",
|
||||
"admin.service.letsEncryptCertificateCacheFile": "Let's Encrypt Certificate Cache File:",
|
||||
|
|
@ -1151,7 +1149,7 @@
|
|||
"admin.service.sessionIdleTimeoutDesc": "The number of minutes from the last time a user was active on the system to the expiry of the user's session. Once expired, the user will need to log in to continue. Minimum is 5 minutes, and 0 is unlimited.<br/><br/>Applies to the desktop app and browsers. For mobile apps, use an EMM provider to lock the app when not in use. In High Availability mode, enable IP hash load balancing for reliable timeout measurement.",
|
||||
"admin.service.sessionIdleTimeoutEx": "E.g.: \"60\"",
|
||||
"admin.service.siteURL": "Site URL:",
|
||||
"admin.service.siteURLDescription": "The URL that users will use to access Mattermost. Standard ports, such as 80 and 443, can be omitted, but non-standard ports are required. For example: http://example.com:8065. This setting is required.<br /><br />Mattermost may be hosted at a subpath. For example: http://example.com:8065/company/mattermost. A restart is required before the server will work correctly.",
|
||||
"admin.service.siteURLDescription": "The URL that users will use to access Mattermost. Standard ports, such as 80 and 443, can be omitted, but non-standard ports are required. For example: http://example.com:8065. This setting is required.\n \nMattermost may be hosted at a subpath. For example: http://example.com:8065/company/mattermost. A restart is required before the server will work correctly.",
|
||||
"admin.service.siteURLExample": "E.g.: \"http://example.com:8065\"",
|
||||
"admin.service.ssoSessionDays": "Session Length SSO (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.",
|
||||
|
|
@ -1163,7 +1161,7 @@
|
|||
"admin.service.tlsKeyFileDescription": "The private key file to use.",
|
||||
"admin.service.useLetsEncrypt": "Use Let's Encrypt:",
|
||||
"admin.service.useLetsEncryptDescription": "Enable the automatic retrieval of certificates from 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.useLetsEncryptDescription.disabled": "Enable the automatic retrieval of certificates from Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.<br /><br />This setting cannot be enabled unless the <a href=\"#Forward80To443\">Forward port 80 to 443</a> setting is set to true.",
|
||||
"admin.service.useLetsEncryptDescription.disabled": "Enable the automatic retrieval of certificates from Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.\n \nThis setting cannot be enabled unless the [Forward port 80 to 443](#Forward80To443) setting is set to true.",
|
||||
"admin.service.userAccessTokensDescLabel": "Name: ",
|
||||
"admin.service.userAccessTokensDescription": "When true, users can create <a href=\"https://about.mattermost.com/default-user-access-tokens\" target=\"_blank\">personal access tokens</a> for integrations in <strong>Account Settings > Security</strong>. They can be used to authenticate against the API and give full access to the account.<br/><br/>To manage who can create personal access tokens or to search users by token ID, go to the <strong>System Console > Users</strong> page.",
|
||||
"admin.service.userAccessTokensIdLabel": "Token ID: ",
|
||||
|
|
@ -1369,7 +1367,7 @@
|
|||
"admin.user_item.userAccessTokenYes": "(with personal access tokens)",
|
||||
"admin.viewArchivedChannelsHelpText": "When true, allows users to share permalinks and search for content of channels that have been archived. Users can only view the content in channels of which they were a member before the channel was archived.",
|
||||
"admin.viewArchivedChannelsTitle": "Allow users to view archived channels:",
|
||||
"admin.webrtc.enableDescription": "When true, Mattermost allows making <strong>one-on-one</strong> video calls. WebRTC calls are available on Chrome, Firefox and Mattermost Desktop Apps.",
|
||||
"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": "Enable Mattermost WebRTC: ",
|
||||
"admin.webrtc.gatewayAdminSecretDescription": "Enter your admin secret password to access the Gateway Admin URL.",
|
||||
"admin.webrtc.gatewayAdminSecretExample": "E.g.: \"PVRzWNN1Tg6szn7IQWvhpAvLByScWxdy\"",
|
||||
|
|
@ -1454,6 +1452,7 @@
|
|||
"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}",
|
||||
"archivedChannelMessage": "You are viewing an **archived channel**. New messages cannot be posted.",
|
||||
"audit_table.accountActive": "Account activated",
|
||||
"audit_table.accountInactive": "Account deactivated",
|
||||
"audit_table.action": "Action",
|
||||
|
|
@ -1523,6 +1522,8 @@
|
|||
"backstage_sidebar.integrations.oauthApps": "OAuth 2.0 Applications",
|
||||
"backstage_sidebar.integrations.outgoing_webhooks": "Outgoing Webhooks",
|
||||
"calling_screen": "Calling",
|
||||
"center_panel.archived.closeChannel": "Close Channel",
|
||||
"center_panel.permalink.archivedChannel": "You are viewing an **archived channel**. ",
|
||||
"center_panel.recent": "Click here to jump to recent messages. ",
|
||||
"center_panel.recent.icon": "Jump to recent messages Icon",
|
||||
"change_url.close": "Close",
|
||||
|
|
@ -1581,7 +1582,7 @@
|
|||
"channel_loader.connection_error": "There appears to be a problem with your internet connection.",
|
||||
"channel_loader.posted": "Posted",
|
||||
"channel_loader.postedImage": " posted an image",
|
||||
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to <a href=\"https://about.mattermost.com/default-websocket-port-help\" target=\"_blank\">check WebSocket port</a>.",
|
||||
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to [check WebSocket port](!https://about.mattermost.com/default-websocket-port-help].",
|
||||
"channel_loader.someone": "Someone",
|
||||
"channel_loader.something": " did something new",
|
||||
"channel_loader.unknown_error": "We received an unexpected status code from the server.",
|
||||
|
|
@ -1759,6 +1760,7 @@
|
|||
"delete_channel.confirm": "Confirm ARCHIVE Channel",
|
||||
"delete_channel.del": "Archive",
|
||||
"delete_channel.question": "This will archive the channel from the team and make its contents inaccessible for all users. <br /><br />Are you sure you wish to archive the <strong>{display_name}</strong> channel?",
|
||||
"delete_channel.viewArchived.question": "This will archive the channel from the team. Channel contents will still be accessible by channel members.\n \nAre you sure you wish to archive the **{display_name}** channel?",
|
||||
"delete_post.cancel": "Cancel",
|
||||
"delete_post.comment": "Comment",
|
||||
"delete_post.confirm": "Confirm {term} Delete",
|
||||
|
|
@ -2172,13 +2174,13 @@
|
|||
"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": "<h4 class='channel-intro__title'>Beginning of {display_name}</h4><p class='channel-intro__content'><strong>Welcome to {display_name}!</strong><br/><br/>Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.</p>",
|
||||
"intro_messages.default": "**Welcome to {display_name}!**\n \nPost 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 channel",
|
||||
"intro_messages.group_message": "This is the start of your group message history with these teammates. Messages and files shared here are not shown to people outside this area.",
|
||||
"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": "<h4 class=\"channel-intro__title\">Beginning of {display_name}</h4><p class=\"channel-intro__content\">This is the start of {display_name}, a channel for non-work-related conversations.<br/></p>",
|
||||
"intro_messages.offTopic": "This is the start of {display_name}, a channel for non-work-related conversations.",
|
||||
"intro_messages.onlyInvited": " Only invited members can see this private channel.",
|
||||
"intro_messages.purpose": " This {type}'s purpose is: {purpose}.",
|
||||
"intro_messages.setHeader": "Set a Header",
|
||||
|
|
@ -2669,6 +2671,9 @@
|
|||
"more_direct_channels.new_convo_note": "This will start a new conversation. If you're adding a lot of people, consider creating a private channel instead.",
|
||||
"more_direct_channels.new_convo_note.full": "You've reached the maximum number of people for this conversation. Consider creating a private channel instead.",
|
||||
"more_direct_channels.title": "Direct Messages",
|
||||
"more_public_direct_channels.channels": "Channels",
|
||||
"more_public_direct_channels.direct_messages": "Direct Messages",
|
||||
"more_public_direct_channels.title": "Channels and Direct Messages",
|
||||
"msg_typing.areTyping": "{users} and {last} are typing...",
|
||||
"msg_typing.isTyping": "{user} is typing...",
|
||||
"msg_typing.someone": "Someone",
|
||||
|
|
@ -2861,6 +2866,7 @@
|
|||
"search_header.title2": "Recent Mentions",
|
||||
"search_header.title3": "Flagged Posts",
|
||||
"search_header.title4": "Pinned posts in {channelDisplayName}",
|
||||
"search_item.channelArchived": "Archived",
|
||||
"search_item.direct": "Direct Message (with {username})",
|
||||
"search_item.jump": "Jump",
|
||||
"search_results.noResults": "No results found. Try again?",
|
||||
|
|
@ -2946,6 +2952,7 @@
|
|||
"shortcuts.nav.unread_prev.mac": "Previous unread channel:\t⌥|Shift|Up",
|
||||
"sidebar.channels": "PUBLIC CHANNELS",
|
||||
"sidebar.createChannel": "Create new public channel",
|
||||
"sidebar.createChannelDirectChannel": "Create new channel or direct message",
|
||||
"sidebar.createDirectMessage": "Create new direct message",
|
||||
"sidebar.createGroup": "Create new private channel",
|
||||
"sidebar.direct": "DIRECT MESSAGES",
|
||||
|
|
@ -2961,6 +2968,13 @@
|
|||
"sidebar.tutorialScreen1": "<h4>Channels</h4><p><strong>Channels</strong> organize conversations across different topics. They're open to everyone on your team. To send private communications use <strong>Direct Messages</strong> for a single person or <strong>Private Channel</strong> for multiple people.</p>",
|
||||
"sidebar.tutorialScreen2": "<h4>\"{townsquare}\" and \"{offtopic}\" channels</h4><p>Here are two public channels to start:</p><p><strong>{townsquare}</strong> is a place for team-wide communication. Everyone in your team is a member of this channel.</p><p><strong>{offtopic}</strong> is a place for fun and humor outside of work-related channels. You and your team can decide what other channels to create.</p>",
|
||||
"sidebar.tutorialScreen3": "<h4>Creating and Joining Channels</h4><p>Click <strong>\"More...\"</strong> to create a new channel or join an existing one.</p><p>You can also create a new channel by clicking the <strong>\"+\" symbol</strong> next to the public or private channel header.</p>",
|
||||
"sidebar.types.alpha": "CHANNELS",
|
||||
"sidebar.types.direct": "DIRECT MESSAGES",
|
||||
"sidebar.types.favorite": "FAVORITE CHANNELS",
|
||||
"sidebar.types.private": "PRIVATE CHANNELS",
|
||||
"sidebar.types.public": "PUBLIC CHANNELS",
|
||||
"sidebar.types.recent": "RECENT ACTIVITY",
|
||||
"sidebar.types.unreads": "UNREADS",
|
||||
"sidebar.unreadSection": "UNREADS",
|
||||
"sidebar.unreads": "More unreads",
|
||||
"sidebar_header.tutorial": "<h4>Main Menu</h4><p>The <strong>Main Menu</strong> is where you can <strong>Invite New Members</strong>, access your <strong>Account Settings</strong> and set your <strong>Theme Color</strong>.</p><p>Team administrators can also access their <strong>Team Settings</strong> from this menu.</p><p>System administrators will find a <strong>System Console</strong> option to administrate the entire system.</p>",
|
||||
|
|
@ -3047,6 +3061,7 @@
|
|||
"status_dropdown.set_online": "Online",
|
||||
"status_dropdown.set_ooo": "Out of Office",
|
||||
"status_dropdown.set_ooo.extra": "Automatic Replies are enabled",
|
||||
"suggestion.archive": "Archived Channels",
|
||||
"suggestion.loading": "Loading...",
|
||||
"suggestion.mention.all": "CAUTION: This mentions everyone in channel",
|
||||
"suggestion.mention.channel": "Notifies everyone in the channel",
|
||||
|
|
@ -3446,12 +3461,30 @@
|
|||
"user.settings.sidebar.after_seven_days": "After 7 days with no new messages",
|
||||
"user.settings.sidebar.autoCloseDMDesc": "Direct Message conversations can be reopened with the “+” button in the sidebar or using the Channel Switcher (CTRL+K).",
|
||||
"user.settings.sidebar.autoCloseDMTitle": "Automatically Close Direct Messages",
|
||||
"user.settings.sidebar.favorites": "Favorites grouped separately",
|
||||
"user.settings.sidebar.favoritesDesc": "Channels you've marked as favorite will be grouped separately in the channel sidebar.",
|
||||
"user.settings.sidebar.favoritesShort": "favorites grouped separately",
|
||||
"user.settings.sidebar.groupAndSortChannelsTitle": "Channel grouping and sorting",
|
||||
"user.settings.sidebar.groupByNone": "Combine all channel types",
|
||||
"user.settings.sidebar.groupByNoneShort": "No grouping",
|
||||
"user.settings.sidebar.groupByType": "Public, Private and Direct Message channels are grouped separately",
|
||||
"user.settings.sidebar.groupByTypeShort": "Group by channel type",
|
||||
"user.settings.sidebar.groupChannelsTitle": "Channel grouping",
|
||||
"user.settings.sidebar.groupDesc": "Select if channels in your sidebar are displayed in groups or combined in a single list.",
|
||||
"user.settings.sidebar.icon": "Sidebar Settings Icon",
|
||||
"user.settings.sidebar.never": "Never",
|
||||
"user.settings.sidebar.showUnreadSection": "At the top of the channel sidebar",
|
||||
"user.settings.sidebar.sortAlpha": "Alphabetically",
|
||||
"user.settings.sidebar.sortAlphaShort": "sorted alphabetically",
|
||||
"user.settings.sidebar.sortChannelsTitle": "Channel sorting",
|
||||
"user.settings.sidebar.sortDesc": "Select how channels will be ordered in your sidebar. Recent channels are sorted by latest post.",
|
||||
"user.settings.sidebar.sortRecent": "Recency",
|
||||
"user.settings.sidebar.sortRecentShort": "sorted by recency",
|
||||
"user.settings.sidebar.title": "Sidebar Settings",
|
||||
"user.settings.sidebar.unreadSectionDesc": "Unread channels will be sorted at the top of the channel sidebar until read.",
|
||||
"user.settings.sidebar.unreadSectionTitle": "Group unread channels",
|
||||
"user.settings.sidebar.unreads": "Unreads grouped separately",
|
||||
"user.settings.sidebar.unreadsDesc": "Unread channels will be grouped at the top of the channel sidebar until read.",
|
||||
"user.settings.sidebar.unreadsFavoritesShort": "unreads and favorites grouped separately",
|
||||
"user.settings.sidebar.unreadsShort": "unreads grouped separately",
|
||||
"user.settings.timezones.automatic": "Set automatically",
|
||||
"user.settings.timezones.change": "Change timezone",
|
||||
"user.settings.timezones.promote": "Select the timezone used for timestamps in the user interface and email notifications.",
|
||||
|
|
@ -3537,5 +3570,6 @@
|
|||
"webrtc.unmute_audio": "Unmute microphone",
|
||||
"webrtc.unpause_video": "Turn on camera",
|
||||
"webrtc.unsupported": "{username} client does not support video calls.",
|
||||
"yourcomputer": "Your computer",
|
||||
"youtube_video.notFound": "Video not found"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -219,11 +219,10 @@
|
|||
"admin.compliance.directoryTitle": "Directorio del Informe de Conformidad:",
|
||||
"admin.compliance.enableDailyDesc": "Cuando es verdadero, Mattermost generará un reporte de conformidad diario.",
|
||||
"admin.compliance.enableDailyTitle": "Habilitar Informes Diarios:",
|
||||
"admin.compliance.enableDesc": "Cuando es verdadero, Mattermost permite la creación de informes de conformidad desde la ficha <strong>Conformidad y Auditoría</strong>. Ver la <a href=\"https://docs.mattermost.com/administration/compliance.html\" target='_blank'>documentación</a> para obtener más información.",
|
||||
"admin.compliance.enableDesc": "Cuando es verdadero, Mattermost permite la creación de informes de cumplimiento desde la ficha **Cumplimiento y Auditoría**. Ver la [documentación](!https://docs.mattermost.com/administration/compliance.html) para conocer más.",
|
||||
"admin.compliance.enableTitle": "Habilitar Los Informes de Conformidad:",
|
||||
"admin.compliance.false": "falso",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new <a href=\"../../admin_console/compliance/message_export\">Compliance Export</a> feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">Nota:</h4><p>Conformidad es una característica de la edición enterprise. La licencia actual no admite la Conformidad. Haz clic <a href=\"http://mattermost.com\" target='_blank'>aquí</a> para información y precio de las licencias empresariales.</p>",
|
||||
"admin.compliance.newComplianceExportBanner": "Esta característica es remplazada por la nueva característica de [Exportación de Cumplimiento](../../admin_console/compliance/message_export), y será removida en futuras versiones. Recomendamos migrar a este nuevo sistema.",
|
||||
"admin.compliance.save": "Guardar",
|
||||
"admin.compliance.saving": "Guardando...",
|
||||
"admin.compliance.title": "Configuración de Conformidad",
|
||||
|
|
@ -309,7 +308,7 @@
|
|||
"admin.customization.enableLinkPreviewsDesc": "Cuando está disponible, muestra una vista previa del contenido del sitio web debajo de los mensajes. Los usuarios pueden desactivar estas vistas previas desde Configuración de la Cuenta > Visualización > Vista previa de enlaces a sitios web.",
|
||||
"admin.customization.enableLinkPreviewsTitle": "Habilitar Vista Previa del Enlace:",
|
||||
"admin.customization.gfycatApiKey": "Identificador del API de Gfycat:",
|
||||
"admin.customization.gfycatApiKeyDescription": "Request an API key at <a href=\"https://developers.gfycat.com/signup/#\" target='_blank'>https://developers.gfycat.com/signup/#</a>. Enter the client ID you receive via email to this field. When blank, uses the default API key provided by Gfycat.",
|
||||
"admin.customization.gfycatApiKeyDescription": "Solicita tu llave del API en <a href=\"https://developers.gfycat.com/signup/#\" target='_blank'>https://developers.gfycat.com/signup/#</a>. Ingresa en este campo el ID del cliente que recibiste vía correo electrónico. Cuando se deja en blanco, se utiliza la llave de API predeterminada proporcionada por Gfycat.",
|
||||
"admin.customization.gfycatApiSecret": "Llave Secreta del API de Gfycat:",
|
||||
"admin.customization.gfycatApiSecretDescription": "La llave secreta del API generado por Gfycat para tu identificador del API. Si permanece en blank, se utilizará la llave secreta predeterminada suministrada por Gfycat.",
|
||||
"admin.customization.gif": "GIF (Beta)",
|
||||
|
|
@ -498,7 +497,7 @@
|
|||
"admin.files.storage": "Almacenamiento",
|
||||
"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 soportados estarán disponibles). Si estás agregando un nuevo idioma manualmente, el <strong>Idioma predeterminado para el Cliente</strong> debe ser agregado antes de guardar estos ajustes.<br /><br />¿Te gustaría ayudar con las traducciones? Únete al <a href='http://translate.mattermost.com/' target='_blank'>Servidor de Traducciones de Mattermost</a> para contribuir.",
|
||||
"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 soportados estarán disponibles). Si estás agregando un nuevo idioma manualmente, el **Idioma predeterminado para el Cliente** debe ser agregado antes de guardar estos ajustes.\n\n¿Te gustaría ayudar con las traducciones? Únete al [Servidor de Traducciones de Mattermost](!http://translate.mattermost.com/) 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:",
|
||||
|
|
@ -541,13 +540,13 @@
|
|||
"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": "(Optional) Sólo se requiere si no deseas autenticar con S3 utilizando un <a href=\"https://about.mattermost.com/default-iam-role\" target='_blank'>role IAM</a>. Ingresa el ID de acceso otorgado por tu administrador de Amazon EC2.",
|
||||
"admin.image.amazonS3IdDescription": "(Optional) Sólo se requiere si no deseas autenticar con S3 utilizando un [role IAM](!https://about.mattermost.com/default-iam-role). Ingresa el ID de acceso otorgado por tu administrador de Amazon EC2.",
|
||||
"admin.image.amazonS3IdExample": "Ej.: \"AKIADTOVBGERKLCBV\"",
|
||||
"admin.image.amazonS3IdTitle": "ID de Llave de acceso Amazon S3:",
|
||||
"admin.image.amazonS3RegionDescription": "región de AWS que has seleccionado al crear tu S3. Si no hay una región asignada, Mattermost intentará obtener la región de AWS correspondiente, o la establece como 'us-east-1' si no se halló ninguna.",
|
||||
"admin.image.amazonS3RegionExample": "Ej.: \"us-east-1\"",
|
||||
"admin.image.amazonS3RegionTitle": "Región de Amazon S3:",
|
||||
"admin.image.amazonS3SSEDescription": "Cuando es verdadero, se cifran los archivos en Amazon S3, utilizando el cifrado del lado del servidor con la administración de claves de Amazon S3. Vea la <a href=\"https://about.mattermost.com/default-server-side-encryption\" target='_blank'>documentación</a> para obtener más información.",
|
||||
"admin.image.amazonS3SSEDescription": "Cuando es verdadero, se cifran los archivos en Amazon S3, utilizando el cifrado del lado del servidor con la administración de claves de Amazon S3. Vea la [documentación](!https://about.mattermost.com/default-server-side-encryption) para obtener más información.",
|
||||
"admin.image.amazonS3SSETitle": "Habilitar Cifrado del Lado del Servidor para 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:",
|
||||
|
|
@ -565,7 +564,7 @@
|
|||
"admin.image.proxyOptions": "Opciones del Proxy de Imágenes:",
|
||||
"admin.image.proxyOptionsDescription": "Para opciones adicionales, tales como la firma de la URL. Consulte la documentación del proxy de imágenes para aprender más acerca de qué opciones son compatibles.",
|
||||
"admin.image.proxyType": "Tipo de Proxy de Imágenes:",
|
||||
"admin.image.proxyTypeDescription": "Configurar un proxy de imágenes para cargar todas las imágenes en Markdown a través de un proxy. El proxy de imágenes impide que los usuarios realicen solicitudes a imágenes no seguras, proporciona almacenamiento en caché para mejorar el rendimiento, y automatiza los ajustes de la imagen, como el cambio de tamaño. Ver la <a href=\"https://about.mattermost.com/default-image-proxy-documentation\" target='_blank'>documentación</a> para obtener más información.",
|
||||
"admin.image.proxyTypeDescription": "Configurar un proxy de imágenes para cargar todas las imágenes en Markdown a través de un proxy. El proxy de imágenes impide que los usuarios realicen solicitudes a imágenes no seguras, proporciona almacenamiento en caché para mejorar el rendimiento, y automatiza los ajustes de la imagen, como el cambio de tamaño. Ver la [documentación](!https://about.mattermost.com/default-image-proxy-documentation) para obtener más información.",
|
||||
"admin.image.proxyTypeNone": "Ninguno",
|
||||
"admin.image.proxyURL": "URL del Proxy de Imágenes:",
|
||||
"admin.image.proxyURLDescription": "URL del servidor proxy de imágenes.",
|
||||
|
|
@ -575,7 +574,7 @@
|
|||
"admin.image.shareDescription": "Permitir a los usuarios compartir enlaces públicos para archivos e imágenes.",
|
||||
"admin.image.shareTitle": "Habilitar los enlaces para Archivos Públicos: ",
|
||||
"admin.image.storeAmazonS3": "Amazon S3",
|
||||
"admin.image.storeDescription": "Sistema de Almacenamiento donde los archivos e imagenes adjuntos serán guardados.<br /><br />Al seleccionar \"Amazon S3\" habilita los campos para ingresar las credenciales de Amazon y los detalles de los bucket.<br /><br />Al seleccionar \"Almacenamiento Local\" habilita los campos para especificar un directorio local.",
|
||||
"admin.image.storeDescription": "Sistema de Almacenamiento donde los archivos e imágenes adjuntos serán guardados.\n\nAl seleccionar \"Amazon S3\" habilita los campos para ingresar las credenciales de Amazon y los detalles de los bucket.\n\nAl seleccionar \"Almacenamiento Local\" habilita los campos para especificar un directorio local.",
|
||||
"admin.image.storeLocal": "Sistema local de archivos",
|
||||
"admin.image.storeTitle": "Sistema de Almacenamiento de Archivos:",
|
||||
"admin.integrations.custom": "Integraciones Personalizadas",
|
||||
|
|
@ -613,7 +612,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 como identificador único en Mattermost. Debería ser un atributo de AD/LDAP con un valor que no cambie. Si el atributo identificador para el usuario cambia, será creada una nueva cuenta de Mattermost y la cuenta anterior será desvinculada. <br /><br />Si necesitas cambiar este atributo una vez que el usuario ya inició sesión, puedes utilizar la herramienta CLI <a href=\"https://about.mattermost.com/default-platform-ldap-idmigrate\" target='_blank'>mattermost ldap idmigrate</a>.",
|
||||
"admin.ldap.idAttrDesc": "El atributo en el servidor AD/LDAP que será utilizado como identificador único en Mattermost. Debería ser un atributo de AD/LDAP con un valor que no cambie. Si el atributo identificador para el usuario cambia, será creada una nueva cuenta de Mattermost y la cuenta anterior será desvinculada. \n\nSi necesitas cambiar este atributo una vez que el usuario ya inició sesión, puedes utilizar la herramienta CLI [mattermost ldap idmigrate](!https://about.mattermost.com/default-platform-ldap-idmigrate).",
|
||||
"admin.ldap.idAttrEx": "Ej: \"objectGUID\"",
|
||||
"admin.ldap.idAttrTitle": "Atributo ID: ",
|
||||
"admin.ldap.jobExtraInfo": "{ldapUsers} usuarios de LDAP escaneados, {updateCount} actualizados, {deleteCount} desactivados",
|
||||
|
|
@ -621,7 +620,7 @@
|
|||
"admin.ldap.lastnameAttrEx": "Ej.: \"sn\"",
|
||||
"admin.ldap.lastnameAttrTitle": "Atributo Apellido:",
|
||||
"admin.ldap.ldap_test_button": "Probar AD/LDAP",
|
||||
"admin.ldap.loginAttrDesc": "El atributo en el servidor AD/LDAP que será utilizado para iniciar sesión en Mattermost. Normalmente este atributo es el mismo que el campo \"Atributo Nombre de Usuario\". <br /><br />Si tu equipo utiliza típicamente dominio\\usuario para iniciar sesión en otros servicios con AD/LDAP, puedes escoger ingresar dominio\\usuario en este campo para mantener consistencia entre los diferentes servicios.",
|
||||
"admin.ldap.loginAttrDesc": "El atributo en el servidor AD/LDAP que será utilizado para iniciar sesión en Mattermost. Normalmente este atributo es el mismo que el campo \"Atributo Nombre de Usuario\". \n\nSi tu equipo utiliza típicamente dominio\\usuario para iniciar sesión en otros servicios con AD/LDAP, puedes escoger ingresar dominio\\usuario en este campo para mantener consistencia entre los diferentes servicios.",
|
||||
"admin.ldap.loginAttrTitle": "Atributo Login ID: ",
|
||||
"admin.ldap.loginIdAttrEx": "Ej.: \"sAMAccountName\"",
|
||||
"admin.ldap.loginNameDesc": "El texto que aparece en el campo de inicio de sesión en la página para iniciar sesión. Predeterminado a \"Nombre de usuario AD/LDAP\".",
|
||||
|
|
@ -633,7 +632,6 @@
|
|||
"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 sobrenombre, ya que se sincroniza con el servidor AD/LDAP. Cuando se deja en blanco, los usuarios pueden establecer su propio sobrenombre en la Configuración de la Cuenta.",
|
||||
"admin.ldap.nicknameAttrEx": "Ej.: \"sobrenombre\"",
|
||||
"admin.ldap.nicknameAttrTitle": "Atributo del Sobrenombre:",
|
||||
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">Nota:</h4><p>AD/LDAP es una característica de la edición empresarial. La licencia actual no admite AD/LDAP. Haz clic <a href=\"http://mattermost.com\" target='_blank'>aquí</a> para obtener información y precios de las licencias empresariales.</p>",
|
||||
"admin.ldap.portDesc": "El puerto que Mattermost utilizará para conectarse al servidor AD/LDAP. El predeterminado es 389.",
|
||||
"admin.ldap.portEx": "Ej.: \"389\"",
|
||||
"admin.ldap.portTitle": "Puerto AD/LDAP:",
|
||||
|
|
@ -679,7 +677,7 @@
|
|||
"admin.log.consoleLogLevel": "Nivel de registros por consola:",
|
||||
"admin.log.consoleTitle": "Imprimir registros en la consola: ",
|
||||
"admin.log.enableDiagnostics": "Habilitar Diagnósticos e Informes de error:",
|
||||
"admin.log.enableDiagnosticsDescription": "Activa esta función para mejorar la calidad y el rendimiento de Mattermost mediante el envío de informes de error y la información de diagnóstico a Mattermost, Inc. Lee nuestra <a href=\"https://about.mattermost.com/default-privacy-policy/\" target='_blank'>política de privacidad</a> para obtener más información.",
|
||||
"admin.log.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](!https://about.mattermost.com/default-privacy-policy/) para obtener más información.",
|
||||
"admin.log.enableWebhookDebugging": "Habilitar Depuración de Webhook",
|
||||
"admin.log.enableWebhookDebuggingDescription": "Para mostrar el cuerpo del mensaje de webhooks entrantes en la consola, habilita este ajuste y establece {boldedConsoleLogLevel} como 'DEBUG'. Deshabilita este ajuste para quitar el cuerpo de los mensajes del webhook de la consola cuando se está en modo DEBUG.",
|
||||
"admin.log.fileDescription": "Normalmente se asigna como verdadero en producción. Cuando es verdadero, los eventos son registrados en el archivo mattermost.log en el directorio especificado en el campo Directorio del Archivo de Registro. Los registros rotan cada 10.000 líneas y son archivados en el mismo directorio, y se les asigna como nombre de archivo una fecha y un número de serie. Por ejemplo, mattermost.2017-03-31.001. Cambiar este ajuste require que el servidor sea reiniciado para surgir efecto.",
|
||||
|
|
@ -717,12 +715,12 @@
|
|||
"admin.manage_tokens.userAccessTokensIdLabel": "Token ID: ",
|
||||
"admin.manage_tokens.userAccessTokensNameLabel": "Descripción del Token: ",
|
||||
"admin.manage_tokens.userAccessTokensNone": "No hay tokens de acceso personales.",
|
||||
"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 <a href=\"http://docs.mattermost.com/deployment/metrics.html\" target='_blank'>documentación</a> para obtener más información acerca de la configuración del monitoreo del rendimiento para Mattermost.",
|
||||
"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](!http://docs.mattermost.com/deployment/metrics.html) 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": "<a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>Autenticación de Múltiples factores</a> 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.bannerDesc": "[Autenticación de Factor Multiple](!https://docs.mattermost.com/deployment/auth.html) está disponible para iniciar sesión con cuentas de AD/LDAP o de correo electrónico. Si otros métodos de conexión se utilizan, MFA debe ser configurado con el proveedor de autenticación.",
|
||||
"admin.mfa.cluster": "Alta",
|
||||
"admin.mfa.title": "Autenticación de Múltiples factores:",
|
||||
"admin.nav.administratorsGuide": "Guía del administrador",
|
||||
|
|
@ -779,7 +777,7 @@
|
|||
"admin.permissions.group.send_invites.name": "Agregar miembros a equipos",
|
||||
"admin.permissions.group.teams.description": "Crear equipos y gestionar miembros.",
|
||||
"admin.permissions.group.teams.name": "Equipos",
|
||||
"admin.permissions.group.teams_team_scope.description": "Manage team members.",
|
||||
"admin.permissions.group.teams_team_scope.description": "Gestionar miembros de equipo.",
|
||||
"admin.permissions.group.teams_team_scope.name": "Equipos",
|
||||
"admin.permissions.inherited_from": "Heredado de <a>{name}</a>",
|
||||
"admin.permissions.introBanner": "Los Esquemas de Permisos establecen los permisos predeterminados para Administradores de Equipo, Administradores de Canales y a todos los demás. Aprende más acerca de los esquemas de permiso en nuestra [documentación](!https://about.mattermost.com/default-advanced-permissions).",
|
||||
|
|
@ -954,7 +952,7 @@
|
|||
"admin.plugin.version": "Versión:",
|
||||
"admin.plugin.version_title": "Versión",
|
||||
"admin.plugins.settings.enable": "Activar complementos: ",
|
||||
"admin.plugins.settings.enableDesc": "Cuando es verdadero, activa los complementos en tu servidor Mattermost. Utiliza complementos para integrar con sistemas de terceros, extender la funcionalidad o personalizar la interfaz de usuario de tu servidor Mattermost. Lee la <a href=\"https://about.mattermost.com/default-plugins\" target=\"_blank\">documentación</a> para obtener más información.",
|
||||
"admin.plugins.settings.enableDesc": "Cuando es verdadero, activa los complementos en tu servidor Mattermost. Utiliza complementos para integrar con sistemas de terceros, extender la funcionalidad o personalizar la interfaz de usuario de tu servidor Mattermost. Lee la [documentación](!https://about.mattermost.com/default-plugins) para obtener más información.",
|
||||
"admin.plugins.settings.title": "Configuración",
|
||||
"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: ",
|
||||
|
|
@ -1004,7 +1002,7 @@
|
|||
"admin.reset_email.cancel": "Cancelar",
|
||||
"admin.reset_email.newEmail": "Nuevo correo electrónico",
|
||||
"admin.reset_email.reset": "Restablecer",
|
||||
"admin.reset_email.titleReset": "Update Email",
|
||||
"admin.reset_email.titleReset": "Actualizar Correo Electrónico",
|
||||
"admin.reset_password.cancel": "Cancelar",
|
||||
"admin.reset_password.curentPassword": "Contraseña Actual",
|
||||
"admin.reset_password.missing_current": "Por favor introduce tu contraseña actual.",
|
||||
|
|
@ -1091,7 +1089,7 @@
|
|||
"admin.select_team.close": "Cerrar",
|
||||
"admin.select_team.select": "Seleccionar",
|
||||
"admin.select_team.selectTeam": "Seleccionar grupo",
|
||||
"admin.service.CorsDebugLabel": "CORS Debug:",
|
||||
"admin.service.CorsDebugLabel": "Depurar CORS:",
|
||||
"admin.service.attemptDescription": "Número de intentos de inicio de sesión permitidos antes de que un usuario sea bloqueado y sea necesario restablecer su contraseña a través de correo electrónico.",
|
||||
"admin.service.attemptExample": "Ej.: \"10\"",
|
||||
"admin.service.attemptTitle": "Máximo de intentos de conexión:",
|
||||
|
|
@ -1099,23 +1097,23 @@
|
|||
"admin.service.cmdsTitle": "Habilitar Comandos de Barra Personalizados: ",
|
||||
"admin.service.complianceExportDesc": "Cuando es verdadero, Mattermost exportará todos los mensajes publicados en las últimas 24 horas. La tarea de exportación está programada para ejecutarse una vez al día. Lee la <a href=\"https://about.mattermost.com/default-compliance-export-documentation\" target=\"_blank\">documentación</a> para obtener más información.",
|
||||
"admin.service.complianceExportTitle": "Habilitar Los Informes de Conformidad:",
|
||||
"admin.service.corsAllowCredentialsDescription": "When true, requests that pass validation will include the Access-Control-Allow-Credentials header.",
|
||||
"admin.service.corsAllowCredentialsLabel": "CORS Allow Credentials:",
|
||||
"admin.service.corsDebugDescription": "When true, prints messages to the logs to help when developing an integration that uses CORS. These messages will include the structured key value pair \"source\":\"cors\".",
|
||||
"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.corsAllowCredentialsDescription": "Cuando es verdadero, las solicitudes que aprueban la validación serán incluidas en el encabezado Access-Control-Allow-Credentials.",
|
||||
"admin.service.corsAllowCredentialsLabel": "Permitir Credenciales CORS:",
|
||||
"admin.service.corsDebugDescription": "Cuando es verdadero, imprime mensajes en los registros que ayudan cuando se está desarrollando una integración que utiliza CORS. Estos mensajes incluirán un estructura de par clave/valor \"source\":\"cors\".",
|
||||
"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. No debería utilizar \"*\" en producción.",
|
||||
"admin.service.corsEx": "http://ejemplo.com",
|
||||
"admin.service.corsExposedHeadersDescription": "Whitelist of headers that will be accessible to the requester.",
|
||||
"admin.service.corsExposedHeadersTitle": "CORS Exposed Headers:",
|
||||
"admin.service.corsHeadersEx": "X-My-Header",
|
||||
"admin.service.corsExposedHeadersDescription": "Lista blanca de los encabezados que serán accesible para el solicitante.",
|
||||
"admin.service.corsExposedHeadersTitle": "Encabezados CORS Expuestos:",
|
||||
"admin.service.corsHeadersEx": "X-Mi-Encabezado",
|
||||
"admin.service.corsTitle": "Habilitar la procedencia de las solicitudes cruzadas de:",
|
||||
"admin.service.developerDesc": "Cuando es verdadero, los errores de JavaScript se muestran en una barra púrpura en la parte superior de la interfaz de usuario. No se recomienda su uso en producción. ",
|
||||
"admin.service.developerTitle": "Habilitar modo de Desarrollador: ",
|
||||
"admin.service.enforceMfaDesc": "Cuando es verdadero, <a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>la autenticación de múltiples factores</a> 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.<br/><br/>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.enforceMfaDesc": "Cuando es verdadero, [la autenticación de múltiples factores](!https://docs.mattermost.com/deployment/auth.html) 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.\n\nSi su sistema tiene usuarios con sesiones iniciadas cuyo métodos son diferentes a AD/LDAP o correo electrónico, La imposición de MFA debe realizarse en el proveedor de autenticación fuera de Mattermost.",
|
||||
"admin.service.enforceMfaTitle": "Imponer la Autenticación de Múltiples factores:",
|
||||
"admin.service.forward80To443": "Redirigir el puerto 80 a 443:",
|
||||
"admin.service.forward80To443Description": "Reenvía el tráfico inseguro desde el puerto 80 al puerto seguro 443. No se recomienda cuando se utiliza un servidor proxy.",
|
||||
"admin.service.forward80To443Description.disabled": "Reenvía todo el tráfico inseguro desde el puerto 80 al puerto seguro 443. No se recomienda cuando se utiliza un servidor proxy.<br /><br />Este valor no puede ser activado hasta que el servidor esté <a href=\"#ListenAddress\">escuchando</a> en el puerto 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 <a href=\"https://www.youtube.com/watch?v=Im69kzhpR3I\" target='_blank'>Tutorial para Desarrolladores de Google</a> para ver las instrucciones sobre cómo obtener una clave de Datos API v3 como servicio para tu clave.",
|
||||
"admin.service.forward80To443Description.disabled": "Reenvía todo el tráfico inseguro desde el puerto 80 al puerto seguro 443. No se recomienda cuando se utiliza un servidor proxy.\n\nEste valor no puede ser activado hasta que el servidor esté [escuchando](#ListenAddress) en el puerto 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](!https://www.youtube.com/watch?v=Im69kzhpR3I) para ver las instrucciones sobre cómo obtener una clave de Datos API v3 como servicio para tu 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 <a href=\"https://docs.mattermost.com/integrations/zapier.html\" target='_blank'>Zapier</a>, 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.",
|
||||
|
|
@ -1124,7 +1122,7 @@
|
|||
"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.internalConnectionsDesc": "En los entornos de pruebas, tales como cuando se desarrolla integraciones localmente en un computador de desarrollo, utilice este ajuste para especificar los dominios, direcciones IP, o notaciones CIDR para permitir las conexiones internas. <b>No se recomienda para su uso en producción</b>, ya que esto puede permitir a un usuario extraer datos confidenciales de su servidor o de la red interna.<br /><br />Por defecto, URLs suministradas por el usuario, tales como los utilizados por metadatos de Open Graph, Webhooks, o comandos de barra no se podrán conectarse a direcciones IP reservadas incluyendo loopback o direcciones locales utilizadas para las redes internas. Las direcciones URL para las notificaciones a dispositivos móviles, OAuth 2.0 y WebRTC son de confianza y no se ven afectadas por este ajuste.",
|
||||
"admin.service.internalConnectionsDesc": "En los entornos de pruebas, tales como cuando se desarrolla integraciones localmente en un computador de desarrollo, utilice este ajuste para especificar los dominios, direcciones IP, o notaciones CIDR para permitir las conexiones internas. **No se recomienda para su uso en producción**, ya que esto puede permitir a un usuario extraer datos confidenciales de su servidor o de la red interna.\n\nPor defecto, URLs suministradas por el usuario, tales como los utilizados por metadatos de Open Graph, Webhooks, o comandos de barra no se podrán conectarse a direcciones IP reservadas incluyendo loopback o direcciones locales utilizadas para las redes internas. Las direcciones URL para las notificaciones a dispositivos móviles, OAuth 2.0 y WebRTC son de confianza y no se ven afectadas por este ajuste.",
|
||||
"admin.service.internalConnectionsEx": "webhooks.internal.example.com 127.0.0.1 10.0.16.0/28",
|
||||
"admin.service.internalConnectionsTitle": "Permitir conexiones internas no son de confianza: ",
|
||||
"admin.service.letsEncryptCertificateCacheFile": "Archivo de Caché de Let's Encrypt:",
|
||||
|
|
@ -1151,7 +1149,7 @@
|
|||
"admin.service.sessionIdleTimeoutDesc": "La cantidad de minutos desde la última vez que el usuario estuvo activo en el sistema para que su sesión expire. Una vez expirada, el usuario deberá iniciar sesión para continuar. El mínimo es de 5 minutos y 0 significa ilimitado.<br/><br/>Aplica para aplicación de escritorio y navegadores. Para las aplicaciones móviles, utilize un proveedor de EMM para bloquear la app cuando no esté en uso. En modo de Alta Disponibilidad, habilita el el balanceo por IP en el balanceador de carga para obtener una medida del tiempo de inactividad de mayor confianza. ",
|
||||
"admin.service.sessionIdleTimeoutEx": "Ej.: \"60\"",
|
||||
"admin.service.siteURL": "URL del Sitio:",
|
||||
"admin.service.siteURLDescription": "La URL que los usuarios usarán para acceder a Mattermost. Los puertos estándar, como el 80 y el 443, pueden omitirse, pero los puertos no-estándar deben ser especificados. Por ejemplo: http://example.com:8065. Esta configuración es necesaria.<br /><br />Mattermost se puede hospedar en una sub-ruta. Por ejemplo: http://example.com:8065/company/mattermost. Tras un cambio es necesario reiniciar para que el servidor funcione correctamente.",
|
||||
"admin.service.siteURLDescription": "La URL que los usuarios usarán para acceder a Mattermost. Los puertos estándar, como el 80 y el 443, pueden omitirse, pero los puertos no-estándar deben ser especificados. Por ejemplo: http://example.com:8065. Esta configuración es necesaria.\n\nMattermost se puede hospedar en una sub-ruta. Por ejemplo: http://example.com:8065/company/mattermost. Tras un cambio es necesario reiniciar para que el servidor funcione correctamente.",
|
||||
"admin.service.siteURLExample": "Ej.: \"http://example.com:8065\"",
|
||||
"admin.service.ssoSessionDays": "Duración de la sesión para SSO (días):",
|
||||
"admin.service.ssoSessionDaysDesc": "El número de días desde la última vez que un usuario ingreso sus credenciales para que la sesión del usuario expire. Si el método de autenticación es SAML o GitLab, el usuario puede iniciar su sesión automáticamente en Mattermost si ya cuenta con una sesión activa en SAML o GitLab. Luego de cambiar esta configuración, la nueva duración de la sesión tendrá efecto luego de la próxima vez que el usuario ingrese sus credenciales.",
|
||||
|
|
@ -1163,7 +1161,7 @@
|
|||
"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 intente conectarse a un nuevo dominio. Esto permite que funcione con multiples dominios.",
|
||||
"admin.service.useLetsEncryptDescription.disabled": "Habilitar la recuperación automática de certificados del servicio Let's Encrypt. El certificado será recuperado cuando un cliente intente conectarse a un nuevo dominio. Esto permite que funcione con multiples dominios.<br /><br />Este valor no puede ser activado a menos que el ajuste del <a href=\"#Forward80To443\">Reenvío del puerto 80 al puerto 443</a>esté activado.",
|
||||
"admin.service.useLetsEncryptDescription.disabled": "Habilitar la recuperación automática de certificados del servicio Let's Encrypt. El certificado será recuperado cuando un cliente intente conectarse a un nuevo dominio. Esto permite que funcione con multiples dominios.\n\nEste valor no puede ser activado a menos que el ajuste del [Reenvío del puerto 80 al puerto 443](#Forward80To443) esté activado.",
|
||||
"admin.service.userAccessTokensDescLabel": "Nombre: ",
|
||||
"admin.service.userAccessTokensDescription": "Cuando es verdadero, los usuarios pueden crear <a href=\"https://about.mattermost.com/default-user-access-tokens\" target=\"_blank\">tokens de acceso personales</a> para integraciones en <strong>Configuración de la Cuenta > Seguridad</strong>. Pueden ser utilizados para autenticar contra la API, y dar acceso completo a la cuenta.<br/><br/>Para administrar quién puede crear tokens de acceso personales, dirígete a la página <strong>Consola del Sistema > Usuarios</strong>.",
|
||||
"admin.service.userAccessTokensIdLabel": "Token ID: ",
|
||||
|
|
@ -1243,9 +1241,9 @@
|
|||
"admin.sql.connMaxLifetimeExample": "Ej.: \"3600000\"",
|
||||
"admin.sql.connMaxLifetimeTitle": "Tiempo máximo de duración de la conexión:",
|
||||
"admin.sql.dataSource": "Origen de datos:",
|
||||
"admin.sql.dataSourceDescription": "Set the database source in the config.json file.",
|
||||
"admin.sql.dataSourceDescription": "Establece el origen de la base de datos en el archivo de configuración config.json.",
|
||||
"admin.sql.driverName": "Nombre de controlador:",
|
||||
"admin.sql.driverNameDescription": "Set the database driver in the config.json file.",
|
||||
"admin.sql.driverNameDescription": "Establece el controlador de base de datos en el archivo de configuración config.json.",
|
||||
"admin.sql.maxConnectionsDescription": "Número máximo de conecciones inactivas que mantiene abierta la base de datos.",
|
||||
"admin.sql.maxConnectionsExample": "Ej.: \"10\"",
|
||||
"admin.sql.maxConnectionsTitle": "Maxímo de coneciones inactivas:",
|
||||
|
|
@ -1259,7 +1257,7 @@
|
|||
"admin.sql.queryTimeoutTitle": "Tiempo de espera de la consulta:",
|
||||
"admin.sql.replicas": "Origen de datos de réplica:",
|
||||
"admin.sql.traceDescription": "(Modo desarrolador) Cuando es verdadero, la ejecución de sentencias SQL se escriben en el registro.",
|
||||
"admin.sql.traceTitle": "SQL Statement Logging: ",
|
||||
"admin.sql.traceTitle": "Registro de Instrucción SQL: ",
|
||||
"admin.sql.warning": "Precaución: regenerando esto puede causar que algunas columnas de la base de datos retornen resultados vacíos.",
|
||||
"admin.support.aboutDesc": "La dirección URL para el enlace de Acerca en las páginas de inicio de sesión y registro de Mattermost. Si este campo está vacío, el enlace de Acerca se oculta a los usuarios.",
|
||||
"admin.support.aboutTitle": "Enlace de Acerca:",
|
||||
|
|
@ -1356,7 +1354,7 @@
|
|||
"admin.user_item.member": "Miembro",
|
||||
"admin.user_item.mfaNo": "<strong>MFA</strong>: No",
|
||||
"admin.user_item.mfaYes": "<strong>MFA</strong>: Sí",
|
||||
"admin.user_item.resetEmail": "Update Email",
|
||||
"admin.user_item.resetEmail": "Actualizar Correo Electrónico",
|
||||
"admin.user_item.resetMfa": "Quitar MFA",
|
||||
"admin.user_item.resetPwd": "Reiniciar Contraseña",
|
||||
"admin.user_item.revokeSessions": "Revocar Sesiones",
|
||||
|
|
@ -1367,9 +1365,9 @@
|
|||
"admin.user_item.userAccessTokenPostAll": "(con mensaje:todos tokens de acceso personales)",
|
||||
"admin.user_item.userAccessTokenPostAllPublic": "(con mensaje:canales tokens de acceso personales)",
|
||||
"admin.user_item.userAccessTokenYes": "(con tokens de acceso personales)",
|
||||
"admin.viewArchivedChannelsHelpText": "When true, allows users to share permalinks and search for content of channels that have been archived. Users can only view the content in channels of which they were a member before the channel was archived.",
|
||||
"admin.viewArchivedChannelsTitle": "Allow users to view archived channels:",
|
||||
"admin.webrtc.enableDescription": "Cuando es verdadero, Mattermost permite hacer llamadas de vídeo <strong>uno-a-uno</strong>. Las llamadas con WebRTC están disponibles en Chrome, Firefox y la Aplicación de Escritorio de Mattermost.",
|
||||
"admin.viewArchivedChannelsHelpText": "Cuando es verdadero, permite a los usuarios compartir enlaces permalinks y buscar contenido en canales que han sido archivados. Los usuarios sólo podrán ver el contenido en los canales de los cuales fueron miembros antes de que el canal fuera archivado.",
|
||||
"admin.viewArchivedChannelsTitle": "Permitir la vista de canales archivados a los usuarios:",
|
||||
"admin.webrtc.enableDescription": "Cuando es verdadero, Mattermost permite hacer llamadas de vídeo **uno-a-uno**. Las llamadas con WebRTC están disponibles en Chrome, Firefox y la Aplicación de Escritorio de Mattermost.",
|
||||
"admin.webrtc.enableTitle": "Habilitar Mattermost WebRTC: ",
|
||||
"admin.webrtc.gatewayAdminSecretDescription": "Ingresa la clave secreta para accesar a la Administración de la puerta de enlace.",
|
||||
"admin.webrtc.gatewayAdminSecretExample": "Ej.: \"PVRzWNN1Tg6szn7IQWvhpAvLByScWxdy\"",
|
||||
|
|
@ -1454,6 +1452,7 @@
|
|||
"app.channel.post_update_channel_purpose_message.removed": "{username} eliminó 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}",
|
||||
"archivedChannelMessage": "Estás viendo un **canal archivado**. No serán publicados nuevos mensajes.",
|
||||
"audit_table.accountActive": "Cuenta activada",
|
||||
"audit_table.accountInactive": "Cuenta desactivada",
|
||||
"audit_table.action": "Acción",
|
||||
|
|
@ -1523,6 +1522,8 @@
|
|||
"backstage_sidebar.integrations.oauthApps": "Aplicaciones OAuth 2.0",
|
||||
"backstage_sidebar.integrations.outgoing_webhooks": "Webhooks de Salida",
|
||||
"calling_screen": "Llamando",
|
||||
"center_panel.archived.closeChannel": "Cerrar Canal",
|
||||
"center_panel.permalink.archivedChannel": "Estás viendo un **canal archivado**. ",
|
||||
"center_panel.recent": "Clic aquí para ir a los mensajes más recientes. ",
|
||||
"center_panel.recent.icon": "Icono de ir a mensajes recientes",
|
||||
"change_url.close": "Cerrar",
|
||||
|
|
@ -1581,7 +1582,7 @@
|
|||
"channel_loader.connection_error": "Parece haber un problema con tu conexión a internet.",
|
||||
"channel_loader.posted": "Publicó",
|
||||
"channel_loader.postedImage": " publicó una imagen",
|
||||
"channel_loader.socketError": "Por favor, revisa la conexión, Mattermost no puede contactarse. Si el problema persiste, solicite al administrador que <a href=\"https://about.mattermost.com/default-websocket-port-help\" target=\"_blank\">revise el puerto del WebSocket</a>",
|
||||
"channel_loader.socketError": "Por favor, revisa tu conexión, Mattermost inalcanzable. Si el problema persiste, solicite administrador [revisar el puerto del WebSocket](!https://about.mattermost.com/default-websocket-port-help].",
|
||||
"channel_loader.someone": "Alguien",
|
||||
"channel_loader.something": " hizo algo nuevo",
|
||||
"channel_loader.unknown_error": "Hemos recibido un código de estado inesperado del servidor.",
|
||||
|
|
@ -1759,6 +1760,7 @@
|
|||
"delete_channel.confirm": "Confirmar ARCHIVAR Canal",
|
||||
"delete_channel.del": "Archivar",
|
||||
"delete_channel.question": "Se archivará el canal del equipo y hará que su contenido sea inaccesible para todos los usuarios.<br /><br />¿Estás seguro de que quieres archivar el canal <strong>{display_name}</strong>?",
|
||||
"delete_channel.viewArchived.question": "Esta operación archivará el canal para su equipo. El contenido del canal seguirá estando disponibles para los miembros del canal.\n\n¿Estás seguro que quieres archivar el canal **{display_name}**?",
|
||||
"delete_post.cancel": "Cancelar",
|
||||
"delete_post.comment": "Comentario",
|
||||
"delete_post.confirm": "Confirmar Eliminación del {term}",
|
||||
|
|
@ -2172,13 +2174,13 @@
|
|||
"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": "<h4 class='channel-intro__title'>Inicio de {display_name}</h4><p class='channel-intro__content'><strong>Bienvenido a {display_name}!</strong><br/><br/>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.</p>",
|
||||
"intro_messages.default": "**¡Bienvenido a {display_name}!**\n\nPublica 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": "canal privado",
|
||||
"intro_messages.group_message": "Este es el inicio de tu historial del grupo de mensajes con estos compañeros. Los mensajes y archivos que se comparten aquí no son mostrados a personas fuera de esta área.",
|
||||
"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": "<h4 class=\"channel-intro__title\">Inicio de {display_name}</h4><p class=\"channel-intro__content\">Este es el inicio de {display_name}, un canal para tener conversaciones no relacionadas trabajo.<br/></p>",
|
||||
"intro_messages.offTopic": "Este es el inicio de {display_name}, un canal para conversaciones no relacionadas con el trabajo.",
|
||||
"intro_messages.onlyInvited": " Sólo miembros invitados pueden ver este canal privado.",
|
||||
"intro_messages.purpose": " El propósito de este {type} es: {purpose}.",
|
||||
"intro_messages.setHeader": "Asignar un Encabezado",
|
||||
|
|
@ -2669,6 +2671,9 @@
|
|||
"more_direct_channels.new_convo_note": "Se iniciará una nueva conversación. Si estás agregando a mucha gente, considera crear un canal 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 canal privado en su lugar.",
|
||||
"more_direct_channels.title": "Mensajes Directos",
|
||||
"more_public_direct_channels.channels": "Canales",
|
||||
"more_public_direct_channels.direct_messages": "Mensajes Directos",
|
||||
"more_public_direct_channels.title": "Canales y Mensajes Directos",
|
||||
"msg_typing.areTyping": "{users} y {last} están escribiendo...",
|
||||
"msg_typing.isTyping": "{user} está escribiendo...",
|
||||
"msg_typing.someone": "Alguien",
|
||||
|
|
@ -2861,6 +2866,7 @@
|
|||
"search_header.title2": "Menciones Recientes",
|
||||
"search_header.title3": "Mensajes Marcados",
|
||||
"search_header.title4": "Mensajes anclados en {channelDisplayName}",
|
||||
"search_item.channelArchived": "Archivado",
|
||||
"search_item.direct": "Mensajes Directos (con {username})",
|
||||
"search_item.jump": "Ir ",
|
||||
"search_results.noResults": "No se encontraron resultados. ¿Inténtalo de nuevo?",
|
||||
|
|
@ -2886,7 +2892,7 @@
|
|||
"setting_item_max.save": "Guardar",
|
||||
"setting_item_min.edit": "Editar",
|
||||
"setting_picture.cancel": "Cancelar",
|
||||
"setting_picture.help.profile": "Upload a picture in BMP, JPG or PNG format. Maximum file size: {max}",
|
||||
"setting_picture.help.profile": "Carga una imagen en formato BMP, JPG o PNG. El tamaño máximo del archivo: {max}",
|
||||
"setting_picture.help.team": "Carga un icono para el equipo en formato BMP, JPG o PNG.<br>Se recomienda utilizar imágenes cuadradas con un color de fondo sólido.",
|
||||
"setting_picture.remove": "Eliminar este icono",
|
||||
"setting_picture.save": "Guardar",
|
||||
|
|
@ -2946,6 +2952,7 @@
|
|||
"shortcuts.nav.unread_prev.mac": "Canal no leído anterior:\t⌥|Shift|Arriba",
|
||||
"sidebar.channels": "CANALES PÚBLICOS",
|
||||
"sidebar.createChannel": "Crear nuevo canal público",
|
||||
"sidebar.createChannelDirectChannel": "Crea un nuevo canal o mensaje directo",
|
||||
"sidebar.createDirectMessage": "Crear un nuevo mensaje directo",
|
||||
"sidebar.createGroup": "Crear nuevo canal privado",
|
||||
"sidebar.direct": "MENSAJES DIRECTOS",
|
||||
|
|
@ -2961,6 +2968,13 @@
|
|||
"sidebar.tutorialScreen1": "<h4>Canales</h4><p><strong>Los Canales</strong> organizan las conversaciones en diferentes tópicos. Son abiertos para cualquier persona de tu equipo. Para enviar comunicaciones privadas con una sola persona utiliza <strong>Mensajes Directos</strong> o con multiples personas utilizando <strong>Canales Privados</strong>.</p>",
|
||||
"sidebar.tutorialScreen2": "<h4>Los canal \"{townsquare}\" y \"{offtopic}\"</h4><p>Estos son dos canales para comenzar:</p><p><strong>{townsquare}</strong> es el lugar para tener comunicación con todo el equipo. Todos los integrantes de tu equipo son miembros de este canal.</p><p><strong>{offtopic}</strong> es un lugar para diversión y humor fuera de los canales relacionados con el trabajo. Tu y tu equipo pueden decidir que otros canales crear.</p>",
|
||||
"sidebar.tutorialScreen3": "<h4>Creando y Uniéndose a Canales</h4><p>Haz clic en <strong>\"Más...\"</strong> para crear un nuevo canal o unirte a uno existente.</p><p>También puedes crear un nuevo canal al hacer clic en el símbolo de <strong>\"+\"</strong> que se encuentra al lado del encabezado de canales públicos o privados.</p>",
|
||||
"sidebar.types.alpha": "CANALES",
|
||||
"sidebar.types.direct": "MENSAJES DIRECTOS",
|
||||
"sidebar.types.favorite": "CANALES FAVORITOS",
|
||||
"sidebar.types.private": "CANALES PRIVADOS",
|
||||
"sidebar.types.public": "CANALES PÚBLICOS",
|
||||
"sidebar.types.recent": "ACTIVIDAD RECIENTE",
|
||||
"sidebar.types.unreads": "SIN LEER",
|
||||
"sidebar.unreadSection": "SIN LEER",
|
||||
"sidebar.unreads": "Más sin leer",
|
||||
"sidebar_header.tutorial": "<h4>Menú Principal</h4><p>El <strong>Menú Principal</strong> es donde puedes <strong>Invitar a nuevos miembros</strong>, podrás <strong>Configurar tu Cuenta</strong> y seleccionar un <strong>Tema</strong> para personalizar la apariencia.</p><p>Los administradores del Equipo podrán <strong>Configurar el Equipo</strong> desde este menú.</p><p>Los administradores del Sistema encontrarán una opción para ir a la <strong>Consola de Sistema</strong> para administrar el sistema completo.</p>",
|
||||
|
|
@ -3047,6 +3061,7 @@
|
|||
"status_dropdown.set_online": "En línea",
|
||||
"status_dropdown.set_ooo": "Fuera de Oficina",
|
||||
"status_dropdown.set_ooo.extra": "Respuesta automáticas habilitadas",
|
||||
"suggestion.archive": "Canales Archivados",
|
||||
"suggestion.loading": "Cargando...",
|
||||
"suggestion.mention.all": "PRECAUCIÓN: Esto menciona a todos los usuarios en el canal",
|
||||
"suggestion.mention.channel": "Notifica a todas las personas en el canal",
|
||||
|
|
@ -3064,11 +3079,11 @@
|
|||
"system_notice.adminVisible": "Sólo visible a Administradores del Sistema",
|
||||
"system_notice.adminVisible.icon": "Icono de Sólo visible a Administradores del Sistema",
|
||||
"system_notice.body.api3": "Si creaste o instalaste una integración en los últimos dos años, averigua como <a href=\"https://about.mattermost.com/default-apiv3-deprecation-guide\" target=\"_blank\">los nuevos cambios</a> pueden afectar dichas integraciones.",
|
||||
"system_notice.body.ee_upgrade_advice": "Enterprise Edition is recommended to ensure optimal operation and reliability. [Learn more](!https://mattermost.com/performance).",
|
||||
"system_notice.body.ee_upgrade_advice": "Se recomienda la Edición Empresarial para asegurar un óptimo funcionamiento y fiabilidad. [Más información](!https://mattermost.com/performance).",
|
||||
"system_notice.body.permissions": "Algunas configuraciones de políticas y permisos en la Consola del Sistema han sido cambiadas de sitio con la publicación de <a href=\"https://about.mattermost.com/default-advanced-permissions\" target=\"_blank\">permisos avanzados</a> en la edición para Empresas E10 y E20.",
|
||||
"system_notice.dont_show": "No volver a mostrar",
|
||||
"system_notice.remind_me": "Recordármelo más tarde",
|
||||
"system_notice.title": "**Notice**\nfrom Mattermost",
|
||||
"system_notice.title": "**Aviso**\nde Mattermost",
|
||||
"system_users_list.count": "{count, number} {count, plural, one {usuario} other {usuarios}}",
|
||||
"system_users_list.countPage": "{startCount, number} - {endCount, number} {count, plural, one {usuario} other {usuarios}} de {total, number} total",
|
||||
"system_users_list.countSearch": "{count, number} {count, plural, one {usuario} other {usuarios}} de {total, number} total",
|
||||
|
|
@ -3446,12 +3461,30 @@
|
|||
"user.settings.sidebar.after_seven_days": "Después de 7 días sin mensajes nuevos",
|
||||
"user.settings.sidebar.autoCloseDMDesc": "Las conversaciones en Mensajes Directos pueden re-abrirse con el botón “+” en la barra lateral o utilizando el Cambiador de Canal (CTRL+K). ",
|
||||
"user.settings.sidebar.autoCloseDMTitle": "Cerrar Mensajes Directos Automáticamente",
|
||||
"user.settings.sidebar.favorites": "Favoritos agrupados por separado",
|
||||
"user.settings.sidebar.favoritesDesc": "Los canales que haz marcado como favoritos serán agrupados por separado en la barra de canales.",
|
||||
"user.settings.sidebar.favoritesShort": "favoritos agrupados por separado",
|
||||
"user.settings.sidebar.groupAndSortChannelsTitle": "Agrupación y ordenamiento de Canales",
|
||||
"user.settings.sidebar.groupByNone": "Combinar todos los tipos de canales",
|
||||
"user.settings.sidebar.groupByNoneShort": "Sin agrupar",
|
||||
"user.settings.sidebar.groupByType": "Canales Públicos, Privados y de Mensajes Directos son agrupados por separado",
|
||||
"user.settings.sidebar.groupByTypeShort": "Agrupar por tipo de canal",
|
||||
"user.settings.sidebar.groupChannelsTitle": "Agrupamiento de Canales",
|
||||
"user.settings.sidebar.groupDesc": "Seleccionar si los canales en la barra lateral son mostrados en grupos o combinados en una sola lista.",
|
||||
"user.settings.sidebar.icon": "Icono de Preferencias de la Barra Lateral",
|
||||
"user.settings.sidebar.never": "Nunca",
|
||||
"user.settings.sidebar.showUnreadSection": "En la parte superior de la barra lateral",
|
||||
"user.settings.sidebar.sortAlpha": "Alfabéticamente",
|
||||
"user.settings.sidebar.sortAlphaShort": "Ordenado alfabéticamente",
|
||||
"user.settings.sidebar.sortChannelsTitle": "Ordenamiento de Canales",
|
||||
"user.settings.sidebar.sortDesc": "Seleccionar como serán ordenados los canales en la barra lateral. Los canales recientes son ordenados según el último mensaje.",
|
||||
"user.settings.sidebar.sortRecent": "Actividad reciente",
|
||||
"user.settings.sidebar.sortRecentShort": "ordenado por actividad reciente",
|
||||
"user.settings.sidebar.title": "Preferencias de la Barra Lateral",
|
||||
"user.settings.sidebar.unreadSectionDesc": "Canales sin leer aparecerán en la parte superior de la barra lateral hasta que sean leídos.",
|
||||
"user.settings.sidebar.unreadSectionTitle": "Agrupar canales sin leer",
|
||||
"user.settings.sidebar.unreads": "Canales sin leer agrupados por separado",
|
||||
"user.settings.sidebar.unreadsDesc": "Canales sin leer serán agrupados en la parte superior de la barra lateral hasta que sean leídos.",
|
||||
"user.settings.sidebar.unreadsFavoritesShort": "canales sin leer y favoritos agrupados por separado",
|
||||
"user.settings.sidebar.unreadsShort": "canales sin leer agrupados por separado",
|
||||
"user.settings.timezones.automatic": "Asignar automáticamente",
|
||||
"user.settings.timezones.change": "Cambiar zona horaria",
|
||||
"user.settings.timezones.promote": "Selecciona la zona horaria para ser utilizada en la interfaz de usuario y notificaciones de correo electrónico.",
|
||||
|
|
@ -3537,5 +3570,6 @@
|
|||
"webrtc.unmute_audio": "Activar micrófono",
|
||||
"webrtc.unpause_video": "Encender la cámara",
|
||||
"webrtc.unsupported": "El cliente de {username} no admite llamadas de vídeo.",
|
||||
"yourcomputer": "Tu computador",
|
||||
"youtube_video.notFound": "Video no encontrado"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -219,11 +219,10 @@
|
|||
"admin.compliance.directoryTitle": "Dossier des rapports de conformité :",
|
||||
"admin.compliance.enableDailyDesc": "Lorsqu'activé, Mattermost génère un rapport quotidien de conformité.",
|
||||
"admin.compliance.enableDailyTitle": "Activer le rapport quotidien :",
|
||||
"admin.compliance.enableDesc": "Lorsqu'activé, Mattermost autorise les rapports de conformité depuis l'onglet <strong>Conformité et vérification</strong>. Consultez la <a href=\"https://docs.mattermost.com/administration/compliance.html\" target=\"_blank\">documentation</a> pour en savoir plus.",
|
||||
"admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the **Compliance and Auditing** tab. See [documentation](!https://docs.mattermost.com/administration/compliance.html) to learn more.",
|
||||
"admin.compliance.enableTitle": "Activer le rapport de conformité :",
|
||||
"admin.compliance.false": "non",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new <a href=\"../../admin_console/compliance/message_export\">Compliance Export</a> feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">Note :</h4><p>La conformité est une option disponible sur l'édition Entreprise. Votre licence ne permet pas d'utiliser cette fonction. Veuillez cliquer <a href=\"http://mattermost.com\" target=\"_blank\">ici</a> pour des informations sur la licence Entreprise et connaître son prix.</p>",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new [Compliance Export](../../admin_console/compliance/message_export) feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.save": "Enregistrer",
|
||||
"admin.compliance.saving": "Enregistrement des paramètres...",
|
||||
"admin.compliance.title": "Paramètres de conformité",
|
||||
|
|
@ -633,7 +632,6 @@
|
|||
"admin.ldap.nicknameAttrDesc": "(Facultatif) L'attribut du serveur AD/LDAP qui est utilisé pour remplir les pseudos des utilisateurs de Mattermost. Lorsque défini, les utilisateurs ne peuvent pas éditer leur pseudo étant donné qu'il est alors synchronisé avec le serveur LDAP. Lorsque laissé vide, les utilisateurs peuvent définir leur propre pseudo dans les paramètres du compte.",
|
||||
"admin.ldap.nicknameAttrEx": "Ex. : « pseudo »",
|
||||
"admin.ldap.nicknameAttrTitle": "Attribut « Nickname » :",
|
||||
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">Note :</h4><p>AD/LDAP est une fonctionnalité de l'Edition Entreprise. Votre licence actuelle ne permet pas d'utiliser AD/LDAP. Veuillez cliquer <a href=\"http://mattermost.com\" target=\"_blank\">ici</a> pour plus d'informations et connaître les tarifs de l'Edition Entreprise.</p>",
|
||||
"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 :",
|
||||
|
|
@ -722,7 +720,7 @@
|
|||
"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'<a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>authentification multi-facteurs (MFA)</a> 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.bannerDesc": "[Multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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": "Haute",
|
||||
"admin.mfa.title": "Authentification multi-facteurs",
|
||||
"admin.nav.administratorsGuide": "Guide d'administrateur",
|
||||
|
|
@ -1454,6 +1452,7 @@
|
|||
"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}",
|
||||
"archivedChannelMessage": "You are viewing an **archived channel**. New messages cannot be posted.",
|
||||
"audit_table.accountActive": "Compte activé",
|
||||
"audit_table.accountInactive": "Compte désactivé",
|
||||
"audit_table.action": "Action",
|
||||
|
|
@ -1523,6 +1522,8 @@
|
|||
"backstage_sidebar.integrations.oauthApps": "Applications OAuth 2.0",
|
||||
"backstage_sidebar.integrations.outgoing_webhooks": "Webhooks sortants",
|
||||
"calling_screen": "Appel",
|
||||
"center_panel.archived.closeChannel": "Close Channel",
|
||||
"center_panel.permalink.archivedChannel": "You are viewing an **archived channel**. ",
|
||||
"center_panel.recent": "Veuillez cliquer ici pour voir les messages récents. ",
|
||||
"center_panel.recent.icon": "Icône permettant d'aller aux messages récents",
|
||||
"change_url.close": "Fermer",
|
||||
|
|
@ -1581,7 +1582,7 @@
|
|||
"channel_loader.connection_error": "Oups... Il semble que votre connexion internet ait un problème...",
|
||||
"channel_loader.posted": "Publié",
|
||||
"channel_loader.postedImage": " a publié une image",
|
||||
"channel_loader.socketError": "Veuillez vérifier votre connexion, Mattermost est inaccessible. Si le problème persiste, demandez à l'administrateur de <a href=\"https://about.mattermost.com/default-websocket-port-help\" target=\"_blank\">vérifier le port du WebSocket</a>.",
|
||||
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to [check WebSocket port](!https://about.mattermost.com/default-websocket-port-help].",
|
||||
"channel_loader.someone": "Quelqu'un",
|
||||
"channel_loader.something": " a fait quelque chose",
|
||||
"channel_loader.unknown_error": "Réponse de statut incorrecte reçue du serveur.",
|
||||
|
|
@ -1759,6 +1760,7 @@
|
|||
"delete_channel.confirm": "Confirmez l'ARCHIVAGE du canal",
|
||||
"delete_channel.del": "Archiver",
|
||||
"delete_channel.question": "Ceci va archiver le canal de l'équipe et rendre son contenu inaccessible de tous les utilisateurs. <br/><br/>Voulez-vous vraiment archiver le canal <strong>{display_name}</strong> ?",
|
||||
"delete_channel.viewArchived.question": "This will archive the channel from the team. Channel contents will still be accessible by channel members.\n \nAre you sure you wish to archive the **{display_name}** channel?",
|
||||
"delete_post.cancel": "Annuler",
|
||||
"delete_post.comment": "Commentaire",
|
||||
"delete_post.confirm": "Confirmer la suppression de {term}",
|
||||
|
|
@ -2172,13 +2174,13 @@
|
|||
"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": "<h4 class='channel-intro__title'>Début de {display_name}</h4><p class='channel-intro__content'><strong>Bienvenue sur {display_name}!</strong><br/><br/>Publiez ici les messages que vous souhaitez que tout le monde voie. Chaque utilisateur devient un membre permanent de ce canal lorsqu'il rejoint l'équipe.</p>",
|
||||
"intro_messages.default": "Publiez ici les messages que vous souhaitez que tout le monde voie. Chaque utilisateur devient un membre permanent de ce canal lorsqu'il rejoint l'équipe.",
|
||||
"intro_messages.group": "canal privé",
|
||||
"intro_messages.group_message": "Vous êtes au début de votre historique de messages de groupe avec ces utilisateurs. Les messages privés et les fichiers partagés ici ne sont pas visibles par les autres utilisateurs.",
|
||||
"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": "<h4 class=\"channel-intro__title\">Début de {display_name}</h4><p class=\"channel-intro__content\">Ceci est le début de {display_name}, un canal destiné aux conversations extra-professionnelles.<br/></p>",
|
||||
"intro_messages.offTopic": "This is the start of {display_name}, a channel for non-work-related conversations.",
|
||||
"intro_messages.onlyInvited": " Seuls les membres invités peuvent voir ce canal privé.",
|
||||
"intro_messages.purpose": " L'objectif de {type} est : {purpose}.",
|
||||
"intro_messages.setHeader": "Définir l'entête",
|
||||
|
|
@ -2669,6 +2671,9 @@
|
|||
"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 canal privé.",
|
||||
"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 canal privé.",
|
||||
"more_direct_channels.title": "Messages personnels",
|
||||
"more_public_direct_channels.channels": "Canaux",
|
||||
"more_public_direct_channels.direct_messages": "Messages personnels",
|
||||
"more_public_direct_channels.title": "Channels and Direct Messages",
|
||||
"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",
|
||||
|
|
@ -2861,6 +2866,7 @@
|
|||
"search_header.title2": "Mentions récentes",
|
||||
"search_header.title3": "Messages marqués d'un indicateur",
|
||||
"search_header.title4": "Messages épinglés dans {channelDisplayName}",
|
||||
"search_item.channelArchived": "Archiver",
|
||||
"search_item.direct": "Message personnel (avec {username})",
|
||||
"search_item.jump": "Aller à",
|
||||
"search_results.noResults": "Aucun résultat. Recommencer ?",
|
||||
|
|
@ -2946,6 +2952,7 @@
|
|||
"shortcuts.nav.unread_prev.mac": "Canal non lu précédent :\t⌥|Maj|Haut",
|
||||
"sidebar.channels": "CANAUX PUBLICS",
|
||||
"sidebar.createChannel": "Créer un nouveau canal public",
|
||||
"sidebar.createChannelDirectChannel": "Create new channel or direct message",
|
||||
"sidebar.createDirectMessage": "Créer un nouveau message personnel",
|
||||
"sidebar.createGroup": "Créer un nouveau canal privé",
|
||||
"sidebar.direct": "MESSAGES PERSONNELS",
|
||||
|
|
@ -2961,6 +2968,13 @@
|
|||
"sidebar.tutorialScreen1": "<h4>Canaux</h4><p><strong>Les canaux</strong> organisent les conversations en sujets distincts. Ils sont ouverts à tous les utilisateurs de votre équipe. Pour envoyer des messages personnels, utilisez les <strong>Messages personnels</strong> pour une personne ou des <strong>Canaux privés</strong> pour plusieurs personnes.</p>",
|
||||
"sidebar.tutorialScreen2": "<h4>Canaux « {townsquare} » et « {offtopic} »</h4><p>Voici deux canaux publics pour commencer :</p><p><strong>{townsquare}</strong> est l'endroit idéal pour communiquer avec toute l'équipe. Tous les membres de votre équipe sont membres de ce canal.</p><p><strong>{offtopic}</strong> (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.</p>",
|
||||
"sidebar.tutorialScreen3": "<h4>Créer et rejoindre des canaux</h4><p>Cliquez sur <strong>« Plus... »</strong> pour créer un nouveau canal ou rejoindre un canal existant.</p><p>Vous pouvez aussi créer un nouveau canal ou un groupe privé en cliquant sur le symbole <strong>« + »</strong> à côté du nom du canal public ou privé.</p>",
|
||||
"sidebar.types.alpha": "CANAUX",
|
||||
"sidebar.types.direct": "MESSAGES PERSONNELS",
|
||||
"sidebar.types.favorite": "CANAUX FAVORIS",
|
||||
"sidebar.types.private": "CANAUX PRIVÉS",
|
||||
"sidebar.types.public": "CANAUX PUBLICS",
|
||||
"sidebar.types.recent": "RECENT ACTIVITY",
|
||||
"sidebar.types.unreads": "NON LUS",
|
||||
"sidebar.unreadSection": "NON LUS",
|
||||
"sidebar.unreads": "Plus de messages non lus",
|
||||
"sidebar_header.tutorial": "<h4>Menu principal</h4><p>Le <strong>Menu Principal</strong> est l'endroit où vous pouvez <strong>inviter des nouveaux membres</strong>, accéder aux <strong>paramètres de votre compte</strong> et configurer les <strong>couleurs de votre thème</strong>.</p><p>Les administrateurs d'équipe peuvent aussi accéder aux <strong>paramètres de l'équipe</strong>.</p><p>Les administrateurs système trouveront la <strong>console système</strong> pour administrer tout le site.</p>",
|
||||
|
|
@ -3047,6 +3061,7 @@
|
|||
"status_dropdown.set_online": "En ligne",
|
||||
"status_dropdown.set_ooo": "Absent du bureau",
|
||||
"status_dropdown.set_ooo.extra": "Les Réponses automatiques sont activées",
|
||||
"suggestion.archive": "Archiver les canaux",
|
||||
"suggestion.loading": "Chargement…",
|
||||
"suggestion.mention.all": "ATTENTION : Ceci mentionne tout le monde dans le canal",
|
||||
"suggestion.mention.channel": "Notifier tout le monde dans le canal",
|
||||
|
|
@ -3446,12 +3461,30 @@
|
|||
"user.settings.sidebar.after_seven_days": "Après 7 jours sans nouveaux messages",
|
||||
"user.settings.sidebar.autoCloseDMDesc": "Les conversations de messages personnels peuvent être réouvertes avec le bouton “+” dans la barre latérale ou en utilisant le sélecteur de canal (CTRL+K).",
|
||||
"user.settings.sidebar.autoCloseDMTitle": "Fermer automatiquement les messages personnels",
|
||||
"user.settings.sidebar.favorites": "Favorites grouped separately",
|
||||
"user.settings.sidebar.favoritesDesc": "Channels you've marked as favorite will be grouped separately in the channel sidebar.",
|
||||
"user.settings.sidebar.favoritesShort": "favorites grouped separately",
|
||||
"user.settings.sidebar.groupAndSortChannelsTitle": "Channel grouping and sorting",
|
||||
"user.settings.sidebar.groupByNone": "Combine all channel types",
|
||||
"user.settings.sidebar.groupByNoneShort": "No grouping",
|
||||
"user.settings.sidebar.groupByType": "Public, Private and Direct Message channels are grouped separately",
|
||||
"user.settings.sidebar.groupByTypeShort": "Group by channel type",
|
||||
"user.settings.sidebar.groupChannelsTitle": "Channel grouping",
|
||||
"user.settings.sidebar.groupDesc": "Select if channels in your sidebar are displayed in groups or combined in a single list.",
|
||||
"user.settings.sidebar.icon": "Icône de paramètres de la barre latérale",
|
||||
"user.settings.sidebar.never": "Jamais",
|
||||
"user.settings.sidebar.showUnreadSection": "Au-dessus de la barre latérale des canaux",
|
||||
"user.settings.sidebar.sortAlpha": "Alphabetically",
|
||||
"user.settings.sidebar.sortAlphaShort": "sorted alphabetically",
|
||||
"user.settings.sidebar.sortChannelsTitle": "Channel sorting",
|
||||
"user.settings.sidebar.sortDesc": "Select how channels will be ordered in your sidebar. Recent channels are sorted by latest post.",
|
||||
"user.settings.sidebar.sortRecent": "Recency",
|
||||
"user.settings.sidebar.sortRecentShort": "sorted by recency",
|
||||
"user.settings.sidebar.title": "Paramètres de la barre latérale",
|
||||
"user.settings.sidebar.unreadSectionDesc": "Les canaux non lus seront placés au-dessus de la barre latérale des canaux jusqu'à ce qu'ils soient lus.",
|
||||
"user.settings.sidebar.unreadSectionTitle": "Grouper les canaux non lus",
|
||||
"user.settings.sidebar.unreads": "Unreads grouped separately",
|
||||
"user.settings.sidebar.unreadsDesc": "Les canaux non lus seront placés au-dessus de la barre latérale des canaux jusqu'à ce qu'ils soient lus.",
|
||||
"user.settings.sidebar.unreadsFavoritesShort": "unreads and favorites grouped separately",
|
||||
"user.settings.sidebar.unreadsShort": "unreads grouped separately",
|
||||
"user.settings.timezones.automatic": "Définir automatiquement",
|
||||
"user.settings.timezones.change": "Changer le fuseau horaire",
|
||||
"user.settings.timezones.promote": "Sélectionnez le fuseau horaire de l'horodatage utilisé dans l'interface utilisateur et dans les notifications par e-mail.",
|
||||
|
|
@ -3537,5 +3570,6 @@
|
|||
"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.",
|
||||
"yourcomputer": "Your computer",
|
||||
"youtube_video.notFound": "Vidéo non trouvé"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -219,11 +219,10 @@
|
|||
"admin.compliance.directoryTitle": "Cartella per i Compliance Report:",
|
||||
"admin.compliance.enableDailyDesc": "Quando abilitato, Mattermost genererà un rapporto giornaliero.",
|
||||
"admin.compliance.enableDailyTitle": "Abilita rapporto giornaliero:",
|
||||
"admin.compliance.enableDesc": "Quando abilitato, Mattermost permette l'invio di report di compliance dal tab <strong>Compliance e Auditing</strong>. Vedi la <a href=\"https://docs.mattermost.com/administration/compliance.html\" target='_blank'>documentazione</a> per altre info.",
|
||||
"admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the **Compliance and Auditing** tab. See [documentation](!https://docs.mattermost.com/administration/compliance.html) to learn more.",
|
||||
"admin.compliance.enableTitle": "Abilita rapporti di compliance:",
|
||||
"admin.compliance.false": "falso",
|
||||
"admin.compliance.newComplianceExportBanner": "Questa funzione è stata sostituita dalla nuova funzione di <a href=\"../../admin_console/compliance/message_export\">Esportazione Conforme</a> e sarà rimossa nei prossimi rilasci. Raccomandiamo di passare al nuovo sistema.",
|
||||
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">Nota:</h4><p>Compliance è una funzionalità della versione Enterprise. La licenza usata non include la funzione Compliance. Vedere il sito <a href=\"http://mattermost.com\" target=\"_blank\">Mattermost</a> per informazioni sulle licenze e prezzi.</p>",
|
||||
"admin.compliance.newComplianceExportBanner": "Questa funzione è stata sostituita dalla nuova funzione di [Esportazione Conforme](../../admin_console/compliance/message_export) e sarà rimossa nelle prossime versioni. Raccomandiamo di passare al nuovo sistema.",
|
||||
"admin.compliance.save": "Salva",
|
||||
"admin.compliance.saving": "Salvataggio configurazione...",
|
||||
"admin.compliance.title": "Impostazioni di Compliance",
|
||||
|
|
@ -498,7 +497,7 @@
|
|||
"admin.files.storage": "Archiviazione",
|
||||
"admin.general.configuration": "Configurazione",
|
||||
"admin.general.localization": "Localizzazione",
|
||||
"admin.general.localization.availableLocalesDescription": "Impostare quali lingue sono disponibili per gli utenti nelle Impostazioni Account (lasciare in bianco per tutte le lingue disponibili). Se si stanno aggiungendo manualmente altre lingue, si deve aggiungere la <strong>Lingua predefinita utente</strong> prima di salvare.<br/><br/>. Vuoi contribuire alle traduzioni? Iscriviti al <a href='http://translate.mattermost.com/' target='_blank'>Server traduzioni Mattermost</a> per contribuire.",
|
||||
"admin.general.localization.availableLocalesDescription": "Impostare quali lingue sono disponibili per gli utenti nelle Impostazioni Account (lasciare in bianco per tutte le lingue disponibili). Se si stanno aggiungendo manualmente altre lingue, si deve aggiungere la **Lingua predefinita utente** prima di salvare.\n \nVuoi contribuire alle traduzioni? Iscriviti al [Server traduzioni Mattermost](!http://translate.mattermost.com/) per contribuire.",
|
||||
"admin.general.localization.availableLocalesNoResults": "Nessun risultato trovato",
|
||||
"admin.general.localization.availableLocalesNotPresent": "La lingua predefinita del client deve essere inclusa nella lista di quelle disponibili",
|
||||
"admin.general.localization.availableLocalesTitle": "Lingue disponibili:",
|
||||
|
|
@ -541,13 +540,13 @@
|
|||
"admin.image.amazonS3EndpointDescription": "L'hostnamet del tuo fornitore di spazio compatibile S3. Impostazione Predefinita \"s3.amazonaws.com\".",
|
||||
"admin.image.amazonS3EndpointExample": "Es.: \"s3.amazonaws.com\"",
|
||||
"admin.image.amazonS3EndpointTitle": "Endpoint S3 Amazon:",
|
||||
"admin.image.amazonS3IdDescription": "(Opzionale) Richiesto solo se non si desidera autenticarsi su S3 utilizzando un <a href=\"https://about.mattermost.com/default-iam-role\" target='_blank'>ruolo IAM</a>. Inserire l'Access Key ID fornito dall'amministratore di Amazon EC2.",
|
||||
"admin.image.amazonS3IdDescription": "(Opzionale) Richiesto solo se non si desidera autenticarsi su S3 utilizzando un [ruolo IAM](!https://about.mattermost.com/default-iam-role). Inserire l'Access Key ID fornito dall'amministratore di Amazon EC2.",
|
||||
"admin.image.amazonS3IdExample": "Es.: \"AKIADTOVBGERKLCBV\"",
|
||||
"admin.image.amazonS3IdTitle": "Chiave di Accesso ID Amazon S3:",
|
||||
"admin.image.amazonS3RegionDescription": "La regione AWS selezionata durante la creazione di S3. Se la regione non è impostata, Mattermost cercherà di trovare la regione corretta da AWS oppure utilizzerà 'us-east-1'.",
|
||||
"admin.image.amazonS3RegionExample": "Es.: \"us-east-1\"",
|
||||
"admin.image.amazonS3RegionTitle": "Regione Amazon S3:",
|
||||
"admin.image.amazonS3SSEDescription": "Se vero, codifica i file su Amazon S3 utilizzando la codifica lato server con le chiavi gestite da Amazon S3. Vedere la <a href=\"https://about.mattermost.com/default-server-side-encryption\" target='_blank'>documentazione</a> per ulteriori dettagli.",
|
||||
"admin.image.amazonS3SSEDescription": "Se vero, codifica i file su Amazon S3 utilizzando la codifica lato server con le chiavi gestite da Amazon S3. Vedere la [documentazione](!https://about.mattermost.com/default-server-side-encryption) per ulteriori dettagli.",
|
||||
"admin.image.amazonS3SSETitle": "Abilita la codifica lato server di Amazon S3:",
|
||||
"admin.image.amazonS3SSLDescription": "Quando disabilitato, ammette connessioni insicure ad Amazon S3. L'Impostazione predefinita ammette solo connessioni sicure.",
|
||||
"admin.image.amazonS3SSLTitle": "Abilita Connessioni Sicure ad Amazon S3:",
|
||||
|
|
@ -565,7 +564,7 @@
|
|||
"admin.image.proxyOptions": "Opzioni Proxy Immagine:",
|
||||
"admin.image.proxyOptionsDescription": "Opzioni aggiuntive come la chiave di firma URL. Fare riferimento alla documentazione del proxy per conoscere quali opzioni sono supportate.",
|
||||
"admin.image.proxyType": "Tipo Proxy Immagine:",
|
||||
"admin.image.proxyTypeDescription": "Configurare un proxy immagine per caricare tutte le immagini di Markdown attraverso un proxy. Il proxy immagine assicura agli utenti di non eseguire richieste per immagini non sicure, provvedere alla cache per migliorare le performance e automatizza gli aggiustamenti sull'immagine come il ridimensionamento. Vedere la <a href=\"https://about.mattermost.com/default-image-proxy-documentation\" target='_blank'>documentazione</a> per ulteriori informazioni.",
|
||||
"admin.image.proxyTypeDescription": "Configurare un proxy immagine per caricare tutte le immagini di Markdown attraverso un proxy. Il proxy immagine assicura agli utenti di non eseguire richieste per immagini non sicure, provvedere alla cache per migliorare le performance e automatizza gli aggiustamenti sull'immagine come il ridimensionamento. Vedere la [documentazione](!https://about.mattermost.com/default-image-proxy-documentation) per ulteriori informazioni.",
|
||||
"admin.image.proxyTypeNone": "Nessuno",
|
||||
"admin.image.proxyURL": "URL Proxy Immagine:",
|
||||
"admin.image.proxyURLDescription": "URL del server con il proxy immagine.",
|
||||
|
|
@ -575,7 +574,7 @@
|
|||
"admin.image.shareDescription": "Consenti agli utenti di condividere collegamenti pubblici a file ed immagini.",
|
||||
"admin.image.shareTitle": "Abilita Collegamenti Pubblici a File: ",
|
||||
"admin.image.storeAmazonS3": "Amazon S3",
|
||||
"admin.image.storeDescription": "Il sistema di storage dove allegati file ed immagini vengono salvati.<br /><br />Selezionando \"Amazon S3\" verranno abilitati i campi in cui immettere le credenziali ed il nome del bucket Amazon.<br /><br />Selezionando \"Filesystem Locale\" verrà abilitato il campo necessario per specificare il percorso ad una cartella locale.",
|
||||
"admin.image.storeDescription": "Il sistema di storage dove allegati file ed immagini vengono salvati.\n \nSelezionando \"Amazon S3\" verranno abilitati i campi in cui immettere le credenziali ed il nome del bucket Amazon.\n \nSelezionando \"Filesystem Locale\" verrà abilitato il campo necessario per specificare il percorso ad una cartella locale.",
|
||||
"admin.image.storeLocal": "Filesystem Locale",
|
||||
"admin.image.storeTitle": "Sistema di Storage File:",
|
||||
"admin.integrations.custom": "Integrazione personalizzata",
|
||||
|
|
@ -613,7 +612,7 @@
|
|||
"admin.ldap.firstnameAttrDesc": "(Opzionale) L'attributo usato nel server AD/LDAP che verrà utilizzato per popolare il campo nome proprio degli utenti in Mattermost. Quando abilitato, gli utenti non saranno in grado di modificare il loro nome proprio poichè sincronizzato con il server LDAP. Quando lasciato vuoto, gli utenti possono impostare il nome proprio nelle Impostazioni Account.",
|
||||
"admin.ldap.firstnameAttrEx": "Es.: \"givenName\"",
|
||||
"admin.ldap.firstnameAttrTitle": "Attributo nome:",
|
||||
"admin.ldap.idAttrDesc": "L'attributo nel server AD/LDAP utilizzato come identificatore univoco in Mattermost. Dovrebbe essere un attributo AD/LDAP con un valore che non cambia. Se l'attributo ID utente cambia, creerà un nuovo account Mattermost dissociato dal vecchio account.<br /><br />Se si deve modificate questo attributo dopo il login dell'utente, utilizzare lo strumento<a href=\"https://about.mattermost.com/default-platform-ldap-idmigrate\" target='_blank'>platform ldap idmigrate</a> da linea di comando.",
|
||||
"admin.ldap.idAttrDesc": "L'attributo nel server AD/LDAP utilizzato come identificatore univoco in Mattermost. Dovrebbe essere un attributo AD/LDAP con un valore che non cambia. Se l'attributo ID utente cambia, creerà un nuovo account Mattermost dissociato dal vecchio account.\n \nSe si deve modificate questo attributo dopo il login dell'utente, utilizzare lo strumento [platform ldap idmigrate](!https://about.mattermost.com/default-platform-ldap-idmigrate) da linea di comando.",
|
||||
"admin.ldap.idAttrEx": "E.s: \"objectGUID\"",
|
||||
"admin.ldap.idAttrTitle": "Attributo ID: ",
|
||||
"admin.ldap.jobExtraInfo": "Scansionati utenti LDAP {ldapUsers}, aggiornati {updateCount}, disattivati {deleteCount}",
|
||||
|
|
@ -621,7 +620,7 @@
|
|||
"admin.ldap.lastnameAttrEx": "Es.: \"sn\"",
|
||||
"admin.ldap.lastnameAttrTitle": "Cognome:",
|
||||
"admin.ldap.ldap_test_button": "Test AD/LDAP",
|
||||
"admin.ldap.loginAttrDesc": "L'attributo nel server AD/LDAP utilizzato per eseguire il login in Mattermost. Normalmente questo attributo coincide con il campo \"Attributo Nome Utente\" di cui sopra.<br /><br />Se il gruppo utilizza dominio\\nomeutente per l'accesso ad altri servizi con AD/LDAP, puoi inserire dominio\\nomeutente in questo campo per coerenza tra i vari siti.",
|
||||
"admin.ldap.loginAttrDesc": "L'attributo nel server AD/LDAP utilizzato per eseguire il login in Mattermost. Normalmente questo attributo coincide con il campo \"Attributo Nome Utente\" di cui sopra.\n \nSe il gruppo utilizza dominio\\nomeutente per l'accesso ad altri servizi con AD/LDAP, puoi inserire dominio\\nomeutente in questo campo per coerenza tra i vari siti.",
|
||||
"admin.ldap.loginAttrTitle": "Attributo Login ID: ",
|
||||
"admin.ldap.loginIdAttrEx": "E.s.: \"sAMAccountName\"",
|
||||
"admin.ldap.loginNameDesc": "Il segnaposto che appare nel campo login sulla pagina login. Predefinito \"Nome utente AD/LDAP \".",
|
||||
|
|
@ -633,7 +632,6 @@
|
|||
"admin.ldap.nicknameAttrDesc": "(Opzionale) L'attributo del server AD/LDAP che verrà usato per popolare il soprannome degli utenti in Mattermost. Quando impostato, gli utenti non potranno modificare il loro soprannome perché sarà sincronizzato con il server LDAP. Se lasciato vuoto gli utenti potranno impostare il loro soprannome dalle Impostazioni Account.",
|
||||
"admin.ldap.nicknameAttrEx": "Es.: \"nickname\"",
|
||||
"admin.ldap.nicknameAttrTitle": "Soprannome:",
|
||||
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">Nota:</h4><p>AD/LDAP è una funzionalità della versione Enterprise. La licenza usata non include la funzione AD/LDAP. Vedere il sito <a href=\"http://mattermost.com\" target=\"_blank\">Mattermost</a> per informazioni sulle licenze e prezzi.</p>",
|
||||
"admin.ldap.portDesc": "La porta che Mattermost userà per connettersi al server AD/LDAP. Il valore di default è 389.",
|
||||
"admin.ldap.portEx": "Es.: \"389\"",
|
||||
"admin.ldap.portTitle": "Porta AD/LDAP:",
|
||||
|
|
@ -679,7 +677,7 @@
|
|||
"admin.log.consoleLogLevel": "Livello log di console:",
|
||||
"admin.log.consoleTitle": "Scrive i logs sulla console: ",
|
||||
"admin.log.enableDiagnostics": "Abilita Diagnostica e Invio Errori:",
|
||||
"admin.log.enableDiagnosticsDescription": "Abilita questa opzione per aumentare la qualità e le funzionalità di Mattermost inviando informazioni diagnostiche ed errori a Mattermost, Inc. Leggi la nosta <a href=\"https://about.mattermost.com/default-privacy-policy/\" target='_blank'>politica sulla privacy</a> per scoprirne di più.",
|
||||
"admin.log.enableDiagnosticsDescription": "Abilita questa opzione per aumentare la qualità e le funzionalità di Mattermost inviando informazioni diagnostiche ed errori a Mattermost, Inc. Leggi la nosta [politica sulla privacy](!https://about.mattermost.com/default-privacy-policy/) per avere maggiori informazioni.",
|
||||
"admin.log.enableWebhookDebugging": "Attiva il debug di Webhook:",
|
||||
"admin.log.enableWebhookDebuggingDescription": "Per trasmettere il corpo delle richieste in ingresos ai webhooks alla console, attivare questa opzione e impostare il {boldedConsoleLogLevel} a 'DEBUG'. Disattivare questa opzione per non scrivere il corpo delle richieste al webhook nei log della console quando si lavora in modalità DEBUG.",
|
||||
"admin.log.fileDescription": "Tipicamente abilitato in produzione. Quando attivo, i log registrati vengono scritti nel file mattermost.log all'interno della directory specificata nel campo File Log Directory. I log vengono ruotati ogni 10,000 linee ed archiviati in un file presente nella stessa directory, con un nome ed una data comprendente un numero di serie. Per esempio, mattermost.2017-03-31.001. Cambiare questa impostazione richiedo un riavvio del server.",
|
||||
|
|
@ -717,12 +715,12 @@
|
|||
"admin.manage_tokens.userAccessTokensIdLabel": "ID token: ",
|
||||
"admin.manage_tokens.userAccessTokensNameLabel": "Descrizione del Token: ",
|
||||
"admin.manage_tokens.userAccessTokensNone": "Nessun Token di accesso personale.",
|
||||
"admin.metrics.enableDescription": "Quando abilitato, Mattermost abiliterà il monitoraggio e l'analisi delle prestazioni. Consultare la <a href=\"http://docs.mattermost.com/deployment/metrics.html\" target='_blank'>documentazione</a> per ottenere maggiori informazioni su come configurare il monitoraggio delle prestazioni per Mattermost.",
|
||||
"admin.metrics.enableDescription": "Quando abilitato, Mattermost abiliterà il monitoraggio e l'analisi delle prestazioni. Consultare la [documentazione](!http://docs.mattermost.com/deployment/metrics.html) per ottenere maggiori informazioni su come configurare il monitoraggio delle prestazioni per Mattermost.",
|
||||
"admin.metrics.enableTitle": "Abilitare il monitor delle performance:",
|
||||
"admin.metrics.listenAddressDesc": "L'indirizzo su cui il server starà in ascolto per esporre le informazioni di performace.",
|
||||
"admin.metrics.listenAddressEx": "Es.: \":8067\"",
|
||||
"admin.metrics.listenAddressTitle": "Indirizzo di ascolto:",
|
||||
"admin.mfa.bannerDesc": "<a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>Autenticazione Multi-fattore</a> è disponibile per gli account con login AD/LDAP. Qualora vengano adoperati altri metodi di autenticazione sarà necessario configurare MFS con il provider di autenticazione.",
|
||||
"admin.mfa.bannerDesc": "[Multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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": "Alta",
|
||||
"admin.mfa.title": "Autenticazione Multi-fattore",
|
||||
"admin.nav.administratorsGuide": "Guida dell'amministratore",
|
||||
|
|
@ -1367,8 +1365,8 @@
|
|||
"admin.user_item.userAccessTokenPostAll": "(con post:tutti i Token di accesso personali)",
|
||||
"admin.user_item.userAccessTokenPostAllPublic": "(con post:Token di accesso personali per canali)",
|
||||
"admin.user_item.userAccessTokenYes": "(con Token di accesso personali)",
|
||||
"admin.viewArchivedChannelsHelpText": "When true, allows users to share permalinks and search for content of channels that have been archived. Users can only view the content in channels of which they were a member before the channel was archived.",
|
||||
"admin.viewArchivedChannelsTitle": "Allow users to view archived channels:",
|
||||
"admin.viewArchivedChannelsHelpText": "Se vero, permette agli utenti di condividere i permalink ed eseguire ricerche in canali che sono stati archiviati. Gli utenti potranno solo visualizzare il contenuto dei canali di cui erano membri prima che il canale venisse archiviato.",
|
||||
"admin.viewArchivedChannelsTitle": "Permetti agli utenti di visualizzare i canali archiviati:",
|
||||
"admin.webrtc.enableDescription": "Se vero, Mattermost permetti di fare videochiamate <strong>uno-a-uno</strong>. Le chiamate WebRTC sono disponibili su Chrome, Firefox e l'App Mattermost Desktop.",
|
||||
"admin.webrtc.enableTitle": "Abilita Mattermost WebRTC: ",
|
||||
"admin.webrtc.gatewayAdminSecretDescription": "Inserisci la password segreta di amministrazione per accedere all'URL del Gateway di Amministrazione.",
|
||||
|
|
@ -1454,6 +1452,7 @@
|
|||
"app.channel.post_update_channel_purpose_message.removed": "{username} ha cancellato lo scopo del canale (era: {old})",
|
||||
"app.channel.post_update_channel_purpose_message.updated_from": "{username} ha aggiornato lo scopo del canale da: {old} a: {new}",
|
||||
"app.channel.post_update_channel_purpose_message.updated_to": "{username} ha aggiornato lo scopo del canale a: {new}",
|
||||
"archivedChannelMessage": "You are viewing an **archived channel**. New messages cannot be posted.",
|
||||
"audit_table.accountActive": "Account attivato",
|
||||
"audit_table.accountInactive": "Account disattivato",
|
||||
"audit_table.action": "Azione",
|
||||
|
|
@ -1523,6 +1522,8 @@
|
|||
"backstage_sidebar.integrations.oauthApps": "Applicazioni OAuth 2.0",
|
||||
"backstage_sidebar.integrations.outgoing_webhooks": "Webhooks in uscita",
|
||||
"calling_screen": "Chiamata",
|
||||
"center_panel.archived.closeChannel": "Close Channel",
|
||||
"center_panel.permalink.archivedChannel": "You are viewing an **archived channel**. ",
|
||||
"center_panel.recent": "Click qui per andare ai messaggi recenti. ",
|
||||
"center_panel.recent.icon": "Icona Vai ai messaggi recenti",
|
||||
"change_url.close": "Chiudi",
|
||||
|
|
@ -1581,7 +1582,7 @@
|
|||
"channel_loader.connection_error": "Sembra esserci un problema con la tua connessione internet.",
|
||||
"channel_loader.posted": "Pubblicato",
|
||||
"channel_loader.postedImage": " ha caricato un'immagine",
|
||||
"channel_loader.socketError": "Controlla la connessione, Mattermost non è raggiungibile. Se il problema persiste chiedi al tuo Amministratore di Sistema di <a href=\"https://about.mattermost.com/default-websocket-port-help\" target=\"_blank\">controllare la porta del WebSocket</a>.",
|
||||
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to [check WebSocket port](!https://about.mattermost.com/default-websocket-port-help].",
|
||||
"channel_loader.someone": "Qualcuno",
|
||||
"channel_loader.something": " ha fatto qualcosa di nuovo",
|
||||
"channel_loader.unknown_error": "Abbiamo ricevuto un codice di stato inaspettato dal server.",
|
||||
|
|
@ -1759,6 +1760,7 @@
|
|||
"delete_channel.confirm": "Conferma ARCHIVIAZIONE Canale",
|
||||
"delete_channel.del": "Archivia",
|
||||
"delete_channel.question": "Questo archivierà il canale dal gruppo e renderà il suo contenuto inaccessibile a tutti gli utenti. <br /><br />Sei sicuro di voler archiviare il canale <strong>{display_name}</strong>?",
|
||||
"delete_channel.viewArchived.question": "This will archive the channel from the team. Channel contents will still be accessible by channel members.\n \nAre you sure you wish to archive the **{display_name}** channel?",
|
||||
"delete_post.cancel": "Cancella",
|
||||
"delete_post.comment": "Commento",
|
||||
"delete_post.confirm": "Conferma la cancellazione di {term}",
|
||||
|
|
@ -2172,13 +2174,13 @@
|
|||
"intro_messages.beginning": "Inizio di {name}",
|
||||
"intro_messages.channel": "canale",
|
||||
"intro_messages.creator": "Questo è l'inizio di {name} {type}, creato il {date} da {creator}.",
|
||||
"intro_messages.default": "<h4 class='channel-intro__title'>Inizio di {display_name}</h4><p class='channel-intro__content'><strong>Benvenuto in {display_name}!</strong><br/><br/>Pubblicare i messaggi qui se si vuole renderli visibili a tutti. Tutti diventano membri permanenti di questo gruppo quando ci entrano.</p>",
|
||||
"intro_messages.default": "Pubblica qui i messaggi che vuoi far vedere a tutti. Tutti diventeranno automaticamente membri permanenti di questo canale quando si uniranno al gruppo.",
|
||||
"intro_messages.group": "canale privato",
|
||||
"intro_messages.group_message": "Questo è l'inizio della tua conversazione privata con questi colleghi. Messaggi privati e file condivisi qui non sono accessibili ad altre persone.",
|
||||
"intro_messages.invite": "Invita altri a questo {type}",
|
||||
"intro_messages.inviteOthers": "Invita altri in questo gruppo",
|
||||
"intro_messages.noCreator": "Questo è l'inizio di {name} {type}, creato il {date}.",
|
||||
"intro_messages.offTopic": "<h4 class=\"channel-intro__title\">Inizio di {display_name}</h4><p class=\"channel-intro__content\">Questo è l'inizio di {display_name}, un canale per le conversazioni non collegate al lavoro.<br/></p>",
|
||||
"intro_messages.offTopic": "This is the start of {display_name}, a channel for non-work-related conversations.",
|
||||
"intro_messages.onlyInvited": " Invita solo i membri che possono vedere questo canale privato.",
|
||||
"intro_messages.purpose": " Lo scopo di {type} è: {purpose}.",
|
||||
"intro_messages.setHeader": "Imposta un intestazione",
|
||||
|
|
@ -2669,6 +2671,9 @@
|
|||
"more_direct_channels.new_convo_note": "Avviare una nuova conversazione. Se aggiungi molte persone prova a creare un gruppo privato.",
|
||||
"more_direct_channels.new_convo_note.full": "Hai raggiunto il limite massimo di persone per questa conversazione. Prova a creare un canale privato.",
|
||||
"more_direct_channels.title": "Messaggio Privato",
|
||||
"more_public_direct_channels.channels": "Canale",
|
||||
"more_public_direct_channels.direct_messages": "Messaggio Privato",
|
||||
"more_public_direct_channels.title": "Channels and Direct Messages",
|
||||
"msg_typing.areTyping": "{users} e {last} stanno scrivendo...",
|
||||
"msg_typing.isTyping": "{user} sta scrivendo...",
|
||||
"msg_typing.someone": "Qualcuno",
|
||||
|
|
@ -2861,6 +2866,7 @@
|
|||
"search_header.title2": "Citazioni Recenti",
|
||||
"search_header.title3": "Pubblicazioni contrassegnate",
|
||||
"search_header.title4": "Pubblicazioni bloccate in {channelDisplayName}",
|
||||
"search_item.channelArchived": "Archivia",
|
||||
"search_item.direct": "Messaggio diretto (with {username})",
|
||||
"search_item.jump": "Salta",
|
||||
"search_results.noResults": "Nessun risultato trovato. Ritentare?",
|
||||
|
|
@ -2946,6 +2952,7 @@
|
|||
"shortcuts.nav.unread_prev.mac": "Canale da leggere precedente:\t⌥|Shift|Up",
|
||||
"sidebar.channels": "CANALI PUBBLICI",
|
||||
"sidebar.createChannel": "Crea un canale pubblico",
|
||||
"sidebar.createChannelDirectChannel": "Create new channel or direct message",
|
||||
"sidebar.createDirectMessage": "Crea un nuovo messaggio diretto",
|
||||
"sidebar.createGroup": "Crea un canale privato",
|
||||
"sidebar.direct": "MESSAGGI DIRETTI",
|
||||
|
|
@ -2961,6 +2968,13 @@
|
|||
"sidebar.tutorialScreen1": "<h4>Canali</h4><p>I <strong>canali</strong> organizzano le conversazioni per argomenti. Sono aperti a tutto il gruppo. Per inviare messaggi privati usa <strong>Messaggi Privati</strong> verso una persona o <strong>Canale privato</strong> verso un gruppo di persone.</p>",
|
||||
"sidebar.tutorialScreen2": "<h4>I canali \"{townsquare}\" e \"{offtopic}\"</h4><p>Questi sono due canali pubblici di partenza:</p><p><strong>{townsquare}</strong> è un canale per le comunicazioni intragruppo. Tutti i membri del gruppo accedono a questo canale.</p><p><strong>{offtopic}</strong> è un canale per divertirsi e trattare argomenti diversi dal lavoro. Tu e il tuo gruppo potete scegliere quali altri canali creare.</p>",
|
||||
"sidebar.tutorialScreen3": "<h4>Creare e Entrare nei canali</h4><p>Clicca <strong>\"Di più...\"</strong> per creare un nuovo canale o entrare su un canale esistente.</p><p>Puoi anche creare un nuovo canale cliccando sul <strong>simbolo \"+\"</strong> vicino al titolo del canale.</p>",
|
||||
"sidebar.types.alpha": "CANALI",
|
||||
"sidebar.types.direct": "MESSAGGI DIRETTI",
|
||||
"sidebar.types.favorite": "CANALI PREFERITI",
|
||||
"sidebar.types.private": "CANALI PRIVATI",
|
||||
"sidebar.types.public": "CANALI PUBBLICI",
|
||||
"sidebar.types.recent": "RECENT ACTIVITY",
|
||||
"sidebar.types.unreads": "NON LETTI",
|
||||
"sidebar.unreadSection": "NON LETTI",
|
||||
"sidebar.unreads": "Più non letti",
|
||||
"sidebar_header.tutorial": "<h4>Menu principale</h4><p>Il <strong>Menu principale</strong> è dove puoi <strong>Invitare nuovi membri</strong>, accedere alle tue <strong>Impostazioni account</strong> e impostare il tuo <strong>colore tema</strong>.</p><p>Gli amministratori di gruppo possono anche accedere alle <strong>Impostazioni di gruppo</strong>.</p><p>Gli Amministratori di Sistema troveranno la <strong>Console di Sistema</strong> per gestire l'intera installazione.</p>",
|
||||
|
|
@ -3047,6 +3061,7 @@
|
|||
"status_dropdown.set_online": "Online",
|
||||
"status_dropdown.set_ooo": "Fuori sede",
|
||||
"status_dropdown.set_ooo.extra": "Risposte automatiche attive",
|
||||
"suggestion.archive": "Archivia Canali",
|
||||
"suggestion.loading": "Caricamento...",
|
||||
"suggestion.mention.all": "ATTENZIONE: Questo citerà tutti nel canale",
|
||||
"suggestion.mention.channel": "Notifica tutti nel canale",
|
||||
|
|
@ -3446,12 +3461,30 @@
|
|||
"user.settings.sidebar.after_seven_days": "Dopo 7 giorni senza nuovi messaggi",
|
||||
"user.settings.sidebar.autoCloseDMDesc": "Le conversazioni dirette possono essere riaperte con il pulsante “+” nella barra laterale o utilizzando il cambio canale (CTRL+K).",
|
||||
"user.settings.sidebar.autoCloseDMTitle": "Chiudi automaticamente i messaggi diretti",
|
||||
"user.settings.sidebar.favorites": "Favorites grouped separately",
|
||||
"user.settings.sidebar.favoritesDesc": "Channels you've marked as favorite will be grouped separately in the channel sidebar.",
|
||||
"user.settings.sidebar.favoritesShort": "favorites grouped separately",
|
||||
"user.settings.sidebar.groupAndSortChannelsTitle": "Channel grouping and sorting",
|
||||
"user.settings.sidebar.groupByNone": "Combine all channel types",
|
||||
"user.settings.sidebar.groupByNoneShort": "No grouping",
|
||||
"user.settings.sidebar.groupByType": "Public, Private and Direct Message channels are grouped separately",
|
||||
"user.settings.sidebar.groupByTypeShort": "Group by channel type",
|
||||
"user.settings.sidebar.groupChannelsTitle": "Channel grouping",
|
||||
"user.settings.sidebar.groupDesc": "Select if channels in your sidebar are displayed in groups or combined in a single list.",
|
||||
"user.settings.sidebar.icon": "Icona Impostazioni barra laterale",
|
||||
"user.settings.sidebar.never": "Mai",
|
||||
"user.settings.sidebar.showUnreadSection": "In cima alla barra laterale del canale",
|
||||
"user.settings.sidebar.sortAlpha": "Alphabetically",
|
||||
"user.settings.sidebar.sortAlphaShort": "sorted alphabetically",
|
||||
"user.settings.sidebar.sortChannelsTitle": "Channel sorting",
|
||||
"user.settings.sidebar.sortDesc": "Select how channels will be ordered in your sidebar. Recent channels are sorted by latest post.",
|
||||
"user.settings.sidebar.sortRecent": "Recency",
|
||||
"user.settings.sidebar.sortRecentShort": "sorted by recency",
|
||||
"user.settings.sidebar.title": "Impostazioni barra laterale",
|
||||
"user.settings.sidebar.unreadSectionDesc": "I canali non letti saranno ordinati in cima alla barra laterale dei canali fino a quando non saranno letti.",
|
||||
"user.settings.sidebar.unreadSectionTitle": "Raggruppa canali non letti",
|
||||
"user.settings.sidebar.unreads": "Unreads grouped separately",
|
||||
"user.settings.sidebar.unreadsDesc": "I canali non letti saranno ordinati in cima alla barra laterale dei canali fino a quando non saranno letti.",
|
||||
"user.settings.sidebar.unreadsFavoritesShort": "unreads and favorites grouped separately",
|
||||
"user.settings.sidebar.unreadsShort": "unreads grouped separately",
|
||||
"user.settings.timezones.automatic": "Imposta automaticamente",
|
||||
"user.settings.timezones.change": "Cambia fuso orario",
|
||||
"user.settings.timezones.promote": "Seleziona il fuso orario utilizzato per le ore nell'interfaccia utente e nelle notifiche email.",
|
||||
|
|
@ -3537,5 +3570,6 @@
|
|||
"webrtc.unmute_audio": "Attiva microfono",
|
||||
"webrtc.unpause_video": "Abilita videocamera",
|
||||
"webrtc.unsupported": "Il client usato da {username} non supporta le videochiamate.",
|
||||
"yourcomputer": "Il tuo pc",
|
||||
"youtube_video.notFound": "Video non trovato"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -219,11 +219,10 @@
|
|||
"admin.compliance.directoryTitle": "コンプライアンスリポートディレクトリー:",
|
||||
"admin.compliance.enableDailyDesc": "有効な場合、Mattermostが毎日コンプライアンスリポートを生成します。",
|
||||
"admin.compliance.enableDailyTitle": "日次リポートを有効にする:",
|
||||
"admin.compliance.enableDesc": "有効な場合、Mattermostは<strong>コンプライアンスと監査</strong>タブからのコンプライアンスリポートを許可します。詳しくは、<a href=\"https://docs.mattermost.com/administration/compliance.html\" target='_blank'>説明文書</a>を参照してください。",
|
||||
"admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the **Compliance and Auditing** tab. See [documentation](!https://docs.mattermost.com/administration/compliance.html) to learn more.",
|
||||
"admin.compliance.enableTitle": "コンプライアンスリポートを有効にする:",
|
||||
"admin.compliance.false": "無効",
|
||||
"admin.compliance.newComplianceExportBanner": "この機能は新しい<a href=\"../../admin_console/compliance/message_export\">コンプライアンスエクスポート</a>機能によって置き換えられ、将来のリリースで削除されます。新しいシステムへ移行することをオススメします。",
|
||||
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">注意:</h4><p>コンプライアンスはエンタープライズ版のみの機能です。現在のライセンスはコンプライアンスをサポートしていません。詳しくは<a href=\"http://mattermost.com\" target='_blank'>エンタープライズ版についての情報と価格</a>をご覧ください。</p>",
|
||||
"admin.compliance.save": "保存する",
|
||||
"admin.compliance.saving": "設定を保存しています…",
|
||||
"admin.compliance.title": "コンプライアンス設定",
|
||||
|
|
@ -633,7 +632,6 @@
|
|||
"admin.ldap.nicknameAttrDesc": "(オプション) Mattermostのユーザーのニックネームを設定するために使用されるAD/LDAPサーバーの属性です。設定された場合、この属性はLDAPサーバーと同期されるため、ユーザーはニックネームを編集することはできません。空欄のままにした場合、ユーザーはアカウント設定から自身のニックネームを設定できます。",
|
||||
"admin.ldap.nicknameAttrEx": "例: \"nickname'",
|
||||
"admin.ldap.nicknameAttrTitle": "ニックネームの属性:",
|
||||
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">注意:</h4><p>AD/LDAPはエンタープライズ版のみの機能です。現在のライセンスはAD/LDAPをサポートしていません。詳しくは<a href=\"http://mattermost.com\" target='_blank'>エンタープライズ版についての情報と価格</a>をご覧ください。</p>",
|
||||
"admin.ldap.portDesc": "MattermostがAD/LDAPサーバーに接続するポート番号です。デフォルトでは389です。",
|
||||
"admin.ldap.portEx": "例: \"389\"",
|
||||
"admin.ldap.portTitle": "AD/LDAPポート:",
|
||||
|
|
@ -722,7 +720,7 @@
|
|||
"admin.metrics.listenAddressDesc": "パフォーマンスメトリクス公開先のサーバーが接続待ちをしているアドレスです。",
|
||||
"admin.metrics.listenAddressEx": "例: \":8067\"",
|
||||
"admin.metrics.listenAddressTitle": "接続待ちアドレス:",
|
||||
"admin.mfa.bannerDesc": "<a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>多要素認証</a>はAD/LDAPか電子メールログインのアカウントで利用できます。他のログイン方法が使用されている場合、多要素認証は認証プロバイダー側で設定されるはずです。",
|
||||
"admin.mfa.bannerDesc": "[Multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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.administratorsGuide": "管理者向けガイド",
|
||||
|
|
@ -1454,6 +1452,7 @@
|
|||
"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} へ更新しました",
|
||||
"archivedChannelMessage": "You are viewing an **archived channel**. New messages cannot be posted.",
|
||||
"audit_table.accountActive": "アカウントが有効になりました",
|
||||
"audit_table.accountInactive": "アカウントが無効になりました",
|
||||
"audit_table.action": "アクション",
|
||||
|
|
@ -1523,6 +1522,8 @@
|
|||
"backstage_sidebar.integrations.oauthApps": "OAuth 2.0アプリケーション",
|
||||
"backstage_sidebar.integrations.outgoing_webhooks": "外向きのウェブフック",
|
||||
"calling_screen": "呼び出し中",
|
||||
"center_panel.archived.closeChannel": "Close Channel",
|
||||
"center_panel.permalink.archivedChannel": "You are viewing an **archived channel**. ",
|
||||
"center_panel.recent": "ここをクリックして最近のメッセージへ移動します。 ",
|
||||
"center_panel.recent.icon": "最新のメッセージへ移動する",
|
||||
"change_url.close": "閉じる",
|
||||
|
|
@ -1581,7 +1582,7 @@
|
|||
"channel_loader.connection_error": "あなたのインターネット接続には問題があるようです。",
|
||||
"channel_loader.posted": "投稿済",
|
||||
"channel_loader.postedImage": " が画像をアップロードしました",
|
||||
"channel_loader.socketError": "接続を確認してください、Mattermostに接続できません。問題が続くようならば、管理者に<a href=\"https://about.mattermost.com/default-websocket-port-help\" target=\"_blank\">ウェブソケットのポートを確認する</a>よう問い合わせてください。",
|
||||
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to [check WebSocket port](!https://about.mattermost.com/default-websocket-port-help].",
|
||||
"channel_loader.someone": "誰か",
|
||||
"channel_loader.something": " が何か新しいことをした",
|
||||
"channel_loader.unknown_error": "サーバーから想定外のステータスコードを受信しました。",
|
||||
|
|
@ -1759,6 +1760,7 @@
|
|||
"delete_channel.confirm": "チャンネルをアーカイブする",
|
||||
"delete_channel.del": "アーカイブ",
|
||||
"delete_channel.question": "チームからチャンネルをアーカイブし、全てのユーザーがチャンネルの内容にアクセスできないようになります。<br /><br />本当に <strong>{display_name}</strong> チャンネルをアーカイブしますか?",
|
||||
"delete_channel.viewArchived.question": "This will archive the channel from the team. Channel contents will still be accessible by channel members.\n \nAre you sure you wish to archive the **{display_name}** channel?",
|
||||
"delete_post.cancel": "キャンセル",
|
||||
"delete_post.comment": "コメント",
|
||||
"delete_post.confirm": "{term}の削除を確認する",
|
||||
|
|
@ -2172,13 +2174,13 @@
|
|||
"intro_messages.beginning": "{name}のはじまり",
|
||||
"intro_messages.channel": "チャンネル",
|
||||
"intro_messages.creator": "ここは{name} {type}のはじまりです。{date}に{creator}によって作成されました。",
|
||||
"intro_messages.default": "<h4 class='channel-intro__title'>{display_name}のはじまり</h4><p class='channel-intro__content'><strong>{display_name}へようこそ!</strong><br/><br/>全員に見てほしいメッセージをここに投稿して下さい。チームに参加すると、全員が自動的にこのチャンネルのメンバーになります。</p>",
|
||||
"intro_messages.default": "全員に見てほしいメッセージをここに投稿して下さい。チームに参加すると、全員が自動的にこのチャンネルのメンバーになります。",
|
||||
"intro_messages.group": "非公開チャンネル",
|
||||
"intro_messages.group_message": "チームメイトとのグループメッセージの履歴の最初です。メッセージとそこで共有されているファイルは、この領域の外のユーザーからは見ることができません。",
|
||||
"intro_messages.invite": "他の人をこの{type}に招待する",
|
||||
"intro_messages.inviteOthers": "他の人をこのチームに招待する",
|
||||
"intro_messages.noCreator": "ここは{name} {type}のはじまりです。{date}に作成されました。",
|
||||
"intro_messages.offTopic": "<h4 class=\"channel-intro__title\">{display_name}のはじまり</h4><p class=\"channel-intro__content\">ここは{display_name}のはじまりです。仕事に関係のない会話に使ってください。<br/></p>",
|
||||
"intro_messages.offTopic": "This is the start of {display_name}, a channel for non-work-related conversations.",
|
||||
"intro_messages.onlyInvited": " 招待されたメンバーだけがこの非公開チャンネルを見ることができます。",
|
||||
"intro_messages.purpose": " この{type}の目的: {purpose}",
|
||||
"intro_messages.setHeader": "ヘッダーを設定する",
|
||||
|
|
@ -2669,6 +2671,9 @@
|
|||
"more_direct_channels.new_convo_note": "新しい会話を始めます。多くの人々を追加する場合、非公開チャンネルの作成を検討してください。",
|
||||
"more_direct_channels.new_convo_note.full": "この会話に参加できる人数の最大数に達しました。代わりに非公開チャンネルを作成することを検討してください。",
|
||||
"more_direct_channels.title": "ダイレクトメッセージ",
|
||||
"more_public_direct_channels.channels": "チャンネル",
|
||||
"more_public_direct_channels.direct_messages": "ダイレクトメッセージ",
|
||||
"more_public_direct_channels.title": "Channels and Direct Messages",
|
||||
"msg_typing.areTyping": "{users}と{last}が入力しています…",
|
||||
"msg_typing.isTyping": "{user}が入力しています…",
|
||||
"msg_typing.someone": "誰か",
|
||||
|
|
@ -2861,6 +2866,7 @@
|
|||
"search_header.title2": "最近のあなたについての投稿",
|
||||
"search_header.title3": "フラグの立てられた投稿",
|
||||
"search_header.title4": "{channelDisplayName}チャンネルにピン留めされた投稿",
|
||||
"search_item.channelArchived": "アーカイブ",
|
||||
"search_item.direct": "ダイレクトメッセージ({username}を参照)",
|
||||
"search_item.jump": "移動する",
|
||||
"search_results.noResults": "結果が見付かりません。もう一度試しますか?",
|
||||
|
|
@ -2946,6 +2952,7 @@
|
|||
"shortcuts.nav.unread_prev.mac": "前の未読チャンネル:\t⌥|Shift|Up",
|
||||
"sidebar.channels": "公開チャンネル",
|
||||
"sidebar.createChannel": "新しい公開チャンネルを作成する",
|
||||
"sidebar.createChannelDirectChannel": "Create new channel or direct message",
|
||||
"sidebar.createDirectMessage": "新しいダイレクトメッセージを作成する",
|
||||
"sidebar.createGroup": "新しい非公開チャンネルを作成する",
|
||||
"sidebar.direct": "ダイレクトメッセージ",
|
||||
|
|
@ -2961,6 +2968,13 @@
|
|||
"sidebar.tutorialScreen1": "<h4>チャンネル</h4><p><strong>チャンネル</strong>は様々な話題についての会話を扱います。チャンネルはあなたのチームの全員が読み書き可能です。非公開の会話を行う場合、特定の一人との場合には<strong>ダイレクトメッセージ</strong>を、複数の人との場合には<strong>非公開チャンネル</strong>を使用してください。</p>",
|
||||
"sidebar.tutorialScreen2": "<h4>\"{townsquare}\"と\"{offtopic}\"チャンネル</h4><p>以下は最初にふさわしい2つの公開チャンネルです</p><p><strong>{townsquare}</strong>は、チーム内のコミュニケーションのための場所です、あなたのチームの全員が参加しています。</p><p><strong>{offtopic}</strong>は仕事と関係のない楽しみとユーモアのための場所です。あなたとチームは、他のチャンネルを作るか決めることができます。</p>",
|
||||
"sidebar.tutorialScreen3": "<h4>チャンネルの作成と参加</h4><p><strong>「追加…」</strong>をクリックすることで新しいチャンネルを作成したり既存のチャンネルに参加することができます。</p><p>公開/非公開チャンネルのヘッダーの隣にある<strong>「+」記号</strong>をクリックすることで、新しいチャンネルを作成することができます。</p>",
|
||||
"sidebar.types.alpha": "チャンネル",
|
||||
"sidebar.types.direct": "ダイレクトメッセージ",
|
||||
"sidebar.types.favorite": "お気に入りチャンネル",
|
||||
"sidebar.types.private": "非公開チャンネル",
|
||||
"sidebar.types.public": "公開チャンネル",
|
||||
"sidebar.types.recent": "RECENT ACTIVITY",
|
||||
"sidebar.types.unreads": "未読",
|
||||
"sidebar.unreadSection": "未読",
|
||||
"sidebar.unreads": "未読",
|
||||
"sidebar_header.tutorial": "<h4>メインメニュー</h4><p><strong>メインメニュー</strong>は、<strong>メンバーを招待したり</strong><strong>アカウントの設定</strong>にアクセスしたり、<strong>テーマ色</strong>を設定したりする場所です。</p><p>チーム管理者は<strong>チームの設定</strong>にもこのメニューからアクセスすることができます。</p><p>システム管理者には、システム全体を設定する<strong>システムコンソール</strong>へのリンクもここに表示されます。</p>",
|
||||
|
|
@ -3047,6 +3061,7 @@
|
|||
"status_dropdown.set_online": "オンライン",
|
||||
"status_dropdown.set_ooo": "外出中",
|
||||
"status_dropdown.set_ooo.extra": "自動返信が有効化されています",
|
||||
"suggestion.archive": "チャンネルのアーカイブ",
|
||||
"suggestion.loading": "読み込み中です...",
|
||||
"suggestion.mention.all": "注意: チャンネル内の全員に対して投稿します",
|
||||
"suggestion.mention.channel": "チャンネルの全員に通知します。",
|
||||
|
|
@ -3446,12 +3461,30 @@
|
|||
"user.settings.sidebar.after_seven_days": "7日間新しいメッセージがなかった場合",
|
||||
"user.settings.sidebar.autoCloseDMDesc": "ダイレクトメッセージの会話はサイドバーの \"+\" ボタンを押すか、チャンネル切替(CTRL+K)を使用することで開くことができます。",
|
||||
"user.settings.sidebar.autoCloseDMTitle": "自動でダイレクトメッセージを閉じる",
|
||||
"user.settings.sidebar.favorites": "Favorites grouped separately",
|
||||
"user.settings.sidebar.favoritesDesc": "Channels you've marked as favorite will be grouped separately in the channel sidebar.",
|
||||
"user.settings.sidebar.favoritesShort": "favorites grouped separately",
|
||||
"user.settings.sidebar.groupAndSortChannelsTitle": "Channel grouping and sorting",
|
||||
"user.settings.sidebar.groupByNone": "Combine all channel types",
|
||||
"user.settings.sidebar.groupByNoneShort": "No grouping",
|
||||
"user.settings.sidebar.groupByType": "Public, Private and Direct Message channels are grouped separately",
|
||||
"user.settings.sidebar.groupByTypeShort": "Group by channel type",
|
||||
"user.settings.sidebar.groupChannelsTitle": "Channel grouping",
|
||||
"user.settings.sidebar.groupDesc": "Select if channels in your sidebar are displayed in groups or combined in a single list.",
|
||||
"user.settings.sidebar.icon": "サイドバー設定アイコン",
|
||||
"user.settings.sidebar.never": "しない",
|
||||
"user.settings.sidebar.showUnreadSection": "チャンネルサイドバーの一番上",
|
||||
"user.settings.sidebar.sortAlpha": "Alphabetically",
|
||||
"user.settings.sidebar.sortAlphaShort": "sorted alphabetically",
|
||||
"user.settings.sidebar.sortChannelsTitle": "Channel sorting",
|
||||
"user.settings.sidebar.sortDesc": "Select how channels will be ordered in your sidebar. Recent channels are sorted by latest post.",
|
||||
"user.settings.sidebar.sortRecent": "Recency",
|
||||
"user.settings.sidebar.sortRecentShort": "sorted by recency",
|
||||
"user.settings.sidebar.title": "サイドバー設定",
|
||||
"user.settings.sidebar.unreadSectionDesc": "未読チャンネルが既読になるまでチャンネルサイドバーの一番上に表示されます。",
|
||||
"user.settings.sidebar.unreadSectionTitle": "未読チャンネルのグループ化",
|
||||
"user.settings.sidebar.unreads": "Unreads grouped separately",
|
||||
"user.settings.sidebar.unreadsDesc": "未読チャンネルが既読になるまでチャンネルサイドバーの一番上に表示されます。",
|
||||
"user.settings.sidebar.unreadsFavoritesShort": "unreads and favorites grouped separately",
|
||||
"user.settings.sidebar.unreadsShort": "unreads grouped separately",
|
||||
"user.settings.timezones.automatic": "自動検出",
|
||||
"user.settings.timezones.change": "タイムゾーンを変更",
|
||||
"user.settings.timezones.promote": "ユーザーインターフェイスと電子メール通知のタイムスタンプで使用するタイムゾーンを選択してください。",
|
||||
|
|
@ -3537,5 +3570,6 @@
|
|||
"webrtc.unmute_audio": "マイクのミュートを解除する",
|
||||
"webrtc.unpause_video": "カメラをオンにする",
|
||||
"webrtc.unsupported": "{username}のクライアントはビデオ通話をサポートしていません。",
|
||||
"yourcomputer": "Your computer",
|
||||
"youtube_video.notFound": "ビデオが見つかりません"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -219,11 +219,10 @@
|
|||
"admin.compliance.directoryTitle": "감사 보고서 경로:",
|
||||
"admin.compliance.enableDailyDesc": "활성화 시, Mattermost는 일간 컴플라이언스 보고서를 생성합니다.",
|
||||
"admin.compliance.enableDailyTitle": "일일 보고:",
|
||||
"admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the <strong>Compliance and Auditing</strong> tab. See <a href=\"https://docs.mattermost.com/administration/compliance.html\" target=\"_blank\">documentation</a> to learn more.",
|
||||
"admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the **Compliance and Auditing** tab. See [documentation](!https://docs.mattermost.com/administration/compliance.html) to learn more.",
|
||||
"admin.compliance.enableTitle": "감사 보고:",
|
||||
"admin.compliance.false": "비활성화",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new <a href=\"../../admin_console/compliance/message_export\">Compliance Export</a> feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">Note:</h4><p>컴플라이언스는 엔터프라이즈 에디션의 기능입니다. 현재 라이센스는 컴플라이언스 기능을 지원하지 않습니다. <a href=\"http://mattermost.com\" target=\"_blank\">이 곳</a>에서 엔터프라이즈 라이센스에 대한 정보를 확인하세요.</p>",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new [Compliance Export](../../admin_console/compliance/message_export) feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.save": "저장",
|
||||
"admin.compliance.saving": "설정 저장중...",
|
||||
"admin.compliance.title": "Compliance 설정",
|
||||
|
|
@ -541,13 +540,13 @@
|
|||
"admin.image.amazonS3EndpointDescription": "Hostname of your S3 Compatible Storage provider. Defaults to \"s3.amazonaws.com\".",
|
||||
"admin.image.amazonS3EndpointExample": "예시: \"s3.amazonaws.com\"",
|
||||
"admin.image.amazonS3EndpointTitle": "Amazon S3 엔드포인트:",
|
||||
"admin.image.amazonS3IdDescription": "(Optional) Only required if you do not want to authenticate to S3 using an <a href=\"https://about.mattermost.com/default-iam-role\" target='_blank'>IAM role</a>. Enter the Access Key ID provided by your Amazon EC2 administrator.",
|
||||
"admin.image.amazonS3IdDescription": "(Optional) Only required if you do not want to authenticate to S3 using an [IAM role](!https://about.mattermost.com/default-iam-role). Enter the Access Key ID provided by your Amazon EC2 administrator.",
|
||||
"admin.image.amazonS3IdExample": "예시: \"AKIADTOVBGERKLCBV\"",
|
||||
"admin.image.amazonS3IdTitle": "Amazon S3 Access Key ID:",
|
||||
"admin.image.amazonS3RegionDescription": "AWS region you selected when creating your S3 bucket. If no region is set, Mattermost attempts to get the appropriate region from AWS, or sets it to 'us-east-1' if none found.",
|
||||
"admin.image.amazonS3RegionExample": "예시: \"us-east-1\"",
|
||||
"admin.image.amazonS3RegionTitle": "Amazon S3 Region:",
|
||||
"admin.image.amazonS3SSEDescription": "When true, encrypt files in Amazon S3 using server-side encryption with Amazon S3-managed keys. See <a href=\"https://about.mattermost.com/default-server-side-encryption\" target='_blank'>documentation</a> to learn more.",
|
||||
"admin.image.amazonS3SSEDescription": "When true, encrypt files in Amazon S3 using server-side encryption with Amazon S3-managed keys. See [documentation](!https://about.mattermost.com/default-server-side-encryption) to learn more.",
|
||||
"admin.image.amazonS3SSETitle": "Enable Server-Side Encryption for Amazon S3:",
|
||||
"admin.image.amazonS3SSLDescription": "When false, allow insecure connections to Amazon S3. Defaults to secure connections only.",
|
||||
"admin.image.amazonS3SSLTitle": "Enable Secure Amazon S3 Connections:",
|
||||
|
|
@ -565,7 +564,7 @@
|
|||
"admin.image.proxyOptions": "Image Proxy Options:",
|
||||
"admin.image.proxyOptionsDescription": "Additional options such as the URL signing key. Refer to your image proxy documentation to learn more about what options are supported.",
|
||||
"admin.image.proxyType": "Image Proxy Type:",
|
||||
"admin.image.proxyTypeDescription": "Configure an image proxy to load all Markdown images through a proxy. The image proxy prevents users from making insecure image requests, provides caching for increased performance, and automates image adjustments such as resizing. See <a href=\"https://about.mattermost.com/default-image-proxy-documentation\" target='_blank'>documentation</a> to learn more.",
|
||||
"admin.image.proxyTypeDescription": "Configure an image proxy to load all Markdown images through a proxy. The image proxy prevents users from making insecure image requests, provides caching for increased performance, and automates image adjustments such as resizing. See [documentation](!https://about.mattermost.com/default-image-proxy-documentation) to learn more.",
|
||||
"admin.image.proxyTypeNone": "None",
|
||||
"admin.image.proxyURL": "Image Proxy URL:",
|
||||
"admin.image.proxyURLDescription": "URL of your image proxy server.",
|
||||
|
|
@ -613,7 +612,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": "예시 \"givenName\"",
|
||||
"admin.ldap.firstnameAttrTitle": "이름 속성:",
|
||||
"admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one.<br /><br />If you need to change this field after users have already logged in, use the <a href=\"https://about.mattermost.com/default-platform-ldap-idmigrate\" target='_blank'>mattermost ldap idmigrate</a> CLI tool.",
|
||||
"admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one.\n \nIf you need to change this field after users have already logged in, use the [mattermost ldap idmigrate](!https://about.mattermost.com/default-platform-ldap-idmigrate) CLI tool.",
|
||||
"admin.ldap.idAttrEx": "E.g.: \"objectGUID\"",
|
||||
"admin.ldap.idAttrTitle": "ID 속성: ",
|
||||
"admin.ldap.jobExtraInfo": "Scanned {ldapUsers} LDAP users, updated {updateCount}, deactivated {deleteCount}",
|
||||
|
|
@ -621,7 +620,7 @@
|
|||
"admin.ldap.lastnameAttrEx": "예시 \"sn\"",
|
||||
"admin.ldap.lastnameAttrTitle": "성 속성:",
|
||||
"admin.ldap.ldap_test_button": "AD/LDAP 테스트",
|
||||
"admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server used to log in to Mattermost. Normally this attribute is the same as the \"Username Attribute\" field above.<br /><br />If your team typically uses domain\\username to log in to other services with AD/LDAP, you may enter domain\\username in this field to maintain consistency between sites.",
|
||||
"admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server used to log in to Mattermost. Normally this attribute is the same as the \"Username Attribute\" field above.\n \nIf your team typically uses domain\\username to log in to other services with AD/LDAP, you may enter domain\\username in this field to maintain consistency between sites.",
|
||||
"admin.ldap.loginAttrTitle": "Login ID Attribute: ",
|
||||
"admin.ldap.loginIdAttrEx": "예시: \"sAMAccountName\"",
|
||||
"admin.ldap.loginNameDesc": "The placeholder text that appears in the login field on the login page. Defaults to \"LDAP Username\".",
|
||||
|
|
@ -633,7 +632,6 @@
|
|||
"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": "<h4 class=\"banner__heading\">Note:</h4><p>Compliance 는 엔터프라이즈 에디션의 기능입니다. 현재 라이센스는 Compliance 기능을 지원하지 않습니다. <a href=\"http://mattermost.com\" target=\"_blank\">이 곳</a>에서 엔터프라이즈 라이센스에 대한 정보를 확인하세요.</p>",
|
||||
"admin.ldap.portDesc": "Mettermost가 AD/LDAP서버에 연결할 때 사용될 포트입니다. 기본값은 389입니다.",
|
||||
"admin.ldap.portEx": "예시 \"389\"",
|
||||
"admin.ldap.portTitle": "AD/LDAP 포트:",
|
||||
|
|
@ -717,12 +715,12 @@
|
|||
"admin.manage_tokens.userAccessTokensIdLabel": "토큰 ID: ",
|
||||
"admin.manage_tokens.userAccessTokensNameLabel": "토큰 설명: ",
|
||||
"admin.manage_tokens.userAccessTokensNone": "개인 액세스 토큰이 없습니다.",
|
||||
"admin.metrics.enableDescription": "When true, Mattermost will enable performance monitoring collection and profiling. Please see <a href=\"http://docs.mattermost.com/deployment/metrics.html\" target='_blank'>documentation</a> to learn more about configuring performance monitoring for Mattermost.",
|
||||
"admin.metrics.enableDescription": "When true, Mattermost will enable performance monitoring collection and profiling. Please see [documentation](!http://docs.mattermost.com/deployment/metrics.html) to learn more about configuring performance monitoring for Mattermost.",
|
||||
"admin.metrics.enableTitle": "성능 모니터링:",
|
||||
"admin.metrics.listenAddressDesc": "The address the server will listen on to expose performance metrics.",
|
||||
"admin.metrics.listenAddressEx": "예시: \":8067\"",
|
||||
"admin.metrics.listenAddressTitle": "Listen Address:",
|
||||
"admin.mfa.bannerDesc": "<a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>Multi-factor authentication</a> 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.bannerDesc": "[Multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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": "멀티팩터 인증",
|
||||
"admin.nav.administratorsGuide": "관리자 가이드",
|
||||
|
|
@ -931,7 +929,7 @@
|
|||
"admin.plugin.prepackaged": "pre-packaged",
|
||||
"admin.plugin.remove": "제거",
|
||||
"admin.plugin.removing": "제거하는 중...",
|
||||
"admin.plugin.settingsButton": "Settings",
|
||||
"admin.plugin.settingsButton": "설정",
|
||||
"admin.plugin.state": "State",
|
||||
"admin.plugin.state.failed_to_start": "Failed to start",
|
||||
"admin.plugin.state.failed_to_start.description": "This plugin failed to start. Check your system logs for errors.",
|
||||
|
|
@ -954,7 +952,7 @@
|
|||
"admin.plugin.version": "버전:",
|
||||
"admin.plugin.version_title": "버전",
|
||||
"admin.plugins.settings.enable": "플러그인: ",
|
||||
"admin.plugins.settings.enableDesc": "When true, enables plugins on your Mattermost server. Use plugins to integrate with third-party systems, extend functionality or customize the user interface of your Mattermost server. See <a href=\"https://about.mattermost.com/default-plugins\" target=\"_blank\">documentation</a> to learn more.",
|
||||
"admin.plugins.settings.enableDesc": "When true, enables plugins on your Mattermost server. Use plugins to integrate with third-party systems, extend functionality or customize the user interface of your Mattermost server. See [documentation](!https://about.mattermost.com/default-plugins) to learn more.",
|
||||
"admin.plugins.settings.title": "설정",
|
||||
"admin.privacy.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators.",
|
||||
"admin.privacy.showEmailTitle": "이메일 표시: ",
|
||||
|
|
@ -1110,11 +1108,11 @@
|
|||
"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.enforceMfaDesc": "When true, <a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>multi-factor authentication</a> 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.<br/><br/>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.enforceMfaDesc": "When true, [multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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.\n \nIf your system has users with login methods other than AD/LDAP and email, MFA must be enforced with the authentication provider outside of Mattermost.",
|
||||
"admin.service.enforceMfaTitle": "멀티팩터 인증:",
|
||||
"admin.service.forward80To443": "포트 80을 443으로 포워딩:",
|
||||
"admin.service.forward80To443Description": "Forwards all insecure traffic from port 80 to secure port 443. Not recommended when using a proxy server.",
|
||||
"admin.service.forward80To443Description.disabled": "Forwards all insecure traffic from port 80 to secure port 443. Not recommended when using a proxy server.<br /><br />This setting cannot be enabled until your server is <a href=\"#ListenAddress\">listening</a> on port 443.",
|
||||
"admin.service.forward80To443Description.disabled": "Forwards all insecure traffic from port 80 to secure port 443. Not recommended when using a proxy server.\n \nThis setting cannot be enabled until your server is [listening](#ListenAddress) on 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 <a href=\"https://www.youtube.com/watch?v=Im69kzhpR3I\" target=\"_blank\">Google Developers Tutorial</a> for instructions on how to obtain a key.",
|
||||
"admin.service.googleExample": "예시 \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"",
|
||||
"admin.service.googleTitle": "Google API Key:",
|
||||
|
|
@ -1124,7 +1122,7 @@
|
|||
"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.internalConnectionsDesc": "In testing environments, such as when developing integrations locally on a development machine, use this setting to specify domains, IP addresses, or CIDR notations to allow internal connections. <b>Not recommended for use in production</b>, since this can allow a user to extract confidential data from your server or internal network.<br /><br />By default, user-supplied URLs such as those used for Open Graph metadata, webhooks, or slash commands will not be allowed to connect to reserved IP addresses including loopback or link-local addresses used for internal networks. Push notification, OAuth 2.0 and WebRTC server URLs are trusted and not affected by this setting.",
|
||||
"admin.service.internalConnectionsDesc": "In testing environments, such as when developing integrations locally on a development machine, use this setting to specify domains, IP addresses, or CIDR notations to allow internal connections. **Not recommended for use in production**, since this can allow a user to extract confidential data from your server or internal network.\n \nBy default, user-supplied URLs such as those used for Open Graph metadata, webhooks, or slash commands will not be allowed to connect to reserved IP addresses including loopback or link-local addresses used for internal networks. Push notification, OAuth 2.0 and WebRTC server URLs are trusted and not affected by this setting.",
|
||||
"admin.service.internalConnectionsEx": "webhooks.internal.example.com 127.0.0.1 10.0.16.0/28",
|
||||
"admin.service.internalConnectionsTitle": "Allow untrusted internal connections to: ",
|
||||
"admin.service.letsEncryptCertificateCacheFile": "Let's Encrypt Certificate Cache File:",
|
||||
|
|
@ -1151,7 +1149,7 @@
|
|||
"admin.service.sessionIdleTimeoutDesc": "The number of minutes from the last time a user was active on the system to the expiry of the user's session. Once expired, the user will need to log in to continue. Minimum is 5 minutes, and 0 is unlimited.<br/><br/>Applies to the desktop app and browsers. For mobile apps, use an EMM provider to lock the app when not in use. In High Availability mode, enable IP hash load balancing for reliable timeout measurement.",
|
||||
"admin.service.sessionIdleTimeoutEx": "예시: \"60\"",
|
||||
"admin.service.siteURL": "사이트 URL:",
|
||||
"admin.service.siteURLDescription": "The URL that users will use to access Mattermost. Standard ports, such as 80 and 443, can be omitted, but non-standard ports are required. For example: http://example.com:8065. This setting is required.<br /><br />Mattermost may be hosted at a subpath. For example: http://example.com:8065/company/mattermost. A restart is required before the server will work correctly.",
|
||||
"admin.service.siteURLDescription": "The URL that users will use to access Mattermost. Standard ports, such as 80 and 443, can be omitted, but non-standard ports are required. For example: http://example.com:8065. This setting is required.\n \nMattermost may be hosted at a subpath. For example: http://example.com:8065/company/mattermost. A restart is required before the server will work correctly.",
|
||||
"admin.service.siteURLExample": "E.g.: \"http://example.com:8065\"",
|
||||
"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.",
|
||||
|
|
@ -1163,7 +1161,7 @@
|
|||
"admin.service.tlsKeyFileDescription": "The private key file to use.",
|
||||
"admin.service.useLetsEncrypt": "Let's Encrypt 사용:",
|
||||
"admin.service.useLetsEncryptDescription": "Enable the automatic retrieval of certificates from 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.useLetsEncryptDescription.disabled": "Enable the automatic retrieval of certificates from Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.<br /><br />This setting cannot be enabled unless the <a href=\"#Forward80To443\">Forward port 80 to 443</a> setting is set to true.",
|
||||
"admin.service.useLetsEncryptDescription.disabled": "Enable the automatic retrieval of certificates from Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.\n \nThis setting cannot be enabled unless the [Forward port 80 to 443](#Forward80To443) setting is set to true.",
|
||||
"admin.service.userAccessTokensDescLabel": "이름: ",
|
||||
"admin.service.userAccessTokensDescription": "When true, users can create <a href=\"https://about.mattermost.com/default-user-access-tokens\" target=\"_blank\">personal access tokens</a> for integrations in <strong>Account Settings > Security</strong>. They can be used to authenticate against the API and give full access to the account.<br/><br/>To manage who can create personal access tokens or to search users by token ID, go to the <strong>System Console > Users</strong> page.",
|
||||
"admin.service.userAccessTokensIdLabel": "토큰 ID: ",
|
||||
|
|
@ -1398,7 +1396,7 @@
|
|||
"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.webserverModeUncompressed": "Uncompressed",
|
||||
"admin.webserverModeUncompressedDescription": "The Mattermost server will serve static files uncompressed.",
|
||||
"analytics.chart.loading": "로딩 중...",
|
||||
"analytics.chart.meaningful": "Not enough data for a meaningful representation.",
|
||||
|
|
@ -1454,6 +1452,7 @@
|
|||
"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}(으)로 변경했습니다.",
|
||||
"archivedChannelMessage": "You are viewing an **archived channel**. New messages cannot be posted.",
|
||||
"audit_table.accountActive": "계정 활성화",
|
||||
"audit_table.accountInactive": "계정 비활성화",
|
||||
"audit_table.action": "활동",
|
||||
|
|
@ -1523,6 +1522,8 @@
|
|||
"backstage_sidebar.integrations.oauthApps": "OAuth 2.0 애플리케이션",
|
||||
"backstage_sidebar.integrations.outgoing_webhooks": "Outgoing Webhook",
|
||||
"calling_screen": "Calling",
|
||||
"center_panel.archived.closeChannel": "Close Channel",
|
||||
"center_panel.permalink.archivedChannel": "You are viewing an **archived channel**. ",
|
||||
"center_panel.recent": "최근 메시지로 이동하기. ",
|
||||
"center_panel.recent.icon": "Jump to recent messages Icon",
|
||||
"change_url.close": "닫기",
|
||||
|
|
@ -1581,7 +1582,7 @@
|
|||
"channel_loader.connection_error": "There appears to be a problem with your internet connection.",
|
||||
"channel_loader.posted": "Posted",
|
||||
"channel_loader.postedImage": " uploaded an image",
|
||||
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to <a href=\"https://about.mattermost.com/default-websocket-port-help\" target=\"_blank\">check WebSocket port</a>.",
|
||||
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to [check WebSocket port](!https://about.mattermost.com/default-websocket-port-help].",
|
||||
"channel_loader.someone": "Someone",
|
||||
"channel_loader.something": " did something new",
|
||||
"channel_loader.unknown_error": "We received an unexpected status code from the server.",
|
||||
|
|
@ -1759,6 +1760,7 @@
|
|||
"delete_channel.confirm": "Confirm ARCHIVE Channel",
|
||||
"delete_channel.del": "Archive",
|
||||
"delete_channel.question": "이렇게하면 팀에서 채널이 삭제되고 모든 사용자가 해당 채널의 내용에 액세스 할 수 없게됩니다. <br /><br />정말 <strong>{display_name}</strong> 채널을 삭제 하시겠습니까?",
|
||||
"delete_channel.viewArchived.question": "This will archive the channel from the team. Channel contents will still be accessible by channel members.\n \nAre you sure you wish to archive the **{display_name}** channel?",
|
||||
"delete_post.cancel": "취소",
|
||||
"delete_post.comment": "답글",
|
||||
"delete_post.confirm": "{term} 삭제 확인",
|
||||
|
|
@ -2172,13 +2174,13 @@
|
|||
"intro_messages.beginning": "{name}의 시작",
|
||||
"intro_messages.channel": "채널",
|
||||
"intro_messages.creator": "이것은 {date}에 {creator} 님이 작성한 {name} {type}의 시작입니다.",
|
||||
"intro_messages.default": "<h4 class='channel-intro__title'>{display_name}의 시작</h4><p class='channel-intro__content'><strong>{display_name}에 오신걸 환영합니다.</strong><br/><br/>모든사람이 볼 수 있도록 메시지를 게시하세요. 모든 사람들이 팀에 가입되면 자동으로 이 채널에 가입됩니다.</p>",
|
||||
"intro_messages.default": "모든사람이 볼 수 있도록 메시지를 게시하세요. 모든 사람들이 팀에 가입되면 자동으로 이 채널에 가입됩니다.",
|
||||
"intro_messages.group": "비공개 채널",
|
||||
"intro_messages.group_message": "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.",
|
||||
"intro_messages.invite": "{type}에 사용자 초대하기",
|
||||
"intro_messages.inviteOthers": "팀에 사용자 초대하기",
|
||||
"intro_messages.noCreator": "{name} {type}입니다. 만들어진 날짜: {date}.",
|
||||
"intro_messages.offTopic": "<h4 class=\"channel-intro__title\">{display_name}의 시작</h4><p class=\"channel-intro__content\">{display_name}(은)는 비업무 대화를 위한 공간입니다.<br/></p>",
|
||||
"intro_messages.offTopic": "This is the start of {display_name}, a channel for non-work-related conversations.",
|
||||
"intro_messages.onlyInvited": " 초대받은 회원만 이 비공개 그룹을 볼 수 있습니다.",
|
||||
"intro_messages.purpose": "이 {type}의 설명: {purpose}.",
|
||||
"intro_messages.setHeader": "헤더 설정",
|
||||
|
|
@ -2301,15 +2303,15 @@
|
|||
"mobile.account_notifications.threads_start_participate": "Threads that I start or participate in",
|
||||
"mobile.advanced_settings.clockDisplay": "시간 표시",
|
||||
"mobile.advanced_settings.delete": "삭제",
|
||||
"mobile.advanced_settings.delete_file_cache": "Delete File Cache",
|
||||
"mobile.advanced_settings.delete_file_cache_message": "\nThis will delete all the files stored in the cache. Are you sure you want to delete them?\n",
|
||||
"mobile.advanced_settings.delete_file_cache": "파일 캐시 삭제",
|
||||
"mobile.advanced_settings.delete_file_cache_message": "\n캐시에 있는 모든 파일이 삭제됩니다. 정말로 삭제 하시겠습니까?\n",
|
||||
"mobile.advanced_settings.reset_button": "Reset",
|
||||
"mobile.advanced_settings.reset_message": "\nThis will reset all offline data and restart the app. You will be automatically logged back in once the app restarts.\n",
|
||||
"mobile.advanced_settings.reset_title": "Reset Cache",
|
||||
"mobile.advanced_settings.timezone": "Timezone",
|
||||
"mobile.advanced_settings.title": "고급 설정",
|
||||
"mobile.android.camera_permission_denied_description": "To take photos and videos with your camera, please change your permission settings.",
|
||||
"mobile.android.camera_permission_denied_title": "Camera access is required",
|
||||
"mobile.android.camera_permission_denied_title": "카메라 접근이 필요합니다.",
|
||||
"mobile.android.permission_denied_dismiss": "Dismiss",
|
||||
"mobile.android.permission_denied_retry": "Set permission",
|
||||
"mobile.android.photos_permission_denied_description": "To upload images from your library, please change your permission settings.",
|
||||
|
|
@ -2397,9 +2399,9 @@
|
|||
"mobile.components.select_server_view.siteUrlPlaceholder": "https://mattermost.example.com",
|
||||
"mobile.create_channel": "Create",
|
||||
"mobile.create_channel.private": "새 비공개 채널",
|
||||
"mobile.create_channel.public": "공개 채널",
|
||||
"mobile.create_post.read_only": "This channel is read-only",
|
||||
"mobile.custom_list.no_results": "No Results",
|
||||
"mobile.create_channel.public": "새 공개 채널",
|
||||
"mobile.create_post.read_only": "이 채널은 읽기 전용입니다.",
|
||||
"mobile.custom_list.no_results": "결과가 없습니다.",
|
||||
"mobile.document_preview.failed_description": "An error occurred while opening the document. Please make sure you have a {fileType} viewer installed and try again.\n",
|
||||
"mobile.document_preview.failed_title": "Open Document failed",
|
||||
"mobile.downloader.android_complete": "Download complete",
|
||||
|
|
@ -2436,8 +2438,8 @@
|
|||
"mobile.extension.posting": "테스트 중...",
|
||||
"mobile.extension.title": "Share in Mattermost",
|
||||
"mobile.failed_network_action.description": "There seems to be a problem with your internet connection. Make sure you have an active connection and try again.",
|
||||
"mobile.failed_network_action.retry": "Try Again",
|
||||
"mobile.failed_network_action.title": "No internet connection",
|
||||
"mobile.failed_network_action.retry": "다시 시도",
|
||||
"mobile.failed_network_action.title": "인터넷 연결 안 됨",
|
||||
"mobile.file_upload.browse": "Browse Files",
|
||||
"mobile.file_upload.camera": "Take Photo or Video",
|
||||
"mobile.file_upload.library": "Photo Library",
|
||||
|
|
@ -2528,7 +2530,7 @@
|
|||
"mobile.post.delete_question": "정말 게시물을 삭제하시겠습니까?",
|
||||
"mobile.post.delete_title": "Delete Post",
|
||||
"mobile.post.failed_delete": "Delete Message",
|
||||
"mobile.post.failed_retry": "Try Again",
|
||||
"mobile.post.failed_retry": "다시 시도",
|
||||
"mobile.post.failed_title": "Unable to send your message",
|
||||
"mobile.post.retry": "Refresh",
|
||||
"mobile.post_body.show_more": "Show More",
|
||||
|
|
@ -2573,7 +2575,7 @@
|
|||
"mobile.routes.saml": "Single SignOn",
|
||||
"mobile.routes.selectChannel": "채널 삭제",
|
||||
"mobile.routes.selectTeam": "팀 선택",
|
||||
"mobile.routes.settings": "Settings",
|
||||
"mobile.routes.settings": "설정",
|
||||
"mobile.routes.sso": "Single Sign-On",
|
||||
"mobile.routes.table": "Table",
|
||||
"mobile.routes.tableImage": "이미지",
|
||||
|
|
@ -2590,7 +2592,7 @@
|
|||
"mobile.search.no_results": "No Results Found",
|
||||
"mobile.search.recent_title": "Recent Searches",
|
||||
"mobile.select_team.choose": "가입한 팀:",
|
||||
"mobile.select_team.join_open": "Open teams you can join",
|
||||
"mobile.select_team.join_open": "참가 가능한 공개 팀",
|
||||
"mobile.select_team.no_teams": "There are no available teams for you to join.",
|
||||
"mobile.server_ping_failed": "Cannot connect to the server. Please check your server URL and internet connection.",
|
||||
"mobile.server_upgrade.button": "OK",
|
||||
|
|
@ -2669,6 +2671,9 @@
|
|||
"more_direct_channels.new_convo_note": "This will start a new conversation. If you're adding a lot of people, consider creating a private channel instead.",
|
||||
"more_direct_channels.new_convo_note.full": "You've reached the maximum number of people for this conversation. Consider creating a private channel instead.",
|
||||
"more_direct_channels.title": "개인 메시지",
|
||||
"more_public_direct_channels.channels": "채널",
|
||||
"more_public_direct_channels.direct_messages": "개인 메시지",
|
||||
"more_public_direct_channels.title": "Channels and Direct Messages",
|
||||
"msg_typing.areTyping": "{users}, {last}(이)가 입력중입니다...",
|
||||
"msg_typing.isTyping": "{user}(이)가 입력중입니다...",
|
||||
"msg_typing.someone": "Someone",
|
||||
|
|
@ -2861,6 +2866,7 @@
|
|||
"search_header.title2": "최근 멘션",
|
||||
"search_header.title3": "중요 메시지",
|
||||
"search_header.title4": "{channelDisplayName}의 공지사항 목록",
|
||||
"search_item.channelArchived": "Archived",
|
||||
"search_item.direct": "Direct Message (with {username})",
|
||||
"search_item.jump": "바로가기",
|
||||
"search_results.noResults": "검색 결과가 없습니다. 다시 시도하세요.",
|
||||
|
|
@ -2946,6 +2952,7 @@
|
|||
"shortcuts.nav.unread_prev.mac": "이전 읽지 않은 채널:\t⌥|Shift|Up",
|
||||
"sidebar.channels": "공개 채널",
|
||||
"sidebar.createChannel": "공개 채널 만들기",
|
||||
"sidebar.createChannelDirectChannel": "Create new channel or direct message",
|
||||
"sidebar.createDirectMessage": "Create new direct message",
|
||||
"sidebar.createGroup": "비공개 채널 만들기",
|
||||
"sidebar.direct": "개인 메시지",
|
||||
|
|
@ -2961,6 +2968,13 @@
|
|||
"sidebar.tutorialScreen1": "<h4>채널</h4><p><strong>채널</strong>을 통해 주제별로 대화를 구성합니다. 팀의 모든 일원에게 공개되어 있습니다. 공개하고 싶지 않은 메시지는 <strong>개인 메시지</strong>나 <strong>비공개 그룹</strong>으로 전달할 수 있습니다. </p>",
|
||||
"sidebar.tutorialScreen2": "<h4>\"{townsquare}\" 와 \"{offtopic}\" 채널</h4><p>두 채널과 함께 시작합니다:</p><p><strong>{townsquare}</strong>(은)는 팀 전체의 소통을 위한 공간입니다. 모든 팀의 구성원들이 확인할 수 있습니다.</p><p><strong>{offtopic}</strong> 비업무 대화를 위한 공간입니다. 당신의 팀에 어떤 채널을 만들고 운영할지 결정할 수 있습니다.</p>",
|
||||
"sidebar.tutorialScreen3": "<h4>채널 만들고 가입하기</h4><p><strong>\"더 보기...\"</strong>를 눌러 새로운 채널을 만들거나 기존 채널에 입장할 수 있습니다.</p><p>채널이나 비공개 그룹의 헤더 옆에 <strong>\"+\" 표시</strong> 를 눌러 새로운 채널이나 비공개 그룹을 만들 수 있습니다.</p>",
|
||||
"sidebar.types.alpha": "CHANNELS",
|
||||
"sidebar.types.direct": "개인 메시지",
|
||||
"sidebar.types.favorite": "FAVORITE CHANNELS",
|
||||
"sidebar.types.private": "비공개 채널",
|
||||
"sidebar.types.public": "공개 채널",
|
||||
"sidebar.types.recent": "RECENT ACTIVITY",
|
||||
"sidebar.types.unreads": "UNREADS",
|
||||
"sidebar.unreadSection": "UNREADS",
|
||||
"sidebar.unreads": "More unreads",
|
||||
"sidebar_header.tutorial": "<h4>메인 메뉴</h4><p> <strong>메인 메뉴</strong>에서 <strong>회원 초대</strong>를 하거나, <strong>계정 설정</strong>에 진입하여 <strong>테마 색상</strong>을 변경할 수 있습니다.</p><p>팀 관리자는 메뉴에서 <strong>팀 설정</strong>에 진입할 수 있습니다.</p><p>시스템 관리자는 <strong>관리자 도구</strong> 메뉴를 통해 시스템을 전체 설정을 관리할 수 있습니다.</p>",
|
||||
|
|
@ -2999,8 +3013,8 @@
|
|||
"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_open_teams": "참가 가능한 팀이 없습니다. 관리자에게 초대를 요청하세요.",
|
||||
"signup_team.no_open_teams_canCreate": "참가 가능한 팀이 없습니다. 새로운 팀을 만들거나 관리자에게 초대를 요청하세요.",
|
||||
"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.",
|
||||
|
|
@ -3047,6 +3061,7 @@
|
|||
"status_dropdown.set_online": "온라인",
|
||||
"status_dropdown.set_ooo": "Out of Office",
|
||||
"status_dropdown.set_ooo.extra": "Automatic Replies are enabled",
|
||||
"suggestion.archive": "Archived Channels",
|
||||
"suggestion.loading": "로딩 중...",
|
||||
"suggestion.mention.all": "CAUTION: This mentions everyone in channel",
|
||||
"suggestion.mention.channel": "모든 채널 회원들에게 알림을 보냅니다",
|
||||
|
|
@ -3112,7 +3127,7 @@
|
|||
"team_settings_modal.generalTab": "일반",
|
||||
"team_settings_modal.importTab": "가져오기",
|
||||
"team_settings_modal.title": "팀 설정",
|
||||
"team_sidebar.join": "Other teams you can join.",
|
||||
"team_sidebar.join": "참가 가능한 공개 팀",
|
||||
"textbox.bold": "**굵게**",
|
||||
"textbox.edit": "메시지 편집",
|
||||
"textbox.help": "도움말",
|
||||
|
|
@ -3446,12 +3461,30 @@
|
|||
"user.settings.sidebar.after_seven_days": "After 7 days with no new messages",
|
||||
"user.settings.sidebar.autoCloseDMDesc": "Direct Message conversations can be reopened with the “+” button in the sidebar or using the Channel Switcher (CTRL+K).",
|
||||
"user.settings.sidebar.autoCloseDMTitle": "Automatically Close Direct Messages",
|
||||
"user.settings.sidebar.favorites": "Favorites grouped separately",
|
||||
"user.settings.sidebar.favoritesDesc": "Channels you've marked as favorite will be grouped separately in the channel sidebar.",
|
||||
"user.settings.sidebar.favoritesShort": "favorites grouped separately",
|
||||
"user.settings.sidebar.groupAndSortChannelsTitle": "Channel grouping and sorting",
|
||||
"user.settings.sidebar.groupByNone": "Combine all channel types",
|
||||
"user.settings.sidebar.groupByNoneShort": "No grouping",
|
||||
"user.settings.sidebar.groupByType": "Public, Private and Direct Message channels are grouped separately",
|
||||
"user.settings.sidebar.groupByTypeShort": "Group by channel type",
|
||||
"user.settings.sidebar.groupChannelsTitle": "Channel grouping",
|
||||
"user.settings.sidebar.groupDesc": "Select if channels in your sidebar are displayed in groups or combined in a single list.",
|
||||
"user.settings.sidebar.icon": "화면 설정",
|
||||
"user.settings.sidebar.never": "알림 사용 안함",
|
||||
"user.settings.sidebar.showUnreadSection": "At the top of the channel sidebar",
|
||||
"user.settings.sidebar.sortAlpha": "Alphabetically",
|
||||
"user.settings.sidebar.sortAlphaShort": "sorted alphabetically",
|
||||
"user.settings.sidebar.sortChannelsTitle": "Channel sorting",
|
||||
"user.settings.sidebar.sortDesc": "Select how channels will be ordered in your sidebar. Recent channels are sorted by latest post.",
|
||||
"user.settings.sidebar.sortRecent": "Recency",
|
||||
"user.settings.sidebar.sortRecentShort": "sorted by recency",
|
||||
"user.settings.sidebar.title": "화면 설정",
|
||||
"user.settings.sidebar.unreadSectionDesc": "Unread channels will be sorted at the top of the channel sidebar until read.",
|
||||
"user.settings.sidebar.unreadSectionTitle": "Group unread channels",
|
||||
"user.settings.sidebar.unreads": "Unreads grouped separately",
|
||||
"user.settings.sidebar.unreadsDesc": "Unread channels will be grouped at the top of the channel sidebar until read.",
|
||||
"user.settings.sidebar.unreadsFavoritesShort": "unreads and favorites grouped separately",
|
||||
"user.settings.sidebar.unreadsShort": "unreads grouped separately",
|
||||
"user.settings.timezones.automatic": "Set automatically",
|
||||
"user.settings.timezones.change": "Change timezone",
|
||||
"user.settings.timezones.promote": "Select the timezone used for timestamps in the user interface and email notifications.",
|
||||
|
|
@ -3489,7 +3522,7 @@
|
|||
"user.settings.tokens.tokenLoading": "로딩 중...",
|
||||
"user.settings.tokens.userAccessTokensNone": "개인 액세스 토큰이 없습니다.",
|
||||
"user_list.notFound": "사용자를 찾을 수 없습니다 :(",
|
||||
"user_profile.account.editSettings": "계정 설정",
|
||||
"user_profile.account.editSettings": "계정 설정 변경",
|
||||
"user_profile.account.localTime": "Local Time: ",
|
||||
"user_profile.send.dm": "메시지 보내기",
|
||||
"user_profile.send.dm.icon": "Send Message Icon",
|
||||
|
|
@ -3537,5 +3570,6 @@
|
|||
"webrtc.unmute_audio": "Unmute microphone",
|
||||
"webrtc.unpause_video": "카메라 켜기",
|
||||
"webrtc.unsupported": "{username}의 클라이언트가 영상통화를 지원하지 않습니다.",
|
||||
"yourcomputer": "Your computer",
|
||||
"youtube_video.notFound": "패스워드를 찾을 수 없습니다."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -219,11 +219,10 @@
|
|||
"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 <strong>Compliance and Auditing</strong> tab. Bekijk de <a href=\"https://docs.mattermost.com/administration/compliance.html\" target=\"_blank\">documentatie</a> om meer te lezen.",
|
||||
"admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the **Compliance and Auditing** tab. See [documentation](!https://docs.mattermost.com/administration/compliance.html) to learn more.",
|
||||
"admin.compliance.enableTitle": "Inschakelen Nalevingsrapport:",
|
||||
"admin.compliance.false": "uitgeschakeld",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new <a href=\"../../admin_console/compliance/message_export\">Compliance Export</a> feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">Noot:</h4><p>'Compliance' is een enterprise optie, welke geen deel uitmaakt van de huidige licentie. Klink <a href=\"http://mattermost.com\" target=\"_blank\">hier</a> voor meer informatie en prijzen van de enterprise licentie(s).</p>",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new [Compliance Export](../../admin_console/compliance/message_export) feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.save": "Opslaan",
|
||||
"admin.compliance.saving": "Configuratie opslaan...",
|
||||
"admin.compliance.title": "\"Compliance\" instellingen",
|
||||
|
|
@ -541,13 +540,13 @@
|
|||
"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": "(Optional) Only required if you do not want to authenticate to S3 using an <a href=\"https://about.mattermost.com/default-iam-role\" target='_blank'>IAM role</a>. Enter the Access Key ID provided by your Amazon EC2 administrator.",
|
||||
"admin.image.amazonS3IdDescription": "(Optional) Only required if you do not want to authenticate to S3 using an [IAM role](!https://about.mattermost.com/default-iam-role). Enter the Access Key ID provided by your Amazon EC2 administrator.",
|
||||
"admin.image.amazonS3IdExample": "Bijv.: \"AKIADTOVBGERKLCBV\"",
|
||||
"admin.image.amazonS3IdTitle": "Amazon S3 toegangs sleutel ID:",
|
||||
"admin.image.amazonS3RegionDescription": "AWS region you selected when creating your S3 bucket. If no region is set, Mattermost attempts to get the appropriate region from AWS, or sets it to 'us-east-1' if none found.",
|
||||
"admin.image.amazonS3RegionExample": "Bijv.: \"us-east-1\"",
|
||||
"admin.image.amazonS3RegionTitle": "Amazon S3 Regio:",
|
||||
"admin.image.amazonS3SSEDescription": "When true, encrypt files in Amazon S3 using server-side encryption with Amazon S3-managed keys. See <a href=\"https://about.mattermost.com/default-server-side-encryption\" target='_blank'>documentation</a> to learn more.",
|
||||
"admin.image.amazonS3SSEDescription": "When true, encrypt files in Amazon S3 using server-side encryption with Amazon S3-managed keys. See [documentation](!https://about.mattermost.com/default-server-side-encryption) to learn more.",
|
||||
"admin.image.amazonS3SSETitle": "Enable Server-Side Encryption for Amazon S3:",
|
||||
"admin.image.amazonS3SSLDescription": "When false, allow insecure connections to Amazon S3. Defaults to secure connections only.",
|
||||
"admin.image.amazonS3SSLTitle": "Enable Secure Amazon S3 Connections:",
|
||||
|
|
@ -565,7 +564,7 @@
|
|||
"admin.image.proxyOptions": "Image Proxy Options:",
|
||||
"admin.image.proxyOptionsDescription": "Additional options such as the URL signing key. Refer to your image proxy documentation to learn more about what options are supported.",
|
||||
"admin.image.proxyType": "Image Proxy Type:",
|
||||
"admin.image.proxyTypeDescription": "Configure an image proxy to load all Markdown images through a proxy. The image proxy prevents users from making insecure image requests, provides caching for increased performance, and automates image adjustments such as resizing. See <a href=\"https://about.mattermost.com/default-image-proxy-documentation\" target='_blank'>documentation</a> to learn more.",
|
||||
"admin.image.proxyTypeDescription": "Configure an image proxy to load all Markdown images through a proxy. The image proxy prevents users from making insecure image requests, provides caching for increased performance, and automates image adjustments such as resizing. See [documentation](!https://about.mattermost.com/default-image-proxy-documentation) to learn more.",
|
||||
"admin.image.proxyTypeNone": "Geen",
|
||||
"admin.image.proxyURL": "Image Proxy URL:",
|
||||
"admin.image.proxyURLDescription": "URL of your image proxy server.",
|
||||
|
|
@ -613,7 +612,7 @@
|
|||
"admin.ldap.firstnameAttrDesc": "(Optional) The attribute in the AD/LDAP server used to populate the first name of users in Mattermost. When set, users cannot edit their first name, since it is synchronized with the LDAP server. When left blank, users can set their first name in Account Settings.",
|
||||
"admin.ldap.firstnameAttrEx": "Bijv.: \"givenName\"",
|
||||
"admin.ldap.firstnameAttrTitle": "Voornaam attribuut:",
|
||||
"admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one.<br /><br />If you need to change this field after users have already logged in, use the <a href=\"https://about.mattermost.com/default-platform-ldap-idmigrate\" target='_blank'>mattermost ldap idmigrate</a> CLI tool.",
|
||||
"admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one.\n \nIf you need to change this field after users have already logged in, use the [mattermost ldap idmigrate](!https://about.mattermost.com/default-platform-ldap-idmigrate) CLI tool.",
|
||||
"admin.ldap.idAttrEx": "E.g.: \"objectGUID\"",
|
||||
"admin.ldap.idAttrTitle": "ID Attribuut: ",
|
||||
"admin.ldap.jobExtraInfo": "Scanned {ldapUsers} LDAP users, updated {updateCount}, deactivated {deleteCount}",
|
||||
|
|
@ -621,7 +620,7 @@
|
|||
"admin.ldap.lastnameAttrEx": "Bijv.: \"sn\"",
|
||||
"admin.ldap.lastnameAttrTitle": "Achternaam attribuut:",
|
||||
"admin.ldap.ldap_test_button": "AD/LDAP Test",
|
||||
"admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server used to log in to Mattermost. Normally this attribute is the same as the \"Username Attribute\" field above.<br /><br />If your team typically uses domain\\username to log in to other services with AD/LDAP, you may enter domain\\username in this field to maintain consistency between sites.",
|
||||
"admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server used to log in to Mattermost. Normally this attribute is the same as the \"Username Attribute\" field above.\n \nIf your team typically uses domain\\username to log in to other services with AD/LDAP, you may enter domain\\username in this field to maintain consistency between sites.",
|
||||
"admin.ldap.loginAttrTitle": "Login ID Attribute: ",
|
||||
"admin.ldap.loginIdAttrEx": "Bijv.: \"sAMAccountName\"",
|
||||
"admin.ldap.loginNameDesc": "De tijdelijke tekst die wordt weergegeven in het veld 'login' op de login pagina. Standaard ingesteld op \"AD/LDAP-Gebruikersnaam\".",
|
||||
|
|
@ -633,7 +632,6 @@
|
|||
"admin.ldap.nicknameAttrDesc": "(Optional) The attribute in the AD/LDAP server used to populate the nickname of users in Mattermost. When set, users cannot edit their nickname, since it is synchronized with the LDAP server. When left blank, users can set their nickname in Account Settings.",
|
||||
"admin.ldap.nicknameAttrEx": "Bijv.: \"nickname\"",
|
||||
"admin.ldap.nicknameAttrTitle": "Nickname attribuut:",
|
||||
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">Nota:</h4><p>AD/LDAP is an enterprise optie, welke geen deel uitmaakt van de huidige licentie. Klink <a href=\"http://mattermost.com\" target=\"_blank\">hier</a> voor meer informatie en prijzen van de enterprise licentie(s).</p>",
|
||||
"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:",
|
||||
|
|
@ -717,12 +715,12 @@
|
|||
"admin.manage_tokens.userAccessTokensIdLabel": "Token ID: ",
|
||||
"admin.manage_tokens.userAccessTokensNameLabel": "Site Omschrijving: ",
|
||||
"admin.manage_tokens.userAccessTokensNone": "No personal access tokens.",
|
||||
"admin.metrics.enableDescription": "When true, Mattermost will enable performance monitoring collection and profiling. Please see <a href=\"http://docs.mattermost.com/deployment/metrics.html\" target='_blank'>documentation</a> to learn more about configuring performance monitoring for Mattermost.",
|
||||
"admin.metrics.enableDescription": "When true, Mattermost will enable performance monitoring collection and profiling. Please see [documentation](!http://docs.mattermost.com/deployment/metrics.html) to learn more about configuring performance monitoring for Mattermost.",
|
||||
"admin.metrics.enableTitle": "Enable Performance Monitoring:",
|
||||
"admin.metrics.listenAddressDesc": "Het adres waar de server de performance statistieken op zal publiseren. ",
|
||||
"admin.metrics.listenAddressEx": "Bijv.: \":8065\"",
|
||||
"admin.metrics.listenAddressTitle": "Luister Adres:",
|
||||
"admin.mfa.bannerDesc": "<a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>Multi-factor authentication</a> 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.bannerDesc": "[Multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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.administratorsGuide": "Administrator's Guide",
|
||||
|
|
@ -954,7 +952,7 @@
|
|||
"admin.plugin.version": "Versie:",
|
||||
"admin.plugin.version_title": "Versie",
|
||||
"admin.plugins.settings.enable": "Enable Plugins: ",
|
||||
"admin.plugins.settings.enableDesc": "When true, enables plugins on your Mattermost server. Use plugins to integrate with third-party systems, extend functionality or customize the user interface of your Mattermost server. See <a href=\"https://about.mattermost.com/default-plugins\" target=\"_blank\">documentation</a> to learn more.",
|
||||
"admin.plugins.settings.enableDesc": "When true, enables plugins on your Mattermost server. Use plugins to integrate with third-party systems, extend functionality or customize the user interface of your Mattermost server. See [documentation](!https://about.mattermost.com/default-plugins) to learn more.",
|
||||
"admin.plugins.settings.title": "Configuratie",
|
||||
"admin.privacy.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators.",
|
||||
"admin.privacy.showEmailTitle": "Toon e-mail adres: ",
|
||||
|
|
@ -1110,11 +1108,11 @@
|
|||
"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.enforceMfaDesc": "When true, <a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>multi-factor authentication</a> 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.<br/><br/>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.enforceMfaDesc": "When true, [multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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.\n \nIf your system has users with login methods other than AD/LDAP and email, MFA must be enforced with the authentication provider outside of Mattermost.",
|
||||
"admin.service.enforceMfaTitle": "Aanzetten multi-factor authenticatie:",
|
||||
"admin.service.forward80To443": "Forward port 80 to 443:",
|
||||
"admin.service.forward80To443Description": "Forwards all insecure traffic from port 80 to secure port 443. Not recommended when using a proxy server.",
|
||||
"admin.service.forward80To443Description.disabled": "Forwards all insecure traffic from port 80 to secure port 443. Not recommended when using a proxy server.<br /><br />This setting cannot be enabled until your server is <a href=\"#ListenAddress\">listening</a> on port 443.",
|
||||
"admin.service.forward80To443Description.disabled": "Forwards all insecure traffic from port 80 to secure port 443. Not recommended when using a proxy server.\n \nThis setting cannot be enabled until your server is [listening](#ListenAddress) on 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 <a href=\"https://www.youtube.com/watch?v=Im69kzhpR3I\" target=\"_blank\">Google Developers Tutorial</a> voor instructies over hoe deze sleutel te krijgen.",
|
||||
"admin.service.googleExample": "Bijv.: \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"",
|
||||
"admin.service.googleTitle": "Google API Sleutel:",
|
||||
|
|
@ -1124,7 +1122,7 @@
|
|||
"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.internalConnectionsDesc": "In testing environments, such as when developing integrations locally on a development machine, use this setting to specify domains, IP addresses, or CIDR notations to allow internal connections. <b>Not recommended for use in production</b>, since this can allow a user to extract confidential data from your server or internal network.<br /><br />By default, user-supplied URLs such as those used for Open Graph metadata, webhooks, or slash commands will not be allowed to connect to reserved IP addresses including loopback or link-local addresses used for internal networks. Push notification, OAuth 2.0 and WebRTC server URLs are trusted and not affected by this setting.",
|
||||
"admin.service.internalConnectionsDesc": "In testing environments, such as when developing integrations locally on a development machine, use this setting to specify domains, IP addresses, or CIDR notations to allow internal connections. **Not recommended for use in production**, since this can allow a user to extract confidential data from your server or internal network.\n \nBy default, user-supplied URLs such as those used for Open Graph metadata, webhooks, or slash commands will not be allowed to connect to reserved IP addresses including loopback or link-local addresses used for internal networks. Push notification, OAuth 2.0 and WebRTC server URLs are trusted and not affected by this setting.",
|
||||
"admin.service.internalConnectionsEx": "webhooks.internal.example.com 127.0.0.1 10.0.16.0/28",
|
||||
"admin.service.internalConnectionsTitle": "Allow untrusted internal connections to: ",
|
||||
"admin.service.letsEncryptCertificateCacheFile": "Let's Encrypt Certificate Cache File:",
|
||||
|
|
@ -1151,7 +1149,7 @@
|
|||
"admin.service.sessionIdleTimeoutDesc": "The number of minutes from the last time a user was active on the system to the expiry of the user's session. Once expired, the user will need to log in to continue. Minimum is 5 minutes, and 0 is unlimited.<br/><br/>Applies to the desktop app and browsers. For mobile apps, use an EMM provider to lock the app when not in use. In High Availability mode, enable IP hash load balancing for reliable timeout measurement.",
|
||||
"admin.service.sessionIdleTimeoutEx": "Bijv.: \"60\"",
|
||||
"admin.service.siteURL": "Site URL:",
|
||||
"admin.service.siteURLDescription": "The URL that users will use to access Mattermost. Standard ports, such as 80 and 443, can be omitted, but non-standard ports are required. For example: http://example.com:8065. This setting is required.<br /><br />Mattermost may be hosted at a subpath. For example: http://example.com:8065/company/mattermost. A restart is required before the server will work correctly.",
|
||||
"admin.service.siteURLDescription": "The URL that users will use to access Mattermost. Standard ports, such as 80 and 443, can be omitted, but non-standard ports are required. For example: http://example.com:8065. This setting is required.\n \nMattermost may be hosted at a subpath. For example: http://example.com:8065/company/mattermost. A restart is required before the server will work correctly.",
|
||||
"admin.service.siteURLExample": "E.g.: \"http://example.com:8065\"",
|
||||
"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. ",
|
||||
|
|
@ -1163,7 +1161,7 @@
|
|||
"admin.service.tlsKeyFileDescription": "The private key file to use.",
|
||||
"admin.service.useLetsEncrypt": "Use Let's Encrypt:",
|
||||
"admin.service.useLetsEncryptDescription": "Enable the automatic retrieval of certificates from 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.useLetsEncryptDescription.disabled": "Enable the automatic retrieval of certificates from Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.<br /><br />This setting cannot be enabled unless the <a href=\"#Forward80To443\">Forward port 80 to 443</a> setting is set to true.",
|
||||
"admin.service.useLetsEncryptDescription.disabled": "Enable the automatic retrieval of certificates from Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.\n \nThis setting cannot be enabled unless the [Forward port 80 to 443](#Forward80To443) setting is set to true.",
|
||||
"admin.service.userAccessTokensDescLabel": "Naam:",
|
||||
"admin.service.userAccessTokensDescription": "When true, users can create <a href=\"https://about.mattermost.com/default-user-access-tokens\" target=\"_blank\">personal access tokens</a> for integrations in <strong>Account Settings > Security</strong>. They can be used to authenticate against the API and give full access to the account.<br/><br/>To manage who can create personal access tokens or to search users by token ID, go to the <strong>System Console > Users</strong> page.",
|
||||
"admin.service.userAccessTokensIdLabel": "Token ID: ",
|
||||
|
|
@ -1369,7 +1367,7 @@
|
|||
"admin.user_item.userAccessTokenYes": "(with personal access tokens)",
|
||||
"admin.viewArchivedChannelsHelpText": "When true, allows users to share permalinks and search for content of channels that have been archived. Users can only view the content in channels of which they were a member before the channel was archived.",
|
||||
"admin.viewArchivedChannelsTitle": "Allow users to view archived channels:",
|
||||
"admin.webrtc.enableDescription": "When true, Mattermost allows making <strong>one-on-one</strong> video calls. WebRTC calls are available on Chrome, Firefox and Mattermost Desktop Apps.",
|
||||
"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\"",
|
||||
|
|
@ -1454,6 +1452,7 @@
|
|||
"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}",
|
||||
"archivedChannelMessage": "You are viewing an **archived channel**. New messages cannot be posted.",
|
||||
"audit_table.accountActive": "Account activated",
|
||||
"audit_table.accountInactive": "Account deactivated",
|
||||
"audit_table.action": "Actie",
|
||||
|
|
@ -1523,6 +1522,8 @@
|
|||
"backstage_sidebar.integrations.oauthApps": "OAuth 2.0 Applicaties",
|
||||
"backstage_sidebar.integrations.outgoing_webhooks": "Uitgaande webhooks",
|
||||
"calling_screen": "Oproep",
|
||||
"center_panel.archived.closeChannel": "Close Channel",
|
||||
"center_panel.permalink.archivedChannel": "You are viewing an **archived channel**. ",
|
||||
"center_panel.recent": "Klik hier om naar uw recente berichten te gaan. ",
|
||||
"center_panel.recent.icon": "Jump to recent messages Icon",
|
||||
"change_url.close": "Afsluiten",
|
||||
|
|
@ -1581,7 +1582,7 @@
|
|||
"channel_loader.connection_error": "Er lijkt een probleem te zijn met uw internet verbinding, gelieve dit te controleren.",
|
||||
"channel_loader.posted": "Verzonden",
|
||||
"channel_loader.postedImage": " heeft een afbeelding geüpload",
|
||||
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to <a href=\"https://about.mattermost.com/default-websocket-port-help\" target=\"_blank\">check WebSocket port</a>.",
|
||||
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to [check WebSocket port](!https://about.mattermost.com/default-websocket-port-help].",
|
||||
"channel_loader.someone": "Iemand",
|
||||
"channel_loader.something": " deed iets nieuws",
|
||||
"channel_loader.unknown_error": "We kregen een onverwachte statuscode van de server.",
|
||||
|
|
@ -1759,6 +1760,7 @@
|
|||
"delete_channel.confirm": "Confirm ARCHIVE Channel",
|
||||
"delete_channel.del": "Archive",
|
||||
"delete_channel.question": "This will archive the channel from the team and make its contents inaccessible for all users. <br /><br />Are you sure you wish to archive the <strong>{display_name}</strong> channel?",
|
||||
"delete_channel.viewArchived.question": "This will archive the channel from the team. Channel contents will still be accessible by channel members.\n \nAre you sure you wish to archive the **{display_name}** channel?",
|
||||
"delete_post.cancel": "Annuleren",
|
||||
"delete_post.comment": "Commentaar",
|
||||
"delete_post.confirm": "Bevestig {term} verwijdering",
|
||||
|
|
@ -2172,13 +2174,13 @@
|
|||
"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": "<h4 class='channel-intro__title'>Beginning of {display_name}</h4><p class='channel-intro__content'><strong>Welcome to {display_name}!</strong><br/><br/>Post messages here that you want everyone to see. Everyone automatically becomes a permanent member of this channel when they join the team.</p>",
|
||||
"intro_messages.default": "**Welcome to {display_name}!**\n \nPost 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": "Verlaat kanaal",
|
||||
"intro_messages.group_message": "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.",
|
||||
"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": "<h4 class=\"channel-intro__title\">Begin van {display_name}</h4><p class=\"channel-intro__content\">Dit is het begin van {display_name}, een kanaal voor niet-werk gerelateerde discussies.<br/></p>",
|
||||
"intro_messages.offTopic": "This is the start of {display_name}, a channel for non-work-related conversations.",
|
||||
"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",
|
||||
|
|
@ -2669,6 +2671,9 @@
|
|||
"more_direct_channels.new_convo_note": "This will start a new conversation. If you're adding a lot of people, consider creating a private channel instead.",
|
||||
"more_direct_channels.new_convo_note.full": "You've reached the maximum number of people for this conversation. Consider creating a private channel instead.",
|
||||
"more_direct_channels.title": "Privé bericht",
|
||||
"more_public_direct_channels.channels": "Kanalen",
|
||||
"more_public_direct_channels.direct_messages": "Privé bericht",
|
||||
"more_public_direct_channels.title": "Channels and Direct Messages",
|
||||
"msg_typing.areTyping": "{users} en {last} zijn aan het typen...",
|
||||
"msg_typing.isTyping": "{user} typt...",
|
||||
"msg_typing.someone": "Iemand",
|
||||
|
|
@ -2861,6 +2866,7 @@
|
|||
"search_header.title2": "Recente vermeldingen",
|
||||
"search_header.title3": "Gemarkeerde Berichten",
|
||||
"search_header.title4": "Pinned posts in {channelDisplayName}",
|
||||
"search_item.channelArchived": "Archived",
|
||||
"search_item.direct": "Direct Message (with {username})",
|
||||
"search_item.jump": "Spring",
|
||||
"search_results.noResults": "Geen resultaten gevonden. Opnieuw proberen?",
|
||||
|
|
@ -2946,6 +2952,7 @@
|
|||
"shortcuts.nav.unread_prev.mac": "Previous unread channel:\t⌥|Shift|Up",
|
||||
"sidebar.channels": "PUBLIC CHANNELS",
|
||||
"sidebar.createChannel": "Maak een publiek kanaal",
|
||||
"sidebar.createChannelDirectChannel": "Create new channel or direct message",
|
||||
"sidebar.createDirectMessage": "Create new direct message",
|
||||
"sidebar.createGroup": "Maak een publiek kanaal",
|
||||
"sidebar.direct": "DIRECT MESSAGES",
|
||||
|
|
@ -2961,6 +2968,13 @@
|
|||
"sidebar.tutorialScreen1": "<h4>Kanalen</h4><p><strong>Kanalen</strong> organiseren conversaties in verschillende onderwerpen. Ze zijn open voor iedereen in je team. Om privéberichten te sturen, gebruik <strong>Directe Berichten</strong> voor een enkel persoon of <strong>Privé Groepen</strong> voor meerdere personen.</p>",
|
||||
"sidebar.tutorialScreen2": "<h4>\"{townsquare}\" en \"{offtopic}\" kanalen</h4><p>Hier zijn 2 publieke kanalen om te starten:</p><p><strong>{townsquare}</strong> is een plaats voor team wijde communicatie. Iedereen in jouw team is lid van dit kanaal.</p><p><strong>{offtopic}</strong> 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.</p>",
|
||||
"sidebar.tutorialScreen3": "<h4>Kanalen maken en lid worden</h4><p>Klik op <strong>\"Meer...\"</strong> om een nieuw kanaal te maken of lid te worden van een bestaand kanaal.</p><p>Je kan ook een nieuw kanaal of privégroep maken door op het <strong>\"+\"-teken</strong> naast het kanaal of de privégroep te drukken.</p>",
|
||||
"sidebar.types.alpha": "CHANNELS",
|
||||
"sidebar.types.direct": "DIRECT MESSAGES",
|
||||
"sidebar.types.favorite": "FAVORITE CHANNELS",
|
||||
"sidebar.types.private": "PRIVATE CHANNELS",
|
||||
"sidebar.types.public": "PUBLIC CHANNELS",
|
||||
"sidebar.types.recent": "RECENT ACTIVITY",
|
||||
"sidebar.types.unreads": "UNREADS",
|
||||
"sidebar.unreadSection": "UNREADS",
|
||||
"sidebar.unreads": "More unreads",
|
||||
"sidebar_header.tutorial": "<h4>Hoofdmenu</h4><p>Het <strong>Hoofdmenu</strong> is waar je kan <strong>Uitnodigen van Nieuwe Leden</strong>, toegang tot jouw <strong>Account Instellingen</strong> en instellen van jouw <strong>Thema Kleur</strong>.</p><p>Team admins kunnen ook hun <strong>Team Instellngen</strong> instellen via dit menu.</p><p>Systeem admins vinden hier een <strong>Systeem Console</strong> optie om het hele systeem te beheren.</p>",
|
||||
|
|
@ -3047,6 +3061,7 @@
|
|||
"status_dropdown.set_online": "Online",
|
||||
"status_dropdown.set_ooo": "Out of Office",
|
||||
"status_dropdown.set_ooo.extra": "Automatic Replies are enabled",
|
||||
"suggestion.archive": "Archived Channels",
|
||||
"suggestion.loading": "Laden...",
|
||||
"suggestion.mention.all": "CAUTION: This mentions everyone in channel",
|
||||
"suggestion.mention.channel": "Notificeer iedereen in het kanaal",
|
||||
|
|
@ -3446,12 +3461,30 @@
|
|||
"user.settings.sidebar.after_seven_days": "After 7 days with no new messages",
|
||||
"user.settings.sidebar.autoCloseDMDesc": "Direct Message conversations can be reopened with the “+” button in the sidebar or using the Channel Switcher (CTRL+K).",
|
||||
"user.settings.sidebar.autoCloseDMTitle": "Automatically Close Direct Messages",
|
||||
"user.settings.sidebar.favorites": "Favorites grouped separately",
|
||||
"user.settings.sidebar.favoritesDesc": "Channels you've marked as favorite will be grouped separately in the channel sidebar.",
|
||||
"user.settings.sidebar.favoritesShort": "favorites grouped separately",
|
||||
"user.settings.sidebar.groupAndSortChannelsTitle": "Channel grouping and sorting",
|
||||
"user.settings.sidebar.groupByNone": "Combine all channel types",
|
||||
"user.settings.sidebar.groupByNoneShort": "No grouping",
|
||||
"user.settings.sidebar.groupByType": "Public, Private and Direct Message channels are grouped separately",
|
||||
"user.settings.sidebar.groupByTypeShort": "Group by channel type",
|
||||
"user.settings.sidebar.groupChannelsTitle": "Channel grouping",
|
||||
"user.settings.sidebar.groupDesc": "Select if channels in your sidebar are displayed in groups or combined in a single list.",
|
||||
"user.settings.sidebar.icon": "Afbeeldings instellingen",
|
||||
"user.settings.sidebar.never": "Nooit",
|
||||
"user.settings.sidebar.showUnreadSection": "At the top of the channel sidebar",
|
||||
"user.settings.sidebar.sortAlpha": "Alphabetically",
|
||||
"user.settings.sidebar.sortAlphaShort": "sorted alphabetically",
|
||||
"user.settings.sidebar.sortChannelsTitle": "Channel sorting",
|
||||
"user.settings.sidebar.sortDesc": "Select how channels will be ordered in your sidebar. Recent channels are sorted by latest post.",
|
||||
"user.settings.sidebar.sortRecent": "Recency",
|
||||
"user.settings.sidebar.sortRecentShort": "sorted by recency",
|
||||
"user.settings.sidebar.title": "Afbeeldings instellingen",
|
||||
"user.settings.sidebar.unreadSectionDesc": "Unread channels will be sorted at the top of the channel sidebar until read.",
|
||||
"user.settings.sidebar.unreadSectionTitle": "Group unread channels",
|
||||
"user.settings.sidebar.unreads": "Unreads grouped separately",
|
||||
"user.settings.sidebar.unreadsDesc": "Unread channels will be grouped at the top of the channel sidebar until read.",
|
||||
"user.settings.sidebar.unreadsFavoritesShort": "unreads and favorites grouped separately",
|
||||
"user.settings.sidebar.unreadsShort": "unreads grouped separately",
|
||||
"user.settings.timezones.automatic": "Set automatically",
|
||||
"user.settings.timezones.change": "Change timezone",
|
||||
"user.settings.timezones.promote": "Select the timezone used for timestamps in the user interface and email notifications.",
|
||||
|
|
@ -3537,5 +3570,6 @@
|
|||
"webrtc.unmute_audio": "Unmute microphone",
|
||||
"webrtc.unpause_video": "Camera aanzetten",
|
||||
"webrtc.unsupported": "{username} client ondersteunt geen video oproepen.",
|
||||
"yourcomputer": "Your computer",
|
||||
"youtube_video.notFound": "Video niet gevonden"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -219,11 +219,10 @@
|
|||
"admin.compliance.directoryTitle": "Katalog raportu zgodności:",
|
||||
"admin.compliance.enableDailyDesc": "Kiedy włączony, Mattermost będzie generować dzienny raport zgodności.",
|
||||
"admin.compliance.enableDailyTitle": "Włącz dzienny raport:",
|
||||
"admin.compliance.enableDesc": "Gdy właczone, Mattermost pozwala na raporty zgodności na zakładce <strong>Zgodność i Audyt</strong>. Przeczytaj <a href=\"https://docs.mattermost.com/administration/compliance.html\" target=\"_blank\">dokumentację (jęz. angielski)</a> aby dowiedzieć się więcej.",
|
||||
"admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the **Compliance and Auditing** tab. See [documentation](!https://docs.mattermost.com/administration/compliance.html) to learn more.",
|
||||
"admin.compliance.enableTitle": "Włącz raport zgodności:",
|
||||
"admin.compliance.false": "fałsz",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new <a href=\"../../admin_console/compliance/message_export\">Compliance Export</a> feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">Uwaga:</h4><p>Zgodność jest funkcją typu enterprise. Bieżąca licencja nie wspiera Zgodności. Kliknij <a href=\"http://mattermost.com\" target=\"_blank\">tutaj</a> aby zapoznać się z informacjami i cenami licencji enterprise.</p>",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new [Compliance Export](../../admin_console/compliance/message_export) feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.save": "Zapisz",
|
||||
"admin.compliance.saving": "Zapisuję konfigurację...",
|
||||
"admin.compliance.title": "Ustawienia zgodności",
|
||||
|
|
@ -541,13 +540,13 @@
|
|||
"admin.image.amazonS3EndpointDescription": "Nazwa hosta dostawcy twojego magazynu danych kompatybilnego z S3. Domyślnie `s3.amazonaws.com`.",
|
||||
"admin.image.amazonS3EndpointExample": "Np.: \"s3.amazonaws.com\"",
|
||||
"admin.image.amazonS3EndpointTitle": "Punkt końcowy Amazom S3:",
|
||||
"admin.image.amazonS3IdDescription": "(Optional) Only required if you do not want to authenticate to S3 using an <a href=\"https://about.mattermost.com/default-iam-role\" target='_blank'>IAM role</a>. Enter the Access Key ID provided by your Amazon EC2 administrator.",
|
||||
"admin.image.amazonS3IdDescription": "(Optional) Only required if you do not want to authenticate to S3 using an [IAM role](!https://about.mattermost.com/default-iam-role). Enter the Access Key ID provided by your Amazon EC2 administrator.",
|
||||
"admin.image.amazonS3IdExample": "Np. \"AKIADTOVBGERKLCBV\"",
|
||||
"admin.image.amazonS3IdTitle": "Amazon S3 Access Key ID:",
|
||||
"admin.image.amazonS3RegionDescription": "AWS region you selected when creating your S3 bucket. If no region is set, Mattermost attempts to get the appropriate region from AWS, or sets it to 'us-east-1' if none found.",
|
||||
"admin.image.amazonS3RegionExample": "Np. \"us-east-1\"",
|
||||
"admin.image.amazonS3RegionTitle": "Region Amazon S3:",
|
||||
"admin.image.amazonS3SSEDescription": "When true, encrypt files in Amazon S3 using server-side encryption with Amazon S3-managed keys. See <a href=\"https://about.mattermost.com/default-server-side-encryption\" target='_blank'>documentation</a> to learn more.",
|
||||
"admin.image.amazonS3SSEDescription": "When true, encrypt files in Amazon S3 using server-side encryption with Amazon S3-managed keys. See [documentation](!https://about.mattermost.com/default-server-side-encryption) to learn more.",
|
||||
"admin.image.amazonS3SSETitle": "Enable Server-Side Encryption for Amazon S3:",
|
||||
"admin.image.amazonS3SSLDescription": "Gdy wyłączone, pozwala na niezabezpieczone połączenie do Amazon S3. Domyślnie pozwala tylko na bezpieczne połączenia.",
|
||||
"admin.image.amazonS3SSLTitle": "Włącz bezpieczne połączenia Amazon S3:",
|
||||
|
|
@ -565,7 +564,7 @@
|
|||
"admin.image.proxyOptions": "Image Proxy Options:",
|
||||
"admin.image.proxyOptionsDescription": "Additional options such as the URL signing key. Refer to your image proxy documentation to learn more about what options are supported.",
|
||||
"admin.image.proxyType": "Image Proxy Type:",
|
||||
"admin.image.proxyTypeDescription": "Configure an image proxy to load all Markdown images through a proxy. The image proxy prevents users from making insecure image requests, provides caching for increased performance, and automates image adjustments such as resizing. See <a href=\"https://about.mattermost.com/default-image-proxy-documentation\" target='_blank'>documentation</a> to learn more.",
|
||||
"admin.image.proxyTypeDescription": "Configure an image proxy to load all Markdown images through a proxy. The image proxy prevents users from making insecure image requests, provides caching for increased performance, and automates image adjustments such as resizing. See [documentation](!https://about.mattermost.com/default-image-proxy-documentation) to learn more.",
|
||||
"admin.image.proxyTypeNone": "Brak",
|
||||
"admin.image.proxyURL": "Image Proxy URL:",
|
||||
"admin.image.proxyURLDescription": "URL of your image proxy server.",
|
||||
|
|
@ -613,7 +612,7 @@
|
|||
"admin.ldap.firstnameAttrDesc": "(Opcjonalne) Atrybut na serwerze AD/LDAP, kóry będzie używany do wypełniania pierwszego imienia użytkowników w Mattermost. Jeśli włączone, użytkownicy nie będą mogli zmienić swoich imion, gdyż będą one synchronizowane z serwerem LDAP. Jeśli zostawiony puste, użytkownicy będą mogli sami wpisać swoje imię w Ustawieniach Użytkownika.",
|
||||
"admin.ldap.firstnameAttrEx": "Np. \"givenName\"",
|
||||
"admin.ldap.firstnameAttrTitle": "Atrybut imienia użytkownika:",
|
||||
"admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one.<br /><br />If you need to change this field after users have already logged in, use the <a href=\"https://about.mattermost.com/default-platform-ldap-idmigrate\" target='_blank'>mattermost ldap idmigrate</a> CLI tool.",
|
||||
"admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one.\n \nIf you need to change this field after users have already logged in, use the [mattermost ldap idmigrate](!https://about.mattermost.com/default-platform-ldap-idmigrate) CLI tool.",
|
||||
"admin.ldap.idAttrEx": "E.g.: \"objectGUID\"",
|
||||
"admin.ldap.idAttrTitle": "Atrybut ID: ",
|
||||
"admin.ldap.jobExtraInfo": "Scanned {ldapUsers} LDAP users, updated {updateCount}, deactivated {deleteCount}",
|
||||
|
|
@ -621,7 +620,7 @@
|
|||
"admin.ldap.lastnameAttrEx": "Np.: \"sn\"",
|
||||
"admin.ldap.lastnameAttrTitle": "Atrybut Nazwiska użytkownika:",
|
||||
"admin.ldap.ldap_test_button": "AD/LDAP Test",
|
||||
"admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server used to log in to Mattermost. Normally this attribute is the same as the \"Username Attribute\" field above.<br /><br />If your team typically uses domain\\username to log in to other services with AD/LDAP, you may enter domain\\username in this field to maintain consistency between sites.",
|
||||
"admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server used to log in to Mattermost. Normally this attribute is the same as the \"Username Attribute\" field above.\n \nIf your team typically uses domain\\username to log in to other services with AD/LDAP, you may enter domain\\username in this field to maintain consistency between sites.",
|
||||
"admin.ldap.loginAttrTitle": "Login ID Attribute: ",
|
||||
"admin.ldap.loginIdAttrEx": "Np. \"sAMAccountName\"",
|
||||
"admin.ldap.loginNameDesc": "Tekst zastępczy który pojawia się w polu login na stronie logowania. Domyślnie \"Nazwa Użytkownika AD/LDAP\"",
|
||||
|
|
@ -633,7 +632,6 @@
|
|||
"admin.ldap.nicknameAttrDesc": "(Opcjonalne) Atrybut na serwerze AD/LDAP, kóry będzie używany do wypełniania pseudonimu użytkowników w Mattermost. Jeśli włączone, użytkownicy nie będą mogli zmienić swojego pseudonimu, gdyż będzie on synchronizowany z serwerem LDAP. Jeśli zostawiony puste, użytkownicy będą mogli sami wpisać swój pseudonim w Ustawieniach Użytkownika.",
|
||||
"admin.ldap.nicknameAttrEx": "Np. \"nickname\"",
|
||||
"admin.ldap.nicknameAttrTitle": "Atrybut nazwy użytkownika:",
|
||||
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">Uwaga:</h4><p>Zgodność jest funkcją typu enterprise. Bieżąca licencja nie wspiera Zgodności. Kliknij <a href=\"http://mattermost.com\" target=\"_blank\">tutaj</a> aby zapoznać się z informacjami i cenami licencji enterprise.</p>",
|
||||
"admin.ldap.portDesc": "Port który będzie używany przez Mattermost do połączenia się z serwerem AD/LDAP. Domyślnie 389.",
|
||||
"admin.ldap.portEx": "Np.: \"389\"",
|
||||
"admin.ldap.portTitle": "AD/LDAP Port:",
|
||||
|
|
@ -722,7 +720,7 @@
|
|||
"admin.metrics.listenAddressDesc": "Adres na którym serwer będzie nasłuchiwał aby udostępnić metrykę wydajności.",
|
||||
"admin.metrics.listenAddressEx": "Np. \":8067\"",
|
||||
"admin.metrics.listenAddressTitle": "Adres nasłuchiwania:",
|
||||
"admin.mfa.bannerDesc": "<a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>Wieloczynnikowe uwierzytelnianie</a> jest dostepne dla kont z logowaniem AD/LDAP albo logowaniem email. Jeśli inne metody logowania są używane, Wieloczynnykowe uwierzytelnianie (MFA) powinna być skonfigurowana z dostawcą autoryzacji.",
|
||||
"admin.mfa.bannerDesc": "[Multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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": "Wysoki",
|
||||
"admin.mfa.title": "Wieloczynnikowe Uwierzytelnianie",
|
||||
"admin.nav.administratorsGuide": "Przewodnik administratora",
|
||||
|
|
@ -954,7 +952,7 @@
|
|||
"admin.plugin.version": "Wersja:",
|
||||
"admin.plugin.version_title": "Wersja",
|
||||
"admin.plugins.settings.enable": "Enable Plugins: ",
|
||||
"admin.plugins.settings.enableDesc": "When true, enables plugins on your Mattermost server. Use plugins to integrate with third-party systems, extend functionality or customize the user interface of your Mattermost server. See <a href=\"https://about.mattermost.com/default-plugins\" target=\"_blank\">documentation</a> to learn more.",
|
||||
"admin.plugins.settings.enableDesc": "When true, enables plugins on your Mattermost server. Use plugins to integrate with third-party systems, extend functionality or customize the user interface of your Mattermost server. See [documentation](!https://about.mattermost.com/default-plugins) to learn more.",
|
||||
"admin.plugins.settings.title": "Konfiguracja",
|
||||
"admin.privacy.showEmailDescription": "Kiedy fałsz, ukrywa adresy e-mail wszystkich użytkowniów, z wyjątkiem administratorów systemu.",
|
||||
"admin.privacy.showEmailTitle": "Pokaż adres E-mail:",
|
||||
|
|
@ -1110,11 +1108,11 @@
|
|||
"admin.service.corsTitle": "Pozwól na zapytania Cross-domain z:",
|
||||
"admin.service.developerDesc": "Gdy włączone, błędy JavaScript wyświetlane są na czerwonym pasku u góry interfejsu użytkownika. Nie zalecane w wersji produkcyjnej. ",
|
||||
"admin.service.developerTitle": "Włączyć Tryb Dewelopera: ",
|
||||
"admin.service.enforceMfaDesc": "When true, <a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>multi-factor authentication</a> 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.<br/><br/>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.enforceMfaDesc": "When true, [multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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.\n \nIf your system has users with login methods other than AD/LDAP and email, MFA must be enforced with the authentication provider outside of Mattermost.",
|
||||
"admin.service.enforceMfaTitle": "Wymuszaj uwierzytelnianie wieloskładnikowe:",
|
||||
"admin.service.forward80To443": "Przekaż port 80 do 443:",
|
||||
"admin.service.forward80To443Description": "Forwards all insecure traffic from port 80 to secure port 443. Not recommended when using a proxy server.",
|
||||
"admin.service.forward80To443Description.disabled": "Forwards all insecure traffic from port 80 to secure port 443. Not recommended when using a proxy server.<br /><br />This setting cannot be enabled until your server is <a href=\"#ListenAddress\">listening</a> on port 443.",
|
||||
"admin.service.forward80To443Description.disabled": "Forwards all insecure traffic from port 80 to secure port 443. Not recommended when using a proxy server.\n \nThis setting cannot be enabled until your server is [listening](#ListenAddress) on port 443.",
|
||||
"admin.service.googleDescription": "Ustaw ten klucz by włączyć wyświetlanie tytułów dla osadzonych podglądów filmów z YouTube. Podglądy będą tworzone także bez klucza, na podstawie linków w wiadomościach i komentarzach, ale nie będą widoczne tytuły filmów. Zobacz <a href=\"https://www.youtube.com/watch?v=Im69kzhpR3I\" target='_blank'>Google Developers Tutorial</a> jeżeli potrzebujesz instrukcji związanej z pozyskaniem klucza.",
|
||||
"admin.service.googleExample": "Np. \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"",
|
||||
"admin.service.googleTitle": "Klucz Google API:",
|
||||
|
|
@ -1124,7 +1122,7 @@
|
|||
"admin.service.insecureTlsTitle": "Włącz Niezabezpieczone Wychodzące Połączenia:",
|
||||
"admin.service.integrationAdmin": "Ogranicz zarządzanie integracjami tylko do Adminów:",
|
||||
"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.internalConnectionsDesc": "In testing environments, such as when developing integrations locally on a development machine, use this setting to specify domains, IP addresses, or CIDR notations to allow internal connections. <b>Not recommended for use in production</b>, since this can allow a user to extract confidential data from your server or internal network.<br /><br />By default, user-supplied URLs such as those used for Open Graph metadata, webhooks, or slash commands will not be allowed to connect to reserved IP addresses including loopback or link-local addresses used for internal networks. Push notification, OAuth 2.0 and WebRTC server URLs are trusted and not affected by this setting.",
|
||||
"admin.service.internalConnectionsDesc": "In testing environments, such as when developing integrations locally on a development machine, use this setting to specify domains, IP addresses, or CIDR notations to allow internal connections. **Not recommended for use in production**, since this can allow a user to extract confidential data from your server or internal network.\n \nBy default, user-supplied URLs such as those used for Open Graph metadata, webhooks, or slash commands will not be allowed to connect to reserved IP addresses including loopback or link-local addresses used for internal networks. Push notification, OAuth 2.0 and WebRTC server URLs are trusted and not affected by this setting.",
|
||||
"admin.service.internalConnectionsEx": "webhooks.internal.example.com 127.0.0.1 10.0.16.0/28",
|
||||
"admin.service.internalConnectionsTitle": "Pozwól na niezaufane połączenia wewnętrzne do: ",
|
||||
"admin.service.letsEncryptCertificateCacheFile": "Plik Pamięci Podręcznej Certyfikatu Let's Encrypt:",
|
||||
|
|
@ -1151,7 +1149,7 @@
|
|||
"admin.service.sessionIdleTimeoutDesc": "The number of minutes from the last time a user was active on the system to the expiry of the user's session. Once expired, the user will need to log in to continue. Minimum is 5 minutes, and 0 is unlimited.<br/><br/>Applies to the desktop app and browsers. For mobile apps, use an EMM provider to lock the app when not in use. In High Availability mode, enable IP hash load balancing for reliable timeout measurement.",
|
||||
"admin.service.sessionIdleTimeoutEx": "Np.: \"60\"",
|
||||
"admin.service.siteURL": "URL storny:",
|
||||
"admin.service.siteURLDescription": "The URL that users will use to access Mattermost. Standard ports, such as 80 and 443, can be omitted, but non-standard ports are required. For example: http://example.com:8065. This setting is required.<br /><br />Mattermost may be hosted at a subpath. For example: http://example.com:8065/company/mattermost. A restart is required before the server will work correctly.",
|
||||
"admin.service.siteURLDescription": "The URL that users will use to access Mattermost. Standard ports, such as 80 and 443, can be omitted, but non-standard ports are required. For example: http://example.com:8065. This setting is required.\n \nMattermost may be hosted at a subpath. For example: http://example.com:8065/company/mattermost. A restart is required before the server will work correctly.",
|
||||
"admin.service.siteURLExample": "E.g.: \"http://example.com:8065\"",
|
||||
"admin.service.ssoSessionDays": "Długość sesji SSO (dni):",
|
||||
"admin.service.ssoSessionDaysDesc": "Ilość dni od momentu, gdy użytkownik się zaloguje do wygaśnięcia jego sesji. Jeśli sposób logowania to SAML lub GitLab, użytkownik może zostać automatycznie ponownie zalogowany do Mattermost, jeśli jest akurat zalogowany w SAML lub GitLab. Po zmianie tej wartości, nowa długość sesji będzie brana pod uwagę po kolejnym zalogowaniu się użytkownika. ",
|
||||
|
|
@ -1163,7 +1161,7 @@
|
|||
"admin.service.tlsKeyFileDescription": "Plik z kluczem prywatnym który używać.",
|
||||
"admin.service.useLetsEncrypt": "Użyj Let's Encrypt:",
|
||||
"admin.service.useLetsEncryptDescription": "Włącz automatyczne pobieranie certyfikatów z Let's Encrypt. Certyfikaty będą pobrane gdy klient spróbuje się połączyć z nowej domeny. Będzie to działało z wieloma domenami.",
|
||||
"admin.service.useLetsEncryptDescription.disabled": "Enable the automatic retrieval of certificates from Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.<br /><br />This setting cannot be enabled unless the <a href=\"#Forward80To443\">Forward port 80 to 443</a> setting is set to true.",
|
||||
"admin.service.useLetsEncryptDescription.disabled": "Enable the automatic retrieval of certificates from Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.\n \nThis setting cannot be enabled unless the [Forward port 80 to 443](#Forward80To443) setting is set to true.",
|
||||
"admin.service.userAccessTokensDescLabel": "Nazwa:",
|
||||
"admin.service.userAccessTokensDescription": "When true, users can create <a href=\"https://about.mattermost.com/default-user-access-tokens\" target=\"_blank\">personal access tokens</a> for integrations in <strong>Account Settings > Security</strong>. They can be used to authenticate against the API and give full access to the account.<br/><br/>To manage who can create personal access tokens or to search users by token ID, go to the <strong>System Console > Users</strong> page.",
|
||||
"admin.service.userAccessTokensIdLabel": "Token ID: ",
|
||||
|
|
@ -1454,6 +1452,7 @@
|
|||
"app.channel.post_update_channel_purpose_message.removed": "{username} usunął cel kanału (było: {old})",
|
||||
"app.channel.post_update_channel_purpose_message.updated_from": "{username} zaktualizował cel kanału z: {old} na: {new}",
|
||||
"app.channel.post_update_channel_purpose_message.updated_to": "{username} zaktualizował cel kanału na: {new}",
|
||||
"archivedChannelMessage": "You are viewing an **archived channel**. New messages cannot be posted.",
|
||||
"audit_table.accountActive": "Konto zostało aktywowane",
|
||||
"audit_table.accountInactive": "Konto zostało dezaktywowane",
|
||||
"audit_table.action": "Akcja",
|
||||
|
|
@ -1523,6 +1522,8 @@
|
|||
"backstage_sidebar.integrations.oauthApps": "Aplikacje OAuth 2.0",
|
||||
"backstage_sidebar.integrations.outgoing_webhooks": "Wychodzące Webhooki",
|
||||
"calling_screen": "Dzwonienie",
|
||||
"center_panel.archived.closeChannel": "Close Channel",
|
||||
"center_panel.permalink.archivedChannel": "You are viewing an **archived channel**. ",
|
||||
"center_panel.recent": "Kliknij tutaj, aby przejść do najnowszych wiadomości.",
|
||||
"center_panel.recent.icon": "Jump to recent messages Icon",
|
||||
"change_url.close": "Zamknij",
|
||||
|
|
@ -1581,7 +1582,7 @@
|
|||
"channel_loader.connection_error": "Wygląda na to, że wystąpił problem z twoim połączeniem internetowym.",
|
||||
"channel_loader.posted": "Wysłany",
|
||||
"channel_loader.postedImage": " wysłano obraz",
|
||||
"channel_loader.socketError": "Proszę, sprawdź połączenie, Mattermost nie jest dostępny. Jeśli problem nie zostanie rozwiązany, skontaktuj się z administratorem <a href=\"https://about.mattermost.com/default-websocket-port-help\" target=\"_blank\">sprawdź portyWebSocket</a>.",
|
||||
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to [check WebSocket port](!https://about.mattermost.com/default-websocket-port-help].",
|
||||
"channel_loader.someone": "Ktoś",
|
||||
"channel_loader.something": " zrobił/a coś nowego",
|
||||
"channel_loader.unknown_error": "Otrzymaliśmy nieoczekiwany kod statusu z serwera.",
|
||||
|
|
@ -1759,6 +1760,7 @@
|
|||
"delete_channel.confirm": "Confirm ARCHIVE Channel",
|
||||
"delete_channel.del": "Archive",
|
||||
"delete_channel.question": "To usunie kanał z zespołu i sprawi że jego zawartość będzie niedostępna dla wszystkich użytkowników. <br /><br />Na pewno chcesz usunąć kanał <strong>{display_name}</strong>?",
|
||||
"delete_channel.viewArchived.question": "This will archive the channel from the team. Channel contents will still be accessible by channel members.\n \nAre you sure you wish to archive the **{display_name}** channel?",
|
||||
"delete_post.cancel": "Anuluj",
|
||||
"delete_post.comment": "Komentarz",
|
||||
"delete_post.confirm": "Potwierdź usunięcie ({term})",
|
||||
|
|
@ -2172,13 +2174,13 @@
|
|||
"intro_messages.beginning": "Początek {name}",
|
||||
"intro_messages.channel": "kanału",
|
||||
"intro_messages.creator": "To jest początek {type} {name}, stworzonego/ej przez {creator} dnia {date}.",
|
||||
"intro_messages.default": "<h4 class='channel-intro__title'>Początek {display_name}</h4><p class='channel-intro__content'><strong>Witamy na {display_name}!</strong><br/><br/>Zamieszczaj tutaj wiadomości, które chcesz aby zobaczyli wszyscy. Wszyscy automatycznie stają się stałymi członkami tego kanału, gdy dołączyli do zespołu.</p>",
|
||||
"intro_messages.default": "Wyślij tutaj wiadomości które chcesz aby każdy zobaczył. Każdy automatycznie zostaje stałym uczestnikiem tego kanału gdy dołączają do zespołu.",
|
||||
"intro_messages.group": "kanał prywatny",
|
||||
"intro_messages.group_message": "To jest początek historii wiadomości grupowych z tymi zespołami. Wiadomości i pliki udostępnione w tym miejscu nie są wyświetlane osobom spoza tego obszaru.",
|
||||
"intro_messages.invite": "Zaproś innych do {type}",
|
||||
"intro_messages.inviteOthers": "Zaproś innych do tego zespołu",
|
||||
"intro_messages.noCreator": "To początek {type} {name}, utworzony {date}.",
|
||||
"intro_messages.offTopic": "<h4 class=\"channel-intro__title\">Początek {display_name}</h4><p class=\"channel-intro__content\">To jest początek {display_name}, kanału przeznaczonego do rozmów niezwiązanych z pracą.<br/></p>",
|
||||
"intro_messages.offTopic": "This is the start of {display_name}, a channel for non-work-related conversations.",
|
||||
"intro_messages.onlyInvited": " Tylko zaproszeni użytkownicy mogą zobaczyć ten prywatny kanał.",
|
||||
"intro_messages.purpose": " Celem tego {type} jest: {purpose}.",
|
||||
"intro_messages.setHeader": "Ustaw tytuł",
|
||||
|
|
@ -2669,6 +2671,9 @@
|
|||
"more_direct_channels.new_convo_note": "To rozpocznie nową rozmowę. Jeśli dodasz więcej osób, rozważ utworzenie kanału prywatnego.",
|
||||
"more_direct_channels.new_convo_note.full": "Osiągnąłeś maksymalną liczbę osób dla tej rozmowy. Zastanów się nad utworzeniem kanału prywatnego.",
|
||||
"more_direct_channels.title": "Wiadomości bezpośrednie",
|
||||
"more_public_direct_channels.channels": "Kanały",
|
||||
"more_public_direct_channels.direct_messages": "Wiadomości bezpośrednie",
|
||||
"more_public_direct_channels.title": "Channels and Direct Messages",
|
||||
"msg_typing.areTyping": "{users} i {last} piszą...",
|
||||
"msg_typing.isTyping": "{user} pisze...",
|
||||
"msg_typing.someone": "Ktoś",
|
||||
|
|
@ -2861,6 +2866,7 @@
|
|||
"search_header.title2": "Ostatnie wzmianki",
|
||||
"search_header.title3": "Oznaczone posty",
|
||||
"search_header.title4": "Przypięte wiadomości w {channelDisplayName}",
|
||||
"search_item.channelArchived": "Archived",
|
||||
"search_item.direct": "Wiadomość bezpośrednia ({username})",
|
||||
"search_item.jump": "Przejdź",
|
||||
"search_results.noResults": "Nie znaleziono wyników. Spróbować jeszcze raz?",
|
||||
|
|
@ -2946,6 +2952,7 @@
|
|||
"shortcuts.nav.unread_prev.mac": "Previous unread channel:\t⌥|Shift|Up",
|
||||
"sidebar.channels": "PUBLIC CHANNELS",
|
||||
"sidebar.createChannel": "Stwórz nowy kanał publiczny",
|
||||
"sidebar.createChannelDirectChannel": "Create new channel or direct message",
|
||||
"sidebar.createDirectMessage": "Create new direct message",
|
||||
"sidebar.createGroup": "Stwórz nowy kanał prywatny",
|
||||
"sidebar.direct": "DIRECT MESSAGES",
|
||||
|
|
@ -2961,6 +2968,13 @@
|
|||
"sidebar.tutorialScreen1": "<h4>Kanały</h4><p><strong>Kanały</strong> organizują rozmowy o różnych tematach. Są dostępne dla wszystkich członków zespołu. Do prywatnych rozmów proszę używać <strong>Wiadomości bezpośrednich</strong> do pojedynczych użytkowników lub <strong>Prywatnych grup</strong> dla rozmów w grupie użytkowników.</p>",
|
||||
"sidebar.tutorialScreen2": "<h4>\"{townsquare}\" i \"{offtopic}\"</h4><p> oto dwa startowe kanały publiczne:</p><p><strong>{townsquare}</strong> - to miejsce do szerokiej komunikacji. Każda osoba w zespole jest członkiem tego kanału.</p><p><strong>{offtopic}</strong> - jest to miejsce do zabawy poza kanałami związanych z pracą. Ty i Twój zespół zdecydować, jakie inne kanały utworzyć.</p>",
|
||||
"sidebar.tutorialScreen3": "<h4>Tworzenie i dołączanie do kanałów</h4><p>Kliknij <strong>\"Więcej...\"</strong> aby stworzyć nowy kanał lub dołączyć do istniejącego.</p><p>Możesz również stworzyć nowy kanał lub grupę prywatną poprzez kliknięcie na symbol <strong>\"+\"</strong> obok nagłówka kanałów lub prywatnych kanałów.</p>",
|
||||
"sidebar.types.alpha": "CHANNELS",
|
||||
"sidebar.types.direct": "DIRECT MESSAGES",
|
||||
"sidebar.types.favorite": "FAVORITE CHANNELS",
|
||||
"sidebar.types.private": "PRIVATE CHANNELS",
|
||||
"sidebar.types.public": "PUBLIC CHANNELS",
|
||||
"sidebar.types.recent": "RECENT ACTIVITY",
|
||||
"sidebar.types.unreads": "NIEPRZECZYTANE",
|
||||
"sidebar.unreadSection": "NIEPRZECZYTANE",
|
||||
"sidebar.unreads": "More unreads",
|
||||
"sidebar_header.tutorial": "<h4>Menu główne</h4><p><strong>Menu główne</strong> to miejsce gdzie możesz <strong>Zaprosić nowych użytkowników</strong>, zarządzać <strong>Ustawieniami konta</strong> oraz ustawić <strong>Motyw</strong>.</p><p>Administratorzy zespołu natomiast mają dostęp do <strong>Ustawień zespołu</strong>.</p><p>Administratorzy systemu znajdą tu <strong>Konsole systemową</strong> z której zarządzać mogą całym systemem.</p>",
|
||||
|
|
@ -3047,6 +3061,7 @@
|
|||
"status_dropdown.set_online": "Online",
|
||||
"status_dropdown.set_ooo": "Out of Office",
|
||||
"status_dropdown.set_ooo.extra": "Automatic Replies are enabled",
|
||||
"suggestion.archive": "Archived Channels",
|
||||
"suggestion.loading": "Ładowanie...",
|
||||
"suggestion.mention.all": "OSTRZEŻENIE: wspomina wszystkich na kanale",
|
||||
"suggestion.mention.channel": "Powiadamia wszystkich na kanale",
|
||||
|
|
@ -3446,12 +3461,30 @@
|
|||
"user.settings.sidebar.after_seven_days": "After 7 days with no new messages",
|
||||
"user.settings.sidebar.autoCloseDMDesc": "Direct Message conversations can be reopened with the “+” button in the sidebar or using the Channel Switcher (CTRL+K).",
|
||||
"user.settings.sidebar.autoCloseDMTitle": "Automatically Close Direct Messages",
|
||||
"user.settings.sidebar.favorites": "Favorites grouped separately",
|
||||
"user.settings.sidebar.favoritesDesc": "Channels you've marked as favorite will be grouped separately in the channel sidebar.",
|
||||
"user.settings.sidebar.favoritesShort": "favorites grouped separately",
|
||||
"user.settings.sidebar.groupAndSortChannelsTitle": "Channel grouping and sorting",
|
||||
"user.settings.sidebar.groupByNone": "Combine all channel types",
|
||||
"user.settings.sidebar.groupByNoneShort": "No grouping",
|
||||
"user.settings.sidebar.groupByType": "Public, Private and Direct Message channels are grouped separately",
|
||||
"user.settings.sidebar.groupByTypeShort": "Group by channel type",
|
||||
"user.settings.sidebar.groupChannelsTitle": "Channel grouping",
|
||||
"user.settings.sidebar.groupDesc": "Select if channels in your sidebar are displayed in groups or combined in a single list.",
|
||||
"user.settings.sidebar.icon": "Ustawienia Wyglądu",
|
||||
"user.settings.sidebar.never": "Nigdy",
|
||||
"user.settings.sidebar.showUnreadSection": "At the top of the channel sidebar",
|
||||
"user.settings.sidebar.sortAlpha": "Alphabetically",
|
||||
"user.settings.sidebar.sortAlphaShort": "sorted alphabetically",
|
||||
"user.settings.sidebar.sortChannelsTitle": "Channel sorting",
|
||||
"user.settings.sidebar.sortDesc": "Select how channels will be ordered in your sidebar. Recent channels are sorted by latest post.",
|
||||
"user.settings.sidebar.sortRecent": "Recency",
|
||||
"user.settings.sidebar.sortRecentShort": "sorted by recency",
|
||||
"user.settings.sidebar.title": "Ustawienia Wyglądu",
|
||||
"user.settings.sidebar.unreadSectionDesc": "Unread channels will be sorted at the top of the channel sidebar until read.",
|
||||
"user.settings.sidebar.unreadSectionTitle": "Group unread channels",
|
||||
"user.settings.sidebar.unreads": "Unreads grouped separately",
|
||||
"user.settings.sidebar.unreadsDesc": "Unread channels will be grouped at the top of the channel sidebar until read.",
|
||||
"user.settings.sidebar.unreadsFavoritesShort": "unreads and favorites grouped separately",
|
||||
"user.settings.sidebar.unreadsShort": "unreads grouped separately",
|
||||
"user.settings.timezones.automatic": "Set automatically",
|
||||
"user.settings.timezones.change": "Change timezone",
|
||||
"user.settings.timezones.promote": "Select the timezone used for timestamps in the user interface and email notifications.",
|
||||
|
|
@ -3537,5 +3570,6 @@
|
|||
"webrtc.unmute_audio": "Włącz mikrofon",
|
||||
"webrtc.unpause_video": "Włącz kamerę",
|
||||
"webrtc.unsupported": "{username} nie obsługuje wideo.",
|
||||
"yourcomputer": "Your computer",
|
||||
"youtube_video.notFound": "Wideo nie znalezione"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -219,11 +219,10 @@
|
|||
"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 <strong>Conformidade e Auditoria</strong>. Leia a <a href=\"https://docs.mattermost.com/administration/compliance.html\" target='_blank'>documentação</a> para saber mais.",
|
||||
"admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the **Compliance and Auditing** tab. See [documentation](!https://docs.mattermost.com/administration/compliance.html) to learn more.",
|
||||
"admin.compliance.enableTitle": "Habilitar Relatórios de Conformidade:",
|
||||
"admin.compliance.false": "falso",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new <a href=\"../../admin_console/compliance/message_export\">Compliance Export</a> feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">Nota:</h4><p>Conformidade é um recurso enterprise. Sua licença atual não suporta Conformidade. Clique <a href=\"http://mattermost.com\" target='_blank'>aqui</a> para informações e preços da licença enterprise.</p>",
|
||||
"admin.compliance.newComplianceExportBanner": "Este recurso foi substituído por um novo recurso de <a href=\"../../admin_console/compliance/message_export\">Exportação de Conformidade</a>, e será removido em uma versão futura. Nós recomendamos migrar para o novo sistema.",
|
||||
"admin.compliance.save": "Salvar",
|
||||
"admin.compliance.saving": "Salvando Config...",
|
||||
"admin.compliance.title": "Configurações Conformidade",
|
||||
|
|
@ -309,7 +308,7 @@
|
|||
"admin.customization.enableLinkPreviewsDesc": "Exibir uma pré-visualização do conteúdo do site abaixo das mensagens, quando disponível. Os usuários podem desabilitar essas pré-visualizações em Definições de Conta > Exibição > Pré-visualização de Website.",
|
||||
"admin.customization.enableLinkPreviewsTitle": "Habilitar Visualizações de Links:",
|
||||
"admin.customization.gfycatApiKey": "Gfycat API Key:",
|
||||
"admin.customization.gfycatApiKeyDescription": "Request an API key at <a href=\"https://developers.gfycat.com/signup/#\" target='_blank'>https://developers.gfycat.com/signup/#</a>. Enter the client ID you receive via email to this field. When blank, uses the default API key provided by Gfycat.",
|
||||
"admin.customization.gfycatApiKeyDescription": "Solicite uma chave de API em <a href=\"https://developers.gfycat.com/signup/#\" target='_blank'>https://developers.gfycat.com/signup/#</a>. Digite o ID do cliente que você recebe por e-mail neste campo. Quando em branco, usa a chave de API padrão fornecida pelo Gfycat.",
|
||||
"admin.customization.gfycatApiSecret": "Gfycat API Secret:",
|
||||
"admin.customization.gfycatApiSecretDescription": "A API secret gerado pelo Gfycat com a sua API key. Quando em branch, utiliza a API secret padrão fornecida pelo Gfycat.",
|
||||
"admin.customization.gif": "GIF (Beta)",
|
||||
|
|
@ -633,7 +632,6 @@
|
|||
"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": "<h4 class=\"banner__heading\">Nota:</h4><p>AD/LDAP é um recurso enterprise. Sua licença atual não suporta AD/LDAP. Clique <a href=\"http://mattermost.com\" target='_blank'>aqui</a> para informações e preços da licença enterprise.</p>",
|
||||
"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:",
|
||||
|
|
@ -722,7 +720,7 @@
|
|||
"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": "<a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>Autenticação por Multi-fator</a> 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.bannerDesc": "[Multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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": "Alta",
|
||||
"admin.mfa.title": "Autenticação Multi-Fator",
|
||||
"admin.nav.administratorsGuide": "Guia do Administrador",
|
||||
|
|
@ -1099,9 +1097,9 @@
|
|||
"admin.service.cmdsTitle": "Ativar Comandos Slash Personalizados: ",
|
||||
"admin.service.complianceExportDesc": "Quando verdadeiro, o Mattermost irá exportar todas as mensagens que foram postadas nas últimas 24 horas. A tarefa de exportação está agendada para ser executada uma vez ao dia. Veja a <a href=\"https://about.mattermost.com/default-compliance-export-documentation\" target=\"_blank\">documentação</a> para saber mais.",
|
||||
"admin.service.complianceExportTitle": "Habilitar Exportação de Conformidade:",
|
||||
"admin.service.corsAllowCredentialsDescription": "When true, requests that pass validation will include the Access-Control-Allow-Credentials header.",
|
||||
"admin.service.corsAllowCredentialsDescription": "Quando true, as solicitações que passarem pela validação incluirão o cabeçalho Access-Control-Allow-Credentials.",
|
||||
"admin.service.corsAllowCredentialsLabel": "CORS Permitir Credenciais:",
|
||||
"admin.service.corsDebugDescription": "When true, prints messages to the logs to help when developing an integration that uses CORS. These messages will include the structured key value pair \"source\":\"cors\".",
|
||||
"admin.service.corsDebugDescription": "Quando verdadeiro, imprime mensagens nos logs para ajudar no desenvolvimento de integração que usa o CORS. Essas mensagens incluirão o par de valores da chave estruturada \"source\":\"cors\".",
|
||||
"admin.service.corsDescription": "Ativar solicitação de origem cruzada de HTTP de um domínio específico. Usar \"*\" se você quiser permitir CORS de qualquer domínio ou deixe em branco para desativar. Não pode ser definido como \"*\" em produção.",
|
||||
"admin.service.corsEx": "http://example.com",
|
||||
"admin.service.corsExposedHeadersDescription": "Lista de cabeçalhos permitidos de que serão acessíveis ao solicitante.",
|
||||
|
|
@ -1367,8 +1365,8 @@
|
|||
"admin.user_item.userAccessTokenPostAll": "(com post:todos tokens de acesso individual)",
|
||||
"admin.user_item.userAccessTokenPostAllPublic": "(com post:canais tokens de acesso individual)",
|
||||
"admin.user_item.userAccessTokenYes": "(com tokens de acesso individual)",
|
||||
"admin.viewArchivedChannelsHelpText": "When true, allows users to share permalinks and search for content of channels that have been archived. Users can only view the content in channels of which they were a member before the channel was archived.",
|
||||
"admin.viewArchivedChannelsTitle": "Allow users to view archived channels:",
|
||||
"admin.viewArchivedChannelsHelpText": "Quando verdadeiro, permite que os usuários compartilhem links permanentes e pesquisem o conteúdo de canais que foram arquivados. Os usuários só podem visualizar o conteúdo em canais dos quais eram membros antes do canal ser arquivado.",
|
||||
"admin.viewArchivedChannelsTitle": "Permite aos usuários verem os canais arquivados.",
|
||||
"admin.webrtc.enableDescription": "Quando verdadeiro, Mattermost permite fazer vídeo chamadas <strong>ponto-a-ponto</strong>. 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.",
|
||||
|
|
@ -1454,6 +1452,7 @@
|
|||
"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}",
|
||||
"archivedChannelMessage": "You are viewing an **archived channel**. New messages cannot be posted.",
|
||||
"audit_table.accountActive": "Conta ativada",
|
||||
"audit_table.accountInactive": "Conta desativada",
|
||||
"audit_table.action": "Ação",
|
||||
|
|
@ -1523,6 +1522,8 @@
|
|||
"backstage_sidebar.integrations.oauthApps": "Aplicativos OAuth 2.0",
|
||||
"backstage_sidebar.integrations.outgoing_webhooks": "Webhooks Saída",
|
||||
"calling_screen": "Chamando",
|
||||
"center_panel.archived.closeChannel": "Close Channel",
|
||||
"center_panel.permalink.archivedChannel": "You are viewing an **archived channel**. ",
|
||||
"center_panel.recent": "Clique aqui para pular para mensagens recentes. ",
|
||||
"center_panel.recent.icon": "Ícone ir para as mensagens recentes",
|
||||
"change_url.close": "Fechar",
|
||||
|
|
@ -1581,7 +1582,7 @@
|
|||
"channel_loader.connection_error": "Parece existir um problema com a sua conexão de internet.",
|
||||
"channel_loader.posted": "Postado",
|
||||
"channel_loader.postedImage": " postado uma imagem",
|
||||
"channel_loader.socketError": "Por favor verifique a sua conexão, Mattermost está inacessível. Se o problema persistir, pergunte ao administrador para verificar <a href=\"https://about.mattermost.com/default-websocket-port-help\" target=\"_blank\"> a porta do WebSocket</a>.",
|
||||
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to [check WebSocket port](!https://about.mattermost.com/default-websocket-port-help].",
|
||||
"channel_loader.someone": "Alguém",
|
||||
"channel_loader.something": " fez algo novo",
|
||||
"channel_loader.unknown_error": "Recebido um código de status inesperado do servidor.",
|
||||
|
|
@ -1759,6 +1760,7 @@
|
|||
"delete_channel.confirm": "Confirmar ARQUIVAMENTO do Canal",
|
||||
"delete_channel.del": "Arquivo",
|
||||
"delete_channel.question": "Isto irá arquivar o canal da equipe e todo o conteúdo não vai estar mais disponível para os usuários. <br /><br />Você tem certeza de que deseja arquivar o canal <strong>{display_name}</strong>?",
|
||||
"delete_channel.viewArchived.question": "This will archive the channel from the team. Channel contents will still be accessible by channel members.\n \nAre you sure you wish to archive the **{display_name}** channel?",
|
||||
"delete_post.cancel": "Cancelar",
|
||||
"delete_post.comment": "Comentário",
|
||||
"delete_post.confirm": "Confirmar Delete {term}",
|
||||
|
|
@ -2172,13 +2174,13 @@
|
|||
"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": "<h4 class='channel-intro__title'>Início de {display_name}</h4><p class='channel-intro__content'><strong>Bem vindo a {display_name}!</strong><br/><br/>Poste mensagens aqui que você quer que todos vejam. Todos se tornam automaticamente membros permanentes deste canal quando se juntam à equipe.</p>",
|
||||
"intro_messages.default": "Poste mensagens aqui que você quer que todos vejam. Todos se tornam automaticamente membros permanentes deste canal quando se juntam à equipe.",
|
||||
"intro_messages.group": "canal privado",
|
||||
"intro_messages.group_message": "Este é o início de seu histórico de mensagens em grupo com esta equipe. Mensagens e arquivos compartilhados aqui não são mostrados para pessoas fora dessa área.",
|
||||
"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": "<h4 class=\"channel-intro__title\">Início do {display_name}</h4><p class=\"channel-intro__content\">Este é o início do {display_name}, um canal para conversas não relacionadas ao trabalho<br/></p>",
|
||||
"intro_messages.offTopic": "This is the start of {display_name}, a channel for non-work-related conversations.",
|
||||
"intro_messages.onlyInvited": " Somente membros convidados podem ver este canal privado.",
|
||||
"intro_messages.purpose": " O propósito deste {type} é: {purpose}.",
|
||||
"intro_messages.setHeader": "Definir um Cabeçalho",
|
||||
|
|
@ -2669,6 +2671,9 @@
|
|||
"more_direct_channels.new_convo_note": "Isto irá iniciar uma nova conversa. Se você adicionar muitas pessoas, considere em criar um canal privado.",
|
||||
"more_direct_channels.new_convo_note.full": "Você atingiu o número máximo de pessoas nesta conversa. Considere em criar um canal privado.",
|
||||
"more_direct_channels.title": "Mensagens Diretas",
|
||||
"more_public_direct_channels.channels": "Canais",
|
||||
"more_public_direct_channels.direct_messages": "Mensagens Diretas",
|
||||
"more_public_direct_channels.title": "Channels and Direct Messages",
|
||||
"msg_typing.areTyping": "{users} e {last} estão digitando...",
|
||||
"msg_typing.isTyping": "{user} está digitando...",
|
||||
"msg_typing.someone": "Alguém",
|
||||
|
|
@ -2861,6 +2866,7 @@
|
|||
"search_header.title2": "Menções Recentes",
|
||||
"search_header.title3": "Posts Marcados",
|
||||
"search_header.title4": "Postagens fixas em {channelDisplayName}",
|
||||
"search_item.channelArchived": "Arquivo",
|
||||
"search_item.direct": "Mensagem Direta (com {username})",
|
||||
"search_item.jump": "Pular",
|
||||
"search_results.noResults": "Nenhum resultado encontrado. Tentar novamente?",
|
||||
|
|
@ -2946,6 +2952,7 @@
|
|||
"shortcuts.nav.unread_prev.mac": "Canal anterior não lido:\t⌥|Shift|Cima",
|
||||
"sidebar.channels": "CANAIS PÚBLICOS",
|
||||
"sidebar.createChannel": "Criar um novo canal público",
|
||||
"sidebar.createChannelDirectChannel": "Create new channel or direct message",
|
||||
"sidebar.createDirectMessage": "Criar uma nova mensagem direta",
|
||||
"sidebar.createGroup": "Criar um novo canal privado",
|
||||
"sidebar.direct": "MENSAGENS DIRETAS",
|
||||
|
|
@ -2961,6 +2968,13 @@
|
|||
"sidebar.tutorialScreen1": "<h4>Canais</h4><p><strong>Canais</strong> organizam conversas em diferentes tópicos. Eles estão abertos a todos em sua equipe. Para enviar comunicações privadas utilize <strong>Mensagens Diretas</strong> para uma única pessoa ou <strong>Canais Privados</strong> para várias pessoas.</p>",
|
||||
"sidebar.tutorialScreen2": "<h4>Canais \"{townsquare}\" e \"{offtopic}\"</h4><p>Aqui estão dois canais públicos para começar:</p><p><strong>{townsquare}</strong> é um lugar comunicação de toda equipe. Todo mundo em sua equipe é um membro deste canal.</p><p><strong>{offtopic}</strong> é 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.</p>",
|
||||
"sidebar.tutorialScreen3": "<h4>Criando e Participando de Canais</h4><p>Clique em <strong>\"Mais...\"</strong> para criar um novo canal ou participar de um já existente.</p><p>Você também pode criar um novo canal ao clicar <strong>no símbolo \"+\"</strong> ao lado do cabeçalho canal público ou privado.</p>",
|
||||
"sidebar.types.alpha": "CANAIS",
|
||||
"sidebar.types.direct": "MENSAGENS DIRETAS",
|
||||
"sidebar.types.favorite": "CANAIS FAVORITOS",
|
||||
"sidebar.types.private": "CANAIS PRIVADOS",
|
||||
"sidebar.types.public": "CANAIS PÚBLICOS",
|
||||
"sidebar.types.recent": "RECENT ACTIVITY",
|
||||
"sidebar.types.unreads": "NÃO LIDOS",
|
||||
"sidebar.unreadSection": "NÃO LIDOS",
|
||||
"sidebar.unreads": "Mais não lidos",
|
||||
"sidebar_header.tutorial": "<h4>Menu Principal</h4><p>O <strong>Menu Principal</strong> é onde você pode <strong>Convidar Para Equipe</strong>, acessar sua <strong>Definição de Conta</strong> e ajustar o seu <strong>Tema de Cores</strong>.</p><p>Administradores de equipe podem também acessar suas <strong>Configurações de Equipe</strong> a partir deste menu.</p><p>Administradores de Sistema vão encontrar em <strong>Console do Sistema</strong> opções para administrar todo o sistema.</p>",
|
||||
|
|
@ -3047,6 +3061,7 @@
|
|||
"status_dropdown.set_online": "Conectado",
|
||||
"status_dropdown.set_ooo": "Fora do Escritório",
|
||||
"status_dropdown.set_ooo.extra": "Respostas Automáticas estão habilitadas",
|
||||
"suggestion.archive": "Arquivar Canais",
|
||||
"suggestion.loading": "Carregando...",
|
||||
"suggestion.mention.all": "ATENÇÃO: Todos no canal serão mencionados.",
|
||||
"suggestion.mention.channel": "Notifica todos no canal",
|
||||
|
|
@ -3446,12 +3461,30 @@
|
|||
"user.settings.sidebar.after_seven_days": "Após 7 dias sem novas mensagens",
|
||||
"user.settings.sidebar.autoCloseDMDesc": "As conversas de Mensagens Diretas podem ser reabertas com o botão “+” na barra lateral ou usando o Alternador de Canais (CTRL+K).",
|
||||
"user.settings.sidebar.autoCloseDMTitle": "Fechar Mensagens Diretas Automáticamente",
|
||||
"user.settings.sidebar.favorites": "Favorites grouped separately",
|
||||
"user.settings.sidebar.favoritesDesc": "Channels you've marked as favorite will be grouped separately in the channel sidebar.",
|
||||
"user.settings.sidebar.favoritesShort": "favorites grouped separately",
|
||||
"user.settings.sidebar.groupAndSortChannelsTitle": "Channel grouping and sorting",
|
||||
"user.settings.sidebar.groupByNone": "Combine all channel types",
|
||||
"user.settings.sidebar.groupByNoneShort": "No grouping",
|
||||
"user.settings.sidebar.groupByType": "Public, Private and Direct Message channels are grouped separately",
|
||||
"user.settings.sidebar.groupByTypeShort": "Group by channel type",
|
||||
"user.settings.sidebar.groupChannelsTitle": "Channel grouping",
|
||||
"user.settings.sidebar.groupDesc": "Select if channels in your sidebar are displayed in groups or combined in a single list.",
|
||||
"user.settings.sidebar.icon": "Ícone Configurações Barra Lateral",
|
||||
"user.settings.sidebar.never": "Nunca",
|
||||
"user.settings.sidebar.showUnreadSection": "No topo do canal na barra lateral",
|
||||
"user.settings.sidebar.sortAlpha": "Alphabetically",
|
||||
"user.settings.sidebar.sortAlphaShort": "sorted alphabetically",
|
||||
"user.settings.sidebar.sortChannelsTitle": "Channel sorting",
|
||||
"user.settings.sidebar.sortDesc": "Select how channels will be ordered in your sidebar. Recent channels are sorted by latest post.",
|
||||
"user.settings.sidebar.sortRecent": "Recency",
|
||||
"user.settings.sidebar.sortRecentShort": "sorted by recency",
|
||||
"user.settings.sidebar.title": "Configurações Barra Lateral",
|
||||
"user.settings.sidebar.unreadSectionDesc": "Canais não lidos serão ordenados no topo do canal na barra lateral até a leitura.",
|
||||
"user.settings.sidebar.unreadSectionTitle": "Grupo de canais não lidos",
|
||||
"user.settings.sidebar.unreads": "Unreads grouped separately",
|
||||
"user.settings.sidebar.unreadsDesc": "Canais não lidos serão ordenados no topo do canal na barra lateral até a leitura.",
|
||||
"user.settings.sidebar.unreadsFavoritesShort": "unreads and favorites grouped separately",
|
||||
"user.settings.sidebar.unreadsShort": "unreads grouped separately",
|
||||
"user.settings.timezones.automatic": "Definir automáticamente",
|
||||
"user.settings.timezones.change": "Mudar fuso horário",
|
||||
"user.settings.timezones.promote": "Selecione o fuso horário usado nas datas na interface do usuário e notificações por email.",
|
||||
|
|
@ -3537,5 +3570,6 @@
|
|||
"webrtc.unmute_audio": "Ligar microfone",
|
||||
"webrtc.unpause_video": "Ligar a câmera",
|
||||
"webrtc.unsupported": "O cliente de {username} não suporta vídeo chamadas.",
|
||||
"yourcomputer": "Seu computador",
|
||||
"youtube_video.notFound": "Vídeo não encontrado"
|
||||
}
|
||||
|
|
|
|||
3575
assets/base/i18n/ro.json
Normal file
3575
assets/base/i18n/ro.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -219,11 +219,10 @@
|
|||
"admin.compliance.directoryTitle": "Каталог отчетов о соответствии:",
|
||||
"admin.compliance.enableDailyDesc": "Когда истина, Mattermost будет производить ежедневные комплаенс-отчеты.",
|
||||
"admin.compliance.enableDailyTitle": "Включить ежедневный отчет:",
|
||||
"admin.compliance.enableDesc": "Если включено, Mattermost разрешает отчеты о соответствии из вкладки <strong>Соответствие и Аудит</strong>. Смотрите <a href=\"https://docs.mattermost.com/administration/compliance.html\" target='_blank'>документацию</a>, чтобы узнать больше.",
|
||||
"admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the **Compliance and Auditing** tab. See [documentation](!https://docs.mattermost.com/administration/compliance.html) to learn more.",
|
||||
"admin.compliance.enableTitle": "Разрешить отчеты о соответствии:",
|
||||
"admin.compliance.false": "выключены",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new <a href=\"../../admin_console/compliance/message_export\">Compliance Export</a> feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">Примечание:</h4><p>Соответствие – это корпоративная возможность. Ваша текущая лицензия не поддерживает соответствие. Нажмите <a href=\"http://mattermost.com\" target='_blank'>здесь</a> для получения информации о корпоративном лицензировании и о ценах.</p>",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new [Compliance Export](../../admin_console/compliance/message_export) feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.save": "Сохранить",
|
||||
"admin.compliance.saving": "Сохранение конфигурации...",
|
||||
"admin.compliance.title": "Настройки комплаенса",
|
||||
|
|
@ -541,13 +540,13 @@
|
|||
"admin.image.amazonS3EndpointDescription": "Адрес вашего совместимого хранилища S3 . По умолчанию `s3.amazonaws.com`.",
|
||||
"admin.image.amazonS3EndpointExample": "Например: \"s3.amazonaws.com\"",
|
||||
"admin.image.amazonS3EndpointTitle": "Конечная точка Amazon S3:",
|
||||
"admin.image.amazonS3IdDescription": "(Optional) Only required if you do not want to authenticate to S3 using an <a href=\"https://about.mattermost.com/default-iam-role\" target='_blank'>IAM role</a>. Enter the Access Key ID provided by your Amazon EC2 administrator.",
|
||||
"admin.image.amazonS3IdDescription": "(Optional) Only required if you do not want to authenticate to S3 using an [IAM role](!https://about.mattermost.com/default-iam-role). Enter the Access Key ID provided by your Amazon EC2 administrator.",
|
||||
"admin.image.amazonS3IdExample": "Например: \"AKIADTOVBGERKLCBV\"",
|
||||
"admin.image.amazonS3IdTitle": "ID ключа доступа Amazon S3:",
|
||||
"admin.image.amazonS3RegionDescription": "AWS region you selected when creating your S3 bucket. If no region is set, Mattermost attempts to get the appropriate region from AWS, or sets it to 'us-east-1' if none found.",
|
||||
"admin.image.amazonS3RegionExample": "Например: \"us-east-1\"",
|
||||
"admin.image.amazonS3RegionTitle": "Регион Amazon S3:",
|
||||
"admin.image.amazonS3SSEDescription": "When true, encrypt files in Amazon S3 using server-side encryption with Amazon S3-managed keys. See <a href=\"https://about.mattermost.com/default-server-side-encryption\" target='_blank'>documentation</a> to learn more.",
|
||||
"admin.image.amazonS3SSEDescription": "When true, encrypt files in Amazon S3 using server-side encryption with Amazon S3-managed keys. See [documentation](!https://about.mattermost.com/default-server-side-encryption) to learn more.",
|
||||
"admin.image.amazonS3SSETitle": "Enable Server-Side Encryption for Amazon S3:",
|
||||
"admin.image.amazonS3SSLDescription": "Если отключено, будет позволено подключаться к Amazon S3 по незащищённому соединению. По умолчанию используются только защищённые соединения.",
|
||||
"admin.image.amazonS3SSLTitle": "Включить защищённые соединения с Amazon S3:",
|
||||
|
|
@ -565,7 +564,7 @@
|
|||
"admin.image.proxyOptions": "Image Proxy Options:",
|
||||
"admin.image.proxyOptionsDescription": "Additional options such as the URL signing key. Refer to your image proxy documentation to learn more about what options are supported.",
|
||||
"admin.image.proxyType": "Image Proxy Type:",
|
||||
"admin.image.proxyTypeDescription": "Configure an image proxy to load all Markdown images through a proxy. The image proxy prevents users from making insecure image requests, provides caching for increased performance, and automates image adjustments such as resizing. See <a href=\"https://about.mattermost.com/default-image-proxy-documentation\" target='_blank'>documentation</a> to learn more.",
|
||||
"admin.image.proxyTypeDescription": "Configure an image proxy to load all Markdown images through a proxy. The image proxy prevents users from making insecure image requests, provides caching for increased performance, and automates image adjustments such as resizing. See [documentation](!https://about.mattermost.com/default-image-proxy-documentation) to learn more.",
|
||||
"admin.image.proxyTypeNone": "Нет",
|
||||
"admin.image.proxyURL": "Image Proxy URL:",
|
||||
"admin.image.proxyURLDescription": "URL of your image proxy server.",
|
||||
|
|
@ -613,7 +612,7 @@
|
|||
"admin.ldap.firstnameAttrDesc": "(Необязательно) Атрибут на сервере AD/LDAP, который будет использоваться для заполнения имени пользователей в Mattermost. Если он установлен, то пользователи не смогут редактировать свои имя, т.к. оно будет синхронизироваться с сервером AD/LDAP. Если атрибут не заполнен, то пользователи смогут изменить свои имена в настройках учетной записи.",
|
||||
"admin.ldap.firstnameAttrEx": "Например: \"givenName\"",
|
||||
"admin.ldap.firstnameAttrTitle": "Атрибут имени:",
|
||||
"admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one.<br /><br />If you need to change this field after users have already logged in, use the <a href=\"https://about.mattermost.com/default-platform-ldap-idmigrate\" target='_blank'>mattermost ldap idmigrate</a> CLI tool.",
|
||||
"admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one.\n \nIf you need to change this field after users have already logged in, use the [mattermost ldap idmigrate](!https://about.mattermost.com/default-platform-ldap-idmigrate) CLI tool.",
|
||||
"admin.ldap.idAttrEx": "E.g.: \"objectGUID\"",
|
||||
"admin.ldap.idAttrTitle": "Атрибут ID:",
|
||||
"admin.ldap.jobExtraInfo": "Отсканированно {ldapUsers} пользователей LDAP, обновлено {updateCount}, деактивированно {deleteCount}",
|
||||
|
|
@ -621,7 +620,7 @@
|
|||
"admin.ldap.lastnameAttrEx": "Например: \"sn\"",
|
||||
"admin.ldap.lastnameAttrTitle": "Атрибут фамилии:",
|
||||
"admin.ldap.ldap_test_button": "Тест AD/LDAP",
|
||||
"admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server used to log in to Mattermost. Normally this attribute is the same as the \"Username Attribute\" field above.<br /><br />If your team typically uses domain\\username to log in to other services with AD/LDAP, you may enter domain\\username in this field to maintain consistency between sites.",
|
||||
"admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server used to log in to Mattermost. Normally this attribute is the same as the \"Username Attribute\" field above.\n \nIf your team typically uses domain\\username to log in to other services with AD/LDAP, you may enter domain\\username in this field to maintain consistency between sites.",
|
||||
"admin.ldap.loginAttrTitle": "Login ID Attribute: ",
|
||||
"admin.ldap.loginIdAttrEx": "Например: \"sAMAccountName\"",
|
||||
"admin.ldap.loginNameDesc": "Подсказка, которая появляется в поле логина на странице входа. По умолчанию \"Логин AD/LDAP\".",
|
||||
|
|
@ -633,7 +632,6 @@
|
|||
"admin.ldap.nicknameAttrDesc": "(Необязательно) Этот атрибут на сервере AD/LDAP который будет использоваться для заполнения прозвища пользователя в Mattermost. Если он установлен, пользователи не смогут редактировать свои прозвища т.к. они будут синхронизироваться с сервером AD/LDAP. Если атрибут не заполнен, пользователи смогут изменить их собственные прозвища в настройках учетной записи.",
|
||||
"admin.ldap.nicknameAttrEx": "Например: \"nickname\"",
|
||||
"admin.ldap.nicknameAttrTitle": "Атрибут прозвища",
|
||||
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">Примечание:</h4><p>Поддержка AD/LDAP является расширенным функционалом. Ваша текущая лицензия не поддерживает AD/LDAP. Нажмите <a href=\"http://mattermost.com\" target='_blank'>здесь</a> для получения информации и цены расширенной лицензии.</p>",
|
||||
"admin.ldap.portDesc": "Порт, который будет использоваться Mattermost для подключения к серверу AD/LDAP. Значение по умолчанию 389.",
|
||||
"admin.ldap.portEx": "Например: \"389\"",
|
||||
"admin.ldap.portTitle": "Порт сервера AD/LDAP:",
|
||||
|
|
@ -722,7 +720,7 @@
|
|||
"admin.metrics.listenAddressDesc": "Адрес, прослушиваемый сервером для предоставления метрик производительности",
|
||||
"admin.metrics.listenAddressEx": "Например: \":8065\"",
|
||||
"admin.metrics.listenAddressTitle": "Прослушиваемый адрес:",
|
||||
"admin.mfa.bannerDesc": "<a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>Multi-factor authentication</a> 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.bannerDesc": "[Multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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.administratorsGuide": "Руководство администратора",
|
||||
|
|
@ -954,7 +952,7 @@
|
|||
"admin.plugin.version": "Версия:",
|
||||
"admin.plugin.version_title": "Версия",
|
||||
"admin.plugins.settings.enable": "Enable Plugins: ",
|
||||
"admin.plugins.settings.enableDesc": "When true, enables plugins on your Mattermost server. Use plugins to integrate with third-party systems, extend functionality or customize the user interface of your Mattermost server. See <a href=\"https://about.mattermost.com/default-plugins\" target=\"_blank\">documentation</a> to learn more.",
|
||||
"admin.plugins.settings.enableDesc": "When true, enables plugins on your Mattermost server. Use plugins to integrate with third-party systems, extend functionality or customize the user interface of your Mattermost server. See [documentation](!https://about.mattermost.com/default-plugins) to learn more.",
|
||||
"admin.plugins.settings.title": "Параметры",
|
||||
"admin.privacy.showEmailDescription": "Отключите, чтобы скрыть email адреса пользователей от всех, кроме системных администраторов.",
|
||||
"admin.privacy.showEmailTitle": "Показать Email: ",
|
||||
|
|
@ -1110,11 +1108,11 @@
|
|||
"admin.service.corsTitle": "Разрешить кроссдоменные запросы от:",
|
||||
"admin.service.developerDesc": "Если включён, на красной панели сверху будут показываться ошибки JavaScript. Не рекомендуется использовать на \"боевом\" сервере. ",
|
||||
"admin.service.developerTitle": "Включить режим разработчика:",
|
||||
"admin.service.enforceMfaDesc": "When true, <a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>multi-factor authentication</a> 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.<br/><br/>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.enforceMfaDesc": "When true, [multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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.\n \nIf your system has users with login methods other than AD/LDAP and email, MFA must be enforced with the authentication provider outside of Mattermost.",
|
||||
"admin.service.enforceMfaTitle": "Принудительная многофакторная аутентификация:",
|
||||
"admin.service.forward80To443": "Перенаправить 80 порт на 443:",
|
||||
"admin.service.forward80To443Description": "Forwards all insecure traffic from port 80 to secure port 443. Not recommended when using a proxy server.",
|
||||
"admin.service.forward80To443Description.disabled": "Forwards all insecure traffic from port 80 to secure port 443. Not recommended when using a proxy server.<br /><br />This setting cannot be enabled until your server is <a href=\"#ListenAddress\">listening</a> on port 443.",
|
||||
"admin.service.forward80To443Description.disabled": "Forwards all insecure traffic from port 80 to secure port 443. Not recommended when using a proxy server.\n \nThis setting cannot be enabled until your server is [listening](#ListenAddress) on port 443.",
|
||||
"admin.service.googleDescription": "Задайте этот ключ, чтобы включить отображение подписей к предпросмотрам встроенных YouTube-видео. Без этого ключа предпросмотры YouTube-видео по прежнему будут создаваться на основе гиперссылок, появляющихся в сообщениях или комментариях, но название видео отображаться не будет. Посмотрите <a href=\"https://www.youtube.com/watch?v=Im69kzhpR3I\" target='_blank'>Google Developers Tutorial</a>, для того чтобы узнать, как получить ключ.",
|
||||
"admin.service.googleExample": "Например: 7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV",
|
||||
"admin.service.googleTitle": "Ключ Google API:",
|
||||
|
|
@ -1124,7 +1122,7 @@
|
|||
"admin.service.insecureTlsTitle": "Разрешить Небезопасные Исходящие Соединения: ",
|
||||
"admin.service.integrationAdmin": "Ограничить управление интеграцией для администраторов:",
|
||||
"admin.service.integrationAdminDesc": "Если истина, вебхуки и слэш-команды могут быть созданы, изменены и просмотрены только командными и системными админами, а приложения OAuth 2.0 - системными админами. После того, как интеграции созданы админом, они становятся доступны всем пользователям.",
|
||||
"admin.service.internalConnectionsDesc": "In testing environments, such as when developing integrations locally on a development machine, use this setting to specify domains, IP addresses, or CIDR notations to allow internal connections. <b>Not recommended for use in production</b>, since this can allow a user to extract confidential data from your server or internal network.<br /><br />By default, user-supplied URLs such as those used for Open Graph metadata, webhooks, or slash commands will not be allowed to connect to reserved IP addresses including loopback or link-local addresses used for internal networks. Push notification, OAuth 2.0 and WebRTC server URLs are trusted and not affected by this setting.",
|
||||
"admin.service.internalConnectionsDesc": "In testing environments, such as when developing integrations locally on a development machine, use this setting to specify domains, IP addresses, or CIDR notations to allow internal connections. **Not recommended for use in production**, since this can allow a user to extract confidential data from your server or internal network.\n \nBy default, user-supplied URLs such as those used for Open Graph metadata, webhooks, or slash commands will not be allowed to connect to reserved IP addresses including loopback or link-local addresses used for internal networks. Push notification, OAuth 2.0 and WebRTC server URLs are trusted and not affected by this setting.",
|
||||
"admin.service.internalConnectionsEx": "webhooks.internal.example.com 127.0.0.1 10.0.16.0/28",
|
||||
"admin.service.internalConnectionsTitle": "Allow untrusted internal connections to: ",
|
||||
"admin.service.letsEncryptCertificateCacheFile": "Файл кэша сертификата Let's Encrypt:",
|
||||
|
|
@ -1151,7 +1149,7 @@
|
|||
"admin.service.sessionIdleTimeoutDesc": "The number of minutes from the last time a user was active on the system to the expiry of the user's session. Once expired, the user will need to log in to continue. Minimum is 5 minutes, and 0 is unlimited.<br/><br/>Applies to the desktop app and browsers. For mobile apps, use an EMM provider to lock the app when not in use. In High Availability mode, enable IP hash load balancing for reliable timeout measurement.",
|
||||
"admin.service.sessionIdleTimeoutEx": "Например: \"60\"",
|
||||
"admin.service.siteURL": "Адрес сайта:",
|
||||
"admin.service.siteURLDescription": "The URL that users will use to access Mattermost. Standard ports, such as 80 and 443, can be omitted, but non-standard ports are required. For example: http://example.com:8065. This setting is required.<br /><br />Mattermost may be hosted at a subpath. For example: http://example.com:8065/company/mattermost. A restart is required before the server will work correctly.",
|
||||
"admin.service.siteURLDescription": "The URL that users will use to access Mattermost. Standard ports, such as 80 and 443, can be omitted, but non-standard ports are required. For example: http://example.com:8065. This setting is required.\n \nMattermost may be hosted at a subpath. For example: http://example.com:8065/company/mattermost. A restart is required before the server will work correctly.",
|
||||
"admin.service.siteURLExample": "E.g.: \"http://example.com:8065\"",
|
||||
"admin.service.ssoSessionDays": "Длина сессии SSO (дней):",
|
||||
"admin.service.ssoSessionDaysDesc": "Количество дней с последнего ввода пользователем своих учетных данных до истечения срока пользовательской сессии. Если метод аутентификации - SAML или GitLab, пользователь может быть автоматически впущен обратно в Mattermost, если он уже вошел в SAML или GitLab. После изменения этого параметра он вступит в силу после следующего ввода пользователем своих учетных данных.",
|
||||
|
|
@ -1163,7 +1161,7 @@
|
|||
"admin.service.tlsKeyFileDescription": "Приватный ключ для использования.",
|
||||
"admin.service.useLetsEncrypt": "Использовать Let's Encrypt:",
|
||||
"admin.service.useLetsEncryptDescription": "Включить автоматическое получение сертификатов от Let's Encrypt. Сертификат будет получен, когда клиент попытается установить соединение с нового домена. Это будет работать для множества разных доменов.",
|
||||
"admin.service.useLetsEncryptDescription.disabled": "Enable the automatic retrieval of certificates from Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.<br /><br />This setting cannot be enabled unless the <a href=\"#Forward80To443\">Forward port 80 to 443</a> setting is set to true.",
|
||||
"admin.service.useLetsEncryptDescription.disabled": "Enable the automatic retrieval of certificates from Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.\n \nThis setting cannot be enabled unless the [Forward port 80 to 443](#Forward80To443) setting is set to true.",
|
||||
"admin.service.userAccessTokensDescLabel": "Имя: ",
|
||||
"admin.service.userAccessTokensDescription": "When true, users can create <a href=\"https://about.mattermost.com/default-user-access-tokens\" target=\"_blank\">personal access tokens</a> for integrations in <strong>Account Settings > Security</strong>. They can be used to authenticate against the API and give full access to the account.<br/><br/>To manage who can create personal access tokens or to search users by token ID, go to the <strong>System Console > Users</strong> page.",
|
||||
"admin.service.userAccessTokensIdLabel": "Token ID: ",
|
||||
|
|
@ -1454,6 +1452,7 @@
|
|||
"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}",
|
||||
"archivedChannelMessage": "You are viewing an **archived channel**. New messages cannot be posted.",
|
||||
"audit_table.accountActive": "Аккаунт активирован",
|
||||
"audit_table.accountInactive": "Аккаунт деактивирован",
|
||||
"audit_table.action": "Действие",
|
||||
|
|
@ -1523,6 +1522,8 @@
|
|||
"backstage_sidebar.integrations.oauthApps": "OAuth 2.0 приложения",
|
||||
"backstage_sidebar.integrations.outgoing_webhooks": "Исходящие Webhook'и",
|
||||
"calling_screen": "Вызов",
|
||||
"center_panel.archived.closeChannel": "Close Channel",
|
||||
"center_panel.permalink.archivedChannel": "You are viewing an **archived channel**. ",
|
||||
"center_panel.recent": "Нажмите здесь, чтобы перейти к последнему сообщению. ",
|
||||
"center_panel.recent.icon": "Jump to recent messages Icon",
|
||||
"change_url.close": "Закрыть",
|
||||
|
|
@ -1581,7 +1582,7 @@
|
|||
"channel_loader.connection_error": "Возникла проблема с сетевым подключением.",
|
||||
"channel_loader.posted": "Опубликовано",
|
||||
"channel_loader.postedImage": " загрузил изображение",
|
||||
"channel_loader.socketError": "Проверьте соединение, Mattermost недоступен. Если проблема не устранена, попросите администратора <a href=\"https://about.mattermost.com/default-websocket-port-help\" target=\"_blank\"> проверить порт WebSocket</a>.",
|
||||
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to [check WebSocket port](!https://about.mattermost.com/default-websocket-port-help].",
|
||||
"channel_loader.someone": "Кто-то",
|
||||
"channel_loader.something": " сделал что-то новое",
|
||||
"channel_loader.unknown_error": "Мы получили неожиданный код состояния от сервера.",
|
||||
|
|
@ -1759,6 +1760,7 @@
|
|||
"delete_channel.confirm": "Confirm ARCHIVE Channel",
|
||||
"delete_channel.del": "Archive",
|
||||
"delete_channel.question": "Данное действие приведёт к удалению его из команды и сделает недоступным всё его содержимое. <br /><br />Вы действительно хотите удалить канал <strong>{display_name}</strong>?",
|
||||
"delete_channel.viewArchived.question": "This will archive the channel from the team. Channel contents will still be accessible by channel members.\n \nAre you sure you wish to archive the **{display_name}** channel?",
|
||||
"delete_post.cancel": "Отмена",
|
||||
"delete_post.comment": "Комментарий",
|
||||
"delete_post.confirm": "Подтвердите удаление {term}",
|
||||
|
|
@ -2172,13 +2174,13 @@
|
|||
"intro_messages.beginning": "Начало {name}",
|
||||
"intro_messages.channel": "канал",
|
||||
"intro_messages.creator": "{name} - {type}, созданный {creator} {date}",
|
||||
"intro_messages.default": "<h4 class='channel-intro__title'>Начало {display_name}</h4><p class='channel-intro__content'><strong>Добро пожаловать в {display_name}!</strong><br/><br/>Отправляйте сообщения здесь, если хотите чтобы его увидели все. Каждый автоматически становится участником этого канала при входе в команду.</p>",
|
||||
"intro_messages.default": "**Welcome to {display_name}!**\n \nPost 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.group_message": "Начало истории групповых сообщений с участниками. Размещённые здесь сообщения и файлы не видны за пределами этой области.",
|
||||
"intro_messages.invite": "Пригласить других в {type}",
|
||||
"intro_messages.inviteOthers": "Пригласить других в эту команду",
|
||||
"intro_messages.noCreator": "{name} - {type}, созданный {date}",
|
||||
"intro_messages.offTopic": "<h4 class=\"channel-intro__title\">Начало {display_name}</h4><p class=\"channel-intro__content\">{display_name}, канал для общения по нерабочим вопросам.<br/></p>",
|
||||
"intro_messages.offTopic": "This is the start of {display_name}, a channel for non-work-related conversations.",
|
||||
"intro_messages.onlyInvited": " Только приглашенные пользователи могут видеть этот приватный канал.",
|
||||
"intro_messages.purpose": " Назначение для {type}: {purpose}.",
|
||||
"intro_messages.setHeader": "Изменить заголовок",
|
||||
|
|
@ -2669,6 +2671,9 @@
|
|||
"more_direct_channels.new_convo_note": "This will start a new conversation. If you're adding a lot of people, consider creating a private channel instead.",
|
||||
"more_direct_channels.new_convo_note.full": "You've reached the maximum number of people for this conversation. Consider creating a private channel instead.",
|
||||
"more_direct_channels.title": "Личные сообщения",
|
||||
"more_public_direct_channels.channels": "Каналы",
|
||||
"more_public_direct_channels.direct_messages": "Личные сообщения",
|
||||
"more_public_direct_channels.title": "Channels and Direct Messages",
|
||||
"msg_typing.areTyping": "{users} и {last} печатают...",
|
||||
"msg_typing.isTyping": "{user} печатает...",
|
||||
"msg_typing.someone": "Кто-то",
|
||||
|
|
@ -2861,6 +2866,7 @@
|
|||
"search_header.title2": "Недавние упоминания",
|
||||
"search_header.title3": "Отмеченные сообщения",
|
||||
"search_header.title4": "Прикреплённые сообщения в {channelDisplayName}",
|
||||
"search_item.channelArchived": "Archived",
|
||||
"search_item.direct": "Личное сообщение ({username})",
|
||||
"search_item.jump": "Переход",
|
||||
"search_results.noResults": "Ничего не найдено. Попробовать еще?",
|
||||
|
|
@ -2946,6 +2952,7 @@
|
|||
"shortcuts.nav.unread_prev.mac": "Предыдущий непрочитанный канал:\t⌥|Shift|Up",
|
||||
"sidebar.channels": "ПУБЛИЧНЫЕ КАНАЛЫ",
|
||||
"sidebar.createChannel": "Создать публичный канал",
|
||||
"sidebar.createChannelDirectChannel": "Create new channel or direct message",
|
||||
"sidebar.createDirectMessage": "Create new direct message",
|
||||
"sidebar.createGroup": "Создать приватный канал",
|
||||
"sidebar.direct": "ЛИЧНЫЕ СООБЩЕНИЯ",
|
||||
|
|
@ -2961,6 +2968,13 @@
|
|||
"sidebar.tutorialScreen1": "<h4>Каналы</h4><p><strong>Каналы</strong> предназначены для организации обсуждений на разные темы. Они открыты для всех в вашей команде. Чтобы отправлять приватные коммуникации, используйте <strong>личные сообщения</strong> для диалогов или <strong>приватные каналы</strong> для общения с несколькими людьми.</p>",
|
||||
"sidebar.tutorialScreen2": "<h4>Каналы \"{townsquare}\" и \"{offtopic}\"</h4><p>Для начала вам будут доступны два публичных канала:</p><p><strong>{townsquare}</strong> используется для внутрикомандного общения. Каждый из вашей команды является участником этого канала.</p><p><strong>{offtopic}</strong> предназначен для юмора и развлечений отдельно от рабочих каналов. Вы и Ваша команда может выбрать какие другие каналы вам потребуются.</p>",
|
||||
"sidebar.tutorialScreen3": "<h4>Создание и присоединение к каналам</h4><p>Нажмите <strong>\"Ещё...\"</strong> для создания канала или присоединению к одному из существующих.</p><p>Вы также можете создать канал, нажав на <strong>\"+\"</strong>.</p>",
|
||||
"sidebar.types.alpha": "CHANNELS",
|
||||
"sidebar.types.direct": "ЛИЧНЫЕ СООБЩЕНИЯ",
|
||||
"sidebar.types.favorite": "ИЗБРАННЫЕ КАНАЛЫ",
|
||||
"sidebar.types.private": "ПРИВАТНЫЕ КАНАЛЫ",
|
||||
"sidebar.types.public": "ПУБЛИЧНЫЕ КАНАЛЫ",
|
||||
"sidebar.types.recent": "RECENT ACTIVITY",
|
||||
"sidebar.types.unreads": "НЕПРОЧИТАННЫЕ",
|
||||
"sidebar.unreadSection": "НЕПРОЧИТАННЫЕ",
|
||||
"sidebar.unreads": "Новые сообщения",
|
||||
"sidebar_header.tutorial": "<h4>Main Menu</h4><p>The <strong>Main Menu</strong> is where you can <strong>Invite New Members</strong>, access your <strong>Account Settings</strong> and set your <strong>Theme Color</strong>.</p><p>Team administrators can also access their <strong>Team Settings</strong> from this menu.</p><p>System administrators will find a <strong>System Console</strong> option to administrate the entire system.</p>",
|
||||
|
|
@ -3047,6 +3061,7 @@
|
|||
"status_dropdown.set_online": "В сети",
|
||||
"status_dropdown.set_ooo": "Не на работе",
|
||||
"status_dropdown.set_ooo.extra": "Automatic Replies are enabled",
|
||||
"suggestion.archive": "Archived Channels",
|
||||
"suggestion.loading": "Загрузка...",
|
||||
"suggestion.mention.all": "ВНИМАНИЕ: это приведёт к уведомлению всех в этом канале",
|
||||
"suggestion.mention.channel": "Уведомляет всех на канале",
|
||||
|
|
@ -3446,12 +3461,30 @@
|
|||
"user.settings.sidebar.after_seven_days": "After 7 days with no new messages",
|
||||
"user.settings.sidebar.autoCloseDMDesc": "Direct Message conversations can be reopened with the “+” button in the sidebar or using the Channel Switcher (CTRL+K).",
|
||||
"user.settings.sidebar.autoCloseDMTitle": "Автоматически закрывать личные сообщения",
|
||||
"user.settings.sidebar.favorites": "Favorites grouped separately",
|
||||
"user.settings.sidebar.favoritesDesc": "Channels you've marked as favorite will be grouped separately in the channel sidebar.",
|
||||
"user.settings.sidebar.favoritesShort": "favorites grouped separately",
|
||||
"user.settings.sidebar.groupAndSortChannelsTitle": "Channel grouping and sorting",
|
||||
"user.settings.sidebar.groupByNone": "Combine all channel types",
|
||||
"user.settings.sidebar.groupByNoneShort": "No grouping",
|
||||
"user.settings.sidebar.groupByType": "Public, Private and Direct Message channels are grouped separately",
|
||||
"user.settings.sidebar.groupByTypeShort": "Group by channel type",
|
||||
"user.settings.sidebar.groupChannelsTitle": "Channel grouping",
|
||||
"user.settings.sidebar.groupDesc": "Select if channels in your sidebar are displayed in groups or combined in a single list.",
|
||||
"user.settings.sidebar.icon": "Настройка Боковой панели",
|
||||
"user.settings.sidebar.never": "Никогда",
|
||||
"user.settings.sidebar.showUnreadSection": "В верхней части боковой панели",
|
||||
"user.settings.sidebar.sortAlpha": "Alphabetically",
|
||||
"user.settings.sidebar.sortAlphaShort": "sorted alphabetically",
|
||||
"user.settings.sidebar.sortChannelsTitle": "Channel sorting",
|
||||
"user.settings.sidebar.sortDesc": "Select how channels will be ordered in your sidebar. Recent channels are sorted by latest post.",
|
||||
"user.settings.sidebar.sortRecent": "Recency",
|
||||
"user.settings.sidebar.sortRecentShort": "sorted by recency",
|
||||
"user.settings.sidebar.title": "Настройка Боковой панели",
|
||||
"user.settings.sidebar.unreadSectionDesc": "Непрочитанные сообщения в каналах, будут отсортированы в верхней части боковой панели, в канале непрочитанные.",
|
||||
"user.settings.sidebar.unreadSectionTitle": "Непрочитанные каналы группы",
|
||||
"user.settings.sidebar.unreads": "Unreads grouped separately",
|
||||
"user.settings.sidebar.unreadsDesc": "Непрочитанные сообщения в каналах, будут отсортированы в верхней части боковой панели, в канале непрочитанные.",
|
||||
"user.settings.sidebar.unreadsFavoritesShort": "unreads and favorites grouped separately",
|
||||
"user.settings.sidebar.unreadsShort": "unreads grouped separately",
|
||||
"user.settings.timezones.automatic": "Set automatically",
|
||||
"user.settings.timezones.change": "Change timezone",
|
||||
"user.settings.timezones.promote": "Select the timezone used for timestamps in the user interface and email notifications.",
|
||||
|
|
@ -3537,5 +3570,6 @@
|
|||
"webrtc.unmute_audio": "Включить микрофон",
|
||||
"webrtc.unpause_video": "Включить камеру",
|
||||
"webrtc.unsupported": "{username} не поддерживает видео вызовы на стороне клиента.",
|
||||
"yourcomputer": "Your computer",
|
||||
"youtube_video.notFound": "Видео не найдено"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -219,11 +219,10 @@
|
|||
"admin.compliance.directoryTitle": "Uygunluk Raporu Klasörü:",
|
||||
"admin.compliance.enableDailyDesc": "Bu seçenek etkinleştirildiğinde, Mattermost günlük uygunluk raporu oluşturur.",
|
||||
"admin.compliance.enableDailyTitle": "Günlük Rapor Oluşturulsun:",
|
||||
"admin.compliance.enableDesc": "Bu seçenek etkinleştirildiğinde, Mattermost <strong>Uygunluk ve Denetim</strong> sekmesinden uygunluk raporlarının oluşturulmasını sağlar. Ayrıntılı bilgi almak için <a href=\"https://docs.mattermost.com/administration/compliance.html\" target='_blank'>belgeler</a> bölümüne bakabilirsiniz.",
|
||||
"admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the **Compliance and Auditing** tab. See [documentation](!https://docs.mattermost.com/administration/compliance.html) to learn more.",
|
||||
"admin.compliance.enableTitle": "Uygunluk Raporu Oluşturulsun:",
|
||||
"admin.compliance.false": "yanlış",
|
||||
"admin.compliance.newComplianceExportBanner": "Bu özellik yeni <a href=\"../../admin_console/compliance/message_export\">Uyumluluk Dışa Aktarma</a> özelliği ile değiştirildi ve gelecek sürümlerde kaldırılacak. Yeni sisteme geçmeniz önerilir.",
|
||||
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">Note:</h4><p>Uygunluk özelliği Enterprise sürümde bulunur. Geçerli lisansınızda Uygunluk özelliği bulunmuyor. Enterprise lisans bilgileri ve ücretleri hakkında bilgi almak için <a href=\"http://mattermost.com\" target='_blank'>buraya tıklayın</a>.</p>",
|
||||
"admin.compliance.save": "Kaydet",
|
||||
"admin.compliance.saving": "Ayarlar Kaydediliyor...",
|
||||
"admin.compliance.title": "Uygunluk Ayarları",
|
||||
|
|
@ -633,7 +632,6 @@
|
|||
"admin.ldap.nicknameAttrDesc": "(İsteğe bağlı) Mattermost kullanıcılarının takma adlarının alınacağı AD/LDAP sunucu özniteliği. Ayarlandığında, LDAP sunucusu ile eşitlendiğinden kullanıcılar takma adlarını değiştiremez. Boş bırakıldığında, kullanıcılar Hesap Ayarları bölümünden takma adlarını değiştirebilir.",
|
||||
"admin.ldap.nicknameAttrEx": "Örnek: \"Takma Ad\"",
|
||||
"admin.ldap.nicknameAttrTitle": "Takma Ad Özniteliği:",
|
||||
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">Not:</h4><p>AD/LDAP özelliği Enterprise sürümünde bulunur. Geçerli lisansınızda AD/LDAP özelliği bulunmuyor. Enterprise lisans hakkında bilgi almak ve fiyatları öğrenmek için <a href=\"http://mattermost.com\" target='_blank'>buraya tıklayın</a>.</p>",
|
||||
"admin.ldap.portDesc": "AD/LDAP sunucusuna bağlanmak için kullanılacak Mattermost kapı numarası. Varsayılan değer: 389.",
|
||||
"admin.ldap.portEx": "Örnek: \"389\"",
|
||||
"admin.ldap.portTitle": "AD/LDAP Kapı Numarası:",
|
||||
|
|
@ -722,7 +720,7 @@
|
|||
"admin.metrics.listenAddressDesc": "Başarım ölçütlerinin dinleneceği sunucu adresi.",
|
||||
"admin.metrics.listenAddressEx": "Örnek: \":8067\"",
|
||||
"admin.metrics.listenAddressTitle": "Dinleme Adresi:",
|
||||
"admin.mfa.bannerDesc": "<a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>Çok aşamalı kimlik doğrulaması</a> AD/LDAP ya da e-posta ile oturum açılan hesaplar ile kullanılabilir. Başka bir oturum açma yöntemi kullanılıyorsa kimlik hizmeti sağlayıcısı ile ÇAKD ayarlanmalıdır.",
|
||||
"admin.mfa.bannerDesc": "[Multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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": "Yüksek",
|
||||
"admin.mfa.title": "Çok Aşamalı Kimlik Doğrulama",
|
||||
"admin.nav.administratorsGuide": "Administrator's Guide",
|
||||
|
|
@ -1367,8 +1365,8 @@
|
|||
"admin.user_item.userAccessTokenPostAll": "(ileti: tüm kişisel erişim kodları ile)",
|
||||
"admin.user_item.userAccessTokenPostAllPublic": "(ileti: kanalların kişisel erişim kodları ile)",
|
||||
"admin.user_item.userAccessTokenYes": "(kişisel erişim kodları ile)",
|
||||
"admin.viewArchivedChannelsHelpText": "When true, allows users to share permalinks and search for content of channels that have been archived. Users can only view the content in channels of which they were a member before the channel was archived.",
|
||||
"admin.viewArchivedChannelsTitle": "Allow users to view archived channels:",
|
||||
"admin.viewArchivedChannelsHelpText": "Bu seçenek etkinleştirildiğinde, kullanıcılar kalıcı bağlantıları paylaşabilir ve arşivlenmiş kanalların içeriklerinde arama yapabilir. Kullanıcılar yalnız arşivlenmeden önce üyesi oldukları kanal içeriklerini görüntüleyebilir.",
|
||||
"admin.viewArchivedChannelsTitle": "Kullanıcılar arşivlenmiş kanal içeriklerini görüntüleyebilsin:",
|
||||
"admin.webrtc.enableDescription": "Bu seçenek etkinleştirildiğinde, Mattermost <strong>bire-bir</strong> görüntülü görüşme yapabilir. WebRTC görüşmeleri Chrome, Firefox ve Mattermost Masaüstü uygulaması üzerinden yapılabilir.",
|
||||
"admin.webrtc.enableTitle": "Mattermost WebRTC Kullanılsın: ",
|
||||
"admin.webrtc.gatewayAdminSecretDescription": "Ağ Geçidi Yönetici Adresine erişmek için gizli yönetici parolanızı yazın.",
|
||||
|
|
@ -1454,6 +1452,7 @@
|
|||
"app.channel.post_update_channel_purpose_message.removed": "{username} kanal amacını kaldırdı (önceki: {old})",
|
||||
"app.channel.post_update_channel_purpose_message.updated_from": "{username}, {old} eski kanal amacını {new} olarak değiştirdi",
|
||||
"app.channel.post_update_channel_purpose_message.updated_to": "{username} kanal amacını {new} olarak güncelledi",
|
||||
"archivedChannelMessage": "You are viewing an **archived channel**. New messages cannot be posted.",
|
||||
"audit_table.accountActive": "Hesap etkinleştirildi",
|
||||
"audit_table.accountInactive": "Hesap devre dışı bırakıldı",
|
||||
"audit_table.action": "İşlem",
|
||||
|
|
@ -1523,6 +1522,8 @@
|
|||
"backstage_sidebar.integrations.oauthApps": "OAuth 2.0 Uygulamaları",
|
||||
"backstage_sidebar.integrations.outgoing_webhooks": "Giden Web Bağlantıları",
|
||||
"calling_screen": "Aranıyor",
|
||||
"center_panel.archived.closeChannel": "Close Channel",
|
||||
"center_panel.permalink.archivedChannel": "You are viewing an **archived channel**. ",
|
||||
"center_panel.recent": "Geçmiş iletileri görüntülemek için buraya tıklayın. ",
|
||||
"center_panel.recent.icon": "Son İletilere Gitme Simgesi",
|
||||
"change_url.close": "Kapat",
|
||||
|
|
@ -1581,7 +1582,7 @@
|
|||
"channel_loader.connection_error": "İnternet bağlantınızda bir sorun var gibi görünüyor.",
|
||||
"channel_loader.posted": "Gönderildi",
|
||||
"channel_loader.postedImage": " bir görsel yükledi",
|
||||
"channel_loader.socketError": "Lütfen bağlantıyı denetleyin, Mattermost ulaşılabilir değil. Sorun sürerse, yöneticiden <a href=\"https://about.mattermost.com/default-websocket-port-help\" target=\"_blank\">WebSocket kapısını denetlemesini</a> isteyin.",
|
||||
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to [check WebSocket port](!https://about.mattermost.com/default-websocket-port-help].",
|
||||
"channel_loader.someone": "Biri",
|
||||
"channel_loader.something": " yeni bir şey yaptı",
|
||||
"channel_loader.unknown_error": "Sunucudan beklenmedik bir durum kodu alındı.",
|
||||
|
|
@ -1759,6 +1760,7 @@
|
|||
"delete_channel.confirm": "Kanalı Arşivlemeyi Onayla",
|
||||
"delete_channel.del": "Arşivle",
|
||||
"delete_channel.question": "Bu işlem kanalı takımdan arşivler ve içeriğine hiç bir kullanıcı erişemez.<br /><br /><strong>{display_name}</strong> kanalını arşivlemek istediğinize emin misiniz?",
|
||||
"delete_channel.viewArchived.question": "This will archive the channel from the team. Channel contents will still be accessible by channel members.\n \nAre you sure you wish to archive the **{display_name}** channel?",
|
||||
"delete_post.cancel": "İptal",
|
||||
"delete_post.comment": "Yorum",
|
||||
"delete_post.confirm": "{term} Silmeyi Onaylayın",
|
||||
|
|
@ -2172,13 +2174,13 @@
|
|||
"intro_messages.beginning": "{name} başlangıcı",
|
||||
"intro_messages.channel": "kanal",
|
||||
"intro_messages.creator": "{name} {type} başlangıcı, oluşturan: {creator} tarih: {date}.",
|
||||
"intro_messages.default": "<h4 class='channel-intro__title'>{display_name} başlangıcı</h4><p class='channel-intro__content'><strong>Hoş geldiniz: {display_name}!</strong><br/><br/>Buraya herkesin görmesini istediğiniz iletileri yazabilirsiniz. Takıma katılan herkes otomatik olarak bu kanalın kalıcı üyesi olur.</p>",
|
||||
"intro_messages.default": "Buraya herkesin görmesini istediğiniz iletileri gönderin. Takıma katılan herkes otomatik olarak bu kanalın kalıcı üyesi olur.",
|
||||
"intro_messages.group": "özel kanal",
|
||||
"intro_messages.group_message": "Bu takım arkadaşlarınız ile doğrudan ileti geçmişinizin başlangıcı. Bu bölüm dışındaki kişiler burada paylaşılan doğrudan ileti ve dosyaları göremez.",
|
||||
"intro_messages.invite": "Bu {type} için başka kullanıcılar çağırın",
|
||||
"intro_messages.inviteOthers": "Bu takıma başka kullanıcılar çağırın",
|
||||
"intro_messages.noCreator": "{name} {type} başlangıcı, oluşturulma tarihi: {date}.",
|
||||
"intro_messages.offTopic": "<h4 class=\"channel-intro__title\">{display_name} başlangıcı</h4><p class=\"channel-intro__content\">{display_name} başlangıcı, iş dışı konuşmalar için.<br/></p>",
|
||||
"intro_messages.offTopic": "This is the start of {display_name}, a channel for non-work-related conversations.",
|
||||
"intro_messages.onlyInvited": "Bu özel kanalı yalnız çağrılmış üyeler görüntüleyebilir.",
|
||||
"intro_messages.purpose": " Bu {type} için amaç: {purpose}.",
|
||||
"intro_messages.setHeader": "Bir Başlık Yazın",
|
||||
|
|
@ -2669,6 +2671,9 @@
|
|||
"more_direct_channels.new_convo_note": "Bu işlem yeni bir sohbet başlatacak. Çok sayıda kişi eklemeniz gerekiyorsa, bunun yerine bir özel kanal açmayı düşünün.",
|
||||
"more_direct_channels.new_convo_note.full": "Bu konuşmaya katılabilecek en fazla kişi sayısına ulaştınız. Bunun yerine bir özel kanal açmayı düşünün.",
|
||||
"more_direct_channels.title": "Doğrudan İletiler",
|
||||
"more_public_direct_channels.channels": "Kanallar",
|
||||
"more_public_direct_channels.direct_messages": "Doğrudan İletiler",
|
||||
"more_public_direct_channels.title": "Channels and Direct Messages",
|
||||
"msg_typing.areTyping": "{users} ve {last} yazıyor...",
|
||||
"msg_typing.isTyping": "{user} yazıyor...",
|
||||
"msg_typing.someone": "Biri",
|
||||
|
|
@ -2861,6 +2866,7 @@
|
|||
"search_header.title2": "Son Anmalar",
|
||||
"search_header.title3": "İşaretlenmiş İletiler",
|
||||
"search_header.title4": "{channelDisplayName} kanalında sabitlenmiş iletiler",
|
||||
"search_item.channelArchived": "Arşivle",
|
||||
"search_item.direct": "Doğrudan İleti ({username} ile)",
|
||||
"search_item.jump": "Görüntüle",
|
||||
"search_results.noResults": "Herhangi bir sonuç bulunamadı. Yeniden denemek ister misiniz?",
|
||||
|
|
@ -2946,6 +2952,7 @@
|
|||
"shortcuts.nav.unread_prev.mac": "Önceki okunmamış kanal:\t⌥|Shift|Yukarı",
|
||||
"sidebar.channels": "HERKESE AÇIK KANALLAR",
|
||||
"sidebar.createChannel": "Yeni herkese açık kanal ekle",
|
||||
"sidebar.createChannelDirectChannel": "Create new channel or direct message",
|
||||
"sidebar.createDirectMessage": "Yeni doğrudan ileti oluştur",
|
||||
"sidebar.createGroup": "Yeni özel kanal ekle",
|
||||
"sidebar.direct": "DOĞRUDAN İLETİLER",
|
||||
|
|
@ -2961,6 +2968,13 @@
|
|||
"sidebar.tutorialScreen1": "<h4>Kanallar</h4><p><strong>Kanallar</strong> farklı konulardaki konuşmaları düzenlemek için kullanılır. Kanallar takımınızdaki herkese açıktır. Özel iletişim kurmak gerektiğinde bir kişi için <strong>Doğrudan İletileri</strong>, bir kaç kişi için <strong>Özel Kanalları</strong> kullanabilirsiniz.</p>",
|
||||
"sidebar.tutorialScreen2": "<h4>\"{townsquare}\" ve \"{offtopic}\" kanalları</h4><p>Başlangıçta herkese açık iki kanal bulunur:</p><p><strong>{townsquare}</strong> tüm takımla iletişim kurmak için kullanılır. Takımınızdaki herkes bu kanalın bir üyesidir.</p><p><strong>{offtopic}</strong> iş dışı kanallar dışında eğlence için kullanılır. Siz ve takımınız başka kanallar eklemeye karar verebilirsiniz.</p>",
|
||||
"sidebar.tutorialScreen3": "<h4>Kanal Eklemek ve Katılmak</h4><p>Yeni bir kanal eklemek ve varolan bir kanala katılmak için <strong>\"Diğer...\"</strong> üzerine tıklayın.</p><p>Ayrıca herkese açık ya da özel bir kanal başlığının yanındaki <strong>\"+\" simgesine</strong> tıklayarak da yeni bir kanal ekleyebilirsiniz.</p>",
|
||||
"sidebar.types.alpha": "KANALLAR",
|
||||
"sidebar.types.direct": "DOĞRUDAN İLETİLER",
|
||||
"sidebar.types.favorite": "BEĞENDİĞİM KANALLAR",
|
||||
"sidebar.types.private": "ÖZEL KANALLAR",
|
||||
"sidebar.types.public": "HERKESE AÇIK KANALLAR",
|
||||
"sidebar.types.recent": "RECENT ACTIVITY",
|
||||
"sidebar.types.unreads": "OKUNMAMIŞLAR",
|
||||
"sidebar.unreadSection": "OKUNMAMIŞLAR",
|
||||
"sidebar.unreads": "Diğer okunmamışlar",
|
||||
"sidebar_header.tutorial": "<h4>Ana Menü</h4><p><strong>Ana Menüde</strong>, <strong>Yeni Üyeleri Çağırmak</strong>, <strong>Hesap Ayarlarına</strong> erişmek ve <strong>Tema Renklerini</strong> ayarlamak gibi işlemler yapabilirsiniz.</p><p>Takım yöneticileri ayrıca bu menüden kendi <strong>Takım Ayarlarını</strong> yapabilirler.</p><p>Sistem Yöneticileri için de tüm sistemin yönetilebileceği <strong>Sistem Konsolu</strong> seçeneği bulunur.</p>",
|
||||
|
|
@ -3047,6 +3061,7 @@
|
|||
"status_dropdown.set_online": "Çevrimiçi",
|
||||
"status_dropdown.set_ooo": "Ofis Dışında",
|
||||
"status_dropdown.set_ooo.extra": "Otomatik Yanıtlar kullanılıyor",
|
||||
"suggestion.archive": "Kanal Arşivleme",
|
||||
"suggestion.loading": "Yükleniyor...",
|
||||
"suggestion.mention.all": "DİKKAT: Bu işlem kanaldaki herkesi anacak",
|
||||
"suggestion.mention.channel": "Kanaldaki herkese bildirilir",
|
||||
|
|
@ -3446,12 +3461,30 @@
|
|||
"user.settings.sidebar.after_seven_days": "7 gün boyunca ileti gönderilmediğinde",
|
||||
"user.settings.sidebar.autoCloseDMDesc": "Doğrudan İleti sohbetleri yan çubuktaki “+” düğmesi ya da Kanal Değiştirici (Ctrl+K) kullanılarak yeniden açılabilir.",
|
||||
"user.settings.sidebar.autoCloseDMTitle": "Doğrudan İletiler Otomatik Kapatılsın",
|
||||
"user.settings.sidebar.favorites": "Favorites grouped separately",
|
||||
"user.settings.sidebar.favoritesDesc": "Channels you've marked as favorite will be grouped separately in the channel sidebar.",
|
||||
"user.settings.sidebar.favoritesShort": "favorites grouped separately",
|
||||
"user.settings.sidebar.groupAndSortChannelsTitle": "Channel grouping and sorting",
|
||||
"user.settings.sidebar.groupByNone": "Combine all channel types",
|
||||
"user.settings.sidebar.groupByNoneShort": "No grouping",
|
||||
"user.settings.sidebar.groupByType": "Public, Private and Direct Message channels are grouped separately",
|
||||
"user.settings.sidebar.groupByTypeShort": "Group by channel type",
|
||||
"user.settings.sidebar.groupChannelsTitle": "Channel grouping",
|
||||
"user.settings.sidebar.groupDesc": "Select if channels in your sidebar are displayed in groups or combined in a single list.",
|
||||
"user.settings.sidebar.icon": "Yan Çubuk Ayarları Simgesi",
|
||||
"user.settings.sidebar.never": "Asla",
|
||||
"user.settings.sidebar.showUnreadSection": "Kanal yan çubuğunun üzerinde",
|
||||
"user.settings.sidebar.sortAlpha": "Alphabetically",
|
||||
"user.settings.sidebar.sortAlphaShort": "sorted alphabetically",
|
||||
"user.settings.sidebar.sortChannelsTitle": "Channel sorting",
|
||||
"user.settings.sidebar.sortDesc": "Select how channels will be ordered in your sidebar. Recent channels are sorted by latest post.",
|
||||
"user.settings.sidebar.sortRecent": "Recency",
|
||||
"user.settings.sidebar.sortRecentShort": "sorted by recency",
|
||||
"user.settings.sidebar.title": "Yan Çubuk Ayarları",
|
||||
"user.settings.sidebar.unreadSectionDesc": "Okunmamış kanallar okunana kadar kanal yan çubuğunun üzerinde görüntülenir.",
|
||||
"user.settings.sidebar.unreadSectionTitle": "Okunmamış kanalları grupla",
|
||||
"user.settings.sidebar.unreads": "Unreads grouped separately",
|
||||
"user.settings.sidebar.unreadsDesc": "Okunmamış kanallar okunana kadar kanal yan çubuğunun üzerinde görüntülenir.",
|
||||
"user.settings.sidebar.unreadsFavoritesShort": "unreads and favorites grouped separately",
|
||||
"user.settings.sidebar.unreadsShort": "unreads grouped separately",
|
||||
"user.settings.timezones.automatic": "Otomatik olarak ayarlansın",
|
||||
"user.settings.timezones.change": "Saat dilimini değiştir",
|
||||
"user.settings.timezones.promote": "Kullanıcı arayüzü ve e-posta bildirimlerinde kullanılacak saat dilimini seçin.",
|
||||
|
|
@ -3537,5 +3570,6 @@
|
|||
"webrtc.unmute_audio": "Mikrofonu aç",
|
||||
"webrtc.unpause_video": "Kamerayı aç",
|
||||
"webrtc.unsupported": "{username} istemcisi görüntülü görüşmeyi desteklemiyor.",
|
||||
"yourcomputer": "Bilgisayarınız",
|
||||
"youtube_video.notFound": "Görüntü bulunamadı"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -219,11 +219,10 @@
|
|||
"admin.compliance.directoryTitle": "守规报告目录:",
|
||||
"admin.compliance.enableDailyDesc": "如果是正确的,Mattermost将生成一个每日合规报告。",
|
||||
"admin.compliance.enableDailyTitle": "启用每日报告",
|
||||
"admin.compliance.enableDesc": "当设为是时,Mattermost 允许从<strong>合规和审计</strong>标签进行合规报告。参见<a href=\"https://docs.mattermost.com/administration/compliance.html\" target='_blank'>文档</a>了解详情。",
|
||||
"admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the **Compliance and Auditing** tab. See [documentation](!https://docs.mattermost.com/administration/compliance.html) to learn more.",
|
||||
"admin.compliance.enableTitle": "启动守规报告:",
|
||||
"admin.compliance.false": "否",
|
||||
"admin.compliance.newComplianceExportBanner": "此功能已被新的<a href=\"../../admin_console/compliance/message_export\">合规导出</a>功能替代并在将来删除。我们推荐转移到新的系统。",
|
||||
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">提示:</h4><p>守规是一个企业平台特性。您当前的证书不支持守规。请点击<a href=\"http://mattermost.com\" target=\"_blank\">这里</a>获取企业证书的信息和价格。</p>",
|
||||
"admin.compliance.save": "保存",
|
||||
"admin.compliance.saving": "保存配置中...",
|
||||
"admin.compliance.title": "合规性设置",
|
||||
|
|
@ -633,7 +632,6 @@
|
|||
"admin.ldap.nicknameAttrDesc": "(可选) AD/LDAP服务器中的属性用来填充 Mattermost 用户的昵称。当设置后,用户将没法修改他们的昵称,因为它与 LDAP 服务器同步。当留空时,用户可以在帐号设置里修改昵称。",
|
||||
"admin.ldap.nicknameAttrEx": "例如 \"昵称\"",
|
||||
"admin.ldap.nicknameAttrTitle": "昵称:",
|
||||
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">提示:</h4><p>AD/LDAP 是一个企业平台特性。您当前的证书不支持 AD/LDAP。请点击<a href=\"http://mattermost.com\" target='_blank'>这里</a>获取企业证书的信息和价格。</p>",
|
||||
"admin.ldap.portDesc": "该端口将连接到 AD/LDAP 服务器。默认389。",
|
||||
"admin.ldap.portEx": "例如 \"389\"",
|
||||
"admin.ldap.portTitle": "AD/LDAP 端口:",
|
||||
|
|
@ -722,7 +720,7 @@
|
|||
"admin.metrics.listenAddressDesc": "服务端监听的地址以公开性能指标数据。",
|
||||
"admin.metrics.listenAddressEx": "例如:\":8065\"",
|
||||
"admin.metrics.listenAddressTitle": "监听地址:",
|
||||
"admin.mfa.bannerDesc": "<a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>多重验证</a>可以在使用 AD/LDAP 或邮箱地址登入的帐号使用。如果使用其他登入方式,多重验证需要在验证提供商设置。",
|
||||
"admin.mfa.bannerDesc": "[Multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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.administratorsGuide": "管理员手册",
|
||||
|
|
@ -1102,7 +1100,7 @@
|
|||
"admin.service.corsAllowCredentialsDescription": "When true, requests that pass validation will include the Access-Control-Allow-Credentials header.",
|
||||
"admin.service.corsAllowCredentialsLabel": "CORS Allow Credentials:",
|
||||
"admin.service.corsDebugDescription": "When true, prints messages to the logs to help when developing an integration that uses CORS. These messages will include the structured key value pair \"source\":\"cors\".",
|
||||
"admin.service.corsDescription": "启用一个特定域的HTTP跨起源请求。如果您想允许来自任何域的CORS请求,使用“*”,或者将其保留为空禁用请求。",
|
||||
"admin.service.corsDescription": "启用一个特定域的 HTTP 跨起源请求。使用 \"*\" 或者将其保留为空如果您想允许来自任何域的 CORS 请求。正式环境下请勿设定为 \"*\"。",
|
||||
"admin.service.corsEx": "http://example.com",
|
||||
"admin.service.corsExposedHeadersDescription": "Whitelist of headers that will be accessible to the requester.",
|
||||
"admin.service.corsExposedHeadersTitle": "CORS Exposed Headers:",
|
||||
|
|
@ -1368,7 +1366,7 @@
|
|||
"admin.user_item.userAccessTokenPostAllPublic": "(使用 post:channels 个人访问令牌)",
|
||||
"admin.user_item.userAccessTokenYes": "(使用个人访问令牌)",
|
||||
"admin.viewArchivedChannelsHelpText": "When true, allows users to share permalinks and search for content of channels that have been archived. Users can only view the content in channels of which they were a member before the channel was archived.",
|
||||
"admin.viewArchivedChannelsTitle": "Allow users to view archived channels:",
|
||||
"admin.viewArchivedChannelsTitle": "允许用户查看已归档的频道:",
|
||||
"admin.webrtc.enableDescription": "当设为是时,Mattermost 允许<strong>一对一</strong>视频通话。WebRTC 通话可在 Chrome,火狐以及 Mattermost 桌面应用使用。",
|
||||
"admin.webrtc.enableTitle": "开启 Mattermost WebRTC:",
|
||||
"admin.webrtc.gatewayAdminSecretDescription": "输入您访问网关管理网址的管理密码。",
|
||||
|
|
@ -1454,6 +1452,7 @@
|
|||
"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}",
|
||||
"archivedChannelMessage": "You are viewing an **archived channel**. New messages cannot be posted.",
|
||||
"audit_table.accountActive": "帐户已激活",
|
||||
"audit_table.accountInactive": "帐号已停用",
|
||||
"audit_table.action": "操作",
|
||||
|
|
@ -1523,6 +1522,8 @@
|
|||
"backstage_sidebar.integrations.oauthApps": "OAuth 2.0 应用",
|
||||
"backstage_sidebar.integrations.outgoing_webhooks": "对外Webhooks",
|
||||
"calling_screen": "呼叫中",
|
||||
"center_panel.archived.closeChannel": "Close Channel",
|
||||
"center_panel.permalink.archivedChannel": "You are viewing an **archived channel**. ",
|
||||
"center_panel.recent": "点击这里跳转到最近的消息。",
|
||||
"center_panel.recent.icon": "转跳至最近的消息图标",
|
||||
"change_url.close": "关闭",
|
||||
|
|
@ -1581,7 +1582,7 @@
|
|||
"channel_loader.connection_error": "您的网络连接似乎出现一个问题。",
|
||||
"channel_loader.posted": "已发布",
|
||||
"channel_loader.postedImage": " 上传了个图片",
|
||||
"channel_loader.socketError": "请检查连接,无法连接 Mattermost。如果问题仍然持续,请让管理员<a href=\"https://about.mattermost.com/default-websocket-port-help\" target=\"_blank\">检查 WebSocket 端口</a>。",
|
||||
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to [check WebSocket port](!https://about.mattermost.com/default-websocket-port-help].",
|
||||
"channel_loader.someone": "有人",
|
||||
"channel_loader.something": "新事物",
|
||||
"channel_loader.unknown_error": "我们从服务器上接收到一个异常状态码。",
|
||||
|
|
@ -1759,6 +1760,7 @@
|
|||
"delete_channel.confirm": "确认频道归档",
|
||||
"delete_channel.del": "归档",
|
||||
"delete_channel.question": "这会从团队归档此频道并且所有用户将无法读取其数据。<br /><br />您确定要归档<strong>{display_name}</strong>频道?",
|
||||
"delete_channel.viewArchived.question": "This will archive the channel from the team. Channel contents will still be accessible by channel members.\n \nAre you sure you wish to archive the **{display_name}** channel?",
|
||||
"delete_post.cancel": "取消",
|
||||
"delete_post.comment": "评论",
|
||||
"delete_post.confirm": "确认{term}删除",
|
||||
|
|
@ -2172,13 +2174,13 @@
|
|||
"intro_messages.beginning": "{name} 的开端",
|
||||
"intro_messages.channel": "频道",
|
||||
"intro_messages.creator": "这是{name}{type}的开端,由{creator}于{date}建立。",
|
||||
"intro_messages.default": "<h4 class='channel-intro__title'>{display_name}的开始</h4><p class='channel-intro__content'><strong>欢迎来到{display_name}!</strong><br/><br/>发表消息到这给所有人看。所有人加入本团队将自动成为此频道永久成员。</p>",
|
||||
"intro_messages.default": "发表您想所有人看到的消息。所有人在加入团队时候自动成员此频道的永久成员。",
|
||||
"intro_messages.group": "私有频道",
|
||||
"intro_messages.group_message": "这是您与此团队成员团体记录的开端。在这里的直接消息和文件共享除了在此的人外无法看到。",
|
||||
"intro_messages.invite": "邀请其他人到{type}",
|
||||
"intro_messages.inviteOthers": "邀请其他人入组",
|
||||
"intro_messages.noCreator": "这是{name}{type}的开端,于{date}建立。",
|
||||
"intro_messages.offTopic": "<h4 class=\"channel-intro__title\">{display_name}的开端</h4><p class=\"channel-intro__content\">这是{display_name}的开始,一个用于非工作的频道.<br/></p>",
|
||||
"intro_messages.offTopic": "This is the start of {display_name}, a channel for non-work-related conversations.",
|
||||
"intro_messages.onlyInvited": "只有受邀的成员才能看到这个私有频道。",
|
||||
"intro_messages.purpose": "此{type}的用途是:{purpose}。",
|
||||
"intro_messages.setHeader": "设置标题",
|
||||
|
|
@ -2669,6 +2671,9 @@
|
|||
"more_direct_channels.new_convo_note": "这将创建新对话。如果你在添加许多用户,请考虑创建私有频道。",
|
||||
"more_direct_channels.new_convo_note.full": "您已达到此对话的最多人数。请考虑创建私有频道。",
|
||||
"more_direct_channels.title": "私信",
|
||||
"more_public_direct_channels.channels": "频道",
|
||||
"more_public_direct_channels.direct_messages": "私信",
|
||||
"more_public_direct_channels.title": "Channels and Direct Messages",
|
||||
"msg_typing.areTyping": "{users}和{last}正在输入...",
|
||||
"msg_typing.isTyping": "{user}正在输入...",
|
||||
"msg_typing.someone": "有人",
|
||||
|
|
@ -2861,6 +2866,7 @@
|
|||
"search_header.title2": "最近提及",
|
||||
"search_header.title3": "已标记的信息",
|
||||
"search_header.title4": "{channelDisplayName} 中的置顶消息",
|
||||
"search_item.channelArchived": "归档",
|
||||
"search_item.direct": "私信 (与 {username})",
|
||||
"search_item.jump": "跳转",
|
||||
"search_results.noResults": "没任何结果。重试?",
|
||||
|
|
@ -2946,6 +2952,7 @@
|
|||
"shortcuts.nav.unread_prev.mac": "上一个未读频道:\t⌥|Shift|Up",
|
||||
"sidebar.channels": "公开频道",
|
||||
"sidebar.createChannel": "创建公共频道",
|
||||
"sidebar.createChannelDirectChannel": "Create new channel or direct message",
|
||||
"sidebar.createDirectMessage": "创建新私信",
|
||||
"sidebar.createGroup": "创建私有频道",
|
||||
"sidebar.direct": "私信",
|
||||
|
|
@ -2961,6 +2968,13 @@
|
|||
"sidebar.tutorialScreen1": "<h4>频道</h4><p><strong>频道</strong>组织不同主题的会话。他们对您所在团队的每一个人开放。针对单人发送私人消息使用<strong>私信</strong>针对多人使用<strong>私有频道</strong>。</p>",
|
||||
"sidebar.tutorialScreen2": "<h4>“{townsquare}”和“{offtopic}”频道</h4><p>这里启用了两个公共频道: </p><p><strong>公共频道</strong>是一个团队范围内沟通的地方。团队中的每一个人都是这个频道的一个成员。</p><p><strong>闲聊频道</strong>是一个娱乐幽默与工作无关的频道。您和您的团队可以决定创建其他频道。</p>",
|
||||
"sidebar.tutorialScreen3": "<h4>创建和加入频道</h4><p>点击<strong>“更多...”</strong>创建一个新频道或加入一个现有频道。</p><p>您还可以通过点击频道或私有频道旁的<strong>“+”符号</strong>,创建一个新频道或私有频道标题。</p>",
|
||||
"sidebar.types.alpha": "频道",
|
||||
"sidebar.types.direct": "私信",
|
||||
"sidebar.types.favorite": "我的最爱频道",
|
||||
"sidebar.types.private": "私有频道",
|
||||
"sidebar.types.public": "公开频道",
|
||||
"sidebar.types.recent": "RECENT ACTIVITY",
|
||||
"sidebar.types.unreads": "未读数",
|
||||
"sidebar.unreadSection": "未读",
|
||||
"sidebar.unreads": "更多未读",
|
||||
"sidebar_header.tutorial": "<h4>主菜单</h4><p><strong>在主菜单中</strong>您可以<strong>邀请新成员</strong>,访问您的<strong>账户设置</strong>和设置您的<strong>主题颜色</strong>。</p><p>团队管理员也能通过此菜单访问他们的<strong>团队设置</strong>。</p><p>系统管理员将找到一个<strong>系统控制台</strong>选项管理整个系统。</p>",
|
||||
|
|
@ -3047,6 +3061,7 @@
|
|||
"status_dropdown.set_online": "在线",
|
||||
"status_dropdown.set_ooo": "离开办公室",
|
||||
"status_dropdown.set_ooo.extra": "自动回复已启用",
|
||||
"suggestion.archive": "归档频道",
|
||||
"suggestion.loading": "加载中...",
|
||||
"suggestion.mention.all": "注意:这将提及此频道所有人",
|
||||
"suggestion.mention.channel": "通知每个频道",
|
||||
|
|
@ -3446,12 +3461,30 @@
|
|||
"user.settings.sidebar.after_seven_days": "7 天没有新消息",
|
||||
"user.settings.sidebar.autoCloseDMDesc": "私信对话可以在侧栏的 “+” 按钮或使用频道切换器 (CTRL+K) 打开。",
|
||||
"user.settings.sidebar.autoCloseDMTitle": "自动关闭私信",
|
||||
"user.settings.sidebar.favorites": "Favorites grouped separately",
|
||||
"user.settings.sidebar.favoritesDesc": "Channels you've marked as favorite will be grouped separately in the channel sidebar.",
|
||||
"user.settings.sidebar.favoritesShort": "favorites grouped separately",
|
||||
"user.settings.sidebar.groupAndSortChannelsTitle": "Channel grouping and sorting",
|
||||
"user.settings.sidebar.groupByNone": "Combine all channel types",
|
||||
"user.settings.sidebar.groupByNoneShort": "No grouping",
|
||||
"user.settings.sidebar.groupByType": "Public, Private and Direct Message channels are grouped separately",
|
||||
"user.settings.sidebar.groupByTypeShort": "Group by channel type",
|
||||
"user.settings.sidebar.groupChannelsTitle": "Channel grouping",
|
||||
"user.settings.sidebar.groupDesc": "Select if channels in your sidebar are displayed in groups or combined in a single list.",
|
||||
"user.settings.sidebar.icon": "侧栏设置图标",
|
||||
"user.settings.sidebar.never": "从不",
|
||||
"user.settings.sidebar.showUnreadSection": "在频道侧栏顶端",
|
||||
"user.settings.sidebar.sortAlpha": "Alphabetically",
|
||||
"user.settings.sidebar.sortAlphaShort": "sorted alphabetically",
|
||||
"user.settings.sidebar.sortChannelsTitle": "Channel sorting",
|
||||
"user.settings.sidebar.sortDesc": "Select how channels will be ordered in your sidebar. Recent channels are sorted by latest post.",
|
||||
"user.settings.sidebar.sortRecent": "Recency",
|
||||
"user.settings.sidebar.sortRecentShort": "sorted by recency",
|
||||
"user.settings.sidebar.title": "侧边栏设置",
|
||||
"user.settings.sidebar.unreadSectionDesc": "未读频道将在频道侧栏排前直到被阅读。",
|
||||
"user.settings.sidebar.unreadSectionTitle": "未读频道分组",
|
||||
"user.settings.sidebar.unreads": "Unreads grouped separately",
|
||||
"user.settings.sidebar.unreadsDesc": "未读频道将在频道侧栏排前直到被阅读。",
|
||||
"user.settings.sidebar.unreadsFavoritesShort": "unreads and favorites grouped separately",
|
||||
"user.settings.sidebar.unreadsShort": "unreads grouped separately",
|
||||
"user.settings.timezones.automatic": "自动设定",
|
||||
"user.settings.timezones.change": "更改时区",
|
||||
"user.settings.timezones.promote": "选择在用户界面和邮件通知中使用的时区。",
|
||||
|
|
@ -3537,5 +3570,6 @@
|
|||
"webrtc.unmute_audio": "取消静音麦克风",
|
||||
"webrtc.unpause_video": "开启摄像头",
|
||||
"webrtc.unsupported": "{username} 客户端不支持视频通话。",
|
||||
"yourcomputer": "您的电脑",
|
||||
"youtube_video.notFound": "视频未找到"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -219,11 +219,10 @@
|
|||
"admin.compliance.directoryTitle": "規範報告目錄:",
|
||||
"admin.compliance.enableDailyDesc": "若啟用,Mattermost 會每日產生規範報告。",
|
||||
"admin.compliance.enableDailyTitle": "啟用每日報告:",
|
||||
"admin.compliance.enableDesc": "啟用時,Mattermost 允許從<strong>規範與審計</strong>分頁使用規範報告。詳請參閱<a href=\"https://docs.mattermost.com/administration/compliance.html\" target='_blank'>文件</a>。",
|
||||
"admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting from the **Compliance and Auditing** tab. See [documentation](!https://docs.mattermost.com/administration/compliance.html) to learn more.",
|
||||
"admin.compliance.enableTitle": "啟用規範報告:",
|
||||
"admin.compliance.false": "否",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new <a href=\"../../admin_console/compliance/message_export\">Compliance Export</a> feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.noLicense": "<h4 class=\"banner__heading\">註:</h4><p>規範為企業授權功能,您的授權不支援規範。點<a href=\"http://mattermost.com\" target='_blank'>這裡</a>查看企業授權資訊與價格。</p>",
|
||||
"admin.compliance.newComplianceExportBanner": "This feature is replaced by a new [Compliance Export](../../admin_console/compliance/message_export) feature, and will be removed in a future release. We recommend migrating to the new system.",
|
||||
"admin.compliance.save": "儲存",
|
||||
"admin.compliance.saving": "儲存設定...",
|
||||
"admin.compliance.title": "規範設定",
|
||||
|
|
@ -633,7 +632,6 @@
|
|||
"admin.ldap.nicknameAttrDesc": "(非必須) 用於設定 Mattermost 使用者暱稱的 AD/LDAP 伺服器屬性。當設定之後由於將會跟 LDAP 伺服器同步暱稱,使用者將無法編輯。留白時使用者可以在帳號設定中設定他們自己的暱稱。",
|
||||
"admin.ldap.nicknameAttrEx": "如:\"nickname\"",
|
||||
"admin.ldap.nicknameAttrTitle": "匿稱的屬性:",
|
||||
"admin.ldap.noLicense": "<h4 class=\"banner__heading\">註:</h4><p>AD/LDAP 為企業授權功能,您的授權不支援 AD/LDAP。按<a href=\"http://mattermost.com\" target='_blank'>這裡</a>查看企業授權資訊與價格。</p>",
|
||||
"admin.ldap.portDesc": "Masttermost 連接 AD/LDAP 伺服器的連接埠。預設為389。",
|
||||
"admin.ldap.portEx": "如:\"389\"",
|
||||
"admin.ldap.portTitle": "AD/LDAP 連接埠:",
|
||||
|
|
@ -722,7 +720,7 @@
|
|||
"admin.metrics.listenAddressDesc": "伺服器將監聽以公開效能計量值的位址。",
|
||||
"admin.metrics.listenAddressEx": "如:\":8065\"",
|
||||
"admin.metrics.listenAddressTitle": "監聽位址:",
|
||||
"admin.mfa.bannerDesc": "使用 AD/LDAP 或 電子郵件登入的帳號可以使用<a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>多重要素驗證</a>。如果使用了其他登入方式,多重要素驗證必須要在認證提供者處設定。",
|
||||
"admin.mfa.bannerDesc": "[Multi-factor authentication](!https://docs.mattermost.com/deployment/auth.html) 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.administratorsGuide": "系統管理員指南",
|
||||
|
|
@ -1454,6 +1452,7 @@
|
|||
"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}",
|
||||
"archivedChannelMessage": "You are viewing an **archived channel**. New messages cannot be posted.",
|
||||
"audit_table.accountActive": "帳號已啟動",
|
||||
"audit_table.accountInactive": "帳號已停用",
|
||||
"audit_table.action": "動作",
|
||||
|
|
@ -1523,6 +1522,8 @@
|
|||
"backstage_sidebar.integrations.oauthApps": "OAuth 2.0 應用程式",
|
||||
"backstage_sidebar.integrations.outgoing_webhooks": "外寄 Webhook",
|
||||
"calling_screen": "撥打中",
|
||||
"center_panel.archived.closeChannel": "Close Channel",
|
||||
"center_panel.permalink.archivedChannel": "You are viewing an **archived channel**. ",
|
||||
"center_panel.recent": "按這裡跳到最新的訊息。",
|
||||
"center_panel.recent.icon": "移動至最新的訊息圖示",
|
||||
"change_url.close": "關閉",
|
||||
|
|
@ -1581,7 +1582,7 @@
|
|||
"channel_loader.connection_error": "您的網路似乎有問題。",
|
||||
"channel_loader.posted": "已發文",
|
||||
"channel_loader.postedImage": " 已上傳一張圖片",
|
||||
"channel_loader.socketError": "請檢查連線,無法連線至 Mattermost。如果問題持續存在,請管理員<a href=\"https://about.mattermost.com/default-websocket-port-help\" target=\"_blank\">檢查 WebSocket 通訊埠</a>。",
|
||||
"channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to [check WebSocket port](!https://about.mattermost.com/default-websocket-port-help].",
|
||||
"channel_loader.someone": "某人",
|
||||
"channel_loader.something": " 做了新事",
|
||||
"channel_loader.unknown_error": "從伺服器收到不在預期內的狀態碼。",
|
||||
|
|
@ -1759,6 +1760,7 @@
|
|||
"delete_channel.confirm": "確認封存頻道",
|
||||
"delete_channel.del": "封存",
|
||||
"delete_channel.question": "這將會從團隊封存頻道並且禁止所有使用者存取頻道內容。<br /><br />您確定要封存<strong>{display_name}</strong>頻道?",
|
||||
"delete_channel.viewArchived.question": "This will archive the channel from the team. Channel contents will still be accessible by channel members.\n \nAre you sure you wish to archive the **{display_name}** channel?",
|
||||
"delete_post.cancel": "取消",
|
||||
"delete_post.comment": "註解",
|
||||
"delete_post.confirm": "請確認刪除{term}",
|
||||
|
|
@ -2172,13 +2174,13 @@
|
|||
"intro_messages.beginning": "{name}的開頭",
|
||||
"intro_messages.channel": "頻道",
|
||||
"intro_messages.creator": "這是{name}{type}的開頭,由{creator}建立於{date}。",
|
||||
"intro_messages.default": "<h4 class=\"channel-intro__title\">{display_name}的開頭</h4><p class=\"channel-intro__content\"><strong>歡迎來到{display_name}!</strong><br/><br/>在此張貼希望所有人都可以看到的訊息。每個人在加入團隊的時候會自動成為此頻道的永久成員。</p>",
|
||||
"intro_messages.default": "在此張貼希望所有人都可以看到的訊息。每個人在加入團隊的時候會自動成為此頻道的永久成員。",
|
||||
"intro_messages.group": "私人頻道",
|
||||
"intro_messages.group_message": "這是跟這些團隊成員之間群組訊息的起頭。直接訊息跟在這邊分享的檔案除了在此處以外的人都看不到。",
|
||||
"intro_messages.invite": "邀請他人來此{type}",
|
||||
"intro_messages.inviteOthers": "邀請他人來此團隊",
|
||||
"intro_messages.noCreator": "這是{name}{type}的開頭,建立於{date}。",
|
||||
"intro_messages.offTopic": "<h4 class=\"channel-intro__title\">{display_name}的開頭</h4><p class=\"channel-intro__content\">這是{display_name}的最上面,這是個用來聊天的頻道。<br/></p>",
|
||||
"intro_messages.offTopic": "This is the start of {display_name}, a channel for non-work-related conversations.",
|
||||
"intro_messages.onlyInvited": " 只有受邀請的成員能看見此私人頻道",
|
||||
"intro_messages.purpose": "此{type}的用途為:{purpose}。",
|
||||
"intro_messages.setHeader": "設定標題",
|
||||
|
|
@ -2669,6 +2671,9 @@
|
|||
"more_direct_channels.new_convo_note": "這會起始新的對話。如果要加入大量的成員,請考慮改成建立新的私人頻道。",
|
||||
"more_direct_channels.new_convo_note.full": "已達到此對話的最大人數。請考慮改成建立新的私人頻道。",
|
||||
"more_direct_channels.title": "直接傳訊",
|
||||
"more_public_direct_channels.channels": "頻道",
|
||||
"more_public_direct_channels.direct_messages": "直接傳訊",
|
||||
"more_public_direct_channels.title": "Channels and Direct Messages",
|
||||
"msg_typing.areTyping": "{users}跟{last}正在打字...",
|
||||
"msg_typing.isTyping": "{user}正在打字...",
|
||||
"msg_typing.someone": "某人",
|
||||
|
|
@ -2861,6 +2866,7 @@
|
|||
"search_header.title2": "最近提及",
|
||||
"search_header.title3": "被標記的訊息",
|
||||
"search_header.title4": "在{channelDisplayName}的釘選訊息",
|
||||
"search_item.channelArchived": "封存",
|
||||
"search_item.direct": "直接訊息 (與{username})",
|
||||
"search_item.jump": "跳至",
|
||||
"search_results.noResults": "沒有任何結果。再嘗試一次?",
|
||||
|
|
@ -2946,6 +2952,7 @@
|
|||
"shortcuts.nav.unread_prev.mac": "前一個未讀頻道:\t⌥|Shift|上",
|
||||
"sidebar.channels": "公開頻道",
|
||||
"sidebar.createChannel": "建立公開頻道",
|
||||
"sidebar.createChannelDirectChannel": "Create new channel or direct message",
|
||||
"sidebar.createDirectMessage": "建立新的直接傳訊",
|
||||
"sidebar.createGroup": "建立私人頻道",
|
||||
"sidebar.direct": "直接傳訊",
|
||||
|
|
@ -2961,6 +2968,13 @@
|
|||
"sidebar.tutorialScreen1": "<h4>頻道</h4><p><strong>頻道</strong>用來展開關於各種話題的對話。頻道對團隊全體都是開放可以任意讀寫的。需要私密通訊時,對單獨一人時使用<strong>直接訊息</strong>,對多人時使用<strong>私人頻道</strong>。</p>",
|
||||
"sidebar.tutorialScreen2": "<h4>\"{townsquare}\"跟\"{offtopic}\"頻道</h4><p>以下為兩個一開始就建立好的公開頻道:</p><p><strong>{townsquare}</strong>是個給團隊之間溝通的地方,您的團隊全員都是這個頻道的成員。</p><p><strong>{offtopic}</strong>是個放鬆心情、聊與工作無關事情的地方。您和團隊可以決定要建立其他怎樣的頻道。</p>",
|
||||
"sidebar.tutorialScreen3": "<h4>建立和加入頻道</h4><p>按<strong>\"更多...\"</strong>來建立新頻道或是加入現有的頻道。</p><p>您也可以藉由按在公開或私人頻道標題旁邊的<strong>\"+\"符號</strong>來建立新的公開或私人頻道。</p>",
|
||||
"sidebar.types.alpha": "頻道",
|
||||
"sidebar.types.direct": "直接傳訊",
|
||||
"sidebar.types.favorite": "我的最愛",
|
||||
"sidebar.types.private": "私人頻道",
|
||||
"sidebar.types.public": "公開頻道",
|
||||
"sidebar.types.recent": "RECENT ACTIVITY",
|
||||
"sidebar.types.unreads": "未讀",
|
||||
"sidebar.unreadSection": "未讀",
|
||||
"sidebar.unreads": "更多未讀訊息",
|
||||
"sidebar_header.tutorial": "<h4>主選單</h4><p>在<strong>主選單</strong>可以<strong>邀請新成員</strong>,存取<strong>帳號設定</strong>並設定<strong>主題顏色</strong>。</p><p>團隊管理員也可以在此存取<strong>團隊設定</strong>。</p><p>系統管理員會在此看到<strong>系統控制台</strong>以管理整個系統。</p>",
|
||||
|
|
@ -3047,6 +3061,7 @@
|
|||
"status_dropdown.set_online": "上線",
|
||||
"status_dropdown.set_ooo": "不在辦公室",
|
||||
"status_dropdown.set_ooo.extra": "已啟用自動回覆",
|
||||
"suggestion.archive": "封存頻道",
|
||||
"suggestion.loading": "載入中…",
|
||||
"suggestion.mention.all": "注意:這將會提及頻道中的所有人",
|
||||
"suggestion.mention.channel": "通知頻道全員",
|
||||
|
|
@ -3446,12 +3461,30 @@
|
|||
"user.settings.sidebar.after_seven_days": "七天沒有新訊息",
|
||||
"user.settings.sidebar.autoCloseDMDesc": "可以用側邊欄的\"+\"按鈕重新開啟直接傳訊對話或是快速頻道切換(CTRL+K)。",
|
||||
"user.settings.sidebar.autoCloseDMTitle": "自動關閉直接傳訊",
|
||||
"user.settings.sidebar.favorites": "Favorites grouped separately",
|
||||
"user.settings.sidebar.favoritesDesc": "Channels you've marked as favorite will be grouped separately in the channel sidebar.",
|
||||
"user.settings.sidebar.favoritesShort": "favorites grouped separately",
|
||||
"user.settings.sidebar.groupAndSortChannelsTitle": "Channel grouping and sorting",
|
||||
"user.settings.sidebar.groupByNone": "Combine all channel types",
|
||||
"user.settings.sidebar.groupByNoneShort": "No grouping",
|
||||
"user.settings.sidebar.groupByType": "Public, Private and Direct Message channels are grouped separately",
|
||||
"user.settings.sidebar.groupByTypeShort": "Group by channel type",
|
||||
"user.settings.sidebar.groupChannelsTitle": "Channel grouping",
|
||||
"user.settings.sidebar.groupDesc": "Select if channels in your sidebar are displayed in groups or combined in a single list.",
|
||||
"user.settings.sidebar.icon": "側邊欄設定圖示",
|
||||
"user.settings.sidebar.never": "永不",
|
||||
"user.settings.sidebar.showUnreadSection": "在頻道側邊欄的頂端",
|
||||
"user.settings.sidebar.sortAlpha": "Alphabetically",
|
||||
"user.settings.sidebar.sortAlphaShort": "sorted alphabetically",
|
||||
"user.settings.sidebar.sortChannelsTitle": "Channel sorting",
|
||||
"user.settings.sidebar.sortDesc": "Select how channels will be ordered in your sidebar. Recent channels are sorted by latest post.",
|
||||
"user.settings.sidebar.sortRecent": "Recency",
|
||||
"user.settings.sidebar.sortRecentShort": "sorted by recency",
|
||||
"user.settings.sidebar.title": "側邊欄設定",
|
||||
"user.settings.sidebar.unreadSectionDesc": "未讀的頻道在被閱讀之前將被排列至頻道側邊欄的頂端。",
|
||||
"user.settings.sidebar.unreadSectionTitle": "未讀頻道分組",
|
||||
"user.settings.sidebar.unreads": "Unreads grouped separately",
|
||||
"user.settings.sidebar.unreadsDesc": "未讀的頻道在被閱讀之前將被排列至頻道側邊欄的頂端。",
|
||||
"user.settings.sidebar.unreadsFavoritesShort": "unreads and favorites grouped separately",
|
||||
"user.settings.sidebar.unreadsShort": "unreads grouped separately",
|
||||
"user.settings.timezones.automatic": "自動設定",
|
||||
"user.settings.timezones.change": "更改時區",
|
||||
"user.settings.timezones.promote": "選擇使用者介面與電子郵件通知當中時間的時區",
|
||||
|
|
@ -3537,5 +3570,6 @@
|
|||
"webrtc.unmute_audio": "解除麥克風靜音",
|
||||
"webrtc.unpause_video": "開啟攝影機",
|
||||
"webrtc.unsupported": "{username} 的用戶端不支援視訊通話。",
|
||||
"yourcomputer": "Your computer",
|
||||
"youtube_video.notFound": "找不到影片"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue