aboutsummaryrefslogtreecommitdiffstats
path: root/locales/en/translation.json
blob: 74320f3485c8b74256f01ca2223080042bf3d74b (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
{
  "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 <2>{{url}}</2> in a new window",
      "messageMultipleLinks_one": "{{name}} wants to open <2>{{url}}</2> and <5>{{count}}</5> other link in new windows",
      "messageMultipleLinks_other": "{{name}} wants to open <2>{{url}}</2> and <5>{{count}}</5> other links in new windows"
    }
  },
  "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": "Certificate error",
    "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": "Got 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",
        "warning": "You should only trust certificates that you've verified to be valid. Trusting invalid certificates allows attackers to steal your passwords and data.",
        "acceptButton": {
          "pending": "Trust this certificate temporarily",
          "rejected": "You have already rejected this certificate",
          "accepted": "You have already accepted this 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."
    }
  }
}