From 5556a15effa0d3604085bc28306be72149d1adf1 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 24 May 2018 01:38:27 +0200 Subject: [feat] add about page And update links. - Resolves: #34 --- locales/pt-BR/messages.gotext.json | 48 +++++++++++++++++++++++++++++++++----- 1 file changed, 42 insertions(+), 6 deletions(-) (limited to 'locales/pt-BR') 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 @@ -24,6 +24,37 @@ "message": "Donate", "translation": "Fazer uma doação" }, + { + "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", @@ -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", -- cgit v1.2.3