Remove localizable strings and images that are no longer used for import wallet

pull/314/head
Hwee-Boon Yar 7 years ago
parent c735ccd1a3
commit e384237bda
  1. 21
      Trust/Assets.xcassets/create_wallet.imageset/Contents.json
  2. BIN
      Trust/Assets.xcassets/create_wallet.imageset/create_wallet@3x.png
  3. 21
      Trust/Assets.xcassets/create_wallet_import.imageset/Contents.json
  4. BIN
      Trust/Assets.xcassets/create_wallet_import.imageset/import (1).png
  5. 1
      Trust/Localization/en.lproj/Localizable.strings
  6. 1
      Trust/Localization/es.lproj/Localizable.strings
  7. 1
      Trust/Localization/zh-Hans.lproj/Localizable.strings

@ -1,21 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "create_wallet@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

@ -1,21 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "import (1).png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

@ -66,7 +66,6 @@
"wallet.create.button.title" = "Create Wallet";
"wallet.create.inProgress" = "Creating wallet...";
"wallet.import.button.title" = "Import Wallet";
"wallet.import.subtitle" = "Importing wallet as easy as creating";
"wallets.backup.alertSheet.title" = "Backup Keystore";
"transactions.tabbar.item.title" = "My Transactions";
"transaction.navigation.title" = "Transaction";

@ -73,7 +73,6 @@
"wallet.create.button.title" = "Create Wallet";
"wallet.create.inProgress" = "Creating wallet...";
"wallet.import.button.title" = "Import Wallet";
"wallet.import.subtitle" = "Importing wallet as easy as creating";
"wallets.backup.alertSheet.title" = "Hacer copia de seguridad del almacén de claves";
"transactions.tabbar.item.title" = "Actas";
"import.navigation.title" = "Importando cartera";

@ -112,7 +112,6 @@
"wallet.import.button.title" = "导入钱包";
"browser.home.button.title" = "主页";
"browser.reload.button.title" = "刷新";
"wallet.import.subtitle" = "导入钱包与创建一样简单";
"configureTransaction.gasPriceGwei.label.title" = "Gas费用 (Gwei)";
"enterPassword.confirmPassword.textField.placeholder" = "确认密码";
"enterPassword.navigation.title" = "备份密码";

Loading…
Cancel
Save