summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-05-24 01:38:27 +0200
committerRuben Pollan <meskio@sindominio.net>2018-05-24 01:38:27 +0200
commit5556a15effa0d3604085bc28306be72149d1adf1 (patch)
treeceaa7d942d8398f53f7be6d03b17d0f1c866fdbf /locales
parente710eec552c36b53b6be50d0be7f187f8839968c (diff)
[feat] add about page
And update links. - Resolves: #34
Diffstat (limited to 'locales')
-rw-r--r--locales/en-US/messages.gotext.json58
-rw-r--r--locales/es-ES/messages.gotext.json48
-rw-r--r--locales/pt-BR/messages.gotext.json48
3 files changed, 136 insertions, 18 deletions
diff --git a/locales/en-US/messages.gotext.json b/locales/en-US/messages.gotext.json
index 98fad1e..d4f007f 100644
--- a/locales/en-US/messages.gotext.json
+++ b/locales/en-US/messages.gotext.json
@@ -30,6 +30,41 @@
},
{
"id": [
+ "aboutText",
+ "{ApplicationName} is an easy, fast, and secure VPN service from riseup.net. {ApplicationName_1} does not require a user account, keep logs, or track you in any way.\n\t \nThis service paid for entirely by donations from users like you. Please donate at riseup.net/vpn/donate.\n\t\t\nBy using this application, you agree to the Terms of Service available at riseup.net/tos. This service is provide as-is, without any warranty, and is intended for people who work to make the world a better place."
+ ],
+ "message": "{ApplicationName} is an easy, fast, and secure VPN service from riseup.net. {ApplicationName_1} does not require a user account, keep logs, or track you in any way.\n\t \nThis service paid for entirely by donations from users like you. Please donate at riseup.net/vpn/donate.\n\t\t\nBy using this application, you agree to the Terms of Service available at riseup.net/tos. This service is provide as-is, without any warranty, and is intended for people who work to make the world a better place.",
+ "translation": "{ApplicationName} is an easy, fast, and secure VPN service from riseup.net. {ApplicationName_1} does not require a user account, keep logs, or track you in any way.\n\t \nThis service paid for entirely by donations from users like you. Please donate at riseup.net/vpn/donate.\n\t\t\nBy using this application, you agree to the Terms of Service available at riseup.net/tos. This service is provide as-is, without any warranty, and is intended for people who work to make the world a better place.",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "ApplicationName",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "applicationName"
+ },
+ {
+ "id": "ApplicationName_1",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "applicationName"
+ }
+ ],
+ "fuzzy": true
+ },
+ {
+ "id": "About",
+ "message": "About",
+ "translation": "About",
+ "translatorComment": "Copied from source.",
+ "fuzzy": true
+ },
+ {
+ "id": [
"notRunning",
"Is bitmaskd running? Start bitmask and try again."
],
@@ -100,14 +135,25 @@
"fuzzy": true
},
{
- "id": "Help ...",
- "message": "Help ...",
- "translation": "Help ..."
+ "id": "Help...",
+ "message": "Help...",
+ "translation": "Help...",
+ "translatorComment": "Copied from source.",
+ "fuzzy": true
+ },
+ {
+ "id": "Donate...",
+ "message": "Donate...",
+ "translation": "Donate...",
+ "translatorComment": "Copied from source.",
+ "fuzzy": true
},
{
- "id": "Donate ...",
- "message": "Donate ...",
- "translation": "Donate ..."
+ "id": "About...",
+ "message": "About...",
+ "translation": "About...",
+ "translatorComment": "Copied from source.",
+ "fuzzy": true
},
{
"id": "Quit",
diff --git a/locales/es-ES/messages.gotext.json b/locales/es-ES/messages.gotext.json
index 57ebd22..e950c0e 100644
--- a/locales/es-ES/messages.gotext.json
+++ b/locales/es-ES/messages.gotext.json
@@ -26,6 +26,37 @@
},
{
"id": [
+ "aboutText",
+ "{ApplicationName} is an easy, fast, and secure VPN service from riseup.net. {ApplicationName_1} does not require a user account, keep logs, or track you in any way.\n\t \nThis service paid for entirely by donations from users like you. Please donate at riseup.net/vpn/donate.\n\t\t\nBy using this application, you agree to the Terms of Service available at riseup.net/tos. This service is provide as-is, without any warranty, and is intended for people who work to make the world a better place."
+ ],
+ "message": "{ApplicationName} is an easy, fast, and secure VPN service from riseup.net. {ApplicationName_1} does not require a user account, keep logs, or track you in any way.\n\t \nThis service paid for entirely by donations from users like you. Please donate at riseup.net/vpn/donate.\n\t\t\nBy using this application, you agree to the Terms of Service available at riseup.net/tos. This service is provide as-is, without any warranty, and is intended for people who work to make the world a better place.",
+ "translation": "{ApplicationName} es un servicio de VPN facil, rapido y seguro de riseup.net. {ApplicationName_1} no requiere registrar una cuenta, recoge logs ni te rastrea de ninguna manera.\n\t \nEste servicio se paga completamente por donaciones de gente como tu. Por favor dona a riseup.net/vpn/donate.\n\t\t\nAl usar este programa estas aceptando los Terminos de servicio disponibles en riseup.net/tos. Este servicio se ofrece tal cual, sin garantia y con la intencion de la gente que trabaja en el de hacer el mundo un mejor lugar.",
+ "placeholders": [
+ {
+ "id": "ApplicationName",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "applicationName"
+ },
+ {
+ "id": "ApplicationName_1",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "applicationName"
+ }
+ ]
+ },
+ {
+ "id": "About",
+ "message": "About",
+ "translation": "Acerca de"
+ },
+ {
+ "id": [
"notRunning",
"Is bitmaskd running? Start bitmask and try again."
],
@@ -86,14 +117,19 @@
]
},
{
- "id": "Help ...",
- "message": "Help ...",
- "translation": "Ayuda ..."
+ "id": "Help...",
+ "message": "Help...",
+ "translation": "Ayuda..."
+ },
+ {
+ "id": "Donate...",
+ "message": "Donate...",
+ "translation": "Dona..."
},
{
- "id": "Donate ...",
- "message": "Donate ...",
- "translation": "Dona ..."
+ "id": "About...",
+ "message": "About...",
+ "translation": "Acerca de..."
},
{
"id": "Quit",
diff --git a/locales/pt-BR/messages.gotext.json b/locales/pt-BR/messages.gotext.json
index e78d1ff..7d16697 100644
--- a/locales/pt-BR/messages.gotext.json
+++ b/locales/pt-BR/messages.gotext.json
@@ -26,6 +26,37 @@
},
{
"id": [
+ "aboutText",
+ "{ApplicationName} is an easy, fast, and secure VPN service from riseup.net. {ApplicationName_1} does not require a user account, keep logs, or track you in any way.\n\t \nThis service paid for entirely by donations from users like you. Please donate at riseup.net/vpn/donate.\n\t\t\nBy using this application, you agree to the Terms of Service available at riseup.net/tos. This service is provide as-is, without any warranty, and is intended for people who work to make the world a better place."
+ ],
+ "message": "{ApplicationName} is an easy, fast, and secure VPN service from riseup.net. {ApplicationName_1} does not require a user account, keep logs, or track you in any way.\n\t \nThis service paid for entirely by donations from users like you. Please donate at riseup.net/vpn/donate.\n\t\t\nBy using this application, you agree to the Terms of Service available at riseup.net/tos. This service is provide as-is, without any warranty, and is intended for people who work to make the world a better place.",
+ "translation": "",
+ "placeholders": [
+ {
+ "id": "ApplicationName",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "applicationName"
+ },
+ {
+ "id": "ApplicationName_1",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "applicationName"
+ }
+ ]
+ },
+ {
+ "id": "About",
+ "message": "About",
+ "translation": ""
+ },
+ {
+ "id": [
"notRunning",
"Is bitmaskd running? Start bitmask and try again."
],
@@ -86,14 +117,19 @@
]
},
{
- "id": "Help ...",
- "message": "Help ...",
- "translation": "Ajuda ..."
+ "id": "Help...",
+ "message": "Help...",
+ "translation": "Ajuda..."
+ },
+ {
+ "id": "Donate...",
+ "message": "Donate...",
+ "translation": "Fazer uma doação..."
},
{
- "id": "Donate ...",
- "message": "Donate ...",
- "translation": "Fazer uma doação ..."
+ "id": "About...",
+ "message": "About...",
+ "translation": ""
},
{
"id": "Quit",