Browse Source

transaltion changes

new_design
Mohan Shiwakoti 1 year ago
parent
commit
91326a3fe6
  1. 4
      app/src/main/java/com/remit/jmecustomer/features/support/view/SupportActivityV2.java
  2. 2
      app/src/main/res/layout/fragment_profile.xml
  3. 4
      app/src/main/res/layout/profile_upload_bottomsheet.xml
  4. 11
      app/src/main/res/values-bn/strings.xml
  5. 11
      app/src/main/res/values-ja/strings.xml
  6. 1
      app/src/main/res/values-ne/strings.xml
  7. 21
      app/src/main/res/values-si/strings.xml
  8. 17
      app/src/main/res/values-vi/strings.xml
  9. 1
      app/src/main/res/values/strings.xml

4
app/src/main/java/com/remit/jmecustomer/features/support/view/SupportActivityV2.java

@ -95,8 +95,8 @@ public class SupportActivityV2 extends BaseActivity implements View.OnClickListe
break; break;
case R.id.btn_submit: case R.id.btn_submit:
if (presenterInterface.validateSubject(requestCode, controlNo, transacitonId, et_subject.getText().toString(), et_message.getText().toString()))
presenterInterface.sendMessage(requestCode, controlNo, transacitonId, et_message.getText().toString(), et_subject.getText().toString());
if (presenterInterface.validateSubject(requestCode, controlNo, transacitonId, et_subject.getHint().toString(), et_message.getText().toString()))
presenterInterface.sendMessage(requestCode, controlNo, transacitonId, et_message.getText().toString(), et_subject.getHint().toString());
break; break;
case R.id.btn_cancel: case R.id.btn_cancel:

2
app/src/main/res/layout/fragment_profile.xml

@ -699,7 +699,7 @@
android:layout_marginStart="@dimen/_26sdp" android:layout_marginStart="@dimen/_26sdp"
android:layout_toEndOf="@+id/ic_fingerPrint" android:layout_toEndOf="@+id/ic_fingerPrint"
android:layout_toRightOf="@+id/ic_fingerPrint" android:layout_toRightOf="@+id/ic_fingerPrint"
android:text="Enable Biometrics"
android:text="@string/enable_biometrics_profile_text"
android:textColor="@color/black_opacity_87" android:textColor="@color/black_opacity_87"
app:layout_constraintBottom_toTopOf="@+id/textView11" app:layout_constraintBottom_toTopOf="@+id/textView11"
app:layout_constraintEnd_toStartOf="@+id/enableFingerPrint" app:layout_constraintEnd_toStartOf="@+id/enableFingerPrint"

4
app/src/main/res/layout/profile_upload_bottomsheet.xml

@ -43,7 +43,7 @@
android:layout_marginRight="@dimen/_6sdp" android:layout_marginRight="@dimen/_6sdp"
android:layout_toEndOf="@id/iv_take_a_photo" android:layout_toEndOf="@id/iv_take_a_photo"
android:layout_toRightOf="@id/iv_take_a_photo" android:layout_toRightOf="@id/iv_take_a_photo"
android:text="@string/take_photo"
android:text="@string/take_photo_text"
android:textColor="@color/black_opacity_87" android:textColor="@color/black_opacity_87"
app:layout_constraintBottom_toBottomOf="@+id/iv_take_a_photo" app:layout_constraintBottom_toBottomOf="@+id/iv_take_a_photo"
app:layout_constraintStart_toEndOf="@+id/iv_take_a_photo" app:layout_constraintStart_toEndOf="@+id/iv_take_a_photo"
@ -78,7 +78,7 @@
android:layout_marginRight="@dimen/_6sdp" android:layout_marginRight="@dimen/_6sdp"
android:layout_toEndOf="@id/iv_icon" android:layout_toEndOf="@id/iv_icon"
android:layout_toRightOf="@id/iv_icon" android:layout_toRightOf="@id/iv_icon"
android:text="@string/choose_from_gallery"
android:text="@string/choose_from_gallery_text"
android:textColor="@color/black_opacity_87" android:textColor="@color/black_opacity_87"
app:layout_constraintBottom_toBottomOf="@+id/iv_icon" app:layout_constraintBottom_toBottomOf="@+id/iv_icon"
app:layout_constraintStart_toEndOf="@+id/iv_icon" app:layout_constraintStart_toEndOf="@+id/iv_icon"

