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.json49
1 files changed, 48 insertions, 1 deletions
diff --git a/locales/en/translation.json b/locales/en/translation.json
index 9764719..d04f1f3 100644
--- a/locales/en/translation.json
+++ b/locales/en/translation.json
@@ -1,4 +1,5 @@
1{ 1{
2 "appName": "Sophie",
2 "banner": { 3 "banner": {
3 "close": "Dismiss notification", 4 "close": "Dismiss notification",
4 "newWindow": { 5 "newWindow": {
@@ -57,9 +58,55 @@
57 "forward": "Forward", 58 "forward": "Forward",
58 "home": "Home", 59 "home": "Home",
59 "openInBrowser": "Open in browser", 60 "openInBrowser": "Open in browser",
60 "reload": "Reload", 61 "reload": "Refresh",
61 "stop": "Stop", 62 "stop": "Stop",
62 "toggleDarkMode": "Toggle dark mode", 63 "toggleDarkMode": "Toggle dark mode",
63 "toggleLocationBar": "Toggle location bar" 64 "toggleLocationBar": "Toggle location bar"
65 },
66 "error": {
67 "errorCode": "Error code: {{errorCode}}",
68 "home": "Got to {{serviceName}} home",
69 "reload": "$t(toolbar.reload)",
70 "failed": {
71 "unspecific": {
72 "title": "{{serviceName}} is having a problem",
73 "description": "You should try this action later to see if the problem has resolved."
74 },
75 "-105": {
76 "title": "$t(appName) can't resolve {{serviceName}}",
77 "description": "You should check if your internet connection is working and try this action later."
78 }
79 },
80 "certificateError": {
81 "unspecific": {
82 "title": "Failed to establish secure connection",
83 "description": "$t(appName) has stopped loading {{serviceName}} to prevent any potential attackers from accessing your personal data."
84 },
85 "details": {
86 "title": "More info",
87 "warning": "You should only trust certificates that you've verified to be valid. Trusting invalid certificates allows attackers to steal your passwords and data.",
88 "acceptButton": {
89 "pending": "Trust this certificate temporarily",
90 "rejected": "You have already rejected this certificate",
91 "accepted": "You have already accepted this certificate"
92 }
93 }
94 },
95 "crashed": {
96 "unspecific": {
97 "title": "{{serviceName}} has crashed",
98 "description": "$t(errorPage.failed.unspecific.description)"
99 },
100 "killed": {
101 "description": "The renderer was terminated by an external program."
102 },
103 "oom": {
104 "description": "It looks like your computer has run out of memory."
105 }
106 },
107 "unknown": {
108 "title": "$t(appName) has encountered an unexpected error while loading {{serviceName}}",
109 "description": "If the problem doesn't resolve after trying again, you should send a bug report."
110 }
64 } 111 }
65} 112}