From 95693337e871f6c8f17ba7bc8b6d5976fdbc530e Mon Sep 17 00:00:00 2001 From: Crowdin Bot Date: Wed, 14 Aug 2024 18:04:10 +0000 Subject: [PATCH] New Crowdin translations by Github Action --- packages/shared/src/locales/de.json | 77 ++++++++++++++++++++------ packages/shared/src/locales/es-ES.json | 77 ++++++++++++++++++++------ packages/shared/src/locales/it.json | 77 ++++++++++++++++++++------ packages/shared/src/locales/nl.json | 77 ++++++++++++++++++++------ packages/shared/src/locales/pl.json | 77 ++++++++++++++++++++------ packages/shared/src/locales/pt-BR.json | 77 ++++++++++++++++++++------ packages/shared/src/locales/tr.json | 77 ++++++++++++++++++++------ packages/shared/src/locales/zh-CN.json | 77 ++++++++++++++++++++------ 8 files changed, 488 insertions(+), 128 deletions(-) diff --git a/packages/shared/src/locales/de.json b/packages/shared/src/locales/de.json index 78d1cf5fa3..ed9fe08865 100644 --- a/packages/shared/src/locales/de.json +++ b/packages/shared/src/locales/de.json @@ -36,18 +36,18 @@ }, "networkSetup": { "chooseNetwork": { - "title": "Wähle dein Netzwerk", + "title": "Choose your networks", "iota": { - "primary": "IOTA Mainnet", - "secondary": "Produktionsnetzwerk mit stabilen Funktionen" + "primary": "Default networks", + "secondary": "Manage IOTA, Ethereum and other key networks" }, "shimmer": { - "primary": "Shimmer", - "secondary": "Experimentelles Netzwerk mit den neuesten Funktionen" + "primary": "Experimental networks", + "secondary": "Manage Shimmer and other experimental chains" }, "testnet": { - "primary": "Testnetz", - "secondary": "Testnetz mit wertlosen Token" + "primary": "Test networks", + "secondary": "Test networks using valueless tokens" }, "custom": { "primary": "Fortgeschrittene Konfiguration", @@ -125,6 +125,7 @@ "connect": "Verbinde deinen Ledger", "unlock": "Entsperre deinen Ledger mit der PIN", "open": "Öffne die {appName} App auf deinem Ledger", + "unsupportedVersion": "Your {appName} Ledger app version is not supported. Please update the app to version {minimumVersion} or higher.", "tip": "Tipps, wenn sich dein Ledger nicht verbindet" }, "ledgerConnectionGuide": { @@ -818,11 +819,7 @@ } }, "buySell": { - "info": { - "receive": "Dein ausgewähltes Konto wird Token direkt von Transak erhalten, sobald deine Zahlungsmethode autorisiert wurde.", - "multipleAccounts": "Wenn du mehrere Konten hast, kannst du vor dem Kauf mit der Dropdown-Liste das Konto wechseln.", - "changingAccounts": "Das Ändern von Konten wird alle Informationen zurücksetzen." - }, + "title": "Buy and Sell", "tooltip": { "connected": "sicher verbunden", "redirected": "umgeleitet, sei vorsichtig!", @@ -831,6 +828,46 @@ "error": { "title": "Transak konnte nicht geladen werden", "description": "Bitte starte die App neu, falls das Problem weiterhin besteht, frage bitte auf unserem Discord-Server um Unterstützung" + }, + "tabs": { + "buy": "Buy tokens", + "sell": "Sell tokens" + }, + "quotations": { + "title": "Quotations", + "description": "How would you like to buy your crypto?", + "pill": { + "newQuotes": "New quotes in {time}", + "fetchingQuotes": "Fetching quotes", + "noQuotes": "No quotes" + }, + "emptyTitle": "No quotes available", + "emptyDescription": "Please select other options and try again", + "button": { + "selected": "Continue with {provider}", + "unselected": "No quote selected" + } + }, + "paymentOptions": { + "credit_debit_card": "Card Payment", + "apple_pay": "Apple Pay", + "google_pay": "Google Pay", + "pm_cash_app": "Cash App", + "pm_us_wire_bank_transfer": "Wire Transfer", + "gbp_bank_transfer": "Instant Transfer", + "pm_open_banking": "Open Banking", + "inr_bank_transfer": "IMPS", + "inr_upi": "UPI", + "sepa_bank_transfer": "SEPA Transfer", + "pm_astropay": "AstroPay", + "pm_pix": "Pix", + "pm_gcash": "GCash", + "pm_paymaya": "Maya", + "pm_bpi": "BPI", + "pm_ubp": "Union Bank", + "pm_grabpay": "GrabPay", + "pm_shopeepay": "ShopeePay", + "pm_pse": "PSE" } } }, @@ -1061,7 +1098,8 @@ "notConnected": "Verbinde dein Ledger, um fortzufahren.", "locked": "Entsperre dein Ledger, um fortzufahren.", "appNotOpen": "Öffne die {appName} auf deinem Ledger, um fortzufahren.", - "correctAppOpen": "Ledger erfolgreich verbunden, bitte fortfahren." + "correctAppOpen": "Ledger erfolgreich verbunden, bitte fortfahren.", + "unsupportedVersion": "Your {appName} Ledger app version is not supported. Please update the app to version {minimumVersion} or higher." }, "verifyLedgerTransaction": { "title": "Transaktion verifizieren", @@ -1776,7 +1814,9 @@ "saving": "Speichere", "enabled": "Aktiviert", "disabled": "Deaktiviert", - "networkSettings": "Netzwerkeinstellungen" + "networkSettings": "Netzwerkeinstellungen", + "waitingConnection": "Waiting connection", + "unsupportedVersion": "Unsupported version" }, "filters": { "title": "Filter", @@ -2228,6 +2268,10 @@ }, "token": { "missingMetadata": "Die Token-Metadaten fehlen." + }, + "buySell": { + "minAmount": "The minimum amount is {amount}", + "maxAmount": "The maximum amount is {amount}" } }, "warning": { @@ -2304,7 +2348,7 @@ "collectibles": "Sammlerstücke", "governance": "Governance", "campaigns": "Kampagnen", - "buySell": "Kaufe IOTA", + "buySell": "Buy / Sell", "developer": "Entwickler", "tokens": "Token", "settings": "Einstellungen", @@ -2339,7 +2383,8 @@ "ledgerStatus": { "notConnected": "Nicht verbunden", "locked": "Gerät gesperrt", - "appNotOpen": "App nicht geöffnet" + "appNotOpen": "App nicht geöffnet", + "unsupportedVersion": "Unsupported version" }, "dappVerification": { "valid": "Verifiziert", diff --git a/packages/shared/src/locales/es-ES.json b/packages/shared/src/locales/es-ES.json index d31692c1bb..706587eef3 100644 --- a/packages/shared/src/locales/es-ES.json +++ b/packages/shared/src/locales/es-ES.json @@ -36,18 +36,18 @@ }, "networkSetup": { "chooseNetwork": { - "title": "Elige tu red", + "title": "Choose your networks", "iota": { - "primary": "IOTA Mainnet", - "secondary": "Production network with stable features" + "primary": "Default networks", + "secondary": "Manage IOTA, Ethereum and other key networks" }, "shimmer": { - "primary": "Shimmer", - "secondary": "Experimental network with the latest features" + "primary": "Experimental networks", + "secondary": "Manage Shimmer and other experimental chains" }, "testnet": { - "primary": "Testnet", - "secondary": "Test network using valueless tokens" + "primary": "Test networks", + "secondary": "Test networks using valueless tokens" }, "custom": { "primary": "Advanced configuration", @@ -125,6 +125,7 @@ "connect": "Connect your Ledger device", "unlock": "Unlock your Ledger with its pin", "open": "Open the {appName} app on your Ledger", + "unsupportedVersion": "Your {appName} Ledger app version is not supported. Please update the app to version {minimumVersion} or higher.", "tip": "Tips if your Ledger isn't connecting" }, "ledgerConnectionGuide": { @@ -818,11 +819,7 @@ } }, "buySell": { - "info": { - "receive": "Your selected account will receive tokens directly from Transak once your payment method has been authorised.", - "multipleAccounts": "If you have multiple accounts, you can switch with the account selector dropdown prior to purchase.", - "changingAccounts": "Changing accounts will reset all information." - }, + "title": "Buy and Sell", "tooltip": { "connected": "connected securely", "redirected": "redirected, be careful!", @@ -831,6 +828,46 @@ "error": { "title": "Transak could not be loaded", "description": "Please restart the app, if the issue persists please ask for support in our Discord server" + }, + "tabs": { + "buy": "Buy tokens", + "sell": "Sell tokens" + }, + "quotations": { + "title": "Quotations", + "description": "How would you like to buy your crypto?", + "pill": { + "newQuotes": "New quotes in {time}", + "fetchingQuotes": "Fetching quotes", + "noQuotes": "No quotes" + }, + "emptyTitle": "No quotes available", + "emptyDescription": "Please select other options and try again", + "button": { + "selected": "Continue with {provider}", + "unselected": "No quote selected" + } + }, + "paymentOptions": { + "credit_debit_card": "Card Payment", + "apple_pay": "Apple Pay", + "google_pay": "Google Pay", + "pm_cash_app": "Cash App", + "pm_us_wire_bank_transfer": "Wire Transfer", + "gbp_bank_transfer": "Instant Transfer", + "pm_open_banking": "Open Banking", + "inr_bank_transfer": "IMPS", + "inr_upi": "UPI", + "sepa_bank_transfer": "SEPA Transfer", + "pm_astropay": "AstroPay", + "pm_pix": "Pix", + "pm_gcash": "GCash", + "pm_paymaya": "Maya", + "pm_bpi": "BPI", + "pm_ubp": "Union Bank", + "pm_grabpay": "GrabPay", + "pm_shopeepay": "ShopeePay", + "pm_pse": "PSE" } } }, @@ -1061,7 +1098,8 @@ "notConnected": "Conecte su dispositivo Ledger para continuar.", "locked": "Desbloquea tu dispositivo Ledger para continuar.", "appNotOpen": "Open the {appName} app on your Ledger device to continue.", - "correctAppOpen": "Ledger conectado con éxito, por favor continúe." + "correctAppOpen": "Ledger conectado con éxito, por favor continúe.", + "unsupportedVersion": "Your {appName} Ledger app version is not supported. Please update the app to version {minimumVersion} or higher." }, "verifyLedgerTransaction": { "title": "Verificar transacción", @@ -1776,7 +1814,9 @@ "saving": "Saving", "enabled": "Enabled", "disabled": "Disabled", - "networkSettings": "Network settings" + "networkSettings": "Network settings", + "waitingConnection": "Waiting connection", + "unsupportedVersion": "Unsupported version" }, "filters": { "title": "Filtros", @@ -2228,6 +2268,10 @@ }, "token": { "missingMetadata": "The token metadata is missing." + }, + "buySell": { + "minAmount": "The minimum amount is {amount}", + "maxAmount": "The maximum amount is {amount}" } }, "warning": { @@ -2304,7 +2348,7 @@ "collectibles": "Coleccionables", "governance": "Gobernanza", "campaigns": "Campaigns", - "buySell": "Buy IOTA", + "buySell": "Buy / Sell", "developer": "Desarrollador", "tokens": "Tokens", "settings": "Settings", @@ -2339,7 +2383,8 @@ "ledgerStatus": { "notConnected": "Not connected", "locked": "Device locked", - "appNotOpen": "App not open" + "appNotOpen": "App not open", + "unsupportedVersion": "Unsupported version" }, "dappVerification": { "valid": "Verified", diff --git a/packages/shared/src/locales/it.json b/packages/shared/src/locales/it.json index 9e49d6b6b3..3abc38b746 100644 --- a/packages/shared/src/locales/it.json +++ b/packages/shared/src/locales/it.json @@ -36,18 +36,18 @@ }, "networkSetup": { "chooseNetwork": { - "title": "Choose your network", + "title": "Choose your networks", "iota": { - "primary": "IOTA Mainnet", - "secondary": "Production network with stable features" + "primary": "Default networks", + "secondary": "Manage IOTA, Ethereum and other key networks" }, "shimmer": { - "primary": "Shimmer", - "secondary": "Experimental network with the latest features" + "primary": "Experimental networks", + "secondary": "Manage Shimmer and other experimental chains" }, "testnet": { - "primary": "Testnet", - "secondary": "Test network using valueless tokens" + "primary": "Test networks", + "secondary": "Test networks using valueless tokens" }, "custom": { "primary": "Advanced configuration", @@ -125,6 +125,7 @@ "connect": "Connect your Ledger device", "unlock": "Unlock your Ledger with its pin", "open": "Open the {appName} app on your Ledger", + "unsupportedVersion": "Your {appName} Ledger app version is not supported. Please update the app to version {minimumVersion} or higher.", "tip": "Tips if your Ledger isn't connecting" }, "ledgerConnectionGuide": { @@ -818,11 +819,7 @@ } }, "buySell": { - "info": { - "receive": "Your selected account will receive tokens directly from Transak once your payment method has been authorised.", - "multipleAccounts": "If you have multiple accounts, you can switch with the account selector dropdown prior to purchase.", - "changingAccounts": "Changing accounts will reset all information." - }, + "title": "Buy and Sell", "tooltip": { "connected": "connected securely", "redirected": "redirected, be careful!", @@ -831,6 +828,46 @@ "error": { "title": "Transak could not be loaded", "description": "Please restart the app, if the issue persists please ask for support in our Discord server" + }, + "tabs": { + "buy": "Buy tokens", + "sell": "Sell tokens" + }, + "quotations": { + "title": "Quotations", + "description": "How would you like to buy your crypto?", + "pill": { + "newQuotes": "New quotes in {time}", + "fetchingQuotes": "Fetching quotes", + "noQuotes": "No quotes" + }, + "emptyTitle": "No quotes available", + "emptyDescription": "Please select other options and try again", + "button": { + "selected": "Continue with {provider}", + "unselected": "No quote selected" + } + }, + "paymentOptions": { + "credit_debit_card": "Card Payment", + "apple_pay": "Apple Pay", + "google_pay": "Google Pay", + "pm_cash_app": "Cash App", + "pm_us_wire_bank_transfer": "Wire Transfer", + "gbp_bank_transfer": "Instant Transfer", + "pm_open_banking": "Open Banking", + "inr_bank_transfer": "IMPS", + "inr_upi": "UPI", + "sepa_bank_transfer": "SEPA Transfer", + "pm_astropay": "AstroPay", + "pm_pix": "Pix", + "pm_gcash": "GCash", + "pm_paymaya": "Maya", + "pm_bpi": "BPI", + "pm_ubp": "Union Bank", + "pm_grabpay": "GrabPay", + "pm_shopeepay": "ShopeePay", + "pm_pse": "PSE" } } }, @@ -1061,7 +1098,8 @@ "notConnected": "Collega il tuo dispositivo Ledger per continuare.", "locked": "Sblocca il tuo dispositivo Ledger per continuare.", "appNotOpen": "Open the {appName} app on your Ledger device to continue.", - "correctAppOpen": "Ledger collegato con successo, per favore continua." + "correctAppOpen": "Ledger collegato con successo, per favore continua.", + "unsupportedVersion": "Your {appName} Ledger app version is not supported. Please update the app to version {minimumVersion} or higher." }, "verifyLedgerTransaction": { "title": "Verifica la transazione", @@ -1776,7 +1814,9 @@ "saving": "Saving", "enabled": "Enabled", "disabled": "Disabled", - "networkSettings": "Network settings" + "networkSettings": "Network settings", + "waitingConnection": "Waiting connection", + "unsupportedVersion": "Unsupported version" }, "filters": { "title": "Filtri", @@ -2228,6 +2268,10 @@ }, "token": { "missingMetadata": "The token metadata is missing." + }, + "buySell": { + "minAmount": "The minimum amount is {amount}", + "maxAmount": "The maximum amount is {amount}" } }, "warning": { @@ -2304,7 +2348,7 @@ "collectibles": "Collezionabili", "governance": "Governance", "campaigns": "Campaigns", - "buySell": "Buy IOTA", + "buySell": "Buy / Sell", "developer": "Sviluppatore", "tokens": "Token", "settings": "Settings", @@ -2339,7 +2383,8 @@ "ledgerStatus": { "notConnected": "Not connected", "locked": "Device locked", - "appNotOpen": "App not open" + "appNotOpen": "App not open", + "unsupportedVersion": "Unsupported version" }, "dappVerification": { "valid": "Verified", diff --git a/packages/shared/src/locales/nl.json b/packages/shared/src/locales/nl.json index a50a9afe53..bdbe29e2b8 100644 --- a/packages/shared/src/locales/nl.json +++ b/packages/shared/src/locales/nl.json @@ -36,18 +36,18 @@ }, "networkSetup": { "chooseNetwork": { - "title": "Kies je netwerk", + "title": "Choose your networks", "iota": { - "primary": "IOTA Mainnet", - "secondary": "Productie netwerk met stabiele functies" + "primary": "Default networks", + "secondary": "Manage IOTA, Ethereum and other key networks" }, "shimmer": { - "primary": "Shimmer", - "secondary": "Test netwerk met de nieuwste functies" + "primary": "Experimental networks", + "secondary": "Manage Shimmer and other experimental chains" }, "testnet": { - "primary": "Test netwerk", - "secondary": "Test netwerk met test tokens" + "primary": "Test networks", + "secondary": "Test networks using valueless tokens" }, "custom": { "primary": "Geavanceerde instellingen", @@ -125,6 +125,7 @@ "connect": "Verbind jouw Ledger apparaat", "unlock": "Ontgrendel je Ledger met zijn pin", "open": "Open de {appName} app op je Ledger", + "unsupportedVersion": "Your {appName} Ledger app version is not supported. Please update the app to version {minimumVersion} or higher.", "tip": "Tips voor als jouw Ledger geen verbinding kan maken" }, "ledgerConnectionGuide": { @@ -818,11 +819,7 @@ } }, "buySell": { - "info": { - "receive": "Je geselecteerde account ontvangt tokens direct van Transak zodra je betaalmethode is geautoriseerd.", - "multipleAccounts": "Als je meerdere accounts hebt, kun je vóór de aankoop wisselen met de accountselector dropdown.", - "changingAccounts": "Het veranderen van accounts zal alle informatie resetten." - }, + "title": "Buy and Sell", "tooltip": { "connected": "beveiligde verbinding", "redirected": "omgeleid, wees voorzichtig!", @@ -831,6 +828,46 @@ "error": { "title": "Transak kon niet worden geladen", "description": "Gelieve de app opnieuw op te starten, als het probleem zich blijft voordoen, vraag dan om ondersteuning in onze Discord server" + }, + "tabs": { + "buy": "Buy tokens", + "sell": "Sell tokens" + }, + "quotations": { + "title": "Quotations", + "description": "How would you like to buy your crypto?", + "pill": { + "newQuotes": "New quotes in {time}", + "fetchingQuotes": "Fetching quotes", + "noQuotes": "No quotes" + }, + "emptyTitle": "No quotes available", + "emptyDescription": "Please select other options and try again", + "button": { + "selected": "Continue with {provider}", + "unselected": "No quote selected" + } + }, + "paymentOptions": { + "credit_debit_card": "Card Payment", + "apple_pay": "Apple Pay", + "google_pay": "Google Pay", + "pm_cash_app": "Cash App", + "pm_us_wire_bank_transfer": "Wire Transfer", + "gbp_bank_transfer": "Instant Transfer", + "pm_open_banking": "Open Banking", + "inr_bank_transfer": "IMPS", + "inr_upi": "UPI", + "sepa_bank_transfer": "SEPA Transfer", + "pm_astropay": "AstroPay", + "pm_pix": "Pix", + "pm_gcash": "GCash", + "pm_paymaya": "Maya", + "pm_bpi": "BPI", + "pm_ubp": "Union Bank", + "pm_grabpay": "GrabPay", + "pm_shopeepay": "ShopeePay", + "pm_pse": "PSE" } } }, @@ -1061,7 +1098,8 @@ "notConnected": "Sluit jouw Ledger apparaat aan om door te gaan.", "locked": "Ontgrendel jouw Ledger apparaat om door te gaan.", "appNotOpen": "Open the {appName} app on your Ledger device to continue.", - "correctAppOpen": "Ledger succesvol verbonden, ga verder." + "correctAppOpen": "Ledger succesvol verbonden, ga verder.", + "unsupportedVersion": "Your {appName} Ledger app version is not supported. Please update the app to version {minimumVersion} or higher." }, "verifyLedgerTransaction": { "title": "Verifieer transactie", @@ -1776,7 +1814,9 @@ "saving": "Opslaan", "enabled": "Ingeschakeld", "disabled": "Uitgeschakeld", - "networkSettings": "Netwerkinstellingen" + "networkSettings": "Netwerkinstellingen", + "waitingConnection": "Waiting connection", + "unsupportedVersion": "Unsupported version" }, "filters": { "title": "Filters", @@ -2228,6 +2268,10 @@ }, "token": { "missingMetadata": "De token metagegevens ontbreken." + }, + "buySell": { + "minAmount": "The minimum amount is {amount}", + "maxAmount": "The maximum amount is {amount}" } }, "warning": { @@ -2304,7 +2348,7 @@ "collectibles": "Verzamelingen", "governance": "Governance", "campaigns": "Campagnes", - "buySell": "IOTA kopen", + "buySell": "Buy / Sell", "developer": "Ontwikkelaar", "tokens": "Tokens", "settings": "Instellingen", @@ -2339,7 +2383,8 @@ "ledgerStatus": { "notConnected": "Niet verbonden", "locked": "Apparaat vergrendeld", - "appNotOpen": "App niet geopend" + "appNotOpen": "App niet geopend", + "unsupportedVersion": "Unsupported version" }, "dappVerification": { "valid": "Geverifiëerd", diff --git a/packages/shared/src/locales/pl.json b/packages/shared/src/locales/pl.json index f09ce21619..08944daa4e 100644 --- a/packages/shared/src/locales/pl.json +++ b/packages/shared/src/locales/pl.json @@ -36,18 +36,18 @@ }, "networkSetup": { "chooseNetwork": { - "title": "Wybierz sieć", + "title": "Choose your networks", "iota": { - "primary": "IOTA Mainnet", - "secondary": "Główna sieć zawierająca jedynie dobrze przetestowane funkcje" + "primary": "Default networks", + "secondary": "Manage IOTA, Ethereum and other key networks" }, "shimmer": { - "primary": "Shimmer", - "secondary": "Sieć eksperymentalna zawierająca najnowsze funkcje" + "primary": "Experimental networks", + "secondary": "Manage Shimmer and other experimental chains" }, "testnet": { - "primary": "Sieć testowa", - "secondary": "Testuj sieć przy użyciu bezwartościowych tokenów" + "primary": "Test networks", + "secondary": "Test networks using valueless tokens" }, "custom": { "primary": "Konfiguracja zaawansowana", @@ -125,6 +125,7 @@ "connect": "Podłącz swoje urządzenie Ledger", "unlock": "Odblokuj swój Ledger za pomocą pinu", "open": "Otwórz aplikację {appName} na urządzeniu Ledger", + "unsupportedVersion": "Your {appName} Ledger app version is not supported. Please update the app to version {minimumVersion} or higher.", "tip": "Wskazówki, jeśli Ledger nie nawiązuje połączenia" }, "ledgerConnectionGuide": { @@ -818,11 +819,7 @@ } }, "buySell": { - "info": { - "receive": "Wybrane konto otrzyma tokeny bezpośrednio od Transak po autoryzacji metody płatności.", - "multipleAccounts": "Jeśli posiadasz kilka kont, możesz przełączyć je, zanim dokonasz zakupu.", - "changingAccounts": "Zmiana kont zresetuje wszystkie informacje." - }, + "title": "Buy and Sell", "tooltip": { "connected": "bezpieczne połączenie", "redirected": "przekierowano, bądź ostrożny!", @@ -831,6 +828,46 @@ "error": { "title": "Transak nie mógł zostać załadowany", "description": "Uruchom ponownie aplikację, jeśli problem będzie się powtarzał, poproś o wsparcie na naszym serwerze Discord" + }, + "tabs": { + "buy": "Buy tokens", + "sell": "Sell tokens" + }, + "quotations": { + "title": "Quotations", + "description": "How would you like to buy your crypto?", + "pill": { + "newQuotes": "New quotes in {time}", + "fetchingQuotes": "Fetching quotes", + "noQuotes": "No quotes" + }, + "emptyTitle": "No quotes available", + "emptyDescription": "Please select other options and try again", + "button": { + "selected": "Continue with {provider}", + "unselected": "No quote selected" + } + }, + "paymentOptions": { + "credit_debit_card": "Card Payment", + "apple_pay": "Apple Pay", + "google_pay": "Google Pay", + "pm_cash_app": "Cash App", + "pm_us_wire_bank_transfer": "Wire Transfer", + "gbp_bank_transfer": "Instant Transfer", + "pm_open_banking": "Open Banking", + "inr_bank_transfer": "IMPS", + "inr_upi": "UPI", + "sepa_bank_transfer": "SEPA Transfer", + "pm_astropay": "AstroPay", + "pm_pix": "Pix", + "pm_gcash": "GCash", + "pm_paymaya": "Maya", + "pm_bpi": "BPI", + "pm_ubp": "Union Bank", + "pm_grabpay": "GrabPay", + "pm_shopeepay": "ShopeePay", + "pm_pse": "PSE" } } }, @@ -1061,7 +1098,8 @@ "notConnected": "Podłącz swoje urządzenie Ledger, aby kontynuować.", "locked": "Odblokuj swoje urządzenie Ledger, aby kontynuować.", "appNotOpen": "Otwórz aplikację {appName} na urządzeniu Ledger, aby kontynuować.", - "correctAppOpen": "Ledger pomyślnie podłączony, proszę kontynuować." + "correctAppOpen": "Ledger pomyślnie podłączony, proszę kontynuować.", + "unsupportedVersion": "Your {appName} Ledger app version is not supported. Please update the app to version {minimumVersion} or higher." }, "verifyLedgerTransaction": { "title": "Zweryfikuj transakcję", @@ -1776,7 +1814,9 @@ "saving": "Zapisywanie", "enabled": "Włączone", "disabled": "Wyłączone", - "networkSettings": "Ustawienia sieci" + "networkSettings": "Ustawienia sieci", + "waitingConnection": "Waiting connection", + "unsupportedVersion": "Unsupported version" }, "filters": { "title": "Filtry", @@ -2228,6 +2268,10 @@ }, "token": { "missingMetadata": "Brakuje metadanych tokena." + }, + "buySell": { + "minAmount": "The minimum amount is {amount}", + "maxAmount": "The maximum amount is {amount}" } }, "warning": { @@ -2304,7 +2348,7 @@ "collectibles": "Galeria", "governance": "Zarządzanie", "campaigns": "Kampanie", - "buySell": "Zakup IOTA", + "buySell": "Buy / Sell", "developer": "Deweloper", "tokens": "Tokeny", "settings": "Ustawienia", @@ -2339,7 +2383,8 @@ "ledgerStatus": { "notConnected": "Nie połączono", "locked": "Urządzenie zablokowane", - "appNotOpen": "Aplikacja nie jest otwarta" + "appNotOpen": "Aplikacja nie jest otwarta", + "unsupportedVersion": "Unsupported version" }, "dappVerification": { "valid": "Zweryfikowano", diff --git a/packages/shared/src/locales/pt-BR.json b/packages/shared/src/locales/pt-BR.json index 0105f2de37..121a4e9591 100644 --- a/packages/shared/src/locales/pt-BR.json +++ b/packages/shared/src/locales/pt-BR.json @@ -36,18 +36,18 @@ }, "networkSetup": { "chooseNetwork": { - "title": "Escolha sua rede", + "title": "Choose your networks", "iota": { - "primary": "IOTA Mainnet", - "secondary": "Rede de produção com funções estáveis" + "primary": "Default networks", + "secondary": "Manage IOTA, Ethereum and other key networks" }, "shimmer": { - "primary": "Shimmer", - "secondary": "Rede experimental com as últimas funcionalidades" + "primary": "Experimental networks", + "secondary": "Manage Shimmer and other experimental chains" }, "testnet": { - "primary": "Testnet", - "secondary": "Testar rede usando tokens sem valor" + "primary": "Test networks", + "secondary": "Test networks using valueless tokens" }, "custom": { "primary": "Configuração avançada", @@ -125,6 +125,7 @@ "connect": "Conecte sua Ledger", "unlock": "Desbloqueie sua Ledger com o pin", "open": "Abra o aplicativo {appName} no seu Ledger", + "unsupportedVersion": "Your {appName} Ledger app version is not supported. Please update the app to version {minimumVersion} or higher.", "tip": "Dicas caso sua Ledger não esteja conectando" }, "ledgerConnectionGuide": { @@ -818,11 +819,7 @@ } }, "buySell": { - "info": { - "receive": "Sua conta selecionada receberá tokens diretamente de Transak assim que seu método de pagamento for autorizado.", - "multipleAccounts": "Se você tiver várias contas, poderá alternar com o seletor de conta antes de comprar.", - "changingAccounts": "Alterar as contas irá redefinir todas as informações." - }, + "title": "Buy and Sell", "tooltip": { "connected": "conectado com segurança", "redirected": "redirecionado, tenha cuidado!", @@ -831,6 +828,46 @@ "error": { "title": "Transak não foi carregado", "description": "Por favor reinicie o aplicativo, se o problema persistir, peça suporte no nosso servidor Discord" + }, + "tabs": { + "buy": "Buy tokens", + "sell": "Sell tokens" + }, + "quotations": { + "title": "Quotations", + "description": "How would you like to buy your crypto?", + "pill": { + "newQuotes": "New quotes in {time}", + "fetchingQuotes": "Fetching quotes", + "noQuotes": "No quotes" + }, + "emptyTitle": "No quotes available", + "emptyDescription": "Please select other options and try again", + "button": { + "selected": "Continue with {provider}", + "unselected": "No quote selected" + } + }, + "paymentOptions": { + "credit_debit_card": "Card Payment", + "apple_pay": "Apple Pay", + "google_pay": "Google Pay", + "pm_cash_app": "Cash App", + "pm_us_wire_bank_transfer": "Wire Transfer", + "gbp_bank_transfer": "Instant Transfer", + "pm_open_banking": "Open Banking", + "inr_bank_transfer": "IMPS", + "inr_upi": "UPI", + "sepa_bank_transfer": "SEPA Transfer", + "pm_astropay": "AstroPay", + "pm_pix": "Pix", + "pm_gcash": "GCash", + "pm_paymaya": "Maya", + "pm_bpi": "BPI", + "pm_ubp": "Union Bank", + "pm_grabpay": "GrabPay", + "pm_shopeepay": "ShopeePay", + "pm_pse": "PSE" } } }, @@ -1061,7 +1098,8 @@ "notConnected": "Conecte o seu dispositivo Ledger para continuar.", "locked": "Desbloqueie seu dispositivo Ledger para continuar.", "appNotOpen": "Open the {appName} app on your Ledger device to continue.", - "correctAppOpen": "Ledger conectada com sucesso, por favor continue." + "correctAppOpen": "Ledger conectada com sucesso, por favor continue.", + "unsupportedVersion": "Your {appName} Ledger app version is not supported. Please update the app to version {minimumVersion} or higher." }, "verifyLedgerTransaction": { "title": "Verificar a transação", @@ -1776,7 +1814,9 @@ "saving": "Saving", "enabled": "Enabled", "disabled": "Disabled", - "networkSettings": "Network settings" + "networkSettings": "Network settings", + "waitingConnection": "Waiting connection", + "unsupportedVersion": "Unsupported version" }, "filters": { "title": "Filters", @@ -2228,6 +2268,10 @@ }, "token": { "missingMetadata": "Os metadados do token estão faltando." + }, + "buySell": { + "minAmount": "The minimum amount is {amount}", + "maxAmount": "The maximum amount is {amount}" } }, "warning": { @@ -2304,7 +2348,7 @@ "collectibles": "Colecionáveis", "governance": "Governança", "campaigns": "Campaigns", - "buySell": "Buy IOTA", + "buySell": "Buy / Sell", "developer": "Desenvolvedor", "tokens": "Tokens", "settings": "Configurações", @@ -2339,7 +2383,8 @@ "ledgerStatus": { "notConnected": "Não conectado", "locked": "Dispositivo bloqueado", - "appNotOpen": "App não aberto" + "appNotOpen": "App não aberto", + "unsupportedVersion": "Unsupported version" }, "dappVerification": { "valid": "Verified", diff --git a/packages/shared/src/locales/tr.json b/packages/shared/src/locales/tr.json index b8404e071b..6e080b1fd2 100644 --- a/packages/shared/src/locales/tr.json +++ b/packages/shared/src/locales/tr.json @@ -36,18 +36,18 @@ }, "networkSetup": { "chooseNetwork": { - "title": "Ağınızı seçin", + "title": "Choose your networks", "iota": { - "primary": "IOTA Ana Ağı", - "secondary": "Kararlı özelliklere sahip üretim ağı" + "primary": "Default networks", + "secondary": "Manage IOTA, Ethereum and other key networks" }, "shimmer": { - "primary": "Shimmer", - "secondary": "En son özelliklere sahip deneysel ağ" + "primary": "Experimental networks", + "secondary": "Manage Shimmer and other experimental chains" }, "testnet": { - "primary": "Test ağı", - "secondary": "Değersiz jetonlar kullanarak ağı test edin" + "primary": "Test networks", + "secondary": "Test networks using valueless tokens" }, "custom": { "primary": "Gelişmiş yapılandırma", @@ -125,6 +125,7 @@ "connect": "Ledger cihazınızı bağlayın", "unlock": "Ledger'ınızın kilidini pin ile açın", "open": "Ledger cihazınızda {appName} uygulamasını açın", + "unsupportedVersion": "Your {appName} Ledger app version is not supported. Please update the app to version {minimumVersion} or higher.", "tip": "Ledger'ınız bağlanmaması durumundaki ipuçları" }, "ledgerConnectionGuide": { @@ -818,11 +819,7 @@ } }, "buySell": { - "info": { - "receive": "Ödeme yönteminiz yetkilendirildikten sonra seçtiğiniz hesabınız, jetonları doğrudan Transak'tan alacaktır.", - "multipleAccounts": "Birden fazla hesabınız varsa satın almadan önce hesap seçici açılır menüsünü kullanarak geçiş yapabilirsiniz.", - "changingAccounts": "Hesapları değiştirmek tüm bilgileri sıfırlayacaktır." - }, + "title": "Buy and Sell", "tooltip": { "connected": "güvenli bir şekilde bağlandı", "redirected": "yönlendirildi, dikkatli olun!", @@ -831,6 +828,46 @@ "error": { "title": "Transak yüklenemedi", "description": "Lütfen uygulamayı yeniden başlatın, sorun devam ederse Discord sunucumuzdan destek isteyin" + }, + "tabs": { + "buy": "Buy tokens", + "sell": "Sell tokens" + }, + "quotations": { + "title": "Quotations", + "description": "How would you like to buy your crypto?", + "pill": { + "newQuotes": "New quotes in {time}", + "fetchingQuotes": "Fetching quotes", + "noQuotes": "No quotes" + }, + "emptyTitle": "No quotes available", + "emptyDescription": "Please select other options and try again", + "button": { + "selected": "Continue with {provider}", + "unselected": "No quote selected" + } + }, + "paymentOptions": { + "credit_debit_card": "Card Payment", + "apple_pay": "Apple Pay", + "google_pay": "Google Pay", + "pm_cash_app": "Cash App", + "pm_us_wire_bank_transfer": "Wire Transfer", + "gbp_bank_transfer": "Instant Transfer", + "pm_open_banking": "Open Banking", + "inr_bank_transfer": "IMPS", + "inr_upi": "UPI", + "sepa_bank_transfer": "SEPA Transfer", + "pm_astropay": "AstroPay", + "pm_pix": "Pix", + "pm_gcash": "GCash", + "pm_paymaya": "Maya", + "pm_bpi": "BPI", + "pm_ubp": "Union Bank", + "pm_grabpay": "GrabPay", + "pm_shopeepay": "ShopeePay", + "pm_pse": "PSE" } } }, @@ -1061,7 +1098,8 @@ "notConnected": "Devam etmek için Ledger cihazınızı bağlayın.", "locked": "Devam etmek için Ledger cihazınızın kilidini açın.", "appNotOpen": "Open the {appName} app on your Ledger device to continue.", - "correctAppOpen": "Ledger başarıyla bağlandı, lütfen devam edin." + "correctAppOpen": "Ledger başarıyla bağlandı, lütfen devam edin.", + "unsupportedVersion": "Your {appName} Ledger app version is not supported. Please update the app to version {minimumVersion} or higher." }, "verifyLedgerTransaction": { "title": "İşlemi doğrulayın", @@ -1776,7 +1814,9 @@ "saving": "Kaydediliyor", "enabled": "Etkinleştirilmiş", "disabled": "Devre dışı", - "networkSettings": "Ağ ayarları" + "networkSettings": "Ağ ayarları", + "waitingConnection": "Waiting connection", + "unsupportedVersion": "Unsupported version" }, "filters": { "title": "Filtreler", @@ -2228,6 +2268,10 @@ }, "token": { "missingMetadata": "Token meta verileri eksik." + }, + "buySell": { + "minAmount": "The minimum amount is {amount}", + "maxAmount": "The maximum amount is {amount}" } }, "warning": { @@ -2304,7 +2348,7 @@ "collectibles": "Koleksiyonlar", "governance": "Yönetim", "campaigns": "Kampanyalar", - "buySell": "IOTA al", + "buySell": "Buy / Sell", "developer": "Geliştirici", "tokens": "Tokenler", "settings": "Ayarlar", @@ -2339,7 +2383,8 @@ "ledgerStatus": { "notConnected": "Bağlı değil", "locked": "Cihaz kilitlendi", - "appNotOpen": "Uygulama açık değil" + "appNotOpen": "Uygulama açık değil", + "unsupportedVersion": "Unsupported version" }, "dappVerification": { "valid": "Doğrulandı", diff --git a/packages/shared/src/locales/zh-CN.json b/packages/shared/src/locales/zh-CN.json index 3f08eb4799..454329b195 100644 --- a/packages/shared/src/locales/zh-CN.json +++ b/packages/shared/src/locales/zh-CN.json @@ -36,18 +36,18 @@ }, "networkSetup": { "chooseNetwork": { - "title": "Choose your network", + "title": "Choose your networks", "iota": { - "primary": "IOTA Mainnet", - "secondary": "Production network with stable features" + "primary": "Default networks", + "secondary": "Manage IOTA, Ethereum and other key networks" }, "shimmer": { - "primary": "Shimmer", - "secondary": "Experimental network with the latest features" + "primary": "Experimental networks", + "secondary": "Manage Shimmer and other experimental chains" }, "testnet": { - "primary": "Testnet", - "secondary": "Test network using valueless tokens" + "primary": "Test networks", + "secondary": "Test networks using valueless tokens" }, "custom": { "primary": "Advanced configuration", @@ -125,6 +125,7 @@ "connect": "Connect your Ledger device", "unlock": "Unlock your Ledger with its pin", "open": "Open the {appName} app on your Ledger", + "unsupportedVersion": "Your {appName} Ledger app version is not supported. Please update the app to version {minimumVersion} or higher.", "tip": "Tips if your Ledger isn't connecting" }, "ledgerConnectionGuide": { @@ -818,11 +819,7 @@ } }, "buySell": { - "info": { - "receive": "Your selected account will receive tokens directly from Transak once your payment method has been authorised.", - "multipleAccounts": "If you have multiple accounts, you can switch with the account selector dropdown prior to purchase.", - "changingAccounts": "Changing accounts will reset all information." - }, + "title": "Buy and Sell", "tooltip": { "connected": "connected securely", "redirected": "redirected, be careful!", @@ -831,6 +828,46 @@ "error": { "title": "Transak could not be loaded", "description": "Please restart the app, if the issue persists please ask for support in our Discord server" + }, + "tabs": { + "buy": "Buy tokens", + "sell": "Sell tokens" + }, + "quotations": { + "title": "Quotations", + "description": "How would you like to buy your crypto?", + "pill": { + "newQuotes": "New quotes in {time}", + "fetchingQuotes": "Fetching quotes", + "noQuotes": "No quotes" + }, + "emptyTitle": "No quotes available", + "emptyDescription": "Please select other options and try again", + "button": { + "selected": "Continue with {provider}", + "unselected": "No quote selected" + } + }, + "paymentOptions": { + "credit_debit_card": "Card Payment", + "apple_pay": "Apple Pay", + "google_pay": "Google Pay", + "pm_cash_app": "Cash App", + "pm_us_wire_bank_transfer": "Wire Transfer", + "gbp_bank_transfer": "Instant Transfer", + "pm_open_banking": "Open Banking", + "inr_bank_transfer": "IMPS", + "inr_upi": "UPI", + "sepa_bank_transfer": "SEPA Transfer", + "pm_astropay": "AstroPay", + "pm_pix": "Pix", + "pm_gcash": "GCash", + "pm_paymaya": "Maya", + "pm_bpi": "BPI", + "pm_ubp": "Union Bank", + "pm_grabpay": "GrabPay", + "pm_shopeepay": "ShopeePay", + "pm_pse": "PSE" } } }, @@ -1061,7 +1098,8 @@ "notConnected": "连接您的Ledger设备以继续。", "locked": "解锁您的Ledger设备以继续。", "appNotOpen": "Open the {appName} app on your Ledger device to continue.", - "correctAppOpen": "Ledger连接成功,请继续。" + "correctAppOpen": "Ledger连接成功,请继续。", + "unsupportedVersion": "Your {appName} Ledger app version is not supported. Please update the app to version {minimumVersion} or higher." }, "verifyLedgerTransaction": { "title": "验证交易", @@ -1776,7 +1814,9 @@ "saving": "Saving", "enabled": "Enabled", "disabled": "Disabled", - "networkSettings": "Network settings" + "networkSettings": "Network settings", + "waitingConnection": "Waiting connection", + "unsupportedVersion": "Unsupported version" }, "filters": { "title": "过滤", @@ -2228,6 +2268,10 @@ }, "token": { "missingMetadata": "The token metadata is missing." + }, + "buySell": { + "minAmount": "The minimum amount is {amount}", + "maxAmount": "The maximum amount is {amount}" } }, "warning": { @@ -2304,7 +2348,7 @@ "collectibles": "合集", "governance": "治理", "campaigns": "Campaigns", - "buySell": "Buy IOTA", + "buySell": "Buy / Sell", "developer": "开发者", "tokens": "代币", "settings": "Settings", @@ -2339,7 +2383,8 @@ "ledgerStatus": { "notConnected": "Not connected", "locked": "Device locked", - "appNotOpen": "App not open" + "appNotOpen": "App not open", + "unsupportedVersion": "Unsupported version" }, "dappVerification": { "valid": "Verified",