11
app/src/main/res/values-bn/strings.xml

@ -631,17 +631,18 @@
<string name="about_us_text">আমাদের সম্পর্কে</string> <string name="about_us_text">আমাদের সম্পর্কে</string>
<string name="contact_us_text">যোগাযোগ করুন</string> <string name="contact_us_text">যোগাযোগ করুন</string>
<string name="upload_slip_dashboard_text">স্লিপ আপলোড করুন</string>
<string name="you_send_dashbord_text">তুমি পাঠাও</string>
<string name="you_receive_dashbord_text">আপনি পাবেন</string>
<string name="upload_slip_dashboard_text">লিপ আপলোড করুন</string>
<string name="you_send_dashbord_text">আপনি পাঠাবেন</string>
<string name="you_receive_dashbord_text">আপনি গ্রহন করবেন</string>
<string name="search_your_transfer_text">আপনার স্থানান্তর অনুসন্ধান করুন</string> <string name="search_your_transfer_text">আপনার স্থানান্তর অনুসন্ধান করুন</string>
<string name="registered_beneficiaries_text">নিবন্ধিত সুবিধাভোগী</string> <string name="registered_beneficiaries_text">নিবন্ধিত সুবিধাভোগী</string>
<string name="recent_transactions_text">সাম্প্রতিক লেনদেন</string> <string name="recent_transactions_text">সাম্প্রতিক লেনদেন</string>
<string name="see_all_text">সবগুলো দেখ</string>
<string name="see_all_text">সব দেখুন</string>
<string name="language_selection_profile_text">ভাষা নির্বাচন</string> <string name="language_selection_profile_text">ভাষা নির্বাচন</string>
<string name="enable_biometrics_profile_text">বায়োমেট্রিক্স সক্ষম করুন</string>
<string name="enable_biometrics_profile_text">বায়োমেট্রিক্স সক্রিয় করুন</string>
<string name="payment_information_profile_text">পেমেন্ট তথ্য</string> <string name="payment_information_profile_text">পেমেন্ট তথ্য</string>
<string name="add_new_text">নতুন যোগ করুন</string> <string name="add_new_text">নতুন যোগ করুন</string>
<string name="use_fingerprint_for_login_text">লগইন করার জন্য ফিঙ্গারপ্রিন্ট ব্যবহার করুন</string> <string name="use_fingerprint_for_login_text">লগইন করার জন্য ফিঙ্গারপ্রিন্ট ব্যবহার করুন</string>
<string name="account_profile_text">হিসাব</string> <string name="account_profile_text">হিসাব</string>

11
app/src/main/res/values-ja/strings.xml

@ -626,19 +626,20 @@
<string name="invalid_driver_license_text" >無効な運転免許証</string> <string name="invalid_driver_license_text" >無効な運転免許証</string>
<string name="driver_license_passport_hint_text" >運転免許証番号/パスポート</string> <string name="driver_license_passport_hint_text" >運転免許証番号/パスポート</string>
<string name="about_us_text">私たちに関しては</string>
<string name="about_us_text">私たちについて</string>
<string name="contact_us_text">お問い合わせ</string> <string name="contact_us_text">お問い合わせ</string>
<string name="upload_slip_dashboard_text">スリップのアップロード</string> <string name="upload_slip_dashboard_text">スリップのアップロード</string>
<string name="you_send_dashbord_text">あなたが送る</string>
<string name="you_receive_dashbord_text">あなたが受け取る</string>
<string name="search_your_transfer_text">転送を検索する</string>
<string name="registered_beneficiaries_text">登録受益者</string>
<string name="you_send_dashbord_text">送金額</string>
<string name="you_receive_dashbord_text">受取額</string>
<string name="search_your_transfer_text">取引を検索する</string>
<string name="registered_beneficiaries_text">登録済受取人</string>
<string name="recent_transactions_text">最近の取引</string> <string name="recent_transactions_text">最近の取引</string>
<string name="see_all_text">すべてを見る</string> <string name="see_all_text">すべてを見る</string>
<string name="language_selection_profile_text">言語選択</string> <string name="language_selection_profile_text">言語選択</string>
<string name="enable_biometrics_profile_text">生体認証を有効にする</string> <string name="enable_biometrics_profile_text">生体認証を有効にする</string>
<string name="payment_information_profile_text">支払情報</string> <string name="payment_information_profile_text">支払情報</string>
<string name="add_new_text">新しく追加する</string> <string name="add_new_text">新しく追加する</string>
<string name="use_fingerprint_for_login_text">ログインに指紋を使用する</string> <string name="use_fingerprint_for_login_text">ログインに指紋を使用する</string>
<string name="account_profile_text">アカウント</string> <string name="account_profile_text">アカウント</string>

