mirror of
https://github.com/openMF/mifos-mobile.git
synced 2026-02-06 11:26:51 +00:00
Compare commits
5 Commits
3238117d03
...
0cf329c43b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0cf329c43b | ||
|
|
1600b41ad2 | ||
|
|
d0a1bf4394 | ||
|
|
937fda1976 | ||
|
|
00e56d0888 |
@ -50,5 +50,6 @@ Pod::Spec.new do |spec|
|
||||
SCRIPT
|
||||
}
|
||||
]
|
||||
|
||||
spec.resources = ['build/compose/cocoapods/compose-resources']
|
||||
end
|
||||
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="recent_transactions">المعاملات الأخيرة</string>
|
||||
<string name="no_transaction">لا توجد معاملات</string>
|
||||
<string name="atm_icon">أيقونة الصراف الآلي</string>
|
||||
<string name="string_and_string">%1$s %2$s</string>
|
||||
|
||||
<string name="something_went_wrong">حدث خطأ ما</string>
|
||||
<string name="filter">تصفية</string>
|
||||
<string name="filter_transactions">تصفية المعاملات</string>
|
||||
<string name="clear_all">مسح الكل</string>
|
||||
<string name="filter_by_account"> التصفية حسب الحساب:</string>
|
||||
<string name="account_number_label">رقم الحساب: %1$s</string>
|
||||
<string name="select_account">اختر الحساب</string>
|
||||
<string name="balance">الرصيد: %1$s %2$s</string>
|
||||
<string name="account">الحساب</string>
|
||||
<string name="transaction_type">نوع المعاملة:</string>
|
||||
<string name="all">الكل</string>
|
||||
<string name="debits">مدين</string>
|
||||
<string name="credits">دائن</string>
|
||||
<string name="apply_filters">تطبيق التصفية</string>
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="recent_transactions">Letzte Transaktionen</string>
|
||||
<string name="no_transaction">Keine Transaktionen vorhanden</string>
|
||||
<string name="atm_icon">Geldautomaten-Symbol</string>
|
||||
<string name="string_and_string">%1$s %2$s</string>
|
||||
|
||||
<string name="something_went_wrong">Es ist ein Fehler aufgetreten</string>
|
||||
<string name="filter">Filter</string>
|
||||
<string name="filter_transactions">Transaktionen filtern</string>
|
||||
<string name="clear_all">Alle löschen</string>
|
||||
<string name="filter_by_account">Nach Konto filtern:</string>
|
||||
<string name="account_number_label">Kontonummer: %1$s</string>
|
||||
<string name="select_account">Konto auswählen</string>
|
||||
<string name="balance">Kontostand: %1$s %2$s</string>
|
||||
<string name="account">Konto</string>
|
||||
<string name="transaction_type">Transaktionstyp:</string>
|
||||
<string name="all">Alle</string>
|
||||
<string name="debits">Belastungen</string>
|
||||
<string name="credits">Gutschriften</string>
|
||||
<string name="apply_filters">Filter anwenden</string>
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="recent_transactions">Recent Transactions</string>
|
||||
<string name="no_transaction">No Transaction</string>
|
||||
<string name="atm_icon">ATM Icon</string>
|
||||
<string name="string_and_string">%1$s %2$s</string>
|
||||
|
||||
<string name="something_went_wrong">Something went wrong</string>
|
||||
<string name="filter">Filter</string>
|
||||
<string name="filter_transactions">Filter Transactions</string>
|
||||
<string name="clear_all">Clear All</string>
|
||||
<string name="filter_by_account">Filter By Account :</string>
|
||||
<string name="account_number_label">A/c No: %1$s</string>
|
||||
<string name="select_account">Select Account</string>
|
||||
<string name="balance">Balance: %1$s %2$s</string>
|
||||
<string name="account">Account</string>
|
||||
<string name="transaction_type">Transaction Type:</string>
|
||||
<string name="all">All</string>
|
||||
<string name="debits">Debits</string>
|
||||
<string name="credits">Credits</string>
|
||||
<string name="apply_filters">Apply Filters</string>
|
||||
</resources>
|
||||
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="recent_transactions">تراکنشهای اخیر</string>
|
||||
<string name="no_transaction">هیچ تراکنشی وجود ندارد</string>
|
||||
<string name="atm_icon">آیکون خودپرداز</string>
|
||||
<string name="string_and_string">%1$s %2$s</string>
|
||||
|
||||
<string name="something_went_wrong">خطایی رخ داده است</string>
|
||||
<string name="filter">فیلتر</string>
|
||||
<string name="filter_transactions">فیلتر تراکنشها</string>
|
||||
<string name="clear_all">پاک کردن همه</string>
|
||||
<string name="filter_by_account">فیلتر بر اساس حساب:</string>
|
||||
<string name="account_number_label">شماره حساب: %1$s</string>
|
||||
<string name="select_account">انتخاب حساب</string>
|
||||
<string name="balance">موجودی: %1$s %2$s</string>
|
||||
<string name="account">حساب</string>
|
||||
<string name="transaction_type">نوع تراکنش:</string>
|
||||
<string name="all">همه</string>
|
||||
<string name="debits">برداشتها</string>
|
||||
<string name="credits">واریزها</string>
|
||||
<string name="apply_filters">اعمال فیلترها</string>
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="recent_transactions">Transactions récentes</string>
|
||||
<string name="no_transaction">Aucune transaction</string>
|
||||
<string name="atm_icon">Icône de distributeur automatique</string>
|
||||
<string name="string_and_string">%1$s %2$s</string>
|
||||
|
||||
<string name="something_went_wrong">Une erreur s’est produite</string>
|
||||
<string name="filter">Filtrer</string>
|
||||
<string name="filter_transactions">Filtrer les transactions</string>
|
||||
<string name="clear_all">Tout effacer</string>
|
||||
<string name="filter_by_account">Filtrer par compte :</string>
|
||||
<string name="account_number_label">N° de compte : %1$s</string>
|
||||
<string name="select_account">Sélectionner un compte</string>
|
||||
<string name="balance">Solde : %1$s %2$s</string>
|
||||
<string name="account">Compte</string>
|
||||
<string name="transaction_type">Type de transaction :</string>
|
||||
<string name="all">Toutes</string>
|
||||
<string name="debits">Débits</string>
|
||||
<string name="credits">Crédits</string>
|
||||
<string name="apply_filters">Appliquer les filtres</string>
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="recent_transactions">हाल की लेन-देन</string>
|
||||
<string name="no_transaction">कोई लेन-देन नहीं</string>
|
||||
<string name="atm_icon">एटीएम आइकन</string>
|
||||
<string name="string_and_string">%1$s %2$s</string>
|
||||
|
||||
<string name="something_went_wrong">कोई त्रुटि हुई है</string>
|
||||
<string name="filter">फ़िल्टर</string>
|
||||
<string name="filter_transactions">लेन-देन फ़िल्टर करें</string>
|
||||
<string name="clear_all">सभी साफ़ करें</string>
|
||||
<string name="filter_by_account">खाते के अनुसार फ़िल्टर करें:</string>
|
||||
<string name="account_number_label">खाता संख्या: %1$s</string>
|
||||
<string name="select_account">खाता चुनें</string>
|
||||
<string name="balance">शेष राशि: %1$s %2$s</string>
|
||||
<string name="account">खाता</string>
|
||||
<string name="transaction_type">लेन-देन का प्रकार:</string>
|
||||
<string name="all">सभी</string>
|
||||
<string name="debits">नामे (डेबिट)</string>
|
||||
<string name="credits">जमा (क्रेडिट)</string>
|
||||
<string name="apply_filters">फ़िल्टर लागू करें</string>
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="recent_transactions">Transaksi Terbaru</string>
|
||||
<string name="no_transaction">Tidak Ada Transaksi</string>
|
||||
<string name="atm_icon">Ikon ATM</string>
|
||||
<string name="string_and_string">%1$s %2$s</string>
|
||||
|
||||
<string name="something_went_wrong">Terjadi Kesalahan</string>
|
||||
<string name="filter">Filter</string>
|
||||
<string name="filter_transactions">Filter Transaksi</string>
|
||||
<string name="clear_all">Hapus Semua</string>
|
||||
<string name="filter_by_account">Filter Berdasarkan Rekening:</string>
|
||||
<string name="account_number_label">No. Rekening: %1$s</string>
|
||||
<string name="select_account">Pilih Rekening</string>
|
||||
<string name="balance">Saldo: %1$s %2$s</string>
|
||||
<string name="account">Rekening</string>
|
||||
<string name="transaction_type">Jenis Transaksi:</string>
|
||||
<string name="all">Semua</string>
|
||||
<string name="debits">Debit</string>
|
||||
<string name="credits">Kredit</string>
|
||||
<string name="apply_filters">Terapkan Filter</string>
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="recent_transactions">ប្រតិបត្តិការថ្មីៗ</string>
|
||||
<string name="no_transaction">មិនមានប្រតិបត្តិការ</string>
|
||||
<string name="atm_icon">រូបតំណាង អេធីអឹម</string>
|
||||
<string name="string_and_string">%1$s %2$s</string>
|
||||
|
||||
<string name="something_went_wrong">មានកំហុសមួយបានកើតឡើង</string>
|
||||
<string name="filter">តម្រង</string>
|
||||
<string name="filter_transactions">តម្រងប្រតិបត្តិការ</string>
|
||||
<string name="clear_all">លុបទាំងអស់</string>
|
||||
<string name="filter_by_account">តម្រងតាមគណនី៖</string>
|
||||
<string name="account_number_label">លេខគណនី៖ %1$s</string>
|
||||
<string name="select_account">ជ្រើសរើសគណនី</string>
|
||||
<string name="balance">សមតុល្យ៖ %1$s %2$s</string>
|
||||
<string name="account">គណនី</string>
|
||||
<string name="transaction_type">ប្រភេទប្រតិបត្តិការ៖</string>
|
||||
<string name="all">ទាំងអស់</string>
|
||||
<string name="debits">ឥណពន្ធ</string>
|
||||
<string name="credits">ឥណទាន</string>
|
||||
<string name="apply_filters">អនុវត្តតម្រង</string>
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="recent_transactions">ಇತ್ತೀಚಿನ ವಹಿವಾಟುಗಳು</string>
|
||||
<string name="no_transaction">ಯಾವುದೇ ವಹಿವಾಟುಗಳಿಲ್ಲ</string>
|
||||
<string name="atm_icon">ಎಟಿಎಂ ಚಿಹ್ನೆ</string>
|
||||
<string name="string_and_string">%1$s %2$s</string>
|
||||
|
||||
<string name="something_went_wrong">ಏನೋ ತಪ್ಪಾಗಿದೆ</string>
|
||||
<string name="filter">ಫಿಲ್ಟರ್</string>
|
||||
<string name="filter_transactions">ವಹಿವಾಟುಗಳನ್ನು ಫಿಲ್ಟರ್ ಮಾಡಿ</string>
|
||||
<string name="clear_all">ಎಲ್ಲವನ್ನೂ ತೆರವುಗೊಳಿಸಿ</string>
|
||||
<string name="filter_by_account">ಖಾತೆಯ ಆಧಾರದ ಮೇಲೆ ಫಿಲ್ಟರ್ ಮಾಡಿ:</string>
|
||||
<string name="account_number_label">ಖಾತೆ ಸಂಖ್ಯೆ: %1$s</string>
|
||||
<string name="select_account">ಖಾತೆಯನ್ನು ಆಯ್ಕೆಮಾಡಿ</string>
|
||||
<string name="balance">ಶೇಷ ಮೊತ್ತ: %1$s %2$s</string>
|
||||
<string name="account">ಖಾತೆ</string>
|
||||
<string name="transaction_type">ವಹಿವಾಟಿನ ಪ್ರಕಾರ:</string>
|
||||
<string name="all">ಎಲ್ಲಾ</string>
|
||||
<string name="debits">ಡೆಬಿಟ್</string>
|
||||
<string name="credits">ಕ್ರೆಡಿಟ್</string>
|
||||
<string name="apply_filters">ಫಿಲ್ಟರ್ಗಳನ್ನು ಅನ್ವಯಿಸಿ</string>
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="recent_transactions">လတ်တလော လွှဲပြောင်းမှုများ</string>
|
||||
<string name="no_transaction">လွှဲပြောင်းမှု မရှိပါ</string>
|
||||
<string name="atm_icon">အေအတီအမ် အိုင်ကွန်</string>
|
||||
<string name="string_and_string">%1$s %2$s</string>
|
||||
|
||||
<string name="something_went_wrong">အမှားတစ်ခု ဖြစ်ပေါ်ခဲ့သည်</string>
|
||||
<string name="filter">စစ်ထုတ်ခြင်း</string>
|
||||
<string name="filter_transactions">လွှဲပြောင်းမှုများကို စစ်ထုတ်ပါ</string>
|
||||
<string name="clear_all">အားလုံး ဖျက်ပါ</string>
|
||||
<string name="filter_by_account">အကောင့်အလိုက် စစ်ထုတ်ပါ:</string>
|
||||
<string name="account_number_label">အကောင့်နံပါတ်: %1$s</string>
|
||||
<string name="select_account">အကောင့် ရွေးချယ်ပါ</string>
|
||||
<string name="balance">လက်ကျန်ငွေ: %1$s %2$s</string>
|
||||
<string name="account">အကောင့်</string>
|
||||
<string name="transaction_type">လွှဲပြောင်းမှု အမျိုးအစား:</string>
|
||||
<string name="all">အားလုံး</string>
|
||||
<string name="debits">ဒက်ဘစ်</string>
|
||||
<string name="credits">ခရက်ဒစ်</string>
|
||||
<string name="apply_filters">စစ်ထုတ်မှုများကို အသုံးချပါ</string>
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="recent_transactions">Ostatnie transakcje</string>
|
||||
<string name="no_transaction">Brak transakcji</string>
|
||||
<string name="atm_icon">Ikona bankomatu</string>
|
||||
<string name="string_and_string">%1$s %2$s</string>
|
||||
|
||||
<string name="something_went_wrong">Wystąpił błąd</string>
|
||||
<string name="filter">Filtr</string>
|
||||
<string name="filter_transactions">Filtruj transakcje</string>
|
||||
<string name="clear_all">Wyczyść wszystko</string>
|
||||
<string name="filter_by_account">Filtruj według konta:</string>
|
||||
<string name="account_number_label">Nr konta: %1$s</string>
|
||||
<string name="select_account">Wybierz konto</string>
|
||||
<string name="balance">Saldo: %1$s %2$s</string>
|
||||
<string name="account">Konto</string>
|
||||
<string name="transaction_type">Rodzaj transakcji:</string>
|
||||
<string name="all">Wszystkie</string>
|
||||
<string name="debits">Obciążenia</string>
|
||||
<string name="credits">Uznania</string>
|
||||
<string name="apply_filters">Zastosuj filtry</string>
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="recent_transactions">Transações recentes</string>
|
||||
<string name="no_transaction">Nenhuma transação</string>
|
||||
<string name="atm_icon">Ícone de caixa eletrônico</string>
|
||||
<string name="string_and_string">%1$s %2$s</string>
|
||||
|
||||
<string name="something_went_wrong">Ocorreu um erro</string>
|
||||
<string name="filter">Filtro</string>
|
||||
<string name="filter_transactions">Filtrar transações</string>
|
||||
<string name="clear_all">Limpar tudo</string>
|
||||
<string name="filter_by_account">Filtrar por conta:</string>
|
||||
<string name="account_number_label">Nº da conta: %1$s</string>
|
||||
<string name="select_account">Selecionar conta</string>
|
||||
<string name="balance">Saldo: %1$s %2$s</string>
|
||||
<string name="account">Conta</string>
|
||||
<string name="transaction_type">Tipo de transação:</string>
|
||||
<string name="all">Todas</string>
|
||||
<string name="debits">Débitos</string>
|
||||
<string name="credits">Créditos</string>
|
||||
<string name="apply_filters">Aplicar filtros</string>
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="recent_transactions">Последние операции</string>
|
||||
<string name="no_transaction">Нет операций</string>
|
||||
<string name="atm_icon">Иконка банкомата</string>
|
||||
<string name="string_and_string">%1$s %2$s</string>
|
||||
|
||||
<string name="something_went_wrong">Произошла ошибка</string>
|
||||
<string name="filter">Фильтр</string>
|
||||
<string name="filter_transactions">Фильтрация операций</string>
|
||||
<string name="clear_all">Очистить всё</string>
|
||||
<string name="filter_by_account">Фильтр по счёту:</string>
|
||||
<string name="account_number_label">№ счёта: %1$s</string>
|
||||
<string name="select_account">Выбрать счёт</string>
|
||||
<string name="balance">Баланс: %1$s %2$s</string>
|
||||
<string name="account">Счёт</string>
|
||||
<string name="transaction_type">Тип операции:</string>
|
||||
<string name="all">Все</string>
|
||||
<string name="debits">Списания</string>
|
||||
<string name="credits">Зачисления</string>
|
||||
<string name="apply_filters">Применить фильтры</string>
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="recent_transactions">Miamala ya Hivi Karibuni</string>
|
||||
<string name="no_transaction">Hakuna miamala</string>
|
||||
<string name="atm_icon">Ikoni ya ATM</string>
|
||||
<string name="string_and_string">%1$s %2$s</string>
|
||||
|
||||
<string name="something_went_wrong">Kuna hitilafu imetokea</string>
|
||||
<string name="filter">Kichujio</string>
|
||||
<string name="filter_transactions">Chuja miamala</string>
|
||||
<string name="clear_all">Futa yote</string>
|
||||
<string name="filter_by_account">Chuja kwa akaunti:</string>
|
||||
<string name="account_number_label">Namba ya akaunti: %1$s</string>
|
||||
<string name="select_account">Chagua akaunti</string>
|
||||
<string name="balance">Salio: %1$s %2$s</string>
|
||||
<string name="account">Akaunti</string>
|
||||
<string name="transaction_type">Aina ya muamala:</string>
|
||||
<string name="all">Zote</string>
|
||||
<string name="debits">Madeni</string>
|
||||
<string name="credits">Malipo</string>
|
||||
<string name="apply_filters">Tekeleza vichujio</string>
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="recent_transactions">ఇటీవలి ఖాతా లావాదేవీలు</string>
|
||||
<string name="no_transaction">లావాదేవీలు లేవు</string>
|
||||
<string name="atm_icon">ఏటీఎం సూచిక</string>
|
||||
<string name="string_and_string">%1$s %2$s</string>
|
||||
|
||||
<string name="something_went_wrong">లోపం సంభవించింది</string>
|
||||
<string name="filter">వడపోత</string>
|
||||
<string name="filter_transactions">లావాదేవీల వడపోత</string>
|
||||
<string name="clear_all">అన్నింటిని తొలగించండి</string>
|
||||
<string name="filter_by_account">ఖాతా ఆధారంగా వడపోసండి:</string>
|
||||
<string name="account_number_label">ఖాతా సంఖ్య: %1$s</string>
|
||||
<string name="select_account">ఖాతాను ఎంపిక చేయండి</string>
|
||||
<string name="balance">శేష మొత్తం: %1$s %2$s</string>
|
||||
<string name="account">ఖాతా</string>
|
||||
<string name="transaction_type">లావాదేవీ రకం:</string>
|
||||
<string name="all">అన్నీ</string>
|
||||
<string name="debits">నామాలు (డెబిట్)</string>
|
||||
<string name="credits">జమాలు (క్రెడిట్)</string>
|
||||
<string name="apply_filters">వడపోతలను అమలు చేయండి</string>
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="recent_transactions">حالیہ لین دین</string>
|
||||
<string name="no_transaction">کوئی لین دین نہیں</string>
|
||||
<string name="atm_icon">اے ٹی ایم آئیکن</string>
|
||||
<string name="string_and_string">%1$s %2$s</string>
|
||||
|
||||
<string name="something_went_wrong">کچھ غلط ہو گیا</string>
|
||||
<string name="filter">فلٹر</string>
|
||||
<string name="filter_transactions">لین دین کو فلٹر کریں</string>
|
||||
<string name="clear_all">سب صاف کریں</string>
|
||||
<string name="filter_by_account">اکاؤنٹ کے مطابق فلٹر کریں:</string>
|
||||
<string name="account_number_label">اکاؤنٹ نمبر: %1$s</string>
|
||||
<string name="select_account">اکاؤنٹ منتخب کریں</string>
|
||||
<string name="balance">بیلنس: %1$s %2$s</string>
|
||||
<string name="account">اکاؤنٹ</string>
|
||||
<string name="transaction_type">لین دین کی قسم:</string>
|
||||
<string name="all">تمام</string>
|
||||
<string name="debits">ڈیبٹ</string>
|
||||
<string name="credits">کریڈٹ</string>
|
||||
<string name="apply_filters">فلٹر لاگو کریں</string>
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">نشط</string>
|
||||
<string name="feature_share_account_approved">موافق عليه</string>
|
||||
<string name="feature_share_account_approval_pending">الموافقة معلقة</string>
|
||||
<string name="feature_share_account_closed">مغلق</string>
|
||||
<string name="feature_share_account_rejected">مرفوض</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">لا يوجد حساب مشاركة مرتبط بك</string>
|
||||
<string name="feature_share_account_dashboard">إجمالي القروض</string>
|
||||
<string name="feature_share_account">حساب مشاركة</string>
|
||||
<string name="feature_share_account_items">%1$d عناصر</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">مشكلة في الخادم من جانبنا، لا يمكن المتابعة، حاول مرة أخرى بعد لحظة</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">رقم الحساب</string>
|
||||
<string name="feature_share_account_product_name">اسم المنتج</string>
|
||||
<string name="feature_share_account_currency">العملة</string>
|
||||
<string name="feature_share_account_status">الحالة</string>
|
||||
<string name="feature_share_account_approved_shares">الحصص المعتمدة</string>
|
||||
<string name="feature_share_account_pending_shares">الأسهم المعلقة</string>
|
||||
<string name="feature_share_account_market_price">سعر السوق</string>
|
||||
<string name="feature_share_account_application_date">تاريخ التقديم</string>
|
||||
<string name="feature_share_account_activation_date">تاريخ التفعيل</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">تفاصيل حساب الأسهم</string>
|
||||
<string name="feature_share_account_details_action">الإجراءات</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">الرسوم</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">عرض رسوم الحساب</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">المعاملات</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">عرض سجل الشراء</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">رمز الاستجابة السريعة</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">مشاركة تفاصيل الحساب</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">الأسهم المشتراة</string>
|
||||
<string name="feature_share_account_purchased_date">تاريخ الشراء</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">সক্রিয়</string>
|
||||
<string name="feature_share_account_approved">অনুমোদিত</string>
|
||||
<string name="feature_share_account_approval_pending">অনুমোদনের অপেক্ষায়</string>
|
||||
<string name="feature_share_account_closed">বন্ধ</string>
|
||||
<string name="feature_share_account_rejected">বাতিল</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">আপনার সাথে যুক্ত কোনো শেয়ার অ্যাকাউন্ট নেই</string>
|
||||
<string name="feature_share_account_dashboard">মোট ঋণ</string>
|
||||
<string name="feature_share_account">শেয়ার অ্যাকাউন্ট</string>
|
||||
<string name="feature_share_account_items">%1$d আইটেম</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">আমাদের দিক থেকে সার্ভার সমস্যা, পরে আবার চেষ্টা করুন</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">অ্যাকাউন্ট নম্বর</string>
|
||||
<string name="feature_share_account_product_name">পণ্যের নাম</string>
|
||||
<string name="feature_share_account_currency">মুদ্রা</string>
|
||||
<string name="feature_share_account_status">অবস্থা</string>
|
||||
<string name="feature_share_account_approved_shares">অনুমোদিত শেয়ার</string>
|
||||
<string name="feature_share_account_pending_shares">অপেক্ষমাণ শেয়ার</string>
|
||||
<string name="feature_share_account_market_price">বাজার মূল্য</string>
|
||||
<string name="feature_share_account_application_date">আবেদনের তারিখ</string>
|
||||
<string name="feature_share_account_activation_date">সক্রিয়তার তারিখ</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">শেয়ার অ্যাকাউন্ট বিবরণ</string>
|
||||
<string name="feature_share_account_details_action">কার্যকলাপ</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">চার্জ</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">অ্যাকাউন্ট চার্জ দেখুন</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">লেনদেন</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">ক্রয় ইতিহাস দেখুন</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">QR কোড</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">অ্যাকাউন্ট বিবরণ শেয়ার করুন</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">ক্রয় করা শেয়ার</string>
|
||||
<string name="feature_share_account_purchased_date">ক্রয়ের তারিখ</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">Aktiv</string>
|
||||
<string name="feature_share_account_approved">Genehmigt</string>
|
||||
<string name="feature_share_account_approval_pending">Genehmigung ausstehend</string>
|
||||
<string name="feature_share_account_closed">Geschlossen</string>
|
||||
<string name="feature_share_account_rejected">Abgelehnt</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">Es gibt kein ShareAccount, das mit Ihnen verbunden ist</string>
|
||||
<string name="feature_share_account_dashboard">Gesamte Kredite</string>
|
||||
<string name="feature_share_account">Share Account</string>
|
||||
<string name="feature_share_account_items">%1$d Elemente</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">Serverproblem auf unserer Seite, kann nicht fortfahren, versuchen Sie es später noch einmal</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">Kontonummer</string>
|
||||
<string name="feature_share_account_product_name">Produktname</string>
|
||||
<string name="feature_share_account_currency">Währung</string>
|
||||
<string name="feature_share_account_status">Status</string>
|
||||
<string name="feature_share_account_approved_shares">Genehmigte Anteile</string>
|
||||
<string name="feature_share_account_pending_shares">Ausstehende Anteile</string>
|
||||
<string name="feature_share_account_market_price">Marktpreis</string>
|
||||
<string name="feature_share_account_application_date">Antragsdatum</string>
|
||||
<string name="feature_share_account_activation_date">Aktivierungsdatum</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">Details zum Anteilskonto</string>
|
||||
<string name="feature_share_account_details_action">Aktionen</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">Gebühren</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">Kontogebühren anzeigen</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">Transaktionen</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">Kaufhistorie anzeigen</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">QR-Code</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">Kontodetails teilen</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">Gekaufte Anteile</string>
|
||||
<string name="feature_share_account_purchased_date">Kaufdatum</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">Active</string>
|
||||
<string name="feature_share_account_approved">Approved</string>
|
||||
<string name="feature_share_account_approval_pending">Approval Pending</string>
|
||||
<string name="feature_share_account_closed">Closed</string>
|
||||
<string name="feature_share_account_rejected">Rejected</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">There is no ShareAccount associated with you</string>
|
||||
<string name="feature_share_account_dashboard">Total Borrowings</string>
|
||||
<string name="feature_share_account">Share Account</string>
|
||||
<string name="feature_share_account_items">%1$d Items</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">Server issue from our side cannot proceed further, Try again after a moment</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">Account Number</string>
|
||||
<string name="feature_share_account_product_name">Product Name</string>
|
||||
<string name="feature_share_account_currency">Currency</string>
|
||||
<string name="feature_share_account_status">Status</string>
|
||||
<string name="feature_share_account_approved_shares">Approved Shares</string>
|
||||
<string name="feature_share_account_pending_shares">Pending Shares</string>
|
||||
<string name="feature_share_account_market_price">Market Price</string>
|
||||
<string name="feature_share_account_application_date">Application Date</string>
|
||||
<string name="feature_share_account_activation_date">Activation Date</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">Share Account Details</string>
|
||||
<string name="feature_share_account_details_action">Actions</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">Charges</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">View account charges</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">Transactions</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">View purchase history</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">QR Code</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">Share account details</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">Purchased Shares</string>
|
||||
<string name="feature_share_account_purchased_date">Purchase Date</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">Activo</string>
|
||||
<string name="feature_share_account_approved">Aprobado</string>
|
||||
<string name="feature_share_account_approval_pending">Aprobación Pendiente</string>
|
||||
<string name="feature_share_account_closed">Cerrado</string>
|
||||
<string name="feature_share_account_rejected">Rechazado</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">No hay ShareAccount asociado a usted</string>
|
||||
<string name="feature_share_account_dashboard">Préstamos Totales</string>
|
||||
<string name="feature_share_account">Cuenta Compartida</string>
|
||||
<string name="feature_share_account_items">%1$d Elementos</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">Problema del servidor, no se puede continuar. Intente nuevamente en un momento</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">Número de Cuenta</string>
|
||||
<string name="feature_share_account_product_name">Nombre del Producto</string>
|
||||
<string name="feature_share_account_currency">Moneda</string>
|
||||
<string name="feature_share_account_status">Estado</string>
|
||||
<string name="feature_share_account_approved_shares">Acciones Aprobadas</string>
|
||||
<string name="feature_share_account_pending_shares">Participaciones Pendientes</string>
|
||||
<string name="feature_share_account_market_price">Precio de Mercado</string>
|
||||
<string name="feature_share_account_application_date">Fecha de Solicitud</string>
|
||||
<string name="feature_share_account_activation_date">Fecha de Activación</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">Detalles de la Cuenta de Participación</string>
|
||||
<string name="feature_share_account_details_action">Acciones</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">Cargos</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">Ver cargos de la cuenta</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">Transacciones</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">Ver historial de compras</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">Código QR</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">Compartir detalles de la cuenta</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">Participaciones Compradas</string>
|
||||
<string name="feature_share_account_purchased_date">Fecha de Compra</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">فعال</string>
|
||||
<string name="feature_share_account_approved">تایید شده</string>
|
||||
<string name="feature_share_account_approval_pending">در انتظار تایید</string>
|
||||
<string name="feature_share_account_closed">بسته شده</string>
|
||||
<string name="feature_share_account_rejected">رد شده</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">هیچ ShareAccount مرتبط با شما وجود ندارد</string>
|
||||
<string name="feature_share_account_dashboard">کل وامها</string>
|
||||
<string name="feature_share_account">حساب اشتراکی</string>
|
||||
<string name="feature_share_account_items">%1$d مورد</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">مشکل سرور از طرف ما، امکان ادامه وجود ندارد، بعداً دوباره تلاش کنید</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">شماره حساب</string>
|
||||
<string name="feature_share_account_product_name">نام محصول</string>
|
||||
<string name="feature_share_account_currency">ارز</string>
|
||||
<string name="feature_share_account_status">وضعیت</string>
|
||||
<string name="feature_share_account_approved_shares">سهام تایید شده</string>
|
||||
<string name="feature_share_account_pending_shares">سهام در انتظار</string>
|
||||
<string name="feature_share_account_market_price">قیمت بازار</string>
|
||||
<string name="feature_share_account_application_date">تاریخ درخواست</string>
|
||||
<string name="feature_share_account_activation_date">تاریخ فعال سازی</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">جزئیات حساب سهام</string>
|
||||
<string name="feature_share_account_details_action">اقدامات</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">هزینهها</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">مشاهده هزینههای حساب</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">تراکنشها</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">مشاهده تاریخچه خرید</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">کد QR</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">اشتراک گذاری جزئیات حساب</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">سهام خریداری شده</string>
|
||||
<string name="feature_share_account_purchased_date">تاریخ خرید</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">Actif</string>
|
||||
<string name="feature_share_account_approved">Approuvé</string>
|
||||
<string name="feature_share_account_approval_pending">Approbation en attente</string>
|
||||
<string name="feature_share_account_closed">Fermé</string>
|
||||
<string name="feature_share_account_rejected">Rejeté</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">Aucun ShareAccount n\'est associé à vous</string>
|
||||
<string name="feature_share_account_dashboard">Total des emprunts</string>
|
||||
<string name="feature_share_account">Compte commun</string>
|
||||
<string name="feature_share_account_items">%1$d Éléments</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">Problème de serveur de notre côté, impossible de continuer. Veuillez réessayer dans un instant</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">Numéro de compte</string>
|
||||
<string name="feature_share_account_product_name">Nom du produit</string>
|
||||
<string name="feature_share_account_currency">Devise</string>
|
||||
<string name="feature_share_account_status">Statut</string>
|
||||
<string name="feature_share_account_approved_shares">Parts approuvées</string>
|
||||
<string name="feature_share_account_pending_shares">Partages en attente</string>
|
||||
<string name="feature_share_account_market_price">Prix du marché</string>
|
||||
<string name="feature_share_account_application_date">Date de demande</string>
|
||||
<string name="feature_share_account_activation_date">Date d\'activation</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">Détails du compte de partage</string>
|
||||
<string name="feature_share_account_details_action">Actions</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">Frais</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">Voir les frais du compte</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">Transactions</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">Voir l\'historique des achats</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">QR Code</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">Partager les détails du compte</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">Actions achetées</string>
|
||||
<string name="feature_share_account_purchased_date">Date d\'achat</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">સક્રિય</string>
|
||||
<string name="feature_share_account_approved">મંજૂર</string>
|
||||
<string name="feature_share_account_approval_pending">મંજૂરી બાકી છે</string>
|
||||
<string name="feature_share_account_closed">બંધ</string>
|
||||
<string name="feature_share_account_rejected">અસ્વીકાર</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">તમારા સાથે કોઈ શેર એકાઉન્ટ સંકળાયેલ નથી</string>
|
||||
<string name="feature_share_account_dashboard">કુલ ઉધાર</string>
|
||||
<string name="feature_share_account">શેર એકાઉન્ટ</string>
|
||||
<string name="feature_share_account_items">%1$d વસ્તુઓ</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">અમારી બાજુથી સર્વર સમસ્યા આગળ વધવામાં અસમર્થ છે, થોડીવાર પછી ફરી પ્રયાસ કરો</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">એકાઉન્ટ નંબર</string>
|
||||
<string name="feature_share_account_product_name">ઉત્પાદન નામ</string>
|
||||
<string name="feature_share_account_currency">ચલણ</string>
|
||||
<string name="feature_share_account_status">સ્થિતિ</string>
|
||||
<string name="feature_share_account_approved_shares">મંજૂર કરેલ શેર</string>
|
||||
<string name="feature_share_account_pending_shares">લंबित શેર</string>
|
||||
<string name="feature_share_account_market_price">બજાર કિંમત</string>
|
||||
<string name="feature_share_account_application_date">અરજી તારીખ</string>
|
||||
<string name="feature_share_account_activation_date">સક્રિયકરણ તારીખ</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">શેર ખાતાની વિગતો</string>
|
||||
<string name="feature_share_account_details_action">ક્રિયાઓ</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">ચાર્જ</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">ખાતાના ચાર્જ જુઓ</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">লেনদেন</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">ખરીદી ઇતિહાસ જુઓ</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">QR કોડ</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">ખાતાની વિગતો શેર કરો</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">ખરીદેલા શેર</string>
|
||||
<string name="feature_share_account_purchased_date">ખરીદી તારીખ</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">सक्रिय</string>
|
||||
<string name="feature_share_account_approved">अनुमोदित</string>
|
||||
<string name="feature_share_account_approval_pending">अनुमोदन लंबित</string>
|
||||
<string name="feature_share_account_closed">बंद</string>
|
||||
<string name="feature_share_account_rejected">अस्वीकृत</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">आपके साथ कोई शेयर खाता संबद्ध नहीं है</string>
|
||||
<string name="feature_share_account_dashboard">कुल उधार</string>
|
||||
<string name="feature_share_account">शेयर खाता</string>
|
||||
<string name="feature_share_account_items">%1$d आइटम</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">हमारे तरफ से सर्वर समस्या आगे नहीं बढ़ सकती, कुछ देर बाद फिर प्रयास करें</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">खाता संख्या</string>
|
||||
<string name="feature_share_account_product_name">उत्पाद का नाम</string>
|
||||
<string name="feature_share_account_currency">मुद्रा</string>
|
||||
<string name="feature_share_account_status">स्थिति</string>
|
||||
<string name="feature_share_account_approved_shares">अनुमोदित शेयर</string>
|
||||
<string name="feature_share_account_pending_shares">लंबित शेयर</string>
|
||||
<string name="feature_share_account_market_price">बाजार मूल्य</string>
|
||||
<string name="feature_share_account_application_date">आवेदन तिथि</string>
|
||||
<string name="feature_share_account_activation_date">सक्रियण तिथि</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">शेयर खाता विवरण</string>
|
||||
<string name="feature_share_account_details_action">क्रियाएं</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">शुल्क</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">खाता शुल्क देखें</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">लेनदेन</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">खरीद इतिहास देखें</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">क्यूआर कोड</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">खाता विवरण साझा करें</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">खरीदे गए शेयर</string>
|
||||
<string name="feature_share_account_purchased_date">खरीद तिथि</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">Aktív</string>
|
||||
<string name="feature_share_account_approved">Jóváhagyva</string>
|
||||
<string name="feature_share_account_approval_pending">Jóváhagyás függőben</string>
|
||||
<string name="feature_share_account_closed">Bezárva</string>
|
||||
<string name="feature_share_account_rejected">Elutasítva</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">Nincs Önnel társított ShareAccount</string>
|
||||
<string name="feature_share_account_dashboard">Összes Kölcsön</string>
|
||||
<string name="feature_share_account">Share Account</string>
|
||||
<string name="feature_share_account_items">%1$d Elem</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">Szerveroldali hiba, nem tudunk tovább haladni, próbálja meg később</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">Számlaszám</string>
|
||||
<string name="feature_share_account_product_name">Terméknév</string>
|
||||
<string name="feature_share_account_currency">Pénznem</string>
|
||||
<string name="feature_share_account_status">Állapot</string>
|
||||
<string name="feature_share_account_approved_shares">Jóváhagyott Részvények</string>
|
||||
<string name="feature_share_account_pending_shares">Függőben lévő részesedések</string>
|
||||
<string name="feature_share_account_market_price">Piactér ár</string>
|
||||
<string name="feature_share_account_application_date">Befogadás dátuma</string>
|
||||
<string name="feature_share_account_activation_date">Aktiválás dátuma</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">Részesedési számla részletei</string>
|
||||
<string name="feature_share_account_details_action">Műveletek</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">Díjak</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">Számladíjak megtekintése</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">Tranzakciók</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">Vásárlási előzmények megtekintése</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">QR kód</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">Részesedési számla részleteinek megosztása</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">Vásárolt részesedések</string>
|
||||
<string name="feature_share_account_purchased_date">Vásárlás dátuma</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">Aktif</string>
|
||||
<string name="feature_share_account_approved">Disetujui</string>
|
||||
<string name="feature_share_account_approval_pending">Menunggu Persetujuan</string>
|
||||
<string name="feature_share_account_closed">Ditutup</string>
|
||||
<string name="feature_share_account_rejected">Ditolak</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">Tidak ada ShareAccount yang terkait dengan Anda</string>
|
||||
<string name="feature_share_account_dashboard">Total Pinjaman</string>
|
||||
<string name="feature_share_account">Share Account</string>
|
||||
<string name="feature_share_account_items">%1$d Item</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">Masalah server dari pihak kami tidak dapat dilanjutkan, coba lagi setelah beberapa saat</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">Nomor Akun</string>
|
||||
<string name="feature_share_account_product_name">Nama Produk</string>
|
||||
<string name="feature_share_account_currency">Mata Uang</string>
|
||||
<string name="feature_share_account_status">Status</string>
|
||||
<string name="feature_share_account_approved_shares">Share yang Disetujui</string>
|
||||
<string name="feature_share_account_pending_shares">Bagian yang Tertunda</string>
|
||||
<string name="feature_share_account_market_price">Harga Pasar</string>
|
||||
<string name="feature_share_account_application_date">Tanggal Aplikasi</string>
|
||||
<string name="feature_share_account_activation_date">Tanggal Aktivasi</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">Detail Akun Saham</string>
|
||||
<string name="feature_share_account_details_action">Tindakan</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">Biaya</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">Lihat biaya akun</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">Transaksi</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">Lihat riwayat pembelian</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">Kode QR</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">Bagikan detail akun</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">Saham yang Dibeli</string>
|
||||
<string name="feature_share_account_purchased_date">Tanggal Pembelian</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">កំពុងដំណើរការ</string>
|
||||
<string name="feature_share_account_approved">បានអនុម័ត</string>
|
||||
<string name="feature_share_account_approval_pending">កំពុងរង់ចាំការអនុម័ត</string>
|
||||
<string name="feature_share_account_closed">បានបិទ</string>
|
||||
<string name="feature_share_account_rejected">ត្រូវបានច្រានចោល</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">មិនមាន ShareAccount ជាប់ពាក់ព័ន្ធជាមួយអ្នកទេ</string>
|
||||
<string name="feature_share_account_dashboard">ចំនួនទឹកខ្ចីសរុប</string>
|
||||
<string name="feature_share_account">គណនីចែករំលែក</string>
|
||||
<string name="feature_share_account_items">%1$d ធាតុ</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">បញ្ហា server របស់យើងមិនអាចដំណើរការបន្តបានទេ។ សូមព្យាយាមម្តងទៀតក្នុងពេលមួយភ្លែត</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">លេខគណនី</string>
|
||||
<string name="feature_share_account_product_name">ឈ្មោះផលិតផល</string>
|
||||
<string name="feature_share_account_currency">រូបិយប័ណ្ណ</string>
|
||||
<string name="feature_share_account_status">ស្ថានភាព</string>
|
||||
<string name="feature_share_account_approved_shares">ហ៊ុនដែលបានអនុម័ត</string>
|
||||
<string name="feature_share_account_pending_shares">ហ៊ុនកំពុងរង់ចាំ</string>
|
||||
<string name="feature_share_account_market_price">តម្លៃទីផ្សារ</string>
|
||||
<string name="feature_share_account_application_date">ថ្ងៃដាក់ពាក្យ</string>
|
||||
<string name="feature_share_account_activation_date">ថ្ងៃចាប់ផ្តើមប្រើ</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">ព័ត៌មានលម្អិតអំពីហ៊ុន</string>
|
||||
<string name="feature_share_account_details_action">សកម្មភាព</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">ថ្លៃ</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">មើលថ្លៃគណនី</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">ប្រតិបត្តិការ</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">មើលប្រវត្តិកម្មទិញ</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">លេខ QR</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">ចែករំលែកព័ត៌មានគណនី</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">ហ៊ុនដែលបានទិញ</string>
|
||||
<string name="feature_share_account_purchased_date">ថ្ងៃទិញ</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">ಸಕ್ರಿಯ</string>
|
||||
<string name="feature_share_account_approved">ಅನುಮೋದಿಸಲಾಗಿದೆ</string>
|
||||
<string name="feature_share_account_approval_pending">ಅನುಮೋದನೆ ಬಾಕಿ ಇದೆ</string>
|
||||
<string name="feature_share_account_closed">ಮುಚ್ಚಲಾಗಿದೆ</string>
|
||||
<string name="feature_share_account_rejected">ನಿರಾಕರಿಸಲಾಗಿದೆ</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">ನಿಮಗೆ ಯಾವುದೇ ShareAccount ಸಂಬಂಧಿಸಿಲ್ಲ</string>
|
||||
<string name="feature_share_account_dashboard">ಒಟ್ಟು ಸಾಲಗಳು</string>
|
||||
<string name="feature_share_account">Share Account</string>
|
||||
<string name="feature_share_account_items">%1$d ವಸ್ತುಗಳು</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">ನಮ್ಮ ಕಡೆಯಿಂದ ಸರ್ವರ್ ಸಮಸ್ಯೆಯಾಗಿದೆ, ದಯವಿಟ್ಟು ಸ್ವಲ್ಪ ಸಮಯದ ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">ಖಾತೆ ಸಂಖ್ಯೆ</string>
|
||||
<string name="feature_share_account_product_name">ಉತ್ಪನ್ನದ ಹೆಸರು</string>
|
||||
<string name="feature_share_account_currency">ಚಲಾವಣೆಯ ಹಣ</string>
|
||||
<string name="feature_share_account_status">ಸ್ಥಿತಿ</string>
|
||||
<string name="feature_share_account_approved_shares">ಅನುಮೋದಿತ ಪಾಲಿಕೆಗಳು</string>
|
||||
<string name="feature_share_account_pending_shares">ನಿಲುಗಡೆ ಹಂಚಿಕೆಗಳು</string>
|
||||
<string name="feature_share_account_market_price">ಮಾರುಕಟ್ಟೆ ಬೆಲೆ</string>
|
||||
<string name="feature_share_account_application_date">ಅರ್ಜಿ ದಿನಾಂಕ</string>
|
||||
<string name="feature_share_account_activation_date">ಸಕ್ರಿಯಗೊಳಿಸುವ ದಿನಾಂಕ</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">ಹಂಚಿಕೆ ಖಾತೆ ವಿವರಗಳು</string>
|
||||
<string name="feature_share_account_details_action">ಕಾರ್ಯಾಚರಣೆಗಳು</string>
|
||||
|
||||
<string name="feature_share_account_action_charges"> ಶುಲ್ಕಗಳು</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">ಖಾತೆ ಶುಲ್ಕಗಳನ್ನು ವೀಕ್ಷಿಸಿ</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions"> ವ್ಯವಹಾರಗಳು</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">ಖರೀದಿ ಇತಿಹಾಸವನ್ನು ವೀಕ್ಷಿಸಿ</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">QR ಕೋಡ್</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">ಖಾತೆ ವಿವರಗಳನ್ನು ಹಂಚಿಕೊಳ್ಳಿ</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">ಖರೀದಿಸಿದ ಹಂಚಿಕೆಗಳು</string>
|
||||
<string name="feature_share_account_purchased_date">ಖರೀದಿ ದಿನಾಂಕ</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">सक्रिय</string>
|
||||
<string name="feature_share_account_approved">मंजूर</string>
|
||||
<string name="feature_share_account_approval_pending">मंजुरी प्रलंबित</string>
|
||||
<string name="feature_share_account_closed">बंद</string>
|
||||
<string name="feature_share_account_rejected">नाकारले</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">तुमच्याशी संबंधित कोणतेही शेअर खाते नाही</string>
|
||||
<string name="feature_share_account_dashboard">एकूण कर्ज</string>
|
||||
<string name="feature_share_account">शेअर खाते</string>
|
||||
<string name="feature_share_account_items">%1$d वस्तू</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">आमच्या बाजूने सर्व्हरमध्ये समस्या आहे, कृपया काही वेळाने पुन्हा प्रयत्न करा</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">खाते क्रमांक</string>
|
||||
<string name="feature_share_account_product_name">उत्पादनाचे नाव</string>
|
||||
<string name="feature_share_account_currency">चलन</string>
|
||||
<string name="feature_share_account_status">स्थिती</string>
|
||||
<string name="feature_share_account_approved_shares">मंजूर केलेले शेअर्स</string>
|
||||
<string name="feature_share_account_pending_shares">लंबित शेअर्स</string>
|
||||
<string name="feature_share_account_market_price">बाजार किंमत</string>
|
||||
<string name="feature_share_account_application_date">अर्ज तारीख</string>
|
||||
<string name="feature_share_account_activation_date">सक्रियता तारीख</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">शेअर खाते तपशील</string>
|
||||
<string name="feature_share_account_details_action">कृती</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">शुल्क</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">खाते शुल्क पहा</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">व्यवहार</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">खरेदी इतिहास पहा</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">क्यूआर कोड</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">खाते तपशील सामायिक करा</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">खरेदी केलेले शेअर्स</string>
|
||||
<string name="feature_share_account_purchased_date">खरेदी तारीख</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">Aktif</string>
|
||||
<string name="feature_share_account_approved">Diluluskan</string>
|
||||
<string name="feature_share_account_approval_pending">Menunggu Kelulusan</string>
|
||||
<string name="feature_share_account_closed">Ditutup</string>
|
||||
<string name="feature_share_account_rejected">Ditolak</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">Tiada Akaun Kongsi yang berkaitan dengan anda</string>
|
||||
<string name="feature_share_account_dashboard">Jumlah Pinjaman</string>
|
||||
<string name="feature_share_account">Akaun Kongsi</string>
|
||||
<string name="feature_share_account_items">%1$d Item</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">Masalah pelayan dari pihak kami tidak dapat diteruskan, cuba lagi sebentar lagi</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">Nombor Akaun</string>
|
||||
<string name="feature_share_account_product_name">Nama Produk</string>
|
||||
<string name="feature_share_account_currency">Mata Wang</string>
|
||||
<string name="feature_share_account_status">Status</string>
|
||||
<string name="feature_share_account_approved_shares">Saham Yang Diluluskan</string>
|
||||
<string name="feature_share_account_pending_shares">Saham Tertunggak</string>
|
||||
<string name="feature_share_account_market_price">Harga Pasaran</string>
|
||||
<string name="feature_share_account_application_date">Tarikh Permohonan</string>
|
||||
<string name="feature_share_account_activation_date">Tarikh Pengaktifan</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">Butiran Akaun Saham</string>
|
||||
<string name="feature_share_account_details_action">Tindakan</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">Caj</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">Lihat caj akaun</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">Transaksi</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">Lihat sejarah pembelian</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">Kod QR</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">Kongsi butiran akaun</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">Saham yang Dibeli</string>
|
||||
<string name="feature_share_account_purchased_date">Tarikh Pembelian</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">အသက်ဝင်နေသည်</string>
|
||||
<string name="feature_share_account_approved">အတည်ပြုပြီး</string>
|
||||
<string name="feature_share_account_approval_pending">အတည်ပြုစောင့်ဆိုင်းနေသည်</string>
|
||||
<string name="feature_share_account_closed">ပိတ်ထားသည်</string>
|
||||
<string name="feature_share_account_rejected">ငြင်းပယ်ခံရသည်</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">သင့်နှင့်ပတ်သက်သော ShareAccount မရှိပါ။</string>
|
||||
<string name="feature_share_account_dashboard">စုစုပေါင်း ချေးငွေများ</string>
|
||||
<string name="feature_share_account">Share Account</string>
|
||||
<string name="feature_share_account_items">%1$d အကြောင်းအရာများ</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">ကျွန်ုပ်တို့ဘက်မှ Server ပြဿနာကြောင့် ဆက်လက်လုပ်ဆောင်၍မရပါ၊ ခဏကြာပြီးနောက်တွင် ပြန်လည်စမ်းသပ်ပါ</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">အကောင့်နံပါတ်</string>
|
||||
<string name="feature_share_account_product_name">ကုန်ပစ္စည်းအမည်</string>
|
||||
<string name="feature_share_account_currency">ငွေကြေး</string>
|
||||
<string name="feature_share_account_status">အခြေအနေ</string>
|
||||
<string name="feature_share_account_approved_shares">အတည်ပြုထားသော ရှယ်ယာများ</string>
|
||||
<string name="feature_share_account_pending_shares">အစောင့်ဆိုင်းနေသော ရှယ်ယာများ</string>
|
||||
<string name="feature_share_account_market_price">စျေးကွက်ဈေး</string>
|
||||
<string name="feature_share_account_application_date">လျှောက်ထားသည့် ရက်</string>
|
||||
<string name="feature_share_account_activation_date">သက်ဝင်သည့် ရက်</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">ရှယ်ယာအကောင့်အသေးစိတ်</string>
|
||||
<string name="feature_share_account_details_action">လုပ်ဆောင်ချက်များ</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">အခကြေးငွေများ</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">အကောင့်အခကြေးငွေများကြည့်ပါ</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">ငွေလဲလှယ်မှုများ</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">ဝယ်ယူမှုသမိုင်းကြည့်ပါ</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">QR ကုဒ်</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">အကောင့်အသေးစိတ်မျှဝေပါ</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">ဝယ်ယူထားသော ရှယ်ယာများ</string>
|
||||
<string name="feature_share_account_purchased_date">ဝယ်ယူသည့် ရက်</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">Aktywny</string>
|
||||
<string name="feature_share_account_approved">Zatwierdzony</string>
|
||||
<string name="feature_share_account_approval_pending">Oczekiwanie na zatwierdzenie</string>
|
||||
<string name="feature_share_account_closed">Zamknięty</string>
|
||||
<string name="feature_share_account_rejected">Odrzucony</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">Nie masz powiązanych kont współdzielonych</string>
|
||||
<string name="feature_share_account_dashboard">Całkowite pożyczki</string>
|
||||
<string name="feature_share_account">Konto współdzielone</string>
|
||||
<string name="feature_share_account_items">%1$d Elementy</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">Problem z serwerem po naszej stronie, nie można kontynuować. Spróbuj ponownie za chwilę</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">Numer konta</string>
|
||||
<string name="feature_share_account_product_name">Nazwa produktu</string>
|
||||
<string name="feature_share_account_currency">Waluta</string>
|
||||
<string name="feature_share_account_status">Status</string>
|
||||
<string name="feature_share_account_approved_shares">Zatwierdzone udziały</string>
|
||||
<string name="feature_share_account_pending_shares">Oczekujące udziały</string>
|
||||
<string name="feature_share_account_market_price">Cena rynkowa</string>
|
||||
<string name="feature_share_account_application_date">Data złożenia wniosku</string>
|
||||
<string name="feature_share_account_activation_date">Data aktywacji</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">Szczegóły konta udziałowego</string>
|
||||
<string name="feature_share_account_details_action">Akcje</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">Opłaty</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">Wyświetl opłaty za konto</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">Transakcje</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">Wyświetl historię zakupów</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">Kod QR</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">Udostępnij szczegóły konta</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">Zakupione udziały</string>
|
||||
<string name="feature_share_account_purchased_date">Data zakupu</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">Ativo</string>
|
||||
<string name="feature_share_account_approved">Aprovado</string>
|
||||
<string name="feature_share_account_approval_pending">Aprovação Pendente</string>
|
||||
<string name="feature_share_account_closed">Fechado</string>
|
||||
<string name="feature_share_account_rejected">Rejeitado</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">Não há ShareAccount associado a você</string>
|
||||
<string name="feature_share_account_dashboard">Empréstimos Totais</string>
|
||||
<string name="feature_share_account">Conta Compartilhada</string>
|
||||
<string name="feature_share_account_items">%1$d Itens</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">Problema no servidor, não é possível prosseguir. Tente novamente em alguns instantes</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">Número da Conta</string>
|
||||
<string name="feature_share_account_product_name">Nome do Produto</string>
|
||||
<string name="feature_share_account_currency">Moeda</string>
|
||||
<string name="feature_share_account_status">Status</string>
|
||||
<string name="feature_share_account_approved_shares">Ações Aprovadas</string>
|
||||
<string name="feature_share_account_pending_shares">Participações Pendentes</string>
|
||||
<string name="feature_share_account_market_price">Preço de Mercado</string>
|
||||
<string name="feature_share_account_application_date">Data da Solicitação</string>
|
||||
<string name="feature_share_account_activation_date">Data da Ativação</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">Detalhes da Conta de Participação</string>
|
||||
<string name="feature_share_account_details_action">Ações</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">Taxas</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">Ver taxas da conta</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">Transações</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">Ver histórico de compras</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">Código QR</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">Compartilhar detalhes da conta</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">Participações Adquiridas</string>
|
||||
<string name="feature_share_account_purchased_date">Data da Compra</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">Активен</string>
|
||||
<string name="feature_share_account_approved">Одобрено</string>
|
||||
<string name="feature_share_account_approval_pending">Ожидает одобрения</string>
|
||||
<string name="feature_share_account_closed">Закрыт</string>
|
||||
<string name="feature_share_account_rejected">Отклонено</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">У вас нет ShareAccount</string>
|
||||
<string name="feature_share_account_dashboard">Общая сумма заимствований</string>
|
||||
<string name="feature_share_account">Share Account</string>
|
||||
<string name="feature_share_account_items">%1$d Элементов</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">Проблема на сервере, попробуйте еще раз позже</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">Номер счета</string>
|
||||
<string name="feature_share_account_product_name">Название продукта</string>
|
||||
<string name="feature_share_account_currency">Валюта</string>
|
||||
<string name="feature_share_account_status">Статус</string>
|
||||
<string name="feature_share_account_approved_shares">Одобренные акции</string>
|
||||
<string name="feature_share_account_pending_shares">Ожидающие акции</string>
|
||||
<string name="feature_share_account_market_price">Рыночная цена</string>
|
||||
<string name="feature_share_account_application_date">Дата заявки</string>
|
||||
<string name="feature_share_account_activation_date">Дата активации</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">Детали аккаунта акций</string>
|
||||
<string name="feature_share_account_details_action">Действия</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">Комиссии</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">Просмотреть комиссии аккаунта</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">Транзакции</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">Просмотреть историю покупок</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">QR-код</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">Поделиться деталями аккаунта</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">Купленные акции</string>
|
||||
<string name="feature_share_account_purchased_date">Дата покупки</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">ක්රියාකාරී</string>
|
||||
<string name="feature_share_account_approved">අනුමත කරන ලදී</string>
|
||||
<string name="feature_share_account_approval_pending">අනුමැතිය පනවා</string>
|
||||
<string name="feature_share_account_closed">නැවැත්තුවා</string>
|
||||
<string name="feature_share_account_rejected">ප්රතික්ෂේප කරන ලදී</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">ඔබ සමඟ සම්බන්ධිත ShareAccount නොමැත</string>
|
||||
<string name="feature_share_account_dashboard">සම්පූර්ණ ණය</string>
|
||||
<string name="feature_share_account">Share Account</string>
|
||||
<string name="feature_share_account_items">%1$d අයිතම</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">අපේ පැත්තෙන් සේවාදායක ගැටළු නිසා ඉදිරියට යා නොහැකියි, ටික වේලාවකින් නැවත උත්සාහ කරන්න</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">ගිණුම් අංකය</string>
|
||||
<string name="feature_share_account_product_name">නිෂ්පාදන නම</string>
|
||||
<string name="feature_share_account_currency">මුදල් ඒකකය</string>
|
||||
<string name="feature_share_account_status">තත්වය</string>
|
||||
<string name="feature_share_account_approved_shares">අනුමත කළ කොටස්</string>
|
||||
<string name="feature_share_account_pending_shares">ප outstanding ණය</string>
|
||||
<string name="feature_share_account_market_price">පසු වෙලඳ මිල</string>
|
||||
<string name="feature_share_account_application_date">අයදුම්පත් ඉදිරිපත් කිරීමේ දිනය</string>
|
||||
<string name="feature_share_account_activation_date">ක්රියාත්මක කිරීමේ දිනය</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">බෙදා හැරීමේ ගිණුම් විස්තර</string>
|
||||
<string name="feature_share_account_details_action">ක්රියා</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">ගාස්තු</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">ගිණුම් ගාස්තු බලන්න</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">ව්යාපාර</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">මිලදී ගැනීමේ ඉතිහාසය බලන්න</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">QR කේතය</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">ගිණුම් විස්තර බෙදා ගන්න</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">මිලදීගත් කොටස්</string>
|
||||
<string name="feature_share_account_purchased_date">මිලදී ගැනීමේ දිනය</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">Imefunguliwa</string>
|
||||
<string name="feature_share_account_approved">Imepidhinishwa</string>
|
||||
<string name="feature_share_account_approval_pending">Inasubiri Kupitishwa</string>
|
||||
<string name="feature_share_account_closed">Imefungwa</string>
|
||||
<string name="feature_share_account_rejected">Iliachwa</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">Hakuna Akaunti ya Ushirika inayohusishwa na wewe</string>
|
||||
<string name="feature_share_account_dashboard">Jumla ya Mikopo</string>
|
||||
<string name="feature_share_account">Akaunti ya Ushirika</string>
|
||||
<string name="feature_share_account_items">%1$d Vitabu</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">Tatizo la seva kutoka upande wetu hawezi kuendelea zaidi, jaribu tena baada ya muda</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">Nambari ya Akaunti</string>
|
||||
<string name="feature_share_account_product_name">Jina la Bidhaa</string>
|
||||
<string name="feature_share_account_currency">Saratasi</string>
|
||||
<string name="feature_share_account_status">Hali</string>
|
||||
<string name="feature_share_account_approved_shares">Hisia Zilizoidhinishwa</string>
|
||||
<string name="feature_share_account_pending_shares">Shiriki Zilizosubiri</string>
|
||||
<string name="feature_share_account_market_price">Bei ya Soko</string>
|
||||
<string name="feature_share_account_application_date">Tarehe ya Maombi</string>
|
||||
<string name="feature_share_account_activation_date">Tarehe ya Uanzishaji</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">Maelezo ya Akaunti ya Shiriki</string>
|
||||
<string name="feature_share_account_details_action">Vitendo</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">Malipo</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">Angalia malipo ya akaunti</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">Miamala</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">Angalia historia ya ununuzi</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">Kanuni ya QR</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">Shiriki maelezo ya akaunti</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">Shiriki Zilinunuliwa</string>
|
||||
<string name="feature_share_account_purchased_date">Tarehe ya Ununuzi</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">సక్రియమైన</string>
|
||||
<string name="feature_share_account_approved">ఆమోదించబడింది</string>
|
||||
<string name="feature_share_account_approval_pending">ఆమోదం పెండింగ్లో ఉంది</string>
|
||||
<string name="feature_share_account_closed">మూసివేయబడింది</string>
|
||||
<string name="feature_share_account_rejected">తిరస్కరించబడింది</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">మీకు సంబంధించిన షేర్ ఖాతా ఏదీ లేదు</string>
|
||||
<string name="feature_share_account_dashboard">మొత్తం అప్పులు</string>
|
||||
<string name="feature_share_account">షేర్ ఖాతా</string>
|
||||
<string name="feature_share_account_items">%1$d అంశాలు</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">మా వైపు నుండి సర్వర్ సమస్య ముందుకు సాగలేదు, కాసేపటి తర్వాత మళ్లీ ప్రయత్నించండి</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">ఖాతా సంఖ్య</string>
|
||||
<string name="feature_share_account_product_name">ఉత్పత్తి పేరు</string>
|
||||
<string name="feature_share_account_currency">కరెన్సీ</string>
|
||||
<string name="feature_share_account_status">స్థితి</string>
|
||||
<string name="feature_share_account_approved_shares">ఆమోదించబడిన షేర్లు</string>
|
||||
<string name="feature_share_account_pending_shares">పెండింగ్లో ఉన్న షేర్లు</string>
|
||||
<string name="feature_share_account_market_price">మార్కెట్ ధర</string>
|
||||
<string name="feature_share_account_application_date">దరఖాస్తు తేదీ</string>
|
||||
<string name="feature_share_account_activation_date">సక్రియం చేసిన తేదీ</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">షేర్ ఖాతా వివరాలు</string>
|
||||
<string name="feature_share_account_details_action">చర్యలు</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">ఛార్జీలు</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">ఖాతా ఛార్జీలను చూడండి</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">లావాదేవీలు</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">కొనుగోలు చరిత్రను చూడండి</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">QR కోడ్</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">ఖాతా వివరాలను పంచుకోండి</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">కొనుగోలు చేసిన షేర్లు</string>
|
||||
<string name="feature_share_account_purchased_date">కొనుగోలు తేదీ</string>
|
||||
|
||||
|
||||
</resources>
|
||||
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Mifos Initiative
|
||||
|
||||
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
||||
If a copy of the MPL was not distributed with this file,
|
||||
You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<string name="feature_share_account_active">فعال</string>
|
||||
<string name="feature_share_account_approved">منظور</string>
|
||||
<string name="feature_share_account_approval_pending">منظوری زیر التوا</string>
|
||||
<string name="feature_share_account_closed">بند</string>
|
||||
<string name="feature_share_account_rejected">مردود</string>
|
||||
|
||||
<string name="feature_share_account_empty_share_accounts">آپ سے منسلک کوئی بھی شیئر اکاؤنٹ نہیں ہے</string>
|
||||
<string name="feature_share_account_dashboard">کل قرض</string>
|
||||
<string name="feature_share_account">شیئر اکاؤنٹ</string>
|
||||
<string name="feature_share_account_items">%1$d اشیاء</string>
|
||||
|
||||
<string name="feature_share_account_generic_error_server">ہمارے جانب سے سرور کا مسئلہ، مزید آگے نہیں بڑھ سکتا، کچھ دیر بعد دوبارہ کوشش کریں</string>
|
||||
|
||||
|
||||
<string name="feature_share_account_number">اکاؤنٹ نمبر</string>
|
||||
<string name="feature_share_account_product_name">مصنوعات کا نام</string>
|
||||
<string name="feature_share_account_currency">کرنسی</string>
|
||||
<string name="feature_share_account_status">حالت</string>
|
||||
<string name="feature_share_account_approved_shares">منظور شدہ حصص</string>
|
||||
<string name="feature_share_account_pending_shares">منتظر حصص</string>
|
||||
<string name="feature_share_account_market_price">مارکیٹ قیمت</string>
|
||||
<string name="feature_share_account_application_date">درخواست کی تاریخ</string>
|
||||
<string name="feature_share_account_activation_date">فعال کرنے کی تاریخ</string>
|
||||
|
||||
<string name="feature_share_account_details_top_bar_title">حصص اکاؤنٹ کی تفصیلات</string>
|
||||
<string name="feature_share_account_details_action">اقدامات</string>
|
||||
|
||||
<string name="feature_share_account_action_charges">چارجز</string>
|
||||
<string name="feature_share_account_action_charges_subtitle">اکاؤنٹ چارجز دیکھیں</string>
|
||||
|
||||
<string name="feature_share_account_action_transactions">لین دین</string>
|
||||
<string name="feature_share_account_action_transactions_subtitle">خرید کی تاریخ دیکھیں</string>
|
||||
|
||||
<string name="feature_share_account_action_qr_code">QR کوڈ</string>
|
||||
<string name="feature_share_account_action_qr_code_subtitle">اکاؤنٹ کی تفصیلات شیئر کریں</string>
|
||||
|
||||
<string name="feature_share_account_purchased_shares">خریدے گئے حصص</string>
|
||||
<string name="feature_share_account_purchased_date">خرید کی تاریخ</string>
|
||||
|
||||
|
||||
</resources>
|
||||
Loading…
Reference in New Issue
Block a user