aboutsummaryrefslogtreecommitdiffstats
path: root/locales/en/translation.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-04-22 00:53:48 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:02 +0200
commit1184eb13f0bbe4768bf3dbd6cd31adf10c6c8dfe (patch)
tree78e6c699d8a232c948b40f643299f7af95a29215 /locales/en/translation.json
parentfeat(renderer): Insecure connection warning (diff)
downloadsophie-1184eb13f0bbe4768bf3dbd6cd31adf10c6c8dfe.tar.gz
sophie-1184eb13f0bbe4768bf3dbd6cd31adf10c6c8dfe.tar.zst
sophie-1184eb13f0bbe4768bf3dbd6cd31adf10c6c8dfe.zip
feat: Certificate viewer
Show certificates with an interface modeled after firefox's certificate viewer so that they can be inspected before trusting. The current implementation assumes that each certificate has a unique fingerprint (collisions are astronomically unlikely). Signed-off-by: Kristóf Marussy <kristof@marussy.com>
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": {