From 4e086311ad869a2de6a115afa0ae9bf56ad8639e Mon Sep 17 00:00:00 2001 From: enahum Date: Thu, 27 Apr 2017 09:57:26 -0300 Subject: translations PR 20170424 (#6224) --- i18n/nl.json | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) (limited to 'i18n/nl.json') diff --git a/i18n/nl.json b/i18n/nl.json index 5207efd1e..e94798806 100644 --- a/i18n/nl.json +++ b/i18n/nl.json @@ -1001,6 +1001,10 @@ "id": "api.emoji.init.debug", "translation": "Initialiseer emoji API routes" }, + { + "id": "api.emoji.init.debug", + "translation": "Initialiseer emoji API routes" + }, { "id": "api.emoji.storage.app_error", "translation": "Bestand opslag is niet goed geconfigureerd. Configureer S3 of lokale bestandsopslag." @@ -1683,10 +1687,6 @@ "id": "api.preference.save_preferences.set.app_error", "translation": "Kan de voorkeuren voor een andere gebruiker niet zetten" }, - { - "id": "api.preference.save_preferences.set_details.app_error", - "translation": "session.user_id={{.SessionUserId}}, preference.user_id={{.PreferenceUserId}}" - }, { "id": "api.reaction.delete_reaction.mismatched_channel_id.app_error", "translation": "Failed to delete reaction because channel ID does not match post ID in the URL" @@ -1699,10 +1699,18 @@ "id": "api.reaction.list_reactions.mismatched_channel_id.app_error", "translation": "Failed to get reactions because channel ID does not match post ID in the URL" }, + { + "id": "api.reaction.save_reaction.invalid.app_error", + "translation": "Reaction is not valid." + }, { "id": "api.reaction.save_reaction.mismatched_channel_id.app_error", "translation": "Failed to save reaction because channel ID does not match post ID in the URL" }, + { + "id": "api.reaction.save_reaction.user_id.app_error", + "translation": "You cannot save reaction for the other user." + }, { "id": "api.reaction.send_reaction_event.post.app_error", "translation": "Failed to get post when sending websocket event for reaction" @@ -3607,6 +3615,10 @@ "id": "model.authorize.is_valid.redirect_uri.app_error", "translation": "Ongeldige doorverwijzing uri" }, + { + "id": "model.authorize.is_valid.response_type.app_error", + "translation": "Invalid response type" + }, { "id": "model.authorize.is_valid.scope.app_error", "translation": "Ongeldige omgeving" @@ -3703,6 +3715,14 @@ "id": "model.client.create_emoji.writer.app_error", "translation": "Fout bij het schrijven van verzoek" }, + { + "id": "model.client.get_flagged_posts_in_channel.missing_parameter.app_error", + "translation": "Missing channel parameter" + }, + { + "id": "model.client.get_flagged_posts_in_team.missing_parameter.app_error", + "translation": "Missing team parameter" + }, { "id": "model.client.login.app_error", "translation": "Authenticatie tokens komen niet overeen" @@ -3949,7 +3969,7 @@ }, { "id": "model.config.is_valid.max_file_size.app_error", - "translation": "Ongeldige maximale bestandsgrootte voor bestands-instellingen. Moet nul of groter zijn." + "translation": "Invalid max file size for file settings. Must be a whole number greater than zero." }, { "id": "model.config.is_valid.max_notify_per_channel.app_error", @@ -5187,6 +5207,10 @@ "id": "store.sql_post.save.existing.app_error", "translation": "Een bestaand bericht kan niet bijwerkt worden" }, + { + "id": "store.sql_post.search.disabled", + "translation": "Searching has been disabled on this server. Please contact your System Administrator." + }, { "id": "store.sql_post.search.warn", "translation": "Query error searching posts: %v" -- cgit v1.2.3-1-g7c22