Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sync traslation files #1343

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/utils/i18n/locales/cs/lightning.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,7 @@
"open": "Spojení otevřeno"
},
"wait_text_top": "Prosím vyčkejte, až se Bitkit připojí k platební síti (±10 sekund).",
"wait_text_bottom": "Připojování & synchronizace..."
"wait_text_bottom": "Připojování & synchronizace...",
"migrating_ldk_title": "Probíhající migrace",
"migrating_ldk_description": "LDK je v současné době v procesu migrace. Restartujte prosím aplikaci, počkejte několik bloků a zkuste to znovu."
}
2 changes: 1 addition & 1 deletion src/utils/i18n/locales/cs/onboarding.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"restore": "Obnovit",
"restore_wallet": "Obnovit peněženku",
"advanced_setup": "Pokročilé nastavení",
"advanced": "Pokročilý",
"advanced": "Pokročilé",
"passphrase_header": "Zabezpečení pomocí <brand>přístupové fráze</brand>",
"passphrase_text": "K 12slovné frázi pro obnovení můžete přidat tajnou přístupovou frázi. Pokud ji přidáte, nezapomeňte ji.",
"passphrase": "Passphrase - přístupová fráze",
Expand Down
14 changes: 7 additions & 7 deletions src/utils/i18n/locales/cs/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dev_disabled_message": "Možnosti pro vývojáře jsou nyní v celé aplikaci vypnuté.",
"general_title": "Obecné",
"security_title": "Bezpečnost a soukromí",
"backup_title": "Zálohovat nebo obnovit",
"advanced_title": "Pokročilý",
"backup_title": "Záloha nebo obnovení",
"advanced_title": "Pokročilé",
"about_title": "O nás",
"about": {
"title": "O Bitkit",
Expand Down Expand Up @@ -41,7 +41,7 @@
"speed_fee_total": "{feeSats} satů za průměrnou transakci",
"speed_fee_total_fiat": "{feeSats} satů za průměrnou transakci ({fiatSymbol}{fiatFormatted})",
"suggestions": "Návrhy",
"suggestions_visible": "Viditelný",
"suggestions_visible": "Viditelné",
"suggestions_hidden": "Skrytý",
"suggestions_display": "Zobrazit návrhy",
"suggestions_reset": "Resetovat návrhy",
Expand All @@ -66,7 +66,7 @@
"footer": "Pokud povoleno, můžete pro odemčení peněženky nebo zaslání platby použít {biometryTypeName} namísto PIN kódu."
},
"backup": {
"title": "Zálohovat nebo obnovit",
"title": "Záloha nebo obnovení",
"wallet": "Zálohujte svou peněženku",
"export": "Exportovat data peněženky do telefonu",
"reset": "Resetovat a obnovit peněženku",
Expand Down Expand Up @@ -109,12 +109,12 @@
"lightning_connections": "Lightning propojení",
"lightning_node": "Lightning uzel",
"electrum_server": "Electrum server",
"web_relay": "Slashtags Web Přenos",
"web_relay": "Slashtags web přenos",
"bitcoin_network": "Bitcoinová síť"
},
"fee": {
"fast": {
"label": "Rychlý (dražší)",
"label": "Rychlá (dražší)",
"value": "Rychle",
"description": "+/- 10-20 minut"
},
Expand All @@ -124,7 +124,7 @@
"description": "+/- 20-60 minut"
},
"slow": {
"label": "Pomalý (levnější)",
"label": "Pomalá (levnější)",
"value": "Pomalu",
"description": "+/- 1-2 hodiny"
},
Expand Down
2 changes: 1 addition & 1 deletion src/utils/i18n/locales/cs/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"activity": "Aktivita",
"activity_show_all": "Zobrazit veškerou aktivitu",
"activity_no": "Zatím žádná aktivita",
"activity_no_explain": "Získat finanční prostředky, abyste mohli začít",
"activity_no_explain": "Získejte finanční prostředky, abyste mohli začít",
"activity_sent": "Posláno",
"activity_received": "Přijmuto",
"activity_transfer": "Převod",
Expand Down
2 changes: 2 additions & 0 deletions src/utils/i18n/locales/pt_BR/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dialog_cancel": "Não, cancelar",
"sat_vbyte": "sat / vbyte",
"sat_vbyte_compact": "sat / vbyte",
"edit": "Editar",
"copy": "Copiar",
"share": "Compartilhar",
"search": "Procurar",
Expand All @@ -19,6 +20,7 @@
"retry": "Tentar novamente",
"later": "Mais tarde",
"skip": "Pular",
"copied": "Copiado para Área de Transferência ",
"yes": "Sim",
"no": "Não",
"back": "Voltar",
Expand Down
1 change: 1 addition & 0 deletions src/utils/i18n/locales/pt_BR/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"activity_bitcoin_received": "Bitcoin Recebido",
"activity_tether_sent": "Tether Enviado",
"activity_tether_received": "Tether Recebido",
"activity_copied_tx": "Copiado para Área de Transferência ",
"activity_confirming": "Confirmando",
"activity_confirmed": "Confirmado",
"activity_removed": "Removido da Mempool",
Expand Down