summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-03-25 01:25:24 +0300
committerDerick Montague <derick.montague@ibm.com>2020-04-08 21:58:55 +0300
commit37393810fa1ed2ae69ec05d0b19887e27760d48e (patch)
tree55381170946aed7c856de354d7ae8e0614fadc30 /src/locales/en-US.json
parentb346406f3aa407869a3c868fb14322fc529673a3 (diff)
downloadwebui-vue-37393810fa1ed2ae69ec05d0b19887e27760d48e.tar.xz
Add SSL Certificates page
Adds ability to view, add, replace, and delete SSL certificates in GUI. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I5cf9fa7bbd588dfb22f2431eed0b5976ff860703
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 19b20824..d1d5f615 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -1,11 +1,13 @@
{
"global": {
"action": {
+ "add": "Add",
"confirm": "Confirm",
"cancel": "Cancel",
"delete": "Delete",
"disable": "Disable",
"enable": "Enable",
+ "replace": "Replace",
"save": "Save",
"selected": "Selected"
},
@@ -17,6 +19,7 @@
"invalidFormat": "Invalid format",
"lengthMustBeBetween": "Length must be between %{min} – %{max} characters",
"mustBeAtLeast": "Must be at least %{value}",
+ "required": "Required",
"selectAnOption": "Select an option",
"valueMustBeBetween": "Value must be between %{min} – %{max}"
},
@@ -227,5 +230,33 @@
"errorSaveSettings": "Error saving settings.",
"successSaveSettings": "Successfully saved settings."
}
+ },
+ "pageSslCertificates": {
+ "addNewCertificate": "Add new certificate",
+ "caCertificate": "CA Certificate",
+ "deleteCertificate": "Delete certificate",
+ "httpsCertificate": "HTTPS Certificate",
+ "ldapCertificate": "LDAP Certificate",
+ "replaceCertificate": "Replace certificate",
+ "modal": {
+ "certificateType": "Certificate type",
+ "certificateFile": "Certificate file",
+ "deleteConfirmMessage": "Are you sure you want to delete '%{certificate}' issued by %{issuedBy}? This action cannot be undone."
+ },
+ "table": {
+ "certificate": "Certificate",
+ "issuedBy": "Issued by",
+ "issuedTo": "Issued to",
+ "validFrom": "Valid from",
+ "validUntil": "Valid until"
+ },
+ "toast": {
+ "errorAddCertificate": "Error adding certificate.",
+ "errorDeleteCertificate": "Error deleting certificate.",
+ "errorReplaceCertificate": "Error replacing certificate.",
+ "successAddCertificate": "Successfully added %{certificate}.",
+ "successDeleteCertificate": "Successfully deleted %{certificate}.",
+ "successReplaceCertificate": "Successfully replaced %{certificate}."
+ }
}
} \ No newline at end of file