mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 20:39:35 +00:00
add lightning warning
This commit is contained in:
parent
ef2e56467a
commit
9b5aa9154c
28 changed files with 56 additions and 5 deletions
|
@ -177,7 +177,7 @@ class CryptoBalanceWidget extends StatelessWidget {
|
|||
return const SizedBox();
|
||||
}
|
||||
return Padding(
|
||||
padding: const EdgeInsets.fromLTRB(24, 0, 24, 8),
|
||||
padding: const EdgeInsets.fromLTRB(16, 0, 16, 8),
|
||||
child: DashBoardRoundedCardWidget(
|
||||
onTap: () => null,
|
||||
title: S.of(context).warning,
|
||||
|
|
|
@ -382,12 +382,11 @@ abstract class DashboardViewModelBase with Store {
|
|||
if (wallet.type == WalletType.lightning) {
|
||||
final serviceStatus = lightningViewModel.serviceHealthCheck();
|
||||
if (serviceStatus == HealthCheckStatus.ServiceDisruption) {
|
||||
return "The breez service is currently experiencing issues. Please try again later.";
|
||||
return S.current.breez_warning_disruption;
|
||||
} else if (serviceStatus == HealthCheckStatus.Maintenance) {
|
||||
return "The breez service is currently undergoing maintenance. Please try again later.";
|
||||
} else {
|
||||
return "NORMAL";
|
||||
return S.current.breez_warning_maintenance;
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
return "";
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "موضوع البيتكوين الخفيفة",
|
||||
"bitcoin_payments_require_1_confirmation": "تتطلب مدفوعات Bitcoin تأكيدًا واحدًا ، والذي قد يستغرق 20 دقيقة أو أكثر. شكرا لصبرك! سيتم إرسال بريد إلكتروني إليك عند تأكيد الدفع.",
|
||||
"Blocks_remaining": "بلوك متبقي ${status}",
|
||||
"breez_warning_disruption": "خدمة Breez تواجه حاليًا قضايا. الرجاء معاودة المحاولة في وقت لاحق.",
|
||||
"breez_warning_maintenance": "تمر خدمة Breez حاليًا بالصيانة. الرجاء معاودة المحاولة في وقت لاحق.",
|
||||
"bright_theme": "مشرق",
|
||||
"buy": "اشتري",
|
||||
"buy_alert_content": ".ﺎﻬﻴﻟﺇ ﻞﻳﺪﺒﺘﻟﺍ ﻭﺃ Monero ﻭﺃ Litecoin ﻭﺃ Ethereum ﻭﺃ Bitcoin ﺔﻈﻔﺤﻣ ءﺎﺸﻧﺇ ﻰﺟﺮﻳ .",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Лека биткойн тема",
|
||||
"bitcoin_payments_require_1_confirmation": "Плащанията с Bitcoin изискват потвърждение, което може да отнеме 20 минути или повече. Благодарим за търпението! Ще получите имейл, когато плащането е потвърдено.",
|
||||
"Blocks_remaining": "${status} оставащи блока",
|
||||
"breez_warning_disruption": "В момента услугата Breez изпитва проблеми. Моля, опитайте отново по-късно.",
|
||||
"breez_warning_maintenance": "Понастоящем услугата Breez се подлага на поддръжка. Моля, опитайте отново по-късно.",
|
||||
"bright_theme": "Ярко",
|
||||
"buy": "Купуване",
|
||||
"buy_alert_content": "В момента поддържаме само закупуването на Bitcoin, Ethereum, Litecoin и Monero. Моля, създайте или превключете към своя портфейл Bitcoin, Ethereum, Litecoin или Monero.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Světlé téma bitcoinů",
|
||||
"bitcoin_payments_require_1_confirmation": "U plateb Bitcoinem je vyžadováno alespoň 1 potvrzení, což může trvat 20 minut i déle. Děkujeme za vaši trpělivost! Až bude platba potvrzena, budete informováni e-mailem.",
|
||||
"Blocks_remaining": "Zbývá ${status} bloků",
|
||||
"breez_warning_disruption": "Služba Breez v současné době má problémy. Prosím zkuste to znovu později.",
|
||||
"breez_warning_maintenance": "Služba Breez v současné době prochází údržbou. Prosím zkuste to znovu později.",
|
||||
"bright_theme": "Jasný",
|
||||
"buy": "Koupit",
|
||||
"buy_alert_content": "V současné době podporujeme pouze nákup bitcoinů, etherea, litecoinů a monero. Vytvořte nebo přepněte na svou peněženku bitcoinů, etherea, litecoinů nebo monero.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Bitcoin Light-Thema",
|
||||
"bitcoin_payments_require_1_confirmation": "Bitcoin-Zahlungen erfordern 1 Bestätigung, was 20 Minuten oder länger dauern kann. Danke für Ihre Geduld! Sie erhalten eine E-Mail, wenn die Zahlung bestätigt ist.",
|
||||
"Blocks_remaining": "${status} verbleibende Blöcke",
|
||||
"breez_warning_disruption": "Der Breez -Service hat derzeit Probleme. Bitte versuchen Sie es später erneut.",
|
||||
"breez_warning_maintenance": "Der Breez -Service wird derzeit gewartet. Bitte versuchen Sie es später erneut.",
|
||||
"bright_theme": "Strahlend hell",
|
||||
"buy": "Kaufen",
|
||||
"buy_alert_content": "Derzeit unterstützen wir nur den Kauf von Bitcoin, Ethereum, Litecoin und Monero. Bitte erstellen Sie Ihr Bitcoin-, Ethereum-, Litecoin- oder Monero-Wallet oder wechseln Sie zu diesem.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Bitcoin Light Theme",
|
||||
"bitcoin_payments_require_1_confirmation": "Bitcoin payments require 1 confirmation, which can take 20 minutes or longer. Thanks for your patience! You will be emailed when the payment is confirmed.",
|
||||
"Blocks_remaining": "${status} Blocks Remaining",
|
||||
"breez_warning_disruption": "The breez service is currently experiencing issues. Please try again later.",
|
||||
"breez_warning_maintenance": "The breez service is currently undergoing maintenance. Please try again later.",
|
||||
"bright_theme": "Bright",
|
||||
"buy": "Buy",
|
||||
"buy_alert_content": "Currently we only support the purchase of Bitcoin, Ethereum, Litecoin, and Monero. Please create or switch to your Bitcoin, Ethereum, Litecoin, or Monero wallet.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Tema de la luz de Bitcoin",
|
||||
"bitcoin_payments_require_1_confirmation": "Los pagos de Bitcoin requieren 1 confirmación, que puede demorar 20 minutos o más. ¡Gracias por su paciencia! Se le enviará un correo electrónico cuando se confirme el pago.",
|
||||
"Blocks_remaining": "${status} Bloques restantes",
|
||||
"breez_warning_disruption": "El servicio Breez está experimentando problemas. Por favor, inténtelo de nuevo más tarde.",
|
||||
"breez_warning_maintenance": "El servicio Breez está actualmente en mantenimiento. Por favor, inténtelo de nuevo más tarde.",
|
||||
"bright_theme": "Brillante",
|
||||
"buy": "Comprar",
|
||||
"buy_alert_content": "Actualmente solo admitimos la compra de Bitcoin, Ethereum, Litecoin y Monero. Cree o cambie a su billetera Bitcoin, Ethereum, Litecoin o Monero.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Thème léger Bitcoin",
|
||||
"bitcoin_payments_require_1_confirmation": "Les paiements Bitcoin nécessitent 1 confirmation, ce qui peut prendre 20 minutes ou plus. Merci pour votre patience ! Vous serez averti par e-mail lorsque le paiement sera confirmé.",
|
||||
"Blocks_remaining": "Blocs Restants : ${status}",
|
||||
"breez_warning_disruption": "Le service Breez connaît actuellement des problèmes. Veuillez réessayer plus tard.",
|
||||
"breez_warning_maintenance": "Le service Breez est actuellement en maintenance. Veuillez réessayer plus tard.",
|
||||
"bright_theme": "Vif",
|
||||
"buy": "Acheter",
|
||||
"buy_alert_content": "Actuellement, nous ne prenons en charge que l'achat de Bitcoin, Ethereum, Litecoin et Monero. Veuillez créer ou basculer vers votre portefeuille Bitcoin, Ethereum, Litecoin ou Monero.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Jigon Hasken Bitcoin",
|
||||
"bitcoin_payments_require_1_confirmation": "Akwatin Bitcoin na buɗe 1 sambumbu, da yake za ta samu mintuna 20 ko yawa. Ina kira ga sabuwar lafiya! Zaka sanarwa ta email lokacin da aka samu akwatin samun lambar waya.",
|
||||
"Blocks_remaining": "${status} Katanga ya rage",
|
||||
"breez_warning_disruption": "A halin yanzu sabis na Breez yana fuskantar al'amura. Da fatan za a sake gwadawa nan gaba.",
|
||||
"breez_warning_maintenance": "A halin yanzu ana samun sabis na BREEZ a halin yanzu. Da fatan za a sake gwadawa nan gaba.",
|
||||
"bright_theme": "Mai haske",
|
||||
"buy": "Sayi",
|
||||
"buy_alert_content": "A halin yanzu muna tallafawa kawai siyan Bitcoin, Ethereum, Litecoin, da Monero. Da fatan za a ƙirƙiri ko canza zuwa Bitcoin, Ethereum, Litecoin, ko Monero walat.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "बिटकॉइन लाइट थीम",
|
||||
"bitcoin_payments_require_1_confirmation": "बिटकॉइन भुगतान के लिए 1 पुष्टिकरण की आवश्यकता होती है, जिसमें 20 मिनट या अधिक समय लग सकता है। आपके धैर्य के लिए धन्यवाद! भुगतान की पुष्टि होने पर आपको ईमेल किया जाएगा।",
|
||||
"Blocks_remaining": "${status} शेष रहते हैं",
|
||||
"breez_warning_disruption": "ब्रीज़ सेवा वर्तमान में मुद्दों का अनुभव कर रही है। कृपया बाद में पुन: प्रयास करें।",
|
||||
"breez_warning_maintenance": "ब्रीज़ सेवा वर्तमान में रखरखाव से गुजर रही है। कृपया बाद में पुन: प्रयास करें।",
|
||||
"bright_theme": "उज्ज्वल",
|
||||
"buy": "खरीदें",
|
||||
"buy_alert_content": "वर्तमान में हम केवल बिटकॉइन, एथेरियम, लाइटकॉइन और मोनेरो की खरीद का समर्थन करते हैं। कृपया अपना बिटकॉइन, एथेरियम, लाइटकॉइन, या मोनेरो वॉलेट बनाएं या उस पर स्विच करें।",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Bitcoin Light Theme",
|
||||
"bitcoin_payments_require_1_confirmation": "Bitcoin plaćanja zahtijevaju 1 potvrdu, što može potrajati 20 minuta ili dulje. Hvala na Vašem strpljenju! Dobit ćete e-poruku kada plaćanje bude potvrđeno.",
|
||||
"Blocks_remaining": "${status} preostalih blokova",
|
||||
"breez_warning_disruption": "Breez usluga trenutno ima problema. Molimo pokušajte ponovo kasnije.",
|
||||
"breez_warning_maintenance": "Breez usluga trenutno je u održavanju. Molimo pokušajte ponovo kasnije.",
|
||||
"bright_theme": "Jarka",
|
||||
"buy": "Kupi",
|
||||
"buy_alert_content": "Trenutno podržavamo samo kupnju Bitcoina, Ethereuma, Litecoina i Monera. Izradite ili prijeđite na svoj Bitcoin, Ethereum, Litecoin ili Monero novčanik.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Tema Cahaya Bitcoin",
|
||||
"bitcoin_payments_require_1_confirmation": "Pembayaran Bitcoin memerlukan 1 konfirmasi, yang bisa memakan waktu 20 menit atau lebih. Terima kasih atas kesabaran Anda! Anda akan diemail saat pembayaran dikonfirmasi.",
|
||||
"Blocks_remaining": "${status} Blok Tersisa",
|
||||
"breez_warning_disruption": "Layanan Breez saat ini mengalami masalah. Silakan coba lagi nanti.",
|
||||
"breez_warning_maintenance": "Layanan Breez saat ini sedang menjalani pemeliharaan. Silakan coba lagi nanti.",
|
||||
"bright_theme": "Cerah",
|
||||
"buy": "Beli",
|
||||
"buy_alert_content": "Saat ini kami hanya mendukung pembelian Bitcoin, Ethereum, Litecoin, dan Monero. Harap buat atau alihkan ke dompet Bitcoin, Ethereum, Litecoin, atau Monero Anda.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Tema luce Bitcoin",
|
||||
"bitcoin_payments_require_1_confirmation": "I pagamenti in bitcoin richiedono 1 conferma, che può richiedere 20 minuti o più. Grazie per la vostra pazienza! Riceverai un'e-mail quando il pagamento sarà confermato.",
|
||||
"Blocks_remaining": "${status} Blocchi Rimanenti",
|
||||
"breez_warning_disruption": "Il servizio Breez sta attualmente riscontrando problemi. Per favore riprova più tardi.",
|
||||
"breez_warning_maintenance": "Il servizio Breez è attualmente in fase di manutenzione. Per favore riprova più tardi.",
|
||||
"bright_theme": "Colorato",
|
||||
"buy": "Comprare",
|
||||
"buy_alert_content": "Attualmente supportiamo solo l'acquisto di Bitcoin, Ethereum, Litecoin e Monero. Crea o passa al tuo portafoglio Bitcoin, Ethereum, Litecoin o Monero.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "ビットコインライトテーマ",
|
||||
"bitcoin_payments_require_1_confirmation": "ビットコインの支払いには 1 回の確認が必要で、これには 20 分以上かかる場合があります。お待ち頂きまして、ありがとうございます!支払いが確認されると、メールが送信されます。",
|
||||
"Blocks_remaining": "${status} 残りのブロック",
|
||||
"breez_warning_disruption": "Breezサービスは現在、問題が発生しています。後でもう一度やり直してください。",
|
||||
"breez_warning_maintenance": "Breezサービスは現在、メンテナンスを受けています。後でもう一度やり直してください。",
|
||||
"bright_theme": "明るい",
|
||||
"buy": "購入",
|
||||
"buy_alert_content": "現在、ビットコイン、イーサリアム、ライトコイン、モネロの購入のみをサポートしています。ビットコイン、イーサリアム、ライトコイン、またはモネロのウォレットを作成するか、これらのウォレットに切り替えてください。",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "비트코인 라이트 테마",
|
||||
"bitcoin_payments_require_1_confirmation": "비트코인 결제는 1번의 확인이 필요하며 20분 이상이 소요될 수 있습니다. 기다려 주셔서 감사합니다! 결제가 확인되면 이메일이 전송됩니다.",
|
||||
"Blocks_remaining": "${status} 남은 블록",
|
||||
"breez_warning_disruption": "Breez 서비스는 현재 문제가 발생하고 있습니다. 나중에 다시 시도 해주십시오.",
|
||||
"breez_warning_maintenance": "Breez 서비스는 현재 유지 보수를 받고 있습니다. 나중에 다시 시도 해주십시오.",
|
||||
"bright_theme": "선명한",
|
||||
"buy": "구입",
|
||||
"buy_alert_content": "현재 Bitcoin, Ethereum, Litecoin 및 Monero 구매만 지원합니다. Bitcoin, Ethereum, Litecoin 또는 Monero 지갑을 생성하거나 전환하십시오.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Bitcoin Light အပြင်အဆင်",
|
||||
"bitcoin_payments_require_1_confirmation": "Bitcoin ငွေပေးချေမှုများသည် မိနစ် 20 သို့မဟုတ် ထို့ထက်ပိုကြာနိုင်သည် 1 အတည်ပြုချက် လိုအပ်သည်။ မင်းရဲ့စိတ်ရှည်မှုအတွက် ကျေးဇူးတင်ပါတယ်။ ငွေပေးချေမှုကို အတည်ပြုပြီးသောအခါ သင့်ထံ အီးမေးလ်ပို့ပါမည်။",
|
||||
"Blocks_remaining": "${status} ဘလောက်များ ကျန်နေပါသည်။",
|
||||
"breez_warning_disruption": "Breez 0 န်ဆောင်မှုသည်ပြ issues နာများကိုကြုံတွေ့နေရသည်။ ကျေးဇူးပြု. နောက်မှထပ်ကြိုးစားပါ",
|
||||
"breez_warning_maintenance": "Breez 0 န်ဆောင်မှုသည်လက်ရှိတွင်ပြုပြင်ထိန်းသိမ်းမှုကိုခံနေရသည်။ ကျေးဇူးပြု. နောက်မှထပ်ကြိုးစားပါ",
|
||||
"bright_theme": "တောက်ပ",
|
||||
"buy": "ဝယ်ပါ။",
|
||||
"buy_alert_content": "လက်ရှိတွင် ကျွန်ုပ်တို့သည် Bitcoin၊ Ethereum၊ Litecoin နှင့် Monero တို့ကိုသာ ဝယ်ယူမှုကို ပံ့ပိုးပေးပါသည်။ သင်၏ Bitcoin၊ Ethereum၊ Litecoin သို့မဟုတ် Monero ပိုက်ဆံအိတ်ကို ဖန်တီးပါ သို့မဟုတ် ပြောင်းပါ။",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Bitcoin Light-thema",
|
||||
"bitcoin_payments_require_1_confirmation": "Bitcoin-betalingen vereisen 1 bevestiging, wat 20 minuten of langer kan duren. Dank voor uw geduld! U ontvangt een e-mail wanneer de betaling is bevestigd.",
|
||||
"Blocks_remaining": "${status} Resterende blokken",
|
||||
"breez_warning_disruption": "De Breez -service ondervindt momenteel problemen. Probeer het later opnieuw.",
|
||||
"breez_warning_maintenance": "De Breez -service ondergaat momenteel onderhoud. Probeer het later opnieuw.",
|
||||
"bright_theme": "Helder",
|
||||
"buy": "Kopen",
|
||||
"buy_alert_content": "Momenteel ondersteunen we alleen de aankoop van Bitcoin, Ethereum, Litecoin en Monero. Maak of schakel over naar uw Bitcoin-, Ethereum-, Litecoin- of Monero-portemonnee.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Lekki motyw Bitcoin",
|
||||
"bitcoin_payments_require_1_confirmation": "Płatności Bitcoin wymagają 1 potwierdzenia, co może zająć 20 minut lub dłużej. Dziękuję za cierpliwość! Otrzymasz wiadomość e-mail, gdy płatność zostanie potwierdzona.",
|
||||
"Blocks_remaining": "Pozostało ${status} bloków",
|
||||
"breez_warning_disruption": "Usługa Breeza ma obecnie problemy. Spróbuj ponownie później.",
|
||||
"breez_warning_maintenance": "Usługa Breeza przechodzi obecnie konserwację. Spróbuj ponownie później.",
|
||||
"bright_theme": "Biały",
|
||||
"buy": "Kup",
|
||||
"buy_alert_content": "Obecnie obsługujemy tylko zakup Bitcoin, Ethereum, Litecoin i Monero. Utwórz lub przełącz się na swój portfel Bitcoin, Ethereum, Litecoin lub Monero.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Tema claro de bitcoin",
|
||||
"bitcoin_payments_require_1_confirmation": "Os pagamentos em Bitcoin exigem 1 confirmação, o que pode levar 20 minutos ou mais. Obrigado pela sua paciência! Você receberá um e-mail quando o pagamento for confirmado.",
|
||||
"Blocks_remaining": "${status} blocos restantes",
|
||||
"breez_warning_disruption": "O serviço Breez está atualmente enfrentando problemas. Por favor, tente novamente mais tarde.",
|
||||
"breez_warning_maintenance": "O serviço Breez está atualmente em manutenção. Por favor, tente novamente mais tarde.",
|
||||
"bright_theme": "Brilhante",
|
||||
"buy": "Comprar",
|
||||
"buy_alert_content": "Atualmente, oferecemos suporte apenas à compra de Bitcoin, Ethereum, Litecoin e Monero. Crie ou troque para sua carteira Bitcoin, Ethereum, Litecoin ou Monero.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Легкая биткойн-тема",
|
||||
"bitcoin_payments_require_1_confirmation": "Биткойн-платежи требуют 1 подтверждения, что может занять 20 минут или дольше. Спасибо тебе за твое терпение! Вы получите электронное письмо, когда платеж будет подтвержден.",
|
||||
"Blocks_remaining": "${status} Осталось блоков",
|
||||
"breez_warning_disruption": "Служба Breez в настоящее время испытывает проблемы. Пожалуйста, повторите попытку позже.",
|
||||
"breez_warning_maintenance": "Служба Breez в настоящее время проходит обслуживание. Пожалуйста, повторите попытку позже.",
|
||||
"bright_theme": "Яркая",
|
||||
"buy": "Купить",
|
||||
"buy_alert_content": "В настоящее время мы поддерживаем только покупку биткойнов, Ethereum, Litecoin и Monero. Пожалуйста, создайте или переключитесь на свой кошелек Bitcoin, Ethereum, Litecoin или Monero.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "ธีมแสง Bitcoin",
|
||||
"bitcoin_payments_require_1_confirmation": "การชำระเงินด้วย Bitcoin ต้องการการยืนยัน 1 ครั้ง ซึ่งอาจใช้เวลา 20 นาทีหรือนานกว่านั้น ขอบคุณสำหรับความอดทนของคุณ! คุณจะได้รับอีเมลเมื่อการชำระเงินได้รับการยืนยัน",
|
||||
"Blocks_remaining": "${status} บล็อกที่เหลืออยู่",
|
||||
"breez_warning_disruption": "บริการ Breez กำลังประสบปัญหา กรุณาลองใหม่อีกครั้งในภายหลัง.",
|
||||
"breez_warning_maintenance": "บริการ Breez กำลังอยู่ระหว่างการบำรุงรักษา กรุณาลองใหม่อีกครั้งในภายหลัง.",
|
||||
"bright_theme": "สดใส",
|
||||
"buy": "ซื้อ",
|
||||
"buy_alert_content": "ขณะนี้เรารองรับการซื้อ Bitcoin, Ethereum, Litecoin และ Monero เท่านั้น โปรดสร้างหรือเปลี่ยนเป็นกระเป๋าเงิน Bitcoin, Ethereum, Litecoin หรือ Monero",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Tema ng ilaw ng bitcoin",
|
||||
"bitcoin_payments_require_1_confirmation": "Ang mga pagbabayad sa Bitcoin ay nangangailangan ng 1 kumpirmasyon, na maaaring tumagal ng 20 minuto o mas mahaba. Salamat sa iyong pasensya! Mag -email ka kapag nakumpirma ang pagbabayad.",
|
||||
"Blocks_remaining": "Ang natitirang ${status} ay natitira",
|
||||
"breez_warning_disruption": "Ang serbisyo ng Breez ay kasalukuyang nakakaranas ng mga isyu. Subukang muli mamaya.",
|
||||
"breez_warning_maintenance": "Ang serbisyo ng Breez ay kasalukuyang sumasailalim sa pagpapanatili. Subukang muli mamaya.",
|
||||
"bright_theme": "Maliwanag",
|
||||
"buy": "Bilhin",
|
||||
"buy_alert_content": "Sa kasalukuyan ay sinusuportahan lamang namin ang pagbili ng Bitcoin, Ethereum, Litecoin, at Monero. Mangyaring lumikha o lumipat sa iyong Bitcoin, Ethereum, Litecoin, o Monero Wallet.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Bitcoin Hafif Tema",
|
||||
"bitcoin_payments_require_1_confirmation": "Bitcoin ödemeleri, 20 dakika veya daha uzun sürebilen 1 onay gerektirir. Sabrınız için teşekkürler! Ödeme onaylandığında e-posta ile bilgilendirileceksiniz.",
|
||||
"Blocks_remaining": "${status} Blok Kaldı",
|
||||
"breez_warning_disruption": "Breez hizmeti şu anda sorunlar yaşıyor. Lütfen daha sonra tekrar deneyiniz.",
|
||||
"breez_warning_maintenance": "Breez hizmeti şu anda bakım görmektedir. Lütfen daha sonra tekrar deneyiniz.",
|
||||
"bright_theme": "Parlak",
|
||||
"buy": "Alış",
|
||||
"buy_alert_content": "Şu anda yalnızca Bitcoin, Ethereum, Litecoin ve Monero satın alımını destekliyoruz. Lütfen Bitcoin, Ethereum, Litecoin veya Monero cüzdanınızı oluşturun veya cüzdanınıza geçin.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Світла тема Bitcoin",
|
||||
"bitcoin_payments_require_1_confirmation": "Платежі Bitcoin потребують 1 підтвердження, яке може зайняти 20 хвилин або більше. Дякую за Ваше терпіння! Ви отримаєте електронний лист, коли платіж буде підтверджено.",
|
||||
"Blocks_remaining": "${status} Залишилось блоків",
|
||||
"breez_warning_disruption": "Наразі послуга Breez переживає проблеми. Будь-ласка спробуйте пізніше.",
|
||||
"breez_warning_maintenance": "Наразі послуга Breez проходить технічне обслуговування. Будь-ласка спробуйте пізніше.",
|
||||
"bright_theme": "Яскрава",
|
||||
"buy": "Купити",
|
||||
"buy_alert_content": "Наразі ми підтримуємо купівлю лише Bitcoin, Ethereum, Litecoin і Monero. Створіть або перейдіть на свій гаманець Bitcoin, Ethereum, Litecoin або Monero.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "بٹ کوائن لائٹ تھیم",
|
||||
"bitcoin_payments_require_1_confirmation": "بٹ کوائن کی ادائیگی میں 1 تصدیق کی ضرورت ہوتی ہے ، جس میں 20 منٹ یا اس سے زیادہ وقت لگ سکتا ہے۔ آپ کے صبر کا شکریہ! ادائیگی کی تصدیق ہونے پر آپ کو ای میل کیا جائے گا۔",
|
||||
"Blocks_remaining": "${status} بلاکس باقی ہیں۔",
|
||||
"breez_warning_disruption": "بریز سروس فی الحال مسائل کا سامنا کر رہی ہے۔ براہ کرم کچھ دیر بعد کوشش کریں.",
|
||||
"breez_warning_maintenance": "بریز سروس اس وقت دیکھ بھال کر رہی ہے۔ براہ کرم کچھ دیر بعد کوشش کریں.",
|
||||
"bright_theme": "روشن",
|
||||
"buy": "خریدنے",
|
||||
"buy_alert_content": "۔ﮟﯾﺮﮐ ﭻﺋﻮﺳ ﺮﭘ ﺱﺍ ﺎﯾ ﮟﯿﺋﺎﻨﺑ ﭧﯿﻟﺍﻭ Monero ﺎﯾ ،Bitcoin، Ethereum، Litecoin ﺎﻨﭘﺍ ﻡ",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "Bitcoin Light Akori",
|
||||
"bitcoin_payments_require_1_confirmation": "Àwọn àránṣẹ́ Bitcoin nílò ìjẹ́rìísí kan. Ó lè lo ìṣéjú ogun tàbí ìṣéjú jù. A dúpẹ́ fún sùúrù yín! Ẹ máa gba ímeèlì t'ó bá jẹ́rìísí àránṣẹ́ náà.",
|
||||
"Blocks_remaining": "Àkójọpọ̀ ${status} kikù",
|
||||
"breez_warning_disruption": "Iṣẹ Breez n jẹ iriri iriri lọwọlọwọ. Jọwọ gbiyanju lẹẹkansi nigbamii.",
|
||||
"breez_warning_maintenance": "Iṣẹ Breez n ṣe itọju Lọwọlọwọ lọwọlọwọ. Jọwọ gbiyanju lẹẹkansi nigbamii.",
|
||||
"bright_theme": "Funfun",
|
||||
"buy": "Rà",
|
||||
"buy_alert_content": "Lọwọlọwọ a ṣe atilẹyin rira Bitcoin, Ethereum, Litecoin, ati Monero. Jọwọ ṣẹda tabi yipada si Bitcoin, Ethereum, Litecoin, tabi apamọwọ Monero.",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"bitcoin_light_theme": "比特币浅色主题",
|
||||
"bitcoin_payments_require_1_confirmation": "比特币支付需要 1 次确认,这可能需要 20 分钟或更长时间。谢谢你的耐心!确认付款后,您将收到电子邮件。",
|
||||
"Blocks_remaining": "${status} 剩余的块",
|
||||
"breez_warning_disruption": "Breez服务目前正在遇到问题。请稍后再试。",
|
||||
"breez_warning_maintenance": "Breez服务目前正在进行维护。请稍后再试。",
|
||||
"bright_theme": "明亮",
|
||||
"buy": "购买",
|
||||
"buy_alert_content": "目前我们仅支持购买比特币、以太坊、莱特币和门罗币。请创建或切换到您的比特币、以太坊、莱特币或门罗币钱包。",
|
||||
|
|
Loading…
Reference in a new issue