summaryrefslogtreecommitdiffstats
path: root/i18n/nl.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-10-25 15:49:00 -0300
committerJoram Wilander <jwawilander@gmail.com>2017-10-25 14:49:00 -0400
commit09544ba74989fb8af87f98180a968c2dd8a4185f (patch)
treecc1f66af21598941ae07e5cacb9e2b5348f81132 /i18n/nl.json
parentdcb59058cf3d9e489822661fddc81fd051c4f728 (diff)
downloadchat-09544ba74989fb8af87f98180a968c2dd8a4185f.tar.gz
chat-09544ba74989fb8af87f98180a968c2dd8a4185f.tar.bz2
chat-09544ba74989fb8af87f98180a968c2dd8a4185f.zip
translations PR 20171023 (#7699)
Diffstat (limited to 'i18n/nl.json')
-rw-r--r--i18n/nl.json60
1 files changed, 58 insertions, 2 deletions
diff --git a/i18n/nl.json b/i18n/nl.json
index 223a2731f..c451e2aef 100644
--- a/i18n/nl.json
+++ b/i18n/nl.json
@@ -716,6 +716,10 @@
"translation": "Deelnemen aan het kanaal."
},
{
+ "id": "api.command_kick.name",
+ "translation": "kick"
+ },
+ {
"id": "api.command_leave.desc",
"translation": "Leave the current channel"
},
@@ -824,6 +828,38 @@
"translation": "open"
},
{
+ "id": "api.command_remove.desc",
+ "translation": "Remove a member from the channel"
+ },
+ {
+ "id": "api.command_remove.direct_group.app_error",
+ "translation": "You can't remove someone from a direct message channel."
+ },
+ {
+ "id": "api.command_remove.hint",
+ "translation": "@[username]"
+ },
+ {
+ "id": "api.command_remove.message.app_error",
+ "translation": "Een bericht moet worden opgegeven met het /echo commando."
+ },
+ {
+ "id": "api.command_remove.missing.app_error",
+ "translation": "De gebruiker kan niet gevonden worden"
+ },
+ {
+ "id": "api.command_remove.name",
+ "translation": "remove"
+ },
+ {
+ "id": "api.command_remove.permission.app_error",
+ "translation": "You do not have the appropriate permissions to remove the member."
+ },
+ {
+ "id": "api.command_remove.user_not_in_channel",
+ "translation": "{{.Username}} is not a member of this channel."
+ },
+ {
"id": "api.command_search.desc",
"translation": "Search text in messages"
},
@@ -1518,12 +1554,20 @@
"translation": "Missing file in multipart/form request"
},
{
+ "id": "api.post.check_for_out_of_channel_mentions.link.private",
+ "translation": "add them to this private channel"
+ },
+ {
+ "id": "api.post.check_for_out_of_channel_mentions.link.public",
+ "translation": "add them to the channel"
+ },
+ {
"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."
+ "translation": "@{{.Usernames}} and @{{.LastUsername}} were mentioned but they are not in the channel. Would you like to {{.Phrase}}? They will have access to all message history."
},
{
"id": "api.post.check_for_out_of_channel_mentions.message.one",
- "translation": "{{.Username}} zijn genoemd, maar ze hebben geen notificatie gekregen, omdat ze niet deelnemen aan dit kanaal."
+ "translation": "@{{.Username}} was mentioned but they are not in the channel. Would you like to {{.Phrase}}? They will have access to all message history."
},
{
"id": "api.post.create_post.attach_files.error",
@@ -3772,10 +3816,18 @@
"translation": "Failed to decode search results"
},
{
+ "id": "ent.elasticsearch.start.create_bulk_processor_failed.app_error",
+ "translation": "Failed to create Elasticsearch bulk processor"
+ },
+ {
"id": "ent.elasticsearch.start.index_settings_failed",
"translation": "Failed to set Elasticsearch index settings"
},
{
+ "id": "ent.elasticsearch.start.start_bulk_processor_failed.app_error",
+ "translation": "Failed to start Elasticsearch bulk processor"
+ },
+ {
"id": "ent.elasticsearch.test_config.connect_failed",
"translation": "Connecting to Elasticsearch server failed."
},
@@ -4396,6 +4448,10 @@
"translation": "Elastic Search IndexingEnabled setting must be set to true when Elastic Search SearchEnabled is set to true."
},
{
+ "id": "model.config.is_valid.elastic_search.live_indexing_batch_size.app_error",
+ "translation": "Elasticsearch Live Indexing Batch Size must be at least 1"
+ },
+ {
"id": "model.config.is_valid.elastic_search.password.app_error",
"translation": "Elastic Search Password setting must be provided when Elastic Search indexing is enabled."
},