1
app/src/main/res/values-ne/strings.xml

@ -640,6 +640,7 @@
<string name="enable_biometrics_profile_text">बायोमेट्रिक्स सक्षम गर्नुहोस्</string> <string name="enable_biometrics_profile_text">बायोमेट्रिक्स सक्षम गर्नुहोस्</string>
<string name="payment_information_profile_text">भुक्तानी जानकारी</string> <string name="payment_information_profile_text">भुक्तानी जानकारी</string>
<string name="add_new_text">नयाँ थप्नुहोस्</string> <string name="add_new_text">नयाँ थप्नुहोस्</string>
<string name="use_fingerprint_for_login_text">लगइनको लागि फिंगरप्रिन्ट प्रयोग गर्नुहोस्</string> <string name="use_fingerprint_for_login_text">लगइनको लागि फिंगरप्रिन्ट प्रयोग गर्नुहोस्</string>
<string name="account_profile_text">खाता</string> <string name="account_profile_text">खाता</string>

21
app/src/main/res/values-si/strings.xml

@ -630,18 +630,19 @@
<string name="driver_license_passport_hint_text" >රියදුරු බලපත්‍රය /විදේශ ගමන් බලපත්‍රය</string> <string name="driver_license_passport_hint_text" >රියදුරු බලපත්‍රය /විදේශ ගමන් බලපත්‍රය</string>
<string name="about_us_text">අපි ගැන</string> <string name="about_us_text">අපි ගැන</string>
<string name="contact_us_text">අපව අමතන්න</string>
<string name="upload_slip_dashboard_text">ස්ලිප් උඩුගත කරන්න</string>
<string name="you_send_dashbord_text">ඔබ යවන්</string>
<string name="you_receive_dashbord_text">ඔබට ලැබේ</string>
<string name="search_your_transfer_text">මෑත ගනුදෙනු</string>
<string name="registered_beneficiaries_text">ලියාපදිංචි ප්රතිලාභීන්</string>
<string name="recent_transactions_text">අලුත් ගනුදෙනු</string>
<string name="see_all_text">ඔක්කොම බලන්න</string>
<string name="language_selection_profile_text">භාෂා තේරීම</string>
<string name="enable_biometrics_profile_text">සබල කරන්න</string>
<string name="contact_us_text">අපව සම්බන්ධ කරගන්න</string>
<string name="upload_slip_dashboard_text">රිසිට් පත අමුණන්න</string>
<string name="you_send_dashbord_text">යවන ගණ</string>
<string name="you_receive_dashbord_text">ලැබෙන ගණන</string>
<string name="search_your_transfer_text">ඔබේ ගනුදෙනු සොයන්න</string>
<string name="registered_beneficiaries_text">ලියාපදිංචි ප්රතිලාභීන්</string>
<string name="recent_transactions_text">ආසන්නතම ගනුදෙනු</string>
<string name="see_all_text">සියලු ගනුදෙනු</string>
<string name="language_selection_profile_text">භාෂාව තෝරාගැනීම</string>
<string name="enable_biometrics_profile_text">ජෛව ආරක්ෂණය සකසන්න</string>
<string name="payment_information_profile_text">ගෙවීම් තොරතුරු</string> <string name="payment_information_profile_text">ගෙවීම් තොරතුරු</string>
<string name="add_new_text">අලුතින් එකතු කරන්න</string> <string name="add_new_text">අලුතින් එකතු කරන්න</string>
<string name="use_fingerprint_for_login_text">පුරනය වීමට ඇඟිලි සලකුණ භාවිතා කරන්න</string> <string name="use_fingerprint_for_login_text">පුරනය වීමට ඇඟිලි සලකුණ භාවිතා කරන්න</string>
<string name="account_profile_text">ගිණුම</string> <string name="account_profile_text">ගිණුම</string>

