Add English placeholders for reworded `keystore references`

pull/516/head
Hwee-Boon Yar 6 years ago
parent 8faf18986d
commit dad60d2722
  1. 6
      AlphaWallet/Localization/es.lproj/Localizable.strings
  2. 6
      AlphaWallet/Localization/zh-Hans.lproj/Localizable.strings

@ -74,7 +74,7 @@
"wallet.create.button.title" = "Create Wallet"; "wallet.create.button.title" = "Create Wallet";
"wallet.create.inProgress" = "Creating wallet..."; "wallet.create.inProgress" = "Creating wallet...";
"wallet.import.button.title" = "Import 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"; "transactions.tabbar.item.title" = "Actas";
"import.navigation.title" = "Importando cartera"; "import.navigation.title" = "Importando cartera";
"browser.home.button.title" = "Home"; "browser.home.button.title" = "Home";
@ -91,9 +91,9 @@
"importWallet.import.button.title" = "Importar"; "importWallet.import.button.title" = "Importar";
"importWallet.import.invalidAddress" = "Invalid Ethereum Address"; "importWallet.import.invalidAddress" = "Invalid Ethereum Address";
"importWallet.import.invalidPrivateKey" = "Private Key has to be 64 characters long"; "importWallet.import.invalidPrivateKey" = "Private Key has to be 64 characters long";
"Keystore JSON" = "Keystore JSON"; "Keystore JSON" = "Encrypted Wallet";
"More Details" = "Más Detalles"; "More Details" = "Más Detalles";
"Keystore" = "Keystore"; "Keystore" = "From Backup";
"Private Key" = "Private Key"; "Private Key" = "Private Key";
"settings.currency.button.title" = "Moneda"; "settings.currency.button.title" = "Moneda";
"settings.network.test.label.title" = "Prueba"; "settings.network.test.label.title" = "Prueba";

@ -56,7 +56,7 @@
"transactions.deposit.button.title" = "购买"; "transactions.deposit.button.title" = "购买";
"transactions.noTransactions.label.title" = "暂无记录"; "transactions.noTransactions.label.title" = "暂无记录";
"wallet.navigation.title" = "钱包"; "wallet.navigation.title" = "钱包";
"wallets.backup.alertSheet.title" = "备份 Keystore"; "wallets.backup.alertSheet.title" = "备份 Encrypted Wallet";
"transactions.tabbar.item.title" = "我的账单"; "transactions.tabbar.item.title" = "我的账单";
"transaction.navigation.title" = "交易"; "transaction.navigation.title" = "交易";
"import.navigation.title" = "导入钱包"; "import.navigation.title" = "导入钱包";
@ -72,9 +72,9 @@
"importWallet.import.button.title" = "导入"; "importWallet.import.button.title" = "导入";
"importWallet.import.invalidAddress" = "无效的以太坊地址"; "importWallet.import.invalidAddress" = "无效的以太坊地址";
"importWallet.import.invalidPrivateKey" = "私钥长度必须为64个字符"; "importWallet.import.invalidPrivateKey" = "私钥长度必须为64个字符";
"Keystore JSON" = "Keystore JSON"; "Keystore JSON" = "Encrypted Wallet";
"More Details" = "更多详情"; "More Details" = "更多详情";
"Keystore" = "Keystore"; "Keystore" = "From Backup";
"Private Key" = "私有密钥"; "Private Key" = "私有密钥";
"settings.currency.button.title" = "货币"; "settings.currency.button.title" = "货币";
"settings.network.test.label.title" = "测试网络"; "settings.network.test.label.title" = "测试网络";

Loading…
Cancel
Save