diff --git a/Bin/Light/Tera-light.zip b/Bin/Light/Tera-light.zip index 0e02fdf..ca30ba2 100644 Binary files a/Bin/Light/Tera-light.zip and b/Bin/Light/Tera-light.zip differ diff --git a/Bin/Light/tera_light_setup.exe b/Bin/Light/tera_light_setup.exe index df9d9b7..17291a8 100644 Binary files a/Bin/Light/tera_light_setup.exe and b/Bin/Light/tera_light_setup.exe differ diff --git a/Source/HTML/web-wallet.html b/Source/HTML/web-wallet.html index a4c2f6e..eca627b 100644 --- a/Source/HTML/web-wallet.html +++ b/Source/HTML/web-wallet.html @@ -1220,7 +1220,7 @@ "ACCOUNTS": "СЧЕТА", "SEND": "ОТПРАВКА", - "DAPPS": "ДАППСЫ", + "DAPPS": "ПРИЛОЖЕНИЯ", "EXPLORER": "ЭКСПЛОРЕР", "ID": "ИД", "Amount": "Сумма", @@ -1314,4 +1314,62 @@ "<< Prev":"<< zurück", "Next >>":"weiter >>", }; + + LangMap[" 中文"]= + { + "TERA Light": "TERA轻钱包", + "Wallet opened: ": "钱包已打开:", + "Edit...": "编辑...", + "OK": "ОК", + "Cancel": "取消", + "Generate key": "生成私钥", + " Reconnect": " 重连", + " New account...": " 新账号...", + "Accounts": "账号", + "Counters": "计数", + "Send": "发送", + + "Clear": "清除", + "Edit JSON": "编辑JSON", + "Sign JSON": "签名JSON", + "Send from JSON": "从JSON发送", + + "ACCOUNTS": "账号", + "SEND": "发送", + "DAPPS": "去中心化应用", + "EXPLORER": "浏览器", + "ID": "ID", + "Amount": "数量", + "Currency": "币种", + "Name": "名称", + "Smart": "智能合约", + "Description": "描述", + "Category": "类别", + "Base Account": "基本账号", + "Owner": "拥有者", + "Token generate": "生成代币", + "Block Num": "区块编号", + "Cur": "币种", + "PubKey": "公钥", + "Operation": "操作次数", + "Num": "编号", + "Date": "日期", + "Data Hash": "数据哈希", + "PowHash": "Pow哈希", + "Block Hash": "区块哈希", + "Bytes": "字节", + "Pow": "Pow", + "Miner": "矿工", + "Wallet:": "钱包:", + "Private key:": "私钥:", + "Pub key:": "公钥:", + "From account": "从账号", + "Pay to": "付款到", + "Description (optional)": "描述 (可选)", + "Public name":"名称", + "Show pub key":"显示公钥", + "Blocks & Tr":"区块&交易编号", + "<< Prev":"<< 向前", + "Next >>":"向后>>", + }; diff --git a/Source/core/constant.js b/Source/core/constant.js index 88f3ac5..96fe3db 100644 --- a/Source/core/constant.js +++ b/Source/core/constant.js @@ -8,7 +8,7 @@ * Telegram: https://web.telegram.org/#/im?p=@terafoundation */ -global.UPDATE_CODE_VERSION_NUM = 1001; +global.UPDATE_CODE_VERSION_NUM = 1003; global.MIN_CODE_VERSION_NUM = 992; global.MINING_VERSION_NUM = 3; global.InitParamsArg = InitParamsArg;