diff --git a/.tx/config b/.tx/config index 17de42d28..2769cfcc1 100644 --- a/.tx/config +++ b/.tx/config @@ -1,68 +1,91 @@ [main] host = https://www.transifex.com +[o:synonym:p:bitkit:r:28d522c14a937bfdfb78f31dafb9ddc7] +file_filter = ./src/utils/i18n/locales//widgets.json +source_file = ./src/utils/i18n/locales/en/widgets.json +type = STRUCTURED_JSON +minimum_perc = 0 +resource_name = src..en/widgets.json (master) +replace_edited_strings = false +keep_translations = false + [o:synonym:p:bitkit:r:cards] -file_filter = src/utils/i18n/locales//cards.json -source_file = src/utils/i18n/locales/en/cards.json -source_lang = en -type = STRUCTURED_JSON +file_filter = src/utils/i18n/locales//cards.json +source_file = src/utils/i18n/locales/en/cards.json +source_lang = en +type = STRUCTURED_JSON +replace_edited_strings = false +keep_translations = false [o:synonym:p:bitkit:r:common] -file_filter = src/utils/i18n/locales//common.json -source_file = src/utils/i18n/locales/en/common.json -source_lang = en -type = STRUCTURED_JSON +file_filter = src/utils/i18n/locales//common.json +source_file = src/utils/i18n/locales/en/common.json +source_lang = en +type = STRUCTURED_JSON +replace_edited_strings = false +keep_translations = false [o:synonym:p:bitkit:r:fee] -file_filter = src/utils/i18n/locales//fee.json -source_file = src/utils/i18n/locales/en/fee.json -source_lang = en -type = STRUCTURED_JSON +file_filter = src/utils/i18n/locales//fee.json +source_file = src/utils/i18n/locales/en/fee.json +source_lang = en +type = STRUCTURED_JSON +replace_edited_strings = false +keep_translations = false [o:synonym:p:bitkit:r:lightning] -file_filter = src/utils/i18n/locales//lightning.json -source_file = src/utils/i18n/locales/en/lightning.json -source_lang = en -type = STRUCTURED_JSON +file_filter = src/utils/i18n/locales//lightning.json +source_file = src/utils/i18n/locales/en/lightning.json +source_lang = en +type = STRUCTURED_JSON +replace_edited_strings = false +keep_translations = false [o:synonym:p:bitkit:r:onboarding] -file_filter = src/utils/i18n/locales//onboarding.json -source_file = src/utils/i18n/locales/en/onboarding.json -source_lang = en -type = STRUCTURED_JSON +file_filter = src/utils/i18n/locales//onboarding.json +source_file = src/utils/i18n/locales/en/onboarding.json +source_lang = en +type = STRUCTURED_JSON +replace_edited_strings = false +keep_translations = false [o:synonym:p:bitkit:r:other] -file_filter = src/utils/i18n/locales//other.json -source_file = src/utils/i18n/locales/en/other.json -source_lang = en -type = STRUCTURED_JSON +file_filter = src/utils/i18n/locales//other.json +source_file = src/utils/i18n/locales/en/other.json +source_lang = en +type = STRUCTURED_JSON +replace_edited_strings = false +keep_translations = false [o:synonym:p:bitkit:r:security] -file_filter = src/utils/i18n/locales//security.json -source_file = src/utils/i18n/locales/en/security.json -source_lang = en -type = STRUCTURED_JSON +file_filter = src/utils/i18n/locales//security.json +source_file = src/utils/i18n/locales/en/security.json +source_lang = en +type = STRUCTURED_JSON +replace_edited_strings = false +keep_translations = false [o:synonym:p:bitkit:r:settingss] -file_filter = src/utils/i18n/locales//settings.json -source_file = src/utils/i18n/locales/en/settings.json -source_lang = en -type = STRUCTURED_JSON +file_filter = src/utils/i18n/locales//settings.json +source_file = src/utils/i18n/locales/en/settings.json +source_lang = en +type = STRUCTURED_JSON +replace_edited_strings = false +keep_translations = false [o:synonym:p:bitkit:r:slashtags] -file_filter = src/utils/i18n/locales//slashtags.json -source_file = src/utils/i18n/locales/en/slashtags.json -source_lang = en -type = STRUCTURED_JSON +file_filter = src/utils/i18n/locales//slashtags.json +source_file = src/utils/i18n/locales/en/slashtags.json +source_lang = en +type = STRUCTURED_JSON +replace_edited_strings = false +keep_translations = false [o:synonym:p:bitkit:r:wallet] -file_filter = src/utils/i18n/locales//wallet.json -source_file = src/utils/i18n/locales/en/wallet.json -source_lang = en -type = STRUCTURED_JSON - -[o:synonym:p:bitkit:r:widgets] -file_filter = src/utils/i18n/locales//widgets.json -source_file = src/utils/i18n/locales/en/widgets.json -source_lang = en -type = STRUCTURED_JSON +file_filter = src/utils/i18n/locales//wallet.json +source_file = src/utils/i18n/locales/en/wallet.json +source_lang = en +type = STRUCTURED_JSON +replace_edited_strings = false +keep_translations = false diff --git a/src/utils/i18n/locales/arb/index.ts b/src/utils/i18n/locales/arb/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/arb/index.ts +++ b/src/utils/i18n/locales/arb/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/arb/slashtags.json b/src/utils/i18n/locales/arb/slashtags.json index da0e2e75d..335984b2e 100644 --- a/src/utils/i18n/locales/arb/slashtags.json +++ b/src/utils/i18n/locales/arb/slashtags.json @@ -70,8 +70,5 @@ }, "profile_delete_dialogue_yes": { "string": "نعم، احذف" - }, - "widget_delete_yes": { - "string": "نعم، احذف" } } diff --git a/src/utils/i18n/locales/arb/wallet.json b/src/utils/i18n/locales/arb/wallet.json index 1bfbfe881..3579f9992 100644 --- a/src/utils/i18n/locales/arb/wallet.json +++ b/src/utils/i18n/locales/arb/wallet.json @@ -1,4 +1,9 @@ { + "drawer": { + "contacts": { + "string": "جهات الاتصال" + } + }, "recipient_contact": { "string": "جهة الاتصال" }, diff --git a/src/utils/i18n/locales/arb/widgets.json b/src/utils/i18n/locales/arb/widgets.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/utils/i18n/locales/arb/widgets.json @@ -0,0 +1 @@ +{} diff --git a/src/utils/i18n/locales/ca/cards.json b/src/utils/i18n/locales/ca/cards.json index ba68d73b8..ee718c87c 100644 --- a/src/utils/i18n/locales/ca/cards.json +++ b/src/utils/i18n/locales/ca/cards.json @@ -1,5 +1,8 @@ { "backupSeedPhrase": { + "title": { + "string": "Sauvegarde" + }, "description": { "string": "Emmagatzema els teus bitcoin" } @@ -13,6 +16,9 @@ } }, "quickpay": { + "title": { + "string": "QuickPay" + }, "description": { "string": "Escaneja i paga" } @@ -66,6 +72,9 @@ } }, "transferClosingChannel": { + "title": { + "string": "Initialisation" + }, "description": { "string": "Mantenir l'aplicació oberta" } diff --git a/src/utils/i18n/locales/ca/index.ts b/src/utils/i18n/locales/ca/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/ca/index.ts +++ b/src/utils/i18n/locales/ca/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/ca/settings.json b/src/utils/i18n/locales/ca/settings.json index 80ca2fed5..f75e7363f 100644 --- a/src/utils/i18n/locales/ca/settings.json +++ b/src/utils/i18n/locales/ca/settings.json @@ -104,6 +104,11 @@ "string": "Ginys" } }, + "quickpay": { + "nav_title": { + "string": "QuickPay" + } + }, "security": { "title": { "string": "Seguretat i privacitat" @@ -133,32 +138,6 @@ "string": "Utilitza {biometryTypeName} enlloc" } }, - "backup": { - "status_failed": { - "string": "Error de còpia de seguretat: {time}" - }, - "status_success": { - "string": "Última còpia de seguretat: {time}" - }, - "category_connections": { - "string": "Connexions" - }, - "category_settings": { - "string": "Configuracions" - }, - "category_widgets": { - "string": "Ginys" - }, - "category_tags": { - "string": "Etiquetes" - }, - "category_profile": { - "string": "Perfil" - }, - "category_contacts": { - "string": "Contactes" - } - }, "support": { "title": { "string": "Suport" @@ -253,9 +232,6 @@ "cs_manual": { "string": "Manual" }, - "cs_max": { - "string": "Més privacitat" - }, "payment_preference": { "string": "Preferències de pagament" }, diff --git a/src/utils/i18n/locales/ca/slashtags.json b/src/utils/i18n/locales/ca/slashtags.json index 22f8444e6..441160e76 100644 --- a/src/utils/i18n/locales/ca/slashtags.json +++ b/src/utils/i18n/locales/ca/slashtags.json @@ -146,69 +146,6 @@ "offline_enable_explain": { "string": "* Això requereix compartir les dades de pagament." }, - "widgets": { - "string": "Ginys" - }, - "widget_add": { - "string": "Afegir ginys" - }, - "widget_loading_description": { - "string": "Carregant la descripció del giny..." - }, - "widget_failed_description": { - "string": "Ha fallat en carregar el giny" - }, - "widget_source": { - "string": "Origen" - }, - "widget_price": { - "string": "Preu de Bitcoin" - }, - "widget_headlines": { - "string": "Capçaleres de Bitcoin" - }, - "widget_blocks": { - "string": "Blocs de Bitcoin" - }, - "widget_facts": { - "string": "Bitcoin Fets" - }, - "widget_qr": { - "string": "O escaneja el codi QR" - }, - "widget_error_drive": { - "string": "No s'ha pogut obtenir les dades" - }, - "widget_feed": { - "string": "Giny" - }, - "widget_edit": { - "string": "Alimentar el Giny" - }, - "widget_edit_default": { - "string": "Predeterminat" - }, - "widget_edit_custom": { - "string": "Personalitzat" - }, - "widget_loading_options": { - "string": "Carregant les opcions del giny..." - }, - "widget_reset": { - "string": "Reinicia" - }, - "widget_preview": { - "string": "Previsualització" - }, - "widget_delete_yes": { - "string": "Sí, Elimina" - }, - "widget_delete_title": { - "string": "Esborrar el giny?" - }, - "widget_delete_desc": { - "string": "Estàs segur que vols eliminar '{name}' dels teus ginys?" - }, "error_saving_contact": { "string": "No s'ha pogut desar el contacte." }, diff --git a/src/utils/i18n/locales/ca/wallet.json b/src/utils/i18n/locales/ca/wallet.json index d2f685327..edc7e1b3f 100644 --- a/src/utils/i18n/locales/ca/wallet.json +++ b/src/utils/i18n/locales/ca/wallet.json @@ -1,4 +1,24 @@ { + "drawer": { + "activity": { + "string": "Activitat" + }, + "contacts": { + "string": "Contactes" + }, + "profile": { + "string": "Perfil" + }, + "widgets": { + "string": "Ginys" + }, + "settings": { + "string": "Configuracions" + }, + "status": { + "string": "Estat de l'Aplicació" + } + }, "send": { "string": "Envia" }, @@ -89,6 +109,11 @@ "send_pending": { "string": "Pagament pendent" }, + "send_quickpay": { + "nav_title": { + "string": "QuickPay" + } + }, "send_instant_failed": { "string": "Pagament Instantani Fallit" }, diff --git a/src/utils/i18n/locales/ca/widgets.json b/src/utils/i18n/locales/ca/widgets.json new file mode 100644 index 000000000..8c8d3cbae --- /dev/null +++ b/src/utils/i18n/locales/ca/widgets.json @@ -0,0 +1,53 @@ +{ + "widgets": { + "string": "Ginys" + }, + "widget": { + "nav_title": { + "string": "Giny" + }, + "edit": { + "string": "Alimentar el Giny" + }, + "edit_default": { + "string": "Predeterminat" + }, + "edit_custom": { + "string": "Personalitzat" + }, + "source": { + "string": "Origen" + } + }, + "add": { + "string": "Afegir ginys" + }, + "delete": { + "title": { + "string": "Esborrar el giny?" + }, + "description": { + "string": "Estàs segur que vols eliminar '{name}' dels teus ginys?" + } + }, + "price": { + "name": { + "string": "Preu de Bitcoin" + } + }, + "news": { + "name": { + "string": "Capçaleres de Bitcoin" + } + }, + "blocks": { + "name": { + "string": "Blocs de Bitcoin" + } + }, + "facts": { + "name": { + "string": "Bitcoin Fets" + } + } +} diff --git a/src/utils/i18n/locales/cs/index.ts b/src/utils/i18n/locales/cs/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/cs/index.ts +++ b/src/utils/i18n/locales/cs/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/cs/lightning.json b/src/utils/i18n/locales/cs/lightning.json index 477cf1e6a..e76ef2721 100644 --- a/src/utils/i18n/locales/cs/lightning.json +++ b/src/utils/i18n/locales/cs/lightning.json @@ -113,6 +113,14 @@ "quarter": { "string": "25%" }, + "error_min": { + "title": { + "string": "Minimální zůstatek úspor" + }, + "description": { + "string": "K vytvoření disponibilního zůstatku je zapotřebí minimálně ₿ {amount}." + } + }, "error_max": { "title": { "string": "Maximální disponibilní zůstatek" diff --git a/src/utils/i18n/locales/cs/settings.json b/src/utils/i18n/locales/cs/settings.json index d20827079..ddb679ea9 100644 --- a/src/utils/i18n/locales/cs/settings.json +++ b/src/utils/i18n/locales/cs/settings.json @@ -427,16 +427,16 @@ "string": "Autopilot mód" }, "cs_max": { - "string": "Více soukromí" + "string": "Nejmenší první" }, "cs_max_description": { - "string": "Seřadit a použít nejmenší UTXO jako první. Vyšší poplatek, ale skrývá vaše největší UTXO." + "string": "Seřadit a použít nejmenší UTXO jako první. Potenciálně vyšší poplatek, ale skrývá největší UTXO." }, "cs_min": { - "string": "Nejnižší poplatek" + "string": "Největší první" }, "cs_min_description": { - "string": "Seřadit a použít největší UTXO jako první. Nejnižší poplatek, ale odhaluje vaše největší UTXO." + "string": "Seřadit a použít nejprve největší UTXO. Potenciálně nižší poplatek, ale odhalí vaše největší UTXO." }, "cs_consolidate": { "string": "Konsolidovat" @@ -444,6 +444,18 @@ "cs_consolidate_description": { "string": "Použijte všechny dostupné UTXO bez ohledu na částku, která se odesílá. Použijte tuto metodu, když jsou poplatky nízké, abyste snížili poplatky v budoucích transakcích." }, + "cs_first_in_first_out": { + "string": "First-In First-Out" + }, + "cs_first_in_first_out_description": { + "string": "Použít nejprve starší UTXO (podle velikosti bloku)." + }, + "cs_last_in_last_out": { + "string": "Last-In Last-Out" + }, + "cs_last_in_last_out_description": { + "string": "Použít nejprve novější UTXO (podle velikosti bloku)." + }, "payment_preference": { "string": "Platební preference" }, diff --git a/src/utils/i18n/locales/cs/slashtags.json b/src/utils/i18n/locales/cs/slashtags.json index 333090dcc..d64093b06 100644 --- a/src/utils/i18n/locales/cs/slashtags.json +++ b/src/utils/i18n/locales/cs/slashtags.json @@ -107,12 +107,6 @@ "onboarding_profile2_text": { "string": "Vy a vaše kontakty můžete pomocí Bitkitu posílat platby přímo, bez bank, kdykoli a kdekoli." }, - "onboarding_widgets_header": { - "string": "Dobrý den,\nWidgety" - }, - "onboarding_widgets_text": { - "string": "Užívejte si decentralizované kanály ze svých oblíbených webových služeb přidáním zábavných a užitečných widgetů do peněženky Bitkit." - }, "my_profile": { "string": "Můj profil" }, @@ -185,72 +179,6 @@ "offline_enable_explain": { "string": "* Toto vyžaduje sdílení dat o platbě" }, - "widgets": { - "string": "Widgety" - }, - "widget_add": { - "string": "Přidat widget" - }, - "widget_loading_description": { - "string": "Načítání popisu widgetu..." - }, - "widget_failed_description": { - "string": "Nepodařilo se načíst widget" - }, - "widget_source": { - "string": "Zdroj" - }, - "widget_price": { - "string": "cena bitcoinu" - }, - "widget_headlines": { - "string": "bitcoinové titulky" - }, - "widget_blocks": { - "string": "bitcoinové bloky" - }, - "widget_facts": { - "string": "bitcoinová fakta" - }, - "widget_qr": { - "string": "nebo naskenujte QR" - }, - "widget_error_drive": { - "string": "Nelze získat data" - }, - "widget_feed": { - "string": "Widget" - }, - "widget_edit": { - "string": "Widget Feed" - }, - "widget_edit_default": { - "string": "Výchozí" - }, - "widget_edit_custom": { - "string": "Vlastní" - }, - "widget_edit_description": { - "string": "Vyberte, která pole chcete zobrazit ve widgetu {name}." - }, - "widget_loading_options": { - "string": "Načítání nabídky widgetů..." - }, - "widget_reset": { - "string": "Obnovit" - }, - "widget_preview": { - "string": "Náhled" - }, - "widget_delete_yes": { - "string": "Ano, smazat" - }, - "widget_delete_title": { - "string": "Smazat Widget?" - }, - "widget_delete_desc": { - "string": "Jste si jisti, že chcete smazat ‘{name}‘ ze svých widgetů?" - }, "error_saving_contact": { "string": "Nelze uložit kontakt" }, diff --git a/src/utils/i18n/locales/cs/wallet.json b/src/utils/i18n/locales/cs/wallet.json index a08e032aa..847c4fcdf 100644 --- a/src/utils/i18n/locales/cs/wallet.json +++ b/src/utils/i18n/locales/cs/wallet.json @@ -1,4 +1,27 @@ { + "drawer": { + "wallet": { + "string": "Peněženka" + }, + "activity": { + "string": "Aktivita" + }, + "contacts": { + "string": "Kontakty" + }, + "profile": { + "string": "Profil" + }, + "widgets": { + "string": "Widgety" + }, + "settings": { + "string": "Nastavení" + }, + "status": { + "string": "Stav aplikace" + } + }, "send": { "string": "Odeslat" }, @@ -42,7 +65,7 @@ "string": "Faktura" }, "send_address_placeholder": { - "string": "Zadejte bitcoinovou nebo lightningovou fakturu nebo adresu" + "string": "Zadejte bitcoinovou adresu nebo lightningovou fakturu" }, "send_clipboard_empty_title": { "string": "Schránka je prázdná" diff --git a/src/utils/i18n/locales/cs/widgets.json b/src/utils/i18n/locales/cs/widgets.json new file mode 100644 index 000000000..6e7db3381 --- /dev/null +++ b/src/utils/i18n/locales/cs/widgets.json @@ -0,0 +1,136 @@ +{ + "widgets": { + "string": "Widgety" + }, + "onboarding": { + "title": { + "string": "Dobrý den,\nWidgety" + }, + "description": { + "string": "Užívejte si decentralizované kanály ze svých oblíbených webových služeb přidáním zábavných a užitečných widgetů do peněženky Bitkit." + } + }, + "widget": { + "nav_title": { + "string": "Widget" + }, + "edit": { + "string": "Widget Feed" + }, + "edit_default": { + "string": "Výchozí" + }, + "edit_custom": { + "string": "Vlastní" + }, + "edit_description": { + "string": "Vyberte, která pole chcete zobrazit ve widgetu {name}." + }, + "source": { + "string": "Zdroj" + } + }, + "add": { + "string": "Přidat widget" + }, + "delete": { + "title": { + "string": "Smazat Widget?" + }, + "description": { + "string": "Jste si jisti, že chcete smazat ‘{name}‘ ze svých widgetů?" + } + }, + "price": { + "name": { + "string": "cena bitcoinu" + }, + "description": { + "string": "Zkontrolujte nejnovější směnné kurzy bitcoinu pro různé fiat měny." + }, + "error": { + "string": "Nepodařilo se získat údaje o ceně" + } + }, + "news": { + "name": { + "string": "bitcoinové titulky" + }, + "description": { + "string": "Přečtěte si nejnovější a nejzajímavější titulky o bitcoinu z různých zpravodajských webů." + }, + "error": { + "string": "Nepodařilo se získat nejnovější zprávy" + } + }, + "blocks": { + "name": { + "string": "bitcoinové bloky" + }, + "description": { + "string": "Prozkoumejte různé statistiky nově vytěžených bloků bitcoinu." + }, + "error": { + "string": "Nepodařilo se získat data o blocích" + } + }, + "facts": { + "name": { + "string": "bitcoinová fakta" + }, + "description": { + "string": "Pokaždé, když otevřete peněženku, objevte zábavná fakta o bitcoinu." + } + }, + "calculator": { + "name": { + "string": "Bitcoinová kalkulačka" + }, + "description": { + "string": "Převeďte ₿ částky na {fiatSymbol} nebo naopak." + } + }, + "weather": { + "name": { + "string": "Počasí v bitcoinu" + }, + "description": { + "string": "Zjistěte, kdy je vhodná doba pro transakce v blockchainu bitcoinu." + }, + "condition": { + "good": { + "title": { + "string": "Příznivé podmínky" + }, + "description": { + "string": "Všude čisto. Nyní je vhodná doba pro transakce na blockchainu." + } + }, + "average": { + "title": { + "string": "Průměrné podmínky" + }, + "description": { + "string": "Poplatek dalšího bloku se blíží měsíčním průměrům." + } + }, + "poor": { + "title": { + "string": "Špatné podmínky" + }, + "description": { + "string": "Pokud na transakci nespěcháte, je lepší chvíli počkat." + } + } + }, + "current_fee": { + "string": "Aktuální průměrný poplatek" + }, + "next_block": { + "string": "Zařazení do dalšího bloku" + }, + "error": { + "string": "Nepodařilo se získat aktuální poplatkovou úroveň" + } + } +} diff --git a/src/utils/i18n/locales/de/index.ts b/src/utils/i18n/locales/de/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/de/index.ts +++ b/src/utils/i18n/locales/de/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/de/settings.json b/src/utils/i18n/locales/de/settings.json index 3b69309a7..df4159565 100644 --- a/src/utils/i18n/locales/de/settings.json +++ b/src/utils/i18n/locales/de/settings.json @@ -426,18 +426,6 @@ "cs_auto_mode": { "string": "Autopilot-Modus" }, - "cs_max": { - "string": "Mehr privat" - }, - "cs_max_description": { - "string": "Sortiere und verwende zuerst die kleinsten UTXOs. Höhere Gebühr, aber versteckt deine größten UTXOs." - }, - "cs_min": { - "string": "Niedrigste Gebühr" - }, - "cs_min_description": { - "string": "Sortiere und verwende zuerst die größten UTXOs. Niedrigste Gebühr, aber zeigt deine größten UTXOs." - }, "cs_consolidate": { "string": "Konsolidieren" }, diff --git a/src/utils/i18n/locales/de/slashtags.json b/src/utils/i18n/locales/de/slashtags.json index a0c3effcd..db66c8e77 100644 --- a/src/utils/i18n/locales/de/slashtags.json +++ b/src/utils/i18n/locales/de/slashtags.json @@ -104,12 +104,6 @@ "onboarding_profile2_text": { "string": "Du und deine Kontakte können Bitkit verwenden, um Zahlungen direkt zu senden, ohne Banken, jederzeit und überall." }, - "onboarding_widgets_header": { - "string": "Hallo,\nWidgets" - }, - "onboarding_widgets_text": { - "string": "Genieße dezentrale Feeds von deinen bevorzugten Webdiensten, indem du deinem Bitkit-Wallet lustige und nützliche Widgets hinzufügst." - }, "my_profile": { "string": "Mein profil" }, @@ -170,72 +164,6 @@ "offline_enable_explain": { "string": "* Dies erfordert das Teilen von Zahlungsdaten." }, - "widgets": { - "string": "Widgets" - }, - "widget_add": { - "string": "Widget hinzufügen" - }, - "widget_loading_description": { - "string": "Lade Widget Beschreibung..." - }, - "widget_failed_description": { - "string": "Laden des Widgets fehlgeschlagen" - }, - "widget_source": { - "string": "Quelle" - }, - "widget_price": { - "string": "Bitcoin Preis" - }, - "widget_headlines": { - "string": "Bitcoin Schlagzeilen" - }, - "widget_blocks": { - "string": "Bitcoin Blöcke" - }, - "widget_facts": { - "string": "Bitcoin Fakten" - }, - "widget_qr": { - "string": "Oder QR scannen" - }, - "widget_error_drive": { - "string": "Fehler beim Laden des Widgets" - }, - "widget_feed": { - "string": "Widget" - }, - "widget_edit": { - "string": "Widget Feed" - }, - "widget_edit_default": { - "string": "Standard" - }, - "widget_edit_custom": { - "string": "Benutzerdefiniert" - }, - "widget_edit_description": { - "string": "Bitte wähle die Felder aus, die du im {name} Widget anzeigen möchtest." - }, - "widget_loading_options": { - "string": "Lade Widget Optionen..." - }, - "widget_reset": { - "string": "Reset" - }, - "widget_preview": { - "string": "Vorschau" - }, - "widget_delete_yes": { - "string": "Ja, Löschen" - }, - "widget_delete_title": { - "string": "Widget löschen?" - }, - "widget_delete_desc": { - "string": "Bist du sicher, dass du '{name}' aus deinen Widgets löschen möchtest?" - }, "error_saving_contact": { "string": "Fehler beim Speichern des Kontakts" }, diff --git a/src/utils/i18n/locales/de/wallet.json b/src/utils/i18n/locales/de/wallet.json index 0b883d377..08f8a8f0a 100644 --- a/src/utils/i18n/locales/de/wallet.json +++ b/src/utils/i18n/locales/de/wallet.json @@ -1,4 +1,24 @@ { + "drawer": { + "activity": { + "string": "Aktivität" + }, + "contacts": { + "string": "Kontakte" + }, + "profile": { + "string": "Profil" + }, + "widgets": { + "string": "Widgets" + }, + "settings": { + "string": "Einstellungen" + }, + "status": { + "string": "App Status" + } + }, "send": { "string": "Senden" }, diff --git a/src/utils/i18n/locales/de/widgets.json b/src/utils/i18n/locales/de/widgets.json new file mode 100644 index 000000000..c4251629f --- /dev/null +++ b/src/utils/i18n/locales/de/widgets.json @@ -0,0 +1,64 @@ +{ + "widgets": { + "string": "Widgets" + }, + "onboarding": { + "title": { + "string": "Hallo,\nWidgets" + }, + "description": { + "string": "Genieße dezentrale Feeds von deinen bevorzugten Webdiensten, indem du deinem Bitkit-Wallet lustige und nützliche Widgets hinzufügst." + } + }, + "widget": { + "nav_title": { + "string": "Widget" + }, + "edit": { + "string": "Widget Feed" + }, + "edit_default": { + "string": "Standard" + }, + "edit_custom": { + "string": "Benutzerdefiniert" + }, + "edit_description": { + "string": "Bitte wähle die Felder aus, die du im {name} Widget anzeigen möchtest." + }, + "source": { + "string": "Quelle" + } + }, + "add": { + "string": "Widget hinzufügen" + }, + "delete": { + "title": { + "string": "Widget löschen?" + }, + "description": { + "string": "Bist du sicher, dass du '{name}' aus deinen Widgets löschen möchtest?" + } + }, + "price": { + "name": { + "string": "Bitcoin Preis" + } + }, + "news": { + "name": { + "string": "Bitcoin Schlagzeilen" + } + }, + "blocks": { + "name": { + "string": "Bitcoin Blöcke" + } + }, + "facts": { + "name": { + "string": "Bitcoin Fakten" + } + } +} diff --git a/src/utils/i18n/locales/el/index.ts b/src/utils/i18n/locales/el/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/el/index.ts +++ b/src/utils/i18n/locales/el/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/el/slashtags.json b/src/utils/i18n/locales/el/slashtags.json index 3bcc7d53f..2cf6b411e 100644 --- a/src/utils/i18n/locales/el/slashtags.json +++ b/src/utils/i18n/locales/el/slashtags.json @@ -7,8 +7,5 @@ }, "profile_delete": { "string": "Διαγραφή" - }, - "widget_edit_custom": { - "string": "Προσαρμοσμένο" } } diff --git a/src/utils/i18n/locales/el/widgets.json b/src/utils/i18n/locales/el/widgets.json new file mode 100644 index 000000000..908a93f85 --- /dev/null +++ b/src/utils/i18n/locales/el/widgets.json @@ -0,0 +1,7 @@ +{ + "widget": { + "edit_custom": { + "string": "Προσαρμοσμένο" + } + } +} diff --git a/src/utils/i18n/locales/en/wallet.json b/src/utils/i18n/locales/en/wallet.json index fc8d557f5..d177623c0 100644 --- a/src/utils/i18n/locales/en/wallet.json +++ b/src/utils/i18n/locales/en/wallet.json @@ -65,7 +65,7 @@ "string": "Invoice" }, "send_address_placeholder": { - "string": "Enter a Bitcoin or Lightning invoice or address" + "string": "Enter an invoice, address, or profile key" }, "send_clipboard_empty_title": { "string": "Clipboard Empty" diff --git a/src/utils/i18n/locales/es_419/index.ts b/src/utils/i18n/locales/es_419/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/es_419/index.ts +++ b/src/utils/i18n/locales/es_419/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/es_419/settings.json b/src/utils/i18n/locales/es_419/settings.json index b18108451..baa5d19ba 100644 --- a/src/utils/i18n/locales/es_419/settings.json +++ b/src/utils/i18n/locales/es_419/settings.json @@ -118,47 +118,6 @@ "string": "Cuando activado, puede utilizar {biometryTypeName} en lugar de su código PIN para desbloquear su monedero o enviar pagos." } }, - "backup": { - "title": { - "string": "Copia de seguridad o restauración" - }, - "wallet": { - "string": "Haga una copia de seguridad de su cartera" - }, - "export": { - "string": "Exportar los datos del monedero al teléfono" - }, - "failed_title": { - "string": "Falla en la copia de seguridad de los datos" - }, - "status_failed": { - "string": "Copia de seguridad falló: {time}" - }, - "status_success": { - "string": "Última Copia de Seguridad: {time}" - }, - "category_connections": { - "string": "Conexiones" - }, - "category_transaction_log": { - "string": "Registro de transacciones" - }, - "category_settings": { - "string": "Ajustes" - }, - "category_widgets": { - "string": "Widgets" - }, - "category_tags": { - "string": "Etiquetas" - }, - "category_profile": { - "string": "Perfil" - }, - "category_contacts": { - "string": "Contactos" - } - }, "support": { "title": { "string": "Soporte" diff --git a/src/utils/i18n/locales/es_419/slashtags.json b/src/utils/i18n/locales/es_419/slashtags.json index f24441c41..ef728289a 100644 --- a/src/utils/i18n/locales/es_419/slashtags.json +++ b/src/utils/i18n/locales/es_419/slashtags.json @@ -133,38 +133,5 @@ }, "offline_enable_explain": { "string": "* Esto requiere compartir los datos de pago." - }, - "widgets": { - "string": "Widgets" - }, - "widget_add": { - "string": "Añadir Widget" - }, - "widget_price": { - "string": "Precio del Bitcoin" - }, - "widget_blocks": { - "string": "Bitcoin Bloques" - }, - "widget_qr": { - "string": "O escanear QR" - }, - "widget_edit": { - "string": "Widget Feed" - }, - "widget_edit_custom": { - "string": "personalizado" - }, - "widget_loading_options": { - "string": "Cargando opciones del widget..." - }, - "widget_delete_yes": { - "string": "Sí, Borrar" - }, - "widget_delete_title": { - "string": "¿Borrar Widget?" - }, - "widget_delete_desc": { - "string": "¿Está seguro de que desea eliminar '{name}' de sus widgets?" } } diff --git a/src/utils/i18n/locales/es_419/wallet.json b/src/utils/i18n/locales/es_419/wallet.json index 2d80a69df..a1f02fe85 100644 --- a/src/utils/i18n/locales/es_419/wallet.json +++ b/src/utils/i18n/locales/es_419/wallet.json @@ -1,4 +1,21 @@ { + "drawer": { + "activity": { + "string": "Actividad" + }, + "contacts": { + "string": "Contactos" + }, + "profile": { + "string": "Perfil" + }, + "widgets": { + "string": "Widgets" + }, + "settings": { + "string": "Ajustes" + } + }, "send": { "string": "Enviar" }, diff --git a/src/utils/i18n/locales/es_419/widgets.json b/src/utils/i18n/locales/es_419/widgets.json new file mode 100644 index 000000000..51cdd2e52 --- /dev/null +++ b/src/utils/i18n/locales/es_419/widgets.json @@ -0,0 +1,34 @@ +{ + "widgets": { + "string": "Widgets" + }, + "widget": { + "edit": { + "string": "Widget Feed" + }, + "edit_custom": { + "string": "personalizado" + } + }, + "add": { + "string": "Añadir Widget" + }, + "delete": { + "title": { + "string": "¿Borrar Widget?" + }, + "description": { + "string": "¿Está seguro de que desea eliminar '{name}' de sus widgets?" + } + }, + "price": { + "name": { + "string": "Precio del Bitcoin" + } + }, + "blocks": { + "name": { + "string": "Bitcoin Bloques" + } + } +} diff --git a/src/utils/i18n/locales/es_ES/index.ts b/src/utils/i18n/locales/es_ES/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/es_ES/index.ts +++ b/src/utils/i18n/locales/es_ES/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/es_ES/settings.json b/src/utils/i18n/locales/es_ES/settings.json index 13d3e1b11..5034462f5 100644 --- a/src/utils/i18n/locales/es_ES/settings.json +++ b/src/utils/i18n/locales/es_ES/settings.json @@ -321,9 +321,6 @@ "cs_auto_mode": { "string": "Modo de piloto automático" }, - "cs_min": { - "string": "Fee más baja" - }, "cs_consolidate": { "string": "Consolidar" }, diff --git a/src/utils/i18n/locales/es_ES/slashtags.json b/src/utils/i18n/locales/es_ES/slashtags.json index fe81d82de..4d5e41a5f 100644 --- a/src/utils/i18n/locales/es_ES/slashtags.json +++ b/src/utils/i18n/locales/es_ES/slashtags.json @@ -89,12 +89,6 @@ "onboarding_profile2_text": { "string": "Usted y sus contactos pueden utilizar Bitkit para enviar pagos directamente, sin bancos, en cualquier momento y en cualquier lugar." }, - "onboarding_widgets_header": { - "string": "Hola,\nWidgets" - }, - "onboarding_widgets_text": { - "string": "Disfruta de fuentes descentralizadas de tus servicios web favoritos, añadiendo widgets divertidos y útiles a tu monedero Bitkit." - }, "my_profile": { "string": "Mi perfil" }, @@ -148,50 +142,5 @@ }, "offline_enable": { "string": "Habilitar pagos con contactos*" - }, - "widgets": { - "string": "Widgets" - }, - "widget_add": { - "string": "Añadir Widget" - }, - "widget_source": { - "string": "Fuente" - }, - "widget_price": { - "string": "Precio de Bitcoin" - }, - "widget_headlines": { - "string": "Titulares Bitcoin" - }, - "widget_blocks": { - "string": "Bloques Bitcoin" - }, - "widget_facts": { - "string": "Hechos Bitcoin" - }, - "widget_qr": { - "string": "O escanear QR" - }, - "widget_feed": { - "string": "Widget" - }, - "widget_edit_custom": { - "string": "Personalizar" - }, - "widget_edit_description": { - "string": "Por favor, seleccione cuales campos quiere mostrar en el widget {name}." - }, - "widget_loading_options": { - "string": "Cargando opciones del widget..." - }, - "widget_delete_yes": { - "string": "Sí, Borrar" - }, - "widget_delete_title": { - "string": "¿Borrar Widget?" - }, - "widget_delete_desc": { - "string": "¿Está seguro de querer borrar ‘{name}‘ de sus widgets?" } } diff --git a/src/utils/i18n/locales/es_ES/wallet.json b/src/utils/i18n/locales/es_ES/wallet.json index 180ec30ec..732798290 100644 --- a/src/utils/i18n/locales/es_ES/wallet.json +++ b/src/utils/i18n/locales/es_ES/wallet.json @@ -1,4 +1,24 @@ { + "drawer": { + "activity": { + "string": "Actividad" + }, + "contacts": { + "string": "Contactos" + }, + "profile": { + "string": "Perfil" + }, + "widgets": { + "string": "Widgets" + }, + "settings": { + "string": "Ajustes" + }, + "status": { + "string": "Estado de la App" + } + }, "send": { "string": "Enviar" }, diff --git a/src/utils/i18n/locales/es_ES/widgets.json b/src/utils/i18n/locales/es_ES/widgets.json new file mode 100644 index 000000000..305227a8e --- /dev/null +++ b/src/utils/i18n/locales/es_ES/widgets.json @@ -0,0 +1,58 @@ +{ + "widgets": { + "string": "Widgets" + }, + "onboarding": { + "title": { + "string": "Hola,\nWidgets" + }, + "description": { + "string": "Disfruta de fuentes descentralizadas de tus servicios web favoritos, añadiendo widgets divertidos y útiles a tu monedero Bitkit." + } + }, + "widget": { + "nav_title": { + "string": "Widget" + }, + "edit_custom": { + "string": "Personalizar" + }, + "edit_description": { + "string": "Por favor, seleccione cuales campos quiere mostrar en el widget {name}." + }, + "source": { + "string": "Fuente" + } + }, + "add": { + "string": "Añadir Widget" + }, + "delete": { + "title": { + "string": "¿Borrar Widget?" + }, + "description": { + "string": "¿Está seguro de querer borrar ‘{name}‘ de sus widgets?" + } + }, + "price": { + "name": { + "string": "Precio de Bitcoin" + } + }, + "news": { + "name": { + "string": "Titulares Bitcoin" + } + }, + "blocks": { + "name": { + "string": "Bloques Bitcoin" + } + }, + "facts": { + "name": { + "string": "Hechos Bitcoin" + } + } +} diff --git a/src/utils/i18n/locales/fa/index.ts b/src/utils/i18n/locales/fa/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/fa/index.ts +++ b/src/utils/i18n/locales/fa/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/fa/widgets.json b/src/utils/i18n/locales/fa/widgets.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/utils/i18n/locales/fa/widgets.json @@ -0,0 +1 @@ +{} diff --git a/src/utils/i18n/locales/fr/cards.json b/src/utils/i18n/locales/fr/cards.json index 1dd4093c2..6e715bbcb 100644 --- a/src/utils/i18n/locales/fr/cards.json +++ b/src/utils/i18n/locales/fr/cards.json @@ -1,5 +1,8 @@ { "backupSeedPhrase": { + "title": { + "string": "Sauvegarde" + }, "description": { "string": "Conservez vos bitcoins" } @@ -13,6 +16,9 @@ } }, "quickpay": { + "title": { + "string": "QuickPay" + }, "description": { "string": "Scannez et payez" } @@ -66,6 +72,9 @@ } }, "transferClosingChannel": { + "title": { + "string": "Initialisation" + }, "description": { "string": "Maintenir l'application ouverte" } diff --git a/src/utils/i18n/locales/fr/common.json b/src/utils/i18n/locales/fr/common.json index 0266a32fe..9d61ea342 100644 --- a/src/utils/i18n/locales/fr/common.json +++ b/src/utils/i18n/locales/fr/common.json @@ -59,6 +59,9 @@ "ok": { "string": "OK" }, + "ok_random": { + "string": "Génial !\nSuper !\nCool !\nGénial !\nFantastique !\nSuper !\nExcellent !\nSuper !" + }, "reset": { "string": "Réinitialiser" }, @@ -92,6 +95,12 @@ "connect": { "string": "Connecter" }, + "min": { + "string": "Min" + }, + "max": { + "string": "Max" + }, "default": { "string": "Défaut" }, diff --git a/src/utils/i18n/locales/fr/index.ts b/src/utils/i18n/locales/fr/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/fr/index.ts +++ b/src/utils/i18n/locales/fr/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/fr/settings.json b/src/utils/i18n/locales/fr/settings.json index 9dd60a29d..7d824b844 100644 --- a/src/utils/i18n/locales/fr/settings.json +++ b/src/utils/i18n/locales/fr/settings.json @@ -125,6 +125,11 @@ "string": "Afficher les titres des widgets" } }, + "quickpay": { + "nav_title": { + "string": "QuickPay" + } + }, "security": { "title": { "string": "Sécurité et vie privée" @@ -390,18 +395,6 @@ "cs_auto_mode": { "string": "Mode Autopilote" }, - "cs_max": { - "string": "Plus privé" - }, - "cs_max_description": { - "string": "Triez par et utilisez le plus petit UTXO en premier. Frais plus élevés, mais cache vos plus grands UTXO." - }, - "cs_min": { - "string": "Frais les plus bas" - }, - "cs_min_description": { - "string": "Triez par et utilisez le plus grand UTXO en premier. Les frais sont plus bas, mais ils révèlent vos plus grands UTXO." - }, "cs_consolidate": { "string": "Consolider" }, diff --git a/src/utils/i18n/locales/fr/slashtags.json b/src/utils/i18n/locales/fr/slashtags.json index 0f56e338b..c6d6912c4 100644 --- a/src/utils/i18n/locales/fr/slashtags.json +++ b/src/utils/i18n/locales/fr/slashtags.json @@ -104,12 +104,6 @@ "onboarding_profile2_text": { "string": "Vous et vos contacts pouvez utiliser Bitkit pour envoyer des paiements directement, sans banque, à tout moment et en tout lieu." }, - "onboarding_widgets_header": { - "string": "Bonjour,\nWidgets" - }, - "onboarding_widgets_text": { - "string": "Profitez des flux décentralisés de vos services web préférés en ajoutant des widgets amusants et utiles à votre portefeuille Bitkit." - }, "my_profile": { "string": "Mon profil" }, @@ -170,72 +164,6 @@ "offline_enable_explain": { "string": "* Cela nécessite le partage des données de paiement." }, - "widgets": { - "string": "Widgets" - }, - "widget_add": { - "string": "Ajouter un widget" - }, - "widget_loading_description": { - "string": "Chargement de la description du widget..." - }, - "widget_failed_description": { - "string": "Échec du chargement du widget" - }, - "widget_source": { - "string": "Source" - }, - "widget_price": { - "string": "Prix du bitcoin" - }, - "widget_headlines": { - "string": "Bitcoin à la une" - }, - "widget_blocks": { - "string": "Blocs Bitcoin" - }, - "widget_facts": { - "string": "Faits itcoin" - }, - "widget_qr": { - "string": "Ou scannez le QR code" - }, - "widget_error_drive": { - "string": "Impossible d'obtenir les données" - }, - "widget_feed": { - "string": "Widget" - }, - "widget_edit": { - "string": "Widget de Flux" - }, - "widget_edit_default": { - "string": "Défaut" - }, - "widget_edit_custom": { - "string": "Personnalisé" - }, - "widget_edit_description": { - "string": "Veuillez sélectionner les champs que vous souhaitez afficher dans le widget {name}." - }, - "widget_loading_options": { - "string": "Chargement des options du widget..." - }, - "widget_reset": { - "string": "Réinitialiser" - }, - "widget_preview": { - "string": "Aperçu" - }, - "widget_delete_yes": { - "string": "Oui, Supprimer" - }, - "widget_delete_title": { - "string": "Supprimer le widget ?" - }, - "widget_delete_desc": { - "string": "Êtes-vous sûr de vouloir supprimer '{name}' de vos widgets ?" - }, "error_saving_contact": { "string": "Impossible d'enregistrer le contact" }, diff --git a/src/utils/i18n/locales/fr/wallet.json b/src/utils/i18n/locales/fr/wallet.json index fe3d22512..975c42571 100644 --- a/src/utils/i18n/locales/fr/wallet.json +++ b/src/utils/i18n/locales/fr/wallet.json @@ -1,4 +1,24 @@ { + "drawer": { + "activity": { + "string": "Activité" + }, + "contacts": { + "string": "Contacts" + }, + "profile": { + "string": "Profil" + }, + "widgets": { + "string": "Widgets" + }, + "settings": { + "string": "Paramètres" + }, + "status": { + "string": "Statut de l'application" + } + }, "send": { "string": "Envoyer" }, @@ -101,6 +121,11 @@ "send_pending": { "string": "Paiement en attente" }, + "send_quickpay": { + "nav_title": { + "string": "QuickPay" + } + }, "send_pending_note": { "string": "Ce paiement prend un peu plus de temps que prévu. Vous pouvez continuer à utiliser Bitkit." }, diff --git a/src/utils/i18n/locales/fr/widgets.json b/src/utils/i18n/locales/fr/widgets.json new file mode 100644 index 000000000..9566c93f1 --- /dev/null +++ b/src/utils/i18n/locales/fr/widgets.json @@ -0,0 +1,64 @@ +{ + "widgets": { + "string": "Widgets" + }, + "onboarding": { + "title": { + "string": "Bonjour,\nWidgets" + }, + "description": { + "string": "Profitez des flux décentralisés de vos services web préférés en ajoutant des widgets amusants et utiles à votre portefeuille Bitkit." + } + }, + "widget": { + "nav_title": { + "string": "Widget" + }, + "edit": { + "string": "Widget de Flux" + }, + "edit_default": { + "string": "Défaut" + }, + "edit_custom": { + "string": "Personnalisé" + }, + "edit_description": { + "string": "Veuillez sélectionner les champs que vous souhaitez afficher dans le widget {name}." + }, + "source": { + "string": "Source" + } + }, + "add": { + "string": "Ajouter un widget" + }, + "delete": { + "title": { + "string": "Supprimer le widget ?" + }, + "description": { + "string": "Êtes-vous sûr de vouloir supprimer '{name}' de vos widgets ?" + } + }, + "price": { + "name": { + "string": "Prix du bitcoin" + } + }, + "news": { + "name": { + "string": "Bitcoin à la une" + } + }, + "blocks": { + "name": { + "string": "Blocs Bitcoin" + } + }, + "facts": { + "name": { + "string": "Faits itcoin" + } + } +} diff --git a/src/utils/i18n/locales/it/index.ts b/src/utils/i18n/locales/it/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/it/index.ts +++ b/src/utils/i18n/locales/it/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/it/settings.json b/src/utils/i18n/locales/it/settings.json index ae900ffe7..9f046ffb6 100644 --- a/src/utils/i18n/locales/it/settings.json +++ b/src/utils/i18n/locales/it/settings.json @@ -393,18 +393,6 @@ "cs_auto_mode": { "string": "Modalità Autopilot" }, - "cs_max": { - "string": "Più privato" - }, - "cs_max_description": { - "string": "Ordina e utilizza prima l'UTXO più piccolo. Commissione più alta, ma nasconde i tuoi UTXO più grandi." - }, - "cs_min": { - "string": "Commissione più bassa" - }, - "cs_min_description": { - "string": "Ordina e utilizza prima l'UTXO più grande. Commissione più bassa, ma rivela i tuoi UTXO più grandi." - }, "cs_consolidate": { "string": "Consolidare" }, diff --git a/src/utils/i18n/locales/it/slashtags.json b/src/utils/i18n/locales/it/slashtags.json index f17f23d2c..6a12132cb 100644 --- a/src/utils/i18n/locales/it/slashtags.json +++ b/src/utils/i18n/locales/it/slashtags.json @@ -104,12 +104,6 @@ "onboarding_profile2_text": { "string": "Tu e i tuoi contatti potete usare BitKit per inviarvi pagamenti direttamente, senza banche, sempre, ovunque." }, - "onboarding_widgets_header": { - "string": "Ciao,\nWidgets" - }, - "onboarding_widgets_text": { - "string": "Goditi i feed decentralizzati dai tuoi servizi web preferiti, aggiungendo widget divertenti e utili al tuo portafoglio Bitkit." - }, "my_profile": { "string": "Il mio profilo" }, @@ -170,72 +164,6 @@ "offline_enable_explain": { "string": "* Questo richiede la condivisione dei dati di pagamento." }, - "widgets": { - "string": "Widget" - }, - "widget_add": { - "string": "Aggiungi Widget" - }, - "widget_loading_description": { - "string": "Caricamento descrizione del widget..." - }, - "widget_failed_description": { - "string": "Impossibile caricare il widget" - }, - "widget_source": { - "string": "Fonte" - }, - "widget_price": { - "string": "Prezzo Bitcoin" - }, - "widget_headlines": { - "string": "Titoli di Testa di Bitcoin" - }, - "widget_blocks": { - "string": "Blocchi Bitcoin" - }, - "widget_facts": { - "string": "Fatti su Bitcoin" - }, - "widget_qr": { - "string": "O Scansiona QR" - }, - "widget_error_drive": { - "string": "Impossibile ottenere dati" - }, - "widget_feed": { - "string": "Widget" - }, - "widget_edit": { - "string": "Feed Widget" - }, - "widget_edit_default": { - "string": "Predefinito" - }, - "widget_edit_custom": { - "string": "Custom" - }, - "widget_edit_description": { - "string": "Seleziona quali campi desideri visualizzare nel widget {name}." - }, - "widget_loading_options": { - "string": "Caricamento opzioni widget..." - }, - "widget_reset": { - "string": "Ripristino" - }, - "widget_preview": { - "string": "Anteprima" - }, - "widget_delete_yes": { - "string": "Si, Elimina" - }, - "widget_delete_title": { - "string": "Eliminare Widget?" - }, - "widget_delete_desc": { - "string": "Sei sicuro di volere eliminare ‘{name}‘ dai tuoi widget?" - }, "error_saving_contact": { "string": "Impossibile salvare il profilo" }, diff --git a/src/utils/i18n/locales/it/wallet.json b/src/utils/i18n/locales/it/wallet.json index b5137f1b4..f347cdfdc 100644 --- a/src/utils/i18n/locales/it/wallet.json +++ b/src/utils/i18n/locales/it/wallet.json @@ -1,4 +1,24 @@ { + "drawer": { + "activity": { + "string": "Attività" + }, + "contacts": { + "string": "Contatti" + }, + "profile": { + "string": "Profilo" + }, + "widgets": { + "string": "Widget" + }, + "settings": { + "string": "Impostazioni" + }, + "status": { + "string": "Stato dell'app" + } + }, "send": { "string": "Invia" }, diff --git a/src/utils/i18n/locales/it/widgets.json b/src/utils/i18n/locales/it/widgets.json new file mode 100644 index 000000000..b261ea53b --- /dev/null +++ b/src/utils/i18n/locales/it/widgets.json @@ -0,0 +1,64 @@ +{ + "widgets": { + "string": "Widget" + }, + "onboarding": { + "title": { + "string": "Ciao,\nWidgets" + }, + "description": { + "string": "Goditi i feed decentralizzati dai tuoi servizi web preferiti, aggiungendo widget divertenti e utili al tuo portafoglio Bitkit." + } + }, + "widget": { + "nav_title": { + "string": "Widget" + }, + "edit": { + "string": "Feed Widget" + }, + "edit_default": { + "string": "Predefinito" + }, + "edit_custom": { + "string": "Custom" + }, + "edit_description": { + "string": "Seleziona quali campi desideri visualizzare nel widget {name}." + }, + "source": { + "string": "Fonte" + } + }, + "add": { + "string": "Aggiungi Widget" + }, + "delete": { + "title": { + "string": "Eliminare Widget?" + }, + "description": { + "string": "Sei sicuro di volere eliminare ‘{name}‘ dai tuoi widget?" + } + }, + "price": { + "name": { + "string": "Prezzo Bitcoin" + } + }, + "news": { + "name": { + "string": "Titoli di Testa di Bitcoin" + } + }, + "blocks": { + "name": { + "string": "Blocchi Bitcoin" + } + }, + "facts": { + "name": { + "string": "Fatti su Bitcoin" + } + } +} diff --git a/src/utils/i18n/locales/ja/index.ts b/src/utils/i18n/locales/ja/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/ja/index.ts +++ b/src/utils/i18n/locales/ja/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/ja/widgets.json b/src/utils/i18n/locales/ja/widgets.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/utils/i18n/locales/ja/widgets.json @@ -0,0 +1 @@ +{} diff --git a/src/utils/i18n/locales/ko/index.ts b/src/utils/i18n/locales/ko/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/ko/index.ts +++ b/src/utils/i18n/locales/ko/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/ko/widgets.json b/src/utils/i18n/locales/ko/widgets.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/utils/i18n/locales/ko/widgets.json @@ -0,0 +1 @@ +{} diff --git a/src/utils/i18n/locales/nl/index.ts b/src/utils/i18n/locales/nl/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/nl/index.ts +++ b/src/utils/i18n/locales/nl/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/nl/settings.json b/src/utils/i18n/locales/nl/settings.json index a16aa160f..89d08c20d 100644 --- a/src/utils/i18n/locales/nl/settings.json +++ b/src/utils/i18n/locales/nl/settings.json @@ -393,18 +393,6 @@ "cs_auto_mode": { "string": "Autopilot Mode" }, - "cs_max": { - "string": "Meer privé" - }, - "cs_max_description": { - "string": "Sorteer op en gebruik eerst de kleinste UTXO. Hogere kosten, maar verbergt uw grootste UTXO's." - }, - "cs_min": { - "string": "Laagste kosten" - }, - "cs_min_description": { - "string": "Sorteer op en gebruik de grootste UTXO eerst. Laagste kosten, maar onthult uw grootste UTXO's." - }, "cs_consolidate": { "string": "Consolideren" }, diff --git a/src/utils/i18n/locales/nl/slashtags.json b/src/utils/i18n/locales/nl/slashtags.json index c6d9865ed..c07ac2b4f 100644 --- a/src/utils/i18n/locales/nl/slashtags.json +++ b/src/utils/i18n/locales/nl/slashtags.json @@ -142,47 +142,5 @@ }, "offline_enable_explain": { "string": "*Dit vereist het delen van data om betalingen te kunnen maken" - }, - "widgets": { - "string": "Widgets" - }, - "widget_add": { - "string": "Widget Toevoegen" - }, - "widget_price": { - "string": "Bitcoinprijs" - }, - "widget_headlines": { - "string": "Bitcoin Nieuwes" - }, - "widget_blocks": { - "string": "Bitcoin Blokken" - }, - "widget_facts": { - "string": "Bitcoin Feiten" - }, - "widget_qr": { - "string": "Of Scan QR Code" - }, - "widget_edit": { - "string": "Widget Feed" - }, - "widget_edit_custom": { - "string": "Op maat" - }, - "widget_loading_options": { - "string": "Widget opties aan het laden..." - }, - "widget_reset": { - "string": "Resetten" - }, - "widget_delete_yes": { - "string": "Ja, Verwijder" - }, - "widget_delete_title": { - "string": "Widget Verwijderen?" - }, - "widget_delete_desc": { - "string": "Weet u zeker dat u '{name}' wilt wissen van uw widgetlijst?" } } diff --git a/src/utils/i18n/locales/nl/wallet.json b/src/utils/i18n/locales/nl/wallet.json index 09a520003..23b36a9f6 100644 --- a/src/utils/i18n/locales/nl/wallet.json +++ b/src/utils/i18n/locales/nl/wallet.json @@ -1,4 +1,24 @@ { + "drawer": { + "activity": { + "string": "Activiteit" + }, + "contacts": { + "string": "Contacten" + }, + "profile": { + "string": "Profiel" + }, + "widgets": { + "string": "Widgets" + }, + "settings": { + "string": "Instellingen" + }, + "status": { + "string": "App-status" + } + }, "send": { "string": "Verstuur" }, diff --git a/src/utils/i18n/locales/nl/widgets.json b/src/utils/i18n/locales/nl/widgets.json new file mode 100644 index 000000000..90fc34402 --- /dev/null +++ b/src/utils/i18n/locales/nl/widgets.json @@ -0,0 +1,44 @@ +{ + "widgets": { + "string": "Widgets" + }, + "widget": { + "edit": { + "string": "Widget Feed" + }, + "edit_custom": { + "string": "Op maat" + } + }, + "add": { + "string": "Widget Toevoegen" + }, + "delete": { + "title": { + "string": "Widget Verwijderen?" + }, + "description": { + "string": "Weet u zeker dat u '{name}' wilt wissen van uw widgetlijst?" + } + }, + "price": { + "name": { + "string": "Bitcoinprijs" + } + }, + "news": { + "name": { + "string": "Bitcoin Nieuwes" + } + }, + "blocks": { + "name": { + "string": "Bitcoin Blokken" + } + }, + "facts": { + "name": { + "string": "Bitcoin Feiten" + } + } +} diff --git a/src/utils/i18n/locales/no/index.ts b/src/utils/i18n/locales/no/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/no/index.ts +++ b/src/utils/i18n/locales/no/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/no/widgets.json b/src/utils/i18n/locales/no/widgets.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/utils/i18n/locales/no/widgets.json @@ -0,0 +1 @@ +{} diff --git a/src/utils/i18n/locales/pl/cards.json b/src/utils/i18n/locales/pl/cards.json index dd5216b04..bf1304347 100644 --- a/src/utils/i18n/locales/pl/cards.json +++ b/src/utils/i18n/locales/pl/cards.json @@ -1,4 +1,52 @@ { + "backupSeedPhrase": { + "title": { + "string": "Kopia zap." + }, + "description": { + "string": "Przechowuj bitcoin" + } + }, + "discount": { + "title": { + "string": "Rabat" + }, + "description": { + "string": "Saldo do wydawania" + } + }, + "quickpay": { + "title": { + "string": "QuickPay" + }, + "description": { + "string": "Skanuj i zapłać" + } + }, + "invite": { + "title": { + "string": "Zaproś" + }, + "description": { + "string": "Udostępnij Bitkit" + } + }, + "lightning": { + "title": { + "string": "Wydawaj" + }, + "description": { + "string": "Płatności natychmiastowe" + } + }, + "lightningSettingUp": { + "title": { + "string": "Transfery" + }, + "description": { + "string": "W toku..." + } + }, "lightningConnecting": { "title": { "string": "Łączenie" @@ -15,21 +63,62 @@ "string": "Połączone!" } }, + "transferPending": { + "title": { + "string": "Transfer" + }, + "description": { + "string": "Gotowe za ±{duration}" + } + }, "transferClosingChannel": { + "title": { + "string": "Inicjowanie" + }, "description": { "string": "Pozostaw aplikację włączoną" } }, "pin": { + "title": { + "string": "Zabezpiecz" + }, "description": { "string": "Ustaw kod PIN" } }, "slashtagsProfile": { + "title": { + "string": "Profil" + }, "description": { "string": "Dodaj swoje detale" } }, + "support": { + "title": { + "string": "Wsparcie" + }, + "description": { + "string": "Otrzymaj wsparcie" + } + }, + "buyBitcoin": { + "title": { + "string": "Kup" + }, + "description": { + "string": "Kup trochę bitcoina" + } + }, + "btFailed": { + "title": { + "string": "Niepowodzenie" + }, + "description": { + "string": "Spróbuj ponownie" + } + }, "suggestions": { "string": "Sugestie" } diff --git a/src/utils/i18n/locales/pl/common.json b/src/utils/i18n/locales/pl/common.json index ecbd3b5eb..3eb97aa43 100644 --- a/src/utils/i18n/locales/pl/common.json +++ b/src/utils/i18n/locales/pl/common.json @@ -1,4 +1,7 @@ { + "advanced": { + "string": "Zaawansowane" + }, "continue": { "string": "Dalej" }, @@ -20,6 +23,15 @@ "dialog_cancel": { "string": "Nie, anuluj" }, + "sat_vbyte": { + "string": "₿ / vbajt" + }, + "sat_vbyte_compact": { + "string": "₿/vbajt" + }, + "edit": { + "string": "Edytuj" + }, "copy": { "string": "Kopiuj" }, @@ -41,9 +53,18 @@ "delete": { "string": "Usuń" }, + "delete_yes": { + "string": "Tak, usuń" + }, "ok": { "string": "OK" }, + "ok_random": { + "string": "Świetnie!\nNieźle!\nSuper!\nWspaniale\nFantastycznie!\nEkstra!\nZnakomicie!\nRewelacyjnie!" + }, + "reset": { + "string": "Resetuj" + }, "retry": { "string": "Spróbuj ponownie" }, @@ -53,6 +74,9 @@ "skip": { "string": "Pomiń" }, + "copied": { + "string": "Skopiowano do schowka" + }, "yes": { "string": "Tak" }, @@ -67,5 +91,20 @@ }, "understood": { "string": "Rozumiem" + }, + "connect": { + "string": "Połącz" + }, + "min": { + "string": "Min" + }, + "max": { + "string": "Max" + }, + "default": { + "string": "Domyślne" + }, + "preview": { + "string": "Podgląd" } } diff --git a/src/utils/i18n/locales/pl/fee.json b/src/utils/i18n/locales/pl/fee.json index e9d569a9d..b96f8d480 100644 --- a/src/utils/i18n/locales/pl/fee.json +++ b/src/utils/i18n/locales/pl/fee.json @@ -1,5 +1,78 @@ { + "instant": { + "title": { + "string": "Natychmiast" + }, + "description": { + "string": "±2-10 sekunds" + }, + "shortRange": { + "string": "2-10s" + }, + "shortDescription": { + "string": "±2s" + } + }, + "fast": { + "title": { + "string": "Szybko" + }, + "description": { + "string": "±10-20 minut" + }, + "shortRange": { + "string": "10-20m" + }, + "shortDescription": { + "string": "±10m" + } + }, + "normal": { + "title": { + "string": "Normalnie" + }, + "description": { + "string": "±20-60 minut" + }, + "shortRange": { + "string": "20-60m" + }, + "shortDescription": { + "string": "±20m" + } + }, + "slow": { + "title": { + "string": "Wolno" + }, + "description": { + "string": "±1-2 godzin" + }, + "shortRange": { + "string": "1-2h" + }, + "shortDescription": { + "string": "±1h" + } + }, + "minimum": { + "title": { + "string": "Minimum" + }, + "description": { + "string": "+2 godziny" + }, + "shortRange": { + "string": "+2h" + }, + "shortDescription": { + "string": "+2h" + } + }, "custom": { + "title": { + "string": "Własna" + }, "description": { "string": "Zależy od opłaty" }, diff --git a/src/utils/i18n/locales/pl/index.ts b/src/utils/i18n/locales/pl/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/pl/index.ts +++ b/src/utils/i18n/locales/pl/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/pl/lightning.json b/src/utils/i18n/locales/pl/lightning.json index eeb2bb5f4..f38265db3 100644 --- a/src/utils/i18n/locales/pl/lightning.json +++ b/src/utils/i18n/locales/pl/lightning.json @@ -1,9 +1,91 @@ { + "transfer_intro": { + "button": { + "string": "Rozpocznij" + } + }, + "funding": { + "nav_title": { + "string": "Saldo do wydawania" + }, + "button1": { + "string": "Prześlij z Oszczędności" + }, + "button2": { + "string": "Użyj innego portfela" + }, + "button3": { + "string": "Zaawansowane" + } + }, + "funding_advanced": { + "nav_title": { + "string": "Saldo do wydawania" + }, + "title": { + "string": "Ustawienia zaawansowane" + }, + "text": { + "string": "Zeskanuj kod QR, aby odebrać swój kanał LNURL od innego LSP, lub wybierz ręczną konfigurację." + }, + "button1": { + "string": "Kod QR kanału LNURL" + } + }, + "no_funds": { + "title": { + "string": "Brak dostępnych środków" + }, + "fund": { + "string": "Zasil portfel" + } + }, + "transfer": { + "nav_title": { + "string": "Prześlij środki" + } + }, + "spending_intro": { + "button": { + "string": "Rozpocznij" + } + }, "transfer_failed": { "continue": { "string": "Spróbuj ponownie" } }, + "spending_amount": { + "quarter": { + "string": "25%" + } + }, + "spending_confirm": { + "network_fee": { + "string": "Opłaty sieciowe" + }, + "lsp_fee": { + "string": "Opłaty serwisowe" + }, + "total": { + "string": "Razem" + } + }, + "savings_intro": { + "button": { + "string": "Rozpocznij" + } + }, + "savings_confirm": { + "label": { + "string": "Prześlij na Oszczędności" + } + }, + "savings_advanced": { + "text": { + "string": "Możesz przenieść część swojego salda wydatków na oszczędności, ponieważ masz kilka aktywnych połączeń Lightning." + } + }, "external_manual": { "node_id": { "string": "ID węzła" @@ -13,11 +95,41 @@ }, "port": { "string": "Port" + }, + "paste": { + "string": "Wklej adres URI węzła" + }, + "scan": { + "string": "Skanuj QR" } }, + "savings": { + "string": "Oszczędności" + }, + "error_invoice": { + "string": "Nie udało się utworzyć faktury" + }, + "error_decode": { + "string": "Nie można zdekodować faktury" + }, + "invoice_copied": { + "string": "Skopiowano fakturę do schowka" + }, + "other": { + "string": "Inne" + }, "channel_node_id": { "string": "ID węzła" }, + "support": { + "string": "Wsparcie" + }, + "close_error": { + "string": "Transfer nie powiódł się" + }, + "close_text": { + "string": "Opłata za zamknięcie tego połączenia Lightning i przelanie środków z powrotem na oszczędności zależy od warunków sieciowych.\n\nPrzelew środków na oszczędności jest zazwyczaj natychmiastowy, ale w szczególnych warunkach sieciowych rozliczenie może potrwać do 14 dni." + }, "close_button": { "string": "Zamknij" } diff --git a/src/utils/i18n/locales/pl/onboarding.json b/src/utils/i18n/locales/pl/onboarding.json index df65a68c1..45331e7a3 100644 --- a/src/utils/i18n/locales/pl/onboarding.json +++ b/src/utils/i18n/locales/pl/onboarding.json @@ -1,5 +1,152 @@ { + "tos_header": { + "string": "Bitkit\nwarunki użytkowania" + }, + "tos_checkbox": { + "string": "Warunki użytkowania" + }, + "tos_checkbox_value": { + "string": "Oświadczam, że zapoznałem się i akceptuję warunki użytkowania." + }, + "pp_checkbox": { + "string": "Polityka prywatności" + }, + "pp_checkbox_value": { + "string": "Oświadczam, że zapoznałem się i akceptuję politykę prywatności." + }, + "welcome_title": { + "string": "Możesz ₿yć \nzmianą" + }, + "welcome_text": { + "string": "Używaj Bitkit, aby płacić każdemu, gdziekolwiek i kiedykolwiek, oraz wydawaj bitcoiny na rzeczy, które cenisz w życiu." + }, + "get_started": { + "string": "Rozpocznij" + }, + "skip_intro": { + "string": "Pomiń wprowadzenie" + }, "skip": { "string": "Pomiń" + }, + "slide0_header": { + "string": "Wolność w\ntwojej kieszeni" + }, + "slide0_text": { + "string": "Bitkit przekazuje Ci klucze do zarządzania Twoimi pieniędzmi. Wydawaj teraz lub oszczędzaj na później. Wybór należy do Ciebie." + }, + "slide1_header": { + "string": "Płatności\nnatychmiastowe" + }, + "slide1_text": { + "string": "Wydawaj bitcoiny szybciej niż kiedykolwiek. Ciesz się natychmiastowymi i tanimi płatnościami z przyjaciółmi, rodziną i sprzedawcami." + }, + "slide1_note": { + "string": "Bitkit nie świadczy obecnie usług Lightning w Twoim kraju, ale nadal możesz łączyć się z innymi węzłami." + }, + "slide2_header": { + "string": "Bitcoinerzy,\nbez granic" + }, + "slide2_text": { + "string": "Przejmij kontrolę nad swoim cyfrowym życiem dzięki przenośnym profilom i płatnym kontaktom." + }, + "slide3_header": { + "string": "Prywatność nie jest\nprzestępstwem" + }, + "slide3_text": { + "string": "Przesuń, aby ukryć saldo, zwiększyć prywatność płatności i zabezpieczyć portfel dzięki funkcjom bezpieczeństwa." + }, + "slide4_header": { + "string": "Twoje klucze,\ntwoje monety" + }, + "slide4_text": { + "string": "Utwórzmy twój portfel. Pamiętaj, że Bitkit to oprogramowanie mobilne. Nie przechowuj w nim wszystkich swoich środków." + }, + "new_wallet": { + "string": "Nowy portfel" + }, + "restore": { + "string": "Odzyskaj" + }, + "restore_wallet": { + "string": "Odzyskaj portfel" + }, + "advanced_setup": { + "string": "Ustawienia zaawansowane" + }, + "advanced": { + "string": "Zaawansowane" + }, + "passphrase_header": { + "string": "Zabezpiecz hasłem" + }, + "passphrase_text": { + "string": "Możesz dodać tajne hasło do 12-wyrazowej frazy odzyskiwania. Jeśli to zrobisz, pamiętaj, aby jej nie zapomnieć." + }, + "passphrase": { + "string": "Hasło" + }, + "create_new_wallet": { + "string": "Utwórz nowy portfel" + }, + "restore_header": { + "string": "Odzyskaj\nswój portfel" + }, + "restore_phrase": { + "string": "Wpisz swoją frazę odzyskiwania z dowolnej (papierowej) kopii zapasowej." + }, + "restore_red_explain": { + "string": "Jeśli słowo jest oznaczone na czerwono, nie zostało znalezione w słowniku fraz odzyskiwania. Sprawdź, czy nie ma literówek." + }, + "restore_inv_checksum": { + "string": "Sumy kontrolne frazy odzyskiwania nie zgadzają się. Sprawdź ją ponownie." + }, + "restore_suggestions": { + "string": "SUGESTIE" + }, + "restore_passphrase_placeholder": { + "string": "Hasło*" + }, + "restore_passphrase_meaning": { + "string": "Opcjonalne, wpisz tylko jeśli zostało wcześniej ustawione." + }, + "restore_error_title": { + "string": "Odzyskanie portfela nie powiodło się" + }, + "restore_error_description": { + "string": "Bitkit nie mógł przywrócić Twojego portfela z kopii zapasowej ani frazy odzyskiwania." + }, + "loading_header": { + "string": "Konfigurowanie\ntwojego portfela" + }, + "restore_success_header": { + "string": "Portfel przywrócony" + }, + "restore_success_text": { + "string": "Pomyślnie przywrócono Twój portfel z kopii zapasowej. Ciesz się korzystaniem z Bitkit!" + }, + "restore_failed_header": { + "string": "Błąd salda do wydawania" + }, + "restore_failed_text": { + "string": "Bitkit przywrócił Twoje oszczędności, ale nie udało się przywrócić bieżącego salda wydatków (stan Lightning) ani danych portfela." + }, + "restore_no_backup_button": { + "string": "Kontynuuj bez kopii zapasowej" + }, + "restore_no_backup_warn": { + "string": "Jeśli wcześniej miałeś kopię zapasową Lightning, zostanie ona nadpisana i utracona. Może to skutkować utratą środków." + }, + "empty_wallet": { + "string": "Aby\nrozpocząć\nwyślij\nBitcoin\nna swój\nportfel" + }, + "error_create": { + "string": "Tworzenie portfela nie powiodło się" + }, + "multiple_header": { + "string": "Uwaga:\nwiele urządzeń" + }, + "multiple_text": { + "string": "Nie instaluj swojej frazy odzyskiwania Bitkit na kilku telefonach jednocześnie, ponieważ może to uszkodzić Twoje dane." } } diff --git a/src/utils/i18n/locales/pl/other.json b/src/utils/i18n/locales/pl/other.json index 0180a3336..ba8d3860c 100644 --- a/src/utils/i18n/locales/pl/other.json +++ b/src/utils/i18n/locales/pl/other.json @@ -1,8 +1,53 @@ { + "qr_scan": { + "string": "Skanuj kod QR" + }, + "qr_error_header": { + "string": "Nie można odczytać kodu QR" + }, + "qr_error_text": { + "string": "Bitkit nie jest w stanie odczytać tego kodu QR." + }, + "qr_error_no_data_header": { + "string": "Nie można odczytać danych" + }, + "qr_error_no_data_text": { + "string": "Bitkit nie był w stanie przeczytać podanych danych." + }, + "qr_error_network_header": { + "string": "Nieprawdiłowa sieć" + }, + "qr_paste": { + "string": "Wklej kod QR" + }, + "buy_header": { + "string": "Kup trochę\nBitcoina" + }, + "buy_button": { + "string": "Wybierz giełdę" + }, + "error_keychain": { + "string": "Problem z połączeniem" + }, + "connection_restored_title": { + "string": "Połączenie z Electrum przywrócone" + }, + "connection_issue": { + "string": "Problemy z połączeniem z internetem" + }, + "connection_reconnect_title": { + "string": "Ponowne łączenie z Electrum" + }, + "connection_back_title": { + "string": "Połączenie z Internetem przywrócone" + }, "high_balance": { "nav_title": { "string": "Wysokie saldo" }, + "text": { + "string": "Twoje saldo portfela przekracza 500$.\nDla bezpieczeństwa rozważ przeniesienie części oszczędności do portfela offline." + }, "continue": { "string": "Rozumiem" }, @@ -28,6 +73,9 @@ "clipboard_redirect_msg": { "string": "Czy chcesz zostać przekierowany do odpowiedniego ekranu?" }, + "pay_insufficient_savings": { + "string": "Niewystarczające oszczędności" + }, "swipe": { "string": "Przesuń, aby potwierdzić" }, @@ -37,6 +85,12 @@ "scan_err_interpret_title": { "string": "Nie można zinterpretować dostarczonych danych" }, + "scan_err_not_payable_msg": { + "string": "Ten kod QR nie zawiera danych płatności." + }, + "rate_error_msg_nodate": { + "string": "Bitkit nie mógł zaktualizować bieżącego kursu wymiany Bitcoina. Spróbuj ponownie później." + }, "lnurl_pay_error_no_capacity": { "string": "Niewystarczająca pojemność wychodząca/wysyłająca, aby ukończyć żądanie lnurl-pay." }, @@ -61,9 +115,15 @@ "lnurl_channel_success_msg_no_peer": { "string": "Pomyślnie zażądano kanału." }, + "lnurl_auth_success_title": { + "string": "Zalogowano" + }, "phone_settings": { "string": "Otwórz ustawienia telefonu" }, + "bt_error_retrieve": { + "string": "Transfer nie powiódł się" + }, "bt_channel_purchase_cost_error": { "string": "Potrzebujesz {delta}aby ukończyć transakcję." }, @@ -73,10 +133,16 @@ "update_nav_title": { "string": "Aktualizacja dostępna" }, + "update_title": { + "string": "Uaktualnij\nBitkit" + }, "update_text": { "string": "Zaktualizuj proszę aplikację Bitkit do najnowszej wersji aby cieszyć się nowymi funkcjami i poprawkami. " }, "update_button": { "string": "Aktualizacja" + }, + "try_again": { + "string": "Spróbuj ponownie." } } diff --git a/src/utils/i18n/locales/pl/security.json b/src/utils/i18n/locales/pl/security.json index eb0b141f9..c1bb4047a 100644 --- a/src/utils/i18n/locales/pl/security.json +++ b/src/utils/i18n/locales/pl/security.json @@ -2,6 +2,9 @@ "backup_wallet": { "string": "Kopia zapasowa portfela" }, + "backup_title": { + "string": "Bezpiecznie przechowuj swoje Bitcoiny" + }, "backup_funds": { "string": "Ponieważ posiadasz już środki na swoim portfelu, to czas aby zarobić kopię zapasową!" }, @@ -68,6 +71,9 @@ "pin_security_header": { "string": "Zwieksz bezpieczeństwo" }, + "pin_security_text": { + "string": "Aby zwiększyć bezpieczeństwo portfela, możesz ustawić kod PIN i Face ID." + }, "pin_security_button": { "string": "Zabezpiecz portfel" }, @@ -116,6 +122,9 @@ "pin_send": { "string": "Proszę podaj swój kod PIN aby potwierdzić i wysłać płatność." }, + "pin_send_title": { + "string": "Wprowadź kod PIN" + }, "pin_use_biometrics": { "string": "Użyj {biometricsName}" }, @@ -143,6 +152,9 @@ "bio_loading": { "string": "Ładuję..." }, + "bio_ask": { + "string": "Kod PIN ustawiony. Czy chcesz używać {biometricsName} zamiast twojego PIN-u?" + }, "bio_use": { "string": "Użyj {biometricsName}" }, @@ -152,6 +164,9 @@ "success_title": { "string": "Portfel zabezpieczony" }, + "success_bio": { + "string": "Pomyślnie ustawiono kod PIN i {biometricsName}, aby zwiększyć bezpieczeństwo portfela." + }, "success_no_bio": { "string": "Skutecznie ustawiono kod PIN zwiększając bezpieczeństwo portfela." }, @@ -173,6 +188,9 @@ "reset_dialog_title": { "string": "Zresetować Bitkit?" }, + "reset_dialog_desc": { + "string": "Czy na pewno chcesz zresetować swój portfel Bitkit? Czy masz kopię zapasową swojej frazy odzyskiwania i danych portfela?" + }, "display_seed": { "string": "Pokaż mnemonik" }, @@ -203,6 +221,9 @@ "cp_title": { "string": "Zmień kod PIN" }, + "cp_text": { + "string": "Możesz zmienić swój kod PIN na nową\n4-cyfrową kombinację. Najpierw wprowadź aktualny kod PIN." + }, "cp_retype_title": { "string": "Wpisz ponownie kod PIN" }, diff --git a/src/utils/i18n/locales/pl/settings.json b/src/utils/i18n/locales/pl/settings.json index 62d9f0b56..ee9ba4a75 100644 --- a/src/utils/i18n/locales/pl/settings.json +++ b/src/utils/i18n/locales/pl/settings.json @@ -1,18 +1,106 @@ { + "settings": { + "string": "Ustawienia" + }, + "security_title": { + "string": "Bezpieczeństwo i prywatność" + }, + "backup_title": { + "string": "Utwórz kopię zapasową lub przywróć" + }, + "advanced_title": { + "string": "Zaawansowane" + }, + "support_title": { + "string": "Wsparcie" + }, "about": { "share": { "string": "Udostępnij" } }, - "backup": { - "category_settings": { - "string": "Ustawienia" + "general": { + "currency_other": { + "string": "Inne waluty" + }, + "unit_note": { + "string": "Porada: szybko przełączaj się między Bitcoinem a {currency}, dotykając salda portfela." + } + }, + "widgets": { + "nav_title": { + "string": "Widgety" + }, + "showWidgets": { + "string": "Widgety" + }, + "showWidgetTitles": { + "string": "Pokazuj tytuły widgetów" + } + }, + "quickpay": { + "nav_title": { + "string": "QuickPay" + }, + "intro": { + "title": { + "string": "Bezproblemowe\npłatności" + }, + "description": { + "string": "Bitkit QuickPay przyspiesza płatności, automatycznie opłacając zeskanowane kody QR." + } + }, + "settings": { + "toggle": { + "string": "Włącz QuickPay" + }, + "text": { + "string": "Jeśli ta opcja jest włączona, zeskanowane faktury poniżej ${amount} zostaną opłacone automatycznie, bez konieczności potwierdzenia lub podania PIN-u*." + }, + "label": { + "string": "Próg QuickPay" + }, + "note": { + "string": "* Bitkit QuickPay obsługuje wyłącznie płatności z Twojego salda wydatków." + } + } + }, + "security": { + "title": { + "string": "Bezpieczeństwo i prywatność" + }, + "clipboard": { + "string": "Odczytaj schowek dla wygody użytkowania" + }, + "pin": { + "string": "Kod PIN" + }, + "pin_change": { + "string": "Zmień kod PIN" + }, + "pin_launch": { + "string": "Wymagaj kodu PIN podczas uruchamiania" + }, + "pin_idle": { + "string": "Wymagaj PIN-u po bezczynności" + }, + "pin_payments": { + "string": "Wymagaj PIN-u do płatności" + }, + "footer": { + "string": "Po włączeniu tej opcji możesz używać {biometryTypeName} zamiast kodu PIN do odblokowania portfela lub wysyłania płatności." } }, "support": { + "title": { + "string": "Wsparcie" + }, "text_button": { "string": "Wyślij" }, + "title_success": { + "string": "Wysłano pomyślnie" + }, "text_success_button": { "string": "OK" }, @@ -20,6 +108,42 @@ "string": "Spróbuj ponownie" } }, + "adv": { + "section_other": { + "string": "Inne" + }, + "cs_consolidate_description": { + "string": "Użyj wszystkich dostępnych UTXO, niezależnie od wysyłanej kwoty. Skorzystaj z tej metody, gdy opłaty są niskie, aby zmniejszyć koszty przyszłych transakcji." + } + }, + "fee": { + "fast": { + "value": { + "string": "Szybko" + } + }, + "normal": { + "label": { + "string": "Normalnie" + }, + "value": { + "string": "Normalnie" + } + }, + "custom": { + "label": { + "string": "Własna" + }, + "value": { + "string": "Własna" + } + } + }, + "addr": { + "copied": { + "string": "Skopiowano do schowka" + } + }, "es": { "host": { "string": "Host" @@ -31,6 +155,14 @@ "gap": { "save": { "string": "Zapisz" + }, + "reset": { + "string": "Resetuj" + } + }, + "rgs": { + "button_connect": { + "string": "Połącz" } } } diff --git a/src/utils/i18n/locales/pl/slashtags.json b/src/utils/i18n/locales/pl/slashtags.json index 892c4e7bc..266a0ab0d 100644 --- a/src/utils/i18n/locales/pl/slashtags.json +++ b/src/utils/i18n/locales/pl/slashtags.json @@ -1,11 +1,137 @@ { + "your_name": { + "string": "Twoje imie" + }, + "your_name_capital": { + "string": "Twoje imię" + }, + "contact_name": { + "string": "Nazwa kontaktu" + }, + "contact": { + "string": "Kontakt" + }, + "contacts": { + "string": "Kontakty" + }, + "contact_add": { + "string": "Dodaj kontakt" + }, + "contact_add_capital": { + "string": "Dodaj kontakt" + }, + "contact_add_explain": { + "string": "Dodaj nowy kontakt, skanując jego kod QR lub wklejając klucz poniżej." + }, + "contact_add_button": { + "string": "Dodaj" + }, + "contact_key_paste": { + "string": "Wklej klucz" + }, + "contact_error_yourself": { + "string": "Nie możesz dodać siebie jako kontakt." + }, + "contact_error_key": { + "string": "To nie jest poprawny klucz." + }, + "contact_edit_capital": { + "string": "Edytuj kontakt" + }, + "contacts_name": { + "string": "Nazwa kontaktu" + }, + "contact_ldk_not_ready": { + "string": "Sieć Lightning nie jest jeszcze gotowa." + }, + "contact_share": { + "string": "Udostępnij klucz profilu" + }, + "contact_this": { + "string": "ten kontakt" + }, + "contact_copied": { + "string": "Klucz profilu skopiowany do schowka" + }, + "contact_delete_title": { + "string": "Usunąć {name}?" + }, + "contact_delete_text": { + "string": "Czy na pewno chcesz usunąć {name} ze swoich kontaktów?" + }, + "contact_delete_yes": { + "string": "Tak, usuń" + }, + "contact_select": { + "string": "Wybierz kontakt" + }, + "contact_assign": { + "string": "Przypisz kontakt" + }, + "contacts_no_found": { + "string": "Nie znaleziono kontaktów" + }, + "disabled": { + "string": "Slashtagi wyłączone" + }, + "onboarding_text": { + "string": "Otrzymuj automatyczne aktualizacje od swoich kontaktów Bitkit, płać im i śledź ich publiczne profile." + }, + "onboarding_button": { + "string": "Dodaj pierwszy kontakt" + }, + "onboarding_profile2_text": { + "string": "Ty i Twoje kontakty możecie używać Bitkit do bezpośredniego przesyłania płatności – bez banków, zawsze i wszędzie." + }, + "my_profile": { + "string": "Mój profil" + }, + "profile": { + "string": "Profil" + }, "profile_save": { "string": "Zapisz" }, + "profile_pay_contacts": { + "string": "Płać swoim kontaktom" + }, + "profile_create": { + "string": "Utwórz profil" + }, + "profile_add_link": { + "string": "Dodaj link" + }, + "profile_link_label": { + "string": "Etykieta" + }, + "profile_link_label_placeholder": { + "string": "Na przykład 'Strona internetowa'" + }, + "profile_link_value": { + "string": "Link lub tekst" + }, "profile_link_suggestions": { "string": "Sugestie" }, + "profile_edit": { + "string": "Edytuj profil" + }, "profile_delete": { "string": "Usuń" + }, + "profile_delete_dialogue_title": { + "string": "Usunąć informacje profilowe?" + }, + "profile_delete_dialogue_yes": { + "string": "Tak, usuń" + }, + "profile_delete_success_title": { + "string": "Profil usunięty" + }, + "auth_depricated_title": { + "string": "Przestarzałe" + }, + "auth_depricated_msg": { + "string": "Slashauth jest przestarzałe. Proszę używać Bitkit Beta." } } diff --git a/src/utils/i18n/locales/pl/wallet.json b/src/utils/i18n/locales/pl/wallet.json index fffdf09fd..61d101760 100644 --- a/src/utils/i18n/locales/pl/wallet.json +++ b/src/utils/i18n/locales/pl/wallet.json @@ -1,4 +1,21 @@ { + "drawer": { + "activity": { + "string": "Aktywność" + }, + "contacts": { + "string": "Kontakty" + }, + "profile": { + "string": "Profil" + }, + "widgets": { + "string": "Widgety" + }, + "settings": { + "string": "Ustawienia" + } + }, "send": { "string": "Wyślij" }, @@ -11,9 +28,27 @@ "send_to": { "string": "Do" }, + "recipient_contact": { + "string": "Kontakt" + }, + "recipient_invoice": { + "string": "Wklej fakturę" + }, + "recipient_scan": { + "string": "Skanuj QR" + }, "send_invoice": { "string": "Faktura" }, + "send_address_placeholder": { + "string": "Wprowadź fakturę Bitcoinową lub Lightning, lub adres" + }, + "send_clipboard_empty_title": { + "string": "Schowek pusty" + }, + "send_clipboard_empty_text": { + "string": "Proszę skopiować adres lub fakturę." + }, "send_amount": { "string": "Kwota bitcoinów" }, @@ -50,10 +85,118 @@ "send_dialog2": { "string": "Wygląda na to, że wysyłasz ponad 50% swojego salda. Czy kontynuować?" }, + "send_sent": { + "string": "Wysłane bitcoiny" + }, + "send_quickpay": { + "nav_title": { + "string": "QuickPay" + } + }, + "tags_add_button": { + "string": "Dodaj" + }, + "tags_filter": { + "string": "Filtruj aktywność za pomocą tagów" + }, + "toast_payment_success_title": { + "string": "Płatność wysłana" + }, + "toast_payment_success_description": { + "string": "Twoja płatność natychmiastowa została wysłana pomyślnie." + }, + "receive_specify": { + "string": "Edytuj fakturę" + }, + "receive_copied": { + "string": "Faktura skopiowana do schowka" + }, + "receive_bitcoin_invoice": { + "string": "Faktura bitcoinowa" + }, + "receive_show_qr": { + "string": "Skanuj kod QR" + }, + "activity": { + "string": "Aktywność" + }, + "activity_show_all": { + "string": "Pokaż całą aktywność" + }, + "activity_no": { + "string": "Nie ma jeszcze aktywności" + }, + "activity_no_explain": { + "string": "Otrzymaj trochę środków aby rozpocząć" + }, + "activity_sent": { + "string": "Wysłane" + }, + "activity_received": { + "string": "Otrzymano" + }, + "activity_failed": { + "string": "Niepowodzenie" + }, + "activity_transfer": { + "string": "Transfery" + }, + "activity_transfer_spending_pending": { + "string": "Z oszczędności (±{duration})" + }, + "activity_transfer_spending_done": { + "string": "Z oszczędności" + }, + "activity_bitcoin_sent": { + "string": "Wysłanych bitcoinów" + }, + "activity_bitcoin_received": { + "string": "Otrzymane Bitcoiny" + }, + "activity_removed_msg": { + "string": "Sprawdź swoją listę aktywności. {count} dotkniętych transakcji zostanie wyróżnionych na czerwono." + }, + "activity_contact": { + "string": "Kontakt" + }, "activity_successful": { "string": "Sukces" }, "activity_invoice": { "string": "Faktura" + }, + "activity_all": { + "string": "Cała aktywność" + }, + "activity_tabs": { + "all": { + "string": "Wszystko" + }, + "sent": { + "string": "Wysłano" + }, + "received": { + "string": "Otrzymane" + }, + "other": { + "string": "Inne" + } + }, + "details_savings_title": { + "string": "Oszczędności" + }, + "savings": { + "title": { + "string": "Oszczędności" + } + }, + "payment_received": { + "string": "Otrzymano Bitcoinów" + }, + "instant_payment_received": { + "string": "Otrzymano bitcoin natychmiastowo" + }, + "reorg_msg_end": { + "string": "Sprawdź swoją listę aktywności, aby zobaczyć dotknięte transakcje." } } diff --git a/src/utils/i18n/locales/pl/widgets.json b/src/utils/i18n/locales/pl/widgets.json new file mode 100644 index 000000000..de9dd5498 --- /dev/null +++ b/src/utils/i18n/locales/pl/widgets.json @@ -0,0 +1,136 @@ +{ + "widgets": { + "string": "Widgety" + }, + "onboarding": { + "title": { + "string": "Hej,\nWidgety" + }, + "description": { + "string": "Korzystaj ze zdecentralizowanych kanałów swoich ulubionych usług internetowych, dodając do portfela Bitkit przydatne i interaktywne widgety." + } + }, + "widget": { + "nav_title": { + "string": "Widget" + }, + "edit": { + "string": "Panel widgetów" + }, + "edit_default": { + "string": "Domyślne" + }, + "edit_custom": { + "string": "Własna" + }, + "edit_description": { + "string": "Wybierz pola, które chcesz wyświetlić w widgecie {name}." + }, + "source": { + "string": "Źródło" + } + }, + "add": { + "string": "Dodaj widget" + }, + "delete": { + "title": { + "string": "Usunąć widget?" + }, + "description": { + "string": "Na pewno usunąć widget ‘{name}‘ z twoich widgetów?" + } + }, + "price": { + "name": { + "string": "Cena Bitcoina" + }, + "description": { + "string": "Sprawdź najnowsze kursy wymiany Bitcoina dla różnych walut fiducjarnych." + }, + "error": { + "string": "Nie udało się pobrać danych o cenie" + } + }, + "news": { + "name": { + "string": "Bitcoinowe Nagłówki" + }, + "description": { + "string": "Przeczytaj najnowsze i najciekawsze nagłówki Bitcoin z różnych serwisów informacyjnych." + }, + "error": { + "string": "Nie udało się pobrać najnowszych wiadomości." + } + }, + "blocks": { + "name": { + "string": "Bitcoinowe Bloki" + }, + "description": { + "string": "Przeglądaj różne statystyki nowych wydobytych bloków Bitcoina." + }, + "error": { + "string": "Nie udało się pobrać danych o blokach" + } + }, + "facts": { + "name": { + "string": "Bitcoinowe Fakty" + }, + "description": { + "string": "Odkrywaj ciekawostki o Bitcoinie za każdym razem, gdy otwierasz swój portfel." + } + }, + "calculator": { + "name": { + "string": "Bitcoinowy Kalkulator" + }, + "description": { + "string": "Przelicz kwoty ₿ na {fiatSymbol} lub odwrotnie." + } + }, + "weather": { + "name": { + "string": "Bitcoinowa Pogoda" + }, + "description": { + "string": "Sprawdź, kiedy jest dobry moment na transakcję w sieci Bitcoin." + }, + "condition": { + "good": { + "title": { + "string": "Korzystne warunki" + }, + "description": { + "string": "Brak przeszkód. Teraz jest dobry moment na transakcję w sieci blockchain." + } + }, + "average": { + "title": { + "string": "Średnie warunki" + }, + "description": { + "string": "Opłaty za następny blok są zbliżone do miesięcznych średnich." + } + }, + "poor": { + "title": { + "string": "Niekorzystne warunki" + }, + "description": { + "string": "Jeśli nie musisz się spieszyć z transakcją, lepiej chwilę poczekać." + } + } + }, + "current_fee": { + "string": "Obecna średnia opłata" + }, + "next_block": { + "string": "Włączenie do następnego bloku" + }, + "error": { + "string": "Nie udało się pobrać aktualnych danych o opłatach" + } + } +} diff --git a/src/utils/i18n/locales/pt_BR/index.ts b/src/utils/i18n/locales/pt_BR/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/pt_BR/index.ts +++ b/src/utils/i18n/locales/pt_BR/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/pt_BR/settings.json b/src/utils/i18n/locales/pt_BR/settings.json index 680ac6cb7..adcd96e2e 100644 --- a/src/utils/i18n/locales/pt_BR/settings.json +++ b/src/utils/i18n/locales/pt_BR/settings.json @@ -390,18 +390,6 @@ "cs_auto_mode": { "string": "Modo de Piloto Automático" }, - "cs_max": { - "string": "Mais Privacidade" - }, - "cs_max_description": { - "string": "Prioriza UTXOs menores. A taxa é mais alta, mas oculta os maiores UTXOs." - }, - "cs_min": { - "string": "Menos Taxas" - }, - "cs_min_description": { - "string": "Prioriza UTXOs maiores. A taxa é mais baixa, mas revela seus maiores UTXOs." - }, "cs_consolidate": { "string": "Consolidação máxima" }, diff --git a/src/utils/i18n/locales/pt_BR/slashtags.json b/src/utils/i18n/locales/pt_BR/slashtags.json index 302d7f011..5f456b313 100644 --- a/src/utils/i18n/locales/pt_BR/slashtags.json +++ b/src/utils/i18n/locales/pt_BR/slashtags.json @@ -104,12 +104,6 @@ "onboarding_profile2_text": { "string": "Você e seus contatos podem usar o Bitkit para enviar pagamentos diretamente, sem bancos, a qualquer hora, em qualquer lugar." }, - "onboarding_widgets_header": { - "string": "Olá,\nWidgets" - }, - "onboarding_widgets_text": { - "string": "Aproveite os feeds descentralizados de seus serviços da web favoritos, adicionando widgets divertidos e úteis à sua carteira Bitkit." - }, "my_profile": { "string": "Meu perfil" }, @@ -170,72 +164,6 @@ "offline_enable_explain": { "string": "* Requer o compartilhamento de dados de pagamento." }, - "widgets": { - "string": "Widgets" - }, - "widget_add": { - "string": "Adicionar Widget" - }, - "widget_loading_description": { - "string": "Carregando descrição do widget..." - }, - "widget_failed_description": { - "string": "Falha ao carregar o widget" - }, - "widget_source": { - "string": "Fonte" - }, - "widget_price": { - "string": "Preço do Bitcoin" - }, - "widget_headlines": { - "string": "Manchetes sobre Bitcoin" - }, - "widget_blocks": { - "string": "Blocos do Bitcoin" - }, - "widget_facts": { - "string": "Fatos sobre o Bitcoin" - }, - "widget_qr": { - "string": "Ou Escanear QR" - }, - "widget_error_drive": { - "string": "Não foi possível obter os dados." - }, - "widget_feed": { - "string": "Widget" - }, - "widget_edit": { - "string": "Widget Feed" - }, - "widget_edit_default": { - "string": "Padrão" - }, - "widget_edit_custom": { - "string": "Personalizada" - }, - "widget_edit_description": { - "string": "Por favor, selecione quais campos você deseja exibir no widget {name}." - }, - "widget_loading_options": { - "string": "Carregando opções de widget..." - }, - "widget_reset": { - "string": "Redefinir" - }, - "widget_preview": { - "string": "Pré-visualização" - }, - "widget_delete_yes": { - "string": "Sim, Excluir" - }, - "widget_delete_title": { - "string": "Excluir o Widget?" - }, - "widget_delete_desc": { - "string": "Tem certeza de que deseja excluir '{name}' dos seus widgets?" - }, "error_saving_contact": { "string": "Não é possível salvar o contato." }, diff --git a/src/utils/i18n/locales/pt_BR/wallet.json b/src/utils/i18n/locales/pt_BR/wallet.json index 1ebce80a8..220b46570 100644 --- a/src/utils/i18n/locales/pt_BR/wallet.json +++ b/src/utils/i18n/locales/pt_BR/wallet.json @@ -1,4 +1,24 @@ { + "drawer": { + "activity": { + "string": "Atividade" + }, + "contacts": { + "string": "Contatos" + }, + "profile": { + "string": "Perfil" + }, + "widgets": { + "string": "Widgets" + }, + "settings": { + "string": "Configurações" + }, + "status": { + "string": "Status do Aplicativo" + } + }, "send": { "string": "Enviar" }, diff --git a/src/utils/i18n/locales/pt_BR/widgets.json b/src/utils/i18n/locales/pt_BR/widgets.json new file mode 100644 index 000000000..dc2a2d1cf --- /dev/null +++ b/src/utils/i18n/locales/pt_BR/widgets.json @@ -0,0 +1,64 @@ +{ + "widgets": { + "string": "Widgets" + }, + "onboarding": { + "title": { + "string": "Olá,\nWidgets" + }, + "description": { + "string": "Aproveite os feeds descentralizados de seus serviços da web favoritos, adicionando widgets divertidos e úteis à sua carteira Bitkit." + } + }, + "widget": { + "nav_title": { + "string": "Widget" + }, + "edit": { + "string": "Widget Feed" + }, + "edit_default": { + "string": "Padrão" + }, + "edit_custom": { + "string": "Personalizada" + }, + "edit_description": { + "string": "Por favor, selecione quais campos você deseja exibir no widget {name}." + }, + "source": { + "string": "Fonte" + } + }, + "add": { + "string": "Adicionar Widget" + }, + "delete": { + "title": { + "string": "Excluir o Widget?" + }, + "description": { + "string": "Tem certeza de que deseja excluir '{name}' dos seus widgets?" + } + }, + "price": { + "name": { + "string": "Preço do Bitcoin" + } + }, + "news": { + "name": { + "string": "Manchetes sobre Bitcoin" + } + }, + "blocks": { + "name": { + "string": "Blocos do Bitcoin" + } + }, + "facts": { + "name": { + "string": "Fatos sobre o Bitcoin" + } + } +} diff --git a/src/utils/i18n/locales/pt_PT/index.ts b/src/utils/i18n/locales/pt_PT/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/pt_PT/index.ts +++ b/src/utils/i18n/locales/pt_PT/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/pt_PT/widgets.json b/src/utils/i18n/locales/pt_PT/widgets.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/utils/i18n/locales/pt_PT/widgets.json @@ -0,0 +1 @@ +{} diff --git a/src/utils/i18n/locales/ro/index.ts b/src/utils/i18n/locales/ro/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/ro/index.ts +++ b/src/utils/i18n/locales/ro/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/ro/widgets.json b/src/utils/i18n/locales/ro/widgets.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/utils/i18n/locales/ro/widgets.json @@ -0,0 +1 @@ +{} diff --git a/src/utils/i18n/locales/ru/index.ts b/src/utils/i18n/locales/ru/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/ru/index.ts +++ b/src/utils/i18n/locales/ru/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/ru/settings.json b/src/utils/i18n/locales/ru/settings.json index a93cee6ae..6d94820d8 100644 --- a/src/utils/i18n/locales/ru/settings.json +++ b/src/utils/i18n/locales/ru/settings.json @@ -390,18 +390,6 @@ "cs_auto_mode": { "string": "Режим Автопилота" }, - "cs_max": { - "string": "Более Приватно" - }, - "cs_max_description": { - "string": "Сортировать и использовать сначала наименьшие UTXO. Более высокая комиссия, но скрывает ваши крупнейшие UTXO." - }, - "cs_min": { - "string": "Низкая Комиссия" - }, - "cs_min_description": { - "string": "Сортировать и использовать сначала крупнейшие UTXO. Низкая комиссия, но раскрывает ваши крупнейшие UTXO." - }, "cs_consolidate": { "string": "Консолидировать" }, diff --git a/src/utils/i18n/locales/ru/slashtags.json b/src/utils/i18n/locales/ru/slashtags.json index a3af5a78c..4519fbac6 100644 --- a/src/utils/i18n/locales/ru/slashtags.json +++ b/src/utils/i18n/locales/ru/slashtags.json @@ -104,12 +104,6 @@ "onboarding_profile2_text": { "string": "Вы и ваши контакты можете использовать Bitkit для отправки платежей напрямую, без банков, в любое время и в любом месте." }, - "onboarding_widgets_header": { - "string": "Привет,\nВиджеты" - }, - "onboarding_widgets_text": { - "string": "Наслаждайтесь децентрализованными лентами ваших любимых веб-сервисов, добавляя интересные и полезные виджеты в ваш кошелёк Bitkit." - }, "my_profile": { "string": "Мой профиль" }, @@ -170,72 +164,6 @@ "offline_enable_explain": { "string": "* Это требует обмена платежными данными." }, - "widgets": { - "string": "Виджеты" - }, - "widget_add": { - "string": "Добавить Виджет" - }, - "widget_loading_description": { - "string": "Загрузка описания виджета..." - }, - "widget_failed_description": { - "string": "Не удалось загрузить виджет" - }, - "widget_source": { - "string": "Источник" - }, - "widget_price": { - "string": "Биткоин Цена" - }, - "widget_headlines": { - "string": "Биткоин Заголовки" - }, - "widget_blocks": { - "string": "Биткоин Блоки" - }, - "widget_facts": { - "string": "Биткоин Факты" - }, - "widget_qr": { - "string": "Или Сканируйте QR-код" - }, - "widget_error_drive": { - "string": "Не удалось получить данные" - }, - "widget_feed": { - "string": "Виджет" - }, - "widget_edit": { - "string": "Фид Виджета" - }, - "widget_edit_default": { - "string": "По умолчанию" - }, - "widget_edit_custom": { - "string": "Другое" - }, - "widget_edit_description": { - "string": "Пожалуйста, выберите, какие поля вы хотите отображать в виджете {name}." - }, - "widget_loading_options": { - "string": "Загрузка параметров виджета..." - }, - "widget_reset": { - "string": "Сбросить" - }, - "widget_preview": { - "string": "Предпросмотр" - }, - "widget_delete_yes": { - "string": "Да, Удалить" - }, - "widget_delete_title": { - "string": "Удалить виджет?" - }, - "widget_delete_desc": { - "string": "Вы уверены, что хотите удалить «{name}» из ваших виджетов?" - }, "error_saving_contact": { "string": "Не удалось сохранить контакт" }, diff --git a/src/utils/i18n/locales/ru/wallet.json b/src/utils/i18n/locales/ru/wallet.json index 7f540bc91..e4547eca4 100644 --- a/src/utils/i18n/locales/ru/wallet.json +++ b/src/utils/i18n/locales/ru/wallet.json @@ -1,4 +1,24 @@ { + "drawer": { + "activity": { + "string": "Активность" + }, + "contacts": { + "string": "Контакты" + }, + "profile": { + "string": "Профиль" + }, + "widgets": { + "string": "Виджеты" + }, + "settings": { + "string": "Настройки" + }, + "status": { + "string": "Статус Приложения" + } + }, "send": { "string": "Отправить" }, diff --git a/src/utils/i18n/locales/ru/widgets.json b/src/utils/i18n/locales/ru/widgets.json new file mode 100644 index 000000000..8eedeb9f0 --- /dev/null +++ b/src/utils/i18n/locales/ru/widgets.json @@ -0,0 +1,64 @@ +{ + "widgets": { + "string": "Виджеты" + }, + "onboarding": { + "title": { + "string": "Привет,\nВиджеты" + }, + "description": { + "string": "Наслаждайтесь децентрализованными лентами ваших любимых веб-сервисов, добавляя интересные и полезные виджеты в ваш кошелёк Bitkit." + } + }, + "widget": { + "nav_title": { + "string": "Виджет" + }, + "edit": { + "string": "Фид Виджета" + }, + "edit_default": { + "string": "По умолчанию" + }, + "edit_custom": { + "string": "Другое" + }, + "edit_description": { + "string": "Пожалуйста, выберите, какие поля вы хотите отображать в виджете {name}." + }, + "source": { + "string": "Источник" + } + }, + "add": { + "string": "Добавить Виджет" + }, + "delete": { + "title": { + "string": "Удалить виджет?" + }, + "description": { + "string": "Вы уверены, что хотите удалить «{name}» из ваших виджетов?" + } + }, + "price": { + "name": { + "string": "Биткоин Цена" + } + }, + "news": { + "name": { + "string": "Биткоин Заголовки" + } + }, + "blocks": { + "name": { + "string": "Биткоин Блоки" + } + }, + "facts": { + "name": { + "string": "Биткоин Факты" + } + } +} diff --git a/src/utils/i18n/locales/uk/index.ts b/src/utils/i18n/locales/uk/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/uk/index.ts +++ b/src/utils/i18n/locales/uk/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/uk/widgets.json b/src/utils/i18n/locales/uk/widgets.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/utils/i18n/locales/uk/widgets.json @@ -0,0 +1 @@ +{} diff --git a/src/utils/i18n/locales/yo/index.ts b/src/utils/i18n/locales/yo/index.ts index 66760f31c..d0cbd838d 100644 --- a/src/utils/i18n/locales/yo/index.ts +++ b/src/utils/i18n/locales/yo/index.ts @@ -8,6 +8,7 @@ import security from './security.json'; import settings from './settings.json'; import slashtags from './slashtags.json'; import wallet from './wallet.json'; +import widgets from './widgets.json'; export default { cards, @@ -20,4 +21,5 @@ export default { settings, slashtags, wallet, + widgets, }; diff --git a/src/utils/i18n/locales/yo/widgets.json b/src/utils/i18n/locales/yo/widgets.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/utils/i18n/locales/yo/widgets.json @@ -0,0 +1 @@ +{}