Skip to content

Commit c57a33b

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 9c6caec commit c57a33b

4 files changed

Lines changed: 24 additions & 2 deletions

File tree

l10n/de.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OC.L10N.register(
1313
"Currency Code" : "Währungscode",
1414
"e.g., BTC" : "z. B. BTC",
1515
"Symbol (optional)" : "Symbol (optional)",
16-
"e.g., ₿" : "z.B. ₿",
16+
"e.g., ₿" : "z. B. ₿",
1717
"API Endpoint" : "API-Endpunkt",
1818
"e.g., https://api.example.com/rates/{base}" : "z.B. http://api.example.tsum/rates/{base}",
1919
"API Key (optional)" : "API-Schlüssel (optional)",

l10n/de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"Currency Code" : "Währungscode",
1212
"e.g., BTC" : "z. B. BTC",
1313
"Symbol (optional)" : "Symbol (optional)",
14-
"e.g., ₿" : "z.B. ₿",
14+
"e.g., ₿" : "z. B. ₿",
1515
"API Endpoint" : "API-Endpunkt",
1616
"e.g., https://api.example.com/rates/{base}" : "z.B. http://api.example.tsum/rates/{base}",
1717
"API Key (optional)" : "API-Schlüssel (optional)",

l10n/pt_BR.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ OC.L10N.register(
77
"Every hour" : "Cada hora",
88
"_Every %n hour_::_Every %n hours_" : ["Cada %n hora","Cada %n de horas","Cada %n horas"],
99
"_Every %n hour (default)_::_Every %n hours (default)_" : ["Cada %n hora (padrão)","Cada %n de horas (padrão)","Cada %n horas (padrão)"],
10+
"Custom Currencies" : "Moedas Personalizadas",
11+
"Currency Code" : "Código da Moeda",
12+
"e.g., BTC" : "p. ex., BTC",
13+
"Symbol (optional)" : "Símbolo (opcional)",
14+
"e.g., ₿" : "p. ex., ₿",
15+
"e.g., https://api.example.com/rates/{base}" : "p. ex., https://api.example.com/taxas/{base}",
16+
"API Key (optional)" : "Chave API (opcional)",
17+
"JSON Path" : "Caminho JSON",
18+
"e.g., $.rates.{base} or data[0].rate" : "p. ex., $.rates.{base} ou data[0].rate",
19+
"Add Currency" : "Adicionar Moeda",
20+
"Delete Currency" : "Excluir Moeda",
1021
"Cron Settings" : "Configurações do Cron",
1122
"See the {aStart}Personal settings{aEnd} to view instructions on how to set up your currencies." : "Consulte as {aStart}Configurações pessoais{aEnd} para ver as instruções sobre como configurar suas moedas.",
1223
"Fetch Rates Now" : "Obter Taxas Agora",

l10n/pt_BR.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
"Every hour" : "Cada hora",
66
"_Every %n hour_::_Every %n hours_" : ["Cada %n hora","Cada %n de horas","Cada %n horas"],
77
"_Every %n hour (default)_::_Every %n hours (default)_" : ["Cada %n hora (padrão)","Cada %n de horas (padrão)","Cada %n horas (padrão)"],
8+
"Custom Currencies" : "Moedas Personalizadas",
9+
"Currency Code" : "Código da Moeda",
10+
"e.g., BTC" : "p. ex., BTC",
11+
"Symbol (optional)" : "Símbolo (opcional)",
12+
"e.g., ₿" : "p. ex., ₿",
13+
"e.g., https://api.example.com/rates/{base}" : "p. ex., https://api.example.com/taxas/{base}",
14+
"API Key (optional)" : "Chave API (opcional)",
15+
"JSON Path" : "Caminho JSON",
16+
"e.g., $.rates.{base} or data[0].rate" : "p. ex., $.rates.{base} ou data[0].rate",
17+
"Add Currency" : "Adicionar Moeda",
18+
"Delete Currency" : "Excluir Moeda",
819
"Cron Settings" : "Configurações do Cron",
920
"See the {aStart}Personal settings{aEnd} to view instructions on how to set up your currencies." : "Consulte as {aStart}Configurações pessoais{aEnd} para ver as instruções sobre como configurar suas moedas.",
1021
"Fetch Rates Now" : "Obter Taxas Agora",

0 commit comments

Comments
 (0)