summaryrefslogtreecommitdiffstats
path: root/i18n/nl.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-04-27 09:57:26 -0300
committerGitHub <noreply@github.com>2017-04-27 09:57:26 -0300
commit4e086311ad869a2de6a115afa0ae9bf56ad8639e (patch)
tree9e429a06482fa2160b614dd6341675ec0e8a261d /i18n/nl.json
parentaaff58844220331eeac1c523a8b0b9b572d5e8f5 (diff)
downloadchat-4e086311ad869a2de6a115afa0ae9bf56ad8639e.tar.gz
chat-4e086311ad869a2de6a115afa0ae9bf56ad8639e.tar.bz2
chat-4e086311ad869a2de6a115afa0ae9bf56ad8639e.zip
translations PR 20170424 (#6224)
Diffstat (limited to 'i18n/nl.json')
-rw-r--r--i18n/nl.json34
1 files changed, 29 insertions, 5 deletions
diff --git a/i18n/nl.json b/i18n/nl.json
index 5207efd1e..e94798806 100644
--- a/i18n/nl.json
+++ b/i18n/nl.json
@@ -1002,6 +1002,10 @@
"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."
},
@@ -1684,10 +1688,6 @@
"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"
},
@@ -1700,10 +1700,18 @@
"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"
},
@@ -3608,6 +3616,10 @@
"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"
},
@@ -3704,6 +3716,14 @@
"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",
@@ -5188,6 +5208,10 @@
"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"
},