[zh-CN.ts, en-US.ts] 按老杨要求修改到五维星球,删除$200以上的提示文字。

This commit is contained in:
luk.lu
2019-09-09 11:19:21 +08:00
parent b5159b05b0
commit dca78553c8
2 changed files with 11 additions and 11 deletions

View File

@@ -100,7 +100,7 @@ export default {
'mine.origin': 'Please choose coin type',
'mine.calc': 'Exchange Calculator',
'mine.mine': 'Crystal',
'mine.addressTitle': 'Deposit at least 200 {label} to your address (Warning: less than 200 {label} will NOT increase your crystal). Please scan QR code or click url to copy',
'mine.addressTitle': 'Deposit {label} to your address. Please scan QR code or click url to copy: ',
'mine.info': 'After the deposit, you have to click "Refresh" on the mine\'s page to inform the platform, and crystals will only turn valid until the platform gets informed and it confirms your deposit',
'draw.title': 'Withdraw',
@@ -178,7 +178,7 @@ export default {
'about.title': 'About FIV',
'about.desc': 'Digital Wealth Management Platform',
'about.appTitle': 'Download APP',
'about.appDesc': '(Click to get download link)',
'about.appDesc': '(Click to get app link)',
'about.comTitle': 'Join in Community',
'about.comDesc': '(Click to get community link)',
'about.contact': 'Contact Us',

View File

@@ -1,5 +1,5 @@
export default {
'app.name': '五维',
'app.name': '五维星球',
'app.error': '加载失败,点击重新加载',
'index.start': '启动页',
'index.start1': '数字货币',
@@ -100,8 +100,8 @@ export default {
'mine.origin': '请选择来源币种',
'mine.calc': '汇率计算器:',
'mine.mine': '矿晶',
'mine.addressTitle': '充值至少200 {label} 到您的专属地址低于200无效不可退不可累计。扫描二维码或点击地址复制:',
'mine.info': '充值到达目标账户后,您必须回到上一页矿场,点击刷新,平台查账确认后,您才能获赠矿晶。',
'mine.addressTitle': '充值 {label} 到您的专属地址。扫描二维码或点击地址复制:',
'mine.info': '充值到达目标账户后,回到上一页矿场,点击刷新,平台查账确认后,您即可获赠矿晶。',
'draw.title': '提币转账',
'draw.selection': '请选择提取币种',
@@ -113,7 +113,7 @@ export default {
'draw.actual': '预计到账 {num} {coin}',
'draw.drawHint': 'VIC最低1000起; USDT每周仅限一次',
'draw.draw': '提币',
'draw.qrPrompt': '请安装 App 扫描二维码',
'draw.qrPrompt': '请安装 App 扫描二维码',
'draw.qrError': '扫描二维码错误',
'draw.coin': '请选择提币币种',
'draw.targetPrompt': '请填写目标地址',
@@ -137,13 +137,13 @@ export default {
'chphone.btn': '更换',
'chphone.success': '您已成功更换了手机号,下次登录请使用新手机号!',
'fundpwd.title': '修改资金密码',
'fundpwd.title': '设置资金密码',
'fundpwd.origin': '验证原资金密码',
'fundpwd.new': '设置新的资金密码',
'fundpwd.confirm': '确认新的资金密码',
'fundpwd.btn': '提交',
'fundpwd.originPrompt': '请输入原始资金密码',
'fundpwd.success': '资金密码修改成功',
'fundpwd.success': '资金密码设置成功',
'lgpwd.title': '修改登录密码',
'lgpwd.origin': '验证原登录密码',
@@ -158,7 +158,7 @@ export default {
'profile.identity': '实名认证',
'profile.share': '社区推广',
'profile.msg': '消息中心',
'profile.about': '关于五维',
'profile.about': '关于五维星球',
'account.title': '我的账户',
'account.nickname': '昵称',
@@ -175,12 +175,12 @@ export default {
'system.currency': '法币偏好',
'system.chooseLang': '请选择语言',
'about.title': '关于五维',
'about.title': '关于五维星球',
'about.desc': '数字货币财富管理平台',
'about.appTitle': '下载 APP',
'about.appDesc': '(点击相应图标获取 APP 下载地址)',
'about.comTitle': '加入社区',
'about.comDesc': '(点击相应图标获取社区地址)',
'about.contact': '联系我们',
'about.copyright': 'Copyright ©2019 五维',
'about.copyright': 'Copyright ©2019 五维星球',
}