Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 1 addition & 7 deletions src/utils/i18n/locales/arb/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
{
"backup": {
"category_contacts": {
"string": "جهات الاتصال"
}
}
}
{}
19 changes: 19 additions & 0 deletions src/utils/i18n/locales/ca/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,24 @@
},
"update_button": {
"string": "Actualització"
},
"gift": {
"error": {
"button": {
"string": "OK"
}
},
"used": {
"button": {
"string": "OK"
}
}
},
"shop": {
"intro": {
"button": {
"string": "Començar"
}
}
}
}
8 changes: 8 additions & 0 deletions src/utils/i18n/locales/cs/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@
"string": "Nastavte PIN kód"
}
},
"shop": {
"title": {
"string": "Nakoupit"
},
"description": {
"string": "Nakoupit s Bitcoinem"
}
},
"slashtagsProfile": {
"title": {
"string": "Profil"
Expand Down
98 changes: 98 additions & 0 deletions src/utils/i18n/locales/cs/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,5 +276,103 @@
"string": "Platnost lightning faktury vypršela."
}
}
},
"gift": {
"claiming": {
"title": {
"string": "Uplatnění daru"
},
"text": {
"string": "Uplatnění dárkového kódu Bitkit..."
}
},
"error": {
"title": {
"string": "Chyba dárkového kódu"
},
"text": {
"string": "Bitkit nemohl nárokovat prostředky. Zkuste to prosím znovu později nebo nás kontaktujte."
},
"button": {
"string": "OK"
}
},
"used": {
"title": {
"string": "Použitý kód"
},
"text": {
"string": "Tento dárkový kód BitKitu již byl použit a prostředky byly vyplaceny."
},
"button": {
"string": "OK"
}
}
},
"shop": {
"intro": {
"title": {
"string": "Nakoupit"
},
"description": {
"string": "Zařiď si život podle Bitcoin standardu. Utrácej své Bitcoiny za digitální dárkové karty, eSIMky, dobíjení kreditu a mnohem víc."
},
"button": {
"string": "Začít"
}
},
"discover": {
"nav_title": {
"string": "Nakoupit"
},
"tabs": {
"shop": {
"string": "Nakoupit"
},
"map": {
"string": "Mapa"
}
},
"label": {
"string": "Kategorie dárkových karet"
},
"gift-cards": {
"title": {
"string": "Dárkové karty"
},
"description": {
"string": "Nakoupit s Bitcoinem"
}
},
"esims": {
"title": {
"string": "eSims"
},
"description": {
"string": "Žij bez hranic"
}
},
"refill": {
"title": {
"string": "Dobití kreditu"
},
"description": {
"string": "Dobijte kredit"
}
},
"travel": {
"title": {
"string": "Cestování"
},
"description": {
"string": "Rezervujte si svou ₿ dovolenou"
}
}
},
"main": {
"nav_title": {
"string": "Nakoupit"
}
}
}
}
10 changes: 5 additions & 5 deletions src/utils/i18n/locales/cs/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,31 +430,31 @@
"string": "Nejmenší první"
},
"cs_max_description": {
"string": "Seřadit a použít nejmenší UTXO jako první. Potenciálně vyšší poplatek, ale skrývá největší UTXO."
"string": "Seřaďte a použijte nejmenší UTXO jako první. Potenciálně vyšší poplatek, ale skrývá největší UTXO."
},
"cs_min": {
"string": "Největší první"
},
"cs_min_description": {
"string": "Seřadit a použít nejprve největší UTXO. Potenciálně nižší poplatek, ale odhalí vaše největší UTXO."
"string": "Seřaďte podle a použijte nejprve největší UTXO. Potenciálně nižší poplatek, ale odhalí vaše největší UTXO."
},
"cs_consolidate": {
"string": "Konsolidovat"
},
"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."
"string": "Použijte všechny dostupné UTXO bez ohledu na odesílané množství. Tuto metodu používejte, když jsou poplatky nízké, abyste snížili poplatky při 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)."
"string": "Nejprve použijte starší UTXO (podle výšky 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)."
"string": "Nejprve použijte novější UTXO (podle výšky bloku)."
},
"payment_preference": {
"string": "Platební preference"
Expand Down
5 changes: 4 additions & 1 deletion src/utils/i18n/locales/cs/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"widgets": {
"string": "Widgety"
},
"shop": {
"string": "Nakoupit"
},
"settings": {
"string": "Nastavení"
},
Expand Down Expand Up @@ -65,7 +68,7 @@
"string": "Faktura"
},
"send_address_placeholder": {
"string": "Zadejte bitcoinovou adresu nebo lightningovou fakturu"
"string": "Zadejte fakturu, adresu nebo profilový klíč."
},
"send_clipboard_empty_title": {
"string": "Schránka je prázdná"
Expand Down
19 changes: 19 additions & 0 deletions src/utils/i18n/locales/de/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,5 +276,24 @@
"string": "Diese Lightning-Rechnung ist abgelaufen."
}
}
},
"gift": {
"error": {
"button": {
"string": "OK"
}
},
"used": {
"button": {
"string": "OK"
}
}
},
"shop": {
"intro": {
"button": {
"string": "Los geht's"
}
}
}
}
3 changes: 0 additions & 3 deletions src/utils/i18n/locales/de/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,6 @@
"cs_consolidate": {
"string": "Konsolidieren"
},
"cs_consolidate_description": {
"string": "Verwende alle verfügbaren UTXOs unabhängig von der gesendeten Menge. Verwende diese Methode, wenn die Gebühren niedrig sind, um Gebühren bei zukünftigen Transaktionen zu reduzieren."
},
"payment_preference": {
"string": "Zahlungspräferenz"
},
Expand Down
6 changes: 0 additions & 6 deletions src/utils/i18n/locales/de/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@
"send_invoice": {
"string": "Rechnung"
},
"send_address_placeholder": {
"string": "Gib eine Bitcoin- oder Lightning-Rechnung oder Adresse ein"
},
"send_clipboard_empty_title": {
"string": "Zwischenablage leer"
},
Expand Down Expand Up @@ -224,9 +221,6 @@
"send_output_to_small_description": {
"string": "Bitte erhöhe deinen Betrag, um fortzufahren."
},
"send_coin_selection_output_to_small_description": {
"string": "Bitte entferne UTXOs oder erhöhe deinen Betrag, um fortzufahren."
},
"send_fee_error_min": {
"string": "Gebühr kann nicht weiter reduziert werden."
},
Expand Down
12 changes: 12 additions & 0 deletions src/utils/i18n/locales/el/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,17 @@
"continue": {
"string": "Κατανοητό"
}
},
"gift": {
"error": {
"button": {
"string": "ΟΚ"
}
},
"used": {
"button": {
"string": "ΟΚ"
}
}
}
}
11 changes: 0 additions & 11 deletions src/utils/i18n/locales/en/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,17 +307,6 @@
"button": {
"string": "OK"
}
},
"used_up": {
"title": {
"string": "Out of Gifts"
},
"text": {
"string": "Sorry, you're too late! All gifts for this code have already been claimed."
},
"button": {
"string": "OK"
}
Comment thread
jvsena42 marked this conversation as resolved.
}
},
"shop": {
Expand Down
33 changes: 31 additions & 2 deletions src/utils/i18n/locales/es_419/cards.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"backupSeedPhrase": {
"title": {
"string": "Respalda"
},
"description": {
"string": "Almacena tu Bitcoin"
}
Expand All @@ -9,10 +12,13 @@
"string": "Descuento"
},
"description": {
"string": "Saldo de gastos"
"string": "Saldo para gastos"
}
},
"quickpay": {
"title": {
"string": "QuickPay"
},
"description": {
"string": "Escanear y pagar"
}
Expand All @@ -28,6 +34,9 @@
"lightning": {
"title": {
"string": "Gastar"
},
"description": {
"string": "Pagos instantáneos"
}
},
"lightningSettingUp": {
Expand Down Expand Up @@ -57,18 +66,35 @@
"transferPending": {
"title": {
"string": "Transferir"
},
"description": {
"string": "Listo en ±{duration}"
}
},
"transferClosingChannel": {
"title": {
"string": "Iniciando..."
},
"description": {
"string": "Mantenga la aplicación abierta"
"string": "Mantener app abierta"
}
},
"pin": {
"title": {
"string": "PROTEGER"
},
"description": {
"string": "Configurar un código PIN"
}
},
"shop": {
"title": {
"string": "Tienda"
},
"description": {
"string": "Compra con Bitcoin"
}
},
"slashtagsProfile": {
"title": {
"string": "Perfil"
Expand All @@ -80,6 +106,9 @@
"support": {
"title": {
"string": "Soporte"
},
"description": {
"string": "Recibe soporte"
}
},
"buyBitcoin": {
Expand Down
Loading