Skip to content

Commit 2b462fb

Browse files
committed
Update translations
Including the translations for now customizable FiatApi provider
1 parent 379226c commit 2b462fb

File tree

9 files changed

+157
-153
lines changed

9 files changed

+157
-153
lines changed

src/i18n/de.po

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
#
1+
#
22
# Translators:
33
# Sven <sven@nimiq.com>, 2020
44
# Sebastian Langer <basti@b-compu.de>, 2020
5-
# Daniel, 2020
65
# Redexe <timo.niehoff@yahoo.de>, 2020
76
# Huriye <huriyegoek@gmx.de>, 2021
8-
#
7+
# Daniel, 2024
8+
#
99
msgid ""
1010
msgstr ""
11-
"Last-Translator: Huriye <huriyegoek@gmx.de>, 2021\n"
12-
"Language-Team: German (https://www.transifex.com/nimiq-foundation/teams/110181/de/)\n"
11+
"Last-Translator: Daniel, 2024\n"
12+
"Language-Team: German (https://app.transifex.com/nimiq-foundation/teams/110181/de/)\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Language: de\n"
1515
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -18,7 +18,7 @@ msgstr ""
1818
msgid "{amount} suggested network fee"
1919
msgstr "{amount} empfohlene Netzwerkgebühr"
2020

21-
#: src/components/AccountSelector.vue:21
21+
#: src/components/AccountSelector.vue:24
2222
msgid "{type} accounts cannot be used for this operation."
2323
msgstr "{type}-Konten können für diese Aktion nicht verwendet werden."
2424

@@ -102,11 +102,11 @@ msgstr "Dein Guthaben reicht nicht aus."
102102
msgid "Keep pressing…"
103103
msgstr "Halten…"
104104

105-
#: src/components/AccountSelector.vue:193
105+
#: src/components/AccountSelector.vue:202
106106
msgid "Legacy"
107107
msgstr "Legacy"
108108

109-
#: src/components/AccountSelector.vue:44
109+
#: src/components/AccountSelector.vue:47
110110
msgid "Login to another account"
111111
msgstr "In ein anderes Konto einloggen"
112112

@@ -182,29 +182,29 @@ msgstr "Krypto-Rabatt des Verkäufers"
182182
msgid "Vendor crypto markup"
183183
msgstr "Krypto-Aufschlag des Verkäufers"
184184

185-
#: src/components/PaymentInfoLine.vue:281
185+
#: src/components/PaymentInfoLine.vue:291
186186
msgid ""
187187
"You are paying approx. {formattedRateDeviation} less than at the current "
188-
"market rate (coingecko.com)."
188+
"market rate ({provider})."
189189
msgstr ""
190190
"Du zahlst etwa {formattedRateDeviation} weniger als zum aktuellen "
191-
"Wechselkurs (coingecko.com)."
191+
"Wechselkurs ({provider})."
192192

193-
#: src/components/PaymentInfoLine.vue:275
193+
#: src/components/PaymentInfoLine.vue:285
194194
msgid ""
195195
"You are paying approx. {formattedRateDeviation} more than at the current "
196-
"market rate (coingecko.com)."
196+
"market rate ({provider})."
197197
msgstr ""
198198
"Du zahlst etwa {formattedRateDeviation} mehr als zum aktuellen Wechselkurs "
199-
"(coingecko.com)."
199+
"({provider})."
200200

201-
#: src/components/PaymentInfoLine.vue:267
201+
#: src/components/PaymentInfoLine.vue:277
202202
msgid ""
203203
"Your actual discount is approx. {formattedRateDeviation} compared to the "
204-
"current market rate (coingecko.com)."
204+
"current market rate ({provider})."
205205
msgstr ""
206206
"Dein tatsächlicher Rabatt beträgt etwa {formattedRateDeviation} im Vergleich"
207-
" zum aktuellen Wechselkurs (coingecko.com)."
207+
" zum aktuellen Wechselkurs ({provider})."
208208

209209
#: src/components/QrScanner.vue:16
210210
msgid "Your device does not have an accessible camera."

src/i18n/en.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
msgid "{amount} suggested network fee"
77
msgstr ""
88