17
app/src/main/res/values-vi/strings.xml

@ -627,19 +627,20 @@
<string name="invalid_driver_license_text" >Giấy phép lái xe không hợp lệ</string> <string name="invalid_driver_license_text" >Giấy phép lái xe không hợp lệ</string>
<string name="driver_license_passport_hint_text" >Giấy phép lái xe / Hộ chiếu</string> <string name="driver_license_passport_hint_text" >Giấy phép lái xe / Hộ chiếu</string>
<string name="about_us_text">Về chúng tôi</string>
<string name="contact_us_text">Liên hệ chúng tôi</string>
<string name="upload_slip_dashboard_text">TẢI LÊN SLIP</string>
<string name="you_send_dashbord_text">Bạn gửi</string>
<string name="you_receive_dashbord_text">Bạn nhận được</string>
<string name="about_us_text">Thông tin công ty</string>
<string name="contact_us_text">Liện hệ</string>
<string name="upload_slip_dashboard_text">Tải hóa đơn lên</string>
<string name="you_send_dashbord_text">Gửi tiền</string>
<string name="you_receive_dashbord_text">Người nhận</string>
<string name="search_your_transfer_text">Tìm kiếm chuyển khoản của bạn</string> <string name="search_your_transfer_text">Tìm kiếm chuyển khoản của bạn</string>
<string name="registered_beneficiaries_text">Người thụ hưởng đã đăng ký</string>
<string name="registered_beneficiaries_text">Người nhận đã đăng kí</string>
<string name="recent_transactions_text">Giao dịch gần đây</string> <string name="recent_transactions_text">Giao dịch gần đây</string>
<string name="see_all_text">Nhìn thấy tất cả</string>
<string name="language_selection_profile_text">Sự lựa chọn ngôn ngữ</string>
<string name="see_all_text">Tất cả</string>
<string name="language_selection_profile_text">Chọn ngôn ngữ</string>
<string name="enable_biometrics_profile_text">Bật sinh trắc học</string> <string name="enable_biometrics_profile_text">Bật sinh trắc học</string>
<string name="payment_information_profile_text">Thông tin thanh toán</string> <string name="payment_information_profile_text">Thông tin thanh toán</string>
<string name="add_new_text">Thêm mới</string> <string name="add_new_text">Thêm mới</string>
<string name="use_fingerprint_for_login_text">Sử dụng dấu vân tay để đăng nhập</string> <string name="use_fingerprint_for_login_text">Sử dụng dấu vân tay để đăng nhập</string>
<string name="account_profile_text">Tài khoản</string> <string name="account_profile_text">Tài khoản</string>

1
app/src/main/res/values/strings.xml

@ -691,6 +691,7 @@
<string name="enable_biometrics_profile_text">Enable Biometrics</string> <string name="enable_biometrics_profile_text">Enable Biometrics</string>
<string name="payment_information_profile_text">Payment Information</string> <string name="payment_information_profile_text">Payment Information</string>
<string name="add_new_text">Add New</string> <string name="add_new_text">Add New</string>
<string name="use_fingerprint_for_login_text">Use fingerprint for login</string> <string name="use_fingerprint_for_login_text">Use fingerprint for login</string>
<string name="account_profile_text">Account</string> <string name="account_profile_text">Account</string>

Loading…
Cancel
Save