summaryrefslogtreecommitdiff
path: root/locales/en-US
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-03-24 00:05:39 +0100
committerRuben Pollan <meskio@sindominio.net>2018-03-27 22:32:25 +0200
commitdfef7e3acae8e0ccac523bf6a4e70f9b7e6e67a4 (patch)
treec9e3e98f7d9e1d8ac2e9012ae9b15e9dcc58e6a7 /locales/en-US
parentdd2903c45eebfcefae1c535c288396e120292dc8 (diff)
[i18n] simplify i18n strings
Let's make the application name configurable.
Diffstat (limited to 'locales/en-US')
-rw-r--r--locales/en-US/messages.gotext.json179
1 files changed, 98 insertions, 81 deletions
diff --git a/locales/en-US/messages.gotext.json b/locales/en-US/messages.gotext.json
index bb021cf..2f960cd 100644
--- a/locales/en-US/messages.gotext.json
+++ b/locales/en-US/messages.gotext.json
@@ -46,29 +46,31 @@
"translation": "Turn on"
},
{
- "id": "Turn RiseupVPN on",
- "message": "Turn RiseupVPN on",
- "translation": "Turn RiseupVPN on"
- },
- {
"id": "Turn off",
"message": "Turn off",
"translation": "Turn off"
},
{
- "id": "Turn RiseupVPN off",
- "message": "Turn RiseupVPN off",
- "translation": "Turn RiseupVPN off"
- },
- {
"id": "Cancel",
"message": "Cancel",
"translation": "Cancel"
},
{
- "id": "Cancel connection to RiseupVPN",
- "message": "Cancel connection to RiseupVPN",
- "translation": "Cancel connection to RiseupVPN"
+ "id": "Cancel connection to {ApplicationName}",
+ "message": "Cancel connection to {ApplicationName}",
+ "translation": "Cancel connection to {ApplicationName}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "ApplicationName",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "applicationName"
+ }
+ ],
+ "fuzzy": true
},
{
"id": "Help ...",
@@ -78,12 +80,7 @@
{
"id": "Donate ...",
"message": "Donate ...",
- "translation": "Donate ...!!!!"
- },
- {
- "id": "About ...",
- "message": "About ...",
- "translation": "About ..."
+ "translation": "Donate ..."
},
{
"id": "Quit",
@@ -91,84 +88,101 @@
"translation": "Quit"
},
{
- "id": "Quit BitmaskVPN",
- "message": "Quit BitmaskVPN",
- "translation": "Quit BitmaskVPN"
- },
- {
"id": "Route traffic through",
"message": "Route traffic through",
"translation": "Route traffic through"
},
{
- "id": "Use RiseupVPN {Name} gateway",
- "message": "Use RiseupVPN {Name} gateway",
- "translation": "Use RiseupVPN {Name} gateway",
+ "id": "Use {ApplicationName} {City} gateway",
+ "message": "Use {ApplicationName} {City} gateway",
+ "translation": "Use {ApplicationName} {City} gateway",
+ "translatorComment": "Copied from source.",
"placeholders": [
{
- "id": "Name",
- "string": "%[1]v",
+ "id": "ApplicationName",
+ "string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
- "expr": "name"
+ "expr": "applicationName"
+ },
+ {
+ "id": "City",
+ "string": "%[2]v",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "city"
}
- ]
- },
- {
- "id": "RiseupVPN is on",
- "message": "RiseupVPN is on",
- "translation": "RiseupVPN is on",
- "translatorComment": "Copied from source.",
- "fuzzy": true
- },
- {
- "id": "VPN is on",
- "message": "VPN is on",
- "translation": "VPN is on",
- "translatorComment": "Copied from source.",
- "fuzzy": true
- },
- {
- "id": "RiseupVPN is off",
- "message": "RiseupVPN is off",
- "translation": "RiseupVPN is off",
- "translatorComment": "Copied from source.",
- "fuzzy": true
- },
- {
- "id": "VPN is off",
- "message": "VPN is off",
- "translation": "VPN is off",
- "translatorComment": "Copied from source.",
+ ],
"fuzzy": true
},
{
- "id": "RiseupVPN is starting",
- "message": "RiseupVPN is starting",
- "translation": "RiseupVPN is starting",
+ "id": "{ApplicationName} on",
+ "message": "{ApplicationName} on",
+ "translation": "{ApplicationName} on",
"translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "ApplicationName",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "applicationName"
+ }
+ ],
"fuzzy": true
},
{
- "id": "VPN is starting",
- "message": "VPN is starting",
- "translation": "VPN is starting",
+ "id": "{ApplicationName} off",
+ "message": "{ApplicationName} off",
+ "translation": "{ApplicationName} off",
"translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "ApplicationName",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "applicationName"
+ }
+ ],
"fuzzy": true
},
{
- "id": "RiseupVPN is stopping",
- "message": "RiseupVPN is stopping",
- "translation": "RiseupVPN is stopping",
+ "id": "Connecting to {ApplicationName}",
+ "message": "Connecting to {ApplicationName}",
+ "translation": "Connecting to {ApplicationName}",
"translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "ApplicationName",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "applicationName"
+ }
+ ],
"fuzzy": true
},
{
- "id": "VPN is stopping",
- "message": "VPN is stopping",
- "translation": "VPN is stopping",
+ "id": "Stopping {ApplicationName}",
+ "message": "Stopping {ApplicationName}",
+ "translation": "Stopping {ApplicationName}",
"translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "ApplicationName",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "applicationName"
+ }
+ ],
"fuzzy": true
},
{
@@ -177,18 +191,21 @@
"translation": "Retry"
},
{
- "id": "RiseupVPN is blocking internet",
- "message": "RiseupVPN is blocking internet",
- "translation": "RiseupVPN is blocking internet",
- "translatorComment": "Copied from source.",
- "fuzzy": true
- },
- {
- "id": "VPN is blocking internet",
- "message": "VPN is blocking internet",
- "translation": "VPN is blocking internet",
+ "id": "{ApplicationName} blocking internet",
+ "message": "{ApplicationName} blocking internet",
+ "translation": "{ApplicationName} blocking internet",
"translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "ApplicationName",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "applicationName"
+ }
+ ],
"fuzzy": true
}
]
-}
+} \ No newline at end of file