Skip to content

Commit

Permalink
fix: crash on opening xApp browser when no account configured
Browse files Browse the repository at this point in the history
  • Loading branch information
N3TC4T committed Mar 22, 2024
1 parent a5c4420 commit 0a92cab
Show file tree
Hide file tree
Showing 61 changed files with 74 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import { Navigator } from '@common/helpers/navigator';

import { Icon, TouchableDebounce } from '@components/General';

import Locale from '@locale';

import { AppStyles } from '@theme';
import styles from './styles';

Expand Down Expand Up @@ -74,6 +76,16 @@ class AccountSwitchElement extends Component<Props, State> {
const { account, discreet, containerStyle } = this.props;
const { isSwitcherOpen } = this.state;

if (!account) {
return (
<View style={styles.container}>
<Text style={styles.accountLabelText} numberOfLines={1}>
{Locale.t('global.noAccountConfigured')}
</Text>
</View>
);
}

return (
<TouchableDebounce activeOpacity={0.7} onPress={this.onPress} style={[styles.container, containerStyle]}>
<View style={AppStyles.flex1}>
Expand Down
1 change: 1 addition & 0 deletions src/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Unable to open return URL!",
"noAccountConfigured": "No account configured",
"pleaseAddAccountToSignTheTransaction": "Please add an account to sign the transaction",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "There is currently no available balance for sending payments.",
"doNotRemindMe": "Don't remind me again",
"invalidPayload": "Invalid payload",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Nie in staat om terugkeer na URL!",
"noAccountConfigured": "Geen rekening ingestel",
"pleaseAddAccountToSignTheTransaction": "Voeg n rekening by om die transaksie te onderteken.",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Geen bestedende rekening is beskikbaar vir die stuur van betalings nie.",
"doNotRemindMe": "Moet my nie weer herinner nie.",
"invalidPayload": "Ongeldige loonvrag",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "غير قادر على فتح رابط العودة!",
"noAccountConfigured": "لم تتم تهيئة الحساب",
"pleaseAddAccountToSignTheTransaction": "الرجاء إضافة حساب للتوقيع على الصفقة",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "لا يوجد حساب قابل للإنفاق متاح لإرسال الدفعات.",
"doNotRemindMe": "لا تذكرني مجدداً ",
"invalidPayload": "حمولة غير صالحة",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Не може да се отвори return url адрес!",
"noAccountConfigured": "Няма конфигуриран акаунт",
"pleaseAddAccountToSignTheTransaction": "Моля, добавете акаунт за подписване на транзакцията",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Няма налична сметка за изпращане на плащания.",
"doNotRemindMe": "Не ми напомняйте отново",
"invalidPayload": "Невалиден payload",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/bn-BD.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "রিটার্ন ইউআরএল খুলতে অক্ষম!",
"noAccountConfigured": "কোনও অ্যাকাউন্ট কনফিগার করা নেই",
"pleaseAddAccountToSignTheTransaction": "লেনদেনে স্বাক্ষর করতে দয়া করে একটি অ্যাকাউন্ট যুক্ত করুন",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "পেমেন্ট প্রেরণের জন্য কোনও ব্যয়যোগ্য অ্যাকাউন্ট পাওয়া যায় না।",
"doNotRemindMe": "আমাকে আবার মনে করিয়ে দিবেন না",
"invalidPayload": "অবৈধ পেলোড",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "No es pot obrir l'URL de retorn.",
"noAccountConfigured": "No s'ha configurat cap compte",
"pleaseAddAccountToSignTheTransaction": "Si us plau, afegiu un compte per signar la transacció",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "No hi ha cap compte amb saldo des del qual enviar pagaments.",
"doNotRemindMe": "No m'ho tornis a recordar",
"invalidPayload": "Càrrega útil no vàlida",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Nelze otevřít adresu URL pro návrat!",
"noAccountConfigured": "Není nastavený žádný účet",
"pleaseAddAccountToSignTheTransaction": "Přidejte prosím účet pro podepsání transakce",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Není dostupný žádný účet, ze kterého by bylo možné posílat platby.",
"doNotRemindMe": "Nepřipomínej mi to znovu",
"invalidPayload": "Neplatná částka",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Kan ikke åbne retur-URL!",
"noAccountConfigured": "Ingen konto konfigureret",
"pleaseAddAccountToSignTheTransaction": "Tilføj venligst en konto for at underskrive transaktionen",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Der er ingen tilgængelig saldo til afsendelse af betalinger.",
"doNotRemindMe": "Påmind mig ikke igen",
"invalidPayload": "Ugyldig data i overførsel",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Rückgabe-URL kann nicht geöffnet werden!",
"noAccountConfigured": "Kein Konto konfiguriert",
"pleaseAddAccountToSignTheTransaction": "Bitte füge einen Account hinzu, um die Transaktion zu bestätigen.",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Es ist kein ausgabefähiger Account verfügbar um Zahlungen zu senden.",
"doNotRemindMe": "Erinnere mich nicht noch einmal",
"invalidPayload": "Ungültige Nutzdaten",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Αδυναμία ανοίγματος url!",
"noAccountConfigured": "Δεν έχει ρυθμιστεί λογαριασμός",
"pleaseAddAccountToSignTheTransaction": "Προσθέστε ένα λογαριασμό για να επιβεβαιώσετε τη συναλλαγή",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Δεν υπάρχει διαθέσιμος λογαριασμός για αποστολή συναλλαγών.",
"doNotRemindMe": "Δεν θέλω ξανά υπενθύμιση",
"invalidPayload": "Μη έγκυρο payload",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/en-AU.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Unable to open return URL!",
"noAccountConfigured": "No account configured!",
"pleaseAddAccountToSignTheTransaction": "Please add an account to sign the transaction",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "No spendable account is available for sending payments.",
"doNotRemindMe": "Don't remind me again",
"invalidPayload": "Invalid payload",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/es-419.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "¡No se puede abrir la URL!",
"noAccountConfigured": "Ninguna cuenta configurada",
"pleaseAddAccountToSignTheTransaction": "Por favor, agrega una cuenta para firmar la transacción.",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "No existe una cuenta disponible para enviar el pago.",
"doNotRemindMe": "No me lo recuerdes de nuevo",
"invalidPayload": "Payload inválida",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "¡No se puede abrir la URL de retorno!",
"noAccountConfigured": "Ninguna cuenta configurada",
"pleaseAddAccountToSignTheTransaction": "Por favor, agrega una cuenta para firmar la transacción.",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "No hay una cuenta con fondos disponible para enviar pagos.",
"doNotRemindMe": "No volver a recordar",
"invalidPayload": "Payload inválida",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/et.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "URL-i avamine nurjus!",
"noAccountConfigured": "Kontot pole seadistatud",
"pleaseAddAccountToSignTheTransaction": "Palun lisa konto tehingu allkirjastamiseks",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Maksete saatmiseks ei ole loodud kulutamise kontot.",
"doNotRemindMe": "Ära rohkem tuleta meelde",
"invalidPayload": "Vigane veokoormus",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/eu.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Ezin da itzulera url ireki!",
"noAccountConfigured": "Ez dago konturik konfiguratuta",
"pleaseAddAccountToSignTheTransaction": "Mesedez gehitu kontu bat transakzioa sinatzeko",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Ordainketak bidaltzeko ez dago gastatzeko konturik erabilgarri.",
"doNotRemindMe": "Ez nazazu berriro gogoratu",
"invalidPayload": "Karga baliogabea",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Paluuosoitteen avaus ei onnistu!",
"noAccountConfigured": "Tiliä ei ole määritetty",
"pleaseAddAccountToSignTheTransaction": "Lisää tili allekirjoitusta varten",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Maksujen lähettämiseen ei ole käytettävissä tiliä.",
"doNotRemindMe": "Älä muistuta uudelleen",
"invalidPayload": "Virheellinen hyötykuorma",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/fil.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Hindi mabuksan ang url ng pagbalik!",
"noAccountConfigured": "Walang account isinaayos",
"pleaseAddAccountToSignTheTransaction": "Mangyaring magdagdag ng isang account upang lagdaan ang transaksyon",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Kasalukuyang walang magagamit na balanse para sa pagpapadala ng mga pagbabayad.",
"doNotRemindMe": "Huwag ipaalala sa akin muli",
"invalidPayload": "Di-wastong kargada",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Impossible d'ouvrir l'URL de retour!",
"noAccountConfigured": "Aucun compte configuré",
"pleaseAddAccountToSignTheTransaction": "Veuillez ajouter un compte pour signer la transaction",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Aucun compte utilisable n'est disponible pour l'envoi de paiements.",
"doNotRemindMe": "Ne me rappelle plus.",
"invalidPayload": "Charge utile invalide",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/gl-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Non se puido abri-la ligazón de retorno.",
"noAccountConfigured": "Non hai contas configuradas",
"pleaseAddAccountToSignTheTransaction": "Por favor engada unha conta para asina-la transacción",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Non hai contas dispoñibles con saldo gastable para enviar pagos.",
"doNotRemindMe": "Non lembrar de novo",
"invalidPayload": "Carga non válida",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/gu.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "રીટર્ન યુઆરએલ ખોલવામાં અસમર્થ!",
"noAccountConfigured": "કોઈ એકાઉન્ટ ગોઠવેલ નથી",
"pleaseAddAccountToSignTheTransaction": "ટ્રાંઝેક્શન પર સહી કરવા માટે કૃપા કરીને એક એકાઉન્ટ ઉમેરો",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "ચુકવણી મોકલવા માટે કોઈ ખર્ચ કરવા યોગ્ય એકાઉન્ટ ઉપલબ્ધ નથી.",
"doNotRemindMe": "મને ફરીથી યાદ રાખો નહિં",
"invalidPayload": "અમાન્ય પેલોડ",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "לא ניתן לפתוח את כתובת האתר החוזרת!",
"noAccountConfigured": "לא הוגדר חשבון",
"pleaseAddAccountToSignTheTransaction": "יש להוסיף חשבון כדי לחתום על הטרנזקציה",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "כרגע אין יתרה זמינה למשלוח תשלומים.",
"doNotRemindMe": "אל תזכיר לי שוב את זה",
"invalidPayload": "מטען לא חוקי",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/hi-IN.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "वापसी url खोलने में असमर्थ!",
"noAccountConfigured": "कोई खाता कॉन्फ़िगर नहीं किया गया",
"pleaseAddAccountToSignTheTransaction": "लेन-देन पर हस्ताक्षर करने के लिए कृपया एक खाता जोड़ें",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "भुगतान भेजने के लिए कोई खर्च करने योग्य खाता उपलब्ध नहीं है।",
"doNotRemindMe": "मुझे फिर से याद न दिलाएं",
"invalidPayload": "अवैध पेलोड",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Ne može se otvoriti povratni URL!",
"noAccountConfigured": "Nije konfiguriran nijedan račun",
"pleaseAddAccountToSignTheTransaction": "Dodajte račun kako biste mogli potpisati transakciju",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Nijedan potrošni račun nije dostupan za slanje uplata.",
"doNotRemindMe": "Nemoj me više podsjećati",
"invalidPayload": "Nevažeći payload",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/ht.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Kapab louvri URL retounen!",
"noAccountConfigured": "Pa gen kont configuré",
"pleaseAddAccountToSignTheTransaction": "Tanpri ajoute yon kont pou siyen tranzaksyon an",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Kounye a pa gen okenn balans ki disponib pou voye peman yo.",
"doNotRemindMe": "Pa raple m 'ankò",
"invalidPayload": "Envalid chaj",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Unable to open return URL!",
"noAccountConfigured": "No account configured",
"pleaseAddAccountToSignTheTransaction": "Please add an account to sign the transaction",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "There is currently no available balance for sending payments.",
"doNotRemindMe": "Don't remind me again",
"invalidPayload": "Invalid payload",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Tidak dapat membuka URL kembali!",
"noAccountConfigured": "Tidak ada akun yang dikonfigurasi",
"pleaseAddAccountToSignTheTransaction": "Harap tambahkan akun untuk menandatangani transaksi",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Saat ini tidak ada saldo yang tersedia untuk mengirim pembayaran.",
"doNotRemindMe": "Jangan ingatkan saya lagi",
"invalidPayload": "Payload tidak valid",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Impossibile aprire l'URL di ritorno!",
"noAccountConfigured": "Nessun account configurato",
"pleaseAddAccountToSignTheTransaction": "Per cortesia aggiungi un account per firmare la transazione",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Non c'è alcun account spendibile per l'invio di pagamenti.",
"doNotRemindMe": "Non ricordarmelo più",
"invalidPayload": "Ammontare non corretto",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "URLを開くことができません!",
"noAccountConfigured": "アカウントが設定されていません",
"pleaseAddAccountToSignTheTransaction": "取引に署名するためにアカウントを追加してください",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "送金するための十分な残高がありません。",
"doNotRemindMe": "再通知しない",
"invalidPayload": "無効なペイロード",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/ka.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "ჩაშენებული ვებ-გვერდის მისამართის გახსნა ვერ ხერხდება! ",
"noAccountConfigured": "ანგარიში არ არის კონფიგურირებული",
"pleaseAddAccountToSignTheTransaction": "გთხოვთ დაამატეთ ანგარიში ტრანზაქციის დასადასტურებლად ",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "სახარჯო ანგარიში არ არის ხელმისაწვდომი გზავნილის განსახორციელებლად.",
"doNotRemindMe": "შემდეგში აღარ შემახსენო ",
"invalidPayload": "არასწორი გადაცემული მონაცემი ",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/kk.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "Кері URL мекенжайын ашу мүмкін емес!",
"noAccountConfigured": "Тіркелгі орнатылмаған",
"pleaseAddAccountToSignTheTransaction": "Транзакцияға қол қою үшін есептік жазбаны қосыңыз",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "Қазіргі уақытта төлемдерді жіберу үшін қол жетімді баланс жоқ.",
"doNotRemindMe": "Маған көп еске салмаңыз",
"invalidPayload": "Жол берілмейтін ақылы жүктеме",
Expand Down
1 change: 1 addition & 0 deletions src/locale/translations/kn.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"unableOpenReturnURL": "ರಿಟರ್ನ್ url ತೆರೆಯಲು ಸಾಧ್ಯವಿಲ್ಲ!",
"noAccountConfigured": "ಯಾವುದೇ ಖಾತೆಯನ್ನು ಕಾನ್ಫಿಗರ್ ಮಾಡಿಲ್ಲ",
"pleaseAddAccountToSignTheTransaction": "ವ್ಯವಹಾರಕ್ಕೆ ಸಹಿ ಮಾಡಲು ದಯವಿಟ್ಟು ಖಾತೆಯನ್ನು ಸೇರಿಸಿ",
"pleaseAddAccountToAccessXApp": "Please add an account to access xApp",
"noSpendableAccountIsAvailableForSendingPayment": "ಪಾವತಿಗಳನ್ನು ಕಳುಹಿಸಲು ಖರ್ಚು ಮಾಡಬಹುದಾದ ಯಾವುದೇ ಖಾತೆ ಲಭ್ಯವಿಲ್ಲ.",
"doNotRemindMe": "ನನ್ನನ್ನು ಮತ್ತೆ ನೆನಪಿಸಬೇಡಿ",
"invalidPayload": "ಅಮಾನ್ಯ ಪೇಲೋಡ್",
Expand Down
Loading

0 comments on commit 0a92cab

Please sign in to comment.