summaryrefslogtreecommitdiffstats
path: root/i18n/nl.json
diff options
context:
space:
mode:
authorMartin Kraft <martinkraft@gmail.com>2018-05-16 14:45:46 -0400
committerMartin Kraft <martinkraft@gmail.com>2018-05-16 14:45:46 -0400
commitf1a830ce9aea87fbeab7e54a6b2b56423e5fed45 (patch)
tree613bb2cb29cca3016d6b6ac75602aad26303f4f7 /i18n/nl.json
parent16bbbc2abca7c2e5dc2e6876da0dba2bae9eed04 (diff)
parent02f8c18f40cd0e973e4c75b751e8fcbbbd019728 (diff)
downloadchat-f1a830ce9aea87fbeab7e54a6b2b56423e5fed45.tar.gz
chat-f1a830ce9aea87fbeab7e54a6b2b56423e5fed45.tar.bz2
chat-f1a830ce9aea87fbeab7e54a6b2b56423e5fed45.zip
Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-2
Diffstat (limited to 'i18n/nl.json')
-rw-r--r--i18n/nl.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/i18n/nl.json b/i18n/nl.json
index 93c2d7485..1294dae85 100644
--- a/i18n/nl.json
+++ b/i18n/nl.json
@@ -3812,7 +3812,7 @@
},
{
"id": "app.plugin.activate.app_error",
- "translation": "Unable to activate extracted plugin. Plugin may already exist and be activated."
+ "translation": "Unable to activate extracted plugin."
},
{
"id": "app.plugin.cluster.save_config.app_error",
@@ -3847,10 +3847,6 @@
"translation": "Unable to get active plugins"
},
{
- "id": "app.plugin.id_length.app_error",
- "translation": "Plugin Id must be less than {{.Max}} characters."
- },
- {
"id": "app.plugin.install.app_error",
"translation": "Unable to install plugin."
},
@@ -3859,6 +3855,10 @@
"translation": "Unable to install plugin. A plugin with the same ID is already installed."
},
{
+ "id": "app.plugin.invalid_id.app_error",
+ "translation": "Plugin Id must be at least {{.Min}} characters, at most {{.Max}} characters and match {{.Regex}}."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "Unable to find manifest for extracted plugin"
},