diff --git a/build-conventions-secant/src/main/kotlin/secant.android-build-conventions.gradle.kts b/build-conventions-secant/src/main/kotlin/secant.android-build-conventions.gradle.kts index cd2513ef7..c04779887 100644 --- a/build-conventions-secant/src/main/kotlin/secant.android-build-conventions.gradle.kts +++ b/build-conventions-secant/src/main/kotlin/secant.android-build-conventions.gradle.kts @@ -14,7 +14,7 @@ pluginManager.withPlugin("com.android.application") { // The rest of the locales provides an explicit list of the languages to keep in the // final app. Doing this will strip out additional locales from libraries like // Google Play Services and Firebase, which add unnecessary bloat. - resourceConfigurations.addAll(listOf("en", "en-rUS", "en-rGB", "en-rAU", "en_XA", "ar_XB")) + resourceConfigurations.addAll(listOf("en", "en-rUS", "en-rGB", "en-rAU", "es", "en_XA", "ar_XB")) testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" @@ -39,7 +39,7 @@ pluginManager.withPlugin("com.android.library") { // If we add other localizations, they should be included in this list. // By explicitly setting supported locales, we strip out unused localizations from third party // libraries (e.g. play services) - resourceConfigurations.addAll(listOf("en", "en-rUS", "en-rGB", "en-rAU", "en_XA", "ar_XB")) + resourceConfigurations.addAll(listOf("en", "en-rUS", "en-rGB", "en-rAU", "es", "en_XA", "ar_XB")) testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles("proguard-consumer.txt") @@ -68,7 +68,7 @@ pluginManager.withPlugin("com.android.test") { // If we add other localizations, they should be included in this list. // By explicitly setting supported locales, we strip out unused localizations from third party // libraries (e.g. play services) - resourceConfigurations.addAll(listOf("en", "en-rUS", "en-rGB", "en-rAU", "en_XA", "ar_XB")) + resourceConfigurations.addAll(listOf("en", "en-rUS", "en-rGB", "en-rAU", "es", "en_XA", "ar_XB")) testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/ui-design-lib/src/main/res/ui/common/values-es/strings.xml b/ui-design-lib/src/main/res/ui/common/values-es/strings.xml new file mode 100644 index 000000000..0badc537b --- /dev/null +++ b/ui-design-lib/src/main/res/ui/common/values-es/strings.xml @@ -0,0 +1,6 @@ + + %1$s%2$s + ----- + Back + + diff --git a/ui-lib/src/main/res/ui/about/values-es/strings.xml b/ui-lib/src/main/res/ui/about/values-es/strings.xml new file mode 100644 index 000000000..159119e5e --- /dev/null +++ b/ui-lib/src/main/res/ui/about/values-es/strings.xml @@ -0,0 +1,14 @@ + + Hola + Zashi Version %s + App name:%1$s + Build: %1$s + Send and receive ZEC on Zashi!\nZashi is a minimal-design, self-custody, ZEC-only shielded wallet that keeps your transaction history and wallet balance private. Built by Zcashers, for Zcashers. Developed and maintained by Electric Coin Co., the inventor of Zcash, Zashi features a built-in user-feedback mechanism to enable more features, more quickly. + + See our Privacy Policy\u0020 + here + . + Unable to find a web browser app. + What\'s new + Privacy Policy + \ No newline at end of file diff --git a/ui-lib/src/main/res/ui/about/values/strings.xml b/ui-lib/src/main/res/ui/about/values/strings.xml index 64c143300..41c88f94d 100644 --- a/ui-lib/src/main/res/ui/about/values/strings.xml +++ b/ui-lib/src/main/res/ui/about/values/strings.xml @@ -11,4 +11,4 @@ Unable to find a web browser app. What\'s new Privacy Policy - + \ No newline at end of file diff --git a/ui-lib/src/main/res/ui/account/values-es/strings.xml b/ui-lib/src/main/res/ui/account/values-es/strings.xml new file mode 100644 index 000000000..07ab6ec74 --- /dev/null +++ b/ui-lib/src/main/res/ui/account/values-es/strings.xml @@ -0,0 +1,30 @@ + + + No transaction history + + Sent + Received + Sending… + Receiving… + Receive failed + Send failed + Shielded transaction + - + + + Tap to copy + Save address + + Message + Messages + Messages + + Collapse transaction + Transaction ID + Transaction Fee + Typical Fee < %1$s + + Transaction message + Transaction ID + Transaction address + diff --git a/ui-lib/src/main/res/ui/account/values/strings.xml b/ui-lib/src/main/res/ui/account/values/strings.xml index f227c907f..254a83ea5 100644 --- a/ui-lib/src/main/res/ui/account/values/strings.xml +++ b/ui-lib/src/main/res/ui/account/values/strings.xml @@ -13,7 +13,7 @@ + Tap to copy Save address -n + Message Messages diff --git a/ui-lib/src/main/res/ui/add_contact/values-es/strings.xml b/ui-lib/src/main/res/ui/add_contact/values-es/strings.xml new file mode 100644 index 000000000..cb48f3417 --- /dev/null +++ b/ui-lib/src/main/res/ui/add_contact/values-es/strings.xml @@ -0,0 +1,4 @@ + + Add New Contact + Save + diff --git a/ui-lib/src/main/res/ui/address_book/values-es/strings.xml b/ui-lib/src/main/res/ui/address_book/values-es/strings.xml new file mode 100644 index 000000000..fc006345c --- /dev/null +++ b/ui-lib/src/main/res/ui/address_book/values-es/strings.xml @@ -0,0 +1,8 @@ + + Address Book + Add New Contact + Your address book is empty + Version %s + Scan QR code + Manual entry + diff --git a/ui-lib/src/main/res/ui/advanced_settings/values-es/strings.xml b/ui-lib/src/main/res/ui/advanced_settings/values-es/strings.xml new file mode 100644 index 000000000..0cee94fd5 --- /dev/null +++ b/ui-lib/src/main/res/ui/advanced_settings/values-es/strings.xml @@ -0,0 +1,9 @@ + + Advanced Settings + Recovery Phrase + Export Private Data + Choose a Server + Currency Conversion + You will be asked to confirm on the next screen + Delete Zashi + diff --git a/ui-lib/src/main/res/ui/authentication/values-es/strings.xml b/ui-lib/src/main/res/ui/authentication/values-es/strings.xml new file mode 100644 index 000000000..299f3344d --- /dev/null +++ b/ui-lib/src/main/res/ui/authentication/values-es/strings.xml @@ -0,0 +1,32 @@ + + + + Authentication for %1$s + + + Use biometric or device credential to access %1$s. + + + Delete Wallet feature + Export Private Data feature + Seed Recovery feature + Send Funds feature + + Authentication canceled + Authentication failed + + Authentication error + Authentication failed for the following reason. Retry the authentication, or contact the support team for help. + + Error code: %1$d\nError message: %2$s + + Retry + Contact Support + + Authentication failed + + Authentication was presented but not recognized. Retry authentication, or contact the support team for help. + + Retry + Contact Support + \ No newline at end of file diff --git a/ui-lib/src/main/res/ui/balances/values-es/strings.xml b/ui-lib/src/main/res/ui/balances/values-es/strings.xml new file mode 100644 index 000000000..1f5dfd799 --- /dev/null +++ b/ui-lib/src/main/res/ui/balances/values-es/strings.xml @@ -0,0 +1,61 @@ + + Balances + Shielded zec (spendable) + Change pending + Pending transactions + Transparent balance + + %1$s uses the latest network upgrade and does not + support sending transparent (unshielded) %2$s. Use the Shield + and Consolidate button to shield your funds, which will add to your available balance and make your %2$s spendable. + I got it! + Show help + Shield and consolidate funds + (Typical Fee < %1$s + ) + + Syncing… + %1$s so far + + %1$s%% + Synced + Please update %1$s using Google Play + %1$s encountered an error while syncing, attempting to resolve… + The restore process can take several hours on lower-powered devices, and even on powerful devices is likely to take more than an hour. + + Shielding has been successfully submitted + + Error + + Disconnected. Please check your internet connection. + + Error: + %1$s\n\nStacktrace: + %2$s + + + Unknown cause. Please contact our support team if the problem persists. + + Unknown stacktrace. + Synchronization is stopped. It will resume soon. + OK + Report + + Transaction Failed + The attempt to shield the transparent funds failed. Try it + again, please. + OK + Report + The current transparent balance is zero or + below the allowed shielding limit. + + Connection Error + Zashi encountered some connection issues when submitting + the shielding transaction to the network. It will retry during the next few minutes. + OK + + diff --git a/ui-lib/src/main/res/ui/choose_server/values-es/strings.xml b/ui-lib/src/main/res/ui/choose_server/values-es/strings.xml new file mode 100644 index 000000000..997b2d7b6 --- /dev/null +++ b/ui-lib/src/main/res/ui/choose_server/values-es/strings.xml @@ -0,0 +1,35 @@ + + Server + default: %1$s + custom + : + + %1$s: + %2$d + + + %1$s:%2$d + + <hostname>:<port> + Save selection + + Invalid server endpoint + Error: The attempt to switch endpoints failed. + Check that the hostname and port are correct, and are formatted as <hostname>:<port>. + OK + + Server saved + The selected server endpoint has been + successfully saved. + OK + Default + + Performing Server Test + This may take a moment… + + Fastest servers + Other servers + Refresh + Active + Default + diff --git a/ui-lib/src/main/res/ui/common/values-es/strings.xml b/ui-lib/src/main/res/ui/common/values-es/strings.xml new file mode 100644 index 000000000..d70256c58 --- /dev/null +++ b/ui-lib/src/main/res/ui/common/values-es/strings.xml @@ -0,0 +1,31 @@ + + + zashi-ui + + Back + Back + + Unavailable + - + Zcash logo + Open Settings + Available Balance: + + Hide balances + + + + Unable to launch email app. + + [Restoring Your Wallet…] + [Disconnected…] + Unable to launch Google Play store app… + + Heads up + Your current server is experiencing difficulties. Check your + device connection, and/or navigate to Advanced Settings to choose a different server. + Switch Server + Ignore + + + diff --git a/ui-lib/src/main/res/ui/contact/values-es/strings.xml b/ui-lib/src/main/res/ui/contact/values-es/strings.xml new file mode 100644 index 000000000..ebe16b84b --- /dev/null +++ b/ui-lib/src/main/res/ui/contact/values-es/strings.xml @@ -0,0 +1,11 @@ + + Contact Name + Enter contact name… + Wallet Address + Enter Wallet Address… + + This contact name is already in use. Please choose a different name. + This contact name exceeds the 32-character limit. Please shorten the name. + This wallet address is already in your Address Book. + Invalid address + diff --git a/ui-lib/src/main/res/ui/delete_wallet/values-es/strings.xml b/ui-lib/src/main/res/ui/delete_wallet/values-es/strings.xml new file mode 100644 index 000000000..4545517df --- /dev/null +++ b/ui-lib/src/main/res/ui/delete_wallet/values-es/strings.xml @@ -0,0 +1,23 @@ + + + Delete %1$s + + + + Please don\'t delete this app unless you\'re sure you understand the effects. + + + Deleting the %1$s app will delete the database and cached + data. Any funds you have in this wallet will be lost and can only be recovered by using your %1$s secret recovery phrase in %1$s or another Zcash wallet. + + + I understand + + + Delete %1$s + + + Wallet deletion failed. Try it again, please. + diff --git a/ui-lib/src/main/res/ui/exchange_rate/values-es/strings.xml b/ui-lib/src/main/res/ui/exchange_rate/values-es/strings.xml new file mode 100644 index 000000000..bb3dd65ee --- /dev/null +++ b/ui-lib/src/main/res/ui/exchange_rate/values-es/strings.xml @@ -0,0 +1,30 @@ + + IP Address Protection + Zashi\’s currency conversion feature doesn\’t compromise your IP + address. + Rate Refresh + The rate is refreshed automatically and can also be refreshed manually. + + Exchange rate unavailable + We tried but we couldn\’t refresh the exchange rate + for you. Check your connection, relaunch the app, and we\’ll try again. + New Feature + Currency Conversion + Review + + Enable + Save changes + Skip for now + Note for the super privacy-conscious: Because we pull the conversion rate + from exchanges, an exchange might be able to see that the exchange rate was queried before a transaction occurred. + + Enable + Show me the currency conversion. + Disable + Don\’t show the currency conversion. + Display your balance and payment amounts in USD.\nYou can manage + this feature in Advanced Settings. + Display your balance and payment amounts in USD.\n + Zashi\’s currency conversion feature protects your IP address at all times. + + diff --git a/ui-lib/src/main/res/ui/export_data/values-es/strings.xml b/ui-lib/src/main/res/ui/export_data/values-es/strings.xml new file mode 100644 index 000000000..763d8c408 --- /dev/null +++ b/ui-lib/src/main/res/ui/export_data/values-es/strings.xml @@ -0,0 +1,14 @@ + + Consent for Exporting Private Data + By clicking \"I Agree\" below, you give your consent to export Zashi’s private + data which includes the entire history of the wallet, all private information, memos, amounts and recipient + addresses, even for your shielded activity.*\n\nThis private data also gives the ability to see certain future + actions you take with Zashi.\n\nSharing this private data is irrevocable — once you have shared this private + data with someone, there is no way to revoke their access. + *Note that this private data does not give them the ability to spend your + funds, only the ability to see what you do with your funds. + Export private data + I agree + Share internal Zashi data with: + Unable to find an application to share with. + \ No newline at end of file diff --git a/ui-lib/src/main/res/ui/home/values-es/strings.xml b/ui-lib/src/main/res/ui/home/values-es/strings.xml new file mode 100644 index 000000000..f8a810844 --- /dev/null +++ b/ui-lib/src/main/res/ui/home/values-es/strings.xml @@ -0,0 +1,6 @@ + + Account + Send + Receive + Balances + diff --git a/ui-lib/src/main/res/ui/integrations/values-es/strings.xml b/ui-lib/src/main/res/ui/integrations/values-es/strings.xml new file mode 100644 index 000000000..9d305b1e6 --- /dev/null +++ b/ui-lib/src/main/res/ui/integrations/values-es/strings.xml @@ -0,0 +1,7 @@ + + Integrations + Buy %1$s with Coinbase + A hassle-free way to buy %1$s and get it directly into your Zashi wallet. + Version %s + During the Restore process, it is not possible to use payment integrations. + diff --git a/ui-lib/src/main/res/ui/new_wallet_recovery/values-es/strings.xml b/ui-lib/src/main/res/ui/new_wallet_recovery/values-es/strings.xml new file mode 100644 index 000000000..f4f9e7243 --- /dev/null +++ b/ui-lib/src/main/res/ui/new_wallet_recovery/values-es/strings.xml @@ -0,0 +1,12 @@ + + Your secret recovery phrase + The following 24 words are the keys to your funds and are the only way to + recover your funds if you get locked out or get a new device. Protect your ZEC by storing this phrase in a + place you trust and never share it with anyone! + Wallet birthday height: %1$d + I\'ve saved it + Tap to Copy + Zcash Seed Phrase + Zcash Wallet Birthday + diff --git a/ui-lib/src/main/res/ui/onboarding/values-es/strings.xml b/ui-lib/src/main/res/ui/onboarding/values-es/strings.xml new file mode 100644 index 000000000..bd28eabe3 --- /dev/null +++ b/ui-lib/src/main/res/ui/onboarding/values-es/strings.xml @@ -0,0 +1,6 @@ + + A no-frills wallet for sending and receiving Zcash (ZEC) + + Create New Wallet + Restore Existing Wallet + diff --git a/ui-lib/src/main/res/ui/payment_request/values-es/strings.xml b/ui-lib/src/main/res/ui/payment_request/values-es/strings.xml new file mode 100644 index 000000000..578242e3c --- /dev/null +++ b/ui-lib/src/main/res/ui/payment_request/values-es/strings.xml @@ -0,0 +1,29 @@ + + + Payment Request + Close + + Requested By + Show + Hide + Save + + For: + + Fee + Total + + Send + + Transaction Failed + An error occurred and the attempt to send funds failed. Try it again, please. + OK + Report + + Connection Error + Zashi encountered some connection issues when submitting + the transaction to the network. It will retry during the next few minutes. + OK + + Unable to launch email app. + diff --git a/ui-lib/src/main/res/ui/qr_code/values-es/strings.xml b/ui-lib/src/main/res/ui/qr_code/values-es/strings.xml new file mode 100644 index 000000000..f1b5bf5d9 --- /dev/null +++ b/ui-lib/src/main/res/ui/qr_code/values-es/strings.xml @@ -0,0 +1,19 @@ + + + Close + Unified Address QR code + Sapling Address QR code + Transparent Address QR code + Zcash Shielded Address + Zcash Sapling Address + Zcash Transparent Address + Maximum Privacy + Low Privacy + Share QR Code + Copy Address + Zcash Wallet Address + Unable to find an application for sharing the QR code. + My Zashi ZEC Address + Hi, scan this QR code to send me a ZEC payment! Download Link: + https://play.google.com/store/apps/details?id=co.electriccoin.zcash + diff --git a/ui-lib/src/main/res/ui/receive/values-es/strings.xml b/ui-lib/src/main/res/ui/receive/values-es/strings.xml new file mode 100644 index 000000000..82a95ebac --- /dev/null +++ b/ui-lib/src/main/res/ui/receive/values-es/strings.xml @@ -0,0 +1,13 @@ + + + Receive + Receive Zcash + Prioritize using your shielded address for maximum privacy. + Zcash Shielded Address + Zcash Sapling Address + Zcash Transparent Address + Copy + QR Code + Request + Zcash Wallet Address + diff --git a/ui-lib/src/main/res/ui/request/values-es/strings.xml b/ui-lib/src/main/res/ui/request/values-es/strings.xml new file mode 100644 index 000000000..127b3e6ec --- /dev/null +++ b/ui-lib/src/main/res/ui/request/values-es/strings.xml @@ -0,0 +1,36 @@ + + + Request + This transaction amount is invalid + Next + Request + Share QR Code + Close + Maximum Privacy + Low Privacy + + 0 + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + Delete + + Payment Request + What\'s this for? + + %1$s/%2$s + + + Request QR Code + Unable to find an application for sharing the QR code. + Request ZEC + Hi, scan this QR code to send me a ZEC payment! Download Link: + https://play.google.com/store/apps/details?id=co.electriccoin.zcash + diff --git a/ui-lib/src/main/res/ui/restore/values-es/strings.xml b/ui-lib/src/main/res/ui/restore/values-es/strings.xml new file mode 100644 index 000000000..c4d22b345 --- /dev/null +++ b/ui-lib/src/main/res/ui/restore/values-es/strings.xml @@ -0,0 +1,15 @@ + + Clear Seed + + Enter secret recovery phrase + Enter your 24-word seed phrase to restore the associated wallet. + privacy dignity freedom … + Next + + This word is not in the seed phrase dictionary. Please select the correct one from the suggestions. + This word is not in the seed phrase dictionary. + + Wallet birthday height + (optional) + Restore + diff --git a/ui-lib/src/main/res/ui/restore_success/values-es/strings.xml b/ui-lib/src/main/res/ui/restore_success/values-es/strings.xml new file mode 100644 index 000000000..f640b6354 --- /dev/null +++ b/ui-lib/src/main/res/ui/restore_success/values-es/strings.xml @@ -0,0 +1,10 @@ + + Keep Zashi open! + Your wallet has been successfully restored and is now syncing + To prevent interruption, keep your screen awake, plug your device into a power source, and keep it in a secure place. + Keep screen on while restoring. + Note: + During the initial sync your funds cannot be sent or + spent. Depending on the age of your wallet, it may take a few hours to fully sync. + Got it! + diff --git a/ui-lib/src/main/res/ui/scan/values-es/strings.xml b/ui-lib/src/main/res/ui/scan/values-es/strings.xml new file mode 100644 index 000000000..c67036723 --- /dev/null +++ b/ui-lib/src/main/res/ui/scan/values-es/strings.xml @@ -0,0 +1,14 @@ + + Camera + + Cancel + Open Settings + Unable to launch Settings app. + + The camera is not authorized. Please go to the system settings of Zashi and turn in on. + Camera initialization failed. Try it again, please. + This QR code is not a valid Zcash Address. + + Camera torch toggle + Gallery + diff --git a/ui-lib/src/main/res/ui/security_warning/values-es/strings.xml b/ui-lib/src/main/res/ui/security_warning/values-es/strings.xml new file mode 100644 index 000000000..4cae7ae08 --- /dev/null +++ b/ui-lib/src/main/res/ui/security_warning/values-es/strings.xml @@ -0,0 +1,15 @@ + + Security warning: + + Zashi %1$s + is a Zcash-only, shielded wallet — built by Zcashers for Zcashers. Zashi has been engineered for your + privacy and safety. By installing and using Zashi, you consent to share crash reports with Electric Coin Co. + (the wallet developer), which will help us improve the Zashi user experience.*\n\nPlease acknowledge and + confirm below to proceed. + *Note: + \u0020Crash reports might reveal the timing of the crash and + what events occurred, but it would not reveal spending or viewing keys. + + Confirm + I acknowledge + \ No newline at end of file diff --git a/ui-lib/src/main/res/ui/seed_recovery/values-es/strings.xml b/ui-lib/src/main/res/ui/seed_recovery/values-es/strings.xml new file mode 100644 index 000000000..9951e17d2 --- /dev/null +++ b/ui-lib/src/main/res/ui/seed_recovery/values-es/strings.xml @@ -0,0 +1,12 @@ + + Your secret recovery phrase + The following 24 words are the keys to your funds and are the only way to + recover your funds if you get locked out or get a new device. Protect your ZEC by storing this phrase in a + place you trust and never share it with anyone! + Wallet birthday height: %1$d + I got it! + Tap to Copy + Zcash Seed Phrase + Zcash Wallet Birthday + diff --git a/ui-lib/src/main/res/ui/send/values-es/strings.xml b/ui-lib/src/main/res/ui/send/values-es/strings.xml new file mode 100644 index 000000000..2207b8d8f --- /dev/null +++ b/ui-lib/src/main/res/ui/send/values-es/strings.xml @@ -0,0 +1,29 @@ + + Send + Scan + Send to + Zcash Address + Invalid address + Amount + %1$s + USD + Insufficient funds + Invalid amount + Message + Write encrypted message here… + + %1$s/%2$s + + Review + (Typical Fee < %1$s) + + Failed to send funds + Error: The attempt to send funds failed. Try it again, please. + OK + + %1$s%2$s + Transparent transactions can\'t have memos + + Add contact by tapping on Address Book icon. + + diff --git a/ui-lib/src/main/res/ui/send_confirmation/values-es/strings.xml b/ui-lib/src/main/res/ui/send_confirmation/values-es/strings.xml new file mode 100644 index 000000000..ef716e458 --- /dev/null +++ b/ui-lib/src/main/res/ui/send_confirmation/values-es/strings.xml @@ -0,0 +1,52 @@ + + + Confirmation + Total Amount + Sending to + Message + Fee + Amount + Send + Cancel + + Transaction Failed + An error occurred and the attempt to send funds failed. Try it again, please. + OK + Report + + Connection Error + Zashi encountered some connection issues when submitting + the transaction to the network. It will retry during the next few minutes. + OK + + Transaction error + Sending to this recipient required multiple transactions, + but only some of them succeeded. Your funds are safe, but they need to be recovered with the help of Zashi + team support. + Please use the button below to contact us and recover your + funds. Your message to us will be pre-populated with all the data we need to resolve this issue. + TRANSACTION IDs: + + %1$d. ID: + + Contact Support + + Hi, Zashi Team.\n\nWhile sending a transaction to a TEX + address, I encountered an error state. I\'m reaching out to get guidance on how to recover my funds.\n\nThank + you. + Transaction statuses: + + %1$d: Success + + + %1$d: Not attempt + + + %1$d: Failure: + gRPC: %2$s, + code: %3$d, + description: %4$s + + Unable to launch email app. + + diff --git a/ui-lib/src/main/res/ui/settings/values-es/strings.xml b/ui-lib/src/main/res/ui/settings/values-es/strings.xml new file mode 100644 index 000000000..c7db9c897 --- /dev/null +++ b/ui-lib/src/main/res/ui/settings/values-es/strings.xml @@ -0,0 +1,16 @@ + + Settings + Advanced Settings + Integrations + About Us + Send Us Feedback + Version %s + Address Book + + Additional settings + Rescan blockchain + Background sync + Keep screen on during sync + Report crashes + + diff --git a/ui-lib/src/main/res/ui/support/values-es/strings.xml b/ui-lib/src/main/res/ui/support/values-es/strings.xml new file mode 100644 index 000000000..6d7a60fa5 --- /dev/null +++ b/ui-lib/src/main/res/ui/support/values-es/strings.xml @@ -0,0 +1,12 @@ + + Support + + How can we help? + Send + OK + Cancel + Open e-mail app + %1$s is about to + open your e-mail app with a pre-filled message.\n\nBe sure to hit send within your e-mail app. + Please let us know about any problems you have had, or features you want to see in the future. + diff --git a/ui-lib/src/main/res/ui/update/values-es/strings.xml b/ui-lib/src/main/res/ui/update/values-es/strings.xml new file mode 100644 index 000000000..c1c76fbb8 --- /dev/null +++ b/ui-lib/src/main/res/ui/update/values-es/strings.xml @@ -0,0 +1,19 @@ + + + Update available + Update required + %1$s here. + It\'s not you, it\'s me. + + There is a required update for %1$s that makes major + improvements to performance and/or security. + + + There is a new version of %1$s that makes minor updates to + improve performance and/or security.\n\nPlease take a moment to update to the latest version. + + Learn more about this update here. + Update + Remind me later + (required) + diff --git a/ui-lib/src/main/res/ui/update_contact/values-es/strings.xml b/ui-lib/src/main/res/ui/update_contact/values-es/strings.xml new file mode 100644 index 000000000..a17ef0c07 --- /dev/null +++ b/ui-lib/src/main/res/ui/update_contact/values-es/strings.xml @@ -0,0 +1,6 @@ + + + Saved Contact + Save + Delete + diff --git a/ui-lib/src/main/res/ui/warning/values-es/strings.xml b/ui-lib/src/main/res/ui/warning/values-es/strings.xml new file mode 100644 index 000000000..be521ee27 --- /dev/null +++ b/ui-lib/src/main/res/ui/warning/values-es/strings.xml @@ -0,0 +1,15 @@ + + + Not enough free space + + %1$s requires at least + %2$d GB of space to operate but there is only + %3$d MB available. + + + Go to your device settings and make more space available if you wish to use the + %1$s app. + + System settings + Unable to launch Settings app. + diff --git a/ui-lib/src/main/res/ui/whats_new/values-es/strings.xml b/ui-lib/src/main/res/ui/whats_new/values-es/strings.xml new file mode 100644 index 000000000..ccc42b0f6 --- /dev/null +++ b/ui-lib/src/main/res/ui/whats_new/values-es/strings.xml @@ -0,0 +1,5 @@ + + + What\'s new + Zashi Version %s +