diff --git a/GME Remit/Modules/BeneficiaryDetail/User Interface/View/BeneficiaryDetailHeaderView.swift b/GME Remit/Modules/BeneficiaryDetail/User Interface/View/BeneficiaryDetailHeaderView.swift index 1d5d02c3..0a66e5a1 100644 --- a/GME Remit/Modules/BeneficiaryDetail/User Interface/View/BeneficiaryDetailHeaderView.swift +++ b/GME Remit/Modules/BeneficiaryDetail/User Interface/View/BeneficiaryDetailHeaderView.swift @@ -55,8 +55,11 @@ class BeneficiaryDetailHeaderView: UITableViewHeaderFooterView { nameInitialsLabel.layer.cornerRadius = self.nameInitialsLabel.frame.width/2 updateButton.set(cornerRadius: 10) nameTitleLabel.text = "name_title_text".localized() + mobileTitleLabel.text = "mobileNumber_text".localized() relationshipTitleLabel.text = "relationship_text".localized() + locationTitleLabel.text = "country".localized() updateButton.setTitle("update_text".localized(), for: .normal) + // DispatchQueue.main.async { self.updateButton.titleLabel?.font = .sanfrancisco(.bold, size: 14) self.updateButton.titleLabel?.textAlignment = .center diff --git a/GME Remit/Modules/BeneficiaryDetail/User Interface/View/BeneficiaryDetailViewController.swift b/GME Remit/Modules/BeneficiaryDetail/User Interface/View/BeneficiaryDetailViewController.swift index 7b4f95c6..dc83e9e1 100644 --- a/GME Remit/Modules/BeneficiaryDetail/User Interface/View/BeneficiaryDetailViewController.swift +++ b/GME Remit/Modules/BeneficiaryDetail/User Interface/View/BeneficiaryDetailViewController.swift @@ -107,6 +107,7 @@ class BeneficiaryDetailViewController: UIViewController { tableView.dataSource = self tableView.register(UINib(nibName: BeneficiaryDetailHeaderView.identifier, bundle: nil), forHeaderFooterViewReuseIdentifier: BeneficiaryDetailHeaderView.identifier) continueButton.set(cornerRadius: 10) + continueButton.setTitle("continue_text".localized(), for: .normal) //updateButton.set(cornerRadius: 10) //updateButton.set(borderWidth: 2, of: .init(hex: "#2E89FF")) } @@ -128,7 +129,7 @@ extension BeneficiaryDetailViewController: UITableViewDataSource, UITableViewDel cell.isSelected(status) cell.onClickDeleteButton = { - self.alertWithOkCancel(type: .normal,message: "Are you sure, You want to delete beneficiary?", title: "Delete Beneficiary", okTitle: "Yes", cancelTitle: "No", + self.alertWithOkCancel(type: .normal,message: "delete_beneficiary_confirmation_text".localized(), title: "delete_beneficiary_text".localized(), okTitle: "yes_text".localized(), cancelTitle: "no_text".localized(), okAction: { self.presenter?.makeApiRequest(recipientID: self.reciptent?.paymentMethods?.elementAt(index: indexPath.row)?.receiverId ?? "") }) { diff --git a/GME Remit/MultiLanguages/bn.lproj/Localizable.strings b/GME Remit/MultiLanguages/bn.lproj/Localizable.strings index 7011e702..1d945994 100644 --- a/GME Remit/MultiLanguages/bn.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/bn.lproj/Localizable.strings @@ -1433,6 +1433,7 @@ "contact_us" = "যোগাযোগ করুন"; "about_us" = "আমাদের সম্পর্কে"; "ac_number" = "Ac Number"; +"country" = "দেশ"; "upload_slip" = "স্লিপ আপলোড করুন"; "search_your_transfer_text" = "আপনার স্থানান্তর অনুসন্ধান করুন"; @@ -1446,3 +1447,7 @@ "edit_details_text" = "তথ্য সংশোধন কর"; "view_status_text" = "স্ট্যাটাস দেখুন"; "relationship_text" = "সম্পর্ক"; +"beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "বেনিফিশিয়ারি মুছে ফেলুন"; +"delete_beneficiary_confirmation_text" = "আপনি কি নিশ্চিত, আপনি বেনিফিশিয়ারি মুছে ফেলতে চান?"; + diff --git a/GME Remit/MultiLanguages/en.lproj/Localizable.strings b/GME Remit/MultiLanguages/en.lproj/Localizable.strings index 816a6754..b1825a4a 100644 --- a/GME Remit/MultiLanguages/en.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/en.lproj/Localizable.strings @@ -1039,3 +1039,5 @@ "view_status_text" = "View Status"; "relationship_text" = "Relationship"; "beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "Delete Beneficiary"; +"delete_beneficiary_confirmation_text" = "Are you sure, You want to delete beneficiary?"; diff --git a/GME Remit/MultiLanguages/en_PH.lproj/Localizable.strings b/GME Remit/MultiLanguages/en_PH.lproj/Localizable.strings index 4e85094a..5081d048 100644 --- a/GME Remit/MultiLanguages/en_PH.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/en_PH.lproj/Localizable.strings @@ -540,6 +540,7 @@ "contact_us" = "Contact us"; "about_us" = "About Us"; "ac_number" = "Ac Number"; +"country" = "Country"; "upload_slip" = "UPLOAD SLIP"; "search_your_transfer_text" = "Search your transfers"; @@ -553,3 +554,7 @@ "edit_details_text" = "Edit Details"; "view_status_text" = "View Status"; "relationship_text" = "Relationship"; +"beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "Delete Beneficiary"; +"delete_beneficiary_confirmation_text" = "Are you sure, You want to delete beneficiary?"; + diff --git a/GME Remit/MultiLanguages/id.lproj/Localizable.strings b/GME Remit/MultiLanguages/id.lproj/Localizable.strings index 8f9570dd..016d4154 100644 --- a/GME Remit/MultiLanguages/id.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/id.lproj/Localizable.strings @@ -832,6 +832,7 @@ "contact_us" = "Contact us"; "about_us" = "About Us"; "ac_number" = "Ac Number"; +"country" = "Country"; "upload_slip" = "UPLOAD SLIP"; "search_your_transfer_text" = "Search your transfers"; @@ -845,3 +846,7 @@ "edit_details_text" = "Edit Details"; "view_status_text" = "View Status"; "relationship_text" = "Relationship"; +"beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "Delete Beneficiary"; +"delete_beneficiary_confirmation_text" = "Are you sure, You want to delete beneficiary?"; + diff --git a/GME Remit/MultiLanguages/ja.lproj/Localizable.strings b/GME Remit/MultiLanguages/ja.lproj/Localizable.strings index 2af66adc..e201d91d 100644 --- a/GME Remit/MultiLanguages/ja.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/ja.lproj/Localizable.strings @@ -1014,6 +1014,7 @@ "contact_us" = "お問い合わせ"; "about_us" = "私たちに関しては"; "ac_number" = "Ac Number"; +"country" = "国"; "upload_slip" = "スリップのアップロード"; "search_your_transfer_text" = "転送を検索する"; @@ -1027,3 +1028,7 @@ "edit_details_text" = "詳細を編集する"; "view_status_text" = "ステータスの表示"; "relationship_text" = "関係"; +"beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "受取人の削除"; +"delete_beneficiary_confirmation_text" = "本当に受取人を削除してよいですか?"; + diff --git a/GME Remit/MultiLanguages/km.lproj/Localizable.strings b/GME Remit/MultiLanguages/km.lproj/Localizable.strings index 9e0919a0..a54150cd 100644 --- a/GME Remit/MultiLanguages/km.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/km.lproj/Localizable.strings @@ -833,6 +833,7 @@ "contact_us" = "Contact us"; "about_us" = "About Us"; "ac_number" = "Ac Number"; +"country" = "Country"; "upload_slip" = "UPLOAD SLIP"; "search_your_transfer_text" = "Search your transfers"; @@ -846,3 +847,7 @@ "edit_details_text" = "Edit Details"; "view_status_text" = "View Status"; "relationship_text" = "Relationship"; +"beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "Delete Beneficiary"; +"delete_beneficiary_confirmation_text" = "Are you sure, You want to delete beneficiary?"; + diff --git a/GME Remit/MultiLanguages/ko.lproj/Localizable.strings b/GME Remit/MultiLanguages/ko.lproj/Localizable.strings index e9437c20..3fd2bedb 100644 --- a/GME Remit/MultiLanguages/ko.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/ko.lproj/Localizable.strings @@ -831,6 +831,7 @@ "contact_us" = "Contact us"; "about_us" = "About Us"; "ac_number" = "Ac Number"; +"country" = "Country"; "upload_slip" = "UPLOAD SLIP"; "search_your_transfer_text" = "Search your transfers"; @@ -844,3 +845,7 @@ "edit_details_text" = "Edit Details"; "view_status_text" = "View Status"; "relationship_text" = "Relationship"; +"beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "Delete Beneficiary"; +"delete_beneficiary_confirmation_text" = "Are you sure, You want to delete beneficiary?"; + diff --git a/GME Remit/MultiLanguages/mn.lproj/Localizable.strings b/GME Remit/MultiLanguages/mn.lproj/Localizable.strings index e2813af8..0b12e125 100644 --- a/GME Remit/MultiLanguages/mn.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/mn.lproj/Localizable.strings @@ -828,6 +828,7 @@ "contact_us" = "Contact us"; "about_us" = "About Us"; "ac_number" = "Ac Number"; +"country" = "Country"; "upload_slip" = "UPLOAD SLIP"; "search_your_transfer_text" = "Search your transfers"; @@ -841,3 +842,7 @@ "edit_details_text" = "Edit Details"; "view_status_text" = "View Status"; "relationship_text" = "Relationship"; +"beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "Delete Beneficiary"; +"delete_beneficiary_confirmation_text" = "Are you sure, You want to delete beneficiary?"; + diff --git a/GME Remit/MultiLanguages/my-MM.lproj/Localizable.strings b/GME Remit/MultiLanguages/my-MM.lproj/Localizable.strings index 82e6e0f3..07892b94 100644 --- a/GME Remit/MultiLanguages/my-MM.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/my-MM.lproj/Localizable.strings @@ -801,6 +801,7 @@ "contact_us" = "Contact us"; "about_us" = "About Us"; "ac_number" = "Ac Number"; +"country" = "Country"; "upload_slip" = "UPLOAD SLIP"; "search_your_transfer_text" = "Search your transfers"; @@ -814,3 +815,7 @@ "edit_details_text" = "Edit Details"; "view_status_text" = "View Status"; "relationship_text" = "Relationship"; +"beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "Delete Beneficiary"; +"delete_beneficiary_confirmation_text" = "Are you sure, You want to delete beneficiary?"; + diff --git a/GME Remit/MultiLanguages/my.lproj/Localizable.strings b/GME Remit/MultiLanguages/my.lproj/Localizable.strings index a2b882b0..20f24a54 100644 --- a/GME Remit/MultiLanguages/my.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/my.lproj/Localizable.strings @@ -837,6 +837,7 @@ "contact_us" = "Contact us"; "about_us" = "About Us"; "ac_number" = "Ac Number"; +"country" = "Country"; "upload_slip" = "UPLOAD SLIP"; "search_your_transfer_text" = "Search your transfers"; @@ -850,3 +851,7 @@ "edit_details_text" = "Edit Details"; "view_status_text" = "View Status"; "relationship_text" = "Relationship"; +"beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "Delete Beneficiary"; +"delete_beneficiary_confirmation_text" = "Are you sure, You want to delete beneficiary?"; + diff --git a/GME Remit/MultiLanguages/ne.lproj/Localizable.strings b/GME Remit/MultiLanguages/ne.lproj/Localizable.strings index a0918847..cf99b819 100644 --- a/GME Remit/MultiLanguages/ne.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/ne.lproj/Localizable.strings @@ -830,7 +830,7 @@ "new_update_is_available_text"="नयाँ अद्यावधिक गर्नुहोस्(Update) उपलब्ध छ"; -"update_text"="अद्यावधिक गर्नुहोस्(Update)"; +//"update_text"="अद्यावधिक गर्नुहोस्(Update)"; "not_now_text"="अहिले होइन"; "appVersionOutOfDate_text"="अनुप्रयोगको यो संस्करणको मिति सकिएको छ र चाँडै काम गर्न रोकिनेछ। JME प्रयोग जारी राख्नको लागि कृपया भर्खरको अद्यावधिक(Update) गर्नुहोस्। "; @@ -1444,6 +1444,7 @@ "contact_us" = "सम्पर्क गर्नुहोस"; "about_us" = "हाम्रोबारे"; "ac_number" = "Ac Number"; +"country" = "देश"; "upload_slip" = "स्लिप अपलोड"; "search_your_transfer_text" = "यहाँ खोज्नुहोस्"; @@ -1457,4 +1458,8 @@ "edit_details_text" = "विवरणहरू सम्पादन गर्नुहोस्"; "view_status_text" = "स्थिति हेर्नुहोस्"; "relationship_text" = "सम्बन्ध"; +"beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "प्राप्तकर्ता हटाउनुहोस्‌"; +"delete_beneficiary_confirmation_text" = "के तपाईं निश्चित हुनुहुन्छ, तपाईं प्राप्तकर्ता हटाउन चाहनुहुन्छ?"; + diff --git a/GME Remit/MultiLanguages/ru-RU.lproj/Localizable.strings b/GME Remit/MultiLanguages/ru-RU.lproj/Localizable.strings index 000fdb3b..78e02956 100644 --- a/GME Remit/MultiLanguages/ru-RU.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/ru-RU.lproj/Localizable.strings @@ -829,6 +829,7 @@ "contact_us" = "Contact us"; "about_us" = "About Us"; "ac_number" = "Ac Number"; +"country" = "Country"; "upload_slip" = "UPLOAD SLIP"; "search_your_transfer_text" = "Search your transfers"; @@ -842,3 +843,8 @@ "edit_details_text" = "Edit Details"; "view_status_text" = "View Status"; "relationship_text" = "Relationship"; +"beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "Delete Beneficiary"; +"delete_beneficiary_confirmation_text" = "Are you sure, You want to delete beneficiary?"; + + diff --git a/GME Remit/MultiLanguages/si.lproj/Localizable.strings b/GME Remit/MultiLanguages/si.lproj/Localizable.strings index 713402a4..8149a262 100644 --- a/GME Remit/MultiLanguages/si.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/si.lproj/Localizable.strings @@ -686,6 +686,7 @@ "contact_us" = "අපව අමතන්න"; "about_us" = "අපි ගැන"; "ac_number" = "Ac Number"; +"country" = "රට"; "upload_slip" = "ස්ලිප් උඩුගත කරන්න"; "search_your_transfer_text" = "ඔබගේ මාරුවීම් සොයන්න"; @@ -699,3 +700,7 @@ "edit_details_text" = "විස්තර සංස්කරණය කරන්න"; "view_status_text" = "තත්ත්වය බලන්න"; "relationship_text" = "සම්බන්ධතාවය"; +"beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "මුදල් ලබන්නා මකන්න"; +"delete_beneficiary_confirmation_text" = "ඔබට මුදල් ලබන්නා මැකීමට අවශ්‍යද?"; + diff --git a/GME Remit/MultiLanguages/th.lproj/Localizable.strings b/GME Remit/MultiLanguages/th.lproj/Localizable.strings index e5e5157a..4ebb584c 100644 --- a/GME Remit/MultiLanguages/th.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/th.lproj/Localizable.strings @@ -825,6 +825,7 @@ "contact_us" = "Contact us"; "about_us" = "About Us"; "ac_number" = "Ac Number"; +"country" = "Country"; "upload_slip" = "UPLOAD SLIP"; "search_your_transfer_text" = "Search your transfers"; @@ -838,3 +839,6 @@ "edit_details_text" = "Edit Details"; "view_status_text" = "View Status"; "relationship_text" = "Relationship"; +"beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "Delete Beneficiary"; +"delete_beneficiary_confirmation_text" = "Are you sure, You want to delete beneficiary?"; diff --git a/GME Remit/MultiLanguages/ur-PK.lproj/Localizable.strings b/GME Remit/MultiLanguages/ur-PK.lproj/Localizable.strings index e736bb38..8f4b5fa6 100644 --- a/GME Remit/MultiLanguages/ur-PK.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/ur-PK.lproj/Localizable.strings @@ -755,6 +755,7 @@ "contact_us" = "Contact us"; "about_us" = "About Us"; "ac_number" = "Ac Number"; +"country" = "Country"; "upload_slip" = "UPLOAD SLIP"; "search_your_transfer_text" = "Search your transfers"; @@ -768,3 +769,7 @@ "edit_details_text" = "Edit Details"; "view_status_text" = "View Status"; "relationship_text" = "Relationship"; +"beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "Delete Beneficiary"; +"delete_beneficiary_confirmation_text" = "Are you sure, You want to delete beneficiary?"; + diff --git a/GME Remit/MultiLanguages/uz.lproj/Localizable.strings b/GME Remit/MultiLanguages/uz.lproj/Localizable.strings index 203fe6b7..c668a106 100644 --- a/GME Remit/MultiLanguages/uz.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/uz.lproj/Localizable.strings @@ -829,6 +829,7 @@ "contact_us" = "Contact us"; "about_us" = "About Us"; "ac_number" = "Ac Number"; +"country" = "Country"; "upload_slip" = "UPLOAD SLIP"; "search_your_transfer_text" = "Search your transfers"; @@ -842,3 +843,7 @@ "edit_details_text" = "Edit Details"; "view_status_text" = "View Status"; "relationship_text" = "Relationship"; +"beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "Delete Beneficiary"; +"delete_beneficiary_confirmation_text" = "Are you sure, You want to delete beneficiary?"; + diff --git a/GME Remit/MultiLanguages/vi-VN.lproj/Localizable.strings b/GME Remit/MultiLanguages/vi-VN.lproj/Localizable.strings index ad0fda2b..d971ccdc 100644 --- a/GME Remit/MultiLanguages/vi-VN.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/vi-VN.lproj/Localizable.strings @@ -1440,6 +1440,7 @@ Chúng tôi đang xác minh thông tin của bạn."; "contact_us" = "Liên hệ chúng tôi"; "about_us" = "Về chúng tôi"; "ac_number" = "Ac Number"; +"country" = "Quốc gia"; "upload_slip" = "TẢI LÊN SLIP"; "search_your_transfer_text" = "Tìm kiếm chuyển khoản của bạn"; @@ -1453,4 +1454,8 @@ Chúng tôi đang xác minh thông tin của bạn."; "edit_details_text" = "Chỉnh sửa chi tiết"; "view_status_text" = "Trạng thái xem"; "relationship_text" = "mối quan hệ"; +"beneficiary_detail" = "Beneficiary Detail"; +"delete_beneficiary_text" = "Xóa người thụ hưởng"; +"delete_beneficiary_confirmation_text" = "Bạn có chắc chắn, bạn muốn xóa người thụ hưởng?"; +