summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/de.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-08-23 20:03:08 -0300
committerGitHub <noreply@github.com>2016-08-23 20:03:08 -0300
commit308ef8169690fd9ad947a7f1865b0f71c86df2ca (patch)
tree7a94c780dea563d47b8312c6f4bc92960d8317f8 /webapp/i18n/de.json
parent44d2a19848fd43c74ff16d499840bdb3c703db7b (diff)
downloadchat-308ef8169690fd9ad947a7f1865b0f71c86df2ca.tar.gz
chat-308ef8169690fd9ad947a7f1865b0f71c86df2ca.tar.bz2
chat-308ef8169690fd9ad947a7f1865b0f71c86df2ca.zip
daily translations 20160823 (#3864)
Diffstat (limited to 'webapp/i18n/de.json')
-rw-r--r--webapp/i18n/de.json170
1 files changed, 152 insertions, 18 deletions
diff --git a/webapp/i18n/de.json b/webapp/i18n/de.json
index 099dd30d6..729407a13 100644
--- a/webapp/i18n/de.json
+++ b/webapp/i18n/de.json
@@ -42,7 +42,7 @@
"add_command.description.help": "Beschreibung des eingehenden Webhooks.",
"add_command.displayName": "Anzeigename",
"add_command.displayName.help": "Anzeigename für den Slash Befehl mit bis zu 64 Zeichen.",
- "add_command.header": "Hinzufügen",
+ "add_command.doneHelp": "Your slash command has been set up. The following token will be sent in the outgoing payload. Please use it to verify the request came from your Mattermost team (see <a href=\"https://docs.mattermost.com/developer/slash-commands.html\">documentation</a> for further details).",
"add_command.iconUrl": "Antwort Icon",
"add_command.iconUrl.help": "(optional) Wählen Sie ein überschreibendes Profilbild für die Antwort für diesen Slash Befehl. Geben Sie eine URL zu einem .png oder .jpg mit mind. 128x128 Pixeln.",
"add_command.iconUrl.placeholder": "https://www.example.com/myicon.png",
@@ -51,6 +51,7 @@
"add_command.method.help": "Die Art des Anfragekommandos gesendet an die Anfrage URL.",
"add_command.method.post": "POST",
"add_command.save": "Speichern",
+ "add_command.token": "<b>Token</b>: {token}",
"add_command.trigger": "Befehl Trigger Wort",
"add_command.trigger.help": "Auslösewort muss eindeutig sein, und kann nicht mit einem Slash beginnen oder Leerzeichen enthalten.",
"add_command.trigger.helpExamples": "Beispiele: client, mitarbeiter, patient, wetter",
@@ -90,13 +91,18 @@
"add_incoming_webhook.description.help": "Beschreibung des eingehenden Webhooks.",
"add_incoming_webhook.displayName": "Anzeigename",
"add_incoming_webhook.displayName.help": "Anzeigename des eingehenden Webhooks mit bis zu 64 Zeichen.",
- "add_incoming_webhook.header": "Hinzufügen",
+ "add_incoming_webhook.doneHelp": "Your incoming webhook has been set up. Please send data to the following URL (see <a href=\"https://docs.mattermost.com/developer/webhooks-incoming.html\">documentation</a> for further details).",
"add_incoming_webhook.name": "Name",
"add_incoming_webhook.save": "Speichern",
+ "add_incoming_webhook.url": "<b>URL</b>: {url}",
"add_oauth_app.callbackUrls.help": "Die Weiterleitungs-URI zu der der Service weiterleiten wird sobald der Benutzer die Autorisation Ihrer Anwendung erlaubt oder abgelehnt hat, behandelt außerdem Autorisationscodes bzw. Zugriffstokens. Muss eine gültige URL sein und mit http:// oder https:// beginnen.",
"add_oauth_app.callbackUrlsRequired": "Eine oder mehere Callback URLs werden benötigt",
+ "add_oauth_app.clientId": "<b>Client ID</b>: {id}",
+ "add_oauth_app.clientSecret": "<b>Client Secret</b>: {secret}",
"add_oauth_app.description.help": "Beschreibung für Ihre OAuth 2.0 Anwendung.",
"add_oauth_app.descriptionRequired": "Beschreibung für die OAuth 2.0 Anwendung ist erforderlich.",
+ "add_oauth_app.doneHelp": "Your OAuth 2.0 application has been set up. Please use the following Client ID and Client Secret when requesting authorization for your application.",
+ "add_oauth_app.doneUrlHelp": "Please send data to the following URL.",
"add_oauth_app.header": "Hinzufügen",
"add_oauth_app.homepage.help": "Die URL für die Homepage der OAuth 2.0 Anwendung. Stellen Sie sicher das Sie HTTP oder HTTPS in Ihrer URL basierend Ihrer Serverkonfiguration verwenden.",
"add_oauth_app.homepageRequired": "Homepage der OAuth 2.0 Anwendung ist erforderlich.",
@@ -104,6 +110,7 @@
"add_oauth_app.name.help": "Anzeigename für Ihre OAuth 2.0 Anwendung aus bis zu 64 Zeichen.",
"add_oauth_app.nameRequired": "Name der OAuth 2.0 Anwendung ist erforderlich.",
"add_oauth_app.trusted.help": "Wenn wahr wird die OAuth 2.0 Anwendung durch den Mattermost Server als vertrauenswürdig markiert und fordert den Benutzer nicht auf die Autorisation zu akzeptieren. Wenn falsch wird ein zusätzliches Fenster angezeigt in dem der Benutzer gebeten wird die Autorisierung zu akzeptieren oder abzulehnen.",
+ "add_oauth_app.url": "<b>URL(s)</b>: {url}",
"add_outgoing_webhook.callbackUrls": "Callback URLs (eine pro Zeile)",
"add_outgoing_webhook.callbackUrls.help": "Die URL an die die Nachricht gesendet wird.",
"add_outgoing_webhook.callbackUrlsRequired": "Eine oder mehere Callback URLs werden benötigt",
@@ -118,9 +125,10 @@
"add_outgoing_webhook.description.help": "Beschreibung für Ihren ausgehenden Webhook.",
"add_outgoing_webhook.displayName": "Anzeigename",
"add_outgoing_webhook.displayName.help": "Anzeigename für Ihren ausgehenden Webhook aus bis zu 64 Zeichen.",
- "add_outgoing_webhook.header": "Hinzufügen",
+ "add_outgoing_webhook.doneHelp": "Your outgoing webhook has been set up. The following token will be sent in the outgoing payload. Please use it to verify the request came from your Mattermost team (see <a href=\"https://docs.mattermost.com/developer/webhooks-outgoing.html\">documentation</a> for further details).",
"add_outgoing_webhook.name": "Name",
"add_outgoing_webhook.save": "Speichern",
+ "add_outgoing_webhook.token": "<b>Token</b>: {token}",
"add_outgoing_webhook.triggerWords": "Triggerwörter (eine pro Zeile)",
"add_outgoing_webhook.triggerWords.help": "Nachrichten die mit mit einem der spezifizierten Wörtern beginnen lösen den ausgehenden Webhook aus. Optional wenn Kanal gewählt wird.",
"add_outgoing_webhook.triggerWordsOrChannelRequired": "Ein gültiger Kanal oder eine Liste von Triggerwörtern wird benötigt",
@@ -226,6 +234,10 @@
"admin.email.easHelp": "Erfahren Sie mehr zum Erstellen und Ausrollen Ihrer eigenen mobilen App aus einem <a href=\"http://docs.mattermost.com/deployment/push.html#enterprise-app-store-eas\" target=\"_blank\">Enterprise App Store</a>.",
"admin.email.emailFail": "Verbindung nicht erfolgreich: {error}",
"admin.email.emailSuccess": "Es wurden keine Fehler beim Sendern der E-Mail gemeldet. Bitte überprüfen Sie Ihr Postfach um sicherzugehen.",
+ "admin.email.enableEmailBatching.clusterEnabled": "Email batching cannot be enabled when High Availability mode is enabled.",
+ "admin.email.enableEmailBatching.siteURL": "Email batching cannot be enabled unless the SiteURL is configured in <b>Configuration > SiteURL</b>.",
+ "admin.email.enableEmailBatchingDesc": "When true, users can have email notifications for multiple direct messages and mentions combined into a single email, configurable in <b>Account Settings > Notifications</b>.",
+ "admin.email.enableEmailBatchingTitle": "Enable Email Batching:",
"admin.email.fullPushNotification": "Senden eines Ausschnitts der vollständigen Nachricht",
"admin.email.genericPushNotification": "Sende allgemeine Beschreibung mit Benutzer- und Kanalnamen",
"admin.email.inviteSaltDescription": "32 Zeichen langer Salt der zum Signieren von E-Mail Einladungen hinzugefügt wird. Zufallsgeneriert bei Installation. \"Neu generieren\" klicken um einen neuen Salt zu erstellen.",
@@ -242,7 +254,7 @@
"admin.email.notificationEmailDescription": "Anzeigename des E-Mail Accounts, welcher zum Senden von Benachrichtigungsmails von Mattermost verwendet wird.",
"admin.email.notificationEmailExample": "z.B.: \"mattermost@ihrefirma.de\", \"admin@ihrefirma.de\"",
"admin.email.notificationEmailTitle": "Absenderadresse:",
- "admin.email.notificationOrganization": "Adresse in der Fußzeile von Benachrichtigungen",
+ "admin.email.notificationOrganization": "Adresse in der Fußzeile von Benachrichtigungen:",
"admin.email.notificationOrganizationDescription": "Name und Adresse der Organisation bzw. des Unternehmens, wie sie in E-Mail-Benachrichtigungen von Mattermost angezeigt werden sollen, z.B. \"© Musterfirma GmbH, Musterstraße 23, 59424 Musterhausen, Deutschland\". Wenn dieses Feld leer bleibt, werden der Name und Adresse der Organisation nicht angezeigt.",
"admin.email.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 Vorschau Modus Banner entfernt (benötigt aus- und einloggen nach Änderung).",
"admin.email.notificationsTitle": "Aktiviere E-Mail Benachrichtigungen: ",
@@ -282,7 +294,7 @@
"admin.files.storage": "Speicher",
"admin.general.configuration": "Konfiguration",
"admin.general.localization": "Lokalisation",
- "admin.general.localization.availableLocalesDescription": "Festlegen welche Sprachen für die Benutzer in den Benutzereinstellungen verfügbar sein sollen (dieses Feld leer lassen um alle unterstützten Sprachen verfügbar zu machen).<br /><br />Möchten Sie uns bei der Übersetzung unterstützen? Treten Sie dem <a href='http://translate.mattermost.com/' target='_blank'>Mattermost Translation Server</a> bei um Ihren Beitrag zu leisten.",
+ "admin.general.localization.availableLocalesDescription": "Set which languages are available for users in Account Settings (leave this field blank to have all supported languages available). If you’re manually adding new languages, the <strong>Default Client Language</strong> must be added before saving this setting.<br /><br />Would like to help with translations? Join the <a href='http://translate.mattermost.com/' target='_blank'>Mattermost Translation Server</a> to contribute.",
"admin.general.localization.availableLocalesTitle": "Verfügbare Sprachen:",
"admin.general.localization.clientLocaleDescription": "Standard Sprache für neu angelegte Nutzer und Seiten wo sich der Nutzer noch nicht angemeldet hat.",
"admin.general.localization.clientLocaleTitle": "Standardsprache Client:",
@@ -477,7 +489,7 @@
"admin.oauth.gitlab": "GitLab",
"admin.oauth.google": "Google Apps",
"admin.oauth.off": "Anmelden mit OAuth 2.0 Provider nicht erlauben",
- "admin.oauth.office365": "Office 365",
+ "admin.oauth.office365": "Office 365 (Beta)",
"admin.oauth.providerDescription": "Wenn wahr kann Mattermost als OAuth 2.0 Dienstprovider auftreten und API Anfragen von externen Anwendungen erlauben.",
"admin.oauth.providerTitle": "Aktiviere OAuth 2.0 Dienstprovider: ",
"admin.oauth.select": "OAuth 2.0 Service Provider auswählen:",
@@ -640,9 +652,9 @@
"admin.service.sessionCache": "Session Cache (Minuten):",
"admin.service.sessionCacheDesc": "Die Anzahl von Minuten in denen der Sitzungs-Cache im Speicher gehalten wird.",
"admin.service.sessionDaysEx": "z.B.: \"30\"",
- "admin.service.siteURL": "Site URL:",
- "admin.service.siteURLDescription": "The URL, including port number and protocol, from which users will access Mattermost. Leave blank to automatically configure based on incoming traffic.",
- "admin.service.siteURLExample": "Ex \"https://mattermost.example.com:1234\"",
+ "admin.service.siteURL": "URL der Seite:",
+ "admin.service.siteURLDescription": "Die URL, inklusive Port und Protokoll, mit der Benutzer auf Mattermost zugreifen können. Leer lassen um automatisch basierend von eingehendem Verkehr zu ermitteln.",
+ "admin.service.siteURLExample": "z.B.: \"https://mattermost.example.com:1234\"",
"admin.service.ssoSessionDays": "Sessiondauer für SSO Anwendungen (Tage):",
"admin.service.ssoSessionDaysDesc": "Die Anzahl der Tage seit der letzten Anmeldung des Benutzers bis zum Ablauf der Sitzung. Wenn die Authentifizierungsmethode SAML oder GitLab ist, wird der Benutzer automatisch wieder angemeldet sofern er noch bei SAML oder GitLab angemeldet ist. Bei Änderung dieser Einstellung tritt die neue Sitzungsdauer in Kraft nachdem der Benutzer sich das nächste Mal anmeldet.",
"admin.service.testingDescription": "Wenn wahr wird der /loadtest Slash Befehl aktiviert um Testaccounts, -daten und -Textformatierungen zu laden. Änderung erfordern einen Server Neustart.",
@@ -679,6 +691,7 @@
"admin.sidebar.logging": "Protokollierung",
"admin.sidebar.login": "Anmelden",
"admin.sidebar.logs": "Protokolle",
+ "admin.sidebar.nativeAppLinks": "Native App Links",
"admin.sidebar.notifications": "Benachrichtigungen",
"admin.sidebar.oauth": "OAuth 2.0",
"admin.sidebar.other": "ANDERE",
@@ -919,6 +932,7 @@
"channel_flow.channel": "Kanal",
"channel_flow.create": "Erstelle {term}",
"channel_flow.group": "Gruppe",
+ "channel_flow.handleTooShort": "Channel URL must be 2 or more lowercase alphanumeric characters",
"channel_flow.invalidName": "Ungültiger Kanal Name",
"channel_flow.set_url_title": "Setze {term} URL",
"channel_header.channel": "Kanal",
@@ -1041,6 +1055,7 @@
"create_comment.files": "Dateien werden hochgeladen",
"create_post.comment": "Kommentar",
"create_post.post": "Senden",
+ "create_post.shortcutsNotSupported": "Keyboard shortcuts are not supported on your device.",
"create_post.tutorialTip": "<h4>Nachrichten senden</h4><p>Geben Sie hier Ihre Nachricht ein und drücken Sie <strong>Enter</strong> um sie senden.</p><p>Klicken Sie den <strong>Anhang</strong> Button um ein Bild oder eine Datei hochzuladen.</p>",
"create_post.write": "Schreiben Sie eine Nachricht...",
"create_team.agreement": "Wenn Sie die Erstellung Ihres Accounts fortsetzen und {siteName} nutzen, verstehen Sie sich mit unseren <a href='/static/help/terms.html'>Nutzungsbedingungen</a> und <a href='/static/help/privacy.html'>Datenschutzbedingungen</a> einverstanden. Wenn Sie nicht zustimmen, dürfen Sie {siteName} nicht nutzen.",
@@ -1097,7 +1112,7 @@
"edit_post.save": "Speichern",
"email_signup.address": "E-Mail-Adresse",
"email_signup.createTeam": "Team erstellen",
- "email_signup.emailError": "Bitte geben Sie eine gültige E-Mail-Adresse ein",
+ "email_signup.emailError": "Bitte geben Sie eine gültige E-Mail-Adresse ein.",
"email_signup.find": "Finde meine Teams",
"email_verify.almost": "{siteName}: Sie sind fast fertig",
"email_verify.failed": " Fehler beim Senden der Bestätigungsmail.",
@@ -1184,6 +1199,93 @@
"get_team_invite_link_modal.help": "Senden Sie Teammitgliedern den unten stehenden Link damit diese sich für dieses Team registrieren können. Der Team Einladungslink kann mit mehreren Teammitgliedern geteilt werden da er sich nicht ändert, sofern er nicht in den Teameinstellungen durch den Team Admin geändert wird.",
"get_team_invite_link_modal.helpDisabled": "Erstellung von Benutzern wurde für Ihr Team deaktiviert. Für Details, fragen Sie bitte Ihren Administrator.",
"get_team_invite_link_modal.title": "Team Einladungslink",
+ "help.attaching.downloading": "#### Downloading Files\nDownload an attached file by clicking the download icon next to the file thumbnail or by opening the file previewer and clicking **Download**.",
+ "help.attaching.dragdrop": "#### Drag and Drop\nUpload a file or selection of files by dragging the files from your computer into the RHS or center pane. Dragging and dropping attaches the files to the message input box, then you can optionally type a message and press **ENTER** to post.",
+ "help.attaching.icon": "#### Attachment Icon\nAlternatively, upload files by clicking the grey paperclip icon inside the message input box. This opens up your system file viewer where you can navigate to the desired files and then click **Open** to upload the files to the message input box. Optionally type a message and then press **ENTER** to post.",
+ "help.attaching.limitations": "## File Size Limitations\nMattermost supports a maximum of five attached files per post, each with a maximum file size of 50Mb.",
+ "help.attaching.methods": "## Attachment Methods\nAttach a file by drag and drop or by clicking the attachment icon in the message input box.",
+ "help.attaching.notSupported": "Document preview (Word, Excel, PPT) is not yet supported.",
+ "help.attaching.pasting": "#### Pasting Images\nOn Chrome and Edge browsers, it is also possible to upload files by pasting them from the clipboard. This is not yet supported on other browsers.",
+ "help.attaching.previewer": "## File Previewer\nMattermost has a built in file previewer that is used to view media, download files and share public links. Click the thumbnail of an attached file to open it in the file previewer.",
+ "help.attaching.publicLinks": "#### Sharing Public Links\nPublic links allow you to share file attachments with people outside your Mattermost team. Open the file previewer by clicking on the thumbnail of an attachment, then click **Get Public Link**. This opens a dialog box with a link to copy. When the link is shared and opened by another user, the file will automatically download.",
+ "help.attaching.publicLinks2": "If **Get Public Link** is not visible in the file previewer and you prefer the feature enabled, you can request that your System Admin enable the feature from the System Console under **Security** > **Public Links**.",
+ "help.attaching.supported": "#### Supported Media Types\nIf you are trying to preview a media type that is not supported, the file previewer will open a standard media attachment icon. Supported media formats depend heavily on your browser and operating system, but the following formats are supported by Mattermost on most browsers:",
+ "help.attaching.supportedList": "- Images: BMP, GIF, JPG, JPEG, PNG\n- Video: MP4\n- Audio: MP3, M4A\n- Documents: PDF",
+ "help.attaching.title": "# Attaching Files\n_____",
+ "help.commands.builtin": "## Built-in Commands\nThe following slash commands are available on all Mattermost installations:",
+ "help.commands.builtin2": "Begin by typing `/` and a list of slash command options appears above the text input box. The autocomplete suggestions help by providing a format example in black text and a short description of the slash command in grey text.",
+ "help.commands.custom": "## Custom Commands\nCustom slash commands integrate with external applications. For example, a team might configure a custom slash command to check internal health records with `/patient joe smith` or check the weekly weather forcast in a city with `/weather toronto week`. Check with your System Admin or open the autocomplete list by typing `/` to determine if your team configured any custom slash commands.",
+ "help.commands.custom2": "Custom slash commands are disabled by default and can be enabled by the System Admin in the **System Console** > **Integrations** > **Webhooks and Commands**. Learn about configuring custom slash commands on the [developer slash command documentation page](http://docs.mattermost.com/developer/slash-commands.html).",
+ "help.commands.intro": "Slash commands perform operations in Mattermost by typing into the text input box. Enter a `/` followed by a command and some arguments to perform actions.\n\nBuilt-in slash commands come with all Mattermost installations and custom slash commands are configurable to interact with external applications. Learn about configuring custom slash commands on the [developer slash command documentation page](http://docs.mattermost.com/developer/slash-commands.html).",
+ "help.commands.title": "# Executing Commands\n___",
+ "help.composing.deleting": "## Deleting a message\nDelete a message by clicking the **[...]** icon next to any message text that you’ve composed, then click **Delete**. System and Team Admins can delete any message on their system or team.",
+ "help.composing.editing": "## Editing a Message\nEdit a message by clicking the **[...]** icon next to any message text that you’ve composed, then click **Edit**. After making modifications to the message text, press **ENTER** to save the modifications. Message edits do not trigger new @mention notifications, desktop notifications or notification sounds.",
+ "help.composing.linking": "## Linking to a message\nThe **Permalink** feature creates a link to any message. Sharing this link with other users in the channel lets them view the linked message in the Message Archives. Users who are not a member of the channel where the message was posted cannot view the permalink. Get the permalink to any message by clicking the **[...]** icon next to the message text > **Permalink** > **Copy Link**.",
+ "help.composing.posting": "## Posting a Message\nWrite a message by typing into the text input box, then press **ENTER** to send it. Use **Shift + ENTER** to create a new line without sending a message. To send messages by pressing **Ctrl+Enter** go to **Main Menu > Account Settings > Send messages on Ctrl + Enter**.",
+ "help.composing.posts": "#### Posts\nPosts can be considered parent messages. They are the messages that often start a thread of replies. Posts are composed and sent from the text input box at the bottom of the center pane.",
+ "help.composing.replies": "#### Replies\nReply to a message by clicking the reply icon next to any message text. This action opens the right-hand-side (RHS) where you can see the message thread, then compose and send your reply. Replies are indented slightly in the center pane to indicate that they are child messages of a parent post.\n\nWhen composing a reply in the right-hand side, click the expand/collapse icon with two arrows at the top of the sidebar to make things easier to read.",
+ "help.composing.title": "# Sending Messages\n_____",
+ "help.composing.types": "## Message Types\nReply to posts to keep conversations organized in threads.",
+ "help.formatting.checklist": "Make a task list by including square brackets:",
+ "help.formatting.checklistExample": "- [ ] Item one\n- [ ] Item two\n- [x] Completed item",
+ "help.formatting.code": "## Code Block\n\nCreate a code block by indenting each line by four spaces, or by placing ``` on the line above and below your code.",
+ "help.formatting.codeBlock": "code block",
+ "help.formatting.emojiExample": ":smile: :+1: :sheep:",
+ "help.formatting.emojis": "## Emojis\n\nOpen the emoji autocomplete by typing `:`. A full list of emojis can be found [here](http://www.emoji-cheat-sheet.com/). It is also possible to create your own [Custom Emoji](http://docs.mattermost.com/help/settings/custom-emoji.html) if the emoji you want to use doesn't exist.",
+ "help.formatting.example": "Example:",
+ "help.formatting.githubTheme": "**GitHub Theme**",
+ "help.formatting.headings": "## Headings\n\nMake a heading by typing # and a space before your title. For smaller headings, use more #’s.",
+ "help.formatting.headings2": "Alternatively, you can underline the text using `===` or `---` to create headings.",
+ "help.formatting.headings2Example": "Large Heading\n-------------",
+ "help.formatting.headingsExample": "## Large Heading\n### Smaller Heading\n#### Even Smaller Heading",
+ "help.formatting.images": "## In-line Images\n\nCreate in-line images using an `!` followed by the alt text in square brackets and the link in normal brackets. Add hover text by placing it in quotes after the link.",
+ "help.formatting.imagesExample": "![alt text](link \"hover text\")\n\nand\n\n[![Build Status](https://travis-ci.org/mattermost/platform.svg?branch=master)](https://travis-ci.org/mattermost/platform) [![Github](https://assets-cdn.github.com/favicon.ico)](https://github.com/mattermost/platform)",
+ "help.formatting.inline": "## In-line Code\n\nCreate in-line monospaced font by surrounding it with backticks.",
+ "help.formatting.intro": "Markdown makes it easy to format messages. Type a message as you normally would, and use these rules to render it with special formatting.",
+ "help.formatting.lines": "## Lines\n\nCreate a line by using three `*`, `_`, or `-`.",
+ "help.formatting.linkEx": "[Check out Mattermost!](https://about.mattermost.com/)",
+ "help.formatting.links": "## Links\n\nCreate labeled links by putting the desired text in square brackets and the associated link in normal brackets.",
+ "help.formatting.listExample": "* list item one\n* list item two\n * item two sub-point')",
+ "help.formatting.lists": "## Lists\n\nCreate a list by using `*` or `-` as bullets. Indent a bullet point by adding two spaces in front of it.",
+ "help.formatting.monokaiTheme": "**Monokai Theme**",
+ "help.formatting.ordered": "Make it an ordered list by using numbers instead:",
+ "help.formatting.orderedExample": "1. Item one\n2. Item two",
+ "help.formatting.quotes": "## Block quotes\n\nCreate block quotes using `>`.",
+ "help.formatting.quotesExample": "`> block quotes` renders as:",
+ "help.formatting.quotesRender": "> block quotes",
+ "help.formatting.renders": "Renders as:",
+ "help.formatting.solirizedDarkTheme": "**Solarized Dark Theme**",
+ "help.formatting.solirizedLightTheme": "**Solarized Light Theme**",
+ "help.formatting.style": "## Text Style\n\nYou can use either `_` or `*` around a word to make it italic. Use two to make it bold.\n\n* `_italics_` renders as _italics_\n* `**bold**` renders as **bold**\n* `**_bold-italic_**` renders as **_bold-italics_**\n* `~~strikethrough~~` renders as ~~strikethrough~~",
+ "help.formatting.supportedSyntax": "Supported languages are:\n`as`, `applescript`, `osascript`, `scpt`, `bash`, `sh`, `zsh`, `clj`, `boot`, `cl2`, `cljc`, `cljs`, `cljs.hl`, `cljscm`, `cljx`, `hic`, `coffee`, `_coffee`, `cake`, `cjsx`, `cson`, `iced`, `cpp`, `c`, `cc`, `h`, `c++`, `h++`, `hpp`, `cs`, `csharp`, `css`, `d`, `di`, `dart`, `delphi`, `dpr`, `dfm`, `pas`, `pascal`, `freepascal`, `lazarus`, `lpr`, `lfm`, `diff`, `django`, `jinja`, `dockerfile`, `docker`, `erl`, `f90`, `f95`, `fsharp`, `fs`, `gcode`, `nc`, `go`, `groovy`, `handlebars`, `hbs`, `html.hbs`, `html.handlebars`, `hs`, `hx`, `java`, `jsp`, `js`, `jsx`, `json`, `jl`, `kt`, `ktm`, `kts`, `less`, `lisp`, `lua`, `mk`, `mak`, `md`, `mkdown`, `mkd`, `matlab`, `m`, `mm`, `objc`, `obj-c`, `ml`, `perl`, `pl`, `php`, `php3`, `php4`, `php5`, `php6`, `ps`, `ps1`, `pp`, `py`, `gyp`, `r`, `ruby`, `rb`, `gemspec`, `podspec`, `thor`, `irb`, `rs`, `scala`, `scm`, `sld`, `scss`, `st`, `sql`, `swift`, `tex`, `vbnet`, `vb`, `bas`, `vbs`, `v`, `veo`, `xml`, `html`, `xhtml`, `rss`, `atom`, `xsl`, `plist`, `yaml`",
+ "help.formatting.syntax": "### Syntax Highlighting\n\nTo add syntax highlighting, type the language to be highlighted after the ``` at the beginning of the code block. Mattermost also offers four different code themes (GitHub, Solarized Dark, Solarized Light, Monokai) that can be changed in **Account Settings** > **Display** > **Theme** > **Custom Theme** > **Center Channel Styles**",
+ "help.formatting.syntaxEx": " package main\n import \"fmt\"\n func main() {\n fmt.Println(\"Hello, 世界\")\n }",
+ "help.formatting.tableExample": "| Left-Aligned | Center Aligned | Right Aligned |\n| :------------ |:---------------:| -----:|\n| Left column 1 | this text | $100 |\n| Left column 2 | is | $10 |\n| Left column 3 | centered | $1 |",
+ "help.formatting.tables": "## Tables\n\nCreate a table by placing a dashed line under the header row and separating the columns with a pipe `|`. (The columns don’t need to line up exactly for it to work). Choose how to align table columns by including colons `:` within the header row.",
+ "help.formatting.title": "# Formatting Text\n_____",
+ "help.learnMore": "Learn more about:",
+ "help.link.attaching": "Attaching Files",
+ "help.link.commands": "Executing Commands",
+ "help.link.composing": "Composing Messages and Replies",
+ "help.link.formatting": "Formatting Messages using Markdown",
+ "help.link.mentioning": "Mentioning Teammates",
+ "help.link.messaging": "Basic Messaging",
+ "help.mentioning.channel": "#### @Channel\nYou can mention an entire channel by typing `@channel`. All members of the channel will receive a mention notification that behaves the same way as if the members had been mentioned personally.",
+ "help.mentioning.channelExample": "@channel great work on interviews this week. I think we found some excellent potential candidates!",
+ "help.mentioning.mentions": "## @Mentions\nUse @mentions to get the attention of specific team members.",
+ "help.mentioning.recent": "## Recent Mentions\nClick `@` next to the search box to query for your most recent @mentions and words that trigger mentions. Click **Jump** next to a search result in the RHS to jump the center pane to the channel and location of the message with the mention.",
+ "help.mentioning.title": "# Mentioning Teammates\n_____",
+ "help.mentioning.triggers": "## Words That Trigger Mentions\nIn addition to being notified by @username and @channel, you can customize words that trigger mention notifications in **Account Settings** > **Notifications** > **Words that trigger mentions**. By default, you will receive mention notifications on your first name, and you can add more words by typing them into the input box separated by commas. This is useful if you want to be notified of all posts on certain topics, for example, “interviewing” or “marketing”.",
+ "help.mentioning.username": "#### @Username\nYou can mention a teammate by using the `@` symbol plus their username to send them a mention notification.\n\nType `@` to bring up a list of team members who can be mentioned. To filter the list, type the first few letters of any username, first name, last name, or nickname. The **Up** and **Down** arrow keys can then be used to scroll through entries in the list, and pressing **ENTER** will select which user to mention. Once selected, the username will automatically replace the full name or nickname.\nThe following example sends a special mention notification to **alice** that alerts her of the channel and message where she has been mentioned. If **alice** is away from Mattermost and has [email notifications](http://docs.mattermost.com/help/getting-started/configuring-notifications.html#email-notifications) turned on, then she will receive an email alert of her mention along with the message text.",
+ "help.mentioning.usernameCont": "If the user you mentioned does not belong to the channel, a System Message will be posted to let you know. This is a temporary message only seen by the person who triggered it. To add the mentioned user to the channel, go to the dropdown menu beside the channel name and select **Add Members**.",
+ "help.mentioning.usernameExample": "@alice how did your interview go with the new candidate?",
+ "help.messaging.attach": "**Attach files** by dragging and dropping into Mattermost or clicking the attachment icon in the text input box.",
+ "help.messaging.emoji": "**Quickly add emoji** by typing \":\", which will open an emoji autocomplete. If the existing emoji don't cover what you want to express, you can also create your own [Custom Emoji](http://docs.mattermost.com/help/settings/custom-emoji.html).",
+ "help.messaging.format": "**Format your messages** using Markdown that supports text styling, headings, links, emoticons, code blocks, block quotes, tables, lists and in-line images.",
+ "help.messaging.notify": "**Notify teammates** when they are needed by typing `@username`.",
+ "help.messaging.reply": "**Reply to messages** by clicking the reply arrow next to the message text.",
+ "help.messaging.title": "# Messaging Basics\n_____",
+ "help.messaging.write": "**Write messages** using the text input box at the bottom of Mattermost. Press **ENTER** to send a message. Use **Shift+ENTER** to create a new line without sending a message.",
"installed_command.header": "Slash Befehle",
"installed_commands.add": "Slash Befehl hinzufügen",
"installed_commands.empty": "Keine Befehle gefunden",
@@ -1219,7 +1321,7 @@
"installed_oauth_apps.description": "Beschreibung",
"installed_oauth_apps.empty": "Keine OAuth 2.0 Applikationen gefunden",
"installed_oauth_apps.header": "OAuth 2.0 Applikationen",
- "installed_oauth_apps.help": "OAuth 2.0 Applikationen sind für jeden auf dem Server verfügbar",
+ "installed_oauth_apps.help": "OAuth 2.0 Applikationen sind für jeden auf dem Server verfügbar.",
"installed_oauth_apps.homepage": "Homepage",
"installed_oauth_apps.iconUrl": "Icon URL",
"installed_oauth_apps.is_trusted": "Ist vertrauenswürdig: <strong>{isTrusted}</strong>",
@@ -1236,8 +1338,10 @@
"installed_outgoing_webhooks.helpLink": "Dokumentation",
"installed_outgoing_webhooks.search": "Suche ausgehende Webhooks",
"installed_outgoing_webhooks.unknown_channel": "Ein privater Webhook",
+ "integrations.add": "Hinzufügen",
"integrations.command.description": "Slash Befehle senden Events an externe Integrationen",
"integrations.command.title": "Slash Befehle",
+ "integrations.done": "Erledigt",
"integrations.header": "Integration",
"integrations.incomingWebhook.description": "Eingehende Webhooks erlauben externe Integrationen Nachrichten zu senden",
"integrations.incomingWebhook.title": "Eingehende Webhooks",
@@ -1281,6 +1385,10 @@
"ldap_signup.length_error": "Der Name muss 3 bis 15 Zeichen enthalten",
"ldap_signup.teamName": "Name für neues Team eingeben",
"ldap_signup.team_error": "Bitte geben Sie einen Team Namen ein",
+ "leave_team_modal.desc": "You will be removed from all public channels and private groups. If the team is private you will not be able to rejoin the team. Are you sure?",
+ "leave_team_modal.no": "Nein",
+ "leave_team_modal.title": "Leave the team?",
+ "leave_team_modal.yes": "Ja",
"loading_screen.loading": "Laden",
"login.changed": " Anmeldemethode erfolgreich geändert",
"login.create": "Jetzt neuen Erstellen",
@@ -1300,6 +1408,7 @@
"login.noEmailUsername": "Bitte geben Sie Ihre E-Mail-Adresse oder Benutzernamen ein",
"login.noEmailUsernameLdapUsername": "Bitte geben Sie Ihre E-Mail-Adresse, Benutzername oder {ldapUsername} ein",
"login.noLdapUsername": "Bitte geben Sie Ihren {ldapUsername} ein",
+ "login.noMethods": "Keine Registrierungsmethoden konfiguriert, bitte kontaktieren Sie Ihren Systemadministrator.",
"login.noPassword": "Bitte geben Sie Ihr Passwort ein",
"login.noUsername": "Bitte geben Sie Ihren Benutzernamen ein",
"login.noUsernameLdapUsername": "Bitte geben Sie Ihren Benutzernamen oder {ldapUsername} ein",
@@ -1381,6 +1490,7 @@
"password_send.link": "<p>Ein Link zum Zurücksetzen des Passwortes wurde an <b>{email}</b> geschickt</p>",
"password_send.reset": "Mein Passwort zurücksetzen",
"password_send.title": "Passwort zurücksetzen",
+ "pdf_preview.max_pages": "PDF previews only show the first five pages.",
"pending_post_actions.cancel": "Abbrechen",
"pending_post_actions.retry": "Erneut versuchen",
"permalink.error.access": "Der dauerhafte Link verweist auf eine gelöschte Nachricht oder einen Kanal auf den Sie keinen Zugriff haben.",
@@ -1485,6 +1595,13 @@
"sidebar_right_menu.switch_team": "Teamauswahl",
"sidebar_right_menu.teamLink": "Team Einladungslink erhalten",
"sidebar_right_menu.teamSettings": "Team Einstellungen",
+ "sidebar_right_menu.viewMembers": "Zeige Mitglieder",
+ "signup.email": "E-Mail-Adresse und Passwort",
+ "signup.gitlab": "GitLab Single-Sign-On",
+ "signup.google": "Google Account",
+ "signup.ldap": "LDAP Credentials",
+ "signup.office365": "Office 365",
+ "signup.title": "Create an account with:",
"signup_team.choose": "Ihre Teams: ",
"signup_team.createTeam": "Oder erstellen Sie ein Team",
"signup_team.disabled": "Teamerstellung wurde deaktiviert. Bitte kontaktieren Sie einen Administrator.",
@@ -1534,6 +1651,9 @@
"suggestion.mention.all": "Benachrichtigt jedem in diesem Kanal, in {townsquare} benachrichtigt er das gesamte Team",
"suggestion.mention.channel": "Benachrichtigt jeden in diesem Kanal",
"suggestion.mention.here": "Benachrichtigt jeden der im Kanal und online ist",
+ "suggestion.mention.members": "Kanalmitglieder",
+ "suggestion.mention.nonmembers": "Nicht im Kanal",
+ "suggestion.mention.special": "Spezielle Nennungen",
"suggestion.search.private": "Private Gruppen",
"suggestion.search.public": "Öffentliche Kanäle",
"team_export_tab.download": "Download",
@@ -1599,6 +1719,8 @@
"user.settings.advance.enabledFeatures": "{count, number} {count, plural, one {Feature} other {Features}} aktiviert",
"user.settings.advance.formattingDesc": "Wenn aktiviert werden Nachrichten formatiert, sodass Links erstellt, Emojis angezeigt, Text formatiert und Zeilenumbrüche hinzugefügt werden. Standardmäßig ist dies aktiviert. Ändern der Einstellung erfordert ein Neuladen der Seite.",
"user.settings.advance.formattingTitle": "Formatierung von Nachrichten aktivieren",
+ "user.settings.advance.joinLeaveDesc": "When \"On\", System Messages saying a user has joined or left a channel will be visible. When \"Off\", the System Messages about joining or leaving a channel will be hidden. A message will still show up when you are added to a channel, so you can receive a notification.",
+ "user.settings.advance.joinLeaveTitle": "Enable Join/Leave Messages",
"user.settings.advance.markdown_preview": "Zeige Markdown Vorschauoption im der Nachrichten Eingabefeld",
"user.settings.advance.off": "Aus",
"user.settings.advance.on": "Ein",
@@ -1744,16 +1866,20 @@
"user.settings.notifications.commentsRoot": "Nennung für jeden Kommentar in den Sie posten",
"user.settings.notifications.desktop": "Desktop Benachrichtigungen senden",
"user.settings.notifications.desktopSounds": "Töne der Desktopbenachrichtigungen",
- "user.settings.notifications.emailInfo": "E-Mail Benachrichtigungen werden bei Nennungen und Direktnachrichten gesendet, sobald Sie mehr als 60 Sekunden offline oder für mehr als 5 Minuten von {siteName} abwesend waren.",
- "user.settings.notifications.emailNotifications": "E-Mail Benachrichtigung",
+ "user.settings.notifications.emailBatchingInfo": "Benachrichtigungen werden in eine einzelne E-Mail kombiniert und zur hier gewählten maximalen Frequenz versendet.",
+ "user.settings.notifications.emailInfo": "E-Mail Benachrichtigungen werden bei Nennungen und Direktnachrichten gesendet, sobald Sie von {siteName} mehr als 5 Minuten offline oder abwesend waren.",
+ "user.settings.notifications.emailNotifications": "Desktop Benachrichtigungen senden",
+ "user.settings.notifications.everyHour": "Jede Stunde",
+ "user.settings.notifications.everyXMinutes": "{count, plural, one {Jede Minute} other {Alle {count, number} Minuten}}",
"user.settings.notifications.header": "Benachrichtigungen",
+ "user.settings.notifications.immediately": "Sofort",
"user.settings.notifications.info": "Desktopbenachrichtigung ist für Firefox, Safari, Chrome, Internet Explorer und Edge verfügbar.",
"user.settings.notifications.never": "Nie",
"user.settings.notifications.noWords": "Keine Wörter konfiguriert",
"user.settings.notifications.off": "Aus",
"user.settings.notifications.on": "Ein",
"user.settings.notifications.onlyMentions": "Nur für Nennungen und Direktnachrichten",
- "user.settings.notifications.push": "Mobile Push-Nachrichten",
+ "user.settings.notifications.push": "Mobile Push-Nachrichten versenden",
"user.settings.notifications.sensitiveName": "Ihr groß-/kleinschreibungsabhängiger Vorname \"{first_name}\"",
"user.settings.notifications.sensitiveUsername": "Ihr groß-/kleinschreibungsabhängiger Benutzername \"{username}\"",
"user.settings.notifications.sensitiveWords": "Weitere nicht groß-/kleinschreibungsabhängige Wörter, getrennt mit Komma:",
@@ -1763,15 +1889,23 @@
"user.settings.notifications.title": "Benachrichtigungseinstellungen",
"user.settings.notifications.usernameMention": "Nennung Ihres Benutzernamens \"@{username}\"",
"user.settings.notifications.wordsTrigger": "Wörter, welche Nennungen auslösen",
- "user.settings.push_notification.allActivity": "Für alle Aktivitäten",
+ "user.settings.push_notification.allActivityAway": "For all activity when away or offline",
+ "user.settings.push_notification.allActivityOffline": "For all activity when offline",
+ "user.settings.push_notification.allActivityOnline": "For all activity when online, away or offline",
+ "user.settings.push_notification.away": "Away or offline",
"user.settings.push_notification.disabled": "Deaktiviert durch den Systemadministrator",
"user.settings.push_notification.disabled_long": "Push Mitteilungen für mobile Geräte wurden durch den Systemadministrator deaktiviert.",
"user.settings.push_notification.info": "Benachrichtigung werden zu Ihrem Smartphone gesendet sobald es in Mattermost eine neue Benachrichtigung gibt.",
"user.settings.push_notification.off": "Aus",
- "user.settings.push_notification.onlyMentions": "Nur für Erwähungen und Direktnachrichten",
+ "user.settings.push_notification.offline": "Offline",
+ "user.settings.push_notification.online": "Online, away or offline",
+ "user.settings.push_notification.onlyMentionsAway": "For mentions and direct messages when away or offline",
+ "user.settings.push_notification.onlyMentionsOffline": "For mentions and direct messages when offline",
+ "user.settings.push_notification.onlyMentionsOnline": "For mentions and direct messages when online, away or offline",
+ "user.settings.push_notification.status_info": "Notification alerts are pushed to your mobile device depending on your online status.",
"user.settings.security.close": "Schließen",
"user.settings.security.currentPassword": "Aktuelles Passwort",
- "user.settings.security.currentPasswordError": "Bitte geben Sie Ihr aktuelles Passwort ein",
+ "user.settings.security.currentPasswordError": "Bitte geben Sie Ihr aktuelles Passwort ein.",
"user.settings.security.emailPwd": "E-Mail-Adresse und Passwort",
"user.settings.security.gitlab": "GitLab",
"user.settings.security.google": "Google",
@@ -1803,7 +1937,7 @@
"user.settings.security.passwordErrorUppercaseSymbol": "Ihr Passwort muss aus mindestens {min} Zeichen bestehen und mindestens einen Großbuchstaben und ein Symbol (wie \"~!@#$%^&*()\") enthalten.",
"user.settings.security.passwordGitlabCantUpdate": "Einloggen findet über GitLab statt. Die Adresse kann nicht aktualisiert werden.",
"user.settings.security.passwordLdapCantUpdate": "Einloggen findet über LDAP statt. Die Adresse kann nicht aktualisiert werden.",
- "user.settings.security.passwordMatchError": "Die eingegebenen neuen Passwörter stimmen nicht überein",
+ "user.settings.security.passwordMatchError": "Die eingegebenen neuen Passwörter stimmen nicht überein.",
"user.settings.security.passwordMinLength": "Ungültige minimale Länge, kann keine Vorschau anzeigen.",
"user.settings.security.retypePassword": "Passwort erneut eingeben",
"user.settings.security.saml": "SAML",