Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/TbLtzk/Centaurus.git
Browse files Browse the repository at this point in the history
  • Loading branch information
TbLtzk committed Feb 18, 2017
2 parents e4dce96 + 1acb342 commit 37d4d12
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 5 deletions.
44 changes: 44 additions & 0 deletions www/i18n/additional/zh.md
@@ -0,0 +1,44 @@
#Store Entry

_meta.version: 0.0.1

### Title (max 30)

Centaurus 恒星钱包

### Short Description (max 80)

第一个安卓版恒星钱包!

### Description (max 4000)

Stellar意指星际,离我们最近的星系就是南门二(半人马座α)!要抵达那里,首先需要一个用于发送与接收支付的应用。

此应用第一次启动时会为你创建一个恒星地址,你可以立即使用它接收流明币。当你有了一些流明币你就可以花费它们。例如,扫描朋友的二维码。此外你可以使用你的移动设备键入一个现有地址的密钥。享受并传播恒星及其理念吧。

权限要求:

* 互联网: 用于与恒星网络通讯
* 摄像头/麦克风:用于扫描二维码。麦克风并未使用,只是Play商店将其与摄像头置为一组。
* 媒体/文件:用于分享你的地址或备份到文件

一些结束语:
Centaurus刚刚起步,所以请做好不能在所有设备上正常工作的心理准备。 我们试图为大多数用户提供最大的价值,并希望持续改进。
不要在此应用中持有除日用外,以及最坏情况下所能承受的最大损失之外的流明币。自担风险。

* 备份你的密钥。否则一旦丢失手机,卸载应用或者清除应用数据,钱包内资金(及未来别人可能的支付)都将永久丢失!
* 可能有多种原因导致连接到恒星网络失败。如果你的账户余额看起来不正确,关闭重开应用可能会有帮助。
* Stellar Names are not supported.

尽请反馈,如有问题请尽快联络。

### What's new

* 升级到 Stellar-Core
* 展示所有资产余额
* 支持地址标签destination tag
* 改进框架,为最近的历史增添Tab页
* 多种渠道分享地址(不仅是邮件)
* 加密导出账户密钥
* 导入账户密钥(从之前导出的内容或输入密钥)
* 多语言支持
20 changes: 15 additions & 5 deletions www/i18n/zh.json
@@ -1,5 +1,10 @@
{
"_meta.version": "0.0.3",
"_meta.version": "0.0.4",
"controllers.anchors.add.confirm": "将被允许持有以下货币:",
"controllers.anchors.add.error.emptyDomain": "请输入恒星锚点所使用的域名",
"controllers.anchors.add.error.invalidDomain": "是无效的恒星锚点域名。",
"controllers.anchors.remove.caption": "移除锚点",
"controllers.anchors.remove.text": "请确认以移除锚点。",
"controllers.contacts.edit.popup.subtitle": "请编辑联系人详情。",
"controllers.contacts.edit.popup.title": "编辑联系人",
"controllers.contacts.remove.caption": "移除联系人",
Expand Down Expand Up @@ -45,15 +50,17 @@
"general.common.filter": "过滤",
"general.common.name": "姓名",
"navigation.about.title": "关于",
"navigation.anchors.title": "锚点",
"navigation.contacts.title": "联系人",
"navigation.receive.title": "接收",
"navigation.send.title": "发送",
"navigation.trx.title": "交易",
"navigation.trx.title": "历史",
"navigation.wallet.title": "钱包",
"service.commands.importKeys.overwrite.caption": "覆盖地址/密钥",
"service.commands.importKeys.overwrite.text": "这就覆盖您现存的地址/密钥对。如果你没有进行备份,旧有的地址资金将会丢失!",
"services.commands.backup.incorrectPwd": "无效的密码!",
"services.commands.importKeys.noChange": "密钥对成功恢复,但与上次备份相比并未更改。",
"services.commands.importKeys.ok": "密钥成功恢复。",
"services.uiHelper.password.placeholder.choose": "选择密码",
"services.uiHelper.password.placeholder.enter": "您的密码",
"services.uiHelper.password.title.choose": "请选择一个密码",
Expand All @@ -80,9 +87,9 @@
"tabs.about.issues.body.stellarNames": "不支持恒星名称。",
"tabs.about.issues.divider": "已知问题",
"tabs.about.main.body.p1": "恒星意指星际,而离我们最近的星系就是南门二(半人马座α)!",
"tabs.about.main.body.p2": "而要抵达的下一步就是一个用于发送与接收的应用",
"tabs.about.main.divider": "半人马座恒星钱包",
"tabs.about.title": "半人马座",
"tabs.about.main.body.p2": "要抵达那里,首先需要一个用于发送与接收支付的应用",
"tabs.about.main.divider": "Centaurus 半人马座恒星钱包",
"tabs.about.title": "Centaurus 半人马座",
"tabs.receive.address.label": "您的恒星地址",
"tabs.receive.qrcode.instruction": "让发送者扫描此二维码",
"tabs.receive.title": "接收",
Expand All @@ -101,6 +108,9 @@
"tabs.wallet.import": "导入",
"tabs.wallet.secret": "显示密钥",
"tabs.wallet.title": "钱包",
"views.anchors.domainName.placeholder": "锚点域名",
"views.anchors.needLumen.placeholder": "流明币不足,无法增添新锚点",
"views.anchors.title": "锚点",
"views.contact.memo.placeholder": "Memo (可选)",
"views.contacts.title": "联系人",
"views.settings.language.label": "语言"
Expand Down

0 comments on commit 37d4d12

Please sign in to comment.