From 37393810fa1ed2ae69ec05d0b19887e27760d48e Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Tue, 24 Mar 2020 15:25:24 -0700 Subject: Add SSL Certificates page Adds ability to view, add, replace, and delete SSL certificates in GUI. Signed-off-by: Yoshie Muranaka Change-Id: I5cf9fa7bbd588dfb22f2431eed0b5976ff860703 --- src/locales/en-US.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'src/locales/en-US.json') 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 -- cgit v1.2.3