summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-06-16 23:21:21 +0300
committerDerick Montague <derick.montague@ibm.com>2020-07-21 01:04:59 +0300
commit330585760167d233a67a9301be991ba26b8e57df (patch)
treee6f199be32148d14b5e1c123aa5b880873d5e79a /src/locales
parentd853fba72414b63d4876ff5402762c2072aa1c04 (diff)
downloadwebui-vue-330585760167d233a67a9301be991ba26b8e57df.tar.xz
Add ChangePassword component
Add non-functional Change password page and router definition. The page has a form and some frontend validations but backend functionality and api requests are not tied in yet. Page can be viewed by manually navigating to /change-password. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: If5e6c6a5120b86fc457d8cab4c82333c33ef745f
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 2a418040..76d9aaf1 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -35,6 +35,7 @@
"invalidValue": "Invalid value",
"lengthMustBeBetween": "Length must be between %{min} – %{max} characters",
"mustBeAtLeast": "Must be at least %{value}",
+ "passwordsDoNotMatch": "Passwords do not match",
"required": "Required",
"search": "Search",
"selectAnOption": "Select an option",
@@ -93,6 +94,7 @@
"sslCertificates": "@:appPageTitle.sslCertificates"
},
"appPageTitle": {
+ "changePassword": "Change password",
"dateTimeSettings": "Date and time settings",
"eventLogs": "Event logs",
"firmware": "Firmware",
@@ -113,6 +115,14 @@
"sslCertificates": "SSL Certificates",
"unauthorized": "Unauthorized"
},
+ "pageChangePassword": {
+ "changePassword": "Change password",
+ "changePasswordAlertMessage": "The password is expired and must be changed.",
+ "confirmNewPassword": "Confirm new password",
+ "goBack": "Go back",
+ "newPassword": "New password",
+ "username": "Username"
+ },
"pageDateTimeSettings": {
"alert": {
"message": "To change how date and time are displayed (either UTC or browser offset) throughout the application, visit ",