From 44e58bd1000d9663bca1d6f1ab580747c6629719 Mon Sep 17 00:00:00 2001 From: enahum Date: Tue, 5 Sep 2017 10:33:03 -0300 Subject: translations PR 20170904 (#7371) --- i18n/nl.json | 374 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 211 insertions(+), 163 deletions(-) (limited to 'i18n/nl.json') diff --git a/i18n/nl.json b/i18n/nl.json index 3dc7d7c09..a19cfd694 100644 --- a/i18n/nl.json +++ b/i18n/nl.json @@ -591,6 +591,14 @@ "id": "api.command_channel_rename.permission.app_error", "translation": "You do not have the appropriate permissions to rename the channel." }, + { + "id": "api.command_channel_rename.too_long.app_error", + "translation": "Channel name must be {{.Length}} or fewer characters" + }, + { + "id": "api.command_channel_rename.too_short.app_error", + "translation": "Channel name must be {{.Length}} or more characters" + }, { "id": "api.command_channel_rename.update_channel.app_error", "translation": "Error to update the current channel." @@ -843,157 +851,17 @@ "id": "api.command_settings.unsupported.app_error", "translation": "The settings command is not supported on your device" }, - { - "id": "api.command_shortcuts.browser.channel_next", - "translation": "{{.ChannelNextCmd}}: Volgende kanaal uit je geschiedenis\n" - }, - { - "id": "api.command_shortcuts.browser.channel_next.cmd", - "translation": "ALT+RECHTS" - }, - { - "id": "api.command_shortcuts.browser.channel_next.cmd_mac", - "translation": "CMD+]" - }, - { - "id": "api.command_shortcuts.browser.channel_prev", - "translation": "{{.ChannelPrevCmd}}: Vorige kanaal in je geschiedenis\n" - }, - { - "id": "api.command_shortcuts.browser.channel_prev.cmd", - "translation": "ALT+LINKS" - }, - { - "id": "api.command_shortcuts.browser.channel_prev.cmd_mac", - "translation": "CMD+[" - }, - { - "id": "api.command_shortcuts.browser.font_decrease", - "translation": "{{.CmdOrCtrl}}+MINUS: Decrease font size (zoom out)\n" - }, - { - "id": "api.command_shortcuts.browser.font_increase", - "translation": "{{.CmdOrCtrl}}+PLUS: Increase font size (zoom in)\n" - }, - { - "id": "api.command_shortcuts.browser.header", - "translation": "#### Built-in Browser Commands\n\n" - }, - { - "id": "api.command_shortcuts.browser.highlight_next", - "translation": "SHIFT+DOWN (in input field): Highlight text to the next line\n" - }, - { - "id": "api.command_shortcuts.browser.highlight_prev", - "translation": "SHIFT+UP (in input field): Highlight text to the previous line\n" - }, - { - "id": "api.command_shortcuts.browser.newline", - "translation": "SHIFT+ENTER (in input field): Create a new line\n" - }, - { - "id": "api.command_shortcuts.cmd", - "translation": "CMD" - }, - { - "id": "api.command_shortcuts.ctrl", - "translation": "CTRL" - }, { "id": "api.command_shortcuts.desc", "translation": "Toon een lijst met snelkoppelingen" }, - { - "id": "api.command_shortcuts.files.header", - "translation": "#### Bestanden\n\n" - }, - { - "id": "api.command_shortcuts.files.upload", - "translation": "{{.CmdOrCtrl}}+U: Upload file(s)\n\n" - }, - { - "id": "api.command_shortcuts.header", - "translation": "### Keyboard Shortcuts\n\n" - }, - { - "id": "api.command_shortcuts.msgs.comp_channel", - "translation": "~[character]+TAB: Autocomplete channel beginning with [character]\n" - }, - { - "id": "api.command_shortcuts.msgs.comp_emoji", - "translation": ":[character]+TAB: Autocomplete emoji beginning with [character]\n\n" - }, - { - "id": "api.command_shortcuts.msgs.comp_username", - "translation": "@[character]+TAB: Autocomplete @username beginning with [character]\n" - }, - { - "id": "api.command_shortcuts.msgs.edit", - "translation": "UP (in empty input field): Edit your last message in the current channel\n" - }, - { - "id": "api.command_shortcuts.msgs.header", - "translation": "#### Berichten\n\n" - }, - { - "id": "api.command_shortcuts.msgs.mark_as_read", - "translation": "ESC: Mark all messages in the current channel as read\n" - }, - { - "id": "api.command_shortcuts.msgs.reply", - "translation": "SHIFT+UP (in empty input field): Reply to the most recent message in the current channel\n" - }, - { - "id": "api.command_shortcuts.msgs.reprint_next", - "translation": "{{.CmdOrCtrl}}+DOWN (in empty input field): Reprint the next message or slash command you entered\n" - }, - { - "id": "api.command_shortcuts.msgs.reprint_prev", - "translation": "{{.CmdOrCtrl}}+UP (in empty input field): Reprint the previous message or slash command you entered\n" - }, { "id": "api.command_shortcuts.name", "translation": "Snelkoppelingen" }, { - "id": "api.command_shortcuts.nav.direct_messages_menu", - "translation": "{{.CmdOrCtrl}}+SHIFT+K: Open direct messages menu\n" - }, - { - "id": "api.command_shortcuts.nav.header", - "translation": "#### Navigation\n\n" - }, - { - "id": "api.command_shortcuts.nav.next", - "translation": "ALT+OMLAAG: Volgende kanaal of direct bericht in linker zijbalk\n" - }, - { - "id": "api.command_shortcuts.nav.prev", - "translation": "ALT+OMHOOG: Vorige kanaal of direct bericht in linker zijbalk\n" - }, - { - "id": "api.command_shortcuts.nav.recent_mentions", - "translation": "{{.CmdOrCtrl}}+SHIFT+M: Open recente vermeldingen\n\n" - }, - { - "id": "api.command_shortcuts.nav.settings", - "translation": "{{.CmdOrCtrl}}+SHIFT+A: Open account instellingen\n" - }, - { - "id": "api.command_shortcuts.nav.switcher", - "translation": "{{.CmdOrCtrl}}+K: Open a quick channel switcher dialog\n" - }, - { - "id": "api.command_shortcuts.nav.switcher_team", - "translation": "{{.CmdOrCtrl}}+ALT+K: Open a quick team switcher dialog\n" - }, - { - "id": "api.command_shortcuts.nav.unread_next", - "translation": "ALT+SHIFT+DOWN: Next channel or direct message in left hand sidebar with unread messages\n" - }, - { - "id": "api.command_shortcuts.nav.unread_prev", - "translation": "ALT+SHIFT+UP: Previous channel or direct message in left hand sidebar with unread messages\n" + "id": "api.command_shortcuts.unsupported.app_error", + "translation": "The shortcuts command is not supported on your device" }, { "id": "api.command_shrug.desc", @@ -1373,22 +1241,6 @@ "id": "api.file.move_file.rename.app_error", "translation": "Kan lokaal bestand niet verplaatsen." }, - { - "id": "api.file.open_file_write_stream.configured.app_error", - "translation": "Bestand opslag is niet goed geconfigueerd. Configureer of S3 of lokale bestands opslag." - }, - { - "id": "api.file.open_file_write_stream.creating_dir.app_error", - "translation": "Er is een fout opgetreden bij het maken van een directory voor een niet bestand" - }, - { - "id": "api.file.open_file_write_stream.local_server.app_error", - "translation": "Er is een fout opgetreden tijdens het schrijven naar lokale opslag" - }, - { - "id": "api.file.open_file_write_stream.s3.app_error", - "translation": "S3 word niet ondersteund." - }, { "id": "api.file.read_file.configured.app_error", "translation": "Bestand opslag is niet goed geconfigueerd. Configureer of S3 of lokale bestands opslag." @@ -1661,6 +1513,18 @@ "id": "api.opengraph.init.debug", "translation": "Initializing open graph protocol api routes" }, + { + "id": "api.plugin.upload.array.app_error", + "translation": "File array is empty in multipart/form request" + }, + { + "id": "api.plugin.upload.file.app_error", + "translation": "Unable to open file in multipart/form request" + }, + { + "id": "api.plugin.upload.no_file.app_error", + "translation": "Missing file in multipart/form request" + }, { "id": "api.post.check_for_out_of_channel_mentions.message.multiple", "translation": "{{.Usernames}} en {{.LastUsername}} zijn genoemd, maar ze hebben geen notificatie gekregen, omdat ze niet deelnemen aan dit kanaal." @@ -1697,6 +1561,10 @@ "id": "api.post.create_post.root_id.app_error", "translation": "Ogeldig RootId parameter" }, + { + "id": "api.post.create_post.town_square_read_only", + "translation": "This channel is read-only. Only members with permission can post here." + }, { "id": "api.post.create_webhook_post.creating.app_error", "translation": "Fout bij het aanmaken van bericht" @@ -1725,6 +1593,14 @@ "id": "api.post.disabled_here", "translation": "@here has been disabled because the channel has more than {{.Users}} users." }, + { + "id": "api.post.do_action.action_id.app_error", + "translation": "Ongeldig client id " + }, + { + "id": "api.post.do_action.action_integration.app_error", + "translation": "Action integration error" + }, { "id": "api.post.get_message_for_notification.files_sent", "translation": { @@ -2497,15 +2373,15 @@ }, { "id": "api.templates.user_access_token_body.info", - "translation": "A user access token was added to your account on {{ .SiteURL }}. They can be used to access {{.SiteName}} with your account.
If this change wasn't initiated by you, please contact your system administrator." + "translation": "A personal access token was added to your account on {{ .SiteURL }}. They can be used to access {{.SiteName}} with your account.
If this change wasn't initiated by you, please contact your system administrator." }, { "id": "api.templates.user_access_token_body.title", - "translation": "User access token added to your account" + "translation": "Personal access token added to your account" }, { "id": "api.templates.user_access_token_subject", - "translation": "[{{ .SiteName }}] User access token added to your account" + "translation": "[{{ .SiteName }}] Personal access token added to your account" }, { "id": "api.templates.username_change_body.info", @@ -2865,7 +2741,7 @@ }, { "id": "api.user.send_user_access_token.error", - "translation": "Failed to send user access token added email successfully" + "translation": "Failed to send personal access token added email successfully" }, { "id": "api.user.send_verify_email_and_forget.failed.error", @@ -3119,6 +2995,10 @@ "id": "app.channel.create_channel.no_team_id.app_error", "translation": "Must specify the team ID to create a channel" }, + { + "id": "app.channel.move_channel.members_do_not_match.error", + "translation": "Cannot move a channel unless all its members are already members of the destination team." + }, { "id": "app.channel.post_update_channel_purpose_message.post.error", "translation": "Failed to post channel purpose message" @@ -3559,6 +3439,46 @@ "id": "app.notification.subject.notification.full", "translation": "[{{ .SiteName }}] Notification in {{ .TeamName}} on {{.Month}} {{.Day}}, {{.Year}}" }, + { + "id": "app.plugin.activate.app_error", + "translation": "Unable to activate extracted plugin. Plugin may already exist and be activated." + }, + { + "id": "app.plugin.bad_path.app_error", + "translation": "Bad file path in extracted files" + }, + { + "id": "app.plugin.deactivate.app_error", + "translation": "Unable to deactivate plugin" + }, + { + "id": "app.plugin.disabled.app_error", + "translation": "Plugins have been disabled by the system admin or the server has not been restarted since they were enabled." + }, + { + "id": "app.plugin.extract.app_error", + "translation": "Encountered error extracting plugin" + }, + { + "id": "app.plugin.get_plugins.app_error", + "translation": "Unable to get active plugins" + }, + { + "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" + }, + { + "id": "app.plugin.no_files.app_error", + "translation": "No files found in the compressed folder" + }, + { + "id": "app.plugin.remove.app_error", + "translation": "Unable to delete plugin" + }, { "id": "app.user_access_token.disabled", "translation": "Personal access tokens are disabled on this server. Please contact your system administrator for details." @@ -3787,6 +3707,22 @@ "id": "ent.compliance.run_started.info", "translation": "Compliance export is mislukt voor taak '{{.JobName}}' naar '{{.FilePath}}'" }, + { + "id": "ent.elasticsearch.aggregator_worker.create_index_job.error", + "translation": "Elasticsearch aggregator worker failed to create the indexing job" + }, + { + "id": "ent.elasticsearch.aggregator_worker.delete_indexes.error", + "translation": "Elasticsearch aggregator worker failed to delete the indexes" + }, + { + "id": "ent.elasticsearch.aggregator_worker.get_indexes.error", + "translation": "Elasticsearch aggregator worker failed to get indexes" + }, + { + "id": "ent.elasticsearch.aggregator_worker.index_job_failed.error", + "translation": "Elasticsearch aggregator worker failed due to the indexing job failing" + }, { "id": "ent.elasticsearch.create_client.connect_failed", "translation": "Setting up Elasticsearch Client Failed" @@ -3815,6 +3751,14 @@ "id": "ent.elasticsearch.index_post.error", "translation": "Failed to index the post" }, + { + "id": "ent.elasticsearch.indexer.do_job.parse_end_time.error", + "translation": "Elasticsearch indexing worker failed to parse the end time" + }, + { + "id": "ent.elasticsearch.indexer.do_job.parse_start_time.error", + "translation": "Elasticsearch indexing worker failed to parse the start time" + }, { "id": "ent.elasticsearch.not_started.error", "translation": "Elasticsearch is not started" @@ -4037,7 +3981,7 @@ }, { "id": "ent.saml.service_disable.app_error", - "translation": "SAML is niet ondersteund, of niet geconfigureerd op deze server." + "translation": "SAML wordt niet ondersteund, of is niet geconfigureerd op deze server." }, { "id": "ent.saml.update_saml_user.unable_error", @@ -4343,6 +4287,10 @@ "id": "model.client.upload_saml_cert.app_error", "translation": "Error creating SAML certificate multipart form request" }, + { + "id": "model.client.writer.app_error", + "translation": "Unable to build multipart request" + }, { "id": "model.command.is_valid.create_at.app_error", "translation": "Aangemaakt op moet een geldige tijd zijn" @@ -4391,6 +4339,34 @@ "id": "model.command.is_valid.user_id.app_error", "translation": "Ongeldig gebruikers id" }, + { + "id": "model.command_hook.channel_id.app_error", + "translation": "Ongeldig kanaal id" + }, + { + "id": "model.command_hook.command_id.app_error", + "translation": "Invalid command id" + }, + { + "id": "model.command_hook.create_at.app_error", + "translation": "Aangemaakt op moet een geldige tijd zijn" + }, + { + "id": "model.command_hook.id.app_error", + "translation": "Invalid command hook id" + }, + { + "id": "model.command_hook.parent_id.app_error", + "translation": "Ongeldig ouder id" + }, + { + "id": "model.command_hook.root_id.app_error", + "translation": "Ongeldig start id" + }, + { + "id": "model.command_hook.user_id.app_error", + "translation": "Ongeldige gebruikers id" + }, { "id": "model.compliance.is_valid.create_at.app_error", "translation": "Aangemaakt op moet een geldige tijd zijn" @@ -4419,6 +4395,10 @@ "id": "model.config.is_valid.cluster_email_batching.app_error", "translation": "Niet mogelijk om bulk email aan te zetten als clustering aan staat." }, + { + "id": "model.config.is_valid.elastic_search.aggregate_posts_after_days.app_error", + "translation": "Elasticsearch AggregatePostsAfterDays setting must be a number greater than or equal to 1" + }, { "id": "model.config.is_valid.elastic_search.connection_url.app_error", "translation": "Elastic Search ConnectionUrl setting must be provided when Elastic Search indexing is enabled." @@ -4431,6 +4411,10 @@ "id": "model.config.is_valid.elastic_search.password.app_error", "translation": "Elastic Search Password setting must be provided when Elastic Search indexing is enabled." }, + { + "id": "model.config.is_valid.elastic_search.posts_aggregator_job_start_time.app_error", + "translation": "Elasticsearch PostsAggregatorJobStartTime setting must be a time in the format \"hh:mm\"" + }, { "id": "model.config.is_valid.elastic_search.username.app_error", "translation": "Elastic Search Username setting must be provided when Elastic Search indexing is enabled." @@ -5175,6 +5159,10 @@ "id": "model.utils.decode_json.app_error", "translation": "kan niet decoderen" }, + { + "id": "plugin.rpcplugin.invocation.error", + "translation": "Error invoking plugin RPC" + }, { "id": "store.sql.alter_column_type.critical", "translation": "Fout tijdens het aanpassen van kolom type %v" @@ -5595,6 +5583,26 @@ "id": "store.sql_command.save.update.app_error", "translation": "De opdracht kan niet bijgewerkt worden" }, + { + "id": "store.sql_command_webhooks.get.app_error", + "translation": "We kunnen de webhook niet ophalen" + }, + { + "id": "store.sql_command_webhooks.save.app_error", + "translation": "De binnenkomende webhook kan niet opgeslagen worden" + }, + { + "id": "store.sql_command_webhooks.save.existing.app_error", + "translation": "You cannot update an existing CommandWebhook" + }, + { + "id": "store.sql_command_webhooks.try_use.app_error", + "translation": "Unable to use the webhook" + }, + { + "id": "store.sql_command_webhooks.try_use.invalid.app_error", + "translation": "Ongeldige webhook" + }, { "id": "store.sql_compliance.get.finding.app_error", "translation": "Er is een probleem opgetreden bij het ophalen van het 'compliance' rapport" @@ -5647,6 +5655,10 @@ "id": "store.sql_file_info.get_for_post.app_error", "translation": "We konden de bestandsinfo niet ophalen" }, + { + "id": "store.sql_file_info.permanent_delete.app_error", + "translation": "We couldn't permanently delete the file info" + }, { "id": "store.sql_file_info.save.app_error", "translation": "We konden de bestandsinfo niet opslaan" @@ -6551,6 +6563,30 @@ "id": "utils.diagnostic.analytics_not_found.app_error", "translation": "Analytics niet geïnitialiseerd" }, + { + "id": "utils.file.remove_directory.configured.app_error", + "translation": "Bestand opslag is niet goed geconfigureerd. Configureer S3 of lokale bestandsopslag." + }, + { + "id": "utils.file.remove_directory.local.app_error", + "translation": "Er is een fout opgetreden bij het lezen van een bestand uit lokale opslag" + }, + { + "id": "utils.file.remove_directory.s3.app_error", + "translation": "Encountered an error removing directory from S3." + }, + { + "id": "utils.file.remove_file.configured.app_error", + "translation": "Bestand opslag is niet goed geconfigureerd. Configureer S3 of lokale bestandsopslag." + }, + { + "id": "utils.file.remove_file.local.app_error", + "translation": "Er is een fout opgetreden bij het lezen van een bestand uit lokale opslag" + }, + { + "id": "utils.file.remove_file.s3.app_error", + "translation": "Encountered an error removing file from S3." + }, { "id": "utils.i18n.loaded", "translation": "Systeem vertaling ingelezen voor '%v' uit '%v'" @@ -6663,6 +6699,18 @@ "id": "web.claim_account.user.error", "translation": "Kan de gebruiker niet vinden, teamid=%v, email=%v, fout=%v" }, + { + "id": "web.command_webhook.command.app_error", + "translation": "Het kanaal kan niet gevonden worden" + }, + { + "id": "web.command_webhook.invalid.app_error", + "translation": "Ongeldige webhook" + }, + { + "id": "web.command_webhook.parse.app_error", + "translation": "Kan binnenkomende data niet verwerken" + }, { "id": "web.create_dir.error", "translation": "Toevoegen van een directory om te controleren is mislukt %v" -- cgit v1.2.3-1-g7c22