summaryrefslogtreecommitdiffstats
path: root/i18n/pl.json
diff options
context:
space:
mode:
authorDerrick Anderson <derrick@andersonwebstudio.com>2018-05-15 11:54:24 -0400
committerDerrick Anderson <derrick@andersonwebstudio.com>2018-05-15 11:54:24 -0400
commitfbbe1f7cefd52a27fd52893509b5365d275f9bee (patch)
tree5dae4ebc13fca2749b4278bba772ec13c0924e03 /i18n/pl.json
parenta1656dffa98fbc8865e476b214e4e0c562547d39 (diff)
parent228bc4bd1dc84bf741978711b680a06dd9d67613 (diff)
downloadchat-fbbe1f7cefd52a27fd52893509b5365d275f9bee.tar.gz
chat-fbbe1f7cefd52a27fd52893509b5365d275f9bee.tar.bz2
chat-fbbe1f7cefd52a27fd52893509b5365d275f9bee.zip
Merge branch 'merge410rc5'
Diffstat (limited to 'i18n/pl.json')
-rw-r--r--i18n/pl.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/i18n/pl.json b/i18n/pl.json
index 808ba034c..3f03eabb6 100644
--- a/i18n/pl.json
+++ b/i18n/pl.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": "Nie udało się skasować reakcji"
},
{
- "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"
},