diff options
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.i18n.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 2cb73ae6..2ce7cd42 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -191,6 +191,7 @@ "error-user-notAllowSelf": "You can not invite yourself", "error-user-notCreated": "This user is not created", "error-username-taken": "This username is already taken", + "error-email-taken": "Email has already been taken", "export-board": "Export board", "filter": "Filter", "filter-cards": "Filter Cards", @@ -379,5 +380,9 @@ "OS_Uptime": "OS Uptime", "hours": "hours", "minutes": "minutes", - "seconds": "seconds" + "seconds": "seconds", + "yes": "Yes", + "no": "No", + "accounts": "accounts", + "accounts-allowEmailChange": "Allow Email Change" } |