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.json137
1 files changed, 137 insertions, 0 deletions
diff --git a/locales/en/translation.json b/locales/en/translation.json
new file mode 100644
index 0000000..1f7919f
--- /dev/null
+++ b/locales/en/translation.json
@@ -0,0 +1,137 @@
1{
2 "appName": "Sophie",
3 "banner": {
4 "close": "Dismiss notification",
5 "newWindow": {
6 "followLink": "Follow link in this window",
7 "openInExternalBrowser": "Open in browser",
8 "openAllInExternalBrowser": "Open all",
9 "dismiss": "Ignore",
10 "messageSingleLink": "{{name}} wants to open <0>{{url}}</0> in a new window",
11 "messageMultipleLinks_one": "{{name}} wants to open <0>{{url}}</0> and <1>{{count}}</1> other link in new windows",
12 "messageMultipleLinks_other": "{{name}} wants to open <0>{{url}}</0> and <1>{{count}}</1> other links in new windows"
13 },
14 "insecureConnection": {
15 "message": "Your connection to this server is not secure. Attackers might be able to access any passwords or personal data you enter!",
16 "home": "$t(error.home, { \"serviceName\": \"{{serviceName}}\" })",
17 "reconnectSecurely": "Try connecting securely"
18 }
19 },
20 "menu": {
21 "servicesMenu": "Services",
22 "view": {
23 "showLocationBar": "Show Location Bar",
24 "reload": "Reload",
25 "forceReload": "Force Reload",
26 "toggleDeveloperTools": "Toggle Developer Tools",
27 "reloadSophie": "Reload Sophie",
28 "toggleSophieDeveloperTools": "Toggle Sophie Developer Tools"
29 },
30 "services": {
31 "nextService": "Next Service",
32 "previousService": "Previous Service"
33 },
34 "help": {
35 "gitlab": "Gitlab"
36 }
37 },
38 "securityLabel": {
39 "unspecific": "Unknown error",
40 "notSecureConnection": "Not secure",
41 "secureConnection": "Secure connection",
42 "certificateError": "$t(securityLabel.notSecureConnection)",
43 "invalidURL": "Invalid URL"
44 },
45 "service": {
46 "title": {
47 "nameWithMessages": "{{name}} ({{messages}})",
48 "nameWithNoMessages": "{{name}}",
49 "directMessageCount_one": "{{count}} direct message",
50 "directMessageCount_other": "{{count}} direct messages",
51 "indirectMessageCount_one": "{{count}} indirect message",
52 "indirectMessageCount_other": "{{count}} indirect messages",
53 "directAndIndirectMessageCount": "$t(service.title.directMessageCount, { \"count\": {{directMessageCount}} }) and $t(service.title.indirectMessageCount, { \"count\": {{indirectMessageCount}} })"
54 }
55 },
56 "title": {
57 "devMode": "[dev] {{title}}",
58 "noServiceName": "Sophie",
59 "separator": " - ",
60 "withServiceName": "{{serviceName}}$t(title.separator)$t(title.noServiceName)",
61 "withServiceNameAndTitle": "{{serviceTitle}}$t(title.separator)$t(title.noServiceName)"
62 },
63 "toolbar": {
64 "back": "Back",
65 "forward": "Forward",
66 "home": "Home",
67 "openInBrowser": "Open in browser",
68 "reload": "Refresh",
69 "stop": "Stop",
70 "toggleDarkMode": "Toggle dark mode",
71 "toggleLocationBar": "Toggle location bar"
72 },
73 "error": {
74 "errorCode": "Error code: {{errorCode}}",
75 "home": "Go to {{serviceName}} home",
76 "reload": "$t(toolbar.reload)",
77 "failed": {
78 "unspecific": {
79 "title": "{{serviceName}} is having a problem",
80 "description": "You should try this action later to see if the problem has resolved."
81 },
82 "-105": {
83 "title": "$t(appName) can't resolve {{serviceName}}",
84 "description": "You should check if your internet connection is working and try this action later."
85 }
86 },
87 "certificateError": {
88 "unspecific": {
89 "title": "Failed to establish secure connection",
90 "description": "$t(appName) has stopped loading {{serviceName}} to prevent any potential attackers from accessing your personal data."
91 },
92 "details": {
93 "title": "More info",
94 "tabsLabel": "Certificates in the certificate chain",
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": {
97 "pending": "Trust this certificate temporarily",
98 "rejected": "You have already rejected this certificate",
99 "accepted": "You have already accepted this certificate"
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"
118 }
119 },
120 "crashed": {
121 "unspecific": {
122 "title": "{{serviceName}} has crashed",
123 "description": "$t(errorPage.failed.unspecific.description)"
124 },
125 "killed": {
126 "description": "The renderer was terminated by an external program."
127 },
128 "oom": {
129 "description": "It looks like your computer has run out of memory."
130 }
131 },
132 "unknown": {
133 "title": "$t(appName) has encountered an unexpected error while loading {{serviceName}}",
134 "description": "If the problem doesn't resolve after trying again, you should send a bug report."
135 }
136 }
137}