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 3 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
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
8 changes: 8 additions & 0 deletions src/utils/i18n/locales/de/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@
"string": "Lege eine PIN fest"
}
},
"shop": {
"title": {
"string": "Shop"
},
"description": {
"string": "Einkaufen mit Bitcoin"
}
},
"slashtagsProfile": {
"title": {
"string": "Profil"
Expand Down
11 changes: 11 additions & 0 deletions src/utils/i18n/locales/de/lightning.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"text": {
"string": "Du kannst dein Bitkit-Sparkonto verwenden oder Bitcoin aus einer anderen Wallet senden."
},
"text_blocked": {
"string": "Bitkit bietet derzeit keine Lightning-Dienste in deinem Land an, aber du kannst dich trotzdem direkt mit anderen Knotenpunkten verbinden."
},
"text_blocked_cjit": {
"string": "Bitkit bietet derzeit keine Lightning-Dienste in deinem Land an, aber du kannst dich trotzdem direkt mit anderen Knotenpunkten verbinden."
},
"button1": {
"string": "Von Sparkonto übertragen"
},
Expand Down Expand Up @@ -107,6 +113,11 @@
"quarter": {
"string": "25%"
},
"error_min": {
"title": {
"string": "Minimales Sparguthaben"
}
},
"error_max": {
"title": {
"string": "Maximaler Ausgabensaldo"
Expand Down
3 changes: 3 additions & 0 deletions src/utils/i18n/locales/de/onboarding.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"slide1_text": {
"string": "Gib bitcoin aus, schneller denn je zuvor. Genieße sofortige und günstige Zahlungen mit Freunden, Familie und Händlern."
},
"slide1_note": {
"string": "Bitkit bietet derzeit keine Lightning-Dienste in deinem Land an, aber du kannst dich trotzdem direkt mit anderen Knotenpunkten verbinden."
},
"slide2_header": {
"string": "Bitcoiners,\n<accent>borderless</accent>"
},
Expand Down
62 changes: 62 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,67 @@
"string": "Diese Lightning-Rechnung ist abgelaufen."
}
}
},
"gift": {
"error": {
"title": {
"string": "Rabattcode-Fehler"
},
"button": {
"string": "OK"
}
},
"used": {
"text": {
"string": "Dieser Bitkit-Rabattcode wurde bereits verwendet und der Betrag wurde ausbezahlt."
},
"button": {
"string": "OK"
}
}
},
"shop": {
"intro": {
"title": {
"string": "Shop"
},
"button": {
"string": "Los geht's"
}
},
"discover": {
"nav_title": {
"string": "Shop"
},
"tabs": {
"shop": {
"string": "Shop"
},
"map": {
"string": "Karte"
}
},
"label": {
"string": "Geschenkkarten Kategorien"
},
"gift-cards": {
"title": {
"string": "Geschenkkarten"
},
"description": {
"string": "Einkaufen mit Bitcoin"
}
},
"esims": {
"title": {
"string": "ESims"
}
}
},
"main": {
"nav_title": {
"string": "Shop"
}
}
}
}
13 changes: 11 additions & 2 deletions src/utils/i18n/locales/de/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,17 @@
"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."
"cs_first_in_first_out": {
"string": "First-In First-Out"
},
"cs_first_in_first_out_description": {
"string": "Benutze ältere UTXOs zuerst (nach Blockhöhe)."
},
"cs_last_in_last_out": {
"string": "Last-In Last-Out"
},
"cs_last_in_last_out_description": {
"string": "Benutze neuere UTXOs zuerst (nach Blockhöhe)."
},
"payment_preference": {
"string": "Zahlungspräferenz"
Expand Down
18 changes: 18 additions & 0 deletions src/utils/i18n/locales/de/slashtags.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"contact_pay_error": {
"string": "Kontakt konnte nicht bezahlt werden"
},
"contact_ldk_not_ready": {
"string": "Lightning ist noch nicht bereit"
},
"contact_share": {
"string": "Profilschlüssel teilen"
},
Expand Down Expand Up @@ -155,9 +158,21 @@
"profile_delete": {
"string": "Löschen"
},
"profile_delete_dialogue_title": {
"string": "Nutzerprofil löschen?"
},
"profile_delete_dialogue_msg": {
"string": "Bist du sicher, dass du dein Bitkit-Benutzerprofil vollständig löschen möchtest?"
},
"profile_delete_dialogue_yes": {
"string": "Ja, Löschen"
},
"profile_delete_success_title": {
"string": "Profil gelöscht"
},
"profile_delete_success_msg": {
"string": "Dein Bitkit-Benutzerprofil wurde gelöscht."
},
"offline_enable": {
"string": "Aktiviere Zahlungen mit Kontakten*"
},
Expand All @@ -170,6 +185,9 @@
"error_saving_profile": {
"string": "Fehler beim Speichern des Profils"
},
"error_deleting_profile": {
"string": "Kann Benutzerprofil nicht löschen"
},
"error_pay_title": {
"string": "Kontakt konnte nicht bezahlt werden"
},
Expand Down
Loading
Loading