From dad60d272291a4ab0d249bdb7cd74c82ac425cb0 Mon Sep 17 00:00:00 2001 From: Hwee-Boon Yar Date: Fri, 13 Jul 2018 16:44:04 +0800 Subject: [PATCH] Add English placeholders for reworded `keystore references` --- AlphaWallet/Localization/es.lproj/Localizable.strings | 6 +++--- AlphaWallet/Localization/zh-Hans.lproj/Localizable.strings | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AlphaWallet/Localization/es.lproj/Localizable.strings b/AlphaWallet/Localization/es.lproj/Localizable.strings index 18c685389..1a30a59ea 100644 --- a/AlphaWallet/Localization/es.lproj/Localizable.strings +++ b/AlphaWallet/Localization/es.lproj/Localizable.strings @@ -74,7 +74,7 @@ "wallet.create.button.title" = "Create Wallet"; "wallet.create.inProgress" = "Creating wallet..."; "wallet.import.button.title" = "Import Wallet"; -"wallets.backup.alertSheet.title" = "Hacer copia de seguridad del almacén de claves"; +"wallets.backup.alertSheet.title" = "Backup Encrypted Wallet"; "transactions.tabbar.item.title" = "Actas"; "import.navigation.title" = "Importando cartera"; "browser.home.button.title" = "Home"; @@ -91,9 +91,9 @@ "importWallet.import.button.title" = "Importar"; "importWallet.import.invalidAddress" = "Invalid Ethereum Address"; "importWallet.import.invalidPrivateKey" = "Private Key has to be 64 characters long"; -"Keystore JSON" = "Keystore JSON"; +"Keystore JSON" = "Encrypted Wallet"; "More Details" = "Más Detalles"; -"Keystore" = "Keystore"; +"Keystore" = "From Backup"; "Private Key" = "Private Key"; "settings.currency.button.title" = "Moneda"; "settings.network.test.label.title" = "Prueba"; diff --git a/AlphaWallet/Localization/zh-Hans.lproj/Localizable.strings b/AlphaWallet/Localization/zh-Hans.lproj/Localizable.strings index 4ba980da1..55e279fe2 100644 --- a/AlphaWallet/Localization/zh-Hans.lproj/Localizable.strings +++ b/AlphaWallet/Localization/zh-Hans.lproj/Localizable.strings @@ -56,7 +56,7 @@ "transactions.deposit.button.title" = "购买"; "transactions.noTransactions.label.title" = "暂无记录"; "wallet.navigation.title" = "钱包"; -"wallets.backup.alertSheet.title" = "备份 Keystore"; +"wallets.backup.alertSheet.title" = "备份 Encrypted Wallet"; "transactions.tabbar.item.title" = "我的账单"; "transaction.navigation.title" = "交易"; "import.navigation.title" = "导入钱包"; @@ -72,9 +72,9 @@ "importWallet.import.button.title" = "导入"; "importWallet.import.invalidAddress" = "无效的以太坊地址"; "importWallet.import.invalidPrivateKey" = "私钥长度必须为64个字符"; -"Keystore JSON" = "Keystore JSON"; +"Keystore JSON" = "Encrypted Wallet"; "More Details" = "更多详情"; -"Keystore" = "Keystore"; +"Keystore" = "From Backup"; "Private Key" = "私有密钥"; "settings.currency.button.title" = "货币"; "settings.network.test.label.title" = "测试网络";