summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/nl.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/i18n/nl.json')
-rw-r--r--webapp/i18n/nl.json156
1 files changed, 145 insertions, 11 deletions
diff --git a/webapp/i18n/nl.json b/webapp/i18n/nl.json
index b66e0f014..3a54efeea 100644
--- a/webapp/i18n/nl.json
+++ b/webapp/i18n/nl.json
@@ -42,7 +42,7 @@
"add_command.description.help": "Omschrijving van jouw inkomende webhook.",
"add_command.displayName": "Weergavenaam",
"add_command.displayName.help": "Weergavenaam voor jouw slash commando tot 64 karakters.",
- "add_command.header": "Toevoegen",
+ "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": "Reactie icoon",
"add_command.iconUrl.help": "Kies een alternatieve profielafbeelding om bij de berichten uit slash opdrachten te plaatsen. Kies een URL die naar een .png of .jpg bestand wijst, die minstens 128 bij 128 pixels groot is.",
"add_command.iconUrl.placeholder": "https://www.voorbeeld.nl/mijnicoon.png",
@@ -51,6 +51,7 @@
"add_command.method.help": "Het type opdracht dat aangevraagd is via de aanvraag URL.",
"add_command.method.post": "POST",
"add_command.save": "Opslaan",
+ "add_command.token": "<b>Token</b>: {token}",
"add_command.trigger": "Opdracht Trigger-woord",
"add_command.trigger.help": "Trigger woord moet uniek zijn, en kan niet beginnen met een slash of spaties bevatten.",
"add_command.trigger.helpExamples": "Voorbeelden: klant, werknemer, patient, weer",
@@ -90,13 +91,18 @@
"add_incoming_webhook.description.help": "Omschrijving van jouw inkomende webhook.",
"add_incoming_webhook.displayName": "Weergavenaam",
"add_incoming_webhook.displayName.help": "Weergavenaam voor jouw inkomende webhook van maximaal 64 karakters.",
- "add_incoming_webhook.header": "Toevoegen",
+ "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": "Naam",
"add_incoming_webhook.save": "Opslaan",
+ "add_incoming_webhook.url": "<b>URL</b>: {url}",
"add_oauth_app.callbackUrls.help": "De doorstuur URL's waarnaar de service zal doorsturen nadat gebruikers de autorisatie van de applicatie hebben afgewezen of toegestaan, welke de autorisatie codes of tokens zal afhandelen. Moet een geldige URL zijn en beginnen met http:// of https://.",
"add_oauth_app.callbackUrlsRequired": "En of meerdere callback URL's zijn vereist",
+ "add_oauth_app.clientId": "<b>Client ID</b>: {id}",
+ "add_oauth_app.clientSecret": "<b>Client Secret</b>: {secret}",
"add_oauth_app.description.help": "Omschrijving voor jouw OAuth 2.0 applicatie.",
"add_oauth_app.descriptionRequired": "Omschrijving voor jouw OAuth 2.0 applicatie is verplicht.",
+ "add_oauth_app.doneHelp": "Your OAuth 2.0 application has been set up. Please use the following Client ID and Client Secret when requesting authorization for your application.",
+ "add_oauth_app.doneUrlHelp": "Stuur data naar de volgende URL.",
"add_oauth_app.header": "Toevoegen",
"add_oauth_app.homepage.help": "De URL van de homepagina van de OAuth 2.0 applicatie. Gebruik HTTP of HTTPS in de URL afhankelijk van de configuratie.",
"add_oauth_app.homepageRequired": "Homepagina van de OAuth 2.0 applicatie is verplicht. ",
@@ -104,6 +110,7 @@
"add_oauth_app.name.help": "Weergavenaam voor jouw OAuth 2.0 applicatie van maximaal 64 karakters.",
"add_oauth_app.nameRequired": "Naam van de OAuth 2.0 applicatie is verplicht.",
"add_oauth_app.trusted.help": "Wanneer waar, de OAuth 2.0 applicatie is vertrouwd door de Mattermost server en verplicht de gebruiker niet om autorisatie te accepteren. Wanneer niet waar, zal er additioneel venster verschijnen, met de vraag of de gebruiker dit verzoek wil toestaan of afwijzen.",
+ "add_oauth_app.url": "<b>URL(s)</b>: {url}",
"add_outgoing_webhook.callbackUrls": "Aanvraag URL's (Een per regel)",
"add_outgoing_webhook.callbackUrls.help": "De URL waar berichten naartoe worden gezonden.",
"add_outgoing_webhook.callbackUrlsRequired": "En of meerdere aanvraag URL's zijn vereist",
@@ -118,9 +125,10 @@
"add_outgoing_webhook.description.help": "Omschrijving van jouw uitgaande webhook.",
"add_outgoing_webhook.displayName": "Weergavenaam",
"add_outgoing_webhook.displayName.help": "Weergavenaam voor jouw uitgaande webhook van maximaal 64 karakters.",
- "add_outgoing_webhook.header": "Toevoegen",
+ "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": "Naam",
"add_outgoing_webhook.save": "Opslaan",
+ "add_outgoing_webhook.token": "<b>Token</b>: {token}",
"add_outgoing_webhook.triggerWords": "Activeer woorden (één per regel)",
"add_outgoing_webhook.triggerWords.help": "Berichten die starten met 1 van de gespecificeerde woorden zullen de uitgaande webhook triggeren. Optioneel als het Kanaal is geselecteerd.",
"add_outgoing_webhook.triggerWordsOrChannelRequired": "Een geldig kanaal, of een lijst van activeer-woorden is vereist",
@@ -226,6 +234,10 @@
"admin.email.easHelp": "Meer informatie over het maken en implementeren van uw eigen mobiele apps van een <a href=\"http://docs.mattermost.com/deployment/push.html#enterprise-app-store-eas\" target=\"_blank\">Enterprise App Store</a>.",
"admin.email.emailFail": "Verbinding was niet succesvol: {error}",
"admin.email.emailSuccess": "Het versturen van een e-mail lijkt foutloos verlopen. Controleer de mail ter bevestiging.",
+ "admin.email.enableEmailBatching.clusterEnabled": "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": "Stuur een bericht met samenvatting",
"admin.email.genericPushNotification": "Stuur een algemeen bericht met de gebruiker en kanaal namen",
"admin.email.inviteSaltDescription": "32-karakter 'salt' word gebruikt voor het versturen van e-mail uitnodigingen. Deze worden willekeurig gegenereerd tijdens de installatie. Klik op \"Opnieuw Genereren\" om een nieuwe 'salt' te maken.",
@@ -282,7 +294,7 @@
"admin.files.storage": "Opslag",
"admin.general.configuration": "Configuratie",
"admin.general.localization": "Lokalisatie",
- "admin.general.localization.availableLocalesDescription": "Selecteer welke talen er beschikbaar zijn voor gebruikers in de Account Instellingen (laat dit veld leeg om alle talen beschikbaar te stellen).<br /><br />Wil je helpen met vertalen? Word lid van de <a href='http://translate.mattermost.com/' target='_blank'>Mattermost Translation Server</a>.",
+ "admin.general.localization.availableLocalesDescription": "Stel in welke talen beschikbaar zijn om tussen te wisselen in de Acount Instellingen (laat dit veld leeg om alle ondersteunde talen beschikbaar te stellen). Als je handmatig nieuwe talen opgeeft, de <strong>Standaard Taal</strong> moet worden toegevoegd voor je dit opslaat.<br /><br />Wil je helpen met vertalen? Word lid van de <a href='http://translate.mattermost.com/' target='_blank'>Mattermost Vertaal Server</a>.",
"admin.general.localization.availableLocalesTitle": "Beschikbare talen:",
"admin.general.localization.clientLocaleDescription": "Standaard taal voor nieuw aangemaakte gebruikers en pagina's bij eerste bezoek.",
"admin.general.localization.clientLocaleTitle": "Standaard client taal:",
@@ -477,7 +489,7 @@
"admin.oauth.gitlab": "GitLab",
"admin.oauth.google": "Google Apps",
"admin.oauth.off": "Sta niet toe in te loggen via een OAuth 2.0 provider",
- "admin.oauth.office365": "Office 365",
+ "admin.oauth.office365": "Office 365 (Beta)",
"admin.oauth.providerDescription": "Wanneer dit aanstaat kan Mattermost fungeren als een OAuth 2.0 service provider welke Mattermost in staat stelt externe applicaties toe om geautoriseerde verzoeken te sturen naar de Mattermost API.",
"admin.oauth.providerTitle": "Aanzetten van OAuth 2.0 Service Provider:",
"admin.oauth.select": "Selecteer OAuth 2.0 service provider:",
@@ -679,6 +691,7 @@
"admin.sidebar.logging": "Loggen",
"admin.sidebar.login": "Login",
"admin.sidebar.logs": "Logs",
+ "admin.sidebar.nativeAppLinks": "Native App Links ",
"admin.sidebar.notifications": "Meldingen",
"admin.sidebar.oauth": "OAuth 2.0",
"admin.sidebar.other": "ANDERE",
@@ -919,6 +932,7 @@
"channel_flow.channel": "Kanaal",
"channel_flow.create": "Maak {term} URL aan",
"channel_flow.group": "Groep",
+ "channel_flow.handleTooShort": "Kanaal URL moet 2 of meer kleine alfanumerieke karakters bevatten",
"channel_flow.invalidName": "Ongeldige kanaal naam",
"channel_flow.set_url_title": "Instelling {term} URL",
"channel_header.channel": "Kanaal",
@@ -1041,6 +1055,7 @@
"create_comment.files": "Bestand uploaden",
"create_post.comment": "Commentaar",
"create_post.post": "Bericht",
+ "create_post.shortcutsNotSupported": "Toetsenbord snelkoppelingen worden niet ondersteund op jouw apparaat.",
"create_post.tutorialTip": "<h4>Versturen van berichten</h4><p>Tik hier om een bericht te maken en druk op <strong>Enter</strong> op het te versturen.</p><p>Klik de <strong>Bijlage</strong> knop om een beeld of bestand te uploaden.</p>",
"create_post.write": "Schrijf een bericht...",
"create_team.agreement": "Door verder te gaan maak je jouw account en gebruik je {siteName}, je gaat akkoord met onze <a href='/static/help/terms.html'>Voorwaarden</a> and <a href='/static/help/privacy.html'>Privacy Policy</a>. Als je niet akkoord gaat, kan je geen gebruik maken van {siteName}.",
@@ -1097,7 +1112,7 @@
"edit_post.save": "Opslaan",
"email_signup.address": "E-mail adres",
"email_signup.createTeam": "Team aanmaken",
- "email_signup.emailError": "Vul een geldig e-mail adres in",
+ "email_signup.emailError": "Vul een geldig e-mail adres in. ",
"email_signup.find": "Vind mijn teams",
"email_verify.almost": "{siteName}: U bent bijna klaar",
"email_verify.failed": " Mislukt om een verificatie mail te sturen.",
@@ -1184,6 +1199,93 @@
"get_team_invite_link_modal.help": "Stuur teamleden de link hieronder om zichzelf in te schrijven bij dit team. De Team Uitnodigings Link kan worden gedeeld met zoveel teamleden als nodig is en zal niet veranderen tenzij het is hergenereerd in de Team Instellingen door een Team Admin. ",
"get_team_invite_link_modal.helpDisabled": "Het maken van gebruikers is uitgeschakeld voor uw team. Vraag uw team beheerder voor meer informatie.",
"get_team_invite_link_modal.title": "Team uitnodigingslink",
+ "help.attaching.downloading": "#### 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 opdrachten",
"installed_commands.add": "Slash opdracht toevoegen",
"installed_commands.empty": "Geen opdrachten gevonden",
@@ -1236,8 +1338,10 @@
"installed_outgoing_webhooks.helpLink": "documentatie",
"installed_outgoing_webhooks.search": "Zoek Uitgaande Webhooks",
"installed_outgoing_webhooks.unknown_channel": "Een privé webhook",
+ "integrations.add": "Toevoegen",
"integrations.command.description": "Slash opdrachten sturen events naar externe integraties",
"integrations.command.title": "Slash opdracht",
+ "integrations.done": "Gereed",
"integrations.header": "Integraties",
"integrations.incomingWebhook.description": "Inkomende webhooks laten externel integraties toe om berichten te sturen",
"integrations.incomingWebhook.title": "Inkomende webhook",
@@ -1281,6 +1385,10 @@
"ldap_signup.length_error": "De naam moet 3 of meer tekens zijn met een maximum van 15",
"ldap_signup.teamName": "Voer de team naam in",
"ldap_signup.team_error": "Voer de team naam in",
+ "leave_team_modal.desc": "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": "Nee",
+ "leave_team_modal.title": "Verlaat het team?",
+ "leave_team_modal.yes": "Ja",
"loading_screen.loading": "Bezig te laden",
"login.changed": " Inlog methode succesvol gewijzigd",
"login.create": "Maak er nu een",
@@ -1300,6 +1408,7 @@
"login.noEmailUsername": "Geeft uw e-mail adres of gebruikersnaam in",
"login.noEmailUsernameLdapUsername": "Geeft uw e-mail adres, gebruikersnaam of {ldapUsername} in",
"login.noLdapUsername": "Geef uw {ldapUsername} in",
+ "login.noMethods": "Er zijn geen inlog-methodes geconfigureerd, neem contact op met uw systeembeheerder.",
"login.noPassword": "Geef uw wachtwoord in",
"login.noUsername": "Geef uw gebruikersnaam in",
"login.noUsernameLdapUsername": "Geef uw gebruikersnaam of {ldapUsername} in",
@@ -1381,6 +1490,7 @@
"password_send.link": "<p>Een wachtwoord reset link is verstuurd naar <b>{email}</b></p>",
"password_send.reset": "Reset wachtwoord",
"password_send.title": "Wachtwoord reset",
+ "pdf_preview.max_pages": "PDF previews only show the first five pages.",
"pending_post_actions.cancel": "Annuleren",
"pending_post_actions.retry": "Probeer opnieuw",
"permalink.error.access": "Permalink behoort toe aan een verwijderd bericht of aan een kanaal waar je geen toegang tot hebt.",
@@ -1485,6 +1595,13 @@
"sidebar_right_menu.switch_team": "Team Selectie",
"sidebar_right_menu.teamLink": "Verkrijg team uitnodigings-link",
"sidebar_right_menu.teamSettings": "Team instellingen",
+ "sidebar_right_menu.viewMembers": "Bekijk Leden",
+ "signup.email": "E-mail en wachtwoord",
+ "signup.gitlab": "GitLab Single-Sign-On",
+ "signup.google": "Google Account",
+ "signup.ldap": "LDAP Credentials",
+ "signup.office365": "Office 365",
+ "signup.title": "Create an account with:",
"signup_team.choose": "Je teams:",
"signup_team.createTeam": "Of maak een team",
"signup_team.disabled": "Het aanmaken van nieuwe teams is uigeschakeld. Neem contact op met een beheerder voor toegang.",
@@ -1534,6 +1651,9 @@
"suggestion.mention.all": "Notificeert iedereen in het kanaal, gebruik in {townsquare} to notificeer het hele team",
"suggestion.mention.channel": "Notificeer iedereen in het kanaal",
"suggestion.mention.here": "Notificeert iedereen in het kanaal en online",
+ "suggestion.mention.members": "Kanaal Leden",
+ "suggestion.mention.nonmembers": "Niet in kanaal",
+ "suggestion.mention.special": "Speciale Vermeldingen",
"suggestion.search.private": "Privé groepen",
"suggestion.search.public": "Publieke kanalen",
"team_export_tab.download": "downloaden",
@@ -1599,6 +1719,8 @@
"user.settings.advance.enabledFeatures": "{count, number} {count, plural, one {Feature} other {Features}} Ingeschakeld",
"user.settings.advance.formattingDesc": "Indien ingeschakeld, worden berichten opgemaakt met links, emoji, stijl van de tekst, en regeleinden toevoegen. Standaard is deze instelling ingeschakeld. Het wijzigen van deze instelling vereist dat de pagina vernieuwd wordt.",
"user.settings.advance.formattingTitle": "Bericht opmaak inschakelen",
+ "user.settings.advance.joinLeaveDesc": "When \"On\", System Messages saying a user has joined or left a channel will be visible. When \"Off\", the System Messages about joining or leaving a channel will be hidden. A message will still show up when you are added to a channel, so you can receive a notification.",
+ "user.settings.advance.joinLeaveTitle": "Enable Join/Leave Messages",
"user.settings.advance.markdown_preview": "Toon markdown voorbeeld optie in bericht invoerveld",
"user.settings.advance.off": "Uit",
"user.settings.advance.on": "Aan",
@@ -1744,16 +1866,20 @@
"user.settings.notifications.commentsRoot": "Vermeld alle reacties op jouw bericht",
"user.settings.notifications.desktop": "Verstuur desktop meldingen",
"user.settings.notifications.desktopSounds": "Desktop meldings-geluid",
+ "user.settings.notifications.emailBatchingInfo": "Notifications are combined into a single email and sent at the maximum frequency selected here.",
"user.settings.notifications.emailInfo": "E-mailmeldingen worden verzonden voor vermeldingen en rechtstreekse berichten nadat u bent offline bent voor meer dan 60 seconden of weg van {siteName} voor meer dan 5 minuten.",
- "user.settings.notifications.emailNotifications": "E-mail meldingen",
+ "user.settings.notifications.emailNotifications": "Stuur desktop meldingen",
+ "user.settings.notifications.everyHour": "Elk uur",
+ "user.settings.notifications.everyXMinutes": "Every {count, plural, one {minute} other {{count, number} minutes}}",
"user.settings.notifications.header": "Meldingen",
+ "user.settings.notifications.immediately": "Onmiddellijk",
"user.settings.notifications.info": "Desktop meldingen zijn beschikbaar op Firefox, Safari, Chrome, Internet Explorer, en de Edge.",
"user.settings.notifications.never": "Nooit",
"user.settings.notifications.noWords": "Geen woorden geconfigureerd",
"user.settings.notifications.off": "Uit",
"user.settings.notifications.on": "Aan",
"user.settings.notifications.onlyMentions": "Enkele voor vermeldingen en privé berichten",
- "user.settings.notifications.push": "Mobiele push meldingen",
+ "user.settings.notifications.push": "Stuur mobiele push meldingen",
"user.settings.notifications.sensitiveName": "Uw hoofdlettergevoelige eerste naam \"{first_name}\"",
"user.settings.notifications.sensitiveUsername": "Uw niet-hoofdlettergevoelige gebruikersnaam \"{username}\"",
"user.settings.notifications.sensitiveWords": "Andere niet-hoofdlettergevoelige woorden, gescheiden door komma's:",
@@ -1763,12 +1889,20 @@
"user.settings.notifications.title": "Meldings-instellingen",
"user.settings.notifications.usernameMention": "Uw gebruikersnaam vermeld \"@{username}\"",
"user.settings.notifications.wordsTrigger": "Woorden die een vermelding triggeren",
- "user.settings.push_notification.allActivity": "Voor alle activiteiten",
+ "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": "Uitgeschakeld door de systeembeheerder",
"user.settings.push_notification.disabled_long": "Push notificaties voor mobiele apparaten zijn uitgezet door Uw Systeembeheerder. ",
"user.settings.push_notification.info": "Meldingen worden verstuurd naar uw mobiele apparaat wanneer er activiteit is in Mattermost.",
"user.settings.push_notification.off": "Uit",
- "user.settings.push_notification.onlyMentions": "Voor vermeldingen en privé berichten",
+ "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": "Afsluiten",
"user.settings.security.currentPassword": "Huidig wachtwoord",
"user.settings.security.currentPasswordError": "Voer uw huidige wachtwoord in",
@@ -1803,7 +1937,7 @@
"user.settings.security.passwordErrorUppercaseSymbol": "Jouw wachtwoord moet minimaal {min} karakters bevatten met minimaal een hoofdletter en een karakter (bv. \"~!@#$%^&*()\").",
"user.settings.security.passwordGitlabCantUpdate": "Aanmelden gebeurt via Gitlab. Uw wachtwoord kan niet bijgewerkt worden.",
"user.settings.security.passwordLdapCantUpdate": "Aanmelden gebeurt via LDAP. Uw wachtwoord kan niet bijgewerkt worden.",
- "user.settings.security.passwordMatchError": "De wachtwoorden die u ingaf zijn niet identiek",
+ "user.settings.security.passwordMatchError": "De wachtwoorden die U ingaf zijn niet identiek",
"user.settings.security.passwordMinLength": "Verkeerde minimale lengte, kan de voorvertoning niet tonen.",
"user.settings.security.retypePassword": "Nieuw wachtwoord herhalen",
"user.settings.security.saml": "SAML",