From b51d9e8eabb3cfea17b81ebadcdc8199e09544bb Mon Sep 17 00:00:00 2001 From: enahum Date: Fri, 1 Dec 2017 10:22:29 -0300 Subject: translations PR 20171127 (#7909) --- i18n/nl.json | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 75 insertions(+), 4 deletions(-) (limited to 'i18n/nl.json') diff --git a/i18n/nl.json b/i18n/nl.json index 8f4ad26f1..387629b8f 100644 --- a/i18n/nl.json +++ b/i18n/nl.json @@ -699,6 +699,57 @@ "id": "api.command_expand_collapse.fail.app_error", "translation": "Er is een fout opgetreden tijdens het vergroten van de voorbeelden" }, + { + "id": "api.command_groupmsg.desc", + "translation": "Sends a Group Message to the specified users" + }, + { + "id": "api.command_groupmsg.fail.app_error", + "translation": "Er is een fout opgetreden tijdens het sturen van een bericht naar de gebruiker." + }, + { + "id": "api.command_groupmsg.group_fail.app_error", + "translation": "Fout opgetreden bij het opstellen van privébericht." + }, + { + "id": "api.command_groupmsg.hint", + "translation": "@[username1],@[username2] 'message'" + }, + { + "id": "api.command_groupmsg.invalid_user.app_error", + "translation": { + "one": "We couldn't find the user: {{.Users}}", + "other": "We couldn't find the users: {{.Users}}" + } + }, + { + "id": "api.command_groupmsg.invalid_users.app_error", + "translation": "De gebruiker kan niet gevonden worden" + }, + { + "id": "api.command_groupmsg.list.app_error", + "translation": "Er is een fout opgetreden tijdens het ophalen van de lijst van gebruikers." + }, + { + "id": "api.command_groupmsg.max_users.app_error", + "translation": "Group messages are limited to a maximum of {{.MaxUsers}} users." + }, + { + "id": "api.command_groupmsg.min_users.app_error", + "translation": "Group messages are limited to a minimum of {{.MinUsers}} users." + }, + { + "id": "api.command_groupmsg.missing.app_error", + "translation": "De gebruiker kan niet gevonden worden" + }, + { + "id": "api.command_groupmsg.name", + "translation": "bericht" + }, + { + "id": "api.command_groupmsg.success", + "translation": "Bericht verzonden." + }, { "id": "api.command_help.desc", "translation": "Open the Mattermost help page" @@ -2115,6 +2166,10 @@ "id": "api.system.go_routines", "translation": "The number of running goroutines is over the health threshold %v of %v" }, + { + "id": "api.team.add_user_to_team.added", + "translation": "%v is door %v aan het kanaal toegevoegd" + }, { "id": "api.team.add_user_to_team.missing_parameter.app_error", "translation": "Parameter required to add user to team." @@ -2227,6 +2282,10 @@ "id": "api.team.is_team_creation_allowed.domain.app_error", "translation": "Email moet uit bepaalde domeinen komen (bijv. @voorbeeld.nl). Neem contact op met de systeem beheerder voor meer details." }, + { + "id": "api.team.leave.left", + "translation": "%v left the team." + }, { "id": "api.team.permanent_delete_team.attempting.warn", "translation": "Poging om team %v permanent te verwijderen, id=%v" @@ -2239,6 +2298,10 @@ "id": "api.team.remove_user_from_team.missing.app_error", "translation": "De gebruiker is geen onderdeel van dit team" }, + { + "id": "api.team.remove_user_from_team.removed", + "translation": "%v was verwijdert van het kanaal." + }, { "id": "api.team.signup_team.email_disabled.app_error", "translation": "Team aanmelding via e-mail is uitgeschakeld." @@ -3523,13 +3586,21 @@ "id": "app.plugin.get_plugins.app_error", "translation": "Unable to get active plugins" }, + { + "id": "app.plugin.install.app_error", + "translation": "Unable to install plugin." + }, + { + "id": "app.plugin.install_id.app_error", + "translation": "Unable to install plugin. A plugin with the same ID is already installed." + }, { "id": "app.plugin.manifest.app_error", "translation": "Unable to find manifest for extracted plugin" }, { "id": "app.plugin.mvdir.app_error", - "translation": "Unable to move plugin from temporary directory to final destination" + "translation": "Unable to move plugin from temporary directory to final destination. Another plugin may be using the same directory name." }, { "id": "app.plugin.not_installed.app_error", @@ -4373,7 +4444,7 @@ }, { "id": "model.command.is_valid.display_name.app_error", - "translation": "Ongeldige weergave naam" + "translation": "Ongeldige type" }, { "id": "model.command.is_valid.id.app_error", @@ -4833,7 +4904,7 @@ }, { "id": "model.incoming_hook.display_name.app_error", - "translation": "Ongeldige weergave naam" + "translation": "Ongeldige type" }, { "id": "model.incoming_hook.id.app_error", @@ -4925,7 +4996,7 @@ }, { "id": "model.outgoing_hook.is_valid.display_name.app_error", - "translation": "Ongeldige weergave naam" + "translation": "Ongeldige type" }, { "id": "model.outgoing_hook.is_valid.id.app_error", -- cgit v1.2.3-1-g7c22