9-
#: src/components/AccountSelector.vue:21
9+
#: src/components/AccountSelector.vue:24
1010
msgid "{type} accounts cannot be used for this operation."
1111
msgstr ""
1212

@@ -87,11 +87,11 @@ msgstr ""
8787
msgid "Keep pressing…"
8888
msgstr ""
8989

90-
#: src/components/AccountSelector.vue:193
90+
#: src/components/AccountSelector.vue:202
9191
msgid "Legacy"
9292
msgstr ""
9393

94-
#: src/components/AccountSelector.vue:44
94+
#: src/components/AccountSelector.vue:47
9595
msgid "Login to another account"
9696
msgstr ""
9797

@@ -168,15 +168,15 @@ msgstr ""
168168
msgid "Vendor crypto markup"
169169
msgstr ""
170170

171-
#: src/components/PaymentInfoLine.vue:291
171+
#: src/components/PaymentInfoLine.vue:290
172172
msgid "You are paying approx. {formattedRateDeviation} less than at the current market rate ({provider})."
173173
msgstr ""
174174

175-
#: src/components/PaymentInfoLine.vue:285
175+
#: src/components/PaymentInfoLine.vue:284
176176
msgid "You are paying approx. {formattedRateDeviation} more than at the current market rate ({provider})."
177177
msgstr ""
178178

179-
#: src/components/PaymentInfoLine.vue:277
179+
#: src/components/PaymentInfoLine.vue:276
180180
msgid "Your actual discount is approx. {formattedRateDeviation} compared to the current market rate ({provider})."
181181
msgstr ""
182182

src/i18n/es.po

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#
22
# Translators:
33
# Ricardo Barquero Carranza <richy@nimiq.com>, 2020
4-
# Daniel, 2020
4+
# Daniel, 2024
55
#
66
msgid ""
77
msgstr ""
8-
"Last-Translator: Daniel, 2020\n"
9-
"Language-Team: Spanish (https://www.transifex.com/nimiq-foundation/teams/110181/es/)\n"
8+
"Last-Translator: Daniel, 2024\n"
9+
"Language-Team: Spanish (https://app.transifex.com/nimiq-foundation/teams/110181/es/)\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Language: es\n"
1212
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
@@ -15,7 +15,7 @@ msgstr ""
1515
msgid "{amount} suggested network fee"
1616
msgstr "{amount} cuota de red sugerida"
1717

18-
#: src/components/AccountSelector.vue:21
18+
#: src/components/AccountSelector.vue:24
1919
msgid "{type} accounts cannot be used for this operation."
2020
msgstr "cuentas tipo {type} no se pueden utilizar para esta operación."
2121

@@ -97,13 +97,13 @@ msgstr "Balance insuficiente"
9797

9898
#: src/components/LongPressButton.vue:20
9999
msgid "Keep pressing…"
100-
msgstr ""
100+
msgstr "Mantenga presionado…"
101101

102-
#: src/components/AccountSelector.vue:193
102+
#: src/components/AccountSelector.vue:202
103103
msgid "Legacy"
104104
msgstr "Versión Antigua"
105105

106-
#: src/components/AccountSelector.vue:44
106+
#: src/components/AccountSelector.vue:47
107107
msgid "Login to another account"
108108
msgstr "Inicie sesión con otra cuenta"
109109

@@ -179,29 +179,29 @@ msgstr "Descuento en criptomonedas del vendedor"
179179
msgid "Vendor crypto markup"
180180
msgstr "Margen en criptomonedas del vendedor"
181181

182-
#: src/components/PaymentInfoLine.vue:281
182+
#: src/components/PaymentInfoLine.vue:291
183183
msgid ""
184184
"You are paying approx. {formattedRateDeviation} less than at the current "
185-
"market rate (coingecko.com)."
185+
"market rate ({provider})."
186186
msgstr ""
187187
"Esta pagando approx. {formattedRateDeviation} menos que la taza actual de "
188-
"mercado (coingecko.com)."
188+
"mercado ({provider})."
189189

