summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-11-27 17:23:35 -0500
committerGitHub <noreply@github.com>2017-11-27 17:23:35 -0500
commit6176bcff6977bda71f4fde10a52dde6d7d7ceb9a (patch)
treeb4a4a22879f4b88ffc4fb59f46ca69d441569ddd /i18n
parente85ec3830164ffdfbe8fd5696ab99446b38a01ef (diff)
downloadchat-6176bcff6977bda71f4fde10a52dde6d7d7ceb9a.tar.gz
chat-6176bcff6977bda71f4fde10a52dde6d7d7ceb9a.tar.bz2
chat-6176bcff6977bda71f4fde10a52dde6d7d7ceb9a.zip
PLT-8131 (part2) Add plugin key value store support (#7902)
* Add plugin key value store support * Add localization strings * Updates per feedback
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index c46fd9879..4caa952b3 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3555,6 +3555,10 @@
"translation": "[{{ .SiteName }}] Notification in {{ .TeamName}} on {{.Month}} {{.Day}}, {{.Year}}"
},
{
+ "id": "app.plugin.key_value.set.app_error",
+ "translation": "Unable to set key value. See detailed error for more information."
+ },
+ {
"id": "app.plugin.activate.app_error",
"translation": "Unable to activate extracted plugin. Plugin may already exist and be activated."
},
@@ -4243,6 +4247,14 @@
"translation": "Current working directory is %v"
},
{
+ "id": "model.plugin_key_value.is_valid.plugin_id.app_error",
+ "translation": "Invalid plugin ID"
+ },
+ {
+ "id": "model.plugin_key_value.is_valid.key.app_error",
+ "translation": "Invalid key"
+ },
+ {
"id": "model.access.is_valid.access_token.app_error",
"translation": "Invalid access token"
},
@@ -6435,6 +6447,22 @@
"translation": "We couldn't update the team name"
},
{
+ "id": "store.sql_plugin_store.delete.app_error",
+ "translation": "Could not delete plugin key value"
+ },
+ {
+ "id": "store.sql_plugin_store.get.app_error",
+ "translation": "Could not get plugin key value"
+ },
+ {
+ "id": "store.sql_plugin_store.save.app_error",
+ "translation": "Could not save or update plugin key value"
+ },
+ {
+ "id": "store.sql_plugin_store.save_unique.app_error",
+ "translation": "Could not save or update plugin key value due to unique constraint violation"
+ },
+ {
"id": "store.sql_user.analytics_get_inactive_users_count.app_error",
"translation": "We could not count the inactive users"
},