diff --git a/app/static/locale-en.json b/app/static/locale-en.json index 6d4e1df2..064d6979 100644 --- a/app/static/locale-en.json +++ b/app/static/locale-en.json @@ -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.", diff --git a/app/static/locale-zh-CN.json b/app/static/locale-zh-CN.json index ce370ba8..46709af1 100644 --- a/app/static/locale-zh-CN.json +++ b/app/static/locale-zh-CN.json @@ -161,6 +161,7 @@ "create_wallet": "创建钱包" }, "jslib_wallet":{ + "insufficient_balances": "余额不足", "conflicting_account":"账号 '{{v1}}' 不是这个钱包所拥有的。", "account_not_found": "账号 '{{v1}}' 并没有找到。", "account_already_exists": "账号 '{{v1}}' 早就已经存在。"