Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New strings - Transfer #1239

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
New strings - Transfer
  • Loading branch information
carlosgarridoaptoide authored Jan 20, 2025
commit ebe185062b8d6f19f6b4acce612c82d53244078a
8 changes: 7 additions & 1 deletion ui/common/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@
<string name="copied_to_clipboard">Copied to the clipboard</string>
<string name="topup_button">Top Up</string>
<string name="extra_bonus_title">Get an extra %s%% bonus</string>
<string name="aptoide_balance">Aptoide balance</string>

<string name="payment_method">Payment method</string>
<string name="credit_debit_card">Credit/debit card</string>
Expand Down Expand Up @@ -606,6 +607,7 @@
<string name="paytm_wallet">Paytm Wallet</string>
<string name="qiwi">Qiwi</string>
<string name="yoo_money">YooMoney</string>



<!--Onboarding-->
Expand Down Expand Up @@ -987,9 +989,10 @@
<string name="remove_wallet_extra_confirmation_body">Remember that, without a backup, you\'ll lose your funds and bonus level.</string>

<!--Tranfer-->
<string name="tranfer_bottom_navigation">Transfer</string>
<string name="transfer_bottom_navigation">Transfer</string>
<string name="transfer_title">Transfer Funds</string>
<string name="transfer_send_tab_title">Send</string>
<string name="transfer_send_to_title">Send to</string>
<string name="transfer_receive_tab_title">Receive</string>
<string name="transfer_send_body">Scan or enter your friend\'s wallet address.</string>
<string name="transfer_send_recipient_title">Wallet Address</string>
Expand All @@ -998,6 +1001,8 @@
<string name="transfer_send_current_balance_title">Current Balance:</string>
<string name="transfer_send_button">Send</string>
<string name="transfer_receive_body">Share your wallet address to receive funds.</string>
<string name="transfer_public_wallet_address_title">My public wallet address</string>
<string name="transfer_error_invalid_address">Invalid wallet address</string>


<!--Support Notifications-->
Expand Down Expand Up @@ -1546,6 +1551,7 @@
<string name="mail_list_confirmation_email_button">Confirm email</string>
<string name="mail_list_confirmation_email_signature">Cheers,\nThe AppCoins Team</string>


<!-- platform.vk.com !-->
<integer name="com_vk_sdk_AppId" translatable="false">12</integer>

Expand Down