summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCharles Kenney <Charlesc.kenney@gmail.com>2018-10-17 20:31:51 -0400
committerJesse Hallam <jesse.hallam@gmail.com>2018-10-17 20:31:51 -0400
commit3bc89083fca64a1d096cc897f13d0a9b68433a8f (patch)
tree1a3b8f81f45dd39564f80288fea2ac0970bc75f9 /i18n
parentdb1123b8b28739ab78e46d8ec21f9aaa00ab520d (diff)
downloadchat-3bc89083fca64a1d096cc897f13d0a9b68433a8f.tar.gz
chat-3bc89083fca64a1d096cc897f13d0a9b68433a8f.tar.bz2
chat-3bc89083fca64a1d096cc897f13d0a9b68433a8f.zip
Add GetFileLink method to plugin API (#9665)
* add GetFileLink method to plugin API * Update plugin/api.go * add translations for new plugin API errors
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index d5a6f519a..7f4e8c4a5 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4843,6 +4843,14 @@
"translation": "GitLab's Terms of Service have updated. Please go to gitlab.com to accept them and then try logging into Mattermost again."
},
{
+ "id": "plugin_api.get_file_link.disabled.app_error",
+ "translation": "Public links have been disabled"
+ },
+ {
+ "id": "plugin_api.get_file_link.no_post.app_error",
+ "translation": "Unable to get public link for file. File must be attached to a post that can be read."
+ },
+ {
"id": "plugin.api.update_user_status.bad_status",
"translation": "Unable to set the user status. Unknown user status."
},