summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 88df06f37..606b61181 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2343,10 +2343,18 @@
"translation": "Your email address for {{.TeamDisplayName}} has been changed to {{.NewEmail}}.<br>If you did not make this change, please contact the system administrator."
},
{
+ "id": "app.role.check_roles_exist.role_not_found",
+ "translation": "The provided role does not exist"
+ },
+ {
"id": "api.templates.email_change_body.title",
"translation": "You updated your email"
},
{
+ "id": "store.sql_role.save.invalid_role.app_error",
+ "translation": "The role was not valid"
+ },
+ {
"id": "api.templates.email_change_subject",
"translation": "[{{ .SiteName }}] Your email address has changed"
},
@@ -6423,6 +6431,26 @@
"translation": "Unable to save reaction"
},
{
+ "id": "store.sql_role.save.insert.app_error",
+ "translation": "Unable to save new role"
+ },
+ {
+ "id": "store.sql_role.save.update.app_error",
+ "translation": "Unable to update role"
+ },
+ {
+ "id": "store.sql_role.get.app_error",
+ "translation": "Unable to get role"
+ },
+ {
+ "id": "store.sql_role.get_by_name.app_error",
+ "translation": "Unable to get role"
+ },
+ {
+ "id": "store.sql_role.get_by_names.app_error",
+ "translation": "Unable to get roles"
+ },
+ {
"id": "store.sql_session.analytics_session_count.app_error",
"translation": "We couldn't count the sessions"
},