190-
#: src/components/PaymentInfoLine.vue:275
190+
#: src/components/PaymentInfoLine.vue:285
191191
msgid ""
192192
"You are paying approx. {formattedRateDeviation} more than at the current "
193-
"market rate (coingecko.com)."
193+
"market rate ({provider})."
194194
msgstr ""
195195
"Esta pagando approx. {formattedRateDeviation} más que la taza actual de "
196-
"mercado (coingecko.com)."
196+
"mercado ({provider})."
197197

198-
#: src/components/PaymentInfoLine.vue:267
198+
#: src/components/PaymentInfoLine.vue:277
199199
msgid ""
200200
"Your actual discount is approx. {formattedRateDeviation} compared to the "
201-
"current market rate (coingecko.com)."
201+
"current market rate ({provider})."
202202
msgstr ""
203203
"Su descuento es approx. {formattedRateDeviation} comparado a la taza del "
204-
"mercado actual (coingecko.com)."
204+
"mercado actual ({provider})."
205205

206206
#: src/components/QrScanner.vue:16
207207
msgid "Your device does not have an accessible camera."

src/i18n/fr.po

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#
22
# Translators:
33
# Talleyrand, 2020
4-
# Daniel, 2020
54
# Matheo <matheo@nimiq.com>, 2020
5+
# Daniel, 2024
66
#
77
msgid ""
88
msgstr ""
9-
"Last-Translator: Matheo <matheo@nimiq.com>, 2020\n"
10-
"Language-Team: French (https://www.transifex.com/nimiq-foundation/teams/110181/fr/)\n"
9+
"Last-Translator: Daniel, 2024\n"
10+
"Language-Team: French (https://app.transifex.com/nimiq-foundation/teams/110181/fr/)\n"
1111
"Content-Type: text/plain; charset=UTF-8\n"
1212
"Language: fr\n"
1313
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
@@ -16,7 +16,7 @@ msgstr ""
1616
msgid "{amount} suggested network fee"
1717
msgstr "{amount} de frais de réseau suggéré"
1818

19-
#: src/components/AccountSelector.vue:21
19+
#: src/components/AccountSelector.vue:24
2020
msgid "{type} accounts cannot be used for this operation."
2121
msgstr "Les comptes {type} ne peuvent pas être utilisés pour cette opération."
2222

@@ -98,13 +98,13 @@ msgstr "Solde insuffisant"
9898

9999
#: src/components/LongPressButton.vue:20
100100
msgid "Keep pressing…"
101-
msgstr ""
101+
msgstr "Continuez à appuyer…"
102102

103-
#: src/components/AccountSelector.vue:193
103+
#: src/components/AccountSelector.vue:202
104104
msgid "Legacy"
105105
msgstr "Legacy"
106106

107-
#: src/components/AccountSelector.vue:44
107+
#: src/components/AccountSelector.vue:47
108108
msgid "Login to another account"
109109
msgstr "Connexion à un autre compte"
110110

@@ -180,29 +180,29 @@ msgstr "Crypto-remise"
180180
msgid "Vendor crypto markup"
181181
msgstr "Crypto-premium"
182182

183-
#: src/components/PaymentInfoLine.vue:281
183+
#: src/components/PaymentInfoLine.vue:291
184184
msgid ""
185185
"You are paying approx. {formattedRateDeviation} less than at the current "
186-
"market rate (coingecko.com)."
186+
"market rate ({provider})."
187187
msgstr ""
188188
"Vous payez environ {formattedRateDeviation} moins que le taux actuel du "
189-
"marché (coingecko.com)."
189+
"marché ({provider})."
190190

191-
#: src/components/PaymentInfoLine.vue:275
191+
#: src/components/PaymentInfoLine.vue:285
192192
msgid ""
193193
"You are paying approx. {formattedRateDeviation} more than at the current "
194-
"market rate (coingecko.com)."
194+
"market rate ({provider})."
195195
msgstr ""
196196
"Vous payez environ {formattedRateDeviation} plus que le taux actuel du "
197-
"marché (coingecko.com)."
197+
"marché ({provider})."
198198

199-
#: src/components/PaymentInfoLine.vue:267
199+
#: src/components/PaymentInfoLine.vue:277
200200
msgid ""
201201
"Your actual discount is approx. {formattedRateDeviation} compared to the "
202-
"current market rate (coingecko.com)."
202+
"current market rate ({provider})."
203203
msgstr ""
204204
"Votre remise réelle est d'environ {formattedRateDeviation} par rapport au "
205-
"taux actuel du marché (coingecko.com)."
205+
"taux actuel du marché ({provider})."
206206

207207
#: src/components/QrScanner.vue:16
208208
msgid "Your device does not have an accessible camera."

src/i18n/nl.po

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#
22
# Translators:
3-
# Stefan, 2020
43
# BlockchainShay <Shaylish@live.nl>, 2020
5-
# Daniel, 2021
4+
# Stefan, 2023
5+
# Daniel, 2024
66
#
77
msgid ""
88
msgstr ""
9-
"Last-Translator: Daniel, 2021\n"
10-
"Language-Team: Dutch (https://www.transifex.com/nimiq-foundation/teams/110181/nl/)\n"
9+
"Last-Translator: Daniel, 2024\n"
10+
"Language-Team: Dutch (https://app.transifex.com/nimiq-foundation/teams/110181/nl/)\n"
1111
"Content-Type: text/plain; charset=UTF-8\n"
1212
"Language: nl\n"
1313
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -16,7 +16,7 @@ msgstr ""
1616
msgid "{amount} suggested network fee"
1717
msgstr "{amount} voorgestelde netwerkkosten"
1818

19-
#: src/components/AccountSelector.vue:21
19+
#: src/components/AccountSelector.vue:24
2020
msgid "{type} accounts cannot be used for this operation."
2121
msgstr "{type} accounts kunnen niet worden gebruikt voor deze handeling."
2222

@@ -98,13 +98,13 @@ msgstr "Onvoldoende salso"
9898

9999
#: src/components/LongPressButton.vue:20
100100
msgid "Keep pressing…"
101-
msgstr ""
101+
msgstr "Ingedrukt houden…"
102102

103-
#: src/components/AccountSelector.vue:193
103+
#: src/components/AccountSelector.vue:202
104104
msgid "Legacy"
105105
msgstr "Legacy"
106106

107-
#: src/components/AccountSelector.vue:44
107+
#: src/components/AccountSelector.vue:47
108108
msgid "Login to another account"
109109
msgstr "Log in op een ander account"
110110

@@ -180,29 +180,29 @@ msgstr "Crypto leverancier korting"
180180
msgid "Vendor crypto markup"
181181
msgstr "Markering van crypto-leveranciers"
182182

183-
#: src/components/PaymentInfoLine.vue:281
183+
#: src/components/PaymentInfoLine.vue:291
184184
msgid ""
185185
"You are paying approx. {formattedRateDeviation} less than at the current "
186-
"market rate (coingecko.com)."
186+
"market rate ({provider})."
187187
msgstr ""
188188
"Je betaalt ongeveer {formattedRateDeviation} lager dan tegen de huidige "
189-
"marktkoers (coingecko.com)."
189+
"marktkoers ({provider})."
190190

191-
#: src/components/PaymentInfoLine.vue:275
191+
#: src/components/PaymentInfoLine.vue:285
192192
msgid ""
193193
"You are paying approx. {formattedRateDeviation} more than at the current "
194-
"market rate (coingecko.com)."
194+
"market rate ({provider})."
195195
msgstr ""
196196
"Je betaalt ongeveer {formattedRateDeviation} meer dan tegen de huidige "
197-
"marktkoers (coingecko.com)."
197+
"marktkoers ({provider})."
198198

199-
#: src/components/PaymentInfoLine.vue:267
199+
#: src/components/PaymentInfoLine.vue:277
200200
msgid ""
201201
"Your actual discount is approx. {formattedRateDeviation} compared to the "
202-
"current market rate (coingecko.com)."
202+
"current market rate ({provider})."
203203
msgstr ""
204204
"Je daadwerkelijke korting is ca. {formattedRateDeviation} in vergelijking "
205-
"met de huidige marktkoers (coingecko.com)."
205+
"met de huidige marktkoers ({provider})."
206206

207207
#: src/components/QrScanner.vue:16
208208
msgid "Your device does not have an accessible camera."

0 commit comments

Comments
 (0)