From d6de151934553e988ca8eb405f190340c774ee0a Mon Sep 17 00:00:00 2001 From: ChillingSilence Date: Fri, 26 Mar 2021 08:54:30 +1300 Subject: [PATCH 1/3] Updated fiat to pull from .org domain --- app/src/main/java/io/digibyte/DigiByte.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/io/digibyte/DigiByte.java b/app/src/main/java/io/digibyte/DigiByte.java index 01210a06d1..5bd373a235 100644 --- a/app/src/main/java/io/digibyte/DigiByte.java +++ b/app/src/main/java/io/digibyte/DigiByte.java @@ -56,7 +56,7 @@ public class DigiByte extends MultiDexApplication implements Application.ActivityLifecycleCallbacks { - public static final String HOST = "digibyte.io"; + public static final String HOST = "digibyte.org"; //public static final String FEE_URL = "https://go.digibyte.co/bws/api/v2/feelevels"; private static final long SYNC_PERIOD = TimeUnit.HOURS.toMillis(24); @@ -189,4 +189,4 @@ public static void scheduleJob() { .schedule(); } } -} \ No newline at end of file +} From 614c354880975c708bb4d9939376214327f25ab3 Mon Sep 17 00:00:00 2001 From: ChillingSilence Date: Fri, 26 Mar 2021 08:55:31 +1300 Subject: [PATCH 2/3] Updated site references to .org --- .../digibyte/presenter/activities/settings/AboutActivity.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/io/digibyte/presenter/activities/settings/AboutActivity.java b/app/src/main/java/io/digibyte/presenter/activities/settings/AboutActivity.java index a9f0f38a25..e3b7425b30 100644 --- a/app/src/main/java/io/digibyte/presenter/activities/settings/AboutActivity.java +++ b/app/src/main/java/io/digibyte/presenter/activities/settings/AboutActivity.java @@ -60,13 +60,13 @@ protected void onCreate(Bundle savedInstanceState) { overridePendingTransition(R.anim.enter_from_bottom, R.anim.empty_300); }); blogShare.setOnClickListener(v -> { - Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://digibyte.io")); + Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://digibyte.org")); startActivity(browserIntent); overridePendingTransition(R.anim.enter_from_bottom, R.anim.empty_300); }); policyText.setOnClickListener(v -> { Intent browserIntent = new Intent(Intent.ACTION_VIEW, - Uri.parse("https://digibyte.io/digibyte-privacy-policy")); + Uri.parse("https://github.com/DigiByte-Core/DGBio/blob/master/privacy-app.html")); startActivity(browserIntent); overridePendingTransition(R.anim.enter_from_bottom, R.anim.empty_300); }); From 9f83f36341fcd44a69c5d48bc5a3e8afb956d860 Mon Sep 17 00:00:00 2001 From: ChillingSilence Date: Fri, 26 Mar 2021 09:01:41 +1300 Subject: [PATCH 3/3] Updated support URLs in translations --- app/src/main/res/values-af/strings.xml | 4 ++-- app/src/main/res/values-ar/strings.xml | 4 ++-- app/src/main/res/values-bg/strings.xml | 4 ++-- app/src/main/res/values-bn/strings.xml | 4 ++-- app/src/main/res/values-bs/strings.xml | 4 ++-- app/src/main/res/values-ca/strings.xml | 4 ++-- app/src/main/res/values-cs/strings.xml | 4 ++-- app/src/main/res/values-de/strings.xml | 4 ++-- app/src/main/res/values-el/strings.xml | 4 ++-- app/src/main/res/values-es/strings.xml | 4 ++-- app/src/main/res/values-fa/strings.xml | 4 ++-- app/src/main/res/values-fi/strings.xml | 4 ++-- app/src/main/res/values-fil/strings.xml | 4 ++-- app/src/main/res/values-fr/strings.xml | 4 ++-- app/src/main/res/values-gu/strings.xml | 4 ++-- app/src/main/res/values-hi-rIN/strings.xml | 4 ++-- app/src/main/res/values-hr/strings.xml | 4 ++-- app/src/main/res/values-hu/strings.xml | 2 +- app/src/main/res/values-in-rID/strings.xml | 4 ++-- app/src/main/res/values-in/strings.xml | 4 ++-- app/src/main/res/values-is/strings.xml | 4 ++-- app/src/main/res/values-it/strings.xml | 4 ++-- app/src/main/res/values-iw/strings.xml | 4 ++-- app/src/main/res/values-ja/strings.xml | 4 ++-- app/src/main/res/values-jv/strings.xml | 4 ++-- app/src/main/res/values-kn/strings.xml | 2 +- app/src/main/res/values-ko/strings.xml | 2 +- app/src/main/res/values-mk/strings.xml | 4 ++-- app/src/main/res/values-ml/strings.xml | 4 ++-- app/src/main/res/values-mn/strings.xml | 4 ++-- app/src/main/res/values-mr/strings.xml | 4 ++-- app/src/main/res/values-ms/strings.xml | 4 ++-- app/src/main/res/values-mt/strings.xml | 4 ++-- app/src/main/res/values-nb-rNO/strings.xml | 4 ++-- app/src/main/res/values-nl/strings.xml | 4 ++-- app/src/main/res/values-or/strings.xml | 4 ++-- app/src/main/res/values-pa/strings.xml | 2 +- app/src/main/res/values-pl/strings.xml | 4 ++-- app/src/main/res/values-pt-rBR/strings.xml | 4 ++-- app/src/main/res/values-pt/strings.xml | 4 ++-- app/src/main/res/values-ro/strings.xml | 4 ++-- app/src/main/res/values-ru/strings.xml | 4 ++-- app/src/main/res/values-sl/strings.xml | 4 ++-- app/src/main/res/values-sr/strings.xml | 4 ++-- app/src/main/res/values-sv/strings.xml | 4 ++-- app/src/main/res/values-sw/strings.xml | 4 ++-- app/src/main/res/values-ta/strings.xml | 4 ++-- app/src/main/res/values-te/strings.xml | 4 ++-- app/src/main/res/values-th/strings.xml | 4 ++-- app/src/main/res/values-tr/strings.xml | 4 ++-- app/src/main/res/values-uk/strings.xml | 4 ++-- app/src/main/res/values-ur/strings.xml | 4 ++-- app/src/main/res/values-vi/strings.xml | 4 ++-- app/src/main/res/values-zh-rHK/strings.xml | 4 ++-- app/src/main/res/values-zh-rSG/strings.xml | 4 ++-- app/src/main/res/values-zh-rTW/strings.xml | 4 ++-- app/src/main/res/values-zh/strings.xml | 4 ++-- app/src/main/res/values/strings.xml | 4 ++-- 58 files changed, 112 insertions(+), 112 deletions(-) diff --git a/app/src/main/res/values-af/strings.xml b/app/src/main/res/values-af/strings.xml index 29056cb5e2..a1ec59130e 100644 --- a/app/src/main/res/values-af/strings.xml +++ b/app/src/main/res/values-af/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Geskep deur die globale DigiWallet span. Weergawe %1$s @@ -33,7 +33,7 @@ https://github.com/Racecraft/digibytewallet-android Fout - Daar is n probleem met jou Android keystore, kontak asseblief support@digibyte.io + Daar is n probleem met jou Android keystore, kontak asseblief https://dgbsupport.digiassetx.com Jou DigiWallet gekodeerde data was onlangs ongeldig verklaar aangesien jou Android skerm sluit opsie gedeaktiveer was diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index 9e87b437c9..30a4c7ca74 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -3,7 +3,7 @@ ديجيولت - https://digibyte.io + https://digibyte.org من صنع فريق الديجيولت العالمي. الإصدار%1$s @@ -33,7 +33,7 @@ https://github.com/Racecraft/digibytewallet-android خطأ - هناك مشكلة في تشغيل تخزين المفاتيح الخاص بنظام الاندرويد، يرجى الاتصال بـ support@digibyte.io + هناك مشكلة في تشغيل تخزين المفاتيح الخاص بنظام الاندرويد، يرجى الاتصال بـ https://dgbsupport.digiassetx.com تم إبطال بياناتك المشفرة في الديجيولت مؤخرًا بسبب تعطيل شاشة قفل الاندرويد. diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index 7e8d2cb22c..27bfaabaa4 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -3,7 +3,7 @@ "DigiWallet " - https://digibyte.io/ + https://digibyte.org/ Създаден от глобалният Digi Wallet екип. Версия %1$s @@ -33,7 +33,7 @@ https://github.com/Racecraft/digibytewallet-android Грешка - Има проблем с ключовото ви хранилище за Android OS, моля, свържете се с support@digibyte.io + Има проблем с ключовото ви хранилище за Android OS, моля, свържете се с https://dgbsupport.digiassetx.com Вашите кодирани данни от DigiWallet наскоро бяха анулирани, защото екранът за заключване на Android беше деактивиран. diff --git a/app/src/main/res/values-bn/strings.xml b/app/src/main/res/values-bn/strings.xml index 9214f5bbe5..0d78c1bb3e 100644 --- a/app/src/main/res/values-bn/strings.xml +++ b/app/src/main/res/values-bn/strings.xml @@ -3,7 +3,7 @@ DigiWallet(ডিগী বাইট) - https://digibyte.io/ + https://digibyte.org/ আন্তর্জাতিক DigiWallet টিম দ্বারা তৈরি। সংস্করণ %১$s @@ -32,7 +32,7 @@ ভুল - আপনার অ্যান্ড্রয়েড অপারেটিং সিস্টেম keystore একটি সমস্যা আছে, দয়া করে support@digibyte.io এ যোগাযোগ করুন। + আপনার অ্যান্ড্রয়েড অপারেটিং সিস্টেম keystore একটি সমস্যা আছে, দয়া করে https://dgbsupport.digiassetx.com এ যোগাযোগ করুন। আপনার DigiWallet এনক্রিপ্ট ডেটা সম্প্রতি অকার্যকর হয়েছে, কারণ আপনার Android লক স্ক্রিনটি অক্ষম করা আছে। diff --git a/app/src/main/res/values-bs/strings.xml b/app/src/main/res/values-bs/strings.xml index 56022d8a90..ffdde1dae7 100644 --- a/app/src/main/res/values-bs/strings.xml +++ b/app/src/main/res/values-bs/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Napravljeno od strane globalnog DigiWallet tima. Verzija %1$s @@ -32,7 +32,7 @@ Greška - Postoji problem sa Vašim Android OS keystore, molimo kontaktirajte support@digibyte.io + Postoji problem sa Vašim Android OS keystore, molimo kontaktirajte https://dgbsupport.digiassetx.com Vaši DigiWallet kodirani podaci su nedavno poništeni jer je Android zaključavanje zaslona onemogućeno. diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 3235299fb8..fda201863f 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Fet per l\'equip global de DigiWallet. Versió %1$s @@ -32,7 +32,7 @@ Error - Hi ha hagut un problema amb l\'almacent de claus del SO Android, per favor contacte support@digibyte.io + Hi ha hagut un problema amb l\'almacent de claus del SO Android, per favor contacte https://dgbsupport.digiassetx.com Les seues dades encriptades de DigiWallet han segut recentment invalidades perque la pantalla de bloqueig del seu Android ha segut deshabilitada. diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 511edc174c..9e3622a98c 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Vytvořil globální Digi Wallet team. Verze %1$s @@ -32,7 +32,7 @@ Chyba - Vyskytl se problém s vaším Android OS keystore, prosím kontaktujte podporu support@digibyte.io + Vyskytl se problém s vaším Android OS keystore, prosím kontaktujte podporu https://dgbsupport.digiassetx.com Šifrovana data vaší peněženky byla nedávno zneplatněna, protože vaše zamykací obrazovka byla deaktivována. diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 5b52265741..ca9cb49564 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Vom globalen DigiWallet Team erstellt. Version %1$s @@ -33,7 +33,7 @@ Fehler - Es gibt ein Problem mit Ihrem Android Keystore. Bitte kontaktieren Sie support@digibyte.io + Es gibt ein Problem mit Ihrem Android Keystore. Bitte kontaktieren Sie https://dgbsupport.digiassetx.com Deine DigiWallet-verschlüsselten Daten wurden kürzlich ungültig gemacht, weil deine Android-Sperrbildschirm deaktiviert wurde. diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index cbc6963b29..5fa902178f 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Δημιουργήθηκε απο την παγκόσμια ομάδα DigiWallet. \'Εκδοση %1$s @@ -32,7 +32,7 @@ Σφάλμα - Υπάρχει κάποιο πρόβλημα με το Android OS keystore, παρακαλούμε επικοινωνήστε στο support@digibyte.io + Υπάρχει κάποιο πρόβλημα με το Android OS keystore, παρακαλούμε επικοινωνήστε στο https://dgbsupport.digiassetx.com Τα κρυπτογραφημένα δεδομένα του DigiWallet ακυρώθηκαν πρόσφατα επειδή η οθόνη κλειδώματος του Android σου απενεργοποιήθηκε. diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 18e2442ff6..77f1370e30 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Hecho por el equipo global DigiWallet. Versión %1$s @@ -33,7 +33,7 @@ Error - Hay un problema con el keystore (depósito de claves) de su Android OS. Por favor comuníquese con el servicio de asistencia técnica: support@digibyte.io + Hay un problema con el keystore (depósito de claves) de su Android OS. Por favor comuníquese con el servicio de asistencia técnica: https://dgbsupport.digiassetx.com La información cifrada de su DigiWallet ha sido invalidada recientemente porque el bloqueo de pantalla de su Android estaba desactivado. diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml index b69f5068d3..5cbacec2c5 100644 --- a/app/src/main/res/values-fa/strings.xml +++ b/app/src/main/res/values-fa/strings.xml @@ -3,7 +3,7 @@ کیف پول دیجی - https://digibyte.io/ + https://digibyte.org/ تهیه شده توسط تیم جهانی کیف پول دیجی. نسخه %1$s @@ -34,7 +34,7 @@ https://github.com/Racecraft/digibytewallet-android خطا - مشکلی در ذخیره سازی کلید سیستم عامل اندروید وجود دارد، لطفا با support@digibyte.io تماس بگیرید. + مشکلی در ذخیره سازی کلید سیستم عامل اندروید وجود دارد، لطفا با https://dgbsupport.digiassetx.com تماس بگیرید. اطلاعات رمزگذاری کیف پول دیجی شما به تازگی نامعتبر شده است زیرا قفل صفحه اندروید شما غیرفعال شده است. diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 844e750f6e..c3145f9978 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Tämän on valmistanut globaali DigiWallet tiimi. Versio %1$s @@ -32,7 +32,7 @@ Virhe - Sinun Android OS keystoressa on ongelma, ole hyvä ja ota yhteyttä support@digibyte.io + Sinun Android OS keystoressa on ongelma, ole hyvä ja ota yhteyttä https://dgbsupport.digiassetx.com Sinun DigiWalletin salatut tiedot ovat juuri mitätöity, koska sinun Androidin näytönlukitus on otettu pois käytöstä. diff --git a/app/src/main/res/values-fil/strings.xml b/app/src/main/res/values-fil/strings.xml index 64513ec880..4dbf5ef46f 100644 --- a/app/src/main/res/values-fil/strings.xml +++ b/app/src/main/res/values-fil/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Gawa ng global DigiWallet team. Bersyon %1$s @@ -32,7 +32,7 @@ Error - May problema sa iyong Android OS keystore, maaaring kontakin ang support@digibyte.io + May problema sa iyong Android OS keystore, maaaring kontakin ang https://dgbsupport.digiassetx.com Ang iyong naka-encrypt na datos ng DigiWallet ay napawalang-bisa dahil ang iyong Android lock screen ay hindi gumagana. diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 5a2481f8b5..b5e6ffe854 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Crée par l\'equipe mondiale DigiWallet. Version %1$s @@ -32,7 +32,7 @@ Erreur - Il y a un problème avec votre keysotre Android OS, contactez le support à support@digibyte.io + Il y a un problème avec votre keysotre Android OS, contactez le support à https://dgbsupport.digiassetx.com Vos donnés d\'encryption DigiWallet ont été récemment invalidé car le verrouillage de votre Android n\'est pas activé. diff --git a/app/src/main/res/values-gu/strings.xml b/app/src/main/res/values-gu/strings.xml index 5fe326a7c4..7281091d6e 100644 --- a/app/src/main/res/values-gu/strings.xml +++ b/app/src/main/res/values-gu/strings.xml @@ -3,7 +3,7 @@ "ડિગીવોલેટ " - https://digibyte.io/ + https://digibyte.org/ વૈશ્વિક ડિગિવોલેટ ટીમ દ્વારા બનાવેલ. આવૃત્તિ %1$s @@ -33,7 +33,7 @@ ત્રુટિ -તમારી Android OS કીસ્ટોર સાથે કોઈ સમસ્યા છે, કૃપા કરીને support@digibyte.io નો સંપર્ક કરો +તમારી Android OS કીસ્ટોર સાથે કોઈ સમસ્યા છે, કૃપા કરીને https://dgbsupport.digiassetx.com નો સંપર્ક કરો તમારા ડીગીવોલેટનો એન્ક્રિપ્ટ કરેલ ડેટા હાલમાં ગેરકાયદેસર છે કારણ કે તમારી Android લૉક સ્ક્રીન અક્ષમ હતી. diff --git a/app/src/main/res/values-hi-rIN/strings.xml b/app/src/main/res/values-hi-rIN/strings.xml index ece420a53c..24afb124b0 100644 --- a/app/src/main/res/values-hi-rIN/strings.xml +++ b/app/src/main/res/values-hi-rIN/strings.xml @@ -3,7 +3,7 @@ डिजीबाइट - https://digibyte.io/ + https://digibyte.org/ वैश्विक डिगवालेट टीम द्वारा बनाया गया संस्करण% 1 $ @ @@ -32,7 +32,7 @@ त्रुटि - आपके एंड्रॉइड ओएस कीस्टोर में एक समस्या है, कृपया support@digibyte.io से संपर्क करें + आपके एंड्रॉइड ओएस कीस्टोर में एक समस्या है, कृपया https://dgbsupport.digiassetx.com से संपर्क करें आपका डिजीबिट एन्क्रिप्ट किया गया डेटा हाल ही में अवैध था क्योंकि आपकी एंड्रॉइड लॉक स्क्रीन अक्षम थी diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 7bdcb06edd..903084fb18 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Napravljeno od strane globalnog DigiWallet tima. Verzija %1$@ @@ -32,7 +32,7 @@ Greška - Postoji problem sa Vašim Android OS keystore-om, molimo kontaktirajte support@digibyte.io + Postoji problem sa Vašim Android OS keystore-om, molimo kontaktirajte https://dgbsupport.digiassetx.com Vaši DigiWallet kodirani podaci su nedavno poništeni jer je Android zaključavanje zaslona onemogućeno. diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 4f269371cb..39789ea520 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -34,7 +34,7 @@ https://github.com/Racecraft/digibytewallet-android Hiba - Probléma lépett fel az Android operációs rendszer keystore fájljával. Kérlek lépj kapcsolatba velünk a support@digibyte.io email címen. + Probléma lépett fel az Android operációs rendszer keystore fájljával. Kérlek lépj kapcsolatba velünk a https://dgbsupport.digiassetx.com email címen. A DigiWallet tárcád titkosított adatai az Android képernyőzárának kikapcsolása miatt érvénytelenítve lettek. diff --git a/app/src/main/res/values-in-rID/strings.xml b/app/src/main/res/values-in-rID/strings.xml index 35563f5468..62b2dea6c7 100644 --- a/app/src/main/res/values-in-rID/strings.xml +++ b/app/src/main/res/values-in-rID/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Dibuat oleh tim DigiWallet global. Versi %1$s @@ -32,7 +32,7 @@ Error - Terdapat masalah pada Android OS keystore anda, silahkan hubungi support@digibyte.io + Terdapat masalah pada Android OS keystore anda, silahkan hubungi https://dgbsupport.digiassetx.com Data DigiWallet terenkripsi anda baru saja dibatalkan karena layar kunci Android anda dinonaktifkan. diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml index 35563f5468..62b2dea6c7 100644 --- a/app/src/main/res/values-in/strings.xml +++ b/app/src/main/res/values-in/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Dibuat oleh tim DigiWallet global. Versi %1$s @@ -32,7 +32,7 @@ Error - Terdapat masalah pada Android OS keystore anda, silahkan hubungi support@digibyte.io + Terdapat masalah pada Android OS keystore anda, silahkan hubungi https://dgbsupport.digiassetx.com Data DigiWallet terenkripsi anda baru saja dibatalkan karena layar kunci Android anda dinonaktifkan. diff --git a/app/src/main/res/values-is/strings.xml b/app/src/main/res/values-is/strings.xml index 5b440f518f..6862ece866 100644 --- a/app/src/main/res/values-is/strings.xml +++ b/app/src/main/res/values-is/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Búið til af DigiWallet teyminu. Útgáfa %1$s @@ -33,7 +33,7 @@ https://github.com/Racecraft/digibytewallet-android Villa - Það er vandamál með lyklavörslu Android stýrikerfis þíns, vinsamlegast hafðu samband við support@digibyte.io + Það er vandamál með lyklavörslu Android stýrikerfis þíns, vinsamlegast hafðu samband við https://dgbsupport.digiassetx.com Dulkóðuð DigiWallet gögn þín voru nýlega ógild vegna þess að skjálás Android tækis þíns var gerður óvirkur. diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 49bdd62d15..87990312c3 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Sviluppato da Global DigiWallet Team. Versione %1$s @@ -33,7 +33,7 @@ Errore - C\'è un problema con la tua Android keystore, per favore contatta support@digibyte.io + C\'è un problema con la tua Android keystore, per favore contatta https://dgbsupport.digiassetx.com I dati crittografati del tuo DigiWallet sono stati recentemente invalidati perché il blocco schermo di Android era disabilitato. diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml index 5945525499..f64fb19ab6 100644 --- a/app/src/main/res/values-iw/strings.xml +++ b/app/src/main/res/values-iw/strings.xml @@ -3,7 +3,7 @@ ארנק ה-DigiWallet - https://digibyte.io/ + https://digibyte.org/ נכתב ע\"י הצוות הגלובלי של DigiWallet. גרסה %1$s @@ -32,7 +32,7 @@ שגיאה - ישנה בעיה עם קוד האנדרואידת נא ליצור קשר עם התמיכה: support@digibyte.io + ישנה בעיה עם קוד האנדרואידת נא ליצור קשר עם התמיכה: https://dgbsupport.digiassetx.com הנתונים המוצפנים של ארנק ה-DigiWallet שלך בוטלו בשל ביטול נעילת המסך של המכשיר. diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index f8522aee8e..e6b755c92d 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ 制作 グローバルDigiWalletチーム バージョン %1$s @@ -32,7 +32,7 @@ エラー - Android OSキーストアに問題があります。support@digibyte.io までご連絡ください。 + Android OSキーストアに問題があります。https://dgbsupport.digiassetx.com までご連絡ください。 Androidロック画面が無効になっているため、DigiWalletで暗号化されたデータが無効になりました。 diff --git a/app/src/main/res/values-jv/strings.xml b/app/src/main/res/values-jv/strings.xml index 103463f403..e3ef66f74b 100644 --- a/app/src/main/res/values-jv/strings.xml +++ b/app/src/main/res/values-jv/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Digawe karo tim DigiWallet sedunia. Versi %1$s @@ -32,7 +32,7 @@ Error - Ana masalah neng keystore OS Android, monggo hubungi support@digibyte.io + Ana masalah neng keystore OS Android, monggo hubungi https://dgbsupport.digiassetx.com Data DigiWallet acak sing kesimpen sedurunge neng HP iki, nembe wae dadi ora valid lantaran HP Android sampeyan kunci layare ora aktif. diff --git a/app/src/main/res/values-kn/strings.xml b/app/src/main/res/values-kn/strings.xml index b98d7baf60..3a350c5165 100644 --- a/app/src/main/res/values-kn/strings.xml +++ b/app/src/main/res/values-kn/strings.xml @@ -3,7 +3,7 @@ "ಅಪ್ಲಿಕೇಶನ್ ಹೆಸರು " - https://digibyte.io/ + https://digibyte.org/ "ಪರದೆಯ ಅಡಿಟಿಪ್ಪಣಿಯ ಬಗ್ಗೆ " diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index 770ed1b527..34f793da79 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -33,7 +33,7 @@ https://github.com/Racecraft/digibytewallet-android 오류 - 기계적 인조 인간OS키 입력 에 문제가 있습니다. support@digibyte.io에 문의하십시오 + 기계적 인조 인간OS키 입력 에 문제가 있습니다. https://dgbsupport.digiassetx.com에 문의하십시오 안드로이드 잠금 화면이 비활성화되어 귀하의 Digiwallet 암호화 데이터가 최근 무효화되었습니다 diff --git a/app/src/main/res/values-mk/strings.xml b/app/src/main/res/values-mk/strings.xml index 2687bfb21b..29cea0fc20 100644 --- a/app/src/main/res/values-mk/strings.xml +++ b/app/src/main/res/values-mk/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Изработено од глобалниот DigiWallet тим. Верзија %1$s @@ -33,7 +33,7 @@ https://github.com/Racecraft/digibytewallet-android Грешка - Постои проблем со Android OS keystore, ве молиме контактирајте support@digibyte.io + Постои проблем со Android OS keystore, ве молиме контактирајте https://dgbsupport.digiassetx.com Вашите DigiWallet енкриптирани податоци се штотуку девалидизирани заради тоа што е исклучена Android опцијата за заклучување на екранот. diff --git a/app/src/main/res/values-ml/strings.xml b/app/src/main/res/values-ml/strings.xml index dc712ff243..345c3c3146 100644 --- a/app/src/main/res/values-ml/strings.xml +++ b/app/src/main/res/values-ml/strings.xml @@ -4,7 +4,7 @@ ഡിജിവാലറ്റ് - https://digibyte.io/ + https://digibyte.org/ നിര്‍മ്മിച്ചത്‌ ഗ്ലോബല്‍ ഡിജിവാലറ്റ് ടീം.വെര്‍ഷന്‍ %1$s @@ -37,7 +37,7 @@ https://github.com/Racecraft/digibytewallet-android പിശക് - നിങ്ങളുടെ ആന്‍ഡ്രോയിഡ് OS കീ സ്റ്റോറില്‍ ഒരു പ്രശ്നമുണ്ട്, ദയവായി support@digibyte.io മായി ബന്ധപ്പെടുക. + നിങ്ങളുടെ ആന്‍ഡ്രോയിഡ് OS കീ സ്റ്റോറില്‍ ഒരു പ്രശ്നമുണ്ട്, ദയവായി https://dgbsupport.digiassetx.com മായി ബന്ധപ്പെടുക. നിങ്ങളുടെ ആന്‍ഡ്രോയിഡ് മൊബൈലില്‍ ലോക്ക് സ്‌ക്രീന്‍ ഉപയോഗിക്കാത്തതിനാല്‍ നിങ്ങളുടെ ഡിജിവാലറ്റില്‍ എന്‍ക്രിപ്റ്റ് ചെയ്ത ഡാറ്റ അസാധുവാണ്. diff --git a/app/src/main/res/values-mn/strings.xml b/app/src/main/res/values-mn/strings.xml index 88487a8add..c14618a7ec 100644 --- a/app/src/main/res/values-mn/strings.xml +++ b/app/src/main/res/values-mn/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ " global DigiWallet баг бүтээсэн. Хувилбар %1$s" @@ -37,7 +37,7 @@ DigiWallet нь DigiByte-д зориулсан гар утасны түрийв Алдаа -Таны Андройд OS-тэй холбоотой асуудал байна, support@digibyte.io хаягаар холбоо барина уу +Таны Андройд OS-тэй холбоотой асуудал байна, https://dgbsupport.digiassetx.com хаягаар холбоо барина уу Таны Андройд түгжээний дэлгэцийг идэвхгүй болгосон учраас таны DigiWallet шифрлэгдсэн дата саяхан хүчингүй болсон. diff --git a/app/src/main/res/values-mr/strings.xml b/app/src/main/res/values-mr/strings.xml index 43516c3433..9bac76ffff 100644 --- a/app/src/main/res/values-mr/strings.xml +++ b/app/src/main/res/values-mr/strings.xml @@ -3,7 +3,7 @@ डीजीपाकिट - https://digibyte.io/ + https://digibyte.org/ जागतिक डिजिपाकिट संघाद्वारे बनविण्यात आलेली आहे. आवृत्ती % 1 $ @ @@ -33,7 +33,7 @@ https://github.com/Racecraft/digibytewallet-android त्रुटी - आपल्या एंड्रॉइड ओएस कीस्टोर मध्ये एक समस्या आहे, कृपया support@digibyte.io ला संपर्क साधा. + आपल्या एंड्रॉइड ओएस कीस्टोर मध्ये एक समस्या आहे, कृपया https://dgbsupport.digiassetx.com ला संपर्क साधा. आपल्या डीजीपाकिटाचा नुकताच कुटबद्ध केलेला डेटा अवैध होता, कारण आपली अँड्राईड लॉक स्क्रीन असमर्थ होती. diff --git a/app/src/main/res/values-ms/strings.xml b/app/src/main/res/values-ms/strings.xml index 44a79ae1ad..2f57483087 100644 --- a/app/src/main/res/values-ms/strings.xml +++ b/app/src/main/res/values-ms/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Dibuat oleh pasukan DigiWallet global. Versi %1$s @@ -32,7 +32,7 @@ Ralat - Terdapat masalah dengan keystore OS Android anda, sila hubungi support@digibyte.io + Terdapat masalah dengan keystore OS Android anda, sila hubungi https://dgbsupport.digiassetx.com Data DigiWallet disulitkan baru-baru ini tidak sah kerana skrin kunci Android anda telah dilumpuhkan. diff --git a/app/src/main/res/values-mt/strings.xml b/app/src/main/res/values-mt/strings.xml index ba704a4caf..9d4654afc4 100644 --- a/app/src/main/res/values-mt/strings.xml +++ b/app/src/main/res/values-mt/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Magħmul mit-tim globali tad-DigiWallet. Verżjoni % 1 $ s @@ -33,7 +33,7 @@ Dan il-proġett huwa sors miftuħ, tista \'tirrevedi l-kodiċi hawn: https://git Errur - Hemm problema bil-keystore Android OS tiegħek, jekk jogħġbok ikkuntattja support@digibyte.io + Hemm problema bil-keystore Android OS tiegħek, jekk jogħġbok ikkuntattja https://dgbsupport.digiassetx.com Id-data kkodifikata tad-DigiWallet tiegħek ġiet reċentement invalidata minħabba li l-iskrin tiegħek ta \'lock Android kien diżattivat. diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml index b48d430644..ef025102fb 100644 --- a/app/src/main/res/values-nb-rNO/strings.xml +++ b/app/src/main/res/values-nb-rNO/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Laget av det globale DigiWallet teamet. Versjon %1$s @@ -32,7 +32,7 @@ Feil - Det har oppstått et problem med din Android nøkkel lagring, vennligst kontakt support@digibyte.io + Det har oppstått et problem med din Android nøkkel lagring, vennligst kontakt https://dgbsupport.digiassetx.com Dine DigiWallet-krypterte data ble nylig ugyldig fordi Android låseskjermen din ble deaktivert. diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 4c826510af..4abb55242a 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Ontwikkeld door het wereldwijde DigiWallet team. Versie %1$s @@ -33,7 +33,7 @@ Fout - Er is een probleem met je Android OS keystore, neem aub contact op met support@digibyte.io + Er is een probleem met je Android OS keystore, neem aub contact op met https://dgbsupport.digiassetx.com Je DigiWallet gecodeerde gegevens zijn onlangs ongeldig gemaakt omdat je Android vergrendelingsscherm was uitgeschakeld. diff --git a/app/src/main/res/values-or/strings.xml b/app/src/main/res/values-or/strings.xml index 8a43731c13..558529b3d9 100644 --- a/app/src/main/res/values-or/strings.xml +++ b/app/src/main/res/values-or/strings.xml @@ -3,7 +3,7 @@ "ୱାଲେଟ୍ " - https://digibyte.io/ + https://digibyte.org/ Versionବିଶ୍ୱ ଡ଼ିଜିବ୍ଳଲେଟ ଦଳ ଦ୍ୱାରା ନିର୍ମିତ Version %1$s @@ -35,7 +35,7 @@ https://github.com/Racecraft/digibytewallet-android ତ୍ରୁଟି - ଆପଣନ୍କ୍ ଆନଡ୍ରୟେଡ ଓ.ଏସ୍. କି-ଷ୍ଟୋର୍ ରେ ତ୍ରୁଟି ଅଛି. ଦୟା କରି ଏହି ଲିନ୍କ support@digibyte.io ରେ ସଂସ୍ପର୍ଶ କରନ୍ତୁ + ଆପଣନ୍କ୍ ଆନଡ୍ରୟେଡ ଓ.ଏସ୍. କି-ଷ୍ଟୋର୍ ରେ ତ୍ରୁଟି ଅଛି. ଦୟା କରି ଏହି ଲିନ୍କ https://dgbsupport.digiassetx.com ରେ ସଂସ୍ପର୍ଶ କରନ୍ତୁ ଆନଡ୍ରୟାଡ୍ ଲୋକ୍ ସ୍କ୍ରିନ୍ ବଳହୀନ ହୋଇ ପଡିବାରୁ, ଆପଣନ୍କ ୱାଲେଟ୍ ଏନକ୍ରିପ୍ସନ୍ ଡାଟା ଅବିଧିମାନ୍ୟ ହୋଇଛି . diff --git a/app/src/main/res/values-pa/strings.xml b/app/src/main/res/values-pa/strings.xml index 43c71265ab..5ace54e160 100644 --- a/app/src/main/res/values-pa/strings.xml +++ b/app/src/main/res/values-pa/strings.xml @@ -3,7 +3,7 @@ "ਡਿਜੀ ਵਾਲਿਟ " - https://digibyte.io/ + https://digibyte.org/ ਡਿਜੀ ਬਾਈਟ ਟੀਮ ਦਾ ਬਣਾਇਆ ਹੋਇਆ ॥ ਵਰਜ਼ਨ %1$s diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 7a1796395d..fe658cbf94 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Stworzony przez globalny zespół DigiWallet. Wersja %1$s @@ -32,7 +32,7 @@ Błąd - Wystąpił problem z pękiem kluczy systemu Android KeyStore, skontaktuj się z support@digibyte.io + Wystąpił problem z pękiem kluczy systemu Android KeyStore, skontaktuj się z https://dgbsupport.digiassetx.com Twoje zaszyfrowane dane DigiWallet zostały unieważnione, ponieważ został wyłączony ekran blokady Twojego telefonu. diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 59b60b9728..db971d9224 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Feito pela equipe global da DigiWallet. Versão %1$s @@ -33,7 +33,7 @@ Erro - Existe um problema com suas chaves do sistema operacional Android, entre em contato com support@digibyte.io + Existe um problema com suas chaves do sistema operacional Android, entre em contato com https://dgbsupport.digiassetx.com Os dados criptografados do DigiWallet foram invalidados recentemente porque a tela de bloqueio do Android estava desabilitada. diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 8726c7c735..7a33cd3dd6 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Desenvolvido pela equipe DigiWallet. Versão %1$s @@ -32,7 +32,7 @@ Erro - Existe um problema com Android OS keystore, por favor entre em contacto com support@digibyte.io + Existe um problema com Android OS keystore, por favor entre em contacto com https://dgbsupport.digiassetx.com Os dados criptográficos das suas DigiWallet foram invalidados porque o ecrã de bloqueio do Android estava desactivado. diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 223348b5cf..8a087276fc 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Realizat de către echipa globală Digiwallet. Versiunea %1$s @@ -32,7 +32,7 @@ Eroare - Există o problemă cu Adroid OS KeyStore dvs. va rugăm sa contactati support@digibyte.io + Există o problemă cu Adroid OS KeyStore dvs. va rugăm sa contactati https://dgbsupport.digiassetx.com Datele criptate de la DigiWallet au fost recent invalidate deoarece ecranul de blocare Android a fost dezactivat. diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index f2ceb4e551..4770389504 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Разработано международной командой DigiWallet. Версия %1$s @@ -33,7 +33,7 @@ Ошибка - Возникла проблема с вашим хранилищем ключей Androis OS. Пожалуйста, свяжитесь с support@digibyte.io + Возникла проблема с вашим хранилищем ключей Androis OS. Пожалуйста, свяжитесь с https://dgbsupport.digiassetx.com Зашифрованные данные DigiWallet недействительны, так как блокировка экрана Android был отключена. diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml index f73a685051..ecebba837b 100644 --- a/app/src/main/res/values-sl/strings.xml +++ b/app/src/main/res/values-sl/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Naredila globalna DigiWallet ekipa. Verzija %1$s @@ -32,7 +32,7 @@ Napaka - Nastal je problem z Androidovo Shrambo Ključev, prosim kontaktirajte support@digibyte.io + Nastal je problem z Androidovo Shrambo Ključev, prosim kontaktirajte https://dgbsupport.digiassetx.com Vaši šifrirani DigiWallet podatki so bili nedavno razveljavljeni zato, ker je bilo onemogočeno Zaklepanje Zaslona. diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index 234a539311..a1b759be5a 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Napravio globalni DigiWallet team. Verzija %1$s @@ -32,7 +32,7 @@ Greška - Postoji problem sa Vašim Android OS keystore, molimo kontaktirajte support@digibyte.io + Postoji problem sa Vašim Android OS keystore, molimo kontaktirajte https://dgbsupport.digiassetx.com Vaši DigiWallet kodirani podaci su nedavno poništeni jer je Android zaključavanje zaslona onemogućeno. diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 774dde944c..dece314561 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Utvecklad av DigiWallets internationella team. Version %1$s @@ -32,7 +32,7 @@ Felmeddelande - Det uppstod ett problem med din Android OS KeyStore, vänligen kontakta support@digibyte.io + Det uppstod ett problem med din Android OS KeyStore, vänligen kontakta https://dgbsupport.digiassetx.com Din krypterade DigiWallet-data blev nyligen ogiltigförklarad på grund av att din Android-låsskärm var inaktiverad. diff --git a/app/src/main/res/values-sw/strings.xml b/app/src/main/res/values-sw/strings.xml index 4c1d3d4f6c..dc0f85ac74 100644 --- a/app/src/main/res/values-sw/strings.xml +++ b/app/src/main/res/values-sw/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Imetengenezwa na kikundi kutoka kote duniani cha DigiWallet. Version %1$s @@ -33,7 +33,7 @@ https://github.com/Racecraft/digibytewallet-android Hitilafu - Kuna tatizo la kuhifadhi nenosiri la Android OS, tafadhali wasiliana na support@digibyte.io + Kuna tatizo la kuhifadhi nenosiri la Android OS, tafadhali wasiliana na https://dgbsupport.digiassetx.com Data yako ya DigiWallet iliyo encrypted hivi karibuni haikubaliki kwa sababu skrini yako ya lock ya Android imezimwa. diff --git a/app/src/main/res/values-ta/strings.xml b/app/src/main/res/values-ta/strings.xml index 051959cd51..dd85a3188c 100644 --- a/app/src/main/res/values-ta/strings.xml +++ b/app/src/main/res/values-ta/strings.xml @@ -3,7 +3,7 @@ டிஜிவாலட் - https://digibyte.io/ + https://digibyte.org/ @@ -36,7 +36,7 @@ தவறு - உங்கள் ஆண்ட்ராய்டு ஓஎஸ் விசைதொகுப்பில் சிக்கல் உள்ளது, தயவு செய்து தொடர்பு கொள்ளவும் support@digibyte.io + உங்கள் ஆண்ட்ராய்டு ஓஎஸ் விசைதொகுப்பில் சிக்கல் உள்ளது, தயவு செய்து தொடர்பு கொள்ளவும் https://dgbsupport.digiassetx.com உங்கள் ஆண்ட்ராய்டு பூட்டு திரை முடக்கப்பட்டதால் மறைகுறியாக்கப்பட்ட டிஜிவாலட் தகவல்கள் சமீபத்தில் செல்லாததாக்கப்பட்டது. diff --git a/app/src/main/res/values-te/strings.xml b/app/src/main/res/values-te/strings.xml index 60e40e6278..9e04afe9dc 100644 --- a/app/src/main/res/values-te/strings.xml +++ b/app/src/main/res/values-te/strings.xml @@ -3,7 +3,7 @@ "డిజీవాలెట్ " - https://digibyte.io/ + https://digibyte.org/ డిజీబైట్ వారిచే తయారుచేయబడింది. వెర్షన్ %1$s @@ -32,7 +32,7 @@ లోపం - మీ ఆండ్రాయిడ్ కీస్టోర్‌లో ఏదో సమస్య ఉంది, దయచేసి మమ్మల్ని ఇక్కడ సంప్రదించండి. support@digibyte.io + మీ ఆండ్రాయిడ్ కీస్టోర్‌లో ఏదో సమస్య ఉంది, దయచేసి మమ్మల్ని ఇక్కడ సంప్రదించండి. https://dgbsupport.digiassetx.com మీ ఆండ్రాయిడ్ లాక్ స్క్రీన్ నిలిపివేయబడినందున మీ డిజీవాలెట్‌లో గుప్తీకరించబడిన డేటా ఇప్పుడు చెల్లదు/రద్దు చేయబడింది. diff --git a/app/src/main/res/values-th/strings.xml b/app/src/main/res/values-th/strings.xml index 5cc359a096..2efce68c1b 100644 --- a/app/src/main/res/values-th/strings.xml +++ b/app/src/main/res/values-th/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ พัฒนาโดยทีม DigiWallet เวอร์ชั่น %1$s @@ -32,7 +32,7 @@ ผิดพลาด - มีข้อผิดพลาดกับการเก็บ Keystore บน Android OS ของคุณ โปรดติดต่อทีมงาน support@digibyte.io + มีข้อผิดพลาดกับการเก็บ Keystore บน Android OS ของคุณ โปรดติดต่อทีมงาน https://dgbsupport.digiassetx.com " การเข้ารหัส Digiwallet ถูกยกเลิกการใช้งานเนื่องจากการล็อคหน้าจอโดนปิดการใช้งาน" diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 2c001acff4..a7463381be 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Global DigiWallet ekibi tarafından geliştirilmiştir. Versiyon %1$s @@ -32,7 +32,7 @@ Hata - Android OS anahtar deponuz ile ilgili bir problem var, lütfen support@digibyte.io ile irtibata geçin. + Android OS anahtar deponuz ile ilgili bir problem var, lütfen https://dgbsupport.digiassetx.com ile irtibata geçin. Android kilit ekranınız devre dışı bırakıldığı için DigiWallet şifrelenmiş verileriniz kısa süre önce geçersiz hale getirildi. diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 8cd6c622b0..140cad4dfa 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -3,7 +3,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Розроблено міжнародною командою DigiWallet. Версія %1$s @@ -33,7 +33,7 @@ Помилка - Виникла проблема з вашим сховищем ключів Androis OS. Будь ласка, зв\'яжіться з support@digibyte.io + Виникла проблема з вашим сховищем ключів Androis OS. Будь ласка, зв\'яжіться з https://dgbsupport.digiassetx.com Зашифровані дані DigiWallet недійсні, так як блокування екрану Android було відключено diff --git a/app/src/main/res/values-ur/strings.xml b/app/src/main/res/values-ur/strings.xml index 7eb42daef5..8e09d2fc4e 100644 --- a/app/src/main/res/values-ur/strings.xml +++ b/app/src/main/res/values-ur/strings.xml @@ -3,7 +3,7 @@ ڈیجی والیٹ - https://digibyte.io + https://digibyte.org عالمی ڈیجی والیٹ ٹیم کی طرف سے بنایا گیا. ورژن %1$s @@ -33,7 +33,7 @@ https://github.com/Racecraft/digibytewallet-android مسئلہ - آپ کی ینڈرائڈ OS کی اسٹور کے ساتھ ایک مسئلہ ہے، براہ کرم support@digibyte.io پر رابطہ کریں + آپ کی ینڈرائڈ OS کی اسٹور کے ساتھ ایک مسئلہ ہے، براہ کرم https://dgbsupport.digiassetx.com پر رابطہ کریں آپ کے ڈیجی والیٹ کے خفیہ کردہ ڈیٹا کو حال ہی میں کالعد کردیا گیا تھا کیونکہ آپ کی اینڈرائڈ لاک سکرین غیر فعال تھی. diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 37124a4eaf..8e336cc348 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -4,7 +4,7 @@ DigiWallet - https://digibyte.io/ + https://digibyte.org/ Phát triển bởi đội ngũ DigiWallet. Phiên bản %1$s @@ -33,7 +33,7 @@ Lỗi - Có sự cố với kho lưu trữ mật khẩu hệ điều hành Android, vui lòng liên hệ support@digibyte.io + Có sự cố với kho lưu trữ mật khẩu hệ điều hành Android, vui lòng liên hệ https://dgbsupport.digiassetx.com Dữ liệu đã mã hóa DigiWallet của bạn gần đây đã bị vô hiệu vì màn hình khóa Android của bạn đã bị tắt. diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml index ff160f00e8..9b8b088884 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml @@ -2,7 +2,7 @@ -"https://digibyte.io/" +"https://digibyte.org/" "由全球極特錢包團隊完成。版本 %1$@" @@ -30,7 +30,7 @@ "錯誤" -"Keystore發生錯誤請您聯絡 support@digibyte.io" +"Keystore發生錯誤請您聯絡 https://dgbsupport.digiassetx.com" "您極特錢包內的加密資訊已被消除 因您移除了安卓屏幕保護。" diff --git a/app/src/main/res/values-zh-rSG/strings.xml b/app/src/main/res/values-zh-rSG/strings.xml index 4652f8fcef..692d5b875c 100644 --- a/app/src/main/res/values-zh-rSG/strings.xml +++ b/app/src/main/res/values-zh-rSG/strings.xml @@ -3,7 +3,7 @@ 极特钱包 - https://digibyte.io/ + https://digibyte.org/ 由全球极特钱包团队打造。版本 %1$s @@ -32,7 +32,7 @@ 故障 - 您的安卓密钥库有问题,请联络support@digibyte.io + 您的安卓密钥库有问题,请联络https://dgbsupport.digiassetx.com 最近您的极特钱包加密资料被无效,因为您的安卓锁屏被关 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index ff160f00e8..9b8b088884 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -2,7 +2,7 @@ -"https://digibyte.io/" +"https://digibyte.org/" "由全球極特錢包團隊完成。版本 %1$@" @@ -30,7 +30,7 @@ "錯誤" -"Keystore發生錯誤請您聯絡 support@digibyte.io" +"Keystore發生錯誤請您聯絡 https://dgbsupport.digiassetx.com" "您極特錢包內的加密資訊已被消除 因您移除了安卓屏幕保護。" diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index 4652f8fcef..692d5b875c 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -3,7 +3,7 @@ 极特钱包 - https://digibyte.io/ + https://digibyte.org/ 由全球极特钱包团队打造。版本 %1$s @@ -32,7 +32,7 @@ 故障 - 您的安卓密钥库有问题,请联络support@digibyte.io + 您的安卓密钥库有问题,请联络https://dgbsupport.digiassetx.com 最近您的极特钱包加密资料被无效,因为您的安卓锁屏被关 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 30a0947366..84adfa6ba4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ - https://digibyte.io/ + https://digibyte.org/ Made by the global DigiWallet team. Version %1$s @@ -20,7 +20,7 @@ Error - There is a problem with your Android OS keystore, please contact support@digibyte.io + There is a problem with your Android OS keystore, please contact https://dgbsupport.digiassetx.com Your DigiWallet encrypted data was recently invalidated because your Android lock screen was disabled.