Skip to content
Closed
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
25 changes: 0 additions & 25 deletions src/utils/i18n/locales/arb/index.ts

This file was deleted.

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": "جهات الاتصال"
}
}
}
{}
25 changes: 0 additions & 25 deletions src/utils/i18n/locales/ca/index.ts

This file was deleted.

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
25 changes: 0 additions & 25 deletions src/utils/i18n/locales/cs/index.ts

This file was deleted.

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
25 changes: 0 additions & 25 deletions src/utils/i18n/locales/de/index.ts

This file was deleted.

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
25 changes: 0 additions & 25 deletions src/utils/i18n/locales/el/index.ts

This file was deleted.

Loading
Loading