This commit is contained in:
Ankit kumar 2026-02-05 18:13:03 +05:30 committed by GitHub
commit 0cf329c43b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 529 additions and 1 deletions

View File

@ -50,5 +50,6 @@ Pod::Spec.new do |spec|
SCRIPT
}
]
spec.resources = ['build/compose/cocoapods/compose-resources']
spec.resources = ['build/compose/cocoapods/compose-resources']
end

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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 sest 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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>