Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
Localized insufficient_balances message
Browse files Browse the repository at this point in the history
  • Loading branch information
James Calfee committed Jun 4, 2015
1 parent 92e6426 commit 5fef469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/static/locale-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
"create_wallet": "Create Wallet"
},
"jslib_wallet":{
"insufficient_balances": "Insufficient balances",
"conflicting_account":"Account '{{v1}}' is not owned by this wallet.",
"account_not_found": "Account '{{v1}}' was not found",
"account_already_exists": "Account '{{v1}}' already exists.",
Expand Down
1 change: 1 addition & 0 deletions app/static/locale-zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
"create_wallet": "创建钱包"
},
"jslib_wallet":{
"insufficient_balances": "余额不足",
"conflicting_account":"账号 '{{v1}}' 不是这个钱包所拥有的。",
"account_not_found": "账号 '{{v1}}' 并没有找到。",
"account_already_exists": "账号 '{{v1}}' 早就已经存在。"
Expand Down

0 comments on commit 5fef469

Please sign in to comment.