Browse Source

modify strings

V1.1.0-release
ZhangJun 5 years ago
parent
commit
d22ec5f338
  1. 4
      app/src/main/res/values-zh-rCN/strings.xml
  2. 4
      app/src/main/res/values/strings.xml

4
app/src/main/res/values-zh-rCN/strings.xml

@ -275,7 +275,7 @@
<string name="export_success">导出成功</string>
<string name="read_sdcard">读取TF卡</string>
<string name="no_sdcard">未检测到TF卡</string>
<string name="no_sdcard_hint">请先插入TF卡(仅支持FAT32格式,容量不能超过32GB)</string>
<string name="no_sdcard_hint">请先插入TF卡(仅支持FAT32格式,容量不能超过32GB),再前往签名记录里导出文件。</string>
<string name="no_unsigned_txn">未检测到待签文件</string>
<string name="no_unsigned_txn_hint">请检查TF卡中是否存有待签文件</string>
<string name="electrum_broadcast_guide">Electrum 广播指引</string>
@ -286,7 +286,7 @@
<string name="error_txn_file">请重新导出,导出时请不要更改文件内容或格式。</string>
<string name="export_signed_txn">导出文件进行广播</string>
<string name="electrum_import_signed_txn">导出后,前往【electrum--工具--加载交易--从文件】,打开该文件。</string>
<string name="insert_sdcard_hint">请先插入TF卡(仅支持FAT32格式,容量不能超过32G),再前往签名记录里导出文件。</string>
<string name="insert_sdcard_hint">请先插入TF卡(仅支持FAT32格式,容量不能超过32G)</string>
<string name="electrum_import_xpub_action">在 Electrum 输入主公钥页面打开该文件</string>
<string name="transaction_source_label">热端钱包</string>
<string name="use_electrum_to_broadcast">请用 Electrum 扫描二维码进行广播</string>

4
app/src/main/res/values/strings.xml

@ -299,7 +299,7 @@
<string name="export_success">Export Successful</string>
<string name="read_sdcard">MicroSD card</string>
<string name="no_sdcard">MicroSD Card Not Found</string>
<string name="no_sdcard_hint">Please make sure you have inserted a FAT32 format microSD card with capacity 32GB or less.</string>
<string name="no_sdcard_hint">Please make sure you have inserted a FAT32 format microSD card with capacity 32GB or less, and that the signed transaction information has been uploaded to it.</string>
<string name="no_unsigned_txn">File Not Found</string>
<string name="no_unsigned_txn_hint">Please make sure the file you wish to sign was successfully saved to your microSD card.</string>
<string name="electrum_broadcast_guide">How to Broadcast</string>
@ -310,7 +310,7 @@
<string name="error_txn_file">Unable to parse file, please try exporting again.</string>
<string name="export_signed_txn">Export File to Broadcast</string>
<string name="electrum_import_signed_txn">In Electrum, go to Tools > Load Transaction > From File to open the file. </string>
<string name="insert_sdcard_hint">Please make sure you have inserted a FAT32 format microSD card with capacity 32GB or less, and that the signed transaction information has been uploaded to it.</string>
<string name="insert_sdcard_hint">Please make sure you have inserted a FAT32 format microSD card with capacity 32GB or less.</string>
<string name="electrum_import_xpub_action">Open when inputting your master public key on Electrum.</string>
<string name="transaction_source_label">Wallet</string>
<string name="use_electrum_to_broadcast">Scan the QR code with Electrum to broadcast</string>

Loading…
Cancel
Save