mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
Merge pull request #7281 from BlueWallet/locsync16
fix: sync language files
This commit is contained in:
commit
702b5daabd
@ -372,6 +372,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nللبدء في استخدامها، اضغط على \"إدارة الأموال\" واشحن رصيدك.",
|
"list_empty_txs2_lightning": "\nللبدء في استخدامها، اضغط على \"إدارة الأموال\" واشحن رصيدك.",
|
||||||
"list_latest_transaction": "آخر عملية",
|
"list_latest_transaction": "آخر عملية",
|
||||||
"list_long_choose": "اختيار صورة",
|
"list_long_choose": "اختيار صورة",
|
||||||
|
"paste_from_clipboard": "اللصق",
|
||||||
"import_file": "استيراد ملف",
|
"import_file": "استيراد ملف",
|
||||||
"list_long_scan": "مسح رمز الاستجابة (QR) ضوئيًا",
|
"list_long_scan": "مسح رمز الاستجابة (QR) ضوئيًا",
|
||||||
"list_title": "المحافظ",
|
"list_title": "المحافظ",
|
||||||
|
@ -192,7 +192,8 @@
|
|||||||
"wallets": {
|
"wallets": {
|
||||||
"add_create": "Създай",
|
"add_create": "Създай",
|
||||||
"add_entropy": "Ентропия",
|
"add_entropy": "Ентропия",
|
||||||
"details_address": "Адрес"
|
"details_address": "Адрес",
|
||||||
|
"paste_from_clipboard": "Постави"
|
||||||
},
|
},
|
||||||
"multisig": {
|
"multisig": {
|
||||||
"confirm": "Потвърди",
|
"confirm": "Потвърди",
|
||||||
|
@ -235,7 +235,8 @@
|
|||||||
"add_bitcoin": "بیت کوین",
|
"add_bitcoin": "بیت کوین",
|
||||||
"add_create": "وورکل",
|
"add_create": "وورکل",
|
||||||
"add_entropy": "آنتروپی",
|
"add_entropy": "آنتروپی",
|
||||||
"details_address": "آدرس"
|
"details_address": "آدرس",
|
||||||
|
"paste_from_clipboard": "جا وندن"
|
||||||
},
|
},
|
||||||
"multisig": {
|
"multisig": {
|
||||||
"confirm": "تاییڌ",
|
"confirm": "تاییڌ",
|
||||||
|
@ -258,6 +258,7 @@
|
|||||||
"list_empty_txs1_lightning": "Els moneders Lightning poden ser usats per les seves transaccions diàries. Les comissions són baixes i els pagaments ràpids.",
|
"list_empty_txs1_lightning": "Els moneders Lightning poden ser usats per les seves transaccions diàries. Les comissions són baixes i els pagaments ràpids.",
|
||||||
"list_latest_transaction": "última transacció",
|
"list_latest_transaction": "última transacció",
|
||||||
"list_long_choose": "Tria la foto",
|
"list_long_choose": "Tria la foto",
|
||||||
|
"paste_from_clipboard": "Enganxar",
|
||||||
"import_file": "Importar arxiu",
|
"import_file": "Importar arxiu",
|
||||||
"list_long_scan": "Escaneja el codi QR",
|
"list_long_scan": "Escaneja el codi QR",
|
||||||
"list_title": "moneders",
|
"list_title": "moneders",
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
"never": "Nikdy",
|
"never": "Nikdy",
|
||||||
"of": "{number} z(e) {total}",
|
"of": "{number} z(e) {total}",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
|
"customize": "Přizpůsobit",
|
||||||
"enter_url": "Zadejte URL",
|
"enter_url": "Zadejte URL",
|
||||||
"storage_is_encrypted": "Vaše úložiště je zašifrované. Zadejte heslo k odemčení.",
|
"storage_is_encrypted": "Vaše úložiště je zašifrované. Zadejte heslo k odemčení.",
|
||||||
"yes": "Ano",
|
"yes": "Ano",
|
||||||
@ -382,6 +383,8 @@
|
|||||||
"add_bitcoin_explain": "Jednoduchá a výkonná bitcoinová peněženka",
|
"add_bitcoin_explain": "Jednoduchá a výkonná bitcoinová peněženka",
|
||||||
"add_create": "Vytvořit",
|
"add_create": "Vytvořit",
|
||||||
"total_balance": "Celkový zůstatek",
|
"total_balance": "Celkový zůstatek",
|
||||||
|
"add_entropy_reset_title": "Obnovit entropii",
|
||||||
|
"add_entropy_reset_message": "Změna typu peněženky obnoví aktuální entropii. Přejete si pokračovat?",
|
||||||
"add_entropy": "Entropie",
|
"add_entropy": "Entropie",
|
||||||
"add_entropy_bytes": "{bytes} bajtů entropie",
|
"add_entropy_bytes": "{bytes} bajtů entropie",
|
||||||
"add_entropy_generated": "{gen} bajtů vygenerované entropie",
|
"add_entropy_generated": "{gen} bajtů vygenerované entropie",
|
||||||
@ -403,6 +406,7 @@
|
|||||||
"add_wallet_seed_length_24": "24 slov",
|
"add_wallet_seed_length_24": "24 slov",
|
||||||
"clipboard_bitcoin": "Ve schránce máte bitcoinovou adresu. Chcete ji použít pro transakci?",
|
"clipboard_bitcoin": "Ve schránce máte bitcoinovou adresu. Chcete ji použít pro transakci?",
|
||||||
"clipboard_lightning": "Ve schránce máte Lightning fakturu. Chcete ji použít pro transakci?",
|
"clipboard_lightning": "Ve schránce máte Lightning fakturu. Chcete ji použít pro transakci?",
|
||||||
|
"clear_clipboard_on_import": "Vyprázdnit schránku při importu",
|
||||||
"details_address": "Adresa",
|
"details_address": "Adresa",
|
||||||
"details_advanced": "Pokročilé",
|
"details_advanced": "Pokročilé",
|
||||||
"details_are_you_sure": "Jste si jisti?",
|
"details_are_you_sure": "Jste si jisti?",
|
||||||
@ -460,7 +464,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nChcete-li ji začít používat, klepněte na „Správa prostředků“ a doplňte zůstatek.",
|
"list_empty_txs2_lightning": "\nChcete-li ji začít používat, klepněte na „Správa prostředků“ a doplňte zůstatek.",
|
||||||
"list_latest_transaction": "Poslední transakce",
|
"list_latest_transaction": "Poslední transakce",
|
||||||
"list_long_choose": "Vybrat fotku",
|
"list_long_choose": "Vybrat fotku",
|
||||||
"paste_from_clipboard": "Vložit ze schránky",
|
"paste_from_clipboard": "Vložit",
|
||||||
"import_file": "Importovat soubor",
|
"import_file": "Importovat soubor",
|
||||||
"list_long_scan": "Naskenovat QR kód",
|
"list_long_scan": "Naskenovat QR kód",
|
||||||
"list_title": "Peněženky",
|
"list_title": "Peněženky",
|
||||||
|
@ -181,6 +181,7 @@
|
|||||||
"list_empty_txs2": "Dechrau efo dy waled",
|
"list_empty_txs2": "Dechrau efo dy waled",
|
||||||
"list_latest_transaction": "Trafodyn Diweddaraf",
|
"list_latest_transaction": "Trafodyn Diweddaraf",
|
||||||
"list_long_choose": "Dewis Llun",
|
"list_long_choose": "Dewis Llun",
|
||||||
|
"paste_from_clipboard": "Pastio",
|
||||||
"import_file": "Mewnforio ffeil",
|
"import_file": "Mewnforio ffeil",
|
||||||
"list_title": "Waledi",
|
"list_title": "Waledi",
|
||||||
"list_tryagain": "Trio eto",
|
"list_tryagain": "Trio eto",
|
||||||
|
@ -452,7 +452,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nDrücke zum Starten «Beträge verwalten», um das Wallet aufzuladen.",
|
"list_empty_txs2_lightning": "\nDrücke zum Starten «Beträge verwalten», um das Wallet aufzuladen.",
|
||||||
"list_latest_transaction": "Letzte Transaktion",
|
"list_latest_transaction": "Letzte Transaktion",
|
||||||
"list_long_choose": "Foto auswählen",
|
"list_long_choose": "Foto auswählen",
|
||||||
"paste_from_clipboard": "Aus Zwischenablage einfügen",
|
"paste_from_clipboard": "Einfügen",
|
||||||
"import_file": "Datei importieren",
|
"import_file": "Datei importieren",
|
||||||
"list_long_scan": "QR Code scannen",
|
"list_long_scan": "QR Code scannen",
|
||||||
"list_title": "Wallets",
|
"list_title": "Wallets",
|
||||||
|
@ -275,6 +275,7 @@
|
|||||||
"list_empty_txs1": "Οι συναλλαγές θα εμφανιστούν εδώ,",
|
"list_empty_txs1": "Οι συναλλαγές θα εμφανιστούν εδώ,",
|
||||||
"list_latest_transaction": "Τελευταία συναλλαγή",
|
"list_latest_transaction": "Τελευταία συναλλαγή",
|
||||||
"list_long_choose": "Επιλογή φωτογραφίας",
|
"list_long_choose": "Επιλογή φωτογραφίας",
|
||||||
|
"paste_from_clipboard": "Επικόλληση",
|
||||||
"list_long_scan": "Σάρωση QR Code",
|
"list_long_scan": "Σάρωση QR Code",
|
||||||
"list_title": "Πορτοφόλια",
|
"list_title": "Πορτοφόλια",
|
||||||
"list_tryagain": "Προσπαθήστε ξανά",
|
"list_tryagain": "Προσπαθήστε ξανά",
|
||||||
|
@ -362,6 +362,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nPara comenzar a usarlo, toca en \"administrar fondos\" y añade algo de saldo.",
|
"list_empty_txs2_lightning": "\nPara comenzar a usarlo, toca en \"administrar fondos\" y añade algo de saldo.",
|
||||||
"list_latest_transaction": "Última transacción",
|
"list_latest_transaction": "Última transacción",
|
||||||
"list_long_choose": "Elegir foto",
|
"list_long_choose": "Elegir foto",
|
||||||
|
"paste_from_clipboard": "Pegar",
|
||||||
"import_file": "Importar archivo",
|
"import_file": "Importar archivo",
|
||||||
"list_long_scan": "Escanear código QR",
|
"list_long_scan": "Escanear código QR",
|
||||||
"list_title": "Carteras",
|
"list_title": "Carteras",
|
||||||
|
@ -215,7 +215,6 @@
|
|||||||
"block_explorer_invalid_custom_url": "La URL proporcionada no es válida. Ingresa una URL válida que comience con http:// o https://.",
|
"block_explorer_invalid_custom_url": "La URL proporcionada no es válida. Ingresa una URL válida que comience con http:// o https://.",
|
||||||
"about_selftest_electrum_disabled": "La autocomprobación no está disponible con el modo sin conexión de Electrum. Desactiva el modo sin conexión y vuelve a intentarlo. ",
|
"about_selftest_electrum_disabled": "La autocomprobación no está disponible con el modo sin conexión de Electrum. Desactiva el modo sin conexión y vuelve a intentarlo. ",
|
||||||
"about_selftest_ok": "Todas las pruebas internas han pasado satisfactoriamente. La billetera funciona bien.",
|
"about_selftest_ok": "Todas las pruebas internas han pasado satisfactoriamente. La billetera funciona bien.",
|
||||||
|
|
||||||
"about_sm_github": "GitHub",
|
"about_sm_github": "GitHub",
|
||||||
"about_sm_discord": "Servidor Discord",
|
"about_sm_discord": "Servidor Discord",
|
||||||
"about_sm_telegram": "Chat de Telegram ",
|
"about_sm_telegram": "Chat de Telegram ",
|
||||||
@ -250,7 +249,8 @@
|
|||||||
"electrum_settings_server": "Servidor Electrum",
|
"electrum_settings_server": "Servidor Electrum",
|
||||||
"electrum_status": "Estado",
|
"electrum_status": "Estado",
|
||||||
"electrum_preferred_server": "Servidor preferido",
|
"electrum_preferred_server": "Servidor preferido",
|
||||||
"electrum_preferred_server_description": "Introduce el servidor que deseas que tu billetera utilice para todas las actividades de Bitcoin. Una vez configurado, tu billetera utilizará exclusivamente este servidor para comprobar saldos, enviar transacciones y obtener datos de la red. Asegúrate de que confías en este servidor antes de configurarlo.", "electrum_clear_alert_title": "¿Borrar historial?",
|
"electrum_preferred_server_description": "Introduce el servidor que deseas que tu billetera utilice para todas las actividades de Bitcoin. Una vez configurado, tu billetera utilizará exclusivamente este servidor para comprobar saldos, enviar transacciones y obtener datos de la red. Asegúrate de que confías en este servidor antes de configurarlo.",
|
||||||
|
"electrum_clear_alert_title": "¿Borrar historial?",
|
||||||
"electrum_clear_alert_message": "¿Quieres borrar el historial de los servidores de Electrum?",
|
"electrum_clear_alert_message": "¿Quieres borrar el historial de los servidores de Electrum?",
|
||||||
"electrum_clear_alert_cancel": "Cancelar",
|
"electrum_clear_alert_cancel": "Cancelar",
|
||||||
"electrum_clear_alert_ok": "Ok",
|
"electrum_clear_alert_ok": "Ok",
|
||||||
@ -649,8 +649,8 @@
|
|||||||
"notification_tx_unconfirmed": "La transacción de notificación aún no está confirmada, espera",
|
"notification_tx_unconfirmed": "La transacción de notificación aún no está confirmada, espera",
|
||||||
"failed_create_notif_tx": "No se pudo crear una transacción en cadena",
|
"failed_create_notif_tx": "No se pudo crear una transacción en cadena",
|
||||||
"onchain_tx_needed": "Se necesita transacción en cadena",
|
"onchain_tx_needed": "Se necesita transacción en cadena",
|
||||||
"notif_tx_sent" : "Transacción de notificación enviada. Espera a que se confirme",
|
"notif_tx_sent": "Transacción de notificación enviada. Espera a que se confirme",
|
||||||
"notif_tx": "Transacción de notificación",
|
"notif_tx": "Transacción de notificación",
|
||||||
"not_found": "Código de pago no encontrado"
|
"not_found": "Código de pago no encontrado"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -378,6 +378,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nبرای شروع استفاده، روی «مدیریت دارایی» بزنید و موجودی خود را شارژ کنید.",
|
"list_empty_txs2_lightning": "\nبرای شروع استفاده، روی «مدیریت دارایی» بزنید و موجودی خود را شارژ کنید.",
|
||||||
"list_latest_transaction": "آخرین تراکنش",
|
"list_latest_transaction": "آخرین تراکنش",
|
||||||
"list_long_choose": "انتخاب عکس",
|
"list_long_choose": "انتخاب عکس",
|
||||||
|
"paste_from_clipboard": "چسباندن",
|
||||||
"import_file": "واردکردن فایل",
|
"import_file": "واردکردن فایل",
|
||||||
"list_long_scan": "اسکن کد QR",
|
"list_long_scan": "اسکن کد QR",
|
||||||
"list_title": "کیف پولها",
|
"list_title": "کیف پولها",
|
||||||
|
@ -401,6 +401,7 @@
|
|||||||
"list_empty_txs2_lightning": "Aloita lompakon käyttäminen napsauttamalla \"hallinnoi varoja\" ja lisää saldoasi.\n",
|
"list_empty_txs2_lightning": "Aloita lompakon käyttäminen napsauttamalla \"hallinnoi varoja\" ja lisää saldoasi.\n",
|
||||||
"list_latest_transaction": "Viimeisin Siirtotapahtuma",
|
"list_latest_transaction": "Viimeisin Siirtotapahtuma",
|
||||||
"list_long_choose": "Valitse Kuva",
|
"list_long_choose": "Valitse Kuva",
|
||||||
|
"paste_from_clipboard": "Liitä",
|
||||||
"import_file": "Tuo tiedosto",
|
"import_file": "Tuo tiedosto",
|
||||||
"list_long_scan": "Skannaa QR-koodi",
|
"list_long_scan": "Skannaa QR-koodi",
|
||||||
"list_title": "lompakot",
|
"list_title": "lompakot",
|
||||||
|
@ -382,6 +382,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nPour commencer à l'utiliser taper sur \"Gérer les fonds\" et alimentez votre solde.",
|
"list_empty_txs2_lightning": "\nPour commencer à l'utiliser taper sur \"Gérer les fonds\" et alimentez votre solde.",
|
||||||
"list_latest_transaction": "dernière transaction",
|
"list_latest_transaction": "dernière transaction",
|
||||||
"list_long_choose": "Choisir une photo",
|
"list_long_choose": "Choisir une photo",
|
||||||
|
"paste_from_clipboard": "Coller",
|
||||||
"import_file": "Importer le fichier",
|
"import_file": "Importer le fichier",
|
||||||
"list_long_scan": "Scanner le QR Code",
|
"list_long_scan": "Scanner le QR Code",
|
||||||
"list_title": "portefeuilles",
|
"list_title": "portefeuilles",
|
||||||
|
@ -448,7 +448,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nלהתחלת שימוש לחצו על \"ניהול כספים\" ומלאו את היתרה שלכם.",
|
"list_empty_txs2_lightning": "\nלהתחלת שימוש לחצו על \"ניהול כספים\" ומלאו את היתרה שלכם.",
|
||||||
"list_latest_transaction": "פעולה אחרונה",
|
"list_latest_transaction": "פעולה אחרונה",
|
||||||
"list_long_choose": "בחר תמונה",
|
"list_long_choose": "בחר תמונה",
|
||||||
"paste_from_clipboard": "הדבקה מלוח",
|
"paste_from_clipboard": "הדבק",
|
||||||
"import_file": "יבוא קובץ",
|
"import_file": "יבוא קובץ",
|
||||||
"list_long_scan": "סריקת קוד QR",
|
"list_long_scan": "סריקת קוד QR",
|
||||||
"list_title": "ארנקים",
|
"list_title": "ארנקים",
|
||||||
|
@ -376,6 +376,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nA kezdéshez kattints a \"Kezelés\"-re, és töltsd fel az egyenleged.",
|
"list_empty_txs2_lightning": "\nA kezdéshez kattints a \"Kezelés\"-re, és töltsd fel az egyenleged.",
|
||||||
"list_latest_transaction": "utolsó tranzakció",
|
"list_latest_transaction": "utolsó tranzakció",
|
||||||
"list_long_choose": "Válassz fényképet",
|
"list_long_choose": "Válassz fényképet",
|
||||||
|
"paste_from_clipboard": "beillesztés",
|
||||||
"import_file": "fájl importálása",
|
"import_file": "fájl importálása",
|
||||||
"list_long_scan": "QR kód szkennelése",
|
"list_long_scan": "QR kód szkennelése",
|
||||||
"list_title": "tárcák",
|
"list_title": "tárcák",
|
||||||
|
@ -311,6 +311,7 @@
|
|||||||
"list_empty_txs2": "Mulai dengan dompet Anda.",
|
"list_empty_txs2": "Mulai dengan dompet Anda.",
|
||||||
"list_latest_transaction": "transaksi terbaru",
|
"list_latest_transaction": "transaksi terbaru",
|
||||||
"list_long_choose": "Pilih Foto",
|
"list_long_choose": "Pilih Foto",
|
||||||
|
"paste_from_clipboard": "Tempel",
|
||||||
"list_long_scan": "Pindai QR Code",
|
"list_long_scan": "Pindai QR Code",
|
||||||
"list_title": "Dompet",
|
"list_title": "Dompet",
|
||||||
"list_tryagain": "Coba lagi",
|
"list_tryagain": "Coba lagi",
|
||||||
|
@ -369,6 +369,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nPer iniziare ad usarlo, seleziona Gestisci Fondi e ricarica il tuo saldo.",
|
"list_empty_txs2_lightning": "\nPer iniziare ad usarlo, seleziona Gestisci Fondi e ricarica il tuo saldo.",
|
||||||
"list_latest_transaction": "Transazioni recenti",
|
"list_latest_transaction": "Transazioni recenti",
|
||||||
"list_long_choose": "Scegli foto",
|
"list_long_choose": "Scegli foto",
|
||||||
|
"paste_from_clipboard": "Incolla",
|
||||||
"list_long_scan": "Scansiona un codice QR",
|
"list_long_scan": "Scansiona un codice QR",
|
||||||
"list_title": "Portafogli",
|
"list_title": "Portafogli",
|
||||||
"list_tryagain": "Riprova",
|
"list_tryagain": "Riprova",
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
"never": "データなし",
|
"never": "データなし",
|
||||||
"of": "{number} / {total}",
|
"of": "{number} / {total}",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
|
"customize": "カスタマイズ",
|
||||||
"enter_url": "URLを入力",
|
"enter_url": "URLを入力",
|
||||||
"storage_is_encrypted": "ウォレットは暗号化されています。復号にはパスワードが必要です。",
|
"storage_is_encrypted": "ウォレットは暗号化されています。復号にはパスワードが必要です。",
|
||||||
"yes": "はい",
|
"yes": "はい",
|
||||||
@ -382,6 +383,8 @@
|
|||||||
"add_bitcoin_explain": "シンプルかつパワフルなBitcoinウォレット",
|
"add_bitcoin_explain": "シンプルかつパワフルなBitcoinウォレット",
|
||||||
"add_create": "作成",
|
"add_create": "作成",
|
||||||
"total_balance": "合計残高",
|
"total_balance": "合計残高",
|
||||||
|
"add_entropy_reset_title": "エントロピーをリセット",
|
||||||
|
"add_entropy_reset_message": "ウォレットタイプを変更すると現在のエントロピーがリセットされます。よろしいですか?",
|
||||||
"add_entropy": "エントロピー",
|
"add_entropy": "エントロピー",
|
||||||
"add_entropy_bytes": "{bytes}バイトのエントロピー",
|
"add_entropy_bytes": "{bytes}バイトのエントロピー",
|
||||||
"add_entropy_generated": "生成されたエントロピーの {gen} バイト",
|
"add_entropy_generated": "生成されたエントロピーの {gen} バイト",
|
||||||
@ -460,7 +463,7 @@
|
|||||||
"list_empty_txs2_lightning": "\n利用を開始するには\"資金の管理\"をタップしてウォレットへ送金してください。",
|
"list_empty_txs2_lightning": "\n利用を開始するには\"資金の管理\"をタップしてウォレットへ送金してください。",
|
||||||
"list_latest_transaction": "最新の取引",
|
"list_latest_transaction": "最新の取引",
|
||||||
"list_long_choose": "写真選択",
|
"list_long_choose": "写真選択",
|
||||||
"paste_from_clipboard": "クリップボードから貼り付け",
|
"paste_from_clipboard": "ペースト",
|
||||||
"import_file": "インポートファイル",
|
"import_file": "インポートファイル",
|
||||||
"list_long_scan": "QRコードをスキャン",
|
"list_long_scan": "QRコードをスキャン",
|
||||||
"list_title": "ウォレット",
|
"list_title": "ウォレット",
|
||||||
|
@ -354,6 +354,7 @@
|
|||||||
"list_empty_txs2_lightning": "\n사용하시려면 기금관리를 탭하신다음 잔고를 더해 주세요.",
|
"list_empty_txs2_lightning": "\n사용하시려면 기금관리를 탭하신다음 잔고를 더해 주세요.",
|
||||||
"list_latest_transaction": "최근 트랜잭션",
|
"list_latest_transaction": "최근 트랜잭션",
|
||||||
"list_long_choose": "사진 선택하기",
|
"list_long_choose": "사진 선택하기",
|
||||||
|
"paste_from_clipboard": "붙여넣기",
|
||||||
"import_file": "화일 들여오기",
|
"import_file": "화일 들여오기",
|
||||||
"list_long_scan": "QR 코드 스캔",
|
"list_long_scan": "QR 코드 스캔",
|
||||||
"list_title": "지갑",
|
"list_title": "지갑",
|
||||||
|
@ -326,6 +326,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nUntuk mula menggunakan, ketik pada Uruskan Wang dan tambah nilai pada baki anda.",
|
"list_empty_txs2_lightning": "\nUntuk mula menggunakan, ketik pada Uruskan Wang dan tambah nilai pada baki anda.",
|
||||||
"list_latest_transaction": "Urus Niaga Terkini",
|
"list_latest_transaction": "Urus Niaga Terkini",
|
||||||
"list_long_choose": "Pilih Gambar",
|
"list_long_choose": "Pilih Gambar",
|
||||||
|
"paste_from_clipboard": "Tampal",
|
||||||
"import_file": "Pindah Masuk Fail",
|
"import_file": "Pindah Masuk Fail",
|
||||||
"list_long_scan": "Imbas Kod QR",
|
"list_long_scan": "Imbas Kod QR",
|
||||||
"list_title": "Dompet",
|
"list_title": "Dompet",
|
||||||
|
@ -356,6 +356,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nFor å begynne å bruke den, trykk på Administrer Midler og fyll på saldoen.",
|
"list_empty_txs2_lightning": "\nFor å begynne å bruke den, trykk på Administrer Midler og fyll på saldoen.",
|
||||||
"list_latest_transaction": "Siste Transaksjon",
|
"list_latest_transaction": "Siste Transaksjon",
|
||||||
"list_long_choose": "Velg Bilde",
|
"list_long_choose": "Velg Bilde",
|
||||||
|
"paste_from_clipboard": "Lim inn",
|
||||||
"import_file": "Importer Fil",
|
"import_file": "Importer Fil",
|
||||||
"list_long_scan": "Skann QR-kode",
|
"list_long_scan": "Skann QR-kode",
|
||||||
"list_title": "Lommebøker",
|
"list_title": "Lommebøker",
|
||||||
|
@ -280,6 +280,7 @@
|
|||||||
"list_empty_txs1_lightning": "तपाईंको दैनिक लेनदेनको लागि लाइटनिङ वालेट प्रयोग गर्नुपर्छ। शुल्कहरू अनुचित रूपमा सस्तो र छिटो छ।",
|
"list_empty_txs1_lightning": "तपाईंको दैनिक लेनदेनको लागि लाइटनिङ वालेट प्रयोग गर्नुपर्छ। शुल्कहरू अनुचित रूपमा सस्तो र छिटो छ।",
|
||||||
"list_empty_txs2": "आफ्नो वालेटबाट सुरु गर्नुहोस्।",
|
"list_empty_txs2": "आफ्नो वालेटबाट सुरु गर्नुहोस्।",
|
||||||
"list_latest_transaction": "पछिल्लो लेनदेन",
|
"list_latest_transaction": "पछिल्लो लेनदेन",
|
||||||
|
"paste_from_clipboard": "पेस्त",
|
||||||
"list_title": "वालेटहरू",
|
"list_title": "वालेटहरू",
|
||||||
"list_tryagain": "पुन: प्रयास गर्नुहोस्",
|
"list_tryagain": "पुन: प्रयास गर्नुहोस्",
|
||||||
"no_ln_wallet_error": "लाइटनिङ इनभ्वाइस भुक्तान गर्नु अघि, तपाईंले पहिले लाइटनिङ वालेट थप्नुपर्छ।",
|
"no_ln_wallet_error": "लाइटनिङ इनभ्वाइस भुक्तान गर्नु अघि, तपाईंले पहिले लाइटनिङ वालेट थप्नुपर्छ।",
|
||||||
|
@ -357,6 +357,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nOm het te gebruiken, tikt u op \"tegoeden beheren\" en laadt u uw saldo op.",
|
"list_empty_txs2_lightning": "\nOm het te gebruiken, tikt u op \"tegoeden beheren\" en laadt u uw saldo op.",
|
||||||
"list_latest_transaction": "Laatste transactie",
|
"list_latest_transaction": "Laatste transactie",
|
||||||
"list_long_choose": "Kies foto",
|
"list_long_choose": "Kies foto",
|
||||||
|
"paste_from_clipboard": "Plak",
|
||||||
"import_file": "Importeer bestand",
|
"import_file": "Importeer bestand",
|
||||||
"list_long_scan": "Scan QR-code",
|
"list_long_scan": "Scan QR-code",
|
||||||
"list_title": "Wallets",
|
"list_title": "Wallets",
|
||||||
|
@ -441,6 +441,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nAby zacząć używać, dotknij Zarządzaj Środkami i doładuj swoje saldo.",
|
"list_empty_txs2_lightning": "\nAby zacząć używać, dotknij Zarządzaj Środkami i doładuj swoje saldo.",
|
||||||
"list_latest_transaction": "Ostatnia transakcja",
|
"list_latest_transaction": "Ostatnia transakcja",
|
||||||
"list_long_choose": "Wybierz zdjęcie",
|
"list_long_choose": "Wybierz zdjęcie",
|
||||||
|
"paste_from_clipboard": "Wklej",
|
||||||
"import_file": "Importuj plik",
|
"import_file": "Importuj plik",
|
||||||
"list_long_scan": "Zeskanuj kod QR",
|
"list_long_scan": "Zeskanuj kod QR",
|
||||||
"list_title": "Portfele",
|
"list_title": "Portfele",
|
||||||
|
@ -441,6 +441,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nPara começar a usar clique em \"administrar fundos\" e recarregue o seu saldo.",
|
"list_empty_txs2_lightning": "\nPara começar a usar clique em \"administrar fundos\" e recarregue o seu saldo.",
|
||||||
"list_latest_transaction": "Transação mais recente",
|
"list_latest_transaction": "Transação mais recente",
|
||||||
"list_long_choose": "Escolher foto",
|
"list_long_choose": "Escolher foto",
|
||||||
|
"paste_from_clipboard": "Colar",
|
||||||
"import_file": "Importar arquivo",
|
"import_file": "Importar arquivo",
|
||||||
"list_long_scan": "Leia o código QR",
|
"list_long_scan": "Leia o código QR",
|
||||||
"list_title": "Carteiras",
|
"list_title": "Carteiras",
|
||||||
|
@ -312,6 +312,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nPara começar a usar toque em \"gerir fundos\" e recarregue o seu saldo.",
|
"list_empty_txs2_lightning": "\nPara começar a usar toque em \"gerir fundos\" e recarregue o seu saldo.",
|
||||||
"list_latest_transaction": "últimas transacções",
|
"list_latest_transaction": "últimas transacções",
|
||||||
"list_long_choose": "Escolher Foto",
|
"list_long_choose": "Escolher Foto",
|
||||||
|
"paste_from_clipboard": "Colar",
|
||||||
"import_file": "Importar ficheiro",
|
"import_file": "Importar ficheiro",
|
||||||
"list_long_scan": "Leia o código QR",
|
"list_long_scan": "Leia o código QR",
|
||||||
"list_title": "carteiras",
|
"list_title": "carteiras",
|
||||||
|
@ -335,6 +335,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nPentru a începe să utilizezi, apasă pe Administrează Fonduri și încarcă balanța.",
|
"list_empty_txs2_lightning": "\nPentru a începe să utilizezi, apasă pe Administrează Fonduri și încarcă balanța.",
|
||||||
"list_latest_transaction": "Ultima tranzacție",
|
"list_latest_transaction": "Ultima tranzacție",
|
||||||
"list_long_choose": "Alege foto",
|
"list_long_choose": "Alege foto",
|
||||||
|
"paste_from_clipboard": "Lipește",
|
||||||
"import_file": "Importă fișier",
|
"import_file": "Importă fișier",
|
||||||
"list_long_scan": "Scaneză cod QR",
|
"list_long_scan": "Scaneză cod QR",
|
||||||
"list_title": "Portofele",
|
"list_title": "Portofele",
|
||||||
|
@ -452,6 +452,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nДля начала использования нажмите на 'Управление средствами' и пополните баланс.",
|
"list_empty_txs2_lightning": "\nДля начала использования нажмите на 'Управление средствами' и пополните баланс.",
|
||||||
"list_latest_transaction": "Последняя транзакция",
|
"list_latest_transaction": "Последняя транзакция",
|
||||||
"list_long_choose": "Выбрать фото",
|
"list_long_choose": "Выбрать фото",
|
||||||
|
"paste_from_clipboard": "Вставить",
|
||||||
"import_file": "Импортировать файл",
|
"import_file": "Импортировать файл",
|
||||||
"list_long_scan": "Сканировать QR-код",
|
"list_long_scan": "Сканировать QR-код",
|
||||||
"list_title": "Кошельки",
|
"list_title": "Кошельки",
|
||||||
|
@ -352,6 +352,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nඑය භාවිතා කිරීම ආරම්භ කිරීම සඳහා කළමනාකරණය කළමනාකරණය කර ඔබේ ශේෂය ඉහළ නැංවීමට තට්ටු කරන්න.",
|
"list_empty_txs2_lightning": "\nඑය භාවිතා කිරීම ආරම්භ කිරීම සඳහා කළමනාකරණය කළමනාකරණය කර ඔබේ ශේෂය ඉහළ නැංවීමට තට්ටු කරන්න.",
|
||||||
"list_latest_transaction": "නවතම ගනුදෙනුව",
|
"list_latest_transaction": "නවතම ගනුදෙනුව",
|
||||||
"list_long_choose": "ඡායාරූපය තෝරන්න",
|
"list_long_choose": "ඡායාරූපය තෝරන්න",
|
||||||
|
"paste_from_clipboard": "අලවන්න",
|
||||||
"import_file": "ආයාත ගොනුව",
|
"import_file": "ආයාත ගොනුව",
|
||||||
"list_long_scan": "QR කේතය පරිලෝකනය කරන්න",
|
"list_long_scan": "QR කේතය පරිලෝකනය කරන්න",
|
||||||
"list_title": "පසුම්බි",
|
"list_title": "පසුම්බි",
|
||||||
|
@ -361,6 +361,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nČe želite začeti z uporabo, tapnite na \"uredi sredstva\" in napolnite denarnico.",
|
"list_empty_txs2_lightning": "\nČe želite začeti z uporabo, tapnite na \"uredi sredstva\" in napolnite denarnico.",
|
||||||
"list_latest_transaction": "Zadnja transakcija",
|
"list_latest_transaction": "Zadnja transakcija",
|
||||||
"list_long_choose": "Izberite fotografijo",
|
"list_long_choose": "Izberite fotografijo",
|
||||||
|
"paste_from_clipboard": "Prilepi",
|
||||||
"import_file": "Uvozi datoteko",
|
"import_file": "Uvozi datoteko",
|
||||||
"list_long_scan": "Skeniraj QR kodo",
|
"list_long_scan": "Skeniraj QR kodo",
|
||||||
"list_title": "Denarnice",
|
"list_title": "Denarnice",
|
||||||
|
@ -370,6 +370,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nFör att komma igång klicka på \"sätt in / ta ut\" ovan och sätt in dina första bitcoin.",
|
"list_empty_txs2_lightning": "\nFör att komma igång klicka på \"sätt in / ta ut\" ovan och sätt in dina första bitcoin.",
|
||||||
"list_latest_transaction": "Senaste transaktion",
|
"list_latest_transaction": "Senaste transaktion",
|
||||||
"list_long_choose": "Välj Foto",
|
"list_long_choose": "Välj Foto",
|
||||||
|
"paste_from_clipboard": "Klistra in",
|
||||||
"import_file": "Importera fil",
|
"import_file": "Importera fil",
|
||||||
"list_long_scan": "Skanna QR kod",
|
"list_long_scan": "Skanna QR kod",
|
||||||
"list_title": "Plånböcker",
|
"list_title": "Plånböcker",
|
||||||
|
@ -250,6 +250,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nแตะที่ \"จัดการเงิน\" เพื่อเริ่มใช้งาน และเติมเงิน",
|
"list_empty_txs2_lightning": "\nแตะที่ \"จัดการเงิน\" เพื่อเริ่มใช้งาน และเติมเงิน",
|
||||||
"list_latest_transaction": "ธุรกรรมล่าสุด",
|
"list_latest_transaction": "ธุรกรรมล่าสุด",
|
||||||
"list_long_choose": "เลือกรูปภาพ",
|
"list_long_choose": "เลือกรูปภาพ",
|
||||||
|
"paste_from_clipboard": "วาง",
|
||||||
"import_file": "นำเข้าไฟล์",
|
"import_file": "นำเข้าไฟล์",
|
||||||
"list_long_scan": "สแกนคิวอาร์โค้ด",
|
"list_long_scan": "สแกนคิวอาร์โค้ด",
|
||||||
"list_title": "กระเป๋าสตางค์",
|
"list_title": "กระเป๋าสตางค์",
|
||||||
|
@ -193,6 +193,7 @@
|
|||||||
"list_create_a_wallet": "Cüzdan oluştur",
|
"list_create_a_wallet": "Cüzdan oluştur",
|
||||||
"list_empty_txs1": "İşlemleriniz burada görünür,",
|
"list_empty_txs1": "İşlemleriniz burada görünür,",
|
||||||
"list_latest_transaction": "en son işlem",
|
"list_latest_transaction": "en son işlem",
|
||||||
|
"paste_from_clipboard": "Yapıştır",
|
||||||
"list_title": "cüzdanlar",
|
"list_title": "cüzdanlar",
|
||||||
"select_wallet": "Cüzdan Seç",
|
"select_wallet": "Cüzdan Seç",
|
||||||
"xpub_copiedToClipboard": "Panoya kopyalandı",
|
"xpub_copiedToClipboard": "Panoya kopyalandı",
|
||||||
|
@ -258,6 +258,7 @@
|
|||||||
"list_empty_txs2": "Почніть зі свого гаманця.",
|
"list_empty_txs2": "Почніть зі свого гаманця.",
|
||||||
"list_latest_transaction": "Остання Транзакція",
|
"list_latest_transaction": "Остання Транзакція",
|
||||||
"list_long_choose": "Виберіть Фото",
|
"list_long_choose": "Виберіть Фото",
|
||||||
|
"paste_from_clipboard": "Вставити",
|
||||||
"import_file": "Імпортувати Файл",
|
"import_file": "Імпортувати Файл",
|
||||||
"list_long_scan": "Сканувати QR-код",
|
"list_long_scan": "Сканувати QR-код",
|
||||||
"list_title": "Гаманці",
|
"list_title": "Гаманці",
|
||||||
|
@ -364,6 +364,7 @@
|
|||||||
"list_empty_txs2_lightning": "\nĐể bắt đầu sử dụng nó, chạm vào Quản lý tiền, và nạp tiền vào số dư của bạn. ",
|
"list_empty_txs2_lightning": "\nĐể bắt đầu sử dụng nó, chạm vào Quản lý tiền, và nạp tiền vào số dư của bạn. ",
|
||||||
"list_latest_transaction": "Giao dịch mới nhất",
|
"list_latest_transaction": "Giao dịch mới nhất",
|
||||||
"list_long_choose": "Chọn hình",
|
"list_long_choose": "Chọn hình",
|
||||||
|
"paste_from_clipboard": "Dán",
|
||||||
"list_long_scan": "Quét mã QR",
|
"list_long_scan": "Quét mã QR",
|
||||||
"list_title": "Các ví",
|
"list_title": "Các ví",
|
||||||
"list_tryagain": "Thử lại",
|
"list_tryagain": "Thử lại",
|
||||||
|
@ -188,6 +188,7 @@
|
|||||||
"list_empty_txs1": "Jou transaksies sal hier verskyn.",
|
"list_empty_txs1": "Jou transaksies sal hier verskyn.",
|
||||||
"list_empty_txs2": "Begin met jou beursie.",
|
"list_empty_txs2": "Begin met jou beursie.",
|
||||||
"list_latest_transaction": "laaste transaksie",
|
"list_latest_transaction": "laaste transaksie",
|
||||||
|
"paste_from_clipboard": "Plak",
|
||||||
"list_title": "beursies",
|
"list_title": "beursies",
|
||||||
"no_ln_wallet_error": "Voordat jy 'n Lightning faktuur betaal moet jy eers 'n Lightning beursie aanwys.",
|
"no_ln_wallet_error": "Voordat jy 'n Lightning faktuur betaal moet jy eers 'n Lightning beursie aanwys.",
|
||||||
"select_wallet": "Kies Beursie",
|
"select_wallet": "Kies Beursie",
|
||||||
|
@ -307,6 +307,7 @@
|
|||||||
"list_empty_txs2_lightning": "\n要开始使用它,请点击“管理资金”并充值。",
|
"list_empty_txs2_lightning": "\n要开始使用它,请点击“管理资金”并充值。",
|
||||||
"list_latest_transaction": "最近的交易",
|
"list_latest_transaction": "最近的交易",
|
||||||
"list_long_choose": "选择图片",
|
"list_long_choose": "选择图片",
|
||||||
|
"paste_from_clipboard": "粘贴",
|
||||||
"import_file": "导入文件",
|
"import_file": "导入文件",
|
||||||
"list_long_scan": "扫描二维码",
|
"list_long_scan": "扫描二维码",
|
||||||
"list_title": "钱包",
|
"list_title": "钱包",
|
||||||
|
@ -303,6 +303,7 @@
|
|||||||
"list_empty_txs2_lightning": "\n要開始使用它,請點擊“管理資金”並增值。",
|
"list_empty_txs2_lightning": "\n要開始使用它,請點擊“管理資金”並增值。",
|
||||||
"list_latest_transaction": "最近的交易",
|
"list_latest_transaction": "最近的交易",
|
||||||
"list_long_choose": "選擇圖片",
|
"list_long_choose": "選擇圖片",
|
||||||
|
"paste_from_clipboard": "貼上",
|
||||||
"import_file": "匯入檔案",
|
"import_file": "匯入檔案",
|
||||||
"list_long_scan": "掃描二維碼",
|
"list_long_scan": "掃描二維碼",
|
||||||
"list_title": "錢包",
|
"list_title": "錢包",
|
||||||
|
Loading…
Reference in New Issue
Block a user