NTP-7179 | Narayan | General code refactor and unused resource removal (#14104)
This commit is contained in:
committed by
GitHub
parent
6438fe433b
commit
fa0d6313c0
@@ -71,13 +71,6 @@ constructor(
|
||||
|
||||
private lateinit var screenName: String
|
||||
|
||||
fun updateErrorMessage(error: ErrorMessage) {
|
||||
naviPayAnalytics.onDevGenericEvent(
|
||||
event = "DisableUpiLiteUseCase",
|
||||
params = mapOf("error" to error.toString())
|
||||
)
|
||||
}
|
||||
|
||||
fun execute(
|
||||
linkedAccountEntity: LinkedAccountEntity,
|
||||
balance: String,
|
||||
@@ -108,6 +101,13 @@ constructor(
|
||||
}
|
||||
}
|
||||
|
||||
private fun updateErrorMessage(error: ErrorMessage) {
|
||||
naviPayAnalytics.onDevGenericEvent(
|
||||
event = "DisableUpiLiteUseCase",
|
||||
params = mapOf("error" to error.toString())
|
||||
)
|
||||
}
|
||||
|
||||
private suspend fun executeZeroBalanceDisablement(
|
||||
linkedAccountEntity: LinkedAccountEntity,
|
||||
lrn: String
|
||||
|
||||
@@ -131,14 +131,6 @@ class NaviPayActivity : BaseActivity() {
|
||||
)
|
||||
}
|
||||
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
}
|
||||
|
||||
override fun onPause() {
|
||||
super.onPause()
|
||||
}
|
||||
|
||||
private fun launchOnboardingFlowIfRequired(isNaviPayAccessible: Boolean) {
|
||||
if (!isNaviPayAccessible || viewModel.isScreenAllowWithoutOnboarding(intent)) return
|
||||
|
||||
|
||||
@@ -5,15 +5,12 @@
|
||||
<color name="navi_pay_bgNotice">#FFF8EC</color>
|
||||
<color name="navi_pay_bgError">#FFEAEA</color>
|
||||
<color name="navi_pay_ctaWhite">#FFFFFF</color>
|
||||
<color name="navi_pay_bgInfoOrange">#FFF3F0</color>
|
||||
<color name="navi_pay_status_bar_default_color">#FFFFFF</color>
|
||||
<color name="navi_pay_bg_alt">#FAFAFA</color>
|
||||
<color name="navi_pay_textPrimary">#191919</color>
|
||||
<color name="navi_pay_upi_lite_status_bar_color">#E4FFED</color>
|
||||
<color name="navi_pay_charcol_gray">#444444</color>
|
||||
<color name="navi_pay_border_alt">#F5F5F5</color>
|
||||
<color name="navi_pay_text_tertiary">#6B6B6B</color>
|
||||
<color name="navi_pay_border_gray">#E3E5E5</color>
|
||||
<color name="navi_pay_dark_grey">#A8A8A8</color>
|
||||
<color name="navi_pay_light_green">#E4FFED</color>
|
||||
</resources>
|
||||
@@ -9,34 +9,20 @@
|
||||
<string name="help">HELP</string>
|
||||
<string name="np_help_small">Help</string>
|
||||
<string name="navi_pay">Navi UPI</string>
|
||||
<string name="navi_pay_moto">Simplifying payments on Navi</string>
|
||||
<string name="np_powered_by">Powered by</string>
|
||||
<string name="sms_verification">SMS verification</string>
|
||||
<string name="sms_permission_header">SMS</string>
|
||||
<string name="sms_permission_rationale_description">To verify your phone number for UPI payments.</string>
|
||||
<string name="phone_state_permission_header">Phone</string>
|
||||
<string name="phone_state_permission_description">To verify your SIM card with your registered mobile number.</string>
|
||||
<string name="sms_verification_charges_info">*Standard SMS charges will apply</string>
|
||||
<string name="proceed">Proceed</string>
|
||||
<string name="select_bank">Select bank</string>
|
||||
<string name="add_a_bank_account">Add your bank account linked with +91-%s</string>
|
||||
<string name="india_country_code">+91-%s</string>
|
||||
<string name="search_bank_here">Search bank here</string>
|
||||
<string name="np_popular_banks">Popular banks</string>
|
||||
<string name="all_banks_in_the_town">All banks in the town</string>
|
||||
<string name="searching_accounts">Searching accounts</string>
|
||||
<string name="searching_accounts_desc">We are fetching your accounts. This may take a few seconds.</string>
|
||||
<string name="no_banks_found">No bank accounts found</string>
|
||||
<string name="no_banks_found_desc">No bank accounts found linked to this phone number for the selected bank</string>
|
||||
<string name="something_went_wrong_desc">Unfortunately we\’ve encountered a technical issue. Please try again!</string>
|
||||
<string name="select_bank_acc">Select a bank account</string>
|
||||
<string name="know_more_navi_pay">Know more</string>
|
||||
<string name="permission_settings_desc">All permissions are mandatory to \ncomplete the process</string>
|
||||
<string name="permission_settings_path">Phone settings > Apps > Navi > Permissions</string>
|
||||
<string name="connected_accounts_header">Linked accounts</string>
|
||||
<string name="np_bank_accounts">Bank accounts</string>
|
||||
<string name="set_upi_pin">Set UPI PIN</string>
|
||||
<string name="primary_account">Primary</string>
|
||||
<string name="set_as_primary_account">Set as primary account</string>
|
||||
<string name="forgot_upi_pin">Forgot UPI PIN</string>
|
||||
<string name="change_upi_pin">Change UPI PIN</string>
|
||||
@@ -46,19 +32,9 @@
|
||||
<string name="np_bank_account_details">Bank account details</string>
|
||||
<string name="rupay_credit_card">RuPay credit card</string>
|
||||
<string name="np_credit_card_details">Credit card details</string>
|
||||
<string name="sim">SIM</string>
|
||||
<string name="try_again">Try again</string>
|
||||
<string name="permission_settings_know_more">Navi takes Data Security and Privacy seriously. Our Information Security Program is based on a holistic approach involving People, Processes and Technology.\n\nWe follow industry best practices to scale, protect and secure data from the ever-growing threats.</string>
|
||||
<string name="np_okay_got_it">Okay, got it</string>
|
||||
<string name="no_account_add_now">Don\'t see your account? Add it now</string>
|
||||
<string name="add_your_bank_or_credit_card">Add your bank or credit card</string>
|
||||
<string name="bank_acc_header">Bank accounts</string>
|
||||
<string name="check_balance">Check balance</string>
|
||||
<string name="primary_acc">Primary account</string>
|
||||
<string name="credit_card_account">Credit card</string>
|
||||
<string name="congratulations">Congratulations!</string>
|
||||
<string name="account_added_successfully">Account added successfully</string>
|
||||
<string name="account_added_success_description">%s has been set as your primary account.</string>
|
||||
<string name="debit_card_input_text_field_header">Last 6 digits of debit card</string>
|
||||
<string name="credit_card_input_text_field_header">Last 6 digits of credit card</string>
|
||||
<string name="card_number_input_text_field_placeholder">XX-XXXX</string>
|
||||
@@ -72,31 +48,18 @@
|
||||
<string name="pin_change_in_progress_header">UPI PIN change in progress</string>
|
||||
<string name="check_balance_in_progress">Checking balance</string>
|
||||
<string name="loading">Loading</string>
|
||||
<string name="remaining_limit">Remaining limit</string>
|
||||
<string name="np_account_balance">Account balance</string>
|
||||
<string name="spent_amount">Spent amount</string>
|
||||
<string name="np_hyphen_with_space_separator">\u0020-\u0020</string>
|
||||
<string name="check_balance_error">Unable to fetch bank balance</string>
|
||||
<string name="payment_settings">Payment Settings</string>
|
||||
<string name="heading_send_money">Send money</string>
|
||||
<string name="rupee_symbol">₹</string>
|
||||
<string name="rupee_symbol_x">₹%s</string>
|
||||
<string name="via_upi_text">Via UPI</string>
|
||||
<string name="expires_by_x">Expires by %s</string>
|
||||
<string name="np_rupee_symbol_x_colon">₹%s:</string>
|
||||
<string name="amount_error_message">Amount should be at least ₹1</string>
|
||||
<string name="payment_processing">Payment processing</string>
|
||||
<string name="payment_expired">Payment expired</string>
|
||||
<string name="paid_to">Paid to</string>
|
||||
<string name="done">Done</string>
|
||||
<string name="paid_by">Paid by</string>
|
||||
<string name="date_and_time">Date and time</string>
|
||||
<string name="np_paid_on">Paid on</string>
|
||||
<string name="transaction_id">Transaction ID</string>
|
||||
<string name="copy">Copy</string>
|
||||
<string name="copied_to_clipboard">Copied successfully</string>
|
||||
<string name="np_collect_request_not_found">Payment request expired</string>
|
||||
<string name="np_account_not_linked">Cannot check balance for non linked accounts</string>
|
||||
<string name="delete_bank_account_confirmation_header">Remove bank account</string>
|
||||
<string name="delete_credit_line_confirmation_header">Remove credit line</string>
|
||||
<string name="delete_bank_account_confirmation_description">Are you sure you want to remove this bank account?</string>
|
||||
@@ -110,17 +73,12 @@
|
||||
<string name="bank_account_remove_success_title">Bank account removed successfully</string>
|
||||
<string name="credit_account_remove_success_title">Credit card removed successfully</string>
|
||||
<string name="credit_line_remove_success_title">Credit line removed successfully</string>
|
||||
<string name="set_primary_account_header">Set as primary account?</string>
|
||||
<string name="set_primary_account_description">Are you sure you want to set this bank account as your primary account?</string>
|
||||
<string name="yes">Yes</string>
|
||||
<string name="invalid_details_please_try_again">Invalid details. Please try again.</string>
|
||||
<string name="account">Account</string>
|
||||
<string name="paying_rupees_x">Paying ₹%s</string>
|
||||
<string name="title_scan_and_pay">Scan & Pay</string>
|
||||
<string name="send_money">Send money</string>
|
||||
<string name="np_transfer_now">Transfer now</string>
|
||||
<string name="send_money_to_bank">Send money to bank</string>
|
||||
<string name="verifying_bank_details_header">Verifying bank details</string>
|
||||
<string name="recipient_detail_header">Enter recipient details</string>
|
||||
<string name="np_account_number">Account number</string>
|
||||
<string name="send_or_request_money_input_placeholder">Enter UPI ID or number</string>
|
||||
@@ -138,8 +96,6 @@
|
||||
<string name="beneficiary_upi_id_header">UPI ID or number</string>
|
||||
<string name="verify">Verify</string>
|
||||
<string name="continue_text">Continue</string>
|
||||
<string name="upi_id_verified">Verified</string>
|
||||
<string name="verifying">Verifying</string>
|
||||
<string name="something_went_wrong_try_again">Something went wrong. Please try again</string>
|
||||
<string name="payment_request">Payment request</string>
|
||||
<string name="upi_transaction_id">UPI transaction ID</string>
|
||||
@@ -147,7 +103,6 @@
|
||||
<string name="approve">Approve</string>
|
||||
<string name="decline">Decline</string>
|
||||
<string name="decline_this_request">Decline this request?</string>
|
||||
<string name="decline_request_description">You will not be able to see this request again and make a payment.</string>
|
||||
<string name="decline_autopay_req_by_x">Decline autopay request by %s?</string>
|
||||
<string name="decline_autopay_request_description">You will not be able to set the autopay for %s if you decline this request. No money will be debited from your account.</string>
|
||||
<string name="yes_decline">Yes, decline</string>
|
||||
@@ -157,75 +112,26 @@
|
||||
<string name="block_and_spam_x">Block and mark %s as spam?</string>
|
||||
<string name="block">Block</string>
|
||||
<string name="transaction_history">Transaction history</string>
|
||||
<string name="navi_pay_transaction_details">Transaction details</string>
|
||||
<string name="block_user">Block user</string>
|
||||
<string name="report_spam_and_block">Report spam and block</string>
|
||||
<string name="raise_query">Raise a query</string>
|
||||
<string name="faq">FAQs</string>
|
||||
<string name="menu">Menu</string>
|
||||
<string name="blocked_spam_user">Blocked user</string>
|
||||
<string name="my_account">My account</string>
|
||||
<string name="account_details">Account details</string>
|
||||
<string name="name_header">Name</string>
|
||||
<string name="add_your_name">Add your name</string>
|
||||
<string name="mobile_number_header">Mobile number</string>
|
||||
<string name="deregister_account">Deregister account</string>
|
||||
<string name="de_register_account_header">Deregister your account from Navi UPI?</string>
|
||||
<string name="yes_de_register">Yes, deregister</string>
|
||||
<string name="de_registering_from_upi">Deregistering from UPI</string>
|
||||
<string name="de_registration_successful">Deregistration Successful</string>
|
||||
<string name="retry">Retry</string>
|
||||
<string name="something_went_wrong_please_try_again">Something went wrong, please try again</string>
|
||||
<string name="unblock_x">Unblock %s?</string>
|
||||
<string name="unblock">Unblock</string>
|
||||
<string name="yes_unblock">Yes, unblock</string>
|
||||
<string name="mark_x_as_not_spam">Mark %s as not spam?</string>
|
||||
<string name="yes_mark_as_not_spam">Yes, mark as not spam</string>
|
||||
<string name="x_unblocked">%s unblocked</string>
|
||||
<string name="x_removed_from_spam">%s removed from spam</string>
|
||||
<string name="choose_bank_account">Choose bank account</string>
|
||||
<string name="scan_my_qr_code_to_pay">Scan my QR code to pay</string>
|
||||
<string name="to_bank">To bank</string>
|
||||
<string name="to_upi_id">To UPI ID</string>
|
||||
<string name="request_money">Request money</string>
|
||||
<string name="add_payers_upi_id_or_number">UPI ID or number</string>
|
||||
<string name="manage_autopay">Manage autopay</string>
|
||||
<string name="set_up_autopay">Set up autopay</string>
|
||||
<string name="autopay_request_declined">Autopay request declined</string>
|
||||
<string name="my_support_tickets">My support tickets</string>
|
||||
<string name="money_transfer">Money transfer</string>
|
||||
<string name="manage">Manage</string>
|
||||
<string name="settings">Settings</string>
|
||||
<string name="app_permission_header">Allow app permission</string>
|
||||
<string name="allow_app_permissions">Allow app permissions</string>
|
||||
<string name="allow">Allow </string>
|
||||
<string name="allow_permission">Allow permission</string>
|
||||
<string name="go_to_setting">Go to settings</string>
|
||||
<string name="hassle_free_fast_payments">Hassle-free & fast payments</string>
|
||||
<string name="check_your_balance_anytime_anywhere">Check your bank balance anytime, anywhere</string>
|
||||
<string name="get_started">Get started</string>
|
||||
<string name="bank_account_limit_exceeded">Remove an existing account to add another account. Manage up to three bank accounts at a time with Navi UPI.</string>
|
||||
<string name="primary_bank_account_set_success_header">Primary bank account set successfully</string>
|
||||
<string name="primary_bank_account_set_success_description">%s has been set as \nprimary account</string>
|
||||
<string name="setup_account">Setup account</string>
|
||||
<string name="mobile_number_linked_info">Your mobile number should be linked to your bank account and should be present in your device</string>
|
||||
<string name="np_your_bank_account">your bank account</string>
|
||||
<string name="enter_mobile_number">Enter mobile number</string>
|
||||
<string name="fetching_details_header">Fetching details</string>
|
||||
<string name="fetching_details_description">We are fetching your details. \nPlease do not go back or close the screen.</string>
|
||||
<string name="sending_sms_header">Sending SMS</string>
|
||||
<string name="sending_sms_description">Sending SMS to verify your account. \nPlease do not go back or close the screen.</string>
|
||||
<string name="verifying_details_header">Verifying your details</string>
|
||||
<string name="verifying_details_description">Almost done! \nPlease do not go back or close the screen.</string>
|
||||
<string name="message_sending_error_header">Unable to send SMS</string>
|
||||
<string name="message_sending_error_description">Looks like your mobile number is unable to send the sms due to low balance. Please recharge your mobile number and try again</string>
|
||||
<string name="number_mismatch_header">Mobile Number Mismatch</string>
|
||||
<string name="number_mismatch_description">Sorry, the mobile number that you have entered is not present in your device. Please try again with the number in your device.</string>
|
||||
<string name="change_mobile_number">Change mobile number</string>
|
||||
<string name="device_limit_exceeded_error_header">Something went wrong!</string>
|
||||
<string name="device_limit_exceeded_error_description">Unfortunately we’ve encountered a technical issue. Please try again after 24 hrs</string>
|
||||
<string name="sms_verification_generic_error_header">Something went wrong!</string>
|
||||
<string name="sms_verification_generic_error_description">Unfortunately we’ve encountered a technical issue. Please try again!</string>
|
||||
<string name="sim_card_detection_failed">No active sim card found</string>
|
||||
<string name="sim_card_detection_failed_description">Please ensure that your sim card is in your phone and you are connected to your mobile network.</string>
|
||||
<string name="invalid_sim_card_error_title">Invalid sim card detected!</string>
|
||||
@@ -233,15 +139,11 @@
|
||||
<string name="generic_error_description">Unfortunately we’ve encountered a technical issue. Please try again after some time.</string>
|
||||
<string name="no_pending_request">No pending payment request</string>
|
||||
<string name="no_pending_request_desc">Pending payment requests will appear here</string>
|
||||
<string name="create_autopay">Create autopay</string>
|
||||
<string name="upi_number_tab_header">UPI number</string>
|
||||
<string name="allow_camera_permission">Allow camera permission</string>
|
||||
<string name="allow_camera_access">Allow camera access</string>
|
||||
<string name="allow_camera_access_desc">Please allow camera access to scan QR codes for merchants, family, and friends.</string>
|
||||
<string name="camera">Camera</string>
|
||||
<string name="camera_show_rational">Camera permission is mandatory</string>
|
||||
<string name="navi_pay_camera_permission_description">Grant camera permission to scan QR codes for merchants, family, and friends.</string>
|
||||
<string name="navi_pay_camera_permission_show_rational_description">Required so that you can scan the image of the scanner to pay</string>
|
||||
<string name="contact">Contacts</string>
|
||||
<string name="contact_permission_description">To allow UPI payments to your contacts.</string>
|
||||
<string name="contact_permission_title">Allow contact permission</string>
|
||||
@@ -250,20 +152,8 @@
|
||||
<string name="navi_pay_qr_error_title">Invalid QR code</string>
|
||||
<string name="navi_pay_qr_error_description">The QR code you scanned is not a valid UPI QR code</string>
|
||||
<string name="navi_pay_no_qr_found">No valid code found in the uploaded image.</string>
|
||||
<string name="complaint_status_complaint_closed">Complaint closed</string>
|
||||
<string name="complaint_status_complaint_pending">Pending</string>
|
||||
<string name="complaint_status_complaint_failed">Failure</string>
|
||||
<string name="complaint_detail_status_complaint_failed">Complaint failed</string>
|
||||
<string name="complaint_detail_status_description_complaint_pending">Generally takes 5–7 days</string>
|
||||
<string name="complaint_detail_status_description_complaint_closed">Your complaint has been closed</string>
|
||||
<string name="complaint_detail_status_description_complaint_failed">Generally fails due to generic reason</string>
|
||||
<string name="complaint_id">Complaint ID</string>
|
||||
<string name="payment">Payment</string>
|
||||
<string name="query_selection_title">What issue are you facing?</string>
|
||||
<string name="raising_a_query_header">Raising a query</string>
|
||||
<string name="autopay_details">Autopay details</string>
|
||||
<string name="request_sent_successfully">Request sent successfully</string>
|
||||
<string name="request_sent_success_description">Your request of ₹%s has been\nsuccessfully sent to %s.</string>
|
||||
<string name="auto_pay_tab_header_active">Active</string>
|
||||
<string name="auto_pay_tab_header_pending">Pending</string>
|
||||
<string name="auto_pay_tab_header_completed">Completed</string>
|
||||
@@ -275,13 +165,8 @@
|
||||
<string name="previous_transactions">Previous transactions</string>
|
||||
<string name="pause_auto_pay">Pause autopay</string>
|
||||
<string name="pause_auto_top_up">Pause auto top-up</string>
|
||||
<string name="modify_auto_top_up">Modify auto top-up</string>
|
||||
<string name="cancel_auto_pay">Cancel autopay</string>
|
||||
<string name="delete_auto_top_up">Delete auto top-up</string>
|
||||
<string name="pause_autopay_start_date_title">From</string>
|
||||
<string name="pause_autopay_end_date_title">Pause till</string>
|
||||
<string name="no">No</string>
|
||||
<string name="yes_pause">Yes pause</string>
|
||||
<string name="auto_pay_cancel_warning_header">Delete autopay for %s?</string>
|
||||
<string name="delete_lite_auto_top_up_warning_header">Delete UPI Lite auto top-up</string>
|
||||
<string name="resume_lite_auto_top_up_header">Resume UPI Lite auto top-up</string>
|
||||
@@ -296,41 +181,32 @@
|
||||
<string name="lite_auto_top_up_resume_to_delete_description">Please resume the auto top-up first to delete the auto top-up.</string>
|
||||
<string name="auto_pay_resume_to_delete_description">Please resume the autopay first to delete the autopay.</string>
|
||||
<string name="auto_pay_resume_description">Autopay for %s will be continued again from %s.</string>
|
||||
<string name="request_pending">Request pending</string>
|
||||
<string name="pending_payment_description">We are still processing your request.</string>
|
||||
<string name="go_to_transaction_history">Go to transaction history</string>
|
||||
<string name="no_blocked_users_message">No blocked user</string>
|
||||
<string name="no_blocked_users_message_desc">List of blocked users will appear here</string>
|
||||
<string name="remarks_placeholder">Add your notes</string>
|
||||
<string name="np_remarks_placeholder_v2">Add notes</string>
|
||||
<string name="user_blocked_successfully">User blocked successfully</string>
|
||||
<string name="user_blocked_and_spam_successfully">User has been marked as spam & blocked successfully</string>
|
||||
<string name="np_pay">Pay</string>
|
||||
<string name="pay_now">Pay now</string>
|
||||
<string name="np_pay_x">Pay ₹%s</string>
|
||||
<string name="invalid_vpa">Invalid VPA</string>
|
||||
<string name="redirecting">Redirecting…</string>
|
||||
<string name="navi_pay_autopay_setup_successful">Autopay set up successful</string>
|
||||
<string name="autopay_setup_fail">Autopay setup failed</string>
|
||||
<string name="pause_the_autopay_till">Pause the autopay till %s?</string>
|
||||
<string name="pausing_autopay">Pausing autopay</string>
|
||||
<string name="pausing_auto_topup">Pausing auto top-up</string>
|
||||
<string name="modifying_auto_topup">Modifying auto top-up amount for UPI Lite</string>
|
||||
<string name="autopay_paused_till_x">Autopay paused till %s</string>
|
||||
<string name="auto_top_up_paused_successfully">Auto top-up paused successfully</string>
|
||||
<string name="autotopup_paused_till">Auto top-up paused till %s</string>
|
||||
<string name="autopay_paused_till">Auto pay paused till %s</string>
|
||||
<string name="resuming_autopay">Resuming autopay</string>
|
||||
<string name="resuming_auto_top_up">Resuming auto top-up</string>
|
||||
<string name="autopay_unpaused_successfully">Autopay resumed successfully</string>
|
||||
<string name="auto_top_up_unpaused_successfully">Auto top-up resumed successfully</string>
|
||||
<string name="autotopup_unpaused_successfully">Auto top-up resumed successfully</string>
|
||||
<string name="resume_autopay">Resume autopay</string>
|
||||
<string name="revoking_autopay">Deleting autopay</string>
|
||||
<string name="revoking_auto_top_up">Deleting auto top-up</string>
|
||||
<string name="autopay_revoked_successfully">Autopay deleted successfully</string>
|
||||
<string name="auto_top_up_revoked_successfully">Auto top-up deleted successfully</string>
|
||||
<string name="processing">Processing</string>
|
||||
<string name="autopay_date_value">%s till %s</string>
|
||||
<string name="active_autopay_empty_message">No ongoing autopay</string>
|
||||
<string name="active_autopay_empty_message_desc">List of ongoing autopay will appear here</string>
|
||||
@@ -338,12 +214,8 @@
|
||||
<string name="pending_autopay_empty_message_desc">List of pending autopay will appear here</string>
|
||||
<string name="closed_autopay_empty_message">No closed autopay</string>
|
||||
<string name="closed_autopay_empty_message_desc">List of closed autopay will appear here</string>
|
||||
<string name="autopay_processing_bottom_sheet_header">Autopay setup processing</string>
|
||||
<string name="autopay_processing_bottom_sheet_description">Please wait, this might take a few minutes.</string>
|
||||
<string name="go_back_camel_case">Go back</string>
|
||||
<string name="beneficiary_details">Beneficiary details</string>
|
||||
<string name="frequency">Frequency</string>
|
||||
<string name="will_be_paid_by">Will be paid by</string>
|
||||
<string name="add_another_upi_number">Add another UPI number</string>
|
||||
<string name="add">Add</string>
|
||||
<string name="add_and_set_auto_top_up">Add ₹%s and set auto top-up</string>
|
||||
@@ -353,32 +225,22 @@
|
||||
<string name="link_phone_number_instruction">Note : Link your phone number as UPI number to your primary bank account</string>
|
||||
<string name="np_upi_number_deleted_successfully">UPI number deleted successfully</string>
|
||||
<string name="np_number_deleted_successfully">Number deleted successfully</string>
|
||||
<string name="np_upi_number_added_successfully">UPI number added successfully</string>
|
||||
<string name="np_upi_number_linked_successfully">UPI number linked successfully</string>
|
||||
<string name="np_bank_changed_successfully">Bank changed successfully</string>
|
||||
<string name="np_upi_number_restored_successfully">UPI number restored successfully</string>
|
||||
<string name="np_number_restored_successfully">Number restored successfully</string>
|
||||
<string name="activate">Activate</string>
|
||||
<string name="restore">Restore</string>
|
||||
<string name="restore_x_as_upi_number">Restore %s as UPI number</string>
|
||||
<string name="activate_upi_number_confirmation_message">This number will be linked to bank account %s and can be used to receive UPI payments.</string>
|
||||
<string name="np_restore">Restore</string>
|
||||
<string name="restoring_upi_number">Restoring UPI number</string>
|
||||
<string name="upi_number_activation_loading_message">Usually takes a few seconds. Please do not go back or close the app.</string>
|
||||
<string name="link_to_other_bank_account">Link to other bank account</string>
|
||||
<string name="deactivate">Deactivate</string>
|
||||
<string name="delete_upi_number">Delete UPI number</string>
|
||||
<string name="deactivating_upi_number">Deactivating UPI number</string>
|
||||
<string name="select_bank_to_link_as_upi_number">Select bank account to link %s as UPI number</string>
|
||||
<string name="select_bank_to_link_as_upi_number_description">You will receive money in the below account.</string>
|
||||
<string name="deleting_upi_number">Deleting UPI number</string>
|
||||
<string name="delete_upi_number_vpa_loading_message">Usually takes a few seconds. Please do not go back or close the app.</string>
|
||||
<string name="link">Link</string>
|
||||
<string name="linking_account">Linking account</string>
|
||||
<string name="linking">Linking</string>
|
||||
<string name="change_upi_number_vpa_loading_message">Usually takes a few seconds. Please do not go back or close the app.</string>
|
||||
<string name="upi_number_linked_success_message">Your UPI number has been\nsuccessfully linked to %s</string>
|
||||
<string name="activating_account_number">Activating UPI number</string>
|
||||
<string name="link_upi_number_to_navipay">Link UPI number to Navi UPI</string>
|
||||
<string name="x_is_linked_to_external_upi">%s is linked to an external UPI.</string>
|
||||
<string name="are_you_sure_link_number_to_navi_pay">Are you sure you want to link your number to Navi UPI?</string>
|
||||
@@ -391,23 +253,12 @@
|
||||
<string name="transaction_status_payment_expired">Expired</string>
|
||||
<string name="transaction_status_payment_collect_request_pending">Awaiting payment</string>
|
||||
<string name="transaction_status_payment_collect_request_declined">Declined</string>
|
||||
<string name="transaction_detail_status_message_request_money">You have requested money from</string>
|
||||
<string name="transaction_detail_status_message_credit">You have received money from</string>
|
||||
<string name="transaction_detail_status_message_collect_request">You got a money request from</string>
|
||||
<string name="transaction_detail_status_message_debit">You sent money to</string>
|
||||
<string name="empty" />
|
||||
<string name="paid_successfully">Paid successfully</string>
|
||||
<string name="empty_complaint_list_screen_message">You do not have any active tickets</string>
|
||||
<string name="bank_is_working_on_it">Bank is working on it</string>
|
||||
<string name="name_changed_successful">Name change successful</string>
|
||||
<string name="upi_number">UPI number</string>
|
||||
<string name="linked_bank">Linked bank</string>
|
||||
<string name="enter_your_upi_number">Enter your preferred UPI number</string>
|
||||
<string name="create_upi_number">Create UPI number</string>
|
||||
<string name="upi_number_rules">UPI number rules</string>
|
||||
<string name="check_availability">Check availability</string>
|
||||
<string name="upi_number_placeholder">Type UPI number here</string>
|
||||
<string name="upi_number_is_available">This UPI number is available</string>
|
||||
<string name="confirm_x_as_upi_number">Confirm %s as UPI number</string>
|
||||
<string name="you_will_receive_money_on_upi_number_in_your_bank">You will receive money using this UPI number in your bank %s.</string>
|
||||
<string name="pay_rupees_x">Pay ₹%s</string>
|
||||
@@ -415,46 +266,25 @@
|
||||
<string name="navi_pay_channel_name">Navi UPI</string>
|
||||
<string name="default_navi_pay_notification_title">Default NaviPay Notification Title</string>
|
||||
<string name="default_navi_pay_notification_body">Default NaviPay Notification Body</string>
|
||||
<string name="payment_failure">Payment failure</string>
|
||||
<string name="payment_declined">Payment declined</string>
|
||||
<string name="decline_bind_device_header">Unable to verify account</string>
|
||||
<string name="decline_bind_device_description">Please stay on the app until verification process is done. Closing the app can stop the verification process.</string>
|
||||
<string name="please_login_to_access_navi_pay">Please login to access Navi UPI</string>
|
||||
<string name="navi_pay_rooted_device_error">You cannot use Navi UPI on a rooted device</string>
|
||||
<string name="unable_to_access_navi_pay">Unable to access Navi UPI</string>
|
||||
<string name="pause_start_date">Pause start date</string>
|
||||
<string name="pause_end_date">Pause end date</string>
|
||||
<string name="add_account_to_navi_pay_header">Add to Navi UPI</string>
|
||||
<string name="skip">Skip</string>
|
||||
<string name="upi_number_info_title">Receive money from any UPI app</string>
|
||||
<string name="upi_number_info_message">Set UPI Number to easily receive money from any UPI app using your phone number.</string>
|
||||
<string name="upi_number_added_successfully">UPI number added successfully!</string>
|
||||
<string name="now_you_can_use_mob_as_your_upi_id_to_receive_payments">Now you can use “%s” as your UPI ID to receive payments.</string>
|
||||
<string name="add_account_to_navi_pay_description">Please choose from the below options</string>
|
||||
<string name="how_would_you_like_to_proceed">How would you like to proceed?</string>
|
||||
<string name="add_account_type_selection_bank_header">Bank account</string>
|
||||
<string name="add_account_credit_line">Credit line</string>
|
||||
<string name="credit_line_details">Credit line details</string>
|
||||
<string name="all_major_banks_accepted">All major banks accepted</string>
|
||||
<string name="add_account_type_selection_credit_card_header">Credit card</string>
|
||||
<string name="add_account_type_selection_credit_card_description">Only RuPay cards accepted</string>
|
||||
<string name="next">Next</string>
|
||||
<string name="select_credit_card">Select Credit Card</string>
|
||||
<string name="select_credit_card_bank_header">Add your RuPay credit card linked with +91-%s</string>
|
||||
<string name="select_credit_line_header">Add your credit line account linked with +91-%s</string>
|
||||
<string name="select_your_credit_card">Select your credit card</string>
|
||||
<string name="add_card">Add card</string>
|
||||
<string name="credit_card_bank_no_account_found_header">No RuPay credit card found</string>
|
||||
<string name="credit_card_bank_no_account_found_description">No RuPay credit card found linked to this phone number for the selected bank</string>
|
||||
<string name="credit_line_no_account_found_header">No credit line account found</string>
|
||||
<string name="credit_line_no_account_found_description">No credit line account found linked to this phone number for the selected bank.</string>
|
||||
<string name="card">Card</string>
|
||||
<string name="np_credit_card_transaction_not_supported">Credit card is not supported for this transaction</string>
|
||||
<string name="np_credit_line_transaction_not_supported">Credit line is not supported for this transaction</string>
|
||||
<string name="np_payment_method_transaction_not_supported">Not supported for this transaction</string>
|
||||
<string name="np_supported_up_to_amount_limit">Only supported for transaction up to ₹%s</string>
|
||||
<string name="account_numbers_mismatch">Account number mismatch</string>
|
||||
<string name="frequently_asked_questions">Frequently asked questions</string>
|
||||
<string name="how_to_use_upi">How to use UPI?</string>
|
||||
<string name="x_languages">(%d Languages)</string>
|
||||
<string name="audio_x">Audio : %s</string>
|
||||
@@ -463,52 +293,18 @@
|
||||
<string name="back">Back</string>
|
||||
<string name="play_video">Play video</string>
|
||||
<string name="navi_pay_app_widget_description">This is widget for Navi UPI to use Scan & Pay</string>
|
||||
<string name="learn_how_to_use_upi">Learn how to use UPI?</string>
|
||||
<string name="upi_lite">UPI Lite</string>
|
||||
<string name="amount_0_place_holder">0.00</string>
|
||||
<string name="upi_lite_max_amount_message">You can add upto ₹2,000 to your wallet</string>
|
||||
<string name="bank_account_pin_not_set_message">PIN not set for this account</string>
|
||||
<string name="add_amount">Add amount</string>
|
||||
<string name="add_rupees">Add ₹%s</string>
|
||||
<string name="account_adding_in_progress_header">Account adding in progress</string>
|
||||
<string name="account_adding_in_progress_description">Please do not go back or close the screen.</string>
|
||||
<string name="choose_other">Choose other</string>
|
||||
<string name="intro_permission_title">Let\'s get started with Navi UPI</string>
|
||||
<string name="intro_permission_subtitle">One-time process to set up account</string>
|
||||
<string name="your_data_is_secure">Your data is secure</string>
|
||||
<string name="add_bank_account">Add bank account</string>
|
||||
<string name="add_account">Add account</string>
|
||||
<string name="add_rupay_credit_card">Add RuPay credit card</string>
|
||||
<string name="add_credit_line">Add credit line</string>
|
||||
<string name="add_account_or_credit_card">Add account / Credit card</string>
|
||||
<string name="add_credit_line_or_credit_card">Add Credit line/ Credit card</string>
|
||||
<string name="quit_navi_pay_confirmation_title">You will lose your progress!</string>
|
||||
<string name="quit_navi_pay_confirmation_description">Your account set up is almost completed. You will have to restart your journey.</string>
|
||||
<string name="stay">Stay</string>
|
||||
<string name="quit">Quit</string>
|
||||
<string name="creating">Creating </string>
|
||||
<string name="creating_account_description">A platform for super-fast payments!\nOur best people are on it.</string>
|
||||
<string name="building">Building</string>
|
||||
<string name="building_account_description">A secure network for your transactions!\nYour money is in safe hands.</string>
|
||||
<string name="setting_up">Setting Up</string>
|
||||
<string name="setting_up_account_description">A smooth and seamless experience!\nAll your payments in one place.</string>
|
||||
<string name="set_upi_pin_for_this_account">Set UPI PIN for this account</string>
|
||||
<string name="np_upi_pin_not_set">UPI PIN not set</string>
|
||||
<string name="mpin_not_set">UPI PIN is not set for this account</string>
|
||||
<string name="make_account_primary_loader_header">Setting primary account</string>
|
||||
<string name="delete_account_loader_header">Removing account from Navi UPI</string>
|
||||
<string name="unable_to_remove_account">Unable to remove account</string>
|
||||
<string name="unable_to_remove_account_description">Your account has an active UPI Lite wallet. Please deactivate your UPI lite wallet to remove this account</string>
|
||||
<string name="balance_screen_header">Balance</string>
|
||||
<string name="max_pin_attempt_reached_header">Maximum pin attempts reached!</string>
|
||||
<string name="max_pin_attempt_reached_description">You have entered the wrong pin too many times. Please retry after 24 hrs or reset your UPI PIN and try again.</string>
|
||||
<string name="reset_pin">Re-set PIN</string>
|
||||
<string name="verifying_upi_id_header">Verifying UPI ID</string>
|
||||
<string name="merchant_vpa_send_money_error">You cannot send money to merchant UPI ID. Please send via contact number or scan and pay</string>
|
||||
<string name="merchant_vpa_request_money_error">You cannot request money to merchant UPI ID</string>
|
||||
<string name="self_upi_id_request_money_error">You cannot request money from your own VPA</string>
|
||||
<string name="upi_number_menu_sheet_title">UPI number %s</string>
|
||||
<string name="expires_on_date">Expires on %s</string>
|
||||
<string name="blocked_on">Blocked on %s</string>
|
||||
<string name="unblocking_x">Unblocking %s</string>
|
||||
<string name="send_money_to_contacts">Send to mobile number</string>
|
||||
@@ -516,15 +312,11 @@
|
||||
<string name="search_name_or_mobile">Search name or mobile number</string>
|
||||
<string name="initiating">Initiating</string>
|
||||
<string name="initiating_description">We are fetching your details. \nPlease do not go back or close the screen.</string>
|
||||
<string name="sending_to">To: %s</string>
|
||||
<string name="np_send_money_header_title">Paying to</string>
|
||||
<string name="np_send_money_collect_request_header_title">Requested by</string>
|
||||
<string name="request_money_from">From: %s</string>
|
||||
<string name="paid">Paid</string>
|
||||
<string name="to">To</string>
|
||||
<string name="np_payment_to">Payment to</string>
|
||||
<string name="np_paid_to">Paid to</string>
|
||||
<string name="payment_status">Payment status</string>
|
||||
<string name="successful">Successful</string>
|
||||
<string name="debited_from">Debited from</string>
|
||||
<string name="debit_from">Debit from</string>
|
||||
@@ -535,7 +327,6 @@
|
||||
<string name="received_in">Received in</string>
|
||||
<string name="initiated_to">Initiated to</string>
|
||||
<string name="credited_to">Credited to</string>
|
||||
<string name="payment_of">Payment of</string>
|
||||
<string name="in_progress">In progress</string>
|
||||
<string name="initiated_from">Initiated from</string>
|
||||
<string name="transferred_from">Transferred from</string>
|
||||
@@ -551,27 +342,17 @@
|
||||
<string name="processing_top_up">Processing top-up</string>
|
||||
<string name="top_up_failed">Top-up failed</string>
|
||||
<string name="top_up_successful">Top-up successful</string>
|
||||
<string name="you_requested">You requested</string>
|
||||
<string name="transfer_successful">Transfer successful</string>
|
||||
<string name="transfer_failed">Transfer failed</string>
|
||||
<string name="processing_transfer">Processing transfer</string>
|
||||
<string name="processing_auto_debit">Processing auto-debit</string>
|
||||
<string name="auto_debit_failed">Auto-debit failed</string>
|
||||
<string name="auto_debit_successful">Auto-debit successful</string>
|
||||
<string name="request_status">Request status</string>
|
||||
<string name="failed">Failed</string>
|
||||
<string name="requested_in">Requested in</string>
|
||||
<string name="requested_to">Requested to</string>
|
||||
<string name="awaiting_payment">Awaiting payment</string>
|
||||
<string name="request_declined">Request declined</string>
|
||||
<string name="expired">Expired</string>
|
||||
<string name="received_request_of">Received request of</string>
|
||||
<string name="you_declined_this_request">You declined this request</string>
|
||||
<string name="type">Type</string>
|
||||
<string name="autopay">Autopay</string>
|
||||
<string name="new_contact">New contact</string>
|
||||
<string name="payment_summary">Payment summary</string>
|
||||
<string name="initiating_request">Initiating request</string>
|
||||
<string name="payment_in_progress">Payment of ₹%s in progress</string>
|
||||
<string name="payment_in_progress_v2">Payment of ₹%s is in progress</string>
|
||||
<string name="amount_paid_successfully">₹%s paid successfully</string>
|
||||
@@ -582,23 +363,14 @@
|
||||
<string name="declining_request">Declining request</string>
|
||||
<string name="block_user_confirmation_description">%s will not be able to request money from you after being blocked.</string>
|
||||
<string name="declined_request_successfully">Request declined successfully</string>
|
||||
<string name="verifying_qr_code">Verifying QR code</string>
|
||||
<string name="setting_up_autopay_of_x">Setting up autopay of ₹%s</string>
|
||||
<string name="autopay_summary">Autopay summary</string>
|
||||
<string name="autopay_of_x">Autopay of ₹%s</string>
|
||||
<string name="autopay_of_upto_x">Autopay of up to ₹%s</string>
|
||||
<string name="for_x">For %s</string>
|
||||
<string name="autopay_setup_status">Autopay setup status</string>
|
||||
<string name="couldnt_find_this_bank">Couldn’t find this bank.</string>
|
||||
<string name="deregister">Deregister</string>
|
||||
<string name="deregistering_from_navi_pay">Deregistering from Navi UPI</string>
|
||||
<string name="deregister_from_navi_pay_title">Deregister from Navi UPI?</string>
|
||||
<string name="deregister_from_navi_pay_menu_option">Deregister from Navi UPI</string>
|
||||
<string name="deregister_bottom_sheet_message">You will not be able to make any further payments using your Navi UPI ID. Do you still want to deregister from Navi UPI?</string>
|
||||
<string name="navi_pay_no_internet_connection_error">No internet connection!</string>
|
||||
<string name="upi_id_with_label">UPI ID: %s</string>
|
||||
<string name="invalid_bank_details">Invalid bank details!</string>
|
||||
<string name="new_upi_number_add_success_message">UPI number added successfully</string>
|
||||
<string name="set_pin_confirmation_title">Set UPI PIN to check balance</string>
|
||||
<string name="set_pin_confirmation_description">Please set up a UPI PIN for %s to check balance.</string>
|
||||
<string name="set_pin_confirmation_primary_button_text">Set UPI PIN</string>
|
||||
@@ -606,16 +378,9 @@
|
||||
<string name="pin_set_success_check_balance_description">UPI PIN for your account %s has been set successfully. You can check your balance anytime.</string>
|
||||
<string name="permission_highlighted_text">Navi UPI</string>
|
||||
<string name="np_view_details">View details</string>
|
||||
<string name="how_to_support_ticket">How to raise a support ticket?</string>
|
||||
<string name="raise_query_instruction_1">1 - Go to your transaction history.</string>
|
||||
<string name="raise_query_instruction_2">2 - Open a transaction.</string>
|
||||
<string name="raise_query_instruction_3">3 - Click on need support and pick a reason.</string>
|
||||
<string name="raise_query_instruction_4">4 - Click on continue to support ticket.</string>
|
||||
<string name="support_ticket_instruction_note">Note : A support ticket can be raised only for selected transactions</string>
|
||||
<string name="navi_pay_invalid_debit_card_expiry_date">Invalid debit card expiry date</string>
|
||||
<string name="navi_pay_invalid_credit_card_expiry_date">Invalid credit card expiry date</string>
|
||||
<string name="navi_pay_payment_successful">Payment successful</string>
|
||||
<string name="navi_pay_received_successfully">Received successfully</string>
|
||||
<string name="navi_pay_payment_received">Payment received</string>
|
||||
<string name="navi_pay_in_progress">In progress</string>
|
||||
<string name="navi_pay_processing_payment">Processing payment</string>
|
||||
@@ -625,27 +390,15 @@
|
||||
<string name="navi_pay_request_declined">Request declined</string>
|
||||
<string name="navi_pay_by">By</string>
|
||||
<string name="navi_pay_requested_by">Requested by</string>
|
||||
<string name="navi_pay_your_request_expired">Your request expired</string>
|
||||
<string name="navi_pay_request_expired">Request expired</string>
|
||||
<string name="navi_pay_notes">Notes</string>
|
||||
<string name="navi_pay_payment_pending_description">Please don\'t retry the payment. We will update the payment status soon. Don\'t worry! Your money is in safe hands!</string>
|
||||
<string name="navi_pay_up_to">Up to</string>
|
||||
<string name="navi_pay_npci_how_to_use_header">How to ensure secure UPI payments?</string>
|
||||
<string name="navi_pay_npci_recommendation_header">Best Practices to Follow!</string>
|
||||
<string name="navi_pay_npci_recommendation_verify_sender_id">Always verify & confirm the sender\'s UPI ID</string>
|
||||
<string name="navi_pay_npci_recommendation_change_pin">Regularly change UPI PIN avoid fraud</string>
|
||||
<string name="navi_pay_npci_recommendation_donot_share_pin">Do not share your UPI PIN with anybody</string>
|
||||
<string name="navi_pay_npci_recommendation_collect_request_mandate">Never accept collect money / auto-mandate request from unknown UPI ID.</string>
|
||||
<string name="np_mandate_amount_consent_message_for_role_max">This amount will be transferred from your account to %s %s till %s.</string>
|
||||
<string name="np_mandate_amount_consent_message">will be transferred from your account to %s %s till %s.</string>
|
||||
<string name="need_support">Need support?</string>
|
||||
<string name="np_fetching">Fetching</string>
|
||||
<string name="np_fetching_description">We are fetching your details. Please do not go back or close the screen.</string>
|
||||
<string name="scan_any_qa_code">Scan any QR code</string>
|
||||
<string name="from_x">From: %s</string>
|
||||
<string name="no_bank_account_linked">No bank account linked</string>
|
||||
<string name="scan_and_pay_using">Pay using any UPI app</string>
|
||||
<string name="pay_again">Pay again</string>
|
||||
<string name="np_transaction_history_search_placeholder">Search name, UPI ID or amount</string>
|
||||
<string name="np_months_tag">Months</string>
|
||||
<string name="np_categories_tag">Category</string>
|
||||
@@ -660,7 +413,6 @@
|
||||
<string name="np_transaction_payment_mode_credit_line">Credit line on UPI</string>
|
||||
<string name="np_transaction_payment_mode_upi_lite">UPI Lite</string>
|
||||
<string name="np_transaction_payment_mode_debit_card">Debit card</string>
|
||||
<string name="np_transaction_payment_mode_net_banking">Net banking</string>
|
||||
<string name="np_transaction_status_successful">Successful</string>
|
||||
<string name="np_apply">Apply</string>
|
||||
<string name="np_clear_all">Clear all</string>
|
||||
@@ -670,11 +422,8 @@
|
||||
<string name="np_transaction_status_header">Status</string>
|
||||
<string name="np_transaction_list_empty_title">No transactions found</string>
|
||||
<string name="np_transaction_list_empty_description">Make payments to see history here</string>
|
||||
<string name="np_no_valid_code_found_in_the_uploaded_image">No valid code found in the uploaded\nimage.</string>
|
||||
<string name="lite_non_boarded_title">Faster, pin-less payments!</string>
|
||||
<string name="upi_lite_balance">UPI Lite balance</string>
|
||||
<string name="add_amount_to">Add amount to </string>
|
||||
<string name="upi_lite_default_amount_text">You can add upto ₹%s to your UPI Lite</string>
|
||||
<string name="upi_lite_max_default_amount_text">Maximum UPI lite balance can be ₹%s</string>
|
||||
<string name="upi_lite_invalid_amount_text">Add any amount between ₹1 - ₹</string>
|
||||
<string name="upi_lite_invalid_amount_text_zero">Add any amount between ₹0 - ₹</string>
|
||||
@@ -683,18 +432,13 @@
|
||||
<string name="disable_without_balance">You can activate your UPI lite again anytime in the future.</string>
|
||||
<string name="disable_with_balance">Your UPI Lite balance ₹%s will be transferred back to your %s account.</string>
|
||||
<string name="disable_with_balance_mandate">Enter UPI PIN in the next step to delete UPI Lite auto top-up. Balance of ₹%s will be transferred back to your %s account.</string>
|
||||
<string name="lite_account_setup">This account can be used to add money to UPI Lite</string>
|
||||
<string name="lite_account_already_active">Only this account can be used to add money to UPI Lite</string>
|
||||
<string name="np_lite_account_already_active_future">Only selected account can be used to add balance in the future.</string>
|
||||
<string name="np_account_used_to_add_lite_balance">Only this a/c can be used to add balance</string>
|
||||
<string name="lite_not_supported">This account does not support UPI Lite</string>
|
||||
<string name="np_insufficient_lite_balance">UPI Lite balance is insufficient</string>
|
||||
<string name="np_max_payable_amount">UPI Lite allows a transaction up to a maximum of ₹500</string>
|
||||
<string name="available_lite_balance">Available Balance:</string>
|
||||
<string name="balance">Balance:</string>
|
||||
<string name="from_upi_lite">From: UPI Lite</string>
|
||||
<string name="np_balance_in_upi_lite"> • Balance : ₹%s</string>
|
||||
<string name="lite_sync_required">Lite sync required </string>
|
||||
<string name="navi_pay_add_other_account">Add account</string>
|
||||
<string name="disabling_upi_lite">Disabling UPI Lite</string>
|
||||
<string name="disabling_upi_lite_desc">This should take less than few seconds</string>
|
||||
@@ -708,36 +452,28 @@
|
||||
<string name="upi_lite_unavailable">UPI Lite is not available right now</string>
|
||||
<string name="bank_not_support_auto_top_up">This bank does not support auto top-up</string>
|
||||
<string name="upi_lite_unavailable_desc">There seems to be some issue with your UPI Lite wallet. Please try again after sometime.</string>
|
||||
<string name="disabling_upi_lite_in_progress">Disabling UPI Lite in progress</string>
|
||||
<string name="np_upi_lite_device_mismatch_title">UPI Lite is already active on an iOS device</string>
|
||||
<string name="upi_lite_device_mismatch_desc">UPI Lite can only be active on one device at a time. To enable it here, please disable it on your iOS device.</string>
|
||||
<string name="disabling_upi_lite_in_progress_desc">This may take sometime.\nNo action is pending from your end.</string>
|
||||
<string name="upi_lite_txn_in_progress_title">Transaction in progress</string>
|
||||
<string name="upi_lite_txn_in_progress_desc">Your previous transaction is in progress. Please come back after sometime to check updated balance.</string>
|
||||
<string name="upi_lite_max_wallet_balance">Your UPI Lite balance looks great. You will be able to add balance when your balance is below ₹</string>
|
||||
<string name="upi_lite_not_supported">Oh-oh.\nYour device does not support UPI Lite.\nPlease make sure your android version is updated</string>
|
||||
<string name="enter_amount">Enter amount</string>
|
||||
<string name="maximum">Maximum</string>
|
||||
<string name="np_upi_lite_sync_needed">UPI Lite is temporarily unavailable</string>
|
||||
<string name="disable_upi_lite_info">Disable UPI Lite</string>
|
||||
<string name="about_upi_lite_info">About UPI Lite</string>
|
||||
<string name="view_less">View less</string>
|
||||
<string name="view_more">View more</string>
|
||||
<string name="three_dots">... </string>
|
||||
<string name="otp_send_aadhaar">An OTP will be sent to\u0020</string>
|
||||
<string name="dot">.</string>
|
||||
<string name="ensure_number">Ensure this number is linked to your Aadhaar.</string>
|
||||
<string name="setup_account_aadhaar">Set up account</string>
|
||||
<string name="set_upi_pin_bank">Set UPI PIN for your\u0020%s</string>
|
||||
<string name="enter_aadhaar">Enter your Aadhaar number</string>
|
||||
<string name="np_aadhaar_card">Aadhaar card</string>
|
||||
<string name="np_debit_card">Debit card</string>
|
||||
<string name="np_send_otp">Send OTP</string>
|
||||
<string name="aadhaar_verification_pin">Aadhaar verification to set UPI PIN</string>
|
||||
<string name="np_terms_conditions">Terms and conditions</string>
|
||||
<string name="india_country_code_space">+91\u0020</string>
|
||||
<string name="enter_aadhaar_first_six">Enter first 6 digits of your Aadhaar number</string>
|
||||
<string name="set_via_aadhaar">Or set via Aadhaar verification</string>
|
||||
<string name="np_saved_beneficiary_search_bar_placeholder">Search UPI ID, UPI number or bank account</string>
|
||||
<string name="np_saved_beneficiary_upi_id_tab">UPI IDs</string>
|
||||
<string name="np_saved_beneficiary_bank_accounts_tab">Bank accounts</string>
|
||||
@@ -747,9 +483,7 @@
|
||||
<string name="np_saved_beneficiary_invalid_vpa_description">Please try with some other UPI ID. This UPI ID will be removed from the list.</string>
|
||||
<string name="np_phone_contact_not_linked_header">Contact number is not linked to UPI</string>
|
||||
<string name="np_phone_contact_not_linked_description">This contact number is not linked as UPI number. Please try sending via UPI ID or scan their QR.</string>
|
||||
<string name="np_frequent_transactions_header">Frequent transactions</string>
|
||||
<string name="np_self_transfer">Self transfer</string>
|
||||
<string name="np_sent">Sent</string>
|
||||
<string name="np_saved_beneficiary_empty_list_description">Send and receive money with ease</string>
|
||||
<string name="np_saved_beneficiary_screen_header">Pay UPI ID or bank</string>
|
||||
<string name="lite_tnc">By continuing, you agree to Navi’s T&C</string>
|
||||
@@ -767,71 +501,42 @@
|
||||
<string name="np_aadhaar_consent_checkbox_text">I consent to use my Aadhaar to verify my account\u0020</string>
|
||||
<string name="np_tnc">T&C</string>
|
||||
<string name="np_with">With\u0020%s</string>
|
||||
<string name="np_share_receipt">Share\nreceipt</string>
|
||||
<string name="np_share_receipt_same_line">Share receipt</string>
|
||||
<string name="np_check_balance">Check\nbalance</string>
|
||||
<string name="np_autopay_details_same_line">Autopay details</string>
|
||||
<string name="np_auto_top_up_details_same_line">Auto top-up details</string>
|
||||
<string name="np_transaction_history">Transaction\nhistory</string>
|
||||
<string name="np_pay_again">Pay\nagain</string>
|
||||
<string name="np_pay_again_same_line">Pay again</string>
|
||||
<string name="np_add_money">Add\nmoney</string>
|
||||
<string name="np_add_money_same_line">Add balance</string>
|
||||
<string name="np_send_money">Send\nmoney</string>
|
||||
<string name="np_send_money_same_line">Send money</string>
|
||||
<string name="np_transfer_again">Transfer\nagain</string>
|
||||
<string name="np_transfer_again_same_line">Transfer again</string>
|
||||
<string name="single_account_added_header">Easily transfer money from \none account to another</string>
|
||||
<string name="np_transfer_money_btw_acc">Transfer money between accounts</string>
|
||||
<string name="single_account_added_desc">To start transferring funds, you need at least two savings accounts. Let\'s get started.</string>
|
||||
<string name="send_money_to">Send money to</string>
|
||||
<string name="payable_amount">Payable amount</string>
|
||||
<string name="self_transfer_to">Self transfer to %s</string>
|
||||
<string name="credit_account_self_transfer">Payment method is not supported for this transaction</string>
|
||||
<string name="lite_same_bank_self_transfer">UPI Lite transactions are currently not available for same bank-transfers.</string>
|
||||
<string name="np_self_transfer_add_bank_account">Add bank account</string>
|
||||
<string name="np_bank_down_message">This bank is temporarily unavailable</string>
|
||||
<string name="np_bank_warning_message">This bank is facing a low success rate</string>
|
||||
<string name="np_bank_warning_message_v2">This bank is facing low success rate</string>
|
||||
<string name="np_psp_down_message_title">Payment service unavailable</string>
|
||||
<string name="np_psp_down_message_desc">Unfortunately, our payment services are under maintenance. Please try again after sometime.</string>
|
||||
<string name="np_try_after_some_time">Try after some time</string>
|
||||
<string name="np_view_transaction_details">View transaction details</string>
|
||||
<string name="np_hide_transaction_details">Hide transaction details</string>
|
||||
<string name="np_start_pin_less_payments">Start PIN less payments</string>
|
||||
<string name="np_cancel_payment">Cancel payment</string>
|
||||
<string name="np_view_history">View history</string>
|
||||
<string name="np_view_new_line_history">View\nhistory</string>
|
||||
<string name="np_payee_level_empty_description">You have not made any transaction with \n %s on Navi. Make your first transaction.</string>
|
||||
<string name="np_payee_level_empty_description_v2">You have not made any transaction with \n %s... on Navi. Make your first transaction.</string>
|
||||
<string name="np_payee_level_empty_description_for_bank_transfer_v2">You have not transferred money to \n %s...-%s on Navi. Transfer money now.</string>
|
||||
<string name="np_paid_from">Paid from</string>
|
||||
<string name="np_payment_mode_net_banking">Via net banking</string>
|
||||
<string name="np_payment_mode_card">Via card</string>
|
||||
<string name="np_payment_mode_upi">Via UPI</string>
|
||||
<string name="np_payment_mode_upi_tpap">Paid via</string>
|
||||
<string name="np_credit_account_not_supported_self_transfers">Credit accounts are not supported for self transfer</string>
|
||||
<string name="np_two_saving_account_highlighted">two savings accounts</string>
|
||||
<string name="np_bill_details_bbps">Bill details</string>
|
||||
<string name="np_add_account_rewards_message">You\'re just 1 payment away from \nwinning upto </string>
|
||||
<string name="np_rewards_won_prefix">You\'ve won </string>
|
||||
<string name="np_rewards_won_suffix">%s Navi coins</string>
|
||||
<string name="np_rewards_won_suffix_singular">%s Navi coin</string>
|
||||
<string name="np_block_and_spam_cta_text">Don\'t know this user?</string>
|
||||
<string name="np_block_and_spam_cta_text_v2">Don\'t know user?</string>
|
||||
<string name="np_bank_account_not_linked_title">Account not linked</string>
|
||||
<string name="np_bank_account_not_linked_des">The bank account you are trying to send money is not linked to Navi UPI anymore.</string>
|
||||
<string name="np_scratch_and_win">Scratch & win</string>
|
||||
<string name="np_scratch_card_processing_header">Your scratch card is processing!</string>
|
||||
<string name="np_scratch_card_ready_header">Your scratch card is ready!</string>
|
||||
<string name="np_scratch_card_processing_description">Your scratch card worth %s will reflect in your Navi coins page in %s</string>
|
||||
<string name="np_processed_on">Processed on:</string>
|
||||
<string name="np_credit_line">Credit line</string>
|
||||
<string name="np_add_credit_line">Add credit line</string>
|
||||
<string name="np_rupay_credit_card">RuPay credit card</string>
|
||||
<string name="np_add_rupay_credit_card">Add RuPay credit card</string>
|
||||
<string name="np_upi_number_not_set">UPI number not set</string>
|
||||
<string name="np_upi_number_not_set_description">Add a bank account to set UPI number</string>
|
||||
<string name="np_no_rcc_added">No RuPay credit card added</string>
|
||||
<string name="np_no_rcc_added_description">Add card for seamless transactions and enhanced convenience </string>
|
||||
<string name="np_add_rcc">Add RuPay credit card</string>
|
||||
@@ -845,8 +550,6 @@
|
||||
<string name="np_one_acc_added_self_transfer_description">Continue adding second bank account \nto transfer money.</string>
|
||||
<string name="np_second_bank_acc">second bank account</string>
|
||||
<string name="np_self_transfer_to">Self transfer to</string>
|
||||
<string name="np_set_upi_pin">Set UPI PIN to check balance</string>
|
||||
<string name="np_set_upi_pin_description">Please set up a UPI PIN for %s to check balance.</string>
|
||||
<string name="get_a_navi_qr_code_for_one_more_bank">Get a Navi QR code for one more bank</string>
|
||||
<string name="add_another_bank">Add another bank</string>
|
||||
<string name="download">Download</string>
|
||||
@@ -855,8 +558,6 @@
|
||||
<string name="primary">Primary</string>
|
||||
<string name="np_upi_id_and_number_warning_msg">Please enter a valid UPI ID / number</string>
|
||||
<string name="np_invalid_upi_id_number">Invalid UPI ID / number</string>
|
||||
<string name="np_merchant_vpa_entered">Merchant VPA entered</string>
|
||||
<string name="np_self_vpa_entered">Self vpa entered</string>
|
||||
<string name="np_please_enter_valid_number">Please enter a valid number</string>
|
||||
<string name="np_not_linked_to_upi_error">This number is not linked to UPI</string>
|
||||
<string name="np_unable_to_fetch_balance">We are unable to fetch your balance for</string>
|
||||
@@ -868,21 +569,13 @@
|
||||
<string name="np_pending_transaction_status">Please do not retry the payment. We will update the payment status soon.</string>
|
||||
<string name="np_processing_fees">₹0 processing fees</string>
|
||||
<string name="np_bills_recharge">BILL & RECHARGES</string>
|
||||
<string name="paid_securely_via">Paid securely via</string>
|
||||
<string name="np_paid_securely_on">Paid securely on</string>
|
||||
<string name="select_your_account_linked_to">Select your account linked to</string>
|
||||
<string name="select_bank_account_linked_to">Select bank account linked to</string>
|
||||
<string name="select_rupay_credit_card_linked_to">Select RuPay credit card linked to</string>
|
||||
<string name="select_credit_line_linked_to">Select credit line linked to</string>
|
||||
<string name="np_search">Search</string>
|
||||
<string name="np_active_lite_account">Cannot be removed as it has active UPI Lite</string>
|
||||
<string name="np_remove_and_continue">Remove and continue</string>
|
||||
<string name="np_payment_method_not_supported">Payment methods not supported</string>
|
||||
<string name="np_self_transfer_payment_method_not_supported_desc">For self transfer, you need to remove one of the below accounts and add a bank account.</string>
|
||||
<string name="np_remove_account_confirmation_title">Are you sure you want to remove %s?</string>
|
||||
<string name="np_remove_account_confirmation_desc">You will no longer be able to use this account for payments on Navi. You can add this again later.</string>
|
||||
<string name="np_added_successfully">added successfully</string>
|
||||
<string name="np_removed_successfully">removed successfully</string>
|
||||
<string name="np_upi_guidelines">To know about UPI guidelines, click here.</string>
|
||||
<string name="np_here">here</string>
|
||||
<string name="np_guideline_desc_1">Always verify & confirm the sender’s UPI ID</string>
|
||||
@@ -895,15 +588,10 @@
|
||||
<string name="np_no_results_found">No results found.</string>
|
||||
<string name="np_more_than_one_account_found">More than one account found</string>
|
||||
<string name="np_more_than_one_account_found_desc">Select one to proceed. You can add other accounts later.</string>
|
||||
<string name="np_only_bank_accounts_supported">Only bank accounts supported</string>
|
||||
<string name="np_redirecting_add_bank_accounts">Redirecting you to add bank account</string>
|
||||
<string name="np_redirecting_add_credit_card">Redirecting you to add RuPay credit card</string>
|
||||
<string name="np_redirecting_add_credit_line">Redirecting you to add credit line</string>
|
||||
<string name="np_redirecting_add_accounts">Redirecting you to add accounts</string>
|
||||
<string name="np_upi_lite_payment_method_not_supported_desc">To activate UPI Lite, you need to remove one of the below accounts and add a bank account.</string>
|
||||
<string name="np_upi_number_payment_method_not_supported_desc">To set UPI Number, you need to remove one of the below accounts and add a bank account.</string>
|
||||
<string name="np_upi_international_payment_method_not_supported_desc">To activate UPI International, you need to remove one of the below accounts and add a bank account.</string>
|
||||
<string name="np_payment_method_not_supported_desc">You need to remove one of the below accounts and add a bank account.</string>
|
||||
<string name="np_redirecting_lite_balance">Redirecting you to add UPI Lite balance</string>
|
||||
<string name="np_redirecting_lite_auto_top_up">Redirecting you to set UPI Lite Auto top-up</string>
|
||||
<string name="np_redirecting_set_pin">Redirecting you to set UPI pin</string>
|
||||
@@ -916,15 +604,9 @@
|
||||
<string name="np_redirecting_setup_autopay">Redirecting you to setup autopay</string>
|
||||
<string name="np_redirecting_cancel_autopay">Redirecting you to delete autopay</string>
|
||||
<string name="np_redirecting_cancel_auto_top_up">Redirecting you to delete auto top-up</string>
|
||||
<string name="np_max_bank_accounts">Maximum account limit reached</string>
|
||||
<string name="np_max_bank_accounts_desc">You need to remove one of the below accounts to add a bank account.</string>
|
||||
<string name="np_max_credit_card_desc">You need to remove one of the below accounts to add a credit card.</string>
|
||||
<string name="np_max_credit_line_desc">You need to remove one of the below accounts to add a credit line.</string>
|
||||
<string name="np_add_account_self_transfer_desc">You can now transfer money between two accounts. To know about UPI guidelines, click here.</string>
|
||||
<string name="np_upi_lite_balance_updated">UPI Lite balance updated</string>
|
||||
<string name="mandate_updated_successfully">Mandate updated successfully</string>
|
||||
<string name="np_non_savings_bank_list_footer_message">If you don’t see your bank name here, please reach out to your bank.</string>
|
||||
<string name="np_key_dash_value">%s - %s</string>
|
||||
<string name="np_biller_reference_id">Biller reference ID</string>
|
||||
<string name="np_bbps_bill_payment_failed">Bill payment failed</string>
|
||||
<string name="np_bbps_recharge_failed">Recharge failed</string>
|
||||
@@ -945,14 +627,12 @@
|
||||
<string name="np_redirecting_decline_request">Declining the payment request</string>
|
||||
<string name="np_debit_card_disabled_for_pin_set_message">Debit card cannot be used to set PIN for this credit line. Set PIN with Aadhaar card.</string>
|
||||
<string name="np_fetching_your_details_message">We are fetching your details</string>
|
||||
<string name="np_send_money_ftue_nudge_text">View your bank details here before paying</string>
|
||||
<string name="np_upi_lite_closure_successful">UPI Lite closure successful</string>
|
||||
<string name="np_upi_lite_closure_pending">Processing UPI Lite closure</string>
|
||||
<string name="np_upi_lite_closure_failed">UPI Lite closure failed</string>
|
||||
<string name="np_self_transfer_successful">Self transfer successful</string>
|
||||
<string name="np_self_transfer_pending">Processing self transfer</string>
|
||||
<string name="np_self_transfer_failed">Self transfer failed</string>
|
||||
<string name="np_bbps_coin_discount_banner_info">₹%s discounted with</string>
|
||||
<string name="np_bbps_navi_coins">Navi coins</string>
|
||||
<string name="np_bbps_coin_refund_message_in_progress">%s coins will be refunded if payment fails.</string>
|
||||
<string name="np_bbps_coin_refund_message_failed">%s Navi coins have been refunded</string>
|
||||
@@ -1030,12 +710,10 @@
|
||||
<string name="np_auto_top_up_balance_below">Auto top-up when balance goes below</string>
|
||||
<string name="np_verification_required">Mobile verification required</string>
|
||||
<string name="np_verification_required_desc">You already have an active UPI Lite account. To access the balance, please complete mobile verification</string>
|
||||
<string name="np_activating_upi_lite">Activating UPI Lite</string>
|
||||
<string name="np_setting_up_auto_top_up">Setting up UPI Lite auto top-up of ₹%s</string>
|
||||
<string name="np_setting_up_auto_top_up_and_activating">Setting up UPI Lite and auto top-up of ₹%s</string>
|
||||
<string name="np_setting_up_auto_top_upto">Setting up UPI Lite auto top-up of up to ₹%s</string>
|
||||
<string name="np_setting_up_auto_top_upto_and_activating">Setting up UPI Lite and auto top-up of up to ₹%s</string>
|
||||
<string name="np_up_to">up to</string>
|
||||
<string name="np_auto_top_up_confirmation">UPI Lite auto top-up confirmation</string>
|
||||
<string name="np_note_rs_one">Note: ₹1\u0020</string>
|
||||
<string name="np_will_be_deducted">will be deducted to set auto top-up and it will be added back to your UPI Lite balance.</string>
|
||||
@@ -1043,7 +721,6 @@
|
||||
<string name="np_auto_top_up_amount">Auto top-up amount</string>
|
||||
<string name="np_auto_top_up_details">Auto top-up details</string>
|
||||
<string name="np_auto_top_up">Auto top-up</string>
|
||||
<string name="np_up_to_space">Up to %s</string>
|
||||
<string name="autopay_set_up_initiated">Set up initiated</string>
|
||||
<string name="np_minimum_balance_limit">Minimum balance limit</string>
|
||||
<string name="np_modify">Modify</string>
|
||||
@@ -1055,7 +732,6 @@
|
||||
<string name="np_modified_top_up_amount_equal_current">Entered amount cannot be same as current auto top-up amount.</string>
|
||||
<string name="np_modified_top_up_amount_equal_max_top_up">Entered amount cannot be greater than ₹%s.</string>
|
||||
<string name="np_you_have_already_added">You have already added the maximum balance</string>
|
||||
<string name="np_minimum_balance">Minimum balance</string>
|
||||
<string name="np_never_run_out_of_upi_lite_balance">Never run out of UPI Lite balance</string>
|
||||
<string name="np_details">Details</string>
|
||||
<string name="np_when_balance_goes_below">When balance goes below ₹%s</string>
|
||||
|
||||
Reference in New Issue
Block a user