From a25416e5c19a94963f92233a1f35b8e922df8e2a Mon Sep 17 00:00:00 2001 From: lexipenia Date: Fri, 11 Dec 2020 18:32:26 +0100 Subject: [PATCH] fix apostrophes + errors --- locales/ar_AA.json | 2 +- locales/bg_BG.json | 2 +- locales/cs_CZ.json | 2 +- locales/da_DK.json | 2 +- locales/de_DE.json | 2 +- locales/el_GR.json | 2 +- locales/en.json | 2 +- locales/es_ES.json | 2 +- locales/fr_FR.json | 14 +++++++------- locales/he_IL.json | 2 +- locales/hi_IN.json | 2 +- locales/hr_HR.json | 2 +- locales/it_IT.json | 2 +- locales/ja_JP.json | 2 +- locales/ko_KR.json | 2 +- locales/ms_MY.json | 2 +- locales/nl_NL.json | 2 +- locales/pt_BR.json | 2 +- locales/ro_RO.json | 2 +- locales/ru_RU.json | 2 +- locales/sr_RS.json | 2 +- locales/th_TH.json | 2 +- locales/tr_TR.json | 2 +- locales/zh_CH.json | 2 +- locales/zh_TW.json | 2 +- 25 files changed, 31 insertions(+), 31 deletions(-) diff --git a/locales/ar_AA.json b/locales/ar_AA.json index 294ca50d..766417be 100644 --- a/locales/ar_AA.json +++ b/locales/ar_AA.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/bg_BG.json b/locales/bg_BG.json index e3a379bf..c2608c20 100644 --- a/locales/bg_BG.json +++ b/locales/bg_BG.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/cs_CZ.json b/locales/cs_CZ.json index 5c8eb4f7..8377657c 100644 --- a/locales/cs_CZ.json +++ b/locales/cs_CZ.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Ponechte si {{amount}} ETH na vašem ocobním účtě pro budoucí poplatky Ethereum sítě.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "Nemůžete posílat ani obrdžet zlomkové hodnoty měny NEO." diff --git a/locales/da_DK.json b/locales/da_DK.json index 80715774..8100465c 100644 --- a/locales/da_DK.json +++ b/locales/da_DK.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/de_DE.json b/locales/de_DE.json index 7cb4f3f0..a88da3e2 100644 --- a/locales/de_DE.json +++ b/locales/de_DE.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Wir empfehlen dir, auf deinen persönlichen Konto immer einen kleinen Betrag (~{{amount}} ETH) für Ethereum-Netzwerkgebühr bereitzustellen. ‘Max.’ wird diesen Betrag einbehalten. Du kannst dein gesamtes Guthaben trotzdem manuell eingeben.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "Du kannst keine Teilbeträge (z.b. 0,1 NEO) von NEO versenden oder abheben." diff --git a/locales/el_GR.json b/locales/el_GR.json index 4454ec46..6128e9a2 100644 --- a/locales/el_GR.json +++ b/locales/el_GR.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/en.json b/locales/en.json index acee0453..e6b84485 100644 --- a/locales/en.json +++ b/locales/en.json @@ -3119,7 +3119,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/es_ES.json b/locales/es_ES.json index d445b60d..4c0e2a4b 100644 --- a/locales/es_ES.json +++ b/locales/es_ES.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/fr_FR.json b/locales/fr_FR.json index c8dc2f74..f0204d58 100644 --- a/locales/fr_FR.json +++ b/locales/fr_FR.json @@ -219,7 +219,7 @@ "transfers": { "initializing": "En cours d’initialisation", "unlock-required": "Mis en pause", - "locked-tooltip": "Vous avez encore un transfert en cours d'initialisation. Aucun transfert ne peut être initialisé tant que votre compte est verrouillé.", + "locked-tooltip": "Vous avez encore un transfert en cours d’initialisation. Aucun transfert ne peut être initialisé tant que votre compte est verrouillé.", "initialized": "Transfert initialisé", "tooltip": "Vous avez encore un transfert en cours d’initialisation. Si vous fermez Nash ou vous déconnectez, il sera mis en pause jusqu’à votre prochaine reconnexion.", "do-unlock": "Déverrouiller" @@ -725,7 +725,7 @@ "USDT-USDC": { "remind-later": "Me le rappeler plus tard", "dismiss-forever": "Masquer à jamais", - "no-fees": "Aucun frais facturés sur ce marché jusqu'à Mars 2021" + "no-fees": "Aucun frais facturés sur ce marché jusqu’à Mars 2021" } }, "tips": { @@ -2037,7 +2037,7 @@ "code-label": "Saisissez votre code de confirmation:", "transak-code-label": "Saisissez votre code unique OTP", "code-placeholder": "1234", - "transak-terms": "J'accepte les <0>Modalités d'utilisation et la <1>Politique de confidentialité de Transak.", + "transak-terms": "J’accepte les <0>Modalités d’utilisation et la <1>Politique de confidentialité de Transak.", "submit": "Vérifier le code", "transak-submit": "Vérifier le code OTP" }, @@ -2112,7 +2112,7 @@ "nash": { "no-matching-data-header": "Aucun résultat trouvé.", "no-matching-data-sub-header": "Votre recherche ne correspond à aucun achat ou vente.", - "no-data-header": "Vous n'avez pas encore effectué de transaction pour le moment.", + "no-data-header": "Vous n’avez pas encore effectué de transaction pour le moment.", "no-data-sub-header": "<0>Achetez des actifs numériques pour commencer.", "col": { "when": "Quand", @@ -2737,7 +2737,7 @@ "transfer-to": "Transférez <0 /> sur le compte indiqué ci-dessous.", "transfer-to-label": "Transférer ce montant", "name-registered": "Le compte bancaire que vous utilisez pour payer doit être enregistré sous le même nom que votre compte Nash.", - "receive-funds-soon": "Si nous ne recevons pas vos fonds d'ici cinq jours, votre commande sera annulée.", + "receive-funds-soon": "Si nous ne recevons pas vos fonds d’ici cinq jours, votre commande sera annulée.", "reference": "Référence", "need-to-include": "Vous devez inclure ceci.", "iban": "IBAN", @@ -2941,7 +2941,7 @@ "upload-label-format": "Extensions de fichiers acceptées: <0>.jpg, <0>.jpeg, <0>.bmp, <0>.png, <0>.pdf. Taille maximale du fichier: 10MB." }, "bank-account": { - "bank-address-placeholder": "Entrez l'adresse de votre banque", + "bank-address-placeholder": "Entrez l’adresse de votre banque", "bank-name-placeholder": "Entrez le nom de votre banque", "iban-placeholder": "ex: DE89 3704 0044 0532 0130 00", "swift-placeholder": "ex: CLBABU7S" @@ -3453,7 +3453,7 @@ "withdrawal-details": "Détails du retrait", "to-external-address": "Vers une adresse externe", "request-sent-to-blockchain": "Votre demande de transfert a été envoyée à la blockchain.", - "no-funds": "Vous ne disposez pas d'un montant suffisant de {{currency}} dans votre {{account}} pour {{movementType}}.", + "no-funds": "Vous ne disposez pas d’un montant suffisant de {{currency}} dans votre {{account}} pour {{movementType}}.", "auto-close": { "disclaimer": "Cette fenêtre se fermera automatiquement une fois que le transfert aura démarré.", "countdown": "Fermeture dans {{seconds}}…" diff --git a/locales/he_IL.json b/locales/he_IL.json index 4454ec46..6128e9a2 100644 --- a/locales/he_IL.json +++ b/locales/he_IL.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/hi_IN.json b/locales/hi_IN.json index 92be5b03..e067ae92 100644 --- a/locales/hi_IN.json +++ b/locales/hi_IN.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/hr_HR.json b/locales/hr_HR.json index 4454ec46..6128e9a2 100644 --- a/locales/hr_HR.json +++ b/locales/hr_HR.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/it_IT.json b/locales/it_IT.json index d7fa6443..832ba65e 100644 --- a/locales/it_IT.json +++ b/locales/it_IT.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Conserva {{amount}} ETH nel mio account personale per future commissioni di rete.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "Non è possibile inviare o prelevare importi frazionati di NEO." diff --git a/locales/ja_JP.json b/locales/ja_JP.json index 4454ec46..6128e9a2 100644 --- a/locales/ja_JP.json +++ b/locales/ja_JP.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/ko_KR.json b/locales/ko_KR.json index 4454ec46..6128e9a2 100644 --- a/locales/ko_KR.json +++ b/locales/ko_KR.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/ms_MY.json b/locales/ms_MY.json index 6afbb26a..dd2c75db 100644 --- a/locales/ms_MY.json +++ b/locales/ms_MY.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/nl_NL.json b/locales/nl_NL.json index 56bef6f9..06303f0f 100644 --- a/locales/nl_NL.json +++ b/locales/nl_NL.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Bewaar {{amount}} ETH in mijn persoonlijke account voor toekomstige netwerkkosten.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "U kunt geen fractionele hoeveelheden NEO verzenden of opnemen." diff --git a/locales/pt_BR.json b/locales/pt_BR.json index b334fa75..628488e5 100644 --- a/locales/pt_BR.json +++ b/locales/pt_BR.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Mantenha {{amount}} ETH na minha carteira pessoal para futuras taxas de rede.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "Você não pode enviar ou retirar quantidades fracionárias de NEO." diff --git a/locales/ro_RO.json b/locales/ro_RO.json index 4454ec46..6128e9a2 100644 --- a/locales/ro_RO.json +++ b/locales/ro_RO.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/ru_RU.json b/locales/ru_RU.json index b0f874eb..28a9c54f 100644 --- a/locales/ru_RU.json +++ b/locales/ru_RU.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/sr_RS.json b/locales/sr_RS.json index 78db6247..716dae06 100644 --- a/locales/sr_RS.json +++ b/locales/sr_RS.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/th_TH.json b/locales/th_TH.json index 77bd7942..cc83597f 100644 --- a/locales/th_TH.json +++ b/locales/th_TH.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/tr_TR.json b/locales/tr_TR.json index 2ab2c006..985b3bc7 100644 --- a/locales/tr_TR.json +++ b/locales/tr_TR.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/zh_CH.json b/locales/zh_CH.json index a2eb6f1a..31beab22 100644 --- a/locales/zh_CH.json +++ b/locales/zh_CH.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO." diff --git a/locales/zh_TW.json b/locales/zh_TW.json index 78db6247..716dae06 100644 --- a/locales/zh_TW.json +++ b/locales/zh_TW.json @@ -3118,7 +3118,7 @@ }, "fees": { "eth-recommended-message": "Keep {{amount}} ETH in my personal account for future network fees.", - "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees.<1>Balance: <0>{{balance}} {{currencySymbol}}" + "fee-shortage": "You need at least <0>{{amount}} {{currencySymbol}} in your personal account to pay network fees. <1> Balance: <0>{{balance}} {{currencySymbol}}" }, "precision": { "neo-trading": "You cannot send or withdraw fractional amounts of NEO."