aboutsummaryrefslogtreecommitdiffstats
path: root/locales/en/translation.json
diff options
context:
space:
mode:
Diffstat (limited to 'locales/en/translation.json')
-rw-r--r--locales/en/translation.json24
1 files changed, 21 insertions, 3 deletions
diff --git a/locales/en/translation.json b/locales/en/translation.json
index a669d28..321e6be 100644
--- a/locales/en/translation.json
+++ b/locales/en/translation.json
@@ -91,12 +91,30 @@
91 }, 91 },
92 "details": { 92 "details": {
93 "title": "More info", 93 "title": "More info",
94 "warning": "You should only trust certificates that you've verified to be valid. Trusting invalid certificates allows attackers to steal your passwords and data.", 94 "tabsLabel": "Certificates in the certificate chain",
95 "acceptButton": { 95 "trustWarning": "You should only trust certificates that you've verified to be valid. Trusting invalid certificates allows attackers to steal your passwords and data.",
96 "trustButton": {
96 "pending": "Trust this certificate temporarily", 97 "pending": "Trust this certificate temporarily",
97 "rejected": "You have already rejected this certificate", 98 "rejected": "You have already rejected this certificate",
98 "accepted": "You have already accepted this certificate" 99 "accepted": "You have already accepted this certificate"
99 } 100 },
101 "subject": "Subject",
102 "issuer": "Issuer",
103 "commonName": "Common Name",
104 "country": "Country",
105 "state": "State",
106 "locality": "Locality",
107 "organization": "Organization",
108 "organizationUnit": "Organization Unit",
109 "validity": "Validity",
110 "validStart": "Not Before",
111 "validExpiry": "Not After",
112 "fingerprint": "Fingerprint",
113 "fingerprintUnknown": "Unknown",
114 "miscellaneous": "Miscellaneous",
115 "serialNumber": "Serial Number",
116 "download": "Download",
117 "downloadPEM": "PEM Certificate"
100 } 118 }
101 }, 119 },
102 "crashed": { 120 "crashed": {