translations PR 20180528 (#1711)

This commit is contained in:
Elias Nahum 2018-05-30 08:29:21 -04:00 committed by GitHub
parent cf3683272e
commit 950e983960
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 820 additions and 406 deletions

View file

@ -376,6 +376,8 @@
"admin.email.enableEmailBatching.siteURL": "E-Mail-Stapelverarbeitung kann nicht aktiviert werden, solange SiteURL nicht in <b>Konfiguration > SiteURL</b> konfiguriert ist.",
"admin.email.enableEmailBatchingDesc": "Wenn wahr, werden Benutzer E-Mail-Benachrichtigungen für mehrere Direktnachrichten und Erwähnungen kombiniert in einer einzigen Mail erhalten. Die Abarbeitung wird in einem Standardintervall von 15 Minuten stattfinden, konfigurierbar in Kontoeinstellungen > Benachrichtigungen.",
"admin.email.enableEmailBatchingTitle": "E-Mail-Stapelverarbeitung aktivieren:",
"admin.email.enablePreviewModeBannerDescription": "When true, the Preview Mode banner is displayed so users are aware that email notifications are disabled. When false, the Preview Mode banner is not displayed to users.",
"admin.email.enablePreviewModeBannerTitle": "Enable Preview Mode Banner:",
"admin.email.enableSMTPAuthDesc": "Wenn aktiviert, werden Benutzername und Passwort für die Authentifizierung am SMTP-Server verwendet.",
"admin.email.enableSMTPAuthTitle": "SMTP-Authentifizierung aktivieren:",
"admin.email.fullPushNotification": "Senden eines Ausschnitts der vollständigen Nachricht",
@ -403,7 +405,7 @@
"admin.email.notificationOrganization": "Adresse in der Fußzeile von Benachrichtigungen:",
"admin.email.notificationOrganizationDescription": "Name und Adresse der Organisation bzw. des Unternehmens, wie sie in E-Mail-Benachrichtigungen von Mattermost angezeigt werden sollen, z.B. \"© Musterfirma GmbH, Musterstraße 23, 59424 Musterhausen, Deutschland\". Wenn dieses Feld leer bleibt, werden der Name und die Adresse der Organisation nicht angezeigt.",
"admin.email.notificationOrganizationExample": "Z.B.: \"© Musterfirma GmbH, Musterstraße 23, 59424 Musterhausen, Deutschland\"",
"admin.email.notificationsDescription": "Normalerweise wahr in Produktionsumgebungen. Wenn wahr, versucht Mattermost E-Mail-Benachrichtigungen zu versenden. Entwickler sollten dies auf falsch für eine schnellere Entwicklung setzen.<br />Durch setzen auf wahr wird der Vorschaumodus-Banner entfernt (benötigt Ab- und Anmeldung nach Änderung).",
"admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.",
"admin.email.notificationsTitle": "Aktiviere E-Mail-Benachrichtigungen: ",
"admin.email.passwordSaltDescription": "32 Zeichen langer Salt der zum Signieren von Passwort zurücksetzen E-Mails hinzugefügt wird. Zufallsgeneriert bei Installation. \"Neu generieren\" klicken um einen neuen Salt zu erstellen.",
"admin.email.passwordSaltExample": "Z.B.: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
@ -780,6 +782,7 @@
"admin.plugin.activating": "Wird aktiviert...",
"admin.plugin.banner": "Plugins sind experimentell und sind nicht für die Verwendung in produktiven Umgebungen empfohlen.",
"admin.plugin.choose": "Datei auswählen",
"admin.plugin.cluster_instance": "Cluster Instance",
"admin.plugin.deactivate": "Deaktivieren",
"admin.plugin.deactivating": "Wird deaktiviert...",
"admin.plugin.desc": "Beschreibung:",
@ -790,18 +793,34 @@
"admin.plugin.installedTitle": "Installierte Plugins: ",
"admin.plugin.management.banner": "Plugins sind auf ihrem Server deaktiviert. Um sie zu aktivieren, gehen Sie zu <strong>Plugins > Konfiguration</strong>.",
"admin.plugin.management.title": "Verwaltung",
"admin.plugin.multiple_versions_warning": "There are multiple versions of this plugin installed across your cluster. Re-install this plugin to ensure it works consistently.",
"admin.plugin.name": "Name:",
"admin.plugin.no_plugins": "Keine Plugins installiert.",
"admin.plugin.prepackaged": "Vorpaketiert",
"admin.plugin.remove": "Entfernen",
"admin.plugin.removing": "Entferne...",
"admin.plugin.settingsButton": "Einstellungen",
"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.",
"admin.plugin.state.failed_to_stay_running": "Crashing",
"admin.plugin.state.failed_to_stay_running.description": "This plugin crashed multiple times and is no longer running. Check your system logs for errors.",
"admin.plugin.state.not_running": "Not running",
"admin.plugin.state.not_running.description": "This plugin is not activated.",
"admin.plugin.state.running": "Running",
"admin.plugin.state.running.description": "This plugin is running.",
"admin.plugin.state.starting": "Starting",
"admin.plugin.state.starting.description": "This plugin is starting.",
"admin.plugin.state.stopping": "Stopping",
"admin.plugin.state.stopping.description": "This plugin is stopping.",
"admin.plugin.state.unknown": "unbekannt",
"admin.plugin.upload": "Hochladen",
"admin.plugin.uploadDesc": "Laden Sie ein Plugin für ihren Mattermost-Server hoch. Sehen Sie in der <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">Dokumentation</a> für mehr Details nach.",
"admin.plugin.uploadDisabledDesc": "Um Plugins hochladen zu können, gehen Sie zu <strong>Plugins > Konfiguration</strong>. Schauen Sie in die <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">Dokumentation</a>, um mehr zu erfahren.",
"admin.plugin.uploadTitle": "Lade Plugin hoch: ",
"admin.plugin.uploading": "Lade hoch...",
"admin.plugin.version": "Version:",
"admin.plugin.version_title": "Version",
"admin.plugins.settings.enable": "Plugins aktivieren: ",
"admin.plugins.settings.enableDesc": "Wenn wahr, werden Plugins auf ihrem Mattermost-Server aktiviert. Verwenden Sie Plugins zur Integration mit Drittanbietersystemen oder passen sie die Benutzeroberfläche ihres Mattermost-Servers an.Sehen Sie in der <a href=\"https://about.mattermost.com/default-plugins\" target=\"_blank\">Dokumentation</a> für mehr Details nach.",
"admin.plugins.settings.title": "Konfiguration",
@ -1530,7 +1549,7 @@
"combined_system_message.removed_from_team.one": "{firstUser} was <b>removed from the team</b>.",
"combined_system_message.removed_from_team.one_you": "You were <b>removed from the team</b>.",
"combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were <b>removed from the team</b>.",
"combined_system_message.you": "You",
"combined_system_message.you": "Sie",
"confirm_modal.cancel": "Abbrechen",
"connecting_screen": "Verbindung wird aufgebaut",
"convert_channel.cancel": "Nein, abbrechen",
@ -2125,6 +2144,26 @@
"mobile.client_upgrade.no_upgrade_subtitle": "Sie haben bereits die neueste Version.",
"mobile.client_upgrade.no_upgrade_title": "Ihre App ist aktuell",
"mobile.client_upgrade.upgrade": "Aktualisieren",
"mobile.combined_system_message.added_to_channel": "sie zu diesem Kanal hinzufügen",
"mobile.combined_system_message.added_to_team": "added to the team",
"mobile.combined_system_message.by_actor": " by {actor}.",
"mobile.combined_system_message.first_user": "{firstUser} ",
"mobile.combined_system_message.first_user_and": "{firstUser} and ",
"mobile.combined_system_message.first_user_and_second_user": "{firstUser} and {secondUser} ",
"mobile.combined_system_message.first_user_and_second_user_were": "{firstUser} and {secondUser} were ",
"mobile.combined_system_message.first_user_was": "{firstUser} was ",
"mobile.combined_system_message.joined_channel": "joined the channel",
"mobile.combined_system_message.joined_team": "joined the team",
"mobile.combined_system_message.left_channel": "left the channel",
"mobile.combined_system_message.left_team": "left the team",
"mobile.combined_system_message.others": "{numOthers} others ",
"mobile.combined_system_message.removed_from_channel": "removed from the channel",
"mobile.combined_system_message.removed_from_team": "removed from the team",
"mobile.combined_system_message.users_and_last_user": "{users} und {lastUser}",
"mobile.combined_system_message.users_and_last_user_were": "{users} und {lastUser}",
"mobile.combined_system_message.were": "were ",
"mobile.combined_system_message.you": "Sie",
"mobile.combined_system_message.you_were": "You were ",
"mobile.commands.error_title": "Fehler beim Ausführen des Befehls",
"mobile.components.channels_list_view.yourChannels": "Ihre Kanäle:",
"mobile.components.error_list.dismiss_all": "Alle verwerfen",
@ -2772,12 +2811,14 @@
"team_export_tab.unable": " Fehler beim Export: {error}",
"team_import_tab.failure": " Fehler beim Import: ",
"team_import_tab.import": "Importieren",
"team_import_tab.importHelpCliDocsLink": "CLI tool for Slack import",
"team_import_tab.importHelpDocsLink": "Dokumentation",
"team_import_tab.importHelpExportInstructions": "Slack > Administration > Workspace settings > Import/Export Data > Export > Start Export",
"team_import_tab.importHelpExporterLink": "Slack erweiterter Exporter",
"team_import_tab.importHelpLine1": "Slack-Import zu Mattermost unterstützt das Importieren von Nachrichten in den öffentlichen Kanälen Ihres Slack-Teams.",
"team_import_tab.importHelpLine2": "Um ein Slack Team zu importieren, gehen Sie zu {exportInstructions}. Schauen Sie in den {uploadDocsLink} um mehr darüber zu erfahren.",
"team_import_tab.importHelpLine3": "Um Nachrichten mit angehängten Dateien zu importieren, schauen Sie sich {slackAdvancedExporterLink} für mehr Details an.",
"team_import_tab.importHelpLine4": "For Slack teams with over 10,000 messages, we recommend using the {cliLink}.",
"team_import_tab.importSlack": "Import von Slack (Beta)",
"team_import_tab.importing": " Importiere...",
"team_import_tab.successful": " Import erfolgreich: ",
@ -3011,24 +3052,14 @@
"user.settings.notifications.commentsNever": "Keine Benachrichtigung bei Antworten auslösen, sofern ich nicht erwähnt wurde",
"user.settings.notifications.commentsRoot": "Löse Benachrichtigungen für Nachrichten in Diskussionssträngen aus die ich beginne",
"user.settings.notifications.desktop": "Desktop-Benachrichtigungen senden",
"user.settings.notifications.desktop.allNoSoundForever": "Für alle Aktivitäten, ohne Ton, zeige unbegrenzt",
"user.settings.notifications.desktop.allNoSoundTimed": "Für alle Aktivitäten, ohne Ton, zeige für {seconds} Sekunden",
"user.settings.notifications.desktop.allSoundForever": "Für alle Aktivitäten, mit Ton, zeige unbegrenzt",
"user.settings.notifications.desktop.allSoundHiddenForever": "Für alle Aktivitäten, zeige unbegrenzt",
"user.settings.notifications.desktop.allSoundHiddenTimed": "Für alle Aktivitäten, zeige für {seconds} Sekunden",
"user.settings.notifications.desktop.allSoundTimed": "Für alle Aktivitäten, mit Ton, zeige für {seconds} Sekunden",
"user.settings.notifications.desktop.duration": "Benachrichtigungsdauer",
"user.settings.notifications.desktop.durationInfo": "Stellt ein, wie lange Desktop-Benachrichtigungen auf dem Bildschirm verbleiben, wenn Firefox oder Chrome verwendet wird. Desktop-Benachrichtigungen in Edge und Safari können maximal für 5 Sekunden auf dem Bildschirm bleiben.",
"user.settings.notifications.desktop.mentionsNoSoundForever": "Für Erwähnungen und Direktnachrichten, ohne Ton, zeige unbegrenzt",
"user.settings.notifications.desktop.mentionsNoSoundTimed": "Für Erwähnungen und Direktnachrichten, ohne Ton, zeige für {seconds} Sekunden",
"user.settings.notifications.desktop.mentionsSoundForever": "Für Erwähnungen und Direktnachrichten, mit Ton, zeige unbegrenzt",
"user.settings.notifications.desktop.mentionsSoundHiddenForever": "Für Erwähnungen und Direktnachrichten, zeige unbegrenzt",
"user.settings.notifications.desktop.mentionsSoundHiddenTimed": "Für Erwähnungen und Direktnachrichten, zeige für {seconds} Sekunden",
"user.settings.notifications.desktop.mentionsSoundTimed": "Für Erwähnungen und Direktnachrichten, mit Ton, zeige für {seconds} Sekunden",
"user.settings.notifications.desktop.seconds": "{seconds} Sekunden",
"user.settings.notifications.desktop.sound": "Benachrichtigungston",
"user.settings.notifications.desktop.title": "Desktop-Benachrichtigungen",
"user.settings.notifications.desktop.unlimited": "Unbegrenzt",
"user.settings.notifications.desktopSounds": "Töne der Desktop-Benachrichtigungen",
"user.settings.notifications.email.disabled": "E-Mail-Benachrichtigungen sind aktiviert",
"user.settings.notifications.email.disabled_long": "E-Mail-Benachrichtigungen wurden vom Systemadministrator deaktiviert.",

View file

@ -376,6 +376,8 @@
"admin.email.enableEmailBatching.siteURL": "Email batching cannot be enabled unless the SiteURL is configured in <b>Configuration > SiteURL</b>.",
"admin.email.enableEmailBatchingDesc": "When true, users will have email notifications for multiple direct messages and mentions combined into a single email. Batching will occur at a default interval of 15 minutes, configurable in Account Settings > Notifications.",
"admin.email.enableEmailBatchingTitle": "Enable Email Batching:",
"admin.email.enablePreviewModeBannerDescription": "When true, the Preview Mode banner is displayed so users are aware that email notifications are disabled. When false, the Preview Mode banner is not displayed to users.",
"admin.email.enablePreviewModeBannerTitle": "Enable Preview Mode Banner:",
"admin.email.enableSMTPAuthDesc": "When enabled, username and password are used for authenticating to the SMTP server.",
"admin.email.enableSMTPAuthTitle": "Enable SMTP Authentication:",
"admin.email.fullPushNotification": "Send full message snippet",
@ -403,7 +405,7 @@
"admin.email.notificationOrganization": "Notification Footer Mailing Address:",
"admin.email.notificationOrganizationDescription": "Organization name and address displayed on email notifications from Mattermost, such as \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\". If the field is left empty, the organization name and address will not be displayed.",
"admin.email.notificationOrganizationExample": "E.g.: \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"",
"admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.<br />Setting this to true removes the Preview Mode banner (requires logging out and logging back in after setting is changed).",
"admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.",
"admin.email.notificationsTitle": "Enable Email Notifications: ",
"admin.email.passwordSaltDescription": "32-character salt added to signing of password reset emails. Randomly generated on install. Click \"Regenerate\" to create new salt.",
"admin.email.passwordSaltExample": "E.g.: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
@ -780,6 +782,7 @@
"admin.plugin.activating": "Activating...",
"admin.plugin.banner": "Plugins are experimental and not recommended for use in production.",
"admin.plugin.choose": "Choose File",
"admin.plugin.cluster_instance": "Cluster Instance",
"admin.plugin.deactivate": "Deactivate",
"admin.plugin.deactivating": "Deactivating...",
"admin.plugin.desc": "Description:",
@ -790,18 +793,34 @@
"admin.plugin.installedTitle": "Installed Plugins: ",
"admin.plugin.management.banner": "Plugins are disabled on your server. To enable them, go to <strong>Plugins > Configuration</strong>.",
"admin.plugin.management.title": "Management",
"admin.plugin.multiple_versions_warning": "There are multiple versions of this plugin installed across your cluster. Re-install this plugin to ensure it works consistently.",
"admin.plugin.name": "Name:",
"admin.plugin.no_plugins": "No installed plugins.",
"admin.plugin.prepackaged": "Pre-packaged",
"admin.plugin.prepackaged": "pre-packaged",
"admin.plugin.remove": "Remove",
"admin.plugin.removing": "Removing...",
"admin.plugin.settingsButton": "Settings",
"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.",
"admin.plugin.state.failed_to_stay_running": "Crashing",
"admin.plugin.state.failed_to_stay_running.description": "This plugin crashed multiple times and is no longer running. Check your system logs for errors.",
"admin.plugin.state.not_running": "Not running",
"admin.plugin.state.not_running.description": "This plugin is not activated.",
"admin.plugin.state.running": "Running",
"admin.plugin.state.running.description": "This plugin is running.",
"admin.plugin.state.starting": "Starting",
"admin.plugin.state.starting.description": "This plugin is starting.",
"admin.plugin.state.stopping": "Stopping",
"admin.plugin.state.stopping.description": "This plugin is stopping.",
"admin.plugin.state.unknown": "Unknown",
"admin.plugin.upload": "Upload",
"admin.plugin.uploadDesc": "Upload a plugin for your Mattermost server. See <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentation</a> to learn more.",
"admin.plugin.uploadDisabledDesc": "To enable plugin uploads, go to <strong>Plugins > Configuration</strong>. See <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentation</a> to learn more.",
"admin.plugin.uploadTitle": "Upload Plugin: ",
"admin.plugin.uploading": "Uploading...",
"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.title": "Configuration",
@ -2125,26 +2144,26 @@
"mobile.client_upgrade.no_upgrade_subtitle": "You already have the latest version.",
"mobile.client_upgrade.no_upgrade_title": "Your App Is Up to Date",
"mobile.client_upgrade.upgrade": "Update",
"mobile.combined_system_message.added_to_channel": "added to the channel",
"mobile.combined_system_message.added_to_team": "added to the team",
"mobile.combined_system_message.by_actor": " by {actor}.",
"mobile.combined_system_message.first_user": "{firstUser} ",
"mobile.combined_system_message.first_user_was": "{firstUser} was ",
"mobile.combined_system_message.first_user_and": "{firstUser} and ",
"mobile.combined_system_message.first_user_and_second_user": "{firstUser} and {secondUser} ",
"mobile.combined_system_message.first_user_and_second_user_were": "{firstUser} and {secondUser} were ",
"mobile.combined_system_message.first_user_was": "{firstUser} was ",
"mobile.combined_system_message.joined_channel": "joined the channel",
"mobile.combined_system_message.joined_team": "joined the team",
"mobile.combined_system_message.left_channel": "left the channel",
"mobile.combined_system_message.left_team": "left the team",
"mobile.combined_system_message.others": "{numOthers} others ",
"mobile.combined_system_message.removed_from_channel": "removed from the channel",
"mobile.combined_system_message.removed_from_team": "removed from the team",
"mobile.combined_system_message.users_and_last_user": "{users} and {lastUser} ",
"mobile.combined_system_message.users_and_last_user_were": "{users} and {lastUser} were ",
"mobile.combined_system_message.by_actor": " by {actor}.",
"mobile.combined_system_message.were": "were ",
"mobile.combined_system_message.you": "You",
"mobile.combined_system_message.you_were": "You were ",
"mobile.combined_system_message.were": "were ",
"mobile.combined_system_message.first_user_and": "{firstUser} and ",
"mobile.combined_system_message.others": "{numOthers} others ",
"mobile.combined_system_message.joined_channel": "joined the channel",
"mobile.combined_system_message.added_to_channel": "added to the channel",
"mobile.combined_system_message.removed_from_channel": "removed from the channel",
"mobile.combined_system_message.left_channel": "left the channel",
"mobile.combined_system_message.joined_team": "joined the team",
"mobile.combined_system_message.added_to_team": "added to the team",
"mobile.combined_system_message.removed_from_team": "removed from the team",
"mobile.combined_system_message.left_team": "left the team",
"mobile.commands.error_title": "Error Executing Command",
"mobile.components.channels_list_view.yourChannels": "Your channels:",
"mobile.components.error_list.dismiss_all": "Dismiss All",
@ -2792,12 +2811,14 @@
"team_export_tab.unable": " Unable to export: {error}",
"team_import_tab.failure": " Import failure: ",
"team_import_tab.import": "Import",
"team_import_tab.importHelpCliDocsLink": "CLI tool for Slack import",
"team_import_tab.importHelpDocsLink": "documentation",
"team_import_tab.importHelpExportInstructions": "Slack > Administration > Workspace settings > Import/Export Data > Export > Start Export",
"team_import_tab.importHelpExporterLink": "Slack Advanced Exporter",
"team_import_tab.importHelpLine1": "Slack import to Mattermost supports importing of messages in your Slack team's public channels.",
"team_import_tab.importHelpLine2": "To import a team from Slack, go to {exportInstructions}. See {uploadDocsLink} to learn more.",
"team_import_tab.importHelpLine3": "To import posts with attached files, see {slackAdvancedExporterLink} for details.",
"team_import_tab.importHelpLine4": "For Slack teams with over 10,000 messages, we recommend using the {cliLink}.",
"team_import_tab.importSlack": "Import from Slack (Beta)",
"team_import_tab.importing": " Importing...",
"team_import_tab.successful": " Import successful: ",
@ -3031,24 +3052,14 @@
"user.settings.notifications.commentsNever": "Do not trigger notifications on messages in reply threads unless I'm mentioned",
"user.settings.notifications.commentsRoot": "Trigger notifications on messages in threads that I start",
"user.settings.notifications.desktop": "Send desktop notifications",
"user.settings.notifications.desktop.allNoSoundForever": "For all activity, without sound, shown indefinitely",
"user.settings.notifications.desktop.allNoSoundTimed": "For all activity, without sound, shown for {seconds} seconds",
"user.settings.notifications.desktop.allSoundForever": "For all activity, with sound, shown indefinitely",
"user.settings.notifications.desktop.allSoundHiddenForever": "For all activity, shown indefinitely",
"user.settings.notifications.desktop.allSoundHiddenTimed": "For all activity, shown for {seconds} seconds",
"user.settings.notifications.desktop.allSoundTimed": "For all activity, with sound, shown for {seconds} seconds",
"user.settings.notifications.desktop.duration": "Notification duration",
"user.settings.notifications.desktop.durationInfo": "Sets how long desktop notifications will remain on screen when using Firefox or Chrome. Desktop notifications in Edge, Safari and Mattermost Desktop Apps can only stay on screen for a maximum of 5 seconds.",
"user.settings.notifications.desktop.mentionsNoSoundForever": "For mentions and direct messages, without sound, shown indefinitely",
"user.settings.notifications.desktop.mentionsNoSoundTimed": "For mentions and direct messages, without sound, shown for {seconds} seconds",
"user.settings.notifications.desktop.mentionsSoundForever": "For mentions and direct messages, with sound, shown indefinitely",
"user.settings.notifications.desktop.mentionsSoundHiddenForever": "For mentions and direct messages, shown indefinitely",
"user.settings.notifications.desktop.mentionsSoundHiddenTimed": "For mentions and direct messages, shown for {seconds} seconds",
"user.settings.notifications.desktop.mentionsSoundTimed": "For mentions and direct messages, with sound, shown for {seconds} seconds",
"user.settings.notifications.desktop.seconds": "{seconds} seconds",
"user.settings.notifications.desktop.sound": "Notification sound",
"user.settings.notifications.desktop.title": "Desktop notifications",
"user.settings.notifications.desktop.unlimited": "Unlimited",
"user.settings.notifications.desktopSounds": "Desktop notification sounds",
"user.settings.notifications.email.disabled": "Email notifications are not enabled",
"user.settings.notifications.email.disabled_long": "Email notifications have not been enabled by your System Administrator.",

View file

@ -376,6 +376,8 @@
"admin.email.enableEmailBatching.siteURL": "El procesamiento por lotes de correos electrónicos no puede ser activado a menos que la URL del Sitio sea configurada en <b>Configuración > URL del Sitio</b>.",
"admin.email.enableEmailBatchingDesc": "Cuando es verdadero, los usuarios tendrán notificaciones de correo electrónico para múltiples mensajes directos y menciones combinados en un único correo electrónico. El procesamiento por lotes se producen en un intervalo predeterminado de 15 minutos, que se puede configurar en Configuración de la Cuenta > Notificaciones.",
"admin.email.enableEmailBatchingTitle": "Habilitar procesamiento por lotes de correos electrónicos:",
"admin.email.enablePreviewModeBannerDescription": "Cuando es verdadero, el anuncio de Modo de Prueba es mostrado para que los usuarios estén al tanto de que las notificaciones por email han sido desactivadas. Cuando es falso, el anuncio de Modo de Prueba no será mostrado a los usuarios.",
"admin.email.enablePreviewModeBannerTitle": "Habilitar Anuncio de Modo de Prueba:",
"admin.email.enableSMTPAuthDesc": "Cuando está habilitado, el nombre de usuario y la contraseña que utilizará para la autenticación con el servidor SMTP.",
"admin.email.enableSMTPAuthTitle": "Habilitar Autenticación SMTP:",
"admin.email.fullPushNotification": "Enviar el mensaje completo",
@ -403,7 +405,7 @@
"admin.email.notificationOrganization": "Dirección del pie de página",
"admin.email.notificationOrganizationDescription": "Nombre de la organización y dirección que se muestra en las notificaciones de correo electrónico enviadas desde Mattermost, como \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\". Si este campo se deja en blanco, el nombre dela organización y su dirección no serán mostrados.",
"admin.email.notificationOrganizationExample": "Ej: \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"",
"admin.email.notificationsDescription": "Normalmente se asigna como verdadero en producción. Cuando es verdadero, Mattermost intenta enviar las notificaciones por correo electrónico. Los desarrolladores puede que quieran dejar esta opción en falso para saltarse la configuración de correos para desarrollar más rápido.<br/>Asignar está opción como verdadero remueve la notificación de Modo de Prueba (requiere cerrar la sesión y abrirla nuevamente para que los cambios surjan efecto).",
"admin.email.notificationsDescription": "Normalmente asignado como verdadero en ambiente de producción. Cuando es verdadero, Mattermost intenta enviar notificaciones por correo electrónico. Los desarrolladores pueden asignar este ajuste como falso para no tener que configurar los correos electrónicos para iniciar el desarrollo más rápido.",
"admin.email.notificationsTitle": "Habilitar Notificaciones por Correo Electrónico: ",
"admin.email.passwordSaltDescription": "Un salt de 32-caracteres es añadido a la firma de correos para restablecer la contraseña. Aleatoriamente generado en la instalación. Haz clic en \"Regenerar\" para crear un nuevo salt.",
"admin.email.passwordSaltExample": "Ej.: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
@ -780,6 +782,7 @@
"admin.plugin.activating": "Activando...",
"admin.plugin.banner": "Los Complementos son experimentales y no se recomienda su uso en producción.",
"admin.plugin.choose": "Seleccionar Archivo",
"admin.plugin.cluster_instance": "Cluster Instance",
"admin.plugin.deactivate": "Desactivar",
"admin.plugin.deactivating": "Desactivando...",
"admin.plugin.desc": "Descripción",
@ -790,18 +793,34 @@
"admin.plugin.installedTitle": "Complementos instalados: ",
"admin.plugin.management.banner": "Los Complementos no está habilitados en este servidor. Para habilitarlos, dirigete a <strong>Complementos > Configuración</strong>.",
"admin.plugin.management.title": "Administración",
"admin.plugin.multiple_versions_warning": "There are multiple versions of this plugin installed across your cluster. Re-install this plugin to ensure it works consistently.",
"admin.plugin.name": "Nombre:",
"admin.plugin.no_plugins": "No hay complementos instalados.",
"admin.plugin.prepackaged": "Pre-empaquetado",
"admin.plugin.remove": "Eliminar",
"admin.plugin.removing": "Eliminando...",
"admin.plugin.settingsButton": "Configuración",
"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.",
"admin.plugin.state.failed_to_stay_running": "Crashing",
"admin.plugin.state.failed_to_stay_running.description": "This plugin crashed multiple times and is no longer running. Check your system logs for errors.",
"admin.plugin.state.not_running": "Not running",
"admin.plugin.state.not_running.description": "This plugin is not activated.",
"admin.plugin.state.running": "Running",
"admin.plugin.state.running.description": "This plugin is running.",
"admin.plugin.state.starting": "Starting",
"admin.plugin.state.starting.description": "This plugin is starting.",
"admin.plugin.state.stopping": "Stopping",
"admin.plugin.state.stopping.description": "This plugin is stopping.",
"admin.plugin.state.unknown": "desconocido",
"admin.plugin.upload": "Cargar",
"admin.plugin.uploadDesc": "Cargar un complemento en tu servidor Mattermost. Ver la <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentación</a> para obtener más información.",
"admin.plugin.uploadDisabledDesc": "Para habilitar la carga de complementos, dirígete a <strong>Complementos > Configuración</strong>. Ver la <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentación</a> para conocer más.",
"admin.plugin.uploadTitle": "Cargar Plugin: ",
"admin.plugin.uploading": "Cargando…",
"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.title": "Configuración",
@ -1502,35 +1521,35 @@
"claim.oauth_to_email.pwdNotMatch": "Las contraseñas no coinciden.",
"claim.oauth_to_email.switchTo": "Cambiar {type} a correo electrónico y contraseña",
"claim.oauth_to_email.title": "Cambiar la cuenta de {type} a Correo Electrónico",
"combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_channel.one": "{firstUser} <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_channel.one_you": "You were <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were <b>added to the team</b> by {actor}.",
"combined_system_message.added_to_team.one": "{firstUser} <b>added to the team</b> by {actor}.",
"combined_system_message.added_to_team.one_you": "You were <b>added to the team</b> by {actor}.",
"combined_system_message.added_to_team.two": "{firstUser} and {secondUser} <b>added to the team</b> by {actor}.",
"combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} <b>joined the channel</b>.",
"combined_system_message.joined_channel.one": "{firstUser} <b>joined the channel</b>.",
"combined_system_message.joined_channel.two": "{firstUser} and {secondUser} <b>joined the channel</b>.",
"combined_system_message.joined_team.many_expanded": "{users} and {lastUser} <b>joined the team</b>.",
"combined_system_message.joined_team.one": "{firstUser} <b>joined the team</b>.",
"combined_system_message.joined_team.two": "{firstUser} and {secondUser} <b>joined the team</b>.",
"combined_system_message.left_channel.many_expanded": "{users} and {lastUser} <b>left the channel</b>.",
"combined_system_message.left_channel.one": "{firstUser} <b>left the channel</b>.",
"combined_system_message.left_channel.two": "{firstUser} and {secondUser} <b>left the channel</b>.",
"combined_system_message.left_team.many_expanded": "{users} and {lastUser} <b>left the team</b>.",
"combined_system_message.left_team.one": "{firstUser} <b>left the team</b>.",
"combined_system_message.left_team.two": "{firstUser} and {secondUser} <b>left the team</b>.",
"combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were <b>removed from the channel</b>.",
"combined_system_message.removed_from_channel.one": "{firstUser} was <b>removed from the channel</b>.",
"combined_system_message.removed_from_channel.one_you": "You were <b>removed from the channel</b>.",
"combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were <b>removed from the channel</b>.",
"combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were <b>removed from the team</b>.",
"combined_system_message.removed_from_team.one": "{firstUser} was <b>removed from the team</b>.",
"combined_system_message.removed_from_team.one_you": "You were <b>removed from the team</b>.",
"combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were <b>removed from the team</b>.",
"combined_system_message.you": "You",
"combined_system_message.added_to_channel.many_expanded": "{users} y {lastUser} fueron <b>agregados al canal</b> por {actor}.",
"combined_system_message.added_to_channel.one": "{firstUser} <b>agregado al canal</b> por {actor}.",
"combined_system_message.added_to_channel.one_you": "Fuiste <b>agregado al canal</b> por {actor}.",
"combined_system_message.added_to_channel.two": "{firstUser} y {secondUser} <b>agregados al canal</b> por {actor}.",
"combined_system_message.added_to_team.many_expanded": "{users} y {lastUser} fueron <b>agregados al equipo</b> por {actor}.",
"combined_system_message.added_to_team.one": "{firstUser} <b>agregado al equipo</b> por {actor}.",
"combined_system_message.added_to_team.one_you": "Fuiste <b>agregado al equipo</b> por {actor}.",
"combined_system_message.added_to_team.two": "{firstUser} y {secondUser} <b>agregados al equipo</b> por {actor}.",
"combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} <b>se unieron al canal</b>.",
"combined_system_message.joined_channel.one": "{firstUser} <b>se unió al canal</b>.",
"combined_system_message.joined_channel.two": "{firstUser} y {secondUser} <b>se unieron al canal</b>.",
"combined_system_message.joined_team.many_expanded": "{users} y {lastUser} <b>se unieron al equipo</b>.",
"combined_system_message.joined_team.one": "{firstUser} <b>se unió al equipo</b>.",
"combined_system_message.joined_team.two": "{firstUser} y {secondUser} <b>se unieron al equipo</b>.",
"combined_system_message.left_channel.many_expanded": "{users} y {lastUser} <b>abandonaron el canal</b>.",
"combined_system_message.left_channel.one": "{firstUser} <b>abandonó el canal</b>.",
"combined_system_message.left_channel.two": "{firstUser} y {secondUser} <b>abandonaron el canal</b>.",
"combined_system_message.left_team.many_expanded": "{users} y {lastUser} <b>abandonaron el equipo</b>.",
"combined_system_message.left_team.one": "{firstUser} <b>abandonó el equipo</b>.",
"combined_system_message.left_team.two": "{firstUser} y {secondUser} <b>abandonaron el equipo</b>.",
"combined_system_message.removed_from_channel.many_expanded": "{users} y {lastUser} fueron <b>removidos del canal</b>.",
"combined_system_message.removed_from_channel.one": "{firstUser} fue <b>removido del canal</b>.",
"combined_system_message.removed_from_channel.one_you": "Fuiste <b>removido del canal</b>.",
"combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} fueron <b>removidos del canal</b>.",
"combined_system_message.removed_from_team.many_expanded": "{users} y {lastUser} fueron <b>removidos del equipo</b>.",
"combined_system_message.removed_from_team.one": "{firstUser} fue <b>removido del equipo</b>.",
"combined_system_message.removed_from_team.one_you": "Fuiste <b>removido del equipo</b>.",
"combined_system_message.removed_from_team.two": "{firstUser} y {secondUser} fueron <b>removidos del equipo</b>.",
"combined_system_message.you": "Tu",
"confirm_modal.cancel": "Cancelar",
"connecting_screen": "Conectando",
"convert_channel.cancel": "No, cancelar",
@ -1963,16 +1982,16 @@
"invite_member.sending": " Enviando",
"invite_member.teamInviteLink": "También puedes invitar personas usando el {link}.",
"katex.error": "No se pudo compilar tu código Latex. Por favor revisa la sintaxis e intenta de nuevo.",
"last_users_message.added_to_channel.type": "were <b>added to the channel</b> by {actor}.",
"last_users_message.added_to_team.type": "were <b>added to the team</b> by {actor}.",
"last_users_message.first": "{firstUser} and ",
"last_users_message.joined_channel.type": "<b>joined the channel</b>.",
"last_users_message.joined_team.type": "<b>joined the team</b>.",
"last_users_message.left_channel.type": "<b>left the channel</b>.",
"last_users_message.left_team.type": "<b>left the team</b>.",
"last_users_message.others": "{numOthers} others ",
"last_users_message.removed_from_channel.type": "were <b>removed from the channel</b>.",
"last_users_message.removed_from_team.type": "were <b>removed from the team</b>.",
"last_users_message.added_to_channel.type": "fueron <b>agregados al canal</b> por {actor}.",
"last_users_message.added_to_team.type": "fueron <b>agregados al equipo</b> por {actor}.",
"last_users_message.first": "{firstUser} y ",
"last_users_message.joined_channel.type": "<b>se unieron al canal</b>.",
"last_users_message.joined_team.type": "<b>se unieron al equipo</b>.",
"last_users_message.left_channel.type": "<b>abandonaron el canal</b>.",
"last_users_message.left_team.type": "<b>abandonaron el equipo</b>.",
"last_users_message.others": "{numOthers} otros ",
"last_users_message.removed_from_channel.type": "fueron <b>removidos del canal</b>.",
"last_users_message.removed_from_team.type": "fueron <b>removidos del equipo</b>.",
"ldap_signup.find": "Encontrar mis equipos",
"ldap_signup.ldap": "Crea un equipo con tu cuenta de AD/LDAP",
"ldap_signup.length_error": "El nombre debe tener entre 3 y 15 caracteres",
@ -2125,6 +2144,26 @@
"mobile.client_upgrade.no_upgrade_subtitle": "Ya tienes la última versión.",
"mobile.client_upgrade.no_upgrade_title": "Tu Aplicación es la más reciente",
"mobile.client_upgrade.upgrade": "Actualizar",
"mobile.combined_system_message.added_to_channel": "agregarlos al canal",
"mobile.combined_system_message.added_to_team": "added to the team",
"mobile.combined_system_message.by_actor": " by {actor}.",
"mobile.combined_system_message.first_user": "{firstUser} y ",
"mobile.combined_system_message.first_user_and": "{firstUser} y ",
"mobile.combined_system_message.first_user_and_second_user": "{firstUser} and {secondUser} ",
"mobile.combined_system_message.first_user_and_second_user_were": "{firstUser} and {secondUser} were ",
"mobile.combined_system_message.first_user_was": "{firstUser} y ",
"mobile.combined_system_message.joined_channel": "joined the channel",
"mobile.combined_system_message.joined_team": "joined the team",
"mobile.combined_system_message.left_channel": "left the channel",
"mobile.combined_system_message.left_team": "left the team",
"mobile.combined_system_message.others": "{numOthers} otros ",
"mobile.combined_system_message.removed_from_channel": "removed from the channel",
"mobile.combined_system_message.removed_from_team": "removed from the team",
"mobile.combined_system_message.users_and_last_user": "{users} y {lastUser}",
"mobile.combined_system_message.users_and_last_user_were": "{users} y {lastUser}",
"mobile.combined_system_message.were": "were ",
"mobile.combined_system_message.you": "Tu",
"mobile.combined_system_message.you_were": "You were ",
"mobile.commands.error_title": "Error Ejecutando el Comando",
"mobile.components.channels_list_view.yourChannels": "Tus canales:",
"mobile.components.error_list.dismiss_all": "Descartar todo",
@ -2772,12 +2811,14 @@
"team_export_tab.unable": " No se pudo exportar: {error}",
"team_import_tab.failure": " Fallo al importar: ",
"team_import_tab.import": "Importar",
"team_import_tab.importHelpCliDocsLink": "herramienta CLI para importación de Slack",
"team_import_tab.importHelpDocsLink": "documentación",
"team_import_tab.importHelpExportInstructions": "Slack > Administration > Workspace settings > Import/Export Data > Export > Start Export",
"team_import_tab.importHelpExporterLink": "Exportador Avanzado de Slack",
"team_import_tab.importHelpLine1": "Importar de Slack a Mattermost admite la importación de los mensajes en los canales públicos del equipo de Slack.",
"team_import_tab.importHelpLine2": "Para importar un equipo desde Slack, ve a {exportInstructions}. Revisa la {uploadDocsLink} para conocer más.",
"team_import_tab.importHelpLine3": "Para importar mensajes con archivos adjuntos, revisa {slackAdvancedExporterLink} para más detalles.",
"team_import_tab.importHelpLine4": "Para equipos de Slack con más de 10.000 mensajes, se recomienda utilizar la {cliLink}.",
"team_import_tab.importSlack": "Importar desde Slack (Beta)",
"team_import_tab.importing": " Importando...",
"team_import_tab.successful": " Importado con éxito: ",
@ -3011,24 +3052,14 @@
"user.settings.notifications.commentsNever": "No activar notificaciones de mensajes en respuesta hilos a menos que yo esté mencionado",
"user.settings.notifications.commentsRoot": "Activar notificaciones para mensajes en los hilos de conversación iniciados por mi",
"user.settings.notifications.desktop": "Enviar notifiaciones de escritorio",
"user.settings.notifications.desktop.allNoSoundForever": "Para toda actividad, sin sonido, que se muestran de forma permanente",
"user.settings.notifications.desktop.allNoSoundTimed": "Para toda actividad, sin sonido, que se muestran por {seconds} segundos",
"user.settings.notifications.desktop.allSoundForever": "Para toda actividad, con sonido, que se muestran de forma permanente",
"user.settings.notifications.desktop.allSoundHiddenForever": "Para toda actividad, que se muestran de forma permanente",
"user.settings.notifications.desktop.allSoundHiddenTimed": "Para toda actividad, que se muestran por {seconds} segundos",
"user.settings.notifications.desktop.allSoundTimed": "Para toda actividad, con sonido, que se muestran por {seconds} segundos",
"user.settings.notifications.desktop.duration": "Duración de la notificación:",
"user.settings.notifications.desktop.durationInfo": "Determina el tiempo que las notificaciones de escritorio permanecerá en la pantalla cuando se utiliza Firefox o Chrome. Las notificaciones de escritorio en Edge, Safari las Aplicaciones de escritorio de Mattermost sólo puede permanecer en la pantalla por un máximo de 5 segundos.",
"user.settings.notifications.desktop.mentionsNoSoundForever": "Para las menciones y mensajes directos, sin sonido, que se muestran de forma permanente",
"user.settings.notifications.desktop.mentionsNoSoundTimed": "Para las menciones y mensajes directos, sin sonido, que se muestran por {seconds} segundos",
"user.settings.notifications.desktop.mentionsSoundForever": "Para las menciones y mensajes directos, con sonido, que se muestran de forma permanente",
"user.settings.notifications.desktop.mentionsSoundHiddenForever": "Para las menciones y mensajes directos, que se muestran de forma permanente",
"user.settings.notifications.desktop.mentionsSoundHiddenTimed": "Para las menciones y mensajes directos, que se muestran por {seconds} segundos",
"user.settings.notifications.desktop.mentionsSoundTimed": "Para las menciones y mensajes directos, con sonido, que se muestran por {seconds} segundos",
"user.settings.notifications.desktop.seconds": "{seconds} segundos",
"user.settings.notifications.desktop.sound": "Sonido de la notificación",
"user.settings.notifications.desktop.title": "Notificaciones de escritorio",
"user.settings.notifications.desktop.unlimited": "Ilimitada",
"user.settings.notifications.desktopSounds": "Sonidos de notificación de escritorio",
"user.settings.notifications.email.disabled": "Las notificaciones de correo electrónico no están habilitadas",
"user.settings.notifications.email.disabled_long": "Las notificaciones por correo electrónico no han sido habilitadas por tu Administrador del Sistema.",

View file

@ -376,6 +376,8 @@
"admin.email.enableEmailBatching.siteURL": "L'envoi d'e-mails par lot ne peut pas être activé tant que l'URL de site n'est pas configurée dans <b>Configuration > URL de site</b>.",
"admin.email.enableEmailBatchingDesc": "Lorsqu'activé, les utilisateurs reçoivent des notifications par email comprenant plusieurs messages personnels et mentions combinés en un seul e-mail. Le lot s'effectuera par intervalle de 15 minutes, configurable dans les Paramètres du Compte > Notifications.",
"admin.email.enableEmailBatchingTitle": "Activer l'envoi d'e-mails par lot :",
"admin.email.enablePreviewModeBannerDescription": "When true, the Preview Mode banner is displayed so users are aware that email notifications are disabled. When false, the Preview Mode banner is not displayed to users.",
"admin.email.enablePreviewModeBannerTitle": "Enable Preview Mode Banner:",
"admin.email.enableSMTPAuthDesc": "Lorsqu'activé, le nom d'utilisateur et le mot de passe sont utilisés pour l'authentification au serveur SMTP.",
"admin.email.enableSMTPAuthTitle": "Activer l'authentification SMTP :",
"admin.email.fullPushNotification": "Envoyer un extrait du message complet",
@ -403,7 +405,7 @@
"admin.email.notificationOrganization": "Adresse e-mail du pied de page des notifications par e-mail :",
"admin.email.notificationOrganizationDescription": "Les nom de société et adresse affichés dans les notifications par e-mail, comme « © MonEntreprise, 12 avenue Niel, 75017 Paris, France ». Si ce champ est vide, il se sera pas inclus dans l'e-mail.",
"admin.email.notificationOrganizationExample": "Ex. : « © MonEntreprise, 12 avenue Niel, 75017 Paris, France »",
"admin.email.notificationsDescription": "En général, activé en production. Lorsqu'activé, Mattermost essaye d'envoyer des notifications par e-mail. Les développeurs peuvent en revanche désactiver cette option pour gagner du temps lors du développement.<br />Activer cette option retire la bannière « Mode découverte » (cela nécessite de se déconnecter puis se re-connecter après avoir modifié l'option).",
"admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.",
"admin.email.notificationsTitle": "Activer les notifications par e-mail : ",
"admin.email.passwordSaltDescription": "Clé de salage de 32 caractères utilisé pour générer la clé de réinitialisation du mot de passe. Générée aléatoirement à l'installation. Veuillez cliquer sur « Regénérer » pour créer une nouvelle clé de salage.",
"admin.email.passwordSaltExample": "Ex. : « bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo »",
@ -780,6 +782,7 @@
"admin.plugin.activating": "Activation...",
"admin.plugin.banner": "Les plugins sont une fonction expérimentale et ne sont pas recommandés pour une utilisation en production.",
"admin.plugin.choose": "Parcourir",
"admin.plugin.cluster_instance": "Cluster Instance",
"admin.plugin.deactivate": "Désactiver",
"admin.plugin.deactivating": "Désactivation...",
"admin.plugin.desc": "Description :",
@ -790,18 +793,34 @@
"admin.plugin.installedTitle": "Plugins installés : ",
"admin.plugin.management.banner": "Les plugins sont désactivés sur votre serveur. Pour les activer, aller dans <strong>Plugins > Configuration</strong>.",
"admin.plugin.management.title": "Gestion",
"admin.plugin.multiple_versions_warning": "There are multiple versions of this plugin installed across your cluster. Re-install this plugin to ensure it works consistently.",
"admin.plugin.name": "Nom :",
"admin.plugin.no_plugins": "Aucun plugin installé.",
"admin.plugin.prepackaged": "Pré-packagé",
"admin.plugin.remove": "Supprimer",
"admin.plugin.removing": "Suppression en cours...",
"admin.plugin.settingsButton": "Paramètres",
"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.",
"admin.plugin.state.failed_to_stay_running": "Crashing",
"admin.plugin.state.failed_to_stay_running.description": "This plugin crashed multiple times and is no longer running. Check your system logs for errors.",
"admin.plugin.state.not_running": "Not running",
"admin.plugin.state.not_running.description": "This plugin is not activated.",
"admin.plugin.state.running": "Running",
"admin.plugin.state.running.description": "This plugin is running.",
"admin.plugin.state.starting": "Starting",
"admin.plugin.state.starting.description": "This plugin is starting.",
"admin.plugin.state.stopping": "Stopping",
"admin.plugin.state.stopping.description": "This plugin is stopping.",
"admin.plugin.state.unknown": "inconnu",
"admin.plugin.upload": "Envoyer",
"admin.plugin.uploadDesc": "Envoyez un plugin pour votre serveur Mattermost. Référez-vous à la <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentation</a> pour en savoir plus.",
"admin.plugin.uploadDisabledDesc": "Pour activer l'envoi de plugins, allez dans <strong>Plugins > Configuration</strong>. Référez-vous à la <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentation</a> pour en savoir plus.",
"admin.plugin.uploadTitle": "Envoi de plugins : ",
"admin.plugin.uploading": "Envoi en cours...",
"admin.plugin.version": "Version :",
"admin.plugin.version_title": "Version",
"admin.plugins.settings.enable": "Activer des plugins : ",
"admin.plugins.settings.enableDesc": "Lorsqu'activé, active les plugins sur votre serveur Mattermost. Utilisez les plugins pour vous intégrer avec des systèmes tiers, étendre les fonctionnalités ou personnaliser l'interface utilisateur de votre serveur Mattermost. Référez-vous à la <a href=\"https://about.mattermost.com/default-plugins\" target=\"_blank\">documentation</a> pour en savoir plus.",
"admin.plugins.settings.title": "Configuration",
@ -1530,7 +1549,7 @@
"combined_system_message.removed_from_team.one": "{firstUser} was <b>removed from the team</b>.",
"combined_system_message.removed_from_team.one_you": "You were <b>removed from the team</b>.",
"combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were <b>removed from the team</b>.",
"combined_system_message.you": "You",
"combined_system_message.you": "Vous",
"confirm_modal.cancel": "Annuler",
"connecting_screen": "Connexion en cours",
"convert_channel.cancel": "Non, annuler",
@ -2125,6 +2144,26 @@
"mobile.client_upgrade.no_upgrade_subtitle": "Vous avez déjà la dernière version.",
"mobile.client_upgrade.no_upgrade_title": "Votre application est à jour",
"mobile.client_upgrade.upgrade": "Mettre à jour",
"mobile.combined_system_message.added_to_channel": "ajouter à ce canal",
"mobile.combined_system_message.added_to_team": "added to the team",
"mobile.combined_system_message.by_actor": " by {actor}.",
"mobile.combined_system_message.first_user": "{firstUser} ",
"mobile.combined_system_message.first_user_and": "{firstUser} and ",
"mobile.combined_system_message.first_user_and_second_user": "{firstUser} and {secondUser} ",
"mobile.combined_system_message.first_user_and_second_user_were": "{firstUser} and {secondUser} were ",
"mobile.combined_system_message.first_user_was": "{firstUser} was ",
"mobile.combined_system_message.joined_channel": "joined the channel",
"mobile.combined_system_message.joined_team": "joined the team",
"mobile.combined_system_message.left_channel": "left the channel",
"mobile.combined_system_message.left_team": "left the team",
"mobile.combined_system_message.others": "{numOthers} others ",
"mobile.combined_system_message.removed_from_channel": "removed from the channel",
"mobile.combined_system_message.removed_from_team": "removed from the team",
"mobile.combined_system_message.users_and_last_user": "{users} et {lastUser}",
"mobile.combined_system_message.users_and_last_user_were": "{users} et {lastUser}",
"mobile.combined_system_message.were": "were ",
"mobile.combined_system_message.you": "Vous",
"mobile.combined_system_message.you_were": "You were ",
"mobile.commands.error_title": "Une erreur s'est produite durant l'exécution de la commande",
"mobile.components.channels_list_view.yourChannels": "Vos canaux :",
"mobile.components.error_list.dismiss_all": "Annuler tout",
@ -2772,12 +2811,14 @@
"team_export_tab.unable": " Impossible d'exporter : {error}",
"team_import_tab.failure": " Échec de l'import ",
"team_import_tab.import": "Importer",
"team_import_tab.importHelpCliDocsLink": "CLI tool for Slack import",
"team_import_tab.importHelpDocsLink": "documentation",
"team_import_tab.importHelpExportInstructions": "Slack > Administration > Workspace settings > Import/Export Data > Export > Start Export",
"team_import_tab.importHelpExporterLink": "Slack Advanced Exporter",
"team_import_tab.importHelpLine1": "L'outil d'importation Slack vers Mattermost supporte désormais l'importation des messages des canaux publics d'équipes Slack.",
"team_import_tab.importHelpLine2": "Pour importer une équipe de Slack, allez dans {exportInstructions}. Rendez-vous dans la {uploadDocsLink} pour en savoir plus.",
"team_import_tab.importHelpLine3": "Pour importer des messages avec fichiers joints, voir {slackAdvancedExporterLink} pour plus de détails.",
"team_import_tab.importHelpLine4": "For Slack teams with over 10,000 messages, we recommend using the {cliLink}.",
"team_import_tab.importSlack": "Importer depuis Slack (Beta)",
"team_import_tab.importing": " Import...",
"team_import_tab.successful": " Import réussi : ",
@ -3011,24 +3052,14 @@
"user.settings.notifications.commentsNever": "Ne pas recevoir de notifications pour toutes réponses apportées à un fil de réponses à moins que je ne sois mentionné",
"user.settings.notifications.commentsRoot": "Recevoir des notifications pour pour toutes réponses apportées à un fil de discussion que j'ai lancé",
"user.settings.notifications.desktop": "Envoyer des notifications de bureau",
"user.settings.notifications.desktop.allNoSoundForever": "Pour toute activité, sans son, visible indéfiniment",
"user.settings.notifications.desktop.allNoSoundTimed": "Pour toute activité, sans son, visible {seconds} secondes",
"user.settings.notifications.desktop.allSoundForever": "Pour toute activité, avec son, visible indéfiniment",
"user.settings.notifications.desktop.allSoundHiddenForever": "Pour toute activité, visible indéfiniment",
"user.settings.notifications.desktop.allSoundHiddenTimed": "Pour toute activité, visible pour {seconds} secondes",
"user.settings.notifications.desktop.allSoundTimed": "Pour toute activité, avec son, visible {seconds} secondes",
"user.settings.notifications.desktop.duration": "Durée de notification",
"user.settings.notifications.desktop.durationInfo": "Définit combien de temps les notifications de bureau resteront à l'écran lors de l'utilisation de Firefox ou Chrome. Les notifications de bureau dans Edge, Safari et les applications de bureau Mattermost ne peuvent rester affichées à l'écran que pour un maximum de 5 secondes.",
"user.settings.notifications.desktop.mentionsNoSoundForever": "Pour les mentions et messages personnels, sans son, visible indéfiniment",
"user.settings.notifications.desktop.mentionsNoSoundTimed": "Pour les mentions et messages personnels, sans son, visible {seconds} secondes",
"user.settings.notifications.desktop.mentionsSoundForever": "Pour les mentions et messages personnels, avec son, visible indéfiniment",
"user.settings.notifications.desktop.mentionsSoundHiddenForever": "Pour les mentions et messages personnels, visible indéfiniment",
"user.settings.notifications.desktop.mentionsSoundHiddenTimed": "Pour les mentions et messages personnels, visible pendant {seconds} secondes",
"user.settings.notifications.desktop.mentionsSoundTimed": "Pour les mentions et messages personnels, avec son, visible pendant {seconds} secondes",
"user.settings.notifications.desktop.seconds": "{seconds} secondes",
"user.settings.notifications.desktop.sound": "Son de notification",
"user.settings.notifications.desktop.title": "Notifications de bureau",
"user.settings.notifications.desktop.unlimited": "Illimité",
"user.settings.notifications.desktopSounds": "Sons des notifications de bureau",
"user.settings.notifications.email.disabled": "Les notifications par e-mail ne sont pas activées",
"user.settings.notifications.email.disabled_long": "Les notifications par e-mail n'ont pas été activées par votre administrateur système.",

View file

@ -376,6 +376,8 @@
"admin.email.enableEmailBatching.siteURL": "L'invio di email in blocco non può essere attivato senza la configurazione del SiteURL in <b>Configurazione > SiteURL</b>.",
"admin.email.enableEmailBatchingDesc": "Se vero, gli utenti riceveranno un'unica email di notifica per tutti gli ultimi messaggi diretti e le citazioni che li coinvolgono. Il controllo avviene a un intervallo predefinito di 15 minuti, modificabile in Impostazioni Account > Notifiche.",
"admin.email.enableEmailBatchingTitle": "Abilita raggruppamento email:",
"admin.email.enablePreviewModeBannerDescription": "Se vero, il pannello dell'anteprima è visualizzato e gli utenti sapranno che le notifiche email sono disattivate. Se falso, il pannello dell'anteprima non è visualizzato.",
"admin.email.enablePreviewModeBannerTitle": "Attiva pannello dell'anteprima:",
"admin.email.enableSMTPAuthDesc": "Se attivo, il nome nome utente e la password sono utilizzati per autenticarsi sul server SMTP.",
"admin.email.enableSMTPAuthTitle": "Abilita Autenticazione SMTP:",
"admin.email.fullPushNotification": "Invia estratto dal messaggio completo",
@ -403,7 +405,7 @@
"admin.email.notificationOrganization": "Indirizzo postale in calce alle notifiche:",
"admin.email.notificationOrganizationDescription": "Nome della società ed indirizzo mostrato nelle notifiche da Mattermost, come es. \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\". Se lasciato in bianco, non verrà mostrato nessun indirizzo.",
"admin.email.notificationOrganizationExample": "Es. \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"",
"admin.email.notificationsDescription": "In produzione, solitamente impostato a vero. Se attivo, Mattermost invierà email di notifica. Gli sviluppatori possono impostare a falso questa opzione per velocizzare lo sviluppo disattivando l'invio delle notifiche email.<br />Inoltre se impostato a vero il banner della Modalità anteprima verrà rimosso. (Richiede il riavvio di Mattermost per essere attivato).",
"admin.email.notificationsDescription": "Normalmente impostato a vero in produzione. Se vero, Mattermost invierà le email di notifica. Gli sviluppatori possono impostare questo campo a falso per saltare l'invio delle email.",
"admin.email.notificationsTitle": "Abilita notifiche email: ",
"admin.email.passwordSaltDescription": "Seme di 32 caratteri aggiunto alla firma di email per il reset password. Viene generato casualmente ad ogni installazione. Clic su \"Rigenera\" per creare un nuovo seme.",
"admin.email.passwordSaltExample": "Es.: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
@ -780,6 +782,7 @@
"admin.plugin.activating": "Attivazione...",
"admin.plugin.banner": "I plugin sono sperimentali e non sono raccomandati per l'uso in produzione.",
"admin.plugin.choose": "Scegliere file",
"admin.plugin.cluster_instance": "Istanza cluster",
"admin.plugin.deactivate": "Disattiva",
"admin.plugin.deactivating": "Disattivazione...",
"admin.plugin.desc": "Descrizione:",
@ -790,18 +793,34 @@
"admin.plugin.installedTitle": "Plugin installati: ",
"admin.plugin.management.banner": "I plugin sono disattivati su questo server. Per attivarli, andare in <strong>Plugins > Configurazione</strong>.",
"admin.plugin.management.title": "Gestione",
"admin.plugin.multiple_versions_warning": "Ci sono versioni multiple del plugin installate sul cluster. Reinstalla il plugin per consentigli di lavorare in modo consistente.",
"admin.plugin.name": "Nome:",
"admin.plugin.no_plugins": "Nessun plugin installato.",
"admin.plugin.prepackaged": "Precompilato",
"admin.plugin.remove": "Rimuovi",
"admin.plugin.removing": "Cancellazione...",
"admin.plugin.settingsButton": "Impostazioni",
"admin.plugin.state": "Stato",
"admin.plugin.state.failed_to_start": "Avvio non riuscito",
"admin.plugin.state.failed_to_start.description": "Avvio del plugin non riuscito. Controllare i log di sistema per gli errori.",
"admin.plugin.state.failed_to_stay_running": "Interruzioni non previste",
"admin.plugin.state.failed_to_stay_running.description": "Il plugin si è arrestato in modo anomalo più di una volta e non è più in esecuzione. Controllare i log di sistema per gli errori.",
"admin.plugin.state.not_running": "Non in esecuzione",
"admin.plugin.state.not_running.description": "Plugin non attivato.",
"admin.plugin.state.running": "In Esecuzione",
"admin.plugin.state.running.description": "Il plugin è in esecuzione.",
"admin.plugin.state.starting": "Avvio in corso",
"admin.plugin.state.starting.description": "Il plugin si sta avviando.",
"admin.plugin.state.stopping": "Arresto in corso",
"admin.plugin.state.stopping.description": "Il plugin si sta arrestando.",
"admin.plugin.state.unknown": "Sconosciuto",
"admin.plugin.upload": "Carica",
"admin.plugin.uploadDesc": "Carica un plugin per il server di Mattermost. Vedere la <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentazione</a> per ulteriori informazioni.",
"admin.plugin.uploadDisabledDesc": "Per abilitare l'upload dei plugin, andare in <strong>Plugins > Configurazione</strong>. Vedere la <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentazione</a> per ulteriori informazioni.",
"admin.plugin.uploadTitle": "Carica Plugin: ",
"admin.plugin.uploading": "Caricamento...",
"admin.plugin.version": "Versione:",
"admin.plugin.version_title": "Versione",
"admin.plugins.settings.enable": "Abilita plugin: ",
"admin.plugins.settings.enableDesc": "Se vero, abilita i plugin sul server di Mattermost. Utilizzare i plugin per integrare applicazioni di terze parti, estendere le funzionalità o personalizzare l'interfaccia utente di Mattermost. Vedere la <a href=\"https://about.mattermost.com/default-plugins\" target=\"_blank\">documentazione</a> per ulteriori informazioni.",
"admin.plugins.settings.title": "Configurazione",
@ -1502,35 +1521,35 @@
"claim.oauth_to_email.pwdNotMatch": "Le password non corrispondono.",
"claim.oauth_to_email.switchTo": "Cambia {type} ad email e password",
"claim.oauth_to_email.title": "Cambia account {type} a Email",
"combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_channel.one": "{firstUser} <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_channel.one_you": "You were <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were <b>added to the team</b> by {actor}.",
"combined_system_message.added_to_team.one": "{firstUser} <b>added to the team</b> by {actor}.",
"combined_system_message.added_to_team.one_you": "You were <b>added to the team</b> by {actor}.",
"combined_system_message.added_to_team.two": "{firstUser} and {secondUser} <b>added to the team</b> by {actor}.",
"combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} <b>joined the channel</b>.",
"combined_system_message.joined_channel.one": "{firstUser} <b>joined the channel</b>.",
"combined_system_message.joined_channel.two": "{firstUser} and {secondUser} <b>joined the channel</b>.",
"combined_system_message.joined_team.many_expanded": "{users} and {lastUser} <b>joined the team</b>.",
"combined_system_message.joined_team.one": "{firstUser} <b>joined the team</b>.",
"combined_system_message.joined_team.two": "{firstUser} and {secondUser} <b>joined the team</b>.",
"combined_system_message.left_channel.many_expanded": "{users} and {lastUser} <b>left the channel</b>.",
"combined_system_message.left_channel.one": "{firstUser} <b>left the channel</b>.",
"combined_system_message.left_channel.two": "{firstUser} and {secondUser} <b>left the channel</b>.",
"combined_system_message.left_team.many_expanded": "{users} and {lastUser} <b>left the team</b>.",
"combined_system_message.left_team.one": "{firstUser} <b>left the team</b>.",
"combined_system_message.left_team.two": "{firstUser} and {secondUser} <b>left the team</b>.",
"combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were <b>removed from the channel</b>.",
"combined_system_message.removed_from_channel.one": "{firstUser} was <b>removed from the channel</b>.",
"combined_system_message.removed_from_channel.one_you": "You were <b>removed from the channel</b>.",
"combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were <b>removed from the channel</b>.",
"combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were <b>removed from the team</b>.",
"combined_system_message.removed_from_team.one": "{firstUser} was <b>removed from the team</b>.",
"combined_system_message.removed_from_team.one_you": "You were <b>removed from the team</b>.",
"combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were <b>removed from the team</b>.",
"combined_system_message.you": "You",
"combined_system_message.added_to_channel.many_expanded": "{users} e {lastUser} sono stati <b>aggiunti al canale</b> da {actor}.",
"combined_system_message.added_to_channel.one": "{firstUser} <b>aggiunto al canale</b> da {actor}.",
"combined_system_message.added_to_channel.one_you": "Se stato <b>aggiunto al canale</b> da {actor}.",
"combined_system_message.added_to_channel.two": "{firstUser} e {secondUser} <b>aggiunti al canale</b> da {actor}.",
"combined_system_message.added_to_team.many_expanded": "{users} e {lastUser} sono stati <b>aggiunti al gruppo</b> da {actor}.",
"combined_system_message.added_to_team.one": "{firstUser} <b>aggiunto al gruppo</b> da {actor}.",
"combined_system_message.added_to_team.one_you": "Sei stato <b>aggiunto al gruppo</b> da {actor}.",
"combined_system_message.added_to_team.two": "{firstUser} e {secondUser} <b>aggiunti al gruppo</b> da {actor}.",
"combined_system_message.joined_channel.many_expanded": "{users} e {lastUser} <b>aggiunti al canale</b>.",
"combined_system_message.joined_channel.one": "{firstUser} <b>aggiunto al canale</b>.",
"combined_system_message.joined_channel.two": "{firstUser} e {secondUser} <b>aggiunto al canale</b>.",
"combined_system_message.joined_team.many_expanded": "{users} e {lastUser} <b>aggiunti al gruppo</b>.",
"combined_system_message.joined_team.one": "{firstUser} <b>aggiunto al gruppo</b>.",
"combined_system_message.joined_team.two": "{firstUser} e {secondUser} <b> aggiunto al gruppo</b>.",
"combined_system_message.left_channel.many_expanded": "{users} e {lastUser} hanno <b> abbandonato il canale</b>.",
"combined_system_message.left_channel.one": "{firstUser} ha <b>abbandonato il canale</b>.",
"combined_system_message.left_channel.two": "{firstUser} e {secondUser} hanno <b>abbandonato il canale</b>.",
"combined_system_message.left_team.many_expanded": "{users} e {lastUser} hanno <b>abbandonato il canale</b>.",
"combined_system_message.left_team.one": "{firstUser} ha <b>abbandonato il gruppo</b>.",
"combined_system_message.left_team.two": "{firstUser} e {secondUser} hanno <b>abbandonato il gruppo</b>.",
"combined_system_message.removed_from_channel.many_expanded": "{users} e {lastUser} sono stati <b>rimossi dal canale</b>.",
"combined_system_message.removed_from_channel.one": "{firstUser} è stato <b>rimosso dal canale</b>.",
"combined_system_message.removed_from_channel.one_you": "Sei stato <b>rimosso dal canale</b>.",
"combined_system_message.removed_from_channel.two": "{firstUser} e {secondUser} sono stato <b>rimossi dal canale</b>.",
"combined_system_message.removed_from_team.many_expanded": "{users} e {lastUser} sono stati <b>rimossi dal gruppo</b>.",
"combined_system_message.removed_from_team.one": "{firstUser} è stato <b>rimosso dal gruppo</b>.",
"combined_system_message.removed_from_team.one_you": "Sei stato <b>rimosso dal gruppo</b>.",
"combined_system_message.removed_from_team.two": "{firstUser} e {secondUser} sono stati <b>rimossi dal gruppo</b>.",
"combined_system_message.you": "Tu",
"confirm_modal.cancel": "Cancella",
"connecting_screen": "Connessione",
"convert_channel.cancel": "No, annulla",
@ -1963,16 +1982,16 @@
"invite_member.sending": " Invio",
"invite_member.teamInviteLink": "Puoi anche invitare persone usando il {link}.",
"katex.error": "Impossibile compilare il codice Latex. Rivedere la sintassi e riprovare.",
"last_users_message.added_to_channel.type": "were <b>added to the channel</b> by {actor}.",
"last_users_message.added_to_team.type": "were <b>added to the team</b> by {actor}.",
"last_users_message.first": "{firstUser} and ",
"last_users_message.joined_channel.type": "<b>joined the channel</b>.",
"last_users_message.joined_team.type": "<b>joined the team</b>.",
"last_users_message.left_channel.type": "<b>left the channel</b>.",
"last_users_message.left_team.type": "<b>left the team</b>.",
"last_users_message.others": "{numOthers} others ",
"last_users_message.removed_from_channel.type": "were <b>removed from the channel</b>.",
"last_users_message.removed_from_team.type": "were <b>removed from the team</b>.",
"last_users_message.added_to_channel.type": "sono stati <b>aggiunti al canale</b> da {actor}.",
"last_users_message.added_to_team.type": "sono stati <b>aggiunti al canale</b> da {actor}.",
"last_users_message.first": "{firstUser} e ",
"last_users_message.joined_channel.type": "<b>si è unito al canale</b>.",
"last_users_message.joined_team.type": "<b>si è unito al gruppo</b>.",
"last_users_message.left_channel.type": "<b>ha abbandonato il canale</b>.",
"last_users_message.left_team.type": "<b>ha abbandonato il gruppo</b>.",
"last_users_message.others": "{numOthers} altri ",
"last_users_message.removed_from_channel.type": "sono stati <b>rimossi dal canale</b>.",
"last_users_message.removed_from_team.type": "sono stati <b>rimossi dal gruppo</b>.",
"ldap_signup.find": "Trova i miei gruppi",
"ldap_signup.ldap": "Crea gruppo con account AD/LDAP",
"ldap_signup.length_error": "Nome deve essere maggiore di 3 caratteri fino a un massimo di 15",
@ -2125,6 +2144,26 @@
"mobile.client_upgrade.no_upgrade_subtitle": "Si dispone già dell'ultima versione disponibile.",
"mobile.client_upgrade.no_upgrade_title": "L'App è aggiornata",
"mobile.client_upgrade.upgrade": "Aggiorna",
"mobile.combined_system_message.added_to_channel": "aggiunto al canale",
"mobile.combined_system_message.added_to_team": "aggiunto al canale",
"mobile.combined_system_message.by_actor": " da {actor}.",
"mobile.combined_system_message.first_user": "{firstUser} ",
"mobile.combined_system_message.first_user_and": "{firstUser} e ",
"mobile.combined_system_message.first_user_and_second_user": "{firstUser} e {secondUser} ",
"mobile.combined_system_message.first_user_and_second_user_were": "{firstUser} e {secondUser} sono stati ",
"mobile.combined_system_message.first_user_was": "{firstUser} è stato ",
"mobile.combined_system_message.joined_channel": "si è unito al canale",
"mobile.combined_system_message.joined_team": "si è unito al gruppo",
"mobile.combined_system_message.left_channel": "ha abbandonato il canale",
"mobile.combined_system_message.left_team": "ha abbandonato il canale",
"mobile.combined_system_message.others": "{numOthers} altri ",
"mobile.combined_system_message.removed_from_channel": "rimosso dal canale",
"mobile.combined_system_message.removed_from_team": "rimosso dal gruppo",
"mobile.combined_system_message.users_and_last_user": "{users} e {lastUser}",
"mobile.combined_system_message.users_and_last_user_were": "{users} e {lastUser} sono stati ",
"mobile.combined_system_message.were": "sono stati ",
"mobile.combined_system_message.you": "Tu",
"mobile.combined_system_message.you_were": "Sei stato ",
"mobile.commands.error_title": "Errore durante l'esecuzione del comando",
"mobile.components.channels_list_view.yourChannels": "I tuoi canali:",
"mobile.components.error_list.dismiss_all": "Ignora Tutti",
@ -2772,12 +2811,14 @@
"team_export_tab.unable": " Impossibile esportare: {error}",
"team_import_tab.failure": " Importazione fallita: ",
"team_import_tab.import": "Importa",
"team_import_tab.importHelpCliDocsLink": "Strumento CLI per importazione Slack",
"team_import_tab.importHelpDocsLink": "documentazione",
"team_import_tab.importHelpExportInstructions": "Slack > Amministrazione > Impostazioni spazio di lavoro > Importa/Esporta dati > Esporta > Avvia esportazione",
"team_import_tab.importHelpExporterLink": "Esportazione Avanzata Slack",
"team_import_tab.importHelpLine1": "L'importazione di Slack in Mattermost supporta l'importazione dei messaggi nei tuoi canali pubblici di Slack.",
"team_import_tab.importHelpLine2": "Per importare i tuoi gruppi da Slack, vai a {exportInstructions}. Vedi {uploadDocsLink} per ulteriori informazioni.",
"team_import_tab.importHelpLine3": "Per importare pubblicazioni con file allegati, vedere {slackAdvancedExporterLink}.",
"team_import_tab.importHelpLine4": "Per impostare i gruppi Slack con più di 10.000 messaggi si raccomanda di usare {cliLink}.",
"team_import_tab.importSlack": "Importa da Slack (Beta)",
"team_import_tab.importing": " Importazione...",
"team_import_tab.successful": " Importazione riuscita: ",
@ -3011,24 +3052,14 @@
"user.settings.notifications.commentsNever": "Non inviare notifiche per le risposte a meno che io non sia citato",
"user.settings.notifications.commentsRoot": "Invia notifiche per le conversazioni che ho iniziato",
"user.settings.notifications.desktop": "Invia notifiche desktop",
"user.settings.notifications.desktop.allNoSoundForever": "Per tutte le attività, senza suono, mostra per sempre",
"user.settings.notifications.desktop.allNoSoundTimed": "Per tutte le attività, senza suono, mostra per {seconds} secondi",
"user.settings.notifications.desktop.allSoundForever": "Per tutte le attività, con suono, mostra per sempre",
"user.settings.notifications.desktop.allSoundHiddenForever": "Per tutte le attività, mostra per sempre",
"user.settings.notifications.desktop.allSoundHiddenTimed": "Per tutte le attività, mostra per {seconds} secondi",
"user.settings.notifications.desktop.allSoundTimed": "Per tutte le attività, con suono, mostra per {seconds} secondi",
"user.settings.notifications.desktop.duration": "Durata della notifica",
"user.settings.notifications.desktop.durationInfo": "Imposta per quanto le notifiche desktop devono rimanere sullo schermo quando si usa Firefox o Chrome. Le notifiche desktop in Edge e Safari possono rimanere sullo schermo per massimo 5 secondi.",
"user.settings.notifications.desktop.mentionsNoSoundForever": "Per le citazioni e i messaggi diretti, senza suono, mostra per sempre",
"user.settings.notifications.desktop.mentionsNoSoundTimed": "Per le citazioni e i messaggi diretti, senza suono, mostra per {seconds} secondi",
"user.settings.notifications.desktop.mentionsSoundForever": "Per le citazioni e i messaggi diretti, con suono, mostra per sempre",
"user.settings.notifications.desktop.mentionsSoundHiddenForever": "Per le citazioni e i messaggi diretti, mostra per sempre",
"user.settings.notifications.desktop.mentionsSoundHiddenTimed": "Per le citazioni e i messaggi diretti, mostra per {seconds} seconds",
"user.settings.notifications.desktop.mentionsSoundTimed": "Per le citazioni e i messaggi diretti, con suono, mostra per {seconds} secondi",
"user.settings.notifications.desktop.seconds": "{seconds} secondi",
"user.settings.notifications.desktop.sound": "Suono di notifica",
"user.settings.notifications.desktop.title": "Notifiche desktop",
"user.settings.notifications.desktop.unlimited": "Illimitata",
"user.settings.notifications.desktopSounds": "Suoni di notifica desktop",
"user.settings.notifications.email.disabled": "Le notifiche email non sono attive",
"user.settings.notifications.email.disabled_long": "Le notifiche email non sono state abilitate dall'Amministratore di Sistema.",

View file

@ -376,6 +376,8 @@
"admin.email.enableEmailBatching.siteURL": "<b>設定 > サイトURL</b>のサイトURLを設定しない限り、電子メールバッチ処理を有効にすることはできません。",
"admin.email.enableEmailBatchingDesc": "有効な場合、ユーザーは複数のダイレクトメッセージや自分についての投稿を一つのメールとした電子メール通知を受け取ることになります。この処理はデフォルトでは15分間隔で行われ、アカウント設定 > 通知で設定することができます。",
"admin.email.enableEmailBatchingTitle": "電子メールバッチ処理を有効にする:",
"admin.email.enablePreviewModeBannerDescription": "有効な場合、プレビューモードバナーが表示され、ユーザーは電子メール通知が無効になったことを知ることができます。無効な場合、プレビューモードバナーはユーザーに対して表示されません。",
"admin.email.enablePreviewModeBannerTitle": "プレビューモードバナーを有効にする:",
"admin.email.enableSMTPAuthDesc": "有効な場合、ユーザー名とパスワードがSMTPサーバーへの認証に利用されます。",
"admin.email.enableSMTPAuthTitle": "SMTP認証を有効にする:",
"admin.email.fullPushNotification": "メッセージの抜粋を送信する",
@ -403,7 +405,7 @@
"admin.email.notificationOrganization": "通知のフッターの住所:",
"admin.email.notificationOrganizationDescription": "Mattermostからの通知電子メールに表示する組織名と住所をを設定します。例: \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"。この欄を空欄にすると、組織名と住所は表示されません。",
"admin.email.notificationOrganizationExample": "例: \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"",
"admin.email.notificationsDescription": "本番環境では有効に設定してください。有効な場合、Mattermostは電子メールによる通知を送信します。開発者は無効に設定することで、電子メールによる通知を省略し、開発をより早く進められるようにできます。<br/>また、有効に設定することで、プレビューモードのバナーが表示されなくなります(この設定を反映するには再度ログインし直してください)。",
"admin.email.notificationsDescription": "プロダクション環境では有効に設定してください。有効な場合、Mattermostは電子メール通知を送信しようとします。開発者は開発高速化を目的に電子メールのセットアップを省略するために、この設定を無効にすることもできます。",
"admin.email.notificationsTitle": "通知電子メールを有効にする: ",
"admin.email.passwordSaltDescription": "パスワード初期化の電子メールの署名に32文字のソルトを付与します。これはインストールするたびにランダムに生成されます。新しいソルトを生成するには「再生成する」をクリックしてください。",
"admin.email.passwordSaltExample": "例: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
@ -617,26 +619,26 @@
"admin.ldap.bindPwdTitle": "バインドパスワード:",
"admin.ldap.bindUserDesc": "AD/LDAPを検索する際に使用するユーザー名です。一般的にはMattermost専用のアカウントを作成すべきであり、そのアカウントはベースDN内の指定されたAD/LDAPツリーの一部のみ読み取りが可能となるようアクセスが制限されているべきです。",
"admin.ldap.bindUserTitle": "バインドユーザー名:",
"admin.ldap.emailAttrDesc": "Mattermostのユーザーの電子メールアドレスを設定するために使用されるAD/LDAPサーバーの属性です。",
"admin.ldap.emailAttrDesc": "Mattermostのユーザーの電子メールアドレスを設定するために使用されるAD/LDAPサーバーの属性です。",
"admin.ldap.emailAttrEx": "例: \"mail\" or \"userPrincipalName\"",
"admin.ldap.emailAttrTitle": "電子メール属性:",
"admin.ldap.emailAttrTitle": "電子メール属性:",
"admin.ldap.enableDesc": "有効な場合、MattermostはログインにAD/LDAPの使用を許可します",
"admin.ldap.enableSyncDesc": "有効な場合、Mattermostは定期的にAD/LDAPからユーザー情報を同期します。無効の場合、ユーザー属性はユーザーがログインしている間にAD/LDAPより更新されます。",
"admin.ldap.enableSyncTitle": "AD/LDAPとの同期を有効にする:",
"admin.ldap.enableTitle": "AD/LDAPでのサインインを有効にする:",
"admin.ldap.firstnameAttrDesc": "(オプション) Mattermostのユーザーの名前(ファーストネーム)を設定するために使用されるAD/LDAPサーバーの属性です。設定された場合、この属性はLDAPサーバーと同期されるため、ユーザーは名前(ファーストネーム)を編集することはできません。空欄のままにした場合、ユーザーはアカウントの設定で自身の名前(ファーストネーム)を設定できます。",
"admin.ldap.firstnameAttrEx": "例: \"givenName\"",
"admin.ldap.firstnameAttrTitle": "名前(ファーストネーム)の属性:",
"admin.ldap.idAttrDesc": "The attribute in the AD/LDAP server that will be used as a unique identifier in Mattermost. It should be an AD/LDAP attribute with a value that does not change. If a user's ID Attribute changes, it will create a new Mattermost account unassociated with their old one. If you need to change this after users have already logged in, you can use the CLI tool \"platform ldap idmigrate\"",
"admin.ldap.idAttrEx": "E.g.: \"objectGUID\"",
"admin.ldap.idAttrTitle": "ID属性: ",
"admin.ldap.firstnameAttrTitle": "名前(ファーストネーム)の属性:",
"admin.ldap.idAttrDesc": "Mattermost内で一意な識別子として使用されるAD/LDAP内の属性です。変更されない値を持つAD/LDAP属性を指定してください。もしユーザーのID属性が変更された場合、今まで使用していたアカウントとは別のMattermostアカウントが作成されます。ユーザーが一度でもログインした後に、この属性を変更する必要がある場合、CLIツールの\"platfotm ldap idmigrate\"を使用してください。",
"admin.ldap.idAttrEx": ": \"objectGUID\"",
"admin.ldap.idAttrTitle": "ID属性: ",
"admin.ldap.jobExtraInfo": "{ldapUsers} LDAPユーザーをスキャン。{updateCount}ユーザーが更新されました。{deleteCount}ユーザーが無効化されました。",
"admin.ldap.lastnameAttrDesc": "(オプション) Mattermostのユーザーの苗字(ラストネーム)を設定するために使用されるAD/LDAPサーバーの属性です。設定された場合、この属性はLDAPサーバーと同期されるため、ユーザーは苗字(ラストネーム)を編集することはできません。空欄のままにした場合、ユーザーはアカウントの設定で自身の苗字(ラストネーム)を設定できます。",
"admin.ldap.lastnameAttrEx": "例: \"sn\"",
"admin.ldap.lastnameAttrTitle": "苗字(ラストネーム)の属性:",
"admin.ldap.lastnameAttrTitle": "苗字(ラストネーム)の属性:",
"admin.ldap.ldap_test_button": "AD/LDAPテスト",
"admin.ldap.loginAttrDesc": "The attribute in the AD/LDAP server that will be used by AD/LDAP users to login to Mattermost. This is the value used to log in to Mattermost in the \"AD/LDAP Username\" field on the sign in page. Normally this attribute is the same as the \"Username Attribute\" field above. If your team typically uses domain\\username to sign in to other services with AD/LDAP, you may choose to put domain\\username in this field to maintain consistency between sites.",
"admin.ldap.loginAttrTitle": "Login ID Attribute: ",
"admin.ldap.loginAttrDesc": "AD/LDAPユーザーがMattermostにログインするために使用するAD/LDAPサーバー内の属性です。これはMattermostにログインする際にサインインページの\"AD/LDAPユーザー名\"欄に使用される値です。通常、この属性は上にある\"ユーザー名の属性\"と同じとなります。あなたのチームが異なるサービスにサインインするために domain\\username を使用している場合、サイト間の一貫性を保つために、この項目に domain\\username を入力することもできます。",
"admin.ldap.loginAttrTitle": "ログインID属性: ",
"admin.ldap.loginIdAttrEx": "例: \"sAMAccountName\"",
"admin.ldap.loginNameDesc": "ログインページのログイン欄に表示されるプレイスホルダーテキストを設定します。\"AD/LDAPユーザー名\"がデフォルトです。",
"admin.ldap.loginNameEx": "例: \"AD/LDAPユーザー名\"",
@ -646,14 +648,14 @@
"admin.ldap.maxPageSizeTitle": "最大ページサイズ:",
"admin.ldap.nicknameAttrDesc": "(オプション) Mattermostのユーザーのニックネームを設定するために使用されるAD/LDAPサーバーの属性です。設定された場合、この属性はLDAPサーバーと同期されるため、ユーザーはニックネームを編集することはできません。空欄のままにした場合、ユーザーはアカウントの設定で自身のニックネームを設定できます。",
"admin.ldap.nicknameAttrEx": "例: \"nickname'",
"admin.ldap.nicknameAttrTitle": "ニックネームの属性:",
"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ポート:",
"admin.ldap.positionAttrDesc": "(オプション)Mattermostのユーザーの役職を設定するために使用されるAD/LDAPサーバーの属性です。",
"admin.ldap.positionAttrDesc": "(オプション)Mattermostのユーザーの役職を設定するために使用されるAD/LDAPサーバーの属性です。",
"admin.ldap.positionAttrEx": "例: \"タイトル\"",
"admin.ldap.positionAttrTitle": "役職の属性:",
"admin.ldap.positionAttrTitle": "役職の属性:",
"admin.ldap.queryDesc": "AD/LDAPサーバーに問い合わせをする際のタイムアウト秒数です。遅いAD/LDAPサーバーとの接続でタイムアウトエラーが発生する場合には数値を増やしてください。",
"admin.ldap.queryEx": "例: \"60\"",
"admin.ldap.queryTitle": "問い合わせタイムアウト(秒):",
@ -670,12 +672,12 @@
"admin.ldap.testFailure": "AD/LDAPのテストに失敗: {error}",
"admin.ldap.testHelpText": "Mattermostが指定されたAD/LDAPサーバーに接続できるかをテストします。詳しいエラーメッセージは、ログファイルを参照してください。",
"admin.ldap.testSuccess": "AD/LDAPテストが成功しました",
"admin.ldap.uernameAttrDesc": "Mattermostのユーザー名を設定するために使用されるAD/LDAPサーバーの属性です。ID属性と同じである場合があります。",
"admin.ldap.uernameAttrDesc": "Mattermostのユーザー名を設定するために使用されるAD/LDAPサーバーの属性です。ログインID属性と同じである場合があります。",
"admin.ldap.userFilterDisc": "(オプション) ユーザーオブジェクトを検索する際のAD/LDAPフィルターを入力できます。これを適用したクエリーで選ばれるユーザーのみがMattermostにアクセスできます。Active Directoryでは、無効化されているユーザーを排除するには、(&(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))を設定してください。",
"admin.ldap.userFilterEx": "例: \"(objectClass=user)\"",
"admin.ldap.userFilterTitle": "ユーザーフィルター:",
"admin.ldap.usernameAttrEx": "例: \"sAMAccountName\"",
"admin.ldap.usernameAttrTitle": "ユーザー名の属性:",
"admin.ldap.usernameAttrTitle": "ユーザー名の属性:",
"admin.license.choose": "ファイルを選択する",
"admin.license.chooseFile": "ファイルを選択する",
"admin.license.edition": "Edition: ",
@ -780,6 +782,7 @@
"admin.plugin.activating": "有効にしています...",
"admin.plugin.banner": "プラグインは試験的な機能のため本番環境での使用はお勧めできません。",
"admin.plugin.choose": "ファイルを選択する",
"admin.plugin.cluster_instance": "クラスターインスタンス",
"admin.plugin.deactivate": "無効にする",
"admin.plugin.deactivating": "無効にしています...",
"admin.plugin.desc": "説明:",
@ -790,18 +793,34 @@
"admin.plugin.installedTitle": "インストール済みプラグイン: ",
"admin.plugin.management.banner": "プラグインが無効になっています。有効にし、<strong>プラグイン > 設定</strong>へ移動してください。",
"admin.plugin.management.title": "管理",
"admin.plugin.multiple_versions_warning": "クラスター内に複数のバージョンのプラグインがインストールされています。一貫した動作を保証するために、このプラグインを再インストールしてください。",
"admin.plugin.name": "名前:",
"admin.plugin.no_plugins": "インストールされたプラグインはありません。",
"admin.plugin.prepackaged": "パッケージング済み",
"admin.plugin.remove": "削除",
"admin.plugin.removing": "削除中...",
"admin.plugin.settingsButton": "設定",
"admin.plugin.state": "状態",
"admin.plugin.state.failed_to_start": "起動できませんでした",
"admin.plugin.state.failed_to_start.description": "このプラグインを起動できませんでした。エラーに関するシステムログを確認してください。",
"admin.plugin.state.failed_to_stay_running": "起動失敗",
"admin.plugin.state.failed_to_stay_running.description": "このプラグインは複数回起動に失敗したため、起動していません。エラーに関するシステムログを確認してください。",
"admin.plugin.state.not_running": "停止",
"admin.plugin.state.not_running.description": "このプラグインは有効化されていません。",
"admin.plugin.state.running": "起動中",
"admin.plugin.state.running.description": "このプラグインは起動中です。",
"admin.plugin.state.starting": "開始中",
"admin.plugin.state.starting.description": "このプラグインは開始中です。",
"admin.plugin.state.stopping": "停止中",
"admin.plugin.state.stopping.description": "このプラグインは停止中です。",
"admin.plugin.state.unknown": "不明",
"admin.plugin.upload": "アップロード",
"admin.plugin.uploadDesc": "Mattermostサーバーにプラグインをインストールします。詳しくは<a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">説明文書</a>を参照してください。",
"admin.plugin.uploadDisabledDesc": "プラグインアップロードを有効にするには、<strong>プラグイン > 設定</strong>より設定してください。詳しくは<a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">説明文書</a>を参照してください。",
"admin.plugin.uploadTitle": "アップロードするプラグイン: ",
"admin.plugin.uploading": "アップロード中...",
"admin.plugin.version": "バージョン:",
"admin.plugin.version_title": "バージョン",
"admin.plugins.settings.enable": "プラグインを有効にする: ",
"admin.plugins.settings.enableDesc": "有効な場合、Mattermostでプラグインを利用できるようになります。プラグインを使用してサードパーティーシステムと連携し、Mattermostサーバーの機能拡張やユーザーインターフェースのカスタマイズを行えます。詳しくは<a href=\"https://about.mattermost.com/default-plugins\" target=\"_blank\">説明文書</a>を参照してください。",
"admin.plugins.settings.title": "設定",
@ -867,18 +886,18 @@
"admin.saml.assertionConsumerServiceURLEx": "例: \"https://<your-mattermost-url>/login/sso/saml\"",
"admin.saml.assertionConsumerServiceURLPopulatedDesc": "このフィールドはAssertion Consumer Service URLとも呼ばれます。",
"admin.saml.assertionConsumerServiceURLTitle": "サービスプロバイダーログインURL:",
"admin.saml.emailAttrDesc": "Mattermostのユーザーの電子メールアドレスを設定するために使用されるSAMLアサーションの属性です。",
"admin.saml.emailAttrDesc": "Mattermostのユーザーの電子メールアドレスを設定するために使用されるSAMLアサーションの属性です。",
"admin.saml.emailAttrEx": "例: \"Email\"または\"PrimaryEmail\"",
"admin.saml.emailAttrTitle": "電子メール属性:",
"admin.saml.emailAttrTitle": "電子メール属性:",
"admin.saml.enableDescription": "有効な場合、MattermostはSAML 2.0 を使ったログインができるようになります。SAMLの設定について、詳しくは、<a href='http://docs.mattermost.com/deployment/sso-saml.html' target='_blank'>説明文書</a>を参照してください。",
"admin.saml.enableSyncWithLdapDescription": "有効な場合、Mattermostはユーザーの無効化や削除を含むSAMLユーザー属性をAD/LDAPサーバと定期的に同期します。<strong>認証 > AD/LDAP</strong>から同期の有効化や設定を行ってください。無効な場合、ユーザー属性はユーザーがログインしている間に更新されます。詳しくは <a href='https://about.mattermost.com/default-saml-ldap-sync' target='_blank'>説明文書</a>を参照してください。",
"admin.saml.enableSyncWithLdapTitle": "AD/LDAPサーバーからのSAMLアカウント同期を有効にする:",
"admin.saml.enableTitle": "SAML 2.0 でのログインを有効にする:",
"admin.saml.encryptDescription": "無効な場合、Mattermostはサービスプロバイダーの公開証明書で暗号化されたSAML Assertionを複合しなくなります。",
"admin.saml.encryptTitle": "暗号化を有効にする:",
"admin.saml.firstnameAttrDesc": "(オプション) Mattermostのユーザーの名前(ファーストネーム)を設定するために使用されるSAMLアサーションの属性です。",
"admin.saml.firstnameAttrDesc": "(オプション) Mattermostのユーザーの名前(ファーストネーム)を設定するために使用されるSAMLアサーションの属性です。",
"admin.saml.firstnameAttrEx": "例: \"FirstName\"",
"admin.saml.firstnameAttrTitle": "名前(ファーストネーム)の属性:",
"admin.saml.firstnameAttrTitle": "名前(ファーストネーム)の属性:",
"admin.saml.idpCertificateFileDesc": "認証プロバイダーによって発行された公開認証証明書です。",
"admin.saml.idpCertificateFileRemoveDesc": "認証プロバイダーによって発行された公開認証証明書を削除する。",
"admin.saml.idpCertificateFileTitle": "認証プロバイダーの公開証明書:",
@ -888,21 +907,21 @@
"admin.saml.idpUrlDesc": "ログインシーケンスを開始するSAMLリクエストを送るURLです。",
"admin.saml.idpUrlEx": "例: \"https://idp.example.org/SAML2/SSO/Login\"",
"admin.saml.idpUrlTitle": "SAMLシングルサインオンURL:",
"admin.saml.lastnameAttrDesc": "(オプション) Mattermostのユーザーの苗字(ラストネーム)を設定するために使用されるSAMLアサーションの属性です。",
"admin.saml.lastnameAttrDesc": "(オプション) Mattermostのユーザーの苗字(ラストネーム)を設定するために使用されるSAMLアサーションの属性です。",
"admin.saml.lastnameAttrEx": "例: \"LastName\"",
"admin.saml.lastnameAttrTitle": "苗字(ラストネーム)の属性:",
"admin.saml.localeAttrDesc": "(オプション) Mattermostのユーザーの使用言語を設定するために使用されるSAMLアサーションの属性です。",
"admin.saml.lastnameAttrTitle": "苗字(ラストネーム)の属性:",
"admin.saml.localeAttrDesc": "(オプション) Mattermostのユーザーの使用言語を設定するために使用されるSAMLアサーションの属性です。",
"admin.saml.localeAttrEx": "例: \"Locale\"または\"PrimaryLanguage\"",
"admin.saml.localeAttrTitle": "優先する使用言語の設定値:",
"admin.saml.loginButtonTextDesc": "(オプション) ログインページのログインボタンに表示されるテキスト。標準では、\"With SAML\"です。",
"admin.saml.loginButtonTextEx": "例: \"With OKTA\"",
"admin.saml.loginButtonTextTitle": "ログインボタンのテキスト:",
"admin.saml.nicknameAttrDesc": "(オプション) Mattermostのユーザーのニックネームを設定するために使用されるSAMLアサーションの属性です。",
"admin.saml.nicknameAttrDesc": "(オプション) Mattermostのユーザーのニックネームを設定するために使用されるSAMLアサーションの属性です。",
"admin.saml.nicknameAttrEx": "例: \"Nickname\"",
"admin.saml.nicknameAttrTitle": "ニックネームの属性:",
"admin.saml.positionAttrDesc": "(オプション) Mattermostのユーザーの役職を設定するために使用されるSAMLアサーションの属性です。",
"admin.saml.nicknameAttrTitle": "ニックネームの属性:",
"admin.saml.positionAttrDesc": "(オプション) Mattermostのユーザーの役職を設定するために使用されるSAMLアサーションの属性です。",
"admin.saml.positionAttrEx": "例: \"役割\"",
"admin.saml.positionAttrTitle": "役職の属性:",
"admin.saml.positionAttrTitle": "役職の属性:",
"admin.saml.privateKeyFileFileDesc": "SAMLアサーションを復号するのに使う、認証プロバイダー発行の秘密鍵です。",
"admin.saml.privateKeyFileFileRemoveDesc": "SAMLアサーションを復号するのに使う、認証プロバイダー発行の秘密鍵を削除する。",
"admin.saml.privateKeyFileTitle": "サービスプロバイダーの秘密鍵:",
@ -916,9 +935,9 @@
"admin.saml.removing.privKey": "秘密鍵を削除しています…",
"admin.saml.uploading.certificate": "証明書をアップロードしています…",
"admin.saml.uploading.privateKey": "秘密鍵をアップロードしています…",
"admin.saml.usernameAttrDesc": "Mattermostのユーザー名を設定するために使用されるSAMLアサーションの属性です。",
"admin.saml.usernameAttrDesc": "Mattermostのユーザー名を設定するために使用されるSAMLアサーションの属性です。",
"admin.saml.usernameAttrEx": "例: \"Username\"",
"admin.saml.usernameAttrTitle": "ユーザー名の属性:",
"admin.saml.usernameAttrTitle": "ユーザー名の属性:",
"admin.saml.verifyDescription": "無効な場合、MattermostはSAMLレスポンスから送信された署名とサービスプロバイダーのログインURLが一致するかどうかを検証しなくなります。本番環境ではお勧めできません。テスト用の機能です。",
"admin.saml.verifyTitle": "署名を照合する:",
"admin.save": "保存する",
@ -1502,35 +1521,35 @@
"claim.oauth_to_email.pwdNotMatch": "パスワードが違います。",
"claim.oauth_to_email.switchTo": "{type}を電子メールアドレスとパスワードでのログインに切り替える",
"claim.oauth_to_email.title": "{type}アカウントを電子メールアドレスに切り替える",
"combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_channel.one": "{firstUser} <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_channel.one_you": "You were <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were <b>added to the team</b> by {actor}.",
"combined_system_message.added_to_team.one": "{firstUser} <b>added to the team</b> by {actor}.",
"combined_system_message.added_to_team.one_you": "You were <b>added to the team</b> by {actor}.",
"combined_system_message.added_to_team.two": "{firstUser} and {secondUser} <b>added to the team</b> by {actor}.",
"combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} <b>joined the channel</b>.",
"combined_system_message.joined_channel.one": "{firstUser} <b>joined the channel</b>.",
"combined_system_message.joined_channel.two": "{firstUser} and {secondUser} <b>joined the channel</b>.",
"combined_system_message.joined_team.many_expanded": "{users} and {lastUser} <b>joined the team</b>.",
"combined_system_message.joined_team.one": "{firstUser} <b>joined the team</b>.",
"combined_system_message.joined_team.two": "{firstUser} and {secondUser} <b>joined the team</b>.",
"combined_system_message.left_channel.many_expanded": "{users} and {lastUser} <b>left the channel</b>.",
"combined_system_message.left_channel.one": "{firstUser} <b>left the channel</b>.",
"combined_system_message.left_channel.two": "{firstUser} and {secondUser} <b>left the channel</b>.",
"combined_system_message.left_team.many_expanded": "{users} and {lastUser} <b>left the team</b>.",
"combined_system_message.left_team.one": "{firstUser} <b>left the team</b>.",
"combined_system_message.left_team.two": "{firstUser} and {secondUser} <b>left the team</b>.",
"combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were <b>removed from the channel</b>.",
"combined_system_message.removed_from_channel.one": "{firstUser} was <b>removed from the channel</b>.",
"combined_system_message.removed_from_channel.one_you": "You were <b>removed from the channel</b>.",
"combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were <b>removed from the channel</b>.",
"combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were <b>removed from the team</b>.",
"combined_system_message.removed_from_team.one": "{firstUser} was <b>removed from the team</b>.",
"combined_system_message.removed_from_team.one_you": "You were <b>removed from the team</b>.",
"combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were <b>removed from the team</b>.",
"combined_system_message.you": "You",
"combined_system_message.added_to_channel.many_expanded": "{users} と {lastUser} は {actor} によって <b>チャンネルに追加されました</b>。",
"combined_system_message.added_to_channel.one": "{firstUser} は {actor} によって <b>チャンネルに追加されました</b>。",
"combined_system_message.added_to_channel.one_you": "あなたは {actor} によって <b>チャンネルに追加されました</b>。",
"combined_system_message.added_to_channel.two": "{firstUser} と {secondUser} は {actor} によって <b>チャンネルに追加されました</b>。",
"combined_system_message.added_to_team.many_expanded": "{users} と {lastUser} は {actor} によって <b>チームに追加されました</b>。",
"combined_system_message.added_to_team.one": "{firstUser} は {actor} によって <b>チームに追加されました</b>。",
"combined_system_message.added_to_team.one_you": "あなたは {actor} によって <b>チームに追加されました</b>。",
"combined_system_message.added_to_team.two": "{firstUser} と {secondUser} は {actor} によって <b>チームに追加されました</b>。",
"combined_system_message.joined_channel.many_expanded": "{users} と {lastUser} が <b>チャンネルに参加しました</b>。",
"combined_system_message.joined_channel.one": "{firstUser} が <b>チャンネルに参加しました</b>。",
"combined_system_message.joined_channel.two": "{firstUser} と {secondUser} が <b>チャンネルに参加しました</b>。",
"combined_system_message.joined_team.many_expanded": "{users} と {lastUser} が <b>チームに参加しました</b>。",
"combined_system_message.joined_team.one": "{firstUser} が <b>チームに参加しました</b>。",
"combined_system_message.joined_team.two": "{firstUser} と {secondUser} が <b>チームに参加しました</b>。",
"combined_system_message.left_channel.many_expanded": "{users} と {lastUser} が <b>チャンネルを脱退しました</b>。",
"combined_system_message.left_channel.one": "{firstUser} が <b>チャンネルを脱退しました</b>。",
"combined_system_message.left_channel.two": "{firstUser} と {secondUser} が <b>チャンネルを脱退しました</b>。",
"combined_system_message.left_team.many_expanded": "{users} と {lastUser} が <b>チームを脱退しました</b>。",
"combined_system_message.left_team.one": "{firstUser} が <b>チームを脱退しました</b>。",
"combined_system_message.left_team.two": "{firstUser} と {secondUser} が <b>チームを脱退しました</b>。",
"combined_system_message.removed_from_channel.many_expanded": "{users} と {lastUser} が <b>チャンネルから削除されました</b>。",
"combined_system_message.removed_from_channel.one": "{firstUser} が <b>チャンネルから削除されました</b>。",
"combined_system_message.removed_from_channel.one_you": "あなたは <b>チャンネルから削除されました</b>。",
"combined_system_message.removed_from_channel.two": "{firstUser} と {secondUser} が <b>チャンネルから削除されました</b>。",
"combined_system_message.removed_from_team.many_expanded": "{users} と {lastUser} が <b>チームから削除されました</b>。",
"combined_system_message.removed_from_team.one": "{firstUser} が <b>チームから削除されました</b>。",
"combined_system_message.removed_from_team.one_you": "あなたは <b>チームから削除されました</b>。",
"combined_system_message.removed_from_team.two": "{firstUser} と {secondUser} が <b>チームから削除されました</b>。",
"combined_system_message.you": "あなた",
"confirm_modal.cancel": "キャンセル",
"connecting_screen": "接続中",
"convert_channel.cancel": "変更を取り消す",
@ -1963,16 +1982,16 @@
"invite_member.sending": " 送信しています",
"invite_member.teamInviteLink": "{link}を使って招待することもできます。",
"katex.error": "Latexコードをコンパイルできませんでした。シンタックスを見直してください。",
"last_users_message.added_to_channel.type": "were <b>added to the channel</b> by {actor}.",
"last_users_message.added_to_team.type": "were <b>added to the team</b> by {actor}.",
"last_users_message.first": "{firstUser} and ",
"last_users_message.joined_channel.type": "<b>joined the channel</b>.",
"last_users_message.joined_team.type": "<b>joined the team</b>.",
"last_users_message.left_channel.type": "<b>left the channel</b>.",
"last_users_message.left_team.type": "<b>left the team</b>.",
"last_users_message.others": "{numOthers} others ",
"last_users_message.removed_from_channel.type": "were <b>removed from the channel</b>.",
"last_users_message.removed_from_team.type": "were <b>removed from the team</b>.",
"last_users_message.added_to_channel.type": "が {actor} によって <b>チャンネルに追加されました</b>。",
"last_users_message.added_to_team.type": "が {actor} によって <b>チームに追加されました</b>。",
"last_users_message.first": "{firstUser} ",
"last_users_message.joined_channel.type": "<b>チャンネルに参加しました</b>。",
"last_users_message.joined_team.type": "<b>チームに参加しました</b>。",
"last_users_message.left_channel.type": "<b>チャンネルを脱退しました</b>.",
"last_users_message.left_team.type": "<b>チームを脱退しました</b>。",
"last_users_message.others": "他 {numOthers} 名",
"last_users_message.removed_from_channel.type": "が <b>チャンネルから削除されました</b>。",
"last_users_message.removed_from_team.type": "が <b>チームから削除されました</b>。",
"ldap_signup.find": "参加しているチームを探す",
"ldap_signup.ldap": "AD/LDAPアカウントでチームを作成する",
"ldap_signup.length_error": "名称は3文字以上15文字以下にしてください",
@ -2075,8 +2094,8 @@
"mobile.android.permission_denied_retry": "権限を設定する",
"mobile.android.photos_permission_denied_description": "ライブラリから画像をアップロードするには権限設定を変更してください。",
"mobile.android.photos_permission_denied_title": "フォトライブラリーへのアクセスを要求しています",
"mobile.android.storage_permission_denied_description": "ライブラリから画像をアップロードするには権限設定を変更してください。",
"mobile.android.storage_permission_denied_title": "ビデオライブラリーへのアクセスを要求しています",
"mobile.android.storage_permission_denied_description": "Androidデバイスから画像をアップロードするには権限設定を変更してください。",
"mobile.android.storage_permission_denied_title": "ファイルストレージへのアクセスを要求しています",
"mobile.android.videos_permission_denied_description": "ライブラリからビデオをアップロードするには権限設定を変更してください。",
"mobile.android.videos_permission_denied_title": "ビデオライブラリーへのアクセスを要求しています",
"mobile.announcement_banner.dismiss": "破棄",
@ -2125,6 +2144,26 @@
"mobile.client_upgrade.no_upgrade_subtitle": "あなたのバージョンは最新です。",
"mobile.client_upgrade.no_upgrade_title": "あなたのアプリは最新です",
"mobile.client_upgrade.upgrade": "更新",
"mobile.combined_system_message.added_to_channel": "チャンネルに追加しました",
"mobile.combined_system_message.added_to_team": "チームに追加しました",
"mobile.combined_system_message.by_actor": " {actor} によって",
"mobile.combined_system_message.first_user": "{firstUser} ",
"mobile.combined_system_message.first_user_and": "{firstUser} と ",
"mobile.combined_system_message.first_user_and_second_user": "{firstUser} と {secondUser} ",
"mobile.combined_system_message.first_user_and_second_user_were": "{firstUser} と {secondUser} が ",
"mobile.combined_system_message.first_user_was": "{firstUser} が ",
"mobile.combined_system_message.joined_channel": "チャンネルに参加しました",
"mobile.combined_system_message.joined_team": "チームに参加しました",
"mobile.combined_system_message.left_channel": "チャンネルを脱退しました",
"mobile.combined_system_message.left_team": "チームを脱退しました",
"mobile.combined_system_message.others": "他 {numOthers} 名 ",
"mobile.combined_system_message.removed_from_channel": "チャンネルから削除されました",
"mobile.combined_system_message.removed_from_team": "チームから削除されました",
"mobile.combined_system_message.users_and_last_user": "{users} と {lastUser} ",
"mobile.combined_system_message.users_and_last_user_were": "{users} と {lastUser} が",
"mobile.combined_system_message.were": "が ",
"mobile.combined_system_message.you": "あなた",
"mobile.combined_system_message.you_were": "あなたは ",
"mobile.commands.error_title": "コマンド実行エラー",
"mobile.components.channels_list_view.yourChannels": "あなたのチャンネル:",
"mobile.components.error_list.dismiss_all": "すべて取り消す",
@ -2177,7 +2216,7 @@
"mobile.failed_network_action.description": "インターネット接続に問題があるようです。接続を確認し、再度実行してください。",
"mobile.failed_network_action.retry": "再実行",
"mobile.failed_network_action.title": "インターネット未接続",
"mobile.file_upload.browse": "Browse Files",
"mobile.file_upload.browse": "参照",
"mobile.file_upload.camera": "写真もしくはビデオを撮る",
"mobile.file_upload.library": "フォトライブラリー",
"mobile.file_upload.max_warning": "最大5ファイルまでアップロードできます。",
@ -2755,11 +2794,11 @@
"suggestion.mention.unread.channels": "未読チャンネル",
"suggestion.search.private": "非公開チャンネル",
"suggestion.search.public": "公開チャンネル",
"system_notice.adminVisible": "Only visible to System Admins",
"system_notice.adminVisible": "システム管理者のみ閲覧可能",
"system_notice.body.api3": "過去2年間に統合機能を作成もしくはインストールしている場合、<a href=\"https://about.mattermost.com/default-apiv3-deprecation-guide\" target=\"_blank\">今後行われる変更</a>によるそれら統合機能への影響について確認してください。",
"system_notice.dont_show": "次回以降は表示しない",
"system_notice.remind_me": "後で知らせる",
"system_notice.title": "<strong>システムメッセージ</strong><br>Mattermostから",
"system_notice.title": "<strong>通知</strong><br>Mattermostから",
"system_users_list.count": "{count, number} {count, plural, one {user} other {users}}",
"system_users_list.countPage": "{startCount, number} - {endCount, number} {count, plural, one {user} other {users}} of {total, number} 合計",
"system_users_list.countSearch": "{count, number} {count, plural, one {user} other {users}} of {total, number} 合計",
@ -2772,12 +2811,14 @@
"team_export_tab.unable": " エクスポートできません: {error}",
"team_import_tab.failure": " インポート失敗: ",
"team_import_tab.import": "インポートする",
"team_import_tab.importHelpCliDocsLink": "Slackインポート用のCLIツール",
"team_import_tab.importHelpDocsLink": "説明文書",
"team_import_tab.importHelpExportInstructions": "Slack > Administration > Workspace settings > Import/Export Data > Export > Start Export",
"team_import_tab.importHelpExporterLink": "Slack Advanced Exporter",
"team_import_tab.importHelpLine1": "MattermostのSlackインポート機能はSlackチームの公開チャンネルにある発言のインポートをサポートしています。",
"team_import_tab.importHelpLine2": "Slackからチームをインポートするには、{exportInstructions}へ移動してください。詳しくは {uploadDocsLink} を参照してください。",
"team_import_tab.importHelpLine3": "添付ファイルのある投稿をインポートするには、 {slackAdvancedExporterLink} を参照してください。",
"team_import_tab.importHelpLine4": "10,000メッセージを超えるSlackチームでは、{cliLink}の使用をオススメします。",
"team_import_tab.importSlack": "Slackからインポート(ベータ版)",
"team_import_tab.importing": " インポートしています…",
"team_import_tab.successful": " インポートに成功しました: ",
@ -3011,24 +3052,14 @@
"user.settings.notifications.commentsNever": "あなたについての投稿がない限り、返信スレッドのメッセージについて通知をトリガーしません",
"user.settings.notifications.commentsRoot": "あなたが開始したスレッドへのメッセージについて通知をトリガーします",
"user.settings.notifications.desktop": "デスクトップ通知を送る",
"user.settings.notifications.desktop.allNoSoundForever": "全てのアクティビティーについて、通知音無しで無期限に表示します",
"user.settings.notifications.desktop.allNoSoundTimed": "全てのアクティビティーについて、通知音無しで{seconds}秒間表示します",
"user.settings.notifications.desktop.allSoundForever": "全てのアクティビティーについて、通知音有りで無期限に表示します",
"user.settings.notifications.desktop.allSoundHiddenForever": "全てのアクティビティーについて無期限に表示します",
"user.settings.notifications.desktop.allSoundHiddenTimed": "全てのアクティビティーについて{seconds}秒間表示します",
"user.settings.notifications.desktop.allSoundTimed": "全てのアクティビティーについて、通知音有りで{seconds}秒間表示します",
"user.settings.notifications.desktop.duration": "通知持続時間",
"user.settings.notifications.desktop.durationInfo": "FirefoxかChromeを使用している場合のデスクトップ通知が画面に残る時間を設定してください。Edge、Safari、デスクトップアプリでのデスクトップ通知は最大5秒間表示されます。",
"user.settings.notifications.desktop.mentionsNoSoundForever": "あなたについての投稿とダイレクトメッセージについて、通知音無しで無期限に表示します",
"user.settings.notifications.desktop.mentionsNoSoundTimed": "あなたについての投稿とダイレクトメッセージについて、通知音無しで{seconds}秒間表示します",
"user.settings.notifications.desktop.mentionsSoundForever": "あなたについての投稿とダイレクトメッセージについて、通知音有りで無期限に表示します",
"user.settings.notifications.desktop.mentionsSoundHiddenForever": "あなたについての投稿とダイレクトメッセージについて無期限に表示します",
"user.settings.notifications.desktop.mentionsSoundHiddenTimed": "あなたについての投稿とダイレクトメッセージについて{seconds}秒間表示します",
"user.settings.notifications.desktop.mentionsSoundTimed": "あなたについての投稿とダイレクトメッセージについて、通知音有りで{seconds}秒間表示します",
"user.settings.notifications.desktop.seconds": "{seconds}秒",
"user.settings.notifications.desktop.sound": "通知音",
"user.settings.notifications.desktop.title": "デスクトップ通知",
"user.settings.notifications.desktop.unlimited": "無期限",
"user.settings.notifications.desktopSounds": "デスクトップ通知音",
"user.settings.notifications.email.disabled": "電子メール通知は有効化されていません",
"user.settings.notifications.email.disabled_long": "電子メール通知はシステム管理者によって有効化されていません。",

View file

@ -376,6 +376,8 @@
"admin.email.enableEmailBatching.siteURL": "Email batching cannot be enabled unless the SiteURL is configured in <b>Configuration > SiteURL</b>.",
"admin.email.enableEmailBatchingDesc": "When true, users will have email notifications for multiple direct messages and mentions combined into a single email. Batching will occur at a default interval of 15 minutes, configurable in Account Settings > Notifications.",
"admin.email.enableEmailBatchingTitle": "Enable Email Batching:",
"admin.email.enablePreviewModeBannerDescription": "When true, the Preview Mode banner is displayed so users are aware that email notifications are disabled. When false, the Preview Mode banner is not displayed to users.",
"admin.email.enablePreviewModeBannerTitle": "Enable Preview Mode Banner:",
"admin.email.enableSMTPAuthDesc": "When enabled, username and password are used for authenticating to the SMTP server.",
"admin.email.enableSMTPAuthTitle": "Enable SMTP Authentication:",
"admin.email.fullPushNotification": "Send full message snippet",
@ -403,7 +405,7 @@
"admin.email.notificationOrganization": "Notification Footer Mailing Address:",
"admin.email.notificationOrganizationDescription": "Organization name and address displayed on email notifications from Mattermost, such as \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\". If the field is left empty, the organization name and address will not be displayed.",
"admin.email.notificationOrganizationExample": "예시: \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"",
"admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.<br />Setting this to true removes the Preview Mode banner (requires logging out and logging back in after setting is changed).",
"admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.",
"admin.email.notificationsTitle": "메일 알림: ",
"admin.email.passwordSaltDescription": "32-character salt added to signing of password reset emails. Randomly generated on install. Click \"Regenerate\" to create new salt.",
"admin.email.passwordSaltExample": "예시: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
@ -780,6 +782,7 @@
"admin.plugin.activating": "활성화 중...",
"admin.plugin.banner": "Plugins are experimental and not recommended for use in production.",
"admin.plugin.choose": "파일 선택",
"admin.plugin.cluster_instance": "Cluster Instance",
"admin.plugin.deactivate": "비활성화",
"admin.plugin.deactivating": "비활성화 중...",
"admin.plugin.desc": "설명:",
@ -790,18 +793,34 @@
"admin.plugin.installedTitle": "설치된 플러그인:",
"admin.plugin.management.banner": "Plugins are disabled on your server. To enable them, go to <strong>Plugins > Configuration</strong>.",
"admin.plugin.management.title": "Management",
"admin.plugin.multiple_versions_warning": "There are multiple versions of this plugin installed across your cluster. Re-install this plugin to ensure it works consistently.",
"admin.plugin.name": "이름:",
"admin.plugin.no_plugins": "설치한 플러그인이 없습니다.",
"admin.plugin.prepackaged": "Pre-packaged",
"admin.plugin.prepackaged": "pre-packaged",
"admin.plugin.remove": "제거",
"admin.plugin.removing": "제거하는 중...",
"admin.plugin.settingsButton": "Settings",
"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.",
"admin.plugin.state.failed_to_stay_running": "Crashing",
"admin.plugin.state.failed_to_stay_running.description": "This plugin crashed multiple times and is no longer running. Check your system logs for errors.",
"admin.plugin.state.not_running": "Not running",
"admin.plugin.state.not_running.description": "This plugin is not activated.",
"admin.plugin.state.running": "Running",
"admin.plugin.state.running.description": "This plugin is running.",
"admin.plugin.state.starting": "Starting",
"admin.plugin.state.starting.description": "This plugin is starting.",
"admin.plugin.state.stopping": "Stopping",
"admin.plugin.state.stopping.description": "This plugin is stopping.",
"admin.plugin.state.unknown": "알 수 없음",
"admin.plugin.upload": "업로드",
"admin.plugin.uploadDesc": "Upload a plugin for your Mattermost server. See <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentation</a> to learn more.",
"admin.plugin.uploadDisabledDesc": "To enable plugin uploads, go to <strong>Plugins > Configuration</strong>. See <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentation</a> to learn more.",
"admin.plugin.uploadTitle": "Upload Plugin: ",
"admin.plugin.uploading": "업로드 중...",
"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.title": "환경설정",
@ -2125,6 +2144,26 @@
"mobile.client_upgrade.no_upgrade_subtitle": "You already have the latest version.",
"mobile.client_upgrade.no_upgrade_title": "Your App Is Up to Date",
"mobile.client_upgrade.upgrade": "Update",
"mobile.combined_system_message.added_to_channel": "added to the channel",
"mobile.combined_system_message.added_to_team": "added to the team",
"mobile.combined_system_message.by_actor": " by {actor}.",
"mobile.combined_system_message.first_user": "{firstUser} ",
"mobile.combined_system_message.first_user_and": "{firstUser} and ",
"mobile.combined_system_message.first_user_and_second_user": "{firstUser} and {secondUser} ",
"mobile.combined_system_message.first_user_and_second_user_were": "{firstUser} and {secondUser} were ",
"mobile.combined_system_message.first_user_was": "{firstUser} was ",
"mobile.combined_system_message.joined_channel": "joined the channel",
"mobile.combined_system_message.joined_team": "joined the team",
"mobile.combined_system_message.left_channel": "left the channel",
"mobile.combined_system_message.left_team": "left the team",
"mobile.combined_system_message.others": "{numOthers} others ",
"mobile.combined_system_message.removed_from_channel": "removed from the channel",
"mobile.combined_system_message.removed_from_team": "removed from the team",
"mobile.combined_system_message.users_and_last_user": "{users} and {lastUser} ",
"mobile.combined_system_message.users_and_last_user_were": "{users} and {lastUser} were ",
"mobile.combined_system_message.were": "were ",
"mobile.combined_system_message.you": "You",
"mobile.combined_system_message.you_were": "You were ",
"mobile.commands.error_title": "Error Executing Command",
"mobile.components.channels_list_view.yourChannels": "Your channels:",
"mobile.components.error_list.dismiss_all": "Dismiss All",
@ -2772,12 +2811,14 @@
"team_export_tab.unable": " 내보낼 수 없습니다: {error}",
"team_import_tab.failure": " 가져오기 실패: ",
"team_import_tab.import": "가져오기",
"team_import_tab.importHelpCliDocsLink": "CLI tool for Slack import",
"team_import_tab.importHelpDocsLink": "문서",
"team_import_tab.importHelpExportInstructions": "Slack > Administration > Workspace settings > Import/Export Data > Export > Start Export",
"team_import_tab.importHelpExporterLink": "Slack Advanced Exporter",
"team_import_tab.importHelpLine1": "Slack import to Mattermost supports importing of messages in your Slack team's public channels.",
"team_import_tab.importHelpLine2": "To import a team from Slack, go to {exportInstructions}. See {uploadDocsLink} to learn more.",
"team_import_tab.importHelpLine3": "To import posts with attached files, see {slackAdvancedExporterLink} for details.",
"team_import_tab.importHelpLine4": "For Slack teams with over 10,000 messages, we recommend using the {cliLink}.",
"team_import_tab.importSlack": "Slack에서 가져오기 (Beta)",
"team_import_tab.importing": " 가져오는 중...",
"team_import_tab.successful": " 가져오기 성공: ",
@ -3011,24 +3052,14 @@
"user.settings.notifications.commentsNever": "사용 안함",
"user.settings.notifications.commentsRoot": "등록한 모든 스레드의 답변에 대해 알림",
"user.settings.notifications.desktop": "알림 받기",
"user.settings.notifications.desktop.allNoSoundForever": "모든 활동에 대해, 소리 없이 무기한 보여줍니다.",
"user.settings.notifications.desktop.allNoSoundTimed": "모든 활동에 대해, 소리 없이 {seconds}초 동안 보여줍니다.",
"user.settings.notifications.desktop.allSoundForever": "모든 활동에 대해 무기한 보여줍니다.",
"user.settings.notifications.desktop.allSoundHiddenForever": "모든 활동에 대해 무기한 보여줍니다.",
"user.settings.notifications.desktop.allSoundHiddenTimed": "모든 활동에 대해, {seconds}초 동안 보여줍니다.",
"user.settings.notifications.desktop.allSoundTimed": "모든 활동에 대해 {seconds}초 동안 보여줍니다.",
"user.settings.notifications.desktop.duration": "알림 지속시간",
"user.settings.notifications.desktop.durationInfo": "Firefox 또는 Chrome을 사용할 때 알림이 바탕화면에 유지되는 시간을 설정합니다. Edge 및 Safari을 사용할 때, 알림은 최대 5초동안 화면에 유지될 수 있습니다.",
"user.settings.notifications.desktop.mentionsNoSoundForever": "개인 메시지와 멘션에 대해, 소리 없이 무기한 보여줍니다.",
"user.settings.notifications.desktop.mentionsNoSoundTimed": "개인 메시지와 멘션에 대해, 소리 없이 {seconds}초 동안 보여줍니다.",
"user.settings.notifications.desktop.mentionsSoundForever": "개인 메시지와 멘션에 대해 무기한 보여줍니다.",
"user.settings.notifications.desktop.mentionsSoundHiddenForever": "개인 메시지와 멘션에 대해 무기한 보여줍니다",
"user.settings.notifications.desktop.mentionsSoundHiddenTimed": "개인 메시지와 멘션에 대해, {seconds}초 동안 보여줍니다.",
"user.settings.notifications.desktop.mentionsSoundTimed": "개인 메시지와 멘션에 대해, {seconds}초 동안 보여줍니다.",
"user.settings.notifications.desktop.seconds": "{seconds}초 동안",
"user.settings.notifications.desktop.sound": "알림음",
"user.settings.notifications.desktop.title": "데스크탑 알림",
"user.settings.notifications.desktop.unlimited": "제한 없음",
"user.settings.notifications.desktopSounds": "데스크탑 알림음",
"user.settings.notifications.email.disabled": "Email notifications are not enabled",
"user.settings.notifications.email.disabled_long": "시스템 관리자가 메일알림을 비활성화하였습니다.",

View file

@ -376,6 +376,8 @@
"admin.email.enableEmailBatching.siteURL": "Niet mogelijk om bulk email aan te zetten als de SiteURL niet is ingevuld in <b>Configuratie > SiteURL</b>.",
"admin.email.enableEmailBatchingDesc": "When true, users will have email notifications for multiple direct messages and mentions combined into a single email. Batching will occur at a default interval of 15 minutes, configurable in Account Settings > Notifications.",
"admin.email.enableEmailBatchingTitle": "Aanzetten Bulk Email:",
"admin.email.enablePreviewModeBannerDescription": "When true, the Preview Mode banner is displayed so users are aware that email notifications are disabled. When false, the Preview Mode banner is not displayed to users.",
"admin.email.enablePreviewModeBannerTitle": "Enable Preview Mode Banner:",
"admin.email.enableSMTPAuthDesc": "When enabled, username and password are used for authenticating to the SMTP server.",
"admin.email.enableSMTPAuthTitle": "Enable SMTP Authentication:",
"admin.email.fullPushNotification": "Stuur een bericht met samenvatting",
@ -403,7 +405,7 @@
"admin.email.notificationOrganization": "Email Adres in voettekst van melding",
"admin.email.notificationOrganizationDescription": "Organisatie naam en adres weergegeven op e-mailberichten van Mattermost, zoals \"© ABC Corporation, 565 Knight Way, Palo Alto, Californië, 94305, USA\". Als het veld leeg wordt gelaten, wordt de naam en het adres van de organisatie niet weergegeven.",
"admin.email.notificationOrganizationExample": "Bijvoorbeeld \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"",
"admin.email.notificationsDescription": "Meestal ingesteld op ingeschakeld in productie. Wanneer dit ingeschakeld is, zal Mattermost e-mailberichten verzenden. Ontwikkelaars kunnen dit veld op uitgeschakeld zetten om e-mail instellen over te slaan voor een snellere ontwikkeling.<br />Wanneer ingeschakeld wordt de preview mode banner niet meer getoond (dit vereist uitloggen en opnieuw inloggen nadat deze instelling wordt gewijzigd).",
"admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.",
"admin.email.notificationsTitle": "Inschakelen van E-mail Meldingen: ",
"admin.email.passwordSaltDescription": "32-karakter 'salt' wordt gebruikt om wachtwoord reset mails te beveiligen. Deze wordt tijdens installatie aangemaakt. Klik op \"Opnieuw Genereren\" om een nieuwe 'salt' te maken.",
"admin.email.passwordSaltExample": "Bijv.: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
@ -780,6 +782,7 @@
"admin.plugin.activating": "Activating...",
"admin.plugin.banner": "Plugins are experimental and not recommended for use in production.",
"admin.plugin.choose": "Kies een bestand",
"admin.plugin.cluster_instance": "Cluster Instance",
"admin.plugin.deactivate": "Deactivate",
"admin.plugin.deactivating": "Deactivating...",
"admin.plugin.desc": "Omschrijving",
@ -790,18 +793,34 @@
"admin.plugin.installedTitle": "Installed Plugins: ",
"admin.plugin.management.banner": "Plugins are disabled on your server. To enable them, go to <strong>Plugins > Configuration</strong>.",
"admin.plugin.management.title": "Management",
"admin.plugin.multiple_versions_warning": "There are multiple versions of this plugin installed across your cluster. Re-install this plugin to ensure it works consistently.",
"admin.plugin.name": "Naam:",
"admin.plugin.no_plugins": "No installed plugins.",
"admin.plugin.prepackaged": "Pre-packaged",
"admin.plugin.prepackaged": "pre-packaged",
"admin.plugin.remove": "Verwijderen",
"admin.plugin.removing": "Removing...",
"admin.plugin.settingsButton": "Settings",
"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.",
"admin.plugin.state.failed_to_stay_running": "Crashing",
"admin.plugin.state.failed_to_stay_running.description": "This plugin crashed multiple times and is no longer running. Check your system logs for errors.",
"admin.plugin.state.not_running": "Not running",
"admin.plugin.state.not_running.description": "This plugin is not activated.",
"admin.plugin.state.running": "Running",
"admin.plugin.state.running.description": "This plugin is running.",
"admin.plugin.state.starting": "Starting",
"admin.plugin.state.starting.description": "This plugin is starting.",
"admin.plugin.state.stopping": "Stopping",
"admin.plugin.state.stopping.description": "This plugin is stopping.",
"admin.plugin.state.unknown": "Unknown",
"admin.plugin.upload": "Upload",
"admin.plugin.uploadDesc": "Upload a plugin for your Mattermost server. See <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentation</a> to learn more.",
"admin.plugin.uploadDisabledDesc": "To enable plugin uploads, go to <strong>Plugins > Configuration</strong>. See <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentation</a> to learn more.",
"admin.plugin.uploadTitle": "Upload Plugin: ",
"admin.plugin.uploading": "Bezig met uploaden..",
"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.title": "Configuratie",
@ -2125,6 +2144,26 @@
"mobile.client_upgrade.no_upgrade_subtitle": "You already have the latest version.",
"mobile.client_upgrade.no_upgrade_title": "Your App Is Up to Date",
"mobile.client_upgrade.upgrade": "Update",
"mobile.combined_system_message.added_to_channel": "added to the channel",
"mobile.combined_system_message.added_to_team": "added to the team",
"mobile.combined_system_message.by_actor": " by {actor}.",
"mobile.combined_system_message.first_user": "{firstUser} ",
"mobile.combined_system_message.first_user_and": "{firstUser} and ",
"mobile.combined_system_message.first_user_and_second_user": "{firstUser} and {secondUser} ",
"mobile.combined_system_message.first_user_and_second_user_were": "{firstUser} and {secondUser} were ",
"mobile.combined_system_message.first_user_was": "{firstUser} was ",
"mobile.combined_system_message.joined_channel": "joined the channel",
"mobile.combined_system_message.joined_team": "joined the team",
"mobile.combined_system_message.left_channel": "left the channel",
"mobile.combined_system_message.left_team": "left the team",
"mobile.combined_system_message.others": "{numOthers} others ",
"mobile.combined_system_message.removed_from_channel": "removed from the channel",
"mobile.combined_system_message.removed_from_team": "removed from the team",
"mobile.combined_system_message.users_and_last_user": "{users} and {lastUser} ",
"mobile.combined_system_message.users_and_last_user_were": "{users} and {lastUser} were ",
"mobile.combined_system_message.were": "were ",
"mobile.combined_system_message.you": "You",
"mobile.combined_system_message.you_were": "You were ",
"mobile.commands.error_title": "Error Executing Command",
"mobile.components.channels_list_view.yourChannels": "Your channels:",
"mobile.components.error_list.dismiss_all": "Dismiss All",
@ -2772,12 +2811,14 @@
"team_export_tab.unable": " Kan niet exporteren: {error}",
"team_import_tab.failure": " Importeren mislukt: ",
"team_import_tab.import": "Importeer",
"team_import_tab.importHelpCliDocsLink": "CLI tool for Slack import",
"team_import_tab.importHelpDocsLink": "documentatie",
"team_import_tab.importHelpExportInstructions": "Slack > Administration > Workspace settings > Import/Export Data > Export > Start Export",
"team_import_tab.importHelpExporterLink": "Slack Advanced Exporter",
"team_import_tab.importHelpLine1": "Slack import to Mattermost supports importing of messages in your Slack team's public channels.",
"team_import_tab.importHelpLine2": "To import a team from Slack, go to {exportInstructions}. See {uploadDocsLink} to learn more.",
"team_import_tab.importHelpLine3": "To import posts with attached files, see {slackAdvancedExporterLink} for details.",
"team_import_tab.importHelpLine4": "For Slack teams with over 10,000 messages, we recommend using the {cliLink}.",
"team_import_tab.importSlack": "Importeer van Slack (beta)",
"team_import_tab.importing": " Importeren...",
"team_import_tab.successful": " Importeren is gelukt: ",
@ -3011,24 +3052,14 @@
"user.settings.notifications.commentsNever": "Trigger geen notificaties in berichten in antwoord lijsten tenzij ik word genoemd",
"user.settings.notifications.commentsRoot": "Trigger notificaties in berichten die ik ben begonnen",
"user.settings.notifications.desktop": "Verstuur desktop meldingen",
"user.settings.notifications.desktop.allNoSoundForever": "Voor alle activiteit, zonder geluid, onbeperkt tonen",
"user.settings.notifications.desktop.allNoSoundTimed": "Voor alle activiteit, zonder geluid, tonen voor {seconds} secondes",
"user.settings.notifications.desktop.allSoundForever": "Voor alle activiteit, met geluid, onbeperkt tonen ",
"user.settings.notifications.desktop.allSoundHiddenForever": "Voor alle activiteit, onbeperkt tonen",
"user.settings.notifications.desktop.allSoundHiddenTimed": "Voor alle activiteit, tonen voor {seconds} secondes",
"user.settings.notifications.desktop.allSoundTimed": "Voor alle activiteit, met geluid, tonen voor {seconds} secondes",
"user.settings.notifications.desktop.duration": "Duur van notificatie",
"user.settings.notifications.desktop.durationInfo": "Sets how long desktop notifications will remain on screen when using Firefox or Chrome. Desktop notifications in Edge, Safari and Mattermost Desktop Apps can only stay on screen for a maximum of 5 seconds.",
"user.settings.notifications.desktop.mentionsNoSoundForever": "Voor vermeldingen en directe berichten, zonder geluid, toon altijd",
"user.settings.notifications.desktop.mentionsNoSoundTimed": "Voor vermeldingen en directe berichten, zonder geluid, toon voor {seconds} secondes",
"user.settings.notifications.desktop.mentionsSoundForever": "Voor vermeldingen en directe berichten, met geluid, toon altijd",
"user.settings.notifications.desktop.mentionsSoundHiddenForever": "Voor vermeldingen en directe berichten, toon altijd",
"user.settings.notifications.desktop.mentionsSoundHiddenTimed": "Voor vermeldingen en directe berichten, toon voor {seconds} secondes",
"user.settings.notifications.desktop.mentionsSoundTimed": "Voor vermeldingen en directe berichten, zonder geluid, toon voor {seconds} secondes",
"user.settings.notifications.desktop.seconds": "{seconds} secondes",
"user.settings.notifications.desktop.sound": "Notificatie geluid",
"user.settings.notifications.desktop.title": "Desktop Notificaties",
"user.settings.notifications.desktop.unlimited": "Ongelimiteerd",
"user.settings.notifications.desktopSounds": "Desktop meldings-geluid",
"user.settings.notifications.email.disabled": "Email notifications are not enabled",
"user.settings.notifications.email.disabled_long": "Email notifications have not been enabled by your System Administrator.",

View file

@ -376,6 +376,8 @@
"admin.email.enableEmailBatching.siteURL": "Kolejkowanie e-maili nie może być włączone, jeśli adres URL strony nie jest ustawiany w <b>Konfiguracja > Adres URL strony</b>.",
"admin.email.enableEmailBatchingDesc": "When true, users will have email notifications for multiple direct messages and mentions combined into a single email. Batching will occur at a default interval of 15 minutes, configurable in Account Settings > Notifications.",
"admin.email.enableEmailBatchingTitle": "Włączyć kolejkowanie e-maili:",
"admin.email.enablePreviewModeBannerDescription": "When true, the Preview Mode banner is displayed so users are aware that email notifications are disabled. When false, the Preview Mode banner is not displayed to users.",
"admin.email.enablePreviewModeBannerTitle": "Enable Preview Mode Banner:",
"admin.email.enableSMTPAuthDesc": "When enabled, username and password are used for authenticating to the SMTP server.",
"admin.email.enableSMTPAuthTitle": "Enable SMTP Authentication:",
"admin.email.fullPushNotification": "Wysyłaj pełną treść wiadomości",
@ -403,7 +405,7 @@
"admin.email.notificationOrganization": "Stopka powiadomień mailowych:",
"admin.email.notificationOrganizationDescription": "Nazwa organizacji i adres wyświetlany w powiadomieniach mailowych z Mattermost, np. \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\". Jesli pole jest puste to stopka nie będzie wyświetlana.",
"admin.email.notificationOrganizationExample": "Np. \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"",
"admin.email.notificationsDescription": "Zazwyczaj włączone na produkcji. Gdy jest włączone, Mattermost wysyła powiadomienia mailowe. Deweloperzy Mattermost mogą wyłączyć to ustawienie, żeby nie musieli konfigurować ustawień email i mogli skupić się na rozwoju aplikacji.<br /> Włączenie tego ustawienia usuwa pasek \"Widok Podglądu\" (wymaga wylogowania się i ponownego zalogowania po zmianie ustawienia)",
"admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.",
"admin.email.notificationsTitle": "Włącz powiadomienia mailowe:",
"admin.email.passwordSaltDescription": "32-znakowa wartość losowa dodawana do podpisywania maili resetujących hasło. Losowo generowana przy instalacji. Kliknij \"Regeneruj\" aby utworzyć nową wartość losową. ",
"admin.email.passwordSaltExample": "Np. \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
@ -780,6 +782,7 @@
"admin.plugin.activating": "Activating...",
"admin.plugin.banner": "Plugins are experimental and not recommended for use in production.",
"admin.plugin.choose": "Wybierz plik",
"admin.plugin.cluster_instance": "Cluster Instance",
"admin.plugin.deactivate": "Dezaktywuj",
"admin.plugin.deactivating": "Deactivating...",
"admin.plugin.desc": "Opis",
@ -790,18 +793,34 @@
"admin.plugin.installedTitle": "Installed Plugins: ",
"admin.plugin.management.banner": "Plugins are disabled on your server. To enable them, go to <strong>Plugins > Configuration</strong>.",
"admin.plugin.management.title": "Management",
"admin.plugin.multiple_versions_warning": "There are multiple versions of this plugin installed across your cluster. Re-install this plugin to ensure it works consistently.",
"admin.plugin.name": "Nazwa:",
"admin.plugin.no_plugins": "No installed plugins.",
"admin.plugin.prepackaged": "Pre-packaged",
"admin.plugin.prepackaged": "pre-packaged",
"admin.plugin.remove": "Usuń",
"admin.plugin.removing": "Usuwanie...",
"admin.plugin.settingsButton": "Ustawienia",
"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.",
"admin.plugin.state.failed_to_stay_running": "Crashing",
"admin.plugin.state.failed_to_stay_running.description": "This plugin crashed multiple times and is no longer running. Check your system logs for errors.",
"admin.plugin.state.not_running": "Not running",
"admin.plugin.state.not_running.description": "This plugin is not activated.",
"admin.plugin.state.running": "Running",
"admin.plugin.state.running.description": "This plugin is running.",
"admin.plugin.state.starting": "Starting",
"admin.plugin.state.starting.description": "This plugin is starting.",
"admin.plugin.state.stopping": "Stopping",
"admin.plugin.state.stopping.description": "This plugin is stopping.",
"admin.plugin.state.unknown": "nieznany",
"admin.plugin.upload": "Wyślij",
"admin.plugin.uploadDesc": "Upload a plugin for your Mattermost server. See <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentation</a> to learn more.",
"admin.plugin.uploadDisabledDesc": "To enable plugin uploads, go to <strong>Plugins > Configuration</strong>. See <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentation</a> to learn more.",
"admin.plugin.uploadTitle": "Wyślij plugin: ",
"admin.plugin.uploading": "Wysyłanie..",
"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.title": "Konfiguracja",
@ -1530,7 +1549,7 @@
"combined_system_message.removed_from_team.one": "{firstUser} was <b>removed from the team</b>.",
"combined_system_message.removed_from_team.one_you": "You were <b>removed from the team</b>.",
"combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were <b>removed from the team</b>.",
"combined_system_message.you": "You",
"combined_system_message.you": "Ty",
"confirm_modal.cancel": "Anuluj",
"connecting_screen": "Łączenie",
"convert_channel.cancel": "No, cancel",
@ -2125,6 +2144,26 @@
"mobile.client_upgrade.no_upgrade_subtitle": "You already have the latest version.",
"mobile.client_upgrade.no_upgrade_title": "Your App Is Up to Date",
"mobile.client_upgrade.upgrade": "Zaktualizuj",
"mobile.combined_system_message.added_to_channel": "added to the channel",
"mobile.combined_system_message.added_to_team": "added to the team",
"mobile.combined_system_message.by_actor": " by {actor}.",
"mobile.combined_system_message.first_user": "{firstUser} ",
"mobile.combined_system_message.first_user_and": "{firstUser} and ",
"mobile.combined_system_message.first_user_and_second_user": "{firstUser} and {secondUser} ",
"mobile.combined_system_message.first_user_and_second_user_were": "{firstUser} and {secondUser} were ",
"mobile.combined_system_message.first_user_was": "{firstUser} was ",
"mobile.combined_system_message.joined_channel": "joined the channel",
"mobile.combined_system_message.joined_team": "joined the team",
"mobile.combined_system_message.left_channel": "left the channel",
"mobile.combined_system_message.left_team": "left the team",
"mobile.combined_system_message.others": "{numOthers} others ",
"mobile.combined_system_message.removed_from_channel": "removed from the channel",
"mobile.combined_system_message.removed_from_team": "removed from the team",
"mobile.combined_system_message.users_and_last_user": "{users} oraz {lastUser}",
"mobile.combined_system_message.users_and_last_user_were": "{users} oraz {lastUser}",
"mobile.combined_system_message.were": "were ",
"mobile.combined_system_message.you": "Ty",
"mobile.combined_system_message.you_were": "You were ",
"mobile.commands.error_title": "Error Executing Command",
"mobile.components.channels_list_view.yourChannels": "Twoje kanały:",
"mobile.components.error_list.dismiss_all": "Odrzuć wszystkie",
@ -2772,12 +2811,14 @@
"team_export_tab.unable": " Eksport się nie powiódł: {error}",
"team_import_tab.failure": " Błąd w trakcie importu: ",
"team_import_tab.import": "Zaimportuj",
"team_import_tab.importHelpCliDocsLink": "CLI tool for Slack import",
"team_import_tab.importHelpDocsLink": "dokumentacja",
"team_import_tab.importHelpExportInstructions": "Slack > Administration > Workspace settings > Import/Export Data > Export > Start Export",
"team_import_tab.importHelpExporterLink": "Zaawansowany eksporter z Slack",
"team_import_tab.importHelpLine1": "Import z Slack w Mattermost obsługuje importowanie wiadomości z twoich publicznych kanałów zespołów Slack.",
"team_import_tab.importHelpLine2": "Aby zaimportować zespół ze Slack, przejdź do {exportInstructions}. Zobacz {uploadDocsLink}, aby dowiedzieć się więcej.",
"team_import_tab.importHelpLine3": "Aby zaimportować posty z załączonymi plikami, zobacz {slackAdvancedExporterLink}, aby uzyskać szczegółowe informacje.",
"team_import_tab.importHelpLine4": "For Slack teams with over 10,000 messages, we recommend using the {cliLink}.",
"team_import_tab.importSlack": "Import z Slack (Beta)",
"team_import_tab.importing": " Importuję...",
"team_import_tab.successful": " Import zakończony sukcesem: ",
@ -3011,24 +3052,14 @@
"user.settings.notifications.commentsNever": "Do not trigger notifications on messages in reply threads unless I'm mentioned",
"user.settings.notifications.commentsRoot": "Wyzwalaj powiadomienia o wiadomościach w wątkach, które rozpocząłem",
"user.settings.notifications.desktop": "Wyświetlanie powiadomień na pulpicie",
"user.settings.notifications.desktop.allNoSoundForever": "Dla wszystkich aktywności, bez dźwięku, pokazuj zawsze",
"user.settings.notifications.desktop.allNoSoundTimed": "Dla wszystkich aktywności, bez dźwięku, pokazuj przez {seconds} sekund",
"user.settings.notifications.desktop.allSoundForever": "Dla wszystkich aktywności, z dźwiękiem, pokazuj zawsze",
"user.settings.notifications.desktop.allSoundHiddenForever": "Dla wszystkich aktywności, pokazuj zawsze",
"user.settings.notifications.desktop.allSoundHiddenTimed": "Dla wszystkich aktywności, pokazuj przez {seconds} sekund",
"user.settings.notifications.desktop.allSoundTimed": "Dla wszystkich aktywności, z dźwiękiem, pokazuj przez {seconds} sekund",
"user.settings.notifications.desktop.duration": "Czas trwania powiadomienia",
"user.settings.notifications.desktop.durationInfo": "Określa, jak długo powiadomienia pojawiać się mają na ekranie podczas korzystania z przeglądarki Firefox lub Chrome. Powiadomienia na pulpicie w Edge i Safari może pozostać na ekranie maksymalnie 5 sekund.",
"user.settings.notifications.desktop.mentionsNoSoundForever": "Dla wzmianek i wiadomości bezpośrednich, bez dźwięku, pokazuj zawsze",
"user.settings.notifications.desktop.mentionsNoSoundTimed": "Dla wzmianek i wiadomości bezpośrednich, bez dźwięku, pokazuj przez {seconds} sekund",
"user.settings.notifications.desktop.mentionsSoundForever": "Dla wzmianek i wiadomości bezpośrednich, z dźwiękiem, pokazuj zawsze",
"user.settings.notifications.desktop.mentionsSoundHiddenForever": "Dla wzmianek i wiadomości bezpośrednich, pokazuj zawsze",
"user.settings.notifications.desktop.mentionsSoundHiddenTimed": "Dla wzmianek i wiadomości bezpośrednich, pokazuj przez {seconds} sekund",
"user.settings.notifications.desktop.mentionsSoundTimed": "Dla wzmianek i wiadomości bezpośrednich, z dźwiękiem, pokazuj przez {seconds} sekund",
"user.settings.notifications.desktop.seconds": "{seconds} sekund",
"user.settings.notifications.desktop.sound": "Dźwięk powiadomień",
"user.settings.notifications.desktop.title": "Powiadomienia na pulpicie",
"user.settings.notifications.desktop.unlimited": "Bez ograniczeń",
"user.settings.notifications.desktopSounds": "Dźwięk powiadomień",
"user.settings.notifications.email.disabled": "Email notifications are not enabled",
"user.settings.notifications.email.disabled_long": "Powiadomienia e-mail zostały wyłączone przez administratora systemu.",

View file

@ -376,6 +376,8 @@
"admin.email.enableEmailBatching.siteURL": "Email em lote não pode ser ativo a menos que o SiteURL estiver configurado em <b>Configurações > SiteURL</b>.",
"admin.email.enableEmailBatchingDesc": "Quando verdadeiro, os usuários terão notificações por e-mail para múltiplas mensagens diretas e menções combinadas em um único e-mail. O processamento por lotes ocorrerá em um intervalo padrão de 15 minutos, configurável em Configurações da Conta > Notificações.",
"admin.email.enableEmailBatchingTitle": "Ativar Email em Lote:",
"admin.email.enablePreviewModeBannerDescription": "When true, the Preview Mode banner is displayed so users are aware that email notifications are disabled. When false, the Preview Mode banner is not displayed to users.",
"admin.email.enablePreviewModeBannerTitle": "Enable Preview Mode Banner:",
"admin.email.enableSMTPAuthDesc": "Quando habilitado, o nome de usuário e a senha são usados para autenticar o servidor SMTP.",
"admin.email.enableSMTPAuthTitle": "Ativar Autenticação SMTP:",
"admin.email.fullPushNotification": "Enviar trecho de mensagem",
@ -403,7 +405,7 @@
"admin.email.notificationOrganization": "Notificação Endereço Rodapé:",
"admin.email.notificationOrganizationDescription": "Nome da empresa e endereço de email mostrado nas notificações do Mattermost, como \"® Empresa ABC, Av. Paulista, 1000, São Paulo, SP, 12345-150, BRA\". Se este campo for deixado em branco, o nome da organização e endereço não será mostrado.",
"admin.email.notificationOrganizationExample": "Ex. \"® Empresa ABC, Av. Paulista, 1000, São Paulo, SP, 12345-150, BRA\"",
"admin.email.notificationsDescription": "Normalmente definido como verdadeiro em produção. Quando verdadeiro, Mattermost tenta enviar notificações por e-mail. Os desenvolvedores podem definir este campo como falso para ignorar configuração de e-mail para o desenvolvimento mais rápido.<br /> A definição deste como verdadeiro remove a bandeira modo de visualização (requer sair e entrar novamente após a alteração).",
"admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.",
"admin.email.notificationsTitle": "Habilitar Notificações por E-mail: ",
"admin.email.passwordSaltDescription": "Salt de 32-caracteres adicionado para assinar o redefinição de senha por e-mail. Gerada aleatoriamente na instalação. Clique em \"Re-Gerar\" para criar um novo salt.",
"admin.email.passwordSaltExample": "Ex.: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
@ -780,6 +782,7 @@
"admin.plugin.activating": "Ativando...",
"admin.plugin.banner": "Plugins são experimentais e não são recomendados para uso em produção.",
"admin.plugin.choose": "Escolher Arquivo",
"admin.plugin.cluster_instance": "Cluster Instance",
"admin.plugin.deactivate": "Desativar",
"admin.plugin.deactivating": "Desativando...",
"admin.plugin.desc": "Descrição:",
@ -790,18 +793,34 @@
"admin.plugin.installedTitle": "Plugins Instalados: ",
"admin.plugin.management.banner": "Plugins estão desativados no seu servidor. Para ativa-los, vá para <strong>Plugins > Configurações</strong>.",
"admin.plugin.management.title": "Gerenciamento",
"admin.plugin.multiple_versions_warning": "There are multiple versions of this plugin installed across your cluster. Re-install this plugin to ensure it works consistently.",
"admin.plugin.name": "Nome:",
"admin.plugin.no_plugins": "Plugins não instalados.",
"admin.plugin.prepackaged": "Pré-empacotado",
"admin.plugin.remove": "Remover",
"admin.plugin.removing": "Removendo...",
"admin.plugin.settingsButton": "Configurações",
"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.",
"admin.plugin.state.failed_to_stay_running": "Crashing",
"admin.plugin.state.failed_to_stay_running.description": "This plugin crashed multiple times and is no longer running. Check your system logs for errors.",
"admin.plugin.state.not_running": "Not running",
"admin.plugin.state.not_running.description": "This plugin is not activated.",
"admin.plugin.state.running": "Running",
"admin.plugin.state.running.description": "This plugin is running.",
"admin.plugin.state.starting": "Starting",
"admin.plugin.state.starting.description": "This plugin is starting.",
"admin.plugin.state.stopping": "Stopping",
"admin.plugin.state.stopping.description": "This plugin is stopping.",
"admin.plugin.state.unknown": "desconhecido",
"admin.plugin.upload": "Enviar",
"admin.plugin.uploadDesc": "Envie um plugin para seu servidor Mattermost. Veja a <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentação</a> para saber mais.",
"admin.plugin.uploadDisabledDesc": "Para ativar o envio de plugins, vá para <strong>Plugins > Configurações</strong>. Veja a <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentação</a> para saber mais.",
"admin.plugin.uploadTitle": "Enviar Plugin: ",
"admin.plugin.uploading": "Enviando..",
"admin.plugin.version": "Versão:",
"admin.plugin.version_title": "Versão",
"admin.plugins.settings.enable": "Ativar Plugins: ",
"admin.plugins.settings.enableDesc": "Quando verdadeiro, ativa plugins no servidor Mattermost. Utilize plugins para integrar com sistemas de terceiros, estenda funcionalidades ou personalize a interface do seu servidor Mattermost. Veja a <a href=\"https://about.mattermost.com/default-plugins\" target=\"_blank\">documentação</a> para saber mais. ",
"admin.plugins.settings.title": "Configuração",
@ -1530,7 +1549,7 @@
"combined_system_message.removed_from_team.one": "{firstUser} was <b>removed from the team</b>.",
"combined_system_message.removed_from_team.one_you": "You were <b>removed from the team</b>.",
"combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were <b>removed from the team</b>.",
"combined_system_message.you": "You",
"combined_system_message.you": "Você",
"confirm_modal.cancel": "Cancelar",
"connecting_screen": "Conectando",
"convert_channel.cancel": "Não, cancelar",
@ -2125,6 +2144,26 @@
"mobile.client_upgrade.no_upgrade_subtitle": "Você já possui a última versão.",
"mobile.client_upgrade.no_upgrade_title": "Seu App Está Atualizado",
"mobile.client_upgrade.upgrade": "Atualizar",
"mobile.combined_system_message.added_to_channel": "adicionar ao canal",
"mobile.combined_system_message.added_to_team": "added to the team",
"mobile.combined_system_message.by_actor": " by {actor}.",
"mobile.combined_system_message.first_user": "{firstUser} ",
"mobile.combined_system_message.first_user_and": "{firstUser} and ",
"mobile.combined_system_message.first_user_and_second_user": "{firstUser} and {secondUser} ",
"mobile.combined_system_message.first_user_and_second_user_were": "{firstUser} and {secondUser} were ",
"mobile.combined_system_message.first_user_was": "{firstUser} was ",
"mobile.combined_system_message.joined_channel": "joined the channel",
"mobile.combined_system_message.joined_team": "joined the team",
"mobile.combined_system_message.left_channel": "left the channel",
"mobile.combined_system_message.left_team": "left the team",
"mobile.combined_system_message.others": "{numOthers} others ",
"mobile.combined_system_message.removed_from_channel": "removed from the channel",
"mobile.combined_system_message.removed_from_team": "removed from the team",
"mobile.combined_system_message.users_and_last_user": "{users} e {lastUser}",
"mobile.combined_system_message.users_and_last_user_were": "{users} e {lastUser}",
"mobile.combined_system_message.were": "were ",
"mobile.combined_system_message.you": "Você",
"mobile.combined_system_message.you_were": "You were ",
"mobile.commands.error_title": "Erro ao Executar o Comando",
"mobile.components.channels_list_view.yourChannels": "Seus canais:",
"mobile.components.error_list.dismiss_all": "Descartar todos",
@ -2772,12 +2811,14 @@
"team_export_tab.unable": " Não foi possível exportar: {error}",
"team_import_tab.failure": " Falha na importação: ",
"team_import_tab.import": "Importar",
"team_import_tab.importHelpCliDocsLink": "CLI tool for Slack import",
"team_import_tab.importHelpDocsLink": "documentação",
"team_import_tab.importHelpExportInstructions": "Slack > Administration > Workspace settings > Import/Export Data > Export > Start Export",
"team_import_tab.importHelpExporterLink": "Exportador Avançado Slack",
"team_import_tab.importHelpLine1": "Importação Slack para Mattermost suporta a importação de mensagens nos canais públicos da sua equipe Slack.",
"team_import_tab.importHelpLine2": "Para importar uma equipe do Slack, vá para {exportInstructions}. Veja {uploadDocsLink} para saber mais.",
"team_import_tab.importHelpLine3": "Para importar postagens com arquivos anexos, veja {slackAdvancedExporterLink} para detalhes.",
"team_import_tab.importHelpLine4": "For Slack teams with over 10,000 messages, we recommend using the {cliLink}.",
"team_import_tab.importSlack": "Importar do Slack (Beta)",
"team_import_tab.importing": " Importando...",
"team_import_tab.successful": " Importado com sucesso: ",
@ -3011,24 +3052,14 @@
"user.settings.notifications.commentsNever": "Não disparar notificações para respostas mensagens a menos que eu for mencionado",
"user.settings.notifications.commentsRoot": "Dispara notificações de mensagens em tópicos que eu iniciei",
"user.settings.notifications.desktop": "Enviar notificações de desktop",
"user.settings.notifications.desktop.allNoSoundForever": "Para toda atividade, sem som, mostrada indefinidamente",
"user.settings.notifications.desktop.allNoSoundTimed": "Para toda atividade, sem som, mostrada por {seconds} segundos",
"user.settings.notifications.desktop.allSoundForever": "Para toda atividade, com som, mostrada indefinidamente",
"user.settings.notifications.desktop.allSoundHiddenForever": "Para toda atividade, mostrada indefinidamente",
"user.settings.notifications.desktop.allSoundHiddenTimed": "Para toda atividade, mostrada por {seconds} segundos",
"user.settings.notifications.desktop.allSoundTimed": "Para toda atividade, sem som, mostrada por {seconds} segundos",
"user.settings.notifications.desktop.duration": "Duração da notificação",
"user.settings.notifications.desktop.durationInfo": "Define o tempo que as notificações no desktop permanecerão na tela ao usar o Firefox ou o Chrome. As notificações no desktop no Edge, Safari e no App Mattermost Desktop só podem permanecer na tela por um máximo de 5 segundos.",
"user.settings.notifications.desktop.mentionsNoSoundForever": "Para menções e mensagens diretas, sem som, mostrada indefinidamente",
"user.settings.notifications.desktop.mentionsNoSoundTimed": "Para menções e mensagens diretas, sem som, mostradas por {seconds} segundos",
"user.settings.notifications.desktop.mentionsSoundForever": "Para menções e mensagens diretas, com som, mostrada indefinidamente",
"user.settings.notifications.desktop.mentionsSoundHiddenForever": "Para menções e mensagens diretas, mostrada indefinidamente",
"user.settings.notifications.desktop.mentionsSoundHiddenTimed": "Para menções e mensagens diretas, mostradas por {seconds} segundos",
"user.settings.notifications.desktop.mentionsSoundTimed": "Para menções e mensagens diretas, com som, mostrada por {seconds} segundos",
"user.settings.notifications.desktop.seconds": "{seconds} segundos",
"user.settings.notifications.desktop.sound": "Som da notificação",
"user.settings.notifications.desktop.title": "Notificação no desktop",
"user.settings.notifications.desktop.unlimited": "Ilimitado",
"user.settings.notifications.desktopSounds": "Som de notificação no desktop",
"user.settings.notifications.email.disabled": "Notificações por email não estão ativas",
"user.settings.notifications.email.disabled_long": "As notificações por email não foram ativadas pelo Administrador do Sistema.",

View file

@ -376,6 +376,8 @@
"admin.email.enableEmailBatching.siteURL": "Почтовые объединения не могут быть включены, сначала нужно настроить URL сайта в <b>Настройки > SiteURL</b>.",
"admin.email.enableEmailBatchingDesc": "When true, users will have email notifications for multiple direct messages and mentions combined into a single email. Batching will occur at a default interval of 15 minutes, configurable in Account Settings > Notifications.",
"admin.email.enableEmailBatchingTitle": "Включить почтовые объединения:",
"admin.email.enablePreviewModeBannerDescription": "When true, the Preview Mode banner is displayed so users are aware that email notifications are disabled. When false, the Preview Mode banner is not displayed to users.",
"admin.email.enablePreviewModeBannerTitle": "Enable Preview Mode Banner:",
"admin.email.enableSMTPAuthDesc": "When enabled, username and password are used for authenticating to the SMTP server.",
"admin.email.enableSMTPAuthTitle": "Enable SMTP Authentication:",
"admin.email.fullPushNotification": "Послать полный фрагмент сообщения",
@ -403,7 +405,7 @@
"admin.email.notificationOrganization": "Адрес эл. почты в нижнем колонтитуле:",
"admin.email.notificationOrganizationDescription": "Имя и адрес организации отображаемые в уведомлении по эл. почте от Mattermost, например \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\". Если поле оставить пустым имя и адрес организации отображаться не будут.",
"admin.email.notificationOrganizationExample": "Например: \"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"",
"admin.email.notificationsDescription": "Обычно включают в продуктивной системе. Если включено, Mattermost пытается отправить уведомление по эл. почте. Разработчики могут выключить чтобы уведомления не отправлялись.<br />Включение этой настройки удаляет баннер режима предпросмотра (требуется перезайти в систему для применения настроек).",
"admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.",
"admin.email.notificationsTitle": "Включить уведомления по электронной почте: ",
"admin.email.passwordSaltDescription": "32-символьная соль для подписи сообщений сброса пароля. Случайно генерируется во время инсталляции. Нажмите \"Создать новую\" для генерации новой соли.",
"admin.email.passwordSaltExample": "Например: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
@ -780,6 +782,7 @@
"admin.plugin.activating": "Activating...",
"admin.plugin.banner": "Плагины являются экспериментальными, поэтому не рекомендуется использовать их в продакшене.",
"admin.plugin.choose": "Выбрать файл",
"admin.plugin.cluster_instance": "Cluster Instance",
"admin.plugin.deactivate": "Деактивировать",
"admin.plugin.deactivating": "Deactivating...",
"admin.plugin.desc": "Описание:",
@ -790,18 +793,34 @@
"admin.plugin.installedTitle": "Installed Plugins: ",
"admin.plugin.management.banner": "Plugins are disabled on your server. To enable them, go to <strong>Plugins > Configuration</strong>.",
"admin.plugin.management.title": "Управление",
"admin.plugin.multiple_versions_warning": "There are multiple versions of this plugin installed across your cluster. Re-install this plugin to ensure it works consistently.",
"admin.plugin.name": "Имя:",
"admin.plugin.no_plugins": "No installed plugins.",
"admin.plugin.prepackaged": "Pre-packaged",
"admin.plugin.prepackaged": "pre-packaged",
"admin.plugin.remove": "Удалить",
"admin.plugin.removing": "Удаление...",
"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.",
"admin.plugin.state.failed_to_stay_running": "Crashing",
"admin.plugin.state.failed_to_stay_running.description": "This plugin crashed multiple times and is no longer running. Check your system logs for errors.",
"admin.plugin.state.not_running": "Not running",
"admin.plugin.state.not_running.description": "This plugin is not activated.",
"admin.plugin.state.running": "Running",
"admin.plugin.state.running.description": "This plugin is running.",
"admin.plugin.state.starting": "Starting",
"admin.plugin.state.starting.description": "This plugin is starting.",
"admin.plugin.state.stopping": "Stopping",
"admin.plugin.state.stopping.description": "This plugin is stopping.",
"admin.plugin.state.unknown": "неизвестный",
"admin.plugin.upload": "Загрузить",
"admin.plugin.uploadDesc": "Upload a plugin for your Mattermost server. See <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentation</a> to learn more.",
"admin.plugin.uploadDisabledDesc": "To enable plugin uploads, go to <strong>Plugins > Configuration</strong>. See <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">documentation</a> to learn more.",
"admin.plugin.uploadTitle": "Загрузить плагин: ",
"admin.plugin.uploading": "Загрузка…",
"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.title": "Параметры",
@ -1530,7 +1549,7 @@
"combined_system_message.removed_from_team.one": "{firstUser} was <b>removed from the team</b>.",
"combined_system_message.removed_from_team.one_you": "You were <b>removed from the team</b>.",
"combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were <b>removed from the team</b>.",
"combined_system_message.you": "You",
"combined_system_message.you": "Вы",
"confirm_modal.cancel": "Отмена",
"connecting_screen": "Подключение",
"convert_channel.cancel": "No, cancel",
@ -2125,6 +2144,26 @@
"mobile.client_upgrade.no_upgrade_subtitle": "You already have the latest version.",
"mobile.client_upgrade.no_upgrade_title": "Your App Is Up to Date",
"mobile.client_upgrade.upgrade": "Обновить",
"mobile.combined_system_message.added_to_channel": "added to the channel",
"mobile.combined_system_message.added_to_team": "added to the team",
"mobile.combined_system_message.by_actor": " by {actor}.",
"mobile.combined_system_message.first_user": "{firstUser} ",
"mobile.combined_system_message.first_user_and": "{firstUser} and ",
"mobile.combined_system_message.first_user_and_second_user": "{firstUser} and {secondUser} ",
"mobile.combined_system_message.first_user_and_second_user_were": "{firstUser} and {secondUser} were ",
"mobile.combined_system_message.first_user_was": "{firstUser} was ",
"mobile.combined_system_message.joined_channel": "joined the channel",
"mobile.combined_system_message.joined_team": "joined the team",
"mobile.combined_system_message.left_channel": "left the channel",
"mobile.combined_system_message.left_team": "left the team",
"mobile.combined_system_message.others": "{numOthers} others ",
"mobile.combined_system_message.removed_from_channel": "removed from the channel",
"mobile.combined_system_message.removed_from_team": "removed from the team",
"mobile.combined_system_message.users_and_last_user": "{users} и {lastUser}",
"mobile.combined_system_message.users_and_last_user_were": "{users} и {lastUser}",
"mobile.combined_system_message.were": "were ",
"mobile.combined_system_message.you": "Вы",
"mobile.combined_system_message.you_were": "You were ",
"mobile.commands.error_title": "Error Executing Command",
"mobile.components.channels_list_view.yourChannels": "Ваши каналы:",
"mobile.components.error_list.dismiss_all": "Отменить все",
@ -2772,12 +2811,14 @@
"team_export_tab.unable": " Невозможно экспортировать: {error}",
"team_import_tab.failure": " Ошибка импорта: ",
"team_import_tab.import": "Импорт",
"team_import_tab.importHelpCliDocsLink": "CLI tool for Slack import",
"team_import_tab.importHelpDocsLink": "документация",
"team_import_tab.importHelpExportInstructions": "Slack > Administration > Workspace settings > Import/Export Data > Export > Start Export",
"team_import_tab.importHelpExporterLink": "Продвинутый экспортер Slack",
"team_import_tab.importHelpLine1": "Импорт из Slack в Mattermost поддерживает импортирование сообщений из Ваших публичных каналов команд Slack.",
"team_import_tab.importHelpLine2": "Для импорта команды из Slack перейдите сюда: {exportInstructions}. Более подробную информацию смотрите здесь: {uploadDocsLink}",
"team_import_tab.importHelpLine3": "Для импорта сообщений с прикреплёнными файлами смотрите {slackAdvancedExporterLink} для подробностей.",
"team_import_tab.importHelpLine4": "For Slack teams with over 10,000 messages, we recommend using the {cliLink}.",
"team_import_tab.importSlack": "Импортировать из Slack (Beta)",
"team_import_tab.importing": " Импортирование...",
"team_import_tab.successful": " Импорт успешно завершён: ",
@ -3011,24 +3052,14 @@
"user.settings.notifications.commentsNever": "Не показывать уведомления о сообщениях в нити, пока я не буду упомянут",
"user.settings.notifications.commentsRoot": "Срабатывают уведомления о сообщениях в темах, которые я начинаю",
"user.settings.notifications.desktop": "Отправлять уведомления на рабочий стол",
"user.settings.notifications.desktop.allNoSoundForever": "Для всей активности без звука, показывать бесконечно",
"user.settings.notifications.desktop.allNoSoundTimed": "Для всей активности без звука, показывать {seconds} секунд",
"user.settings.notifications.desktop.allSoundForever": "Для всей активности со звуком, показывать бесконечно",
"user.settings.notifications.desktop.allSoundHiddenForever": "Для всей активности, не скрывать автоматически",
"user.settings.notifications.desktop.allSoundHiddenTimed": "Для всей активности, скрыть через {seconds} секунд",
"user.settings.notifications.desktop.allSoundTimed": "Для всей активности со звуком, показывать на {seconds} секунд",
"user.settings.notifications.desktop.duration": "Длительность уведомления",
"user.settings.notifications.desktop.durationInfo": "Определяет, сколько времени уведомления рабочего стола будут оставаться на экране при использовании Firefox или Chrome. При использовании Edge и Safari уведомления могут оставаться на экране максимум 5 секунд.",
"user.settings.notifications.desktop.mentionsNoSoundForever": "При упоминаниях и личных сообщениях, без звука, не скрывать автоматически",
"user.settings.notifications.desktop.mentionsNoSoundTimed": "При упоминаниях и личных сообщениях, без звука, скрыть через {seconds} секунд",
"user.settings.notifications.desktop.mentionsSoundForever": "При упоминаниях и личных сообщениях, со звуком, не скрывать автоматически",
"user.settings.notifications.desktop.mentionsSoundHiddenForever": "При упоминаниях и личных сообщениях, не скрывать автоматически",
"user.settings.notifications.desktop.mentionsSoundHiddenTimed": "При упоминаниях и личных сообщениях, скрыть через {seconds} секунд",
"user.settings.notifications.desktop.mentionsSoundTimed": "При упоминаниях и личных сообщениях, со звуком, скрыть через {seconds} секунд",
"user.settings.notifications.desktop.seconds": "{seconds} секунд",
"user.settings.notifications.desktop.sound": "Звук уведомления",
"user.settings.notifications.desktop.title": "Оповещения на рабочий стол",
"user.settings.notifications.desktop.unlimited": "Неограниченно",
"user.settings.notifications.desktopSounds": "Звуковые оповещения на рабочий стол",
"user.settings.notifications.email.disabled": "Email notifications are not enabled",
"user.settings.notifications.email.disabled_long": "Email notifications have not been enabled by your System Administrator.",

View file

@ -376,6 +376,8 @@
"admin.email.enableEmailBatching.siteURL": "<b>Ayarlar > Site Adresi</b> bölümünden site adresi ayarlanmadan toplu e-posta özelliği etkinleştirilemez.",
"admin.email.enableEmailBatchingDesc": "Bu seçenek etkinleştirildiğinde, kullanıcılar birden çok doğrudan ileti ve anma bildirimini tek bir e-posta içinde alır. Toplu işlem varsayılan olarak 15 dakikada bir yapılır ve bu süre Hesap Ayarları > Bildirimler bölümünden ayarlanabilir.",
"admin.email.enableEmailBatchingTitle": "Toplu E-posta Kullanılsın:",
"admin.email.enablePreviewModeBannerDescription": "Bu seçenek etkinleştirildiğinde, Önizleme Kipi afişi görüntülenir. Böylece kullanıcılar e-posta bildirimlerinin devre dışı bırakılmış olduğunu görebilir. Devre dışı bırakıldığında, Önizleme Kipi afişi kullanıcılara görüntülenmez.",
"admin.email.enablePreviewModeBannerTitle": "Önizleme Kipi Afişi Görüntülensin:",
"admin.email.enableSMTPAuthDesc": "Bu seçenek etkinleştirildiğinde, SMTP sunucuda kimlik doğrulaması için kullanıcı adı ve parola kullanılır.",
"admin.email.enableSMTPAuthTitle": "SMTP Kimlik Doğrulaması Kullanılsın",
"admin.email.fullPushNotification": "İleti bölümünün tümü gönderilsin",
@ -403,7 +405,7 @@
"admin.email.notificationOrganization": "Bildirim Alt Bilgi E-posta Adresi:",
"admin.email.notificationOrganizationDescription": "Mattermost bildirimlerinin alt bilgisi olarak görüntülenecek kuruluş adı ve adresi gibi bilgiler. Örnek: \"© ABC Ltd., 565 Atatürk Cad, Ankara, 06000, Türkiye\". Kuruluş adı ve adresinin görüntülenmemesi için bu alanı boş bırakın.",
"admin.email.notificationOrganizationExample": "Örnek: \"© ABC Ltd., 565 Atatürk Cad, Ankara, 06000, Türkiye\"",
"admin.email.notificationsDescription": "Bu seçenek genel olarak üretim ortamında etkinleştirilir. Etkinleştirildiğinde, Mattermost e-posta bildirimlerini göndermeyi dener. Geliştiriciler daha hızlı geliştirme yapabilmek için e-posta gönderimini devre dışı bırakabilir.<br />Bu seçenek etkinleştirildiğinde Ön İzleme Kipi bildirimi kaldırılır (ayarı değiştirdikten sonra oturumu kapatıp yeniden açın).",
"admin.email.notificationsDescription": "Bu seçenek genellikle üretim ortamlarında etkindir ve Mattermost üzerinden e-posta bildirimlerinin gönderilmesini sağlar. Böylece geliştiriciler işlemleri hızlandırmak için e-posta kurulumunu atlamak amacıyla bu seçeneği devre dışı bırakabilir.",
"admin.email.notificationsTitle": "E-posta Bildirimleri Kullanılsın: ",
"admin.email.passwordSaltDescription": "Parola sıfırlama e-postalarını imzalamak için eklenecek 32 karakter uzunluğundaki çeşni. Kurulum sırasında rastgele olarak üretilir. Yeni bir çeşni oluşturmak için \"Yeniden Oluştur\" üzerine tıklayın.",
"admin.email.passwordSaltExample": "Örnek: \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
@ -780,6 +782,7 @@
"admin.plugin.activating": "Etkinleştiriliyor...",
"admin.plugin.banner": "Uygulama ekleri henüz deneme aşamasında olduğundan üretim ortamında kullanılması önerilmez.",
"admin.plugin.choose": "Dosyayı Seçin",
"admin.plugin.cluster_instance": "Küme Kopyası",
"admin.plugin.deactivate": "Devre Dışı Bırak",
"admin.plugin.deactivating": "Devre dışı bırakılıyor...",
"admin.plugin.desc": "Açıklama:",
@ -790,18 +793,34 @@
"admin.plugin.installedTitle": "Kurulu Uygulama Ekleri: ",
"admin.plugin.management.banner": "Sunucuda uygulama ekleri devre dışı bırakılmış. Etkinleştirmek için <strong>Uygulama Ekleri > Yapılandırma</strong> bölümüne gidin.",
"admin.plugin.management.title": "Yönetim",
"admin.plugin.multiple_versions_warning": "Kümenizde bu uygulama ekinin birden çok farklı sürümü kurulmuş. Düzgün çalışacağından emin olmak için bu uygulama ekini yeniden kurun.",
"admin.plugin.name": "Ad:",
"admin.plugin.no_plugins": "Kurulu bir uygulama eki yok.",
"admin.plugin.prepackaged": "Önceden paketlenmiş",
"admin.plugin.prepackaged": "önceden paketlenmiş",
"admin.plugin.remove": "Kaldır",
"admin.plugin.removing": "Kaldırılıyor...",
"admin.plugin.settingsButton": "Ayarlar",
"admin.plugin.state": "Durum",
"admin.plugin.state.failed_to_start": "Başlatılamadı",
"admin.plugin.state.failed_to_start.description": "Uygulama eki başlatılamadı. Hataları görmek için sistem günlüklerine bakın.",
"admin.plugin.state.failed_to_stay_running": "Çöküyor",
"admin.plugin.state.failed_to_stay_running.description": "Bu uygulama eki birden çok kez çökmüş ve şimdi çalışmıyor. Hataları görmek için sistem günlüklerine bakın.",
"admin.plugin.state.not_running": "Çalışmıyor",
"admin.plugin.state.not_running.description": "Bu uygulama eki etkinleştirilmemiş.",
"admin.plugin.state.running": "Çalışıyor",
"admin.plugin.state.running.description": "Bu uygulama eki çalışıyor.",
"admin.plugin.state.starting": "Başlatılıyor",
"admin.plugin.state.starting.description": "Bu uygulama eki başlatılıyor.",
"admin.plugin.state.stopping": "Durduruluyor",
"admin.plugin.state.stopping.description": "Bu uygulama eki durduruluyor.",
"admin.plugin.state.unknown": "Bilinmiyor",
"admin.plugin.upload": "Yükle",
"admin.plugin.uploadDesc": "Mattermost sunucunuza bir uygulama eki yükleyin. Ayrıntılı bilgi almak için <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">belgeler</a> bölümüne bakın.",
"admin.plugin.uploadDisabledDesc": "Uygulama eklerinin yüklenebilmesi için <strong>Uygulama Eki > Yapılandırma</strong> bölümüne gidin. Ayrıntılı bilgi almak için <a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">belgeler</a> bölümüne bakın.",
"admin.plugin.uploadTitle": "Uygulama Eki Yükle: ",
"admin.plugin.uploading": "Yükleniyor...",
"admin.plugin.version": "Sürüm:",
"admin.plugin.version_title": "Sürüm",
"admin.plugins.settings.enable": "Uygulama Ekleri Kullanılsın: ",
"admin.plugins.settings.enableDesc": "Bu seçenek etkinleştirildiğinde, Mattermost sunucusu üzerindeki uygulama ekleri kullanılır. Uygulama eklerini kullanarak Mattermost sunucunuz üzerinde üçüncü taraf sistemler ile bütünleştirme, özellikleri arttırma ve kullanıcı arayüzünü özelleştirme gibi işlemleri yapabilirsiniz. Ayrıntılı bilgi almak için <a href=\"https://about.mattermost.com/default-plugins\" target=\"_blank\">belgeler</a> bölümüne bakın.",
"admin.plugins.settings.title": "Ayarlar",
@ -1502,35 +1521,35 @@
"claim.oauth_to_email.pwdNotMatch": "Parola ile onayı aynı değil.",
"claim.oauth_to_email.switchTo": "{type} hesabını e-posta ve parola olarak değiştir",
"claim.oauth_to_email.title": "{type} hesabını e-posta olarak değiştir",
"combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_channel.one": "{firstUser} <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_channel.one_you": "You were <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were <b>added to the team</b> by {actor}.",
"combined_system_message.added_to_team.one": "{firstUser} <b>added to the team</b> by {actor}.",
"combined_system_message.added_to_team.one_you": "You were <b>added to the team</b> by {actor}.",
"combined_system_message.added_to_team.two": "{firstUser} and {secondUser} <b>added to the team</b> by {actor}.",
"combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} <b>joined the channel</b>.",
"combined_system_message.joined_channel.one": "{firstUser} <b>joined the channel</b>.",
"combined_system_message.joined_channel.two": "{firstUser} and {secondUser} <b>joined the channel</b>.",
"combined_system_message.joined_team.many_expanded": "{users} and {lastUser} <b>joined the team</b>.",
"combined_system_message.joined_team.one": "{firstUser} <b>joined the team</b>.",
"combined_system_message.joined_team.two": "{firstUser} and {secondUser} <b>joined the team</b>.",
"combined_system_message.left_channel.many_expanded": "{users} and {lastUser} <b>left the channel</b>.",
"combined_system_message.left_channel.one": "{firstUser} <b>left the channel</b>.",
"combined_system_message.left_channel.two": "{firstUser} and {secondUser} <b>left the channel</b>.",
"combined_system_message.left_team.many_expanded": "{users} and {lastUser} <b>left the team</b>.",
"combined_system_message.left_team.one": "{firstUser} <b>left the team</b>.",
"combined_system_message.left_team.two": "{firstUser} and {secondUser} <b>left the team</b>.",
"combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were <b>removed from the channel</b>.",
"combined_system_message.removed_from_channel.one": "{firstUser} was <b>removed from the channel</b>.",
"combined_system_message.removed_from_channel.one_you": "You were <b>removed from the channel</b>.",
"combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were <b>removed from the channel</b>.",
"combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were <b>removed from the team</b>.",
"combined_system_message.removed_from_team.one": "{firstUser} was <b>removed from the team</b>.",
"combined_system_message.removed_from_team.one_you": "You were <b>removed from the team</b>.",
"combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were <b>removed from the team</b>.",
"combined_system_message.you": "You",
"combined_system_message.added_to_channel.many_expanded": "{users} ve {lastUser} {actor} tarafından <b>kanala eklendi</b>.",
"combined_system_message.added_to_channel.one": "{firstUser} {actor} tarafından <b>kanala eklendi</b>.",
"combined_system_message.added_to_channel.one_you": "{actor} tarafından <b>kanala eklendiniz</b>.",
"combined_system_message.added_to_channel.two": "{firstUser} ve {secondUser} {actor} tarafından <b>kanala eklendi</b>.",
"combined_system_message.added_to_team.many_expanded": "{users} ve {lastUser} {actor} tarafından <b>takıma eklendi</b>.",
"combined_system_message.added_to_team.one": "{firstUser} {actor} tarafından <b>takıma eklendi</b>.",
"combined_system_message.added_to_team.one_you": "{actor} tarafından <b>takıma eklendiniz</b>.",
"combined_system_message.added_to_team.two": "{firstUser} ve {secondUser} {actor} tarafından <b>takıma eklendi</b>.",
"combined_system_message.joined_channel.many_expanded": "{users} ve {lastUser} <b>kanala katıldı</b>.",
"combined_system_message.joined_channel.one": "{firstUser} <b>kanala katıldı</b>.",
"combined_system_message.joined_channel.two": "{firstUser} ve {secondUser} <b>kanala katıldı</b>.",
"combined_system_message.joined_team.many_expanded": "{users} ve {lastUser} <b>takıma katıldı</b>.",
"combined_system_message.joined_team.one": "{firstUser} <b>takıma katıldı</b>.",
"combined_system_message.joined_team.two": "{firstUser} ve {secondUser} <b>takıma katıldı</b>.",
"combined_system_message.left_channel.many_expanded": "{users} ve {lastUser} <b>kanaldan ayrıldı</b>.",
"combined_system_message.left_channel.one": "{firstUser} <b>kanaldan ayrıldı</b>.",
"combined_system_message.left_channel.two": "{firstUser} ve {secondUser} <b>kanaldan ayrıldı</b>.",
"combined_system_message.left_team.many_expanded": "{users} ve {lastUser} <b>takımdan ayrıldı</b>.",
"combined_system_message.left_team.one": "{firstUser} <b>takımdan ayrıldı</b>.",
"combined_system_message.left_team.two": "{firstUser} ve {secondUser} <b>takımdan ayrıldı</b>.",
"combined_system_message.removed_from_channel.many_expanded": "{users} ve {lastUser} <b>kanaldan çıkarıldı</b>.",
"combined_system_message.removed_from_channel.one": "{firstUser} <b>kanaldan çıkarıldı</b>.",
"combined_system_message.removed_from_channel.one_you": "<b>Kanaldan çıkarıldınız</b>.",
"combined_system_message.removed_from_channel.two": "{firstUser} ve {secondUser} <b>kanaldan çıkarıldı</b>.",
"combined_system_message.removed_from_team.many_expanded": "{users} ve {lastUser} <b>takımdan çıkarıldı</b>.",
"combined_system_message.removed_from_team.one": "{firstUser} <b>takımdan kaldırıldı</b>.",
"combined_system_message.removed_from_team.one_you": "<b>Takımdan çıkarıldınız</b>.",
"combined_system_message.removed_from_team.two": "{firstUser} ve {secondUser} <b>takımdan çıkarıldı</b>.",
"combined_system_message.you": "Siz",
"confirm_modal.cancel": "İptal",
"connecting_screen": "Bağlanıyor",
"convert_channel.cancel": "Hayır, iptal et",
@ -1963,16 +1982,16 @@
"invite_member.sending": " Gönderiliyor",
"invite_member.teamInviteLink": "Ayrıca {link} bağlantısını kullanarak kişileri çağırabilirsiniz.",
"katex.error": "Latex kodu derlenemedi. Lütfen söz dizimini denetleyip yeniden deneyin.",
"last_users_message.added_to_channel.type": "were <b>added to the channel</b> by {actor}.",
"last_users_message.added_to_team.type": "were <b>added to the team</b> by {actor}.",
"last_users_message.first": "{firstUser} and ",
"last_users_message.joined_channel.type": "<b>joined the channel</b>.",
"last_users_message.joined_team.type": "<b>joined the team</b>.",
"last_users_message.left_channel.type": "<b>left the channel</b>.",
"last_users_message.left_team.type": "<b>left the team</b>.",
"last_users_message.others": "{numOthers} others ",
"last_users_message.removed_from_channel.type": "were <b>removed from the channel</b>.",
"last_users_message.removed_from_team.type": "were <b>removed from the team</b>.",
"last_users_message.added_to_channel.type": "{actor} tarafından <b>kanala eklendiniz</b>.",
"last_users_message.added_to_team.type": "{actor} tarafından <b>takıma eklendiniz</b>.",
"last_users_message.first": "{firstUser} ve ",
"last_users_message.joined_channel.type": "<b>kanala katıldı</b>.",
"last_users_message.joined_team.type": "<b>takıma katıldı</b>.",
"last_users_message.left_channel.type": "<b>kanaldan ayrıldı</b>.",
"last_users_message.left_team.type": "<b>takımdan ayrıldı</b>.",
"last_users_message.others": "{numOthers} diğer kullanıcı ",
"last_users_message.removed_from_channel.type": "<b>kanaldan çıkarıldı</b>.",
"last_users_message.removed_from_team.type": "<b>takımdan çıkarıldı</b>.",
"ldap_signup.find": "Takımlarımı bul",
"ldap_signup.ldap": "AD/LDAP hesabıyla takım ekle",
"ldap_signup.length_error": "Ad en az 3 en fazla 15 karakterden oluşabilir",
@ -2125,6 +2144,26 @@
"mobile.client_upgrade.no_upgrade_subtitle": "Son sürümü kullanıyorsunuz.",
"mobile.client_upgrade.no_upgrade_title": "Uygulamanız Güncel",
"mobile.client_upgrade.upgrade": "Güncelle",
"mobile.combined_system_message.added_to_channel": "kanala eklendi",
"mobile.combined_system_message.added_to_team": "takıma eklendi",
"mobile.combined_system_message.by_actor": " {actor} tarafından.",
"mobile.combined_system_message.first_user": "{firstUser} ",
"mobile.combined_system_message.first_user_and": "{firstUser} ve ",
"mobile.combined_system_message.first_user_and_second_user": "{firstUser} ve {secondUser} ",
"mobile.combined_system_message.first_user_and_second_user_were": "{firstUser} ve {secondUser} ",
"mobile.combined_system_message.first_user_was": "{firstUser} ",
"mobile.combined_system_message.joined_channel": "kanala katıldı",
"mobile.combined_system_message.joined_team": "takıma katıldı",
"mobile.combined_system_message.left_channel": "kanaldan ayrıldı",
"mobile.combined_system_message.left_team": "takımdan ayrıldı",
"mobile.combined_system_message.others": "{numOthers} diğer kullanıcı ",
"mobile.combined_system_message.removed_from_channel": "kanaldan çıkarıldı",
"mobile.combined_system_message.removed_from_team": "takımdan çıkarıldı",
"mobile.combined_system_message.users_and_last_user": "{users} ve {lastUser} ",
"mobile.combined_system_message.users_and_last_user_were": "{users} ve {lastUser} ",
"mobile.combined_system_message.were": " ",
"mobile.combined_system_message.you": "Siz",
"mobile.combined_system_message.you_were": "Siz ",
"mobile.commands.error_title": "Komut Yürütülürken Sorun Çıktı",
"mobile.components.channels_list_view.yourChannels": "Kanallarınız:",
"mobile.components.error_list.dismiss_all": "Tümünü Yok Say",
@ -2772,12 +2811,14 @@
"team_export_tab.unable": " Dışa aktarılamadı: {error}",
"team_import_tab.failure": " Alınamadı: ",
"team_import_tab.import": "İçe Aktar",
"team_import_tab.importHelpCliDocsLink": "Slack verilerini içe aktarmak için CLI aracı",
"team_import_tab.importHelpDocsLink": "belgeler",
"team_import_tab.importHelpExportInstructions": "Slack > Yönetim > Çalışma Alanı Ayarları > İçe/Dışa Veri Aktar > Dışa Aktar > Dışa Aktarmayı Başlat",
"team_import_tab.importHelpExporterLink": "Slack Gelişmiş Dışa Aktarma",
"team_import_tab.importHelpLine1": "Slack içe aktarma özelliği ile Slack takımının herkese açık kanalları Mattermost içine aktarılabilir.",
"team_import_tab.importHelpLine2": "Slack üzerindeki bir takımı içe aktarmak için {exportInstructions} bölümüne bakın. Ayrıntılı bilgi almak için {uploadDocsLink} bölümüne bakın.",
"team_import_tab.importHelpLine3": "Dosya eki olan iletileri içe aktarma ayrıntıları için {slackAdvancedExporterLink} bölümüne bakın.",
"team_import_tab.importHelpLine4": "10.000 üzerinde iletisi olan Slack takımları için {cliLink} kullanmanız önerilir.",
"team_import_tab.importSlack": "Slack üzerinden içe aktar (Beta)",
"team_import_tab.importing": " İçe aktarılıyor...",
"team_import_tab.successful": " İçe aktarma tamamlandı: ",
@ -3011,24 +3052,14 @@
"user.settings.notifications.commentsNever": "Benim anılmadığım konu yanıtlarındaki iletiler için bildirim gönderilmesin",
"user.settings.notifications.commentsRoot": "Benim başlattığım konulardaki iletiler için bildirim gönderilsin",
"user.settings.notifications.desktop": "Masaüstü bildirimleri gönderilsin",
"user.settings.notifications.desktop.allNoSoundForever": "Tüm işlemler için, ses çalınmadan süresiz görüntülensin",
"user.settings.notifications.desktop.allNoSoundTimed": "Tüm işlemler için, ses çalınmadan {seconds} saniye görüntülensin",
"user.settings.notifications.desktop.allSoundForever": "Tüm işlemler için, ses çalınarak süresiz görüntülensin",
"user.settings.notifications.desktop.allSoundHiddenForever": "Tüm işlemler için süresiz olarak görüntülensin",
"user.settings.notifications.desktop.allSoundHiddenTimed": "Tüm işlemler için {seconds} saniye görüntülensin",
"user.settings.notifications.desktop.allSoundTimed": "Tüm işlemler için, ses çalınarak {seconds} saniye görüntülensin",
"user.settings.notifications.desktop.duration": "Bildirim süresi",
"user.settings.notifications.desktop.durationInfo": "Firefox ya da Chrome kullanırken masaüstü bildirimlerinin ekranda görüntülenme süresi. Edge, Safari ve Mattermost Masaüstü Uygulamasını kullanırken masaüstü bildirimleri en fazla 5 saniye görüntülenir.",
"user.settings.notifications.desktop.mentionsNoSoundForever": "Anma ve doğrudan iletiler için, ses çalınmadan süresiz görüntülensin",
"user.settings.notifications.desktop.mentionsNoSoundTimed": "Anma ve doğrudan iletiler için, ses çalınarak {seconds} saniye görüntülensin",
"user.settings.notifications.desktop.mentionsSoundForever": "Anma ve doğrudan iletiler için, ses çalınarak süresiz görüntülensin",
"user.settings.notifications.desktop.mentionsSoundHiddenForever": "Anma ve doğrudan iletiler için süresiz olarak görüntülensin",
"user.settings.notifications.desktop.mentionsSoundHiddenTimed": "Anma ve doğrudan iletiler için {seconds} saniye görüntülensin",
"user.settings.notifications.desktop.mentionsSoundTimed": "Anma ve doğrudan iletiler için, ses çalınarak {seconds} saniye görüntülensin",
"user.settings.notifications.desktop.seconds": "{seconds} saniye",
"user.settings.notifications.desktop.sound": "Bildirim sesi",
"user.settings.notifications.desktop.title": "Masaüstü Bildirimleri",
"user.settings.notifications.desktop.unlimited": "Sınırsız",
"user.settings.notifications.desktopSounds": "Masaüstü bildirimi sesi",
"user.settings.notifications.email.disabled": "E-posta bildirimleri devre dışı bırakılmış",
"user.settings.notifications.email.disabled_long": "E-posta bildirimleri Sistem Yöneticiniz tarafından devre dışı bırakılmış.",

View file

@ -376,6 +376,8 @@
"admin.email.enableEmailBatching.siteURL": "<b>设置 > 站点网址</b>中的站点网址配置后才能开启批量电子邮件。",
"admin.email.enableEmailBatchingDesc": "当设为是时,用户的多私信消息和提及的邮件通知将合并至单个邮件。邮件将默认以每 15 分钟批量发送,可以在帐号设置 > 通知里更改。",
"admin.email.enableEmailBatchingTitle": "开启批量电子邮件:",
"admin.email.enablePreviewModeBannerDescription": "When true, the Preview Mode banner is displayed so users are aware that email notifications are disabled. When false, the Preview Mode banner is not displayed to users.",
"admin.email.enablePreviewModeBannerTitle": "开启预览模式横幅:",
"admin.email.enableSMTPAuthDesc": "当开启时,与 SMTP 服务器验证将使用用户名和密码。",
"admin.email.enableSMTPAuthTitle": "开启 SMTP 验证:",
"admin.email.fullPushNotification": "发送完整的消息片段",
@ -403,7 +405,7 @@
"admin.email.notificationOrganization": "通知页脚地址:",
"admin.email.notificationOrganizationDescription": "从mattermost电子邮件通知显示组织机构名称和地址如“©ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"。如果字段为空,则将不显示该组织的名称和地址。",
"admin.email.notificationOrganizationExample": "例如:\"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"",
"admin.email.notificationsDescription": "通常在正式环境中设置为是。当设为是时Mattermost 将尝试发送电子邮件通知。开发人员可以设置为否以跳过电子邮件设置来加快开发速度。<br />置此为是时将删除预览模式横幅 (设置后需要注销后重新登录才生效)。",
"admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.",
"admin.email.notificationsTitle": "启用发送邮件通知:",
"admin.email.passwordSaltDescription": "32字盐值用来签署重置密码邮件。由安装时随机生成。点击 \"重新生成\" 生成新的盐。",
"admin.email.passwordSaltExample": "例如 \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
@ -780,6 +782,7 @@
"admin.plugin.activating": "正在启用...",
"admin.plugin.banner": "插件为实验功能并不推荐在正式环境使用。",
"admin.plugin.choose": "选择文件",
"admin.plugin.cluster_instance": "Cluster Instance",
"admin.plugin.deactivate": "停用",
"admin.plugin.deactivating": "正在停用...",
"admin.plugin.desc": "描述:",
@ -790,18 +793,34 @@
"admin.plugin.installedTitle": "已安装的插件:",
"admin.plugin.management.banner": "插件在服务器上已停用。请到 <strong>插件 > 设定</strong> 开启。",
"admin.plugin.management.title": "管理",
"admin.plugin.multiple_versions_warning": "There are multiple versions of this plugin installed across your cluster. Re-install this plugin to ensure it works consistently.",
"admin.plugin.name": "名称:",
"admin.plugin.no_plugins": "没有已安装的插件。",
"admin.plugin.prepackaged": "预包装",
"admin.plugin.remove": "移除",
"admin.plugin.removing": "移除中...",
"admin.plugin.settingsButton": "设置",
"admin.plugin.state": "州/省",
"admin.plugin.state.failed_to_start": "启动失败",
"admin.plugin.state.failed_to_start.description": "此插件启动失败。检查您的系统日志。",
"admin.plugin.state.failed_to_stay_running": "Crashing",
"admin.plugin.state.failed_to_stay_running.description": "This plugin crashed multiple times and is no longer running. Check your system logs for errors.",
"admin.plugin.state.not_running": "未运行",
"admin.plugin.state.not_running.description": "此插件未激活。",
"admin.plugin.state.running": "正在运行",
"admin.plugin.state.running.description": "此插件正在运行。",
"admin.plugin.state.starting": "正在启动",
"admin.plugin.state.starting.description": "此插件正在启动。",
"admin.plugin.state.stopping": "正在停止",
"admin.plugin.state.stopping.description": "此插件正在停止。",
"admin.plugin.state.unknown": "未知",
"admin.plugin.upload": "上传",
"admin.plugin.uploadDesc": "上传插件到您的 Mattermost 服务器。详情参见<a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">文档</a>了解更多。",
"admin.plugin.uploadDisabledDesc": "请至<strong>插件 > 设置</strong>开启插件上传。参见<a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">文档</a>了解更多。",
"admin.plugin.uploadTitle": "上传插件:",
"admin.plugin.uploading": "上传中...",
"admin.plugin.version": "版本:",
"admin.plugin.version_title": "版本",
"admin.plugins.settings.enable": "启用插件:",
"admin.plugins.settings.enableDesc": "当设为是时,启用您 Mattermost 服务器上的插件。使用插件以和第三方系统整合、扩展功能或自定义您 Mattermost 服务器的界面。详情参见<a href=\"https://about.mattermost.com/default-plugins\" target=\"_blank\">文档</a>了解更多。",
"admin.plugins.settings.title": "配置",
@ -1502,35 +1521,35 @@
"claim.oauth_to_email.pwdNotMatch": "密码不匹配。",
"claim.oauth_to_email.switchTo": "切换{type}为邮箱和密码",
"claim.oauth_to_email.title": "切换{type}账户为邮箱",
"combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_channel.one": "{firstUser} <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_channel.one_you": "You were <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_channel.two": "{firstUser} and {secondUser} <b>added to the channel</b> by {actor}.",
"combined_system_message.added_to_team.many_expanded": "{users} and {lastUser} were <b>added to the team</b> by {actor}.",
"combined_system_message.added_to_team.one": "{firstUser} <b>added to the team</b> by {actor}.",
"combined_system_message.added_to_team.one_you": "You were <b>added to the team</b> by {actor}.",
"combined_system_message.added_to_team.two": "{firstUser} and {secondUser} <b>added to the team</b> by {actor}.",
"combined_system_message.joined_channel.many_expanded": "{users} and {lastUser} <b>joined the channel</b>.",
"combined_system_message.joined_channel.one": "{firstUser} <b>joined the channel</b>.",
"combined_system_message.joined_channel.two": "{firstUser} and {secondUser} <b>joined the channel</b>.",
"combined_system_message.joined_team.many_expanded": "{users} and {lastUser} <b>joined the team</b>.",
"combined_system_message.joined_team.one": "{firstUser} <b>joined the team</b>.",
"combined_system_message.joined_team.two": "{firstUser} and {secondUser} <b>joined the team</b>.",
"combined_system_message.left_channel.many_expanded": "{users} and {lastUser} <b>left the channel</b>.",
"combined_system_message.left_channel.one": "{firstUser} <b>left the channel</b>.",
"combined_system_message.left_channel.two": "{firstUser} and {secondUser} <b>left the channel</b>.",
"combined_system_message.left_team.many_expanded": "{users} and {lastUser} <b>left the team</b>.",
"combined_system_message.left_team.one": "{firstUser} <b>left the team</b>.",
"combined_system_message.left_team.two": "{firstUser} and {secondUser} <b>left the team</b>.",
"combined_system_message.removed_from_channel.many_expanded": "{users} and {lastUser} were <b>removed from the channel</b>.",
"combined_system_message.removed_from_channel.one": "{firstUser} was <b>removed from the channel</b>.",
"combined_system_message.removed_from_channel.one_you": "You were <b>removed from the channel</b>.",
"combined_system_message.removed_from_channel.two": "{firstUser} and {secondUser} were <b>removed from the channel</b>.",
"combined_system_message.removed_from_team.many_expanded": "{users} and {lastUser} were <b>removed from the team</b>.",
"combined_system_message.removed_from_team.one": "{firstUser} was <b>removed from the team</b>.",
"combined_system_message.removed_from_team.one_you": "You were <b>removed from the team</b>.",
"combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were <b>removed from the team</b>.",
"combined_system_message.you": "You",
"combined_system_message.added_to_channel.many_expanded": "{actor} 添加了 {users} 以及 {lastUser} 至<b>此频道</b>。",
"combined_system_message.added_to_channel.one": "{actor} 添加了 {firstUser} 至<b>此频道</b>。",
"combined_system_message.added_to_channel.one_you": "您被 {actor} 添加至<b>此频道</b>。",
"combined_system_message.added_to_channel.two": "{actor} 添加了 {firstUser} 和 {secondUser} 至<b>此频道</b>。",
"combined_system_message.added_to_team.many_expanded": "{actor} 添加了 {users} 以及 {lastUser} 至<b>此团队</b>。",
"combined_system_message.added_to_team.one": "{actor} 添加了 {firstUser} 至<b>此团队</b>。",
"combined_system_message.added_to_team.one_you": "您被 {actor} 添加至<b>此团队</b>。",
"combined_system_message.added_to_team.two": "{actor} 添加了 {firstUser} 和 {secondUser} 至<b>此团队</b>。",
"combined_system_message.joined_channel.many_expanded": "{users} 以及 {lastUser} <b>加入了此频道</b>。",
"combined_system_message.joined_channel.one": "{firstUser} <b>加入了此频道</b>。",
"combined_system_message.joined_channel.two": "{firstUser} 和 {secondUser} <b>加入了此频道</b>。",
"combined_system_message.joined_team.many_expanded": "{users} 以及 {lastUser} <b>加入了此团队</b>。",
"combined_system_message.joined_team.one": "{firstUser} <b>加入了此团队</b>。",
"combined_system_message.joined_team.two": "{firstUser} 和 {secondUser} <b>加入了此团队</b>。",
"combined_system_message.left_channel.many_expanded": "{users} 以及 {lastUser} <b>离开了此频道</b>。",
"combined_system_message.left_channel.one": "{firstUser} <b>离开了此频道</b>。",
"combined_system_message.left_channel.two": "{firstUser} 和 {secondUser} <b>离开了此频道</b>。",
"combined_system_message.left_team.many_expanded": "{users} 以及 {lastUser} <b>离开了此团队</b>。",
"combined_system_message.left_team.one": "{firstUser} <b>离开了此团队</b>。",
"combined_system_message.left_team.two": "{firstUser} 和 {secondUser} <b>离开了此团队</b>。",
"combined_system_message.removed_from_channel.many_expanded": "{users} 以及 {lastUser} <b>被移出此频道</b>。",
"combined_system_message.removed_from_channel.one": "{firstUser} <b>被移出此频道</b>。",
"combined_system_message.removed_from_channel.one_you": "您<b>被移出此频道</b>。",
"combined_system_message.removed_from_channel.two": "{firstUser} 和 {secondUser} <b>被移出此频道</b>。",
"combined_system_message.removed_from_team.many_expanded": "{users} 以及 {lastUser} <b>被移出此团队</b>。",
"combined_system_message.removed_from_team.one": "{firstUser} <b>被移出此团队</b>。",
"combined_system_message.removed_from_team.one_you": "您<b>被移出此团队</b>。",
"combined_system_message.removed_from_team.two": "{firstUser} 和 {secondUser} <b>被移出此团队</b>。",
"combined_system_message.you": "",
"confirm_modal.cancel": "取消",
"connecting_screen": "正在连接",
"convert_channel.cancel": "不,取消",
@ -1963,16 +1982,16 @@
"invite_member.sending": "发送",
"invite_member.teamInviteLink": "你可以使用链接{link}邀请别人。",
"katex.error": "无法编译您的 Latex 码。请检查语法后重试。",
"last_users_message.added_to_channel.type": "were <b>added to the channel</b> by {actor}.",
"last_users_message.added_to_team.type": "were <b>added to the team</b> by {actor}.",
"last_users_message.first": "{firstUser} and ",
"last_users_message.joined_channel.type": "<b>joined the channel</b>.",
"last_users_message.joined_team.type": "<b>joined the team</b>.",
"last_users_message.left_channel.type": "<b>left the channel</b>.",
"last_users_message.left_team.type": "<b>left the team</b>.",
"last_users_message.others": "{numOthers} others ",
"last_users_message.removed_from_channel.type": "were <b>removed from the channel</b>.",
"last_users_message.removed_from_team.type": "were <b>removed from the team</b>.",
"last_users_message.added_to_channel.type": "被 {actor} <b>添加至此频道</b>。",
"last_users_message.added_to_team.type": "被 {actor} <b>添加至此团队</b>。",
"last_users_message.first": "{firstUser} ",
"last_users_message.joined_channel.type": "<b>加入了频道</b>。",
"last_users_message.joined_team.type": "<b>加入了团队</b>。",
"last_users_message.left_channel.type": "<b>离开了频道</b>。",
"last_users_message.left_team.type": "<b>离开了团队</b>。",
"last_users_message.others": "{numOthers} 其他人 ",
"last_users_message.removed_from_channel.type": "被 <b>移出了此频道</b>。",
"last_users_message.removed_from_team.type": "被 <b>移出了此团队</b>。",
"ldap_signup.find": "寻找我的团队",
"ldap_signup.ldap": "用 AD/LDAP 帐号建立团队",
"ldap_signup.length_error": "名称必须为3至15个字母",
@ -2125,6 +2144,26 @@
"mobile.client_upgrade.no_upgrade_subtitle": "您已经拥有最新的版本。",
"mobile.client_upgrade.no_upgrade_title": "您的应用已最新",
"mobile.client_upgrade.upgrade": "更新",
"mobile.combined_system_message.added_to_channel": "添加他们到频道",
"mobile.combined_system_message.added_to_team": "added to the team",
"mobile.combined_system_message.by_actor": " by {actor}.",
"mobile.combined_system_message.first_user": "{firstUser} 和 ",
"mobile.combined_system_message.first_user_and": "{firstUser} 和 ",
"mobile.combined_system_message.first_user_and_second_user": "{firstUser} and {secondUser} ",
"mobile.combined_system_message.first_user_and_second_user_were": "{firstUser} and {secondUser} were ",
"mobile.combined_system_message.first_user_was": "{firstUser} 和 ",
"mobile.combined_system_message.joined_channel": "joined the channel",
"mobile.combined_system_message.joined_team": "joined the team",
"mobile.combined_system_message.left_channel": "left the channel",
"mobile.combined_system_message.left_team": "left the team",
"mobile.combined_system_message.others": "{numOthers} 其他人 ",
"mobile.combined_system_message.removed_from_channel": "removed from the channel",
"mobile.combined_system_message.removed_from_team": "removed from the team",
"mobile.combined_system_message.users_and_last_user": "{users} 以及 {lastUser}",
"mobile.combined_system_message.users_and_last_user_were": "{users} 以及 {lastUser}",
"mobile.combined_system_message.were": "were ",
"mobile.combined_system_message.you": "您",
"mobile.combined_system_message.you_were": "You were ",
"mobile.commands.error_title": "执行命令时出错",
"mobile.components.channels_list_view.yourChannels": "您的频道:",
"mobile.components.error_list.dismiss_all": "关闭所有",
@ -2772,12 +2811,14 @@
"team_export_tab.unable": "不能导出: {error}",
"team_import_tab.failure": "导入失败:",
"team_import_tab.import": "导入",
"team_import_tab.importHelpCliDocsLink": "CLI tool for Slack import",
"team_import_tab.importHelpDocsLink": "文档",
"team_import_tab.importHelpExportInstructions": "Slack > 管理 > 工作区设定 > 导入/导出数据 > 导出 > 开始导出",
"team_import_tab.importHelpExporterLink": "Slack 高级导出",
"team_import_tab.importHelpLine1": "导入 Slack 到 Mattermost 支持导入您 Slack 团队的公开频道中的信息。",
"team_import_tab.importHelpLine2": "要想导入 Slack 团队,请至 {exportInstructions}。请见 {uploadDocsLink} 了解详情。",
"team_import_tab.importHelpLine3": "想导入带附件的消息,请见 {slackAdvancedExporterLink} 了解详情。",
"team_import_tab.importHelpLine4": "拥有超过 1,0000 消息的 Slack 团队,我们推荐使用 {cliLink}。",
"team_import_tab.importSlack": "从Slack(Beta)导入",
"team_import_tab.importing": "导入...",
"team_import_tab.successful": "导入成功:",
@ -3011,24 +3052,14 @@
"user.settings.notifications.commentsNever": "回复串信息只有在我被提及时触发通知",
"user.settings.notifications.commentsRoot": "在我开头的消息串触发通知",
"user.settings.notifications.desktop": "发送桌面通知",
"user.settings.notifications.desktop.allNoSoundForever": "所有活动,无声,一直显示",
"user.settings.notifications.desktop.allNoSoundTimed": "所有活动,无声,显示 {seconds} 秒",
"user.settings.notifications.desktop.allSoundForever": "所有活动,有声,一直显示",
"user.settings.notifications.desktop.allSoundHiddenForever": "所有活动,一直显示",
"user.settings.notifications.desktop.allSoundHiddenTimed": "所有活动,显示 {seconds} 秒",
"user.settings.notifications.desktop.allSoundTimed": "所有活动,有声,显示 {seconds} 秒",
"user.settings.notifications.desktop.duration": "通知时长",
"user.settings.notifications.desktop.durationInfo": "设置在火狐或 Chrome 下桌面通知在屏幕显示的时间。桌面通知在 Edge、Safari 以及 Mattermost 桌面应用下只能最多 5 秒。",
"user.settings.notifications.desktop.mentionsNoSoundForever": "提及和私信,无声,一直显示",
"user.settings.notifications.desktop.mentionsNoSoundTimed": "提及和私信,无声,显示 {seconds} 秒",
"user.settings.notifications.desktop.mentionsSoundForever": "提及和私信,有声,一直显示",
"user.settings.notifications.desktop.mentionsSoundHiddenForever": "提及和私信,一直显示",
"user.settings.notifications.desktop.mentionsSoundHiddenTimed": "提及和私信,显示 {seconds} 秒",
"user.settings.notifications.desktop.mentionsSoundTimed": "提及和私信,有声,显示 {seconds} 秒",
"user.settings.notifications.desktop.seconds": "{seconds} 秒",
"user.settings.notifications.desktop.sound": "通知声音",
"user.settings.notifications.desktop.title": "桌面通知",
"user.settings.notifications.desktop.unlimited": "无限制",
"user.settings.notifications.desktopSounds": "桌面通知声音",
"user.settings.notifications.email.disabled": "邮件通知未开启",
"user.settings.notifications.email.disabled_long": "您的系统管理员未开启用邮件通知。",

View file

@ -376,6 +376,8 @@
"admin.email.enableEmailBatching.siteURL": "啟用批次郵件前必須先設定站台網址 (<b>設定 > 站台網址</b>)。",
"admin.email.enableEmailBatchingDesc": "啟用時使用者的電子郵件通知將會把多個直接傳訊以及提及合併成單一通知郵件。批次將以預設的15分鐘間隔作業可以在 帳號設定 > 通知 設定。",
"admin.email.enableEmailBatchingTitle": "啟用批次郵件:",
"admin.email.enablePreviewModeBannerDescription": "When true, the Preview Mode banner is displayed so users are aware that email notifications are disabled. When false, the Preview Mode banner is not displayed to users.",
"admin.email.enablePreviewModeBannerTitle": "Enable Preview Mode Banner:",
"admin.email.enableSMTPAuthDesc": "啟用時使用者名稱與密碼將被用與跟 SMTP 伺服器認證。",
"admin.email.enableSMTPAuthTitle": "啟用 SMTP 認證:",
"admin.email.fullPushNotification": "發送完整的訊息片段",
@ -403,7 +405,7 @@
"admin.email.notificationOrganization": "通知信信尾地址:",
"admin.email.notificationOrganizationDescription": "顯示於來自 Mattermost 通知信的組織名稱跟地址。如:\"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"。如果這欄為空,信將不會顯示組織名稱跟地址。",
"admin.email.notificationOrganizationExample": "如:\"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"",
"admin.email.notificationsDescription": "正式環境通常設為啟用。啟用時 Mattermost 會傳送電子郵件通知。開發者可以設為停用以跳過設定電子郵件加速開發。<br/>啟用時移除預覽模式橫幅(變更設定後須重新登入以生效)。",
"admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.",
"admin.email.notificationsTitle": "啟用電子郵件通知:",
"admin.email.passwordSaltDescription": "32字元的 Salt 用來簽署重設密碼之電子郵件。於安裝時隨機產生。按\"重新產生\"建立新的 salt。",
"admin.email.passwordSaltExample": "如:\"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
@ -780,6 +782,7 @@
"admin.plugin.activating": "啟用中...",
"admin.plugin.banner": "模組為實驗功能,不建議在線上環境中使用。",
"admin.plugin.choose": "選擇檔案",
"admin.plugin.cluster_instance": "Cluster Instance",
"admin.plugin.deactivate": "停用",
"admin.plugin.deactivating": "停用中...",
"admin.plugin.desc": "描述:",
@ -790,18 +793,34 @@
"admin.plugin.installedTitle": "已安裝的模組:",
"admin.plugin.management.banner": "模組在此伺服器已停用。請至 <strong> 模組 > 設定 </strong> 啟用。",
"admin.plugin.management.title": "管理",
"admin.plugin.multiple_versions_warning": "There are multiple versions of this plugin installed across your cluster. Re-install this plugin to ensure it works consistently.",
"admin.plugin.name": "名字:",
"admin.plugin.no_plugins": "沒有已安裝的模組。",
"admin.plugin.prepackaged": "預先包裝好的",
"admin.plugin.remove": "移除",
"admin.plugin.removing": "移除中...",
"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.",
"admin.plugin.state.failed_to_stay_running": "Crashing",
"admin.plugin.state.failed_to_stay_running.description": "This plugin crashed multiple times and is no longer running. Check your system logs for errors.",
"admin.plugin.state.not_running": "Not running",
"admin.plugin.state.not_running.description": "This plugin is not activated.",
"admin.plugin.state.running": "Running",
"admin.plugin.state.running.description": "This plugin is running.",
"admin.plugin.state.starting": "Starting",
"admin.plugin.state.starting.description": "This plugin is starting.",
"admin.plugin.state.stopping": "Stopping",
"admin.plugin.state.stopping.description": "This plugin is stopping.",
"admin.plugin.state.unknown": "不明",
"admin.plugin.upload": "上傳",
"admin.plugin.uploadDesc": "上傳模組到 Mattermost。詳情請參閱<a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">文件</a>。",
"admin.plugin.uploadDisabledDesc": "要啟用模組上傳,前往<strong>模組 > 設定</strong>。詳情請參閱<a href=\"https://about.mattermost.com/default-plugin-uploads\" target=\"_blank\">文件</a>。",
"admin.plugin.uploadTitle": "上傳模組:",
"admin.plugin.uploading": "上傳中...",
"admin.plugin.version": "版本:",
"admin.plugin.version_title": "版本",
"admin.plugins.settings.enable": "啟用模組:",
"admin.plugins.settings.enableDesc": "啟用時,啟用 Mattermost 上的模組。使用模組來跟外部系統整合、擴充功能或自訂使用者界面。詳情請參閱<a href=\"https://about.mattermost.com/default-plugins\" target=\"_blank\">文件</a>",
"admin.plugins.settings.title": "設定",
@ -1530,7 +1549,7 @@
"combined_system_message.removed_from_team.one": "{firstUser} was <b>removed from the team</b>.",
"combined_system_message.removed_from_team.one_you": "You were <b>removed from the team</b>.",
"combined_system_message.removed_from_team.two": "{firstUser} and {secondUser} were <b>removed from the team</b>.",
"combined_system_message.you": "You",
"combined_system_message.you": "",
"confirm_modal.cancel": "取消",
"connecting_screen": "連線中",
"convert_channel.cancel": "不,取消",
@ -2125,6 +2144,26 @@
"mobile.client_upgrade.no_upgrade_subtitle": "已經安裝了最新版。",
"mobile.client_upgrade.no_upgrade_title": "已經安裝了最新版。",
"mobile.client_upgrade.upgrade": "更新",
"mobile.combined_system_message.added_to_channel": "將他們加進此頻道",
"mobile.combined_system_message.added_to_team": "added to the team",
"mobile.combined_system_message.by_actor": " by {actor}.",
"mobile.combined_system_message.first_user": "{firstUser} ",
"mobile.combined_system_message.first_user_and": "{firstUser} and ",
"mobile.combined_system_message.first_user_and_second_user": "{firstUser} and {secondUser} ",
"mobile.combined_system_message.first_user_and_second_user_were": "{firstUser} and {secondUser} were ",
"mobile.combined_system_message.first_user_was": "{firstUser} was ",
"mobile.combined_system_message.joined_channel": "joined the channel",
"mobile.combined_system_message.joined_team": "joined the team",
"mobile.combined_system_message.left_channel": "left the channel",
"mobile.combined_system_message.left_team": "left the team",
"mobile.combined_system_message.others": "{numOthers} others ",
"mobile.combined_system_message.removed_from_channel": "removed from the channel",
"mobile.combined_system_message.removed_from_team": "removed from the team",
"mobile.combined_system_message.users_and_last_user": "{users} 與 {lastUser}",
"mobile.combined_system_message.users_and_last_user_were": "{users} 與 {lastUser}",
"mobile.combined_system_message.were": "were ",
"mobile.combined_system_message.you": "您",
"mobile.combined_system_message.you_were": "You were ",
"mobile.commands.error_title": "執行指令時發生錯誤",
"mobile.components.channels_list_view.yourChannels": "您的頻道:",
"mobile.components.error_list.dismiss_all": "全部關閉",
@ -2772,12 +2811,14 @@
"team_export_tab.unable": " 無法匯出:{error}",
"team_import_tab.failure": " 匯入失敗:",
"team_import_tab.import": "匯入",
"team_import_tab.importHelpCliDocsLink": "CLI tool for Slack import",
"team_import_tab.importHelpDocsLink": "說明文件",
"team_import_tab.importHelpExportInstructions": "Slack > Administration > Workspace settings > Import/Export Data > Export > Start Export",
"team_import_tab.importHelpExporterLink": "Slack 進階匯出",
"team_import_tab.importHelpLine1": "由 Slack 匯入 Mattermost 支援匯入 Slack 團隊公開頻道的訊息。",
"team_import_tab.importHelpLine2": "由 Slack 匯入團隊,請至 {exportInstructions}。請參閱{uploadDocsLink}。",
"team_import_tab.importHelpLine3": "匯入帶有檔案的訊息,請參閱{slackAdvancedExporterLink}。",
"team_import_tab.importHelpLine4": "For Slack teams with over 10,000 messages, we recommend using the {cliLink}.",
"team_import_tab.importSlack": "由 Slack 匯入 (Beta)",
"team_import_tab.importing": " 匯入中...",
"team_import_tab.successful": " 匯入成功:",
@ -3011,24 +3052,14 @@
"user.settings.notifications.commentsNever": "回覆串訊息只有在提及時觸發通知。",
"user.settings.notifications.commentsRoot": "我開啟的討論串有訊息時觸發通知",
"user.settings.notifications.desktop": "發送桌面通知",
"user.settings.notifications.desktop.allNoSoundForever": "所有的活動,無通知音效,一直顯示",
"user.settings.notifications.desktop.allNoSoundTimed": "所有的活動,無通知音效,顯示 {seconds} 秒",
"user.settings.notifications.desktop.allSoundForever": "所有的活動,有通知音效,一直顯示",
"user.settings.notifications.desktop.allSoundHiddenForever": "所有的活動,一直顯示",
"user.settings.notifications.desktop.allSoundHiddenTimed": "所有的活動,顯示 {seconds} 秒",
"user.settings.notifications.desktop.allSoundTimed": "所有的活動,有通知音效,顯示 {seconds} 秒",
"user.settings.notifications.desktop.duration": "通知長度",
"user.settings.notifications.desktop.durationInfo": "設定在 Firefox 或 Chrome 中桌面通知將停留在畫面上多久。Edge、Safari 與 Mattermost 桌面應用程式的桌面通知最多僅能停留5秒。",
"user.settings.notifications.desktop.mentionsNoSoundForever": "提及跟直接訊息,無通知音效,一直顯示",
"user.settings.notifications.desktop.mentionsNoSoundTimed": "提及跟直接訊息,無通知音效,顯示 {seconds} 秒",
"user.settings.notifications.desktop.mentionsSoundForever": "提及跟直接訊息,有通知音效,一直顯示",
"user.settings.notifications.desktop.mentionsSoundHiddenForever": "提及跟直接訊息,一直顯示",
"user.settings.notifications.desktop.mentionsSoundHiddenTimed": "提及跟直接訊息,顯示 {seconds} 秒",
"user.settings.notifications.desktop.mentionsSoundTimed": "提及跟直接訊息,有通知音效,顯示 {seconds} 秒",
"user.settings.notifications.desktop.seconds": "{seconds} 秒",
"user.settings.notifications.desktop.sound": "通知音效",
"user.settings.notifications.desktop.title": "桌面通知",
"user.settings.notifications.desktop.unlimited": "無限制",
"user.settings.notifications.desktopSounds": "桌面通知音效",
"user.settings.notifications.email.disabled": "郵件通知未啟用",
"user.settings.notifications.email.disabled_long": "電子郵件通知已被系統管理員停用。",