summaryrefslogtreecommitdiffstats
path: root/i18n/nl.json
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-07-18 15:45:23 -0700
committerChristopher Speller <crspeller@gmail.com>2017-07-18 15:45:23 -0700
commit97f34e483b0fa8b2a8cfe75b72168cfa38cc9d80 (patch)
treeec2d68077dd2b12de3173871622f3ec2a2b61d35 /i18n/nl.json
parent21a3219b9b1df033635631afa751742bd4c56ea0 (diff)
parenta350f4dc0754e1aeabb64bd712ce05f7c59cfa60 (diff)
downloadchat-97f34e483b0fa8b2a8cfe75b72168cfa38cc9d80.tar.gz
chat-97f34e483b0fa8b2a8cfe75b72168cfa38cc9d80.tar.bz2
chat-97f34e483b0fa8b2a8cfe75b72168cfa38cc9d80.zip
Merge branch 'release-4.0'
Diffstat (limited to 'i18n/nl.json')
-rw-r--r--i18n/nl.json44
1 files changed, 34 insertions, 10 deletions
diff --git a/i18n/nl.json b/i18n/nl.json
index 3d47011ba..a3989aae1 100644
--- a/i18n/nl.json
+++ b/i18n/nl.json
@@ -708,6 +708,22 @@
"translation": "open"
},
{
+ "id": "api.command_search.desc",
+ "translation": "Search text in messages"
+ },
+ {
+ "id": "api.command_search.hint",
+ "translation": "[text]"
+ },
+ {
+ "id": "api.command_search.name",
+ "translation": "search"
+ },
+ {
+ "id": "api.command_search.unsupported.app_error",
+ "translation": "The search command is not supported on your device"
+ },
+ {
"id": "api.command_settings.desc",
"translation": "Open the Account Settings dialog"
},
@@ -960,6 +976,10 @@
"translation": "Een onbekende fout is opgetreden. Neem contact op met support."
},
{
+ "id": "api.context.v3_disabled.app_error",
+ "translation": "API version 3 has been disabled on this server. Please use API version 4. See https://api.mattermost.com for details."
+ },
+ {
"id": "api.deprecated.init.debug",
"translation": "Initialisatie van de opdracht API routes"
},
@@ -1490,6 +1510,10 @@
"translation": "Initialisatie van de oauth api"
},
{
+ "id": "api.oauth.invalid_state_token.app_error",
+ "translation": "Invalid state token"
+ },
+ {
"id": "api.oauth.regenerate_secret.app_error",
"translation": "Onvoldoende rechten voor het hergenereren van de OAuth2 Applicatie Secret"
},
@@ -3021,19 +3045,11 @@
},
{
"id": "app.import.import_direct_channel.create_direct_channel.error",
- "translation": "Failed to get direct channel"
- },
- {
- "id": "app.import.import_direct_channel.create_direct_channel.error",
- "translation": "Failed to get direct channel"
- },
- {
- "id": "app.import.import_direct_channel.create_group_channel.error",
- "translation": "Failed to get group channel"
+ "translation": "Failed to create direct channel"
},
{
"id": "app.import.import_direct_channel.create_group_channel.error",
- "translation": "Failed to get group channel"
+ "translation": "Failed to create group channel"
},
{
"id": "app.import.import_direct_channel.member_not_found.error",
@@ -3048,6 +3064,14 @@
"translation": "Could not find channel member when importing direct channel post"
},
{
+ "id": "app.import.import_direct_post.create_direct_channel.error",
+ "translation": "Failed to get direct channel"
+ },
+ {
+ "id": "app.import.import_direct_post.create_group_channel.error",
+ "translation": "Failed to get group channel"
+ },
+ {
"id": "app.import.import_direct_post.user_not_found.error",
"translation": "Post user does not exist"
},