aboutsummaryrefslogtreecommitdiffstats
path: root/locales/en/translation.json
blob: 9764719ad0b028260ff0bfe5e7612899938ca3db (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
{
  "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": {
    "notSecureConnection": "Not secure",
    "secureConnection": "Secure connection",
    "unknownSite": "Unknown site"
  },
  "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": "Reload",
    "stop": "Stop",
    "toggleDarkMode": "Toggle dark mode",
    "toggleLocationBar": "Toggle location bar"
  }
}