From 9301e575c880970dc5642605adcc37903d176227 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 14 May 2018 16:05:37 -0400 Subject: translations PR 20180511 (#8774) * translations PR 20180511 * Fix bad translations --- i18n/nl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'i18n/nl.json') 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", @@ -3846,10 +3846,6 @@ "id": "app.plugin.get_plugins.app_error", "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." @@ -3858,6 +3854,10 @@ "id": "app.plugin.install_id.app_error", "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" -- cgit v1.2.3-1-g7c22