aboutsummaryrefslogtreecommitdiffstats
path: root/locales/en/translation.json
blob: 1f7919f3620fa2f756e4186649a2f500d7214f20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
  "appName": "Sophie",
  "banner": {
    "close": "Dismiss notification",
    "newWindow": {
      "followLink": "Follow link in this window",
      "openInExternalBrowser": "Open in browser",
      "openAllInExternalBrowser": "Open all",
      "dismiss": "Ignore",
      "messageSingleLink": "{{name}} wants to open <0>{{url}}</0> in a new window",
      "messageMultipleLinks_one": "{{name}} wants to open <0>{{url}}</0> and <1>{{count}}</1> other link in new windows",
      "messageMultipleLinks_other": "{{name}} wants to open <0>{{url}}</0> and <1>{{count}}</1> other links in new windows"
    },
    "insecureConnection": {
      "message": "Your connection to this server is not secure. Attackers might be able to access any passwords or personal data you enter!",
      "home": "$t(error.home, { \"serviceName\": \"{{serviceName}}\" })",
      "reconnectSecurely": "Try connecting securely"
    }
  },
  "menu": {
    "servicesMenu": "Services",
    "view": {
      "showLocationBar": "Show Location Bar",
      "reload": "Reload",
      "forceReload": "Force Reload",
      "toggleDeveloperTools": "Toggle Developer Tools",
      "reloadSophie": "Reload Sophie",
      "toggleSophieDeveloperTools": "Toggle Sophie Developer Tools"
    },
    "services": {
      "nextService": "Next Service",
      "previousService": "Previous Service"
    },
    "help": {
      "gitlab": "Gitlab"
    }
  },
  "securityLabel": {
    "unspecific": "Unknown error",
    "notSecureConnection": "Not secure",
    "secureConnection": "Secure connection",
    "certificateError": "$t(securityLabel.notSecureConnection)",
    "invalidURL": "Invalid URL"
  },
  "service": {
    "title": {
      "nameWithMessages": "{{name}} ({{messages}})",
      "nameWithNoMessages": "{{name}}",
      "directMessageCount_one": "{{count}} direct message",
      "directMessageCount_other": "{{count}} direct messages",
      "indirectMessageCount_one": "{{count}} indirect message",
      "indirectMessageCount_other": "{{count}} indirect messages",
      "directAndIndirectMessageCount": "$t(service.title.directMessageCount, { \"count\": {{directMessageCount}} }) and $t(service.title.indirectMessageCount, { \"count\": {{indirectMessageCount}} })"
    }
  },
  "title": {
    "devMode": "[dev] {{title}}",
    "noServiceName": "Sophie",
    "separator": " - ",
    "withServiceName": "{{serviceName}}$t(title.separator)$t(title.noServiceName)",
    "withServiceNameAndTitle": "{{serviceTitle}}$t(title.separator)$t(title.noServiceName)"
  },
  "toolbar": {
    "back": "Back",
    "forward": "Forward",
    "home": "Home",
    "openInBrowser": "Open in browser",
    "reload": "Refresh",
    "stop": "Stop",
    "toggleDarkMode": "Toggle dark mode",
    "toggleLocationBar": "Toggle location bar"
  },
  "error": {
    "errorCode": "Error code: {{errorCode}}",
    "home": "Go to {{serviceName}} home",
    "reload": "$t(toolbar.reload)",
    "failed": {
      "unspecific": {
        "title": "{{serviceName}} is having a problem",
        "description": "You should try this action later to see if the problem has resolved."
      },
      "-105": {
        "title": "$t(appName) can't resolve {{serviceName}}",
        "description": "You should check if your internet connection is working and try this action later."
      }
    },
    "certificateError": {
      "unspecific": {
        "title": "Failed to establish secure connection",
        "description": "$t(appName) has stopped loading {{serviceName}} to prevent any potential attackers from accessing your personal data."
      },
      "details": {
        "title": "More info",
        "tabsLabel": "Certificates in the certificate chain",
        "trustWarning": "You should only trust certificates that you've verified to be valid. Trusting invalid certificates allows attackers to steal your passwords and data.",
        "trustButton": {
          "pending": "Trust this certificate temporarily",
          "rejected": "You have already rejected this certificate",
          "accepted": "You have already accepted this certificate"
        },
        "subject": "Subject",
        "issuer": "Issuer",
        "commonName": "Common Name",
        "country": "Country",
        "state": "State",
        "locality": "Locality",
        "organization": "Organization",
        "organizationUnit": "Organization Unit",
        "validity": "Validity",
        "validStart": "Not Before",
        "validExpiry": "Not After",
        "fingerprint": "Fingerprint",
        "fingerprintUnknown": "Unknown",
        "miscellaneous": "Miscellaneous",
        "serialNumber": "Serial Number",
        "download": "Download",
        "downloadPEM": "PEM Certificate"
      }
    },
    "crashed": {
      "unspecific": {
        "title": "{{serviceName}} has crashed",
        "description": "$t(errorPage.failed.unspecific.description)"
      },
      "killed": {
        "description": "The renderer was terminated by an external program."
      },
      "oom": {
        "description": "It looks like your computer has run out of memory."
      }
    },
    "unknown": {
      "title": "$t(appName) has encountered an unexpected error while loading {{serviceName}}",
      "description": "If the problem doesn't resolve after trying again, you should send a bug report."
    }
  }
}