Browse Source

feat(国际化): 添加新的翻译字段和更新现有字段

添加了产品、退款货币、订单状态等新字段的翻译
更新了工作台和汇率相关的翻译内容
补充了表单字段的占位符文本
milestone-20251209-多语言二期^2
zhangrenyuan 1 month ago
parent
commit
2bc68af765
  1. 182
      src/components/locales/lang/en.js

182
src/components/locales/lang/en.js

@ -15,16 +15,44 @@ export default {
activityNamePlaceholder: 'Please enter activity name', activityNamePlaceholder: 'Please enter activity name',
goodsName: 'Product Name', goodsName: 'Product Name',
goodsNamePlaceholder: 'Please enter product name', goodsNamePlaceholder: 'Please enter product name',
productName: 'Product',
productNamePlaceholder: 'Please enter product',
payModel: 'Payment Method', payModel: 'Payment Method',
payModelPlaceholder: 'Select a payment method', payModelPlaceholder: 'Select a payment method',
refundType: 'Refund Type', refundType: 'Refund Type',
refundTypePlaceholder: 'Select refund type', refundTypePlaceholder: 'Select refund type',
refundCurrency: 'Refund Currency',
refundCurrencyPlaceholder: 'Select refund currency',
refundMethod: 'Refund Method',
refundMethodPlaceholder: 'Select refund method',
market: 'Region', market: 'Region',
marketPlaceholder: 'Select region', marketPlaceholder: 'Select region',
position: 'Position', position: 'Position',
positionPlaceholder: 'Select position', positionPlaceholder: 'Select position',
roleName: 'Role Name', roleName: 'Role Name',
roleNamePlaceholder: 'Please enter role name', roleNamePlaceholder: 'Please enter role name',
orderStatus: 'Order Status',
orderStatusPlaceholder: 'Select order status',
payCurrency: 'Payment Currency',
payCurrencyPlaceholder: 'Select payment currency',
type: 'Type',
typePlaceholder: 'Select type',
orderNo: 'Order No.',
orderNoPlaceholder: 'Please enter order no.',
activityNameChoose: 'Choose activity',
articleVideoID: 'Post/Video ID',
articleVideoIDPlaceholder: 'Enter post/video ID',
author: 'Author',
authorPlaceholder: 'Enter author',
articleVideoTitle: 'Title',
articleVideoTitlePlaceholder: 'Enter title',
giftName: 'Gift',
giftNamePlaceholder: 'Enter gift',
channel: 'Channel',
channelPlaceholder: 'Enter channel',
liveRoom: 'Live Room',
liveRoomPlaceholder: 'Enter live room',
consumetime: 'Consume Time',
consumePlatform: 'Consumption Platform', consumePlatform: 'Consumption Platform',
consumePlatformPlaceholder: 'Select consumption platform', consumePlatformPlaceholder: 'Select consumption platform',
rechargePlatform: 'Recharge Platform', rechargePlatform: 'Recharge Platform',
@ -277,10 +305,20 @@ export default {
refundGoldCoin: 'Total refunded coins', refundGoldCoin: 'Total refunded coins',
activity: 'Activity', activity: 'Activity',
businessBelong: 'Performance Belonging', businessBelong: 'Performance Belonging',
productName: 'Product',
productNum: 'Quantity',
number: 'Quantity',
money: 'Amount',
refundCurrency: 'Refund Currency',
refundAmount: 'Refund Amount',
refundChannels: 'Refund Method',
refundVoucher: 'Refund Voucher',
startTime: 'Start Time', startTime: 'Start Time',
endTime: 'End Time', endTime: 'End Time',
status: 'Status', status: 'Status',
creator: 'Creator', creator: 'Creator',
operator: 'Operator',
approver: 'Auditor',
rateName: 'Currency', rateName: 'Currency',
rechargeAmount: 'Recharge Amount', rechargeAmount: 'Recharge Amount',
Gold: 'Gold Coin Quantity', Gold: 'Gold Coin Quantity',
@ -296,10 +334,15 @@ export default {
remark: 'Remark', remark: 'Remark',
orderStatus: 'Order Status', orderStatus: 'Order Status',
submitter: 'Submitter', submitter: 'Submitter',
operator: 'Operator',
approver: 'Auditor',
rechargeTime: 'Recharge Time', rechargeTime: 'Recharge Time',
consumeTime: 'Consumption Time', consumeTime: 'Consumption Time',
refundTime: 'Refund Time', refundTime: 'Refund Time',
updateTime: 'Update Time', updateTime: 'Update Time',
receiveTime: 'Payment Received Time',
rejectTime: 'Rejected Time',
rejectReason: 'Reject Reason',
activityStatus: { activityStatus: {
notStarted: 'Not Started', notStarted: 'Not Started',
inProgress: 'In Progress', inProgress: 'In Progress',
@ -326,10 +369,27 @@ export default {
// Add Form Fields // Add Form Fields
common_add: { common_add: {
jwcode: 'Homily ID', jwcode: 'Homily ID',
jwcodePlaceholder: 'Please enter Homily ID',
originalChinese: 'Original Chinese',
originalChinesePlaceholder: 'Enter original Chinese',
english: 'English',
englishPlaceholder: 'Enter English',
thai: 'Thai',
thaiPlaceholder: 'Enter Thai',
chineseTraditional: 'Traditional Chinese',
chineseTraditionalPlaceholder: 'Enter Traditional Chinese',
malay: 'Malay',
malayPlaceholder: 'Enter Malay',
vietnamese: 'Vietnamese',
vietnamesePlaceholder: 'Enter Vietnamese',
addTranslation: 'Add Translation',
editTranslation: 'Edit Translation',
addUserPermission: 'Add User Permission', addUserPermission: 'Add User Permission',
editUserPermission: 'Edit User Permission', editUserPermission: 'Edit User Permission',
account: 'OA Account', account: 'OA Account',
accountPlaceholder: 'Please enter OA account', accountPlaceholder: 'Please enter OA account',
market: 'Region',
marketPlaceholder: 'Enter region',
userName: 'User Name', userName: 'User Name',
userNamePlaceholder: 'Please enter user name', userNamePlaceholder: 'Please enter user name',
roleName: 'Role Name', roleName: 'Role Name',
@ -345,6 +405,10 @@ export default {
permissionDetails: 'Permission Details', permissionDetails: 'Permission Details',
channelName: 'Channel Name', channelName: 'Channel Name',
channelPlaceholder: 'Please select channel', channelPlaceholder: 'Please select channel',
customerName: 'Customer Name',
customerNamePlaceholder: 'Please enter the customer name',
rejectReason: 'Reject Reason',
rejectReasonPlaceholder: 'Enter reject reason',
originalChinese: 'Original Chinese', originalChinese: 'Original Chinese',
originalChinesePlaceholder: 'Enter original Chinese', originalChinesePlaceholder: 'Enter original Chinese',
english: 'English', english: 'English',
@ -370,6 +434,19 @@ export default {
rechargeAmount: 'Recharge Amount', rechargeAmount: 'Recharge Amount',
currencyName: 'Currency', currencyName: 'Currency',
goodsName: 'Product Name', goodsName: 'Product Name',
productName: 'Product',
productNamePlaceholder: 'Select product',
productNum: 'Quantity',
productNumPlaceholder: 'Enter quantity',
numUnit: 'Unit',
payCurrency: 'Payment Currency',
payCurrencyPlaceholder: 'Select payment currency',
payAmount: 'Payment Amount',
payAmountPlaceholder: 'Enter payment amount',
payMethod: 'Payment Method',
payMethodPlaceholder: 'Select payment method',
receiveArea: 'Receiving Region',
receiveAreaPlaceholder: 'Select receiving region',
price: 'Original Price', price: 'Original Price',
goodsNamePlaceholder: 'Select product', goodsNamePlaceholder: 'Select product',
payModel: 'Collection Method', payModel: 'Collection Method',
@ -381,13 +458,27 @@ export default {
refundModelAll: 'Full Refund', refundModelAll: 'Full Refund',
refundModelPart: 'Partial Refund', refundModelPart: 'Partial Refund',
refundGoldCoin: 'Total refunded coins', refundGoldCoin: 'Total refunded coins',
refundCurrency: 'Refund Currency',
refundCurrencyPlaceholder: 'Select refund currency',
refundAmount: 'Refund Amount',
refundAmountPlaceholder: 'Enter refund amount',
refundChannels: 'Refund Method',
refundChannelsPlaceholder: 'Select refund method',
refundTime: 'Refund Time',
refundTimePlaceholder: 'Select refund time',
refundVoucher: 'Refund Voucher',
payModelPlaceholder: 'Select collection method', payModelPlaceholder: 'Select collection method',
consumeTotalGold: 'Total coins consumed', consumeTotalGold: 'Total coins consumed',
totalGold: 'Total Coins', totalGold: 'Total Coins',
paymentTime: 'Payment Time', paymentTime: 'Payment Time',
paymentVoucher: 'Payment Voucher', paymentVoucher: 'Payment Voucher',
transferVoucher: 'Transfer Voucher',
noTransferVoucher: 'No Transfer Voucher',
transferVoucherPlaceholder: 'JPG/PNG only, ≤2MB',
uploadPhoto: 'Please upload image',
paymentVoucherPlaceholder: 'JPG/PNG only, ≤1MB', paymentVoucherPlaceholder: 'JPG/PNG only, ≤1MB',
remark: 'Remark', remark: 'Remark',
remarkPlaceholder: 'Enter remark',
// Confirm Form // Confirm Form
operationConfirm: 'Operation Confirmation', operationConfirm: 'Operation Confirmation',
@ -398,6 +489,18 @@ export default {
buy: 'Purchase', buy: 'Purchase',
operator: 'Operator', operator: 'Operator',
continueOperation: 'Do you want to continue the operation?', continueOperation: 'Do you want to continue the operation?',
// Cash
receiveCurrency: 'Receiving Currency',
receiveCurrencyPlaceholder: 'Select receiving currency',
receiveAmount: 'Receiving Amount',
receiveAmountPlaceholder: 'Enter receiving amount',
fee: 'Fee',
feePlaceholder: 'Enter fee',
receiveTime: 'Payment Received Time',
receiveTimePlaceholder: 'Select received time',
refundReason: 'Refund Reason',
tip: 'ps: state the user’s refund request in the reason.',
refund: 'Refund',
}, },
// Add Form User Info // Add Form User Info
@ -413,6 +516,11 @@ export default {
onlyStatisticsDataAfter20250101: 'Statistics only include data after 2025-01-01', onlyStatisticsDataAfter20250101: 'Statistics only include data after 2025-01-01',
store: 'Store', store: 'Store',
maxReductionAmount: 'Maximum Redemption Amount', maxReductionAmount: 'Maximum Redemption Amount',
currentPayableBean: 'Current paid beans',
currentFreeBean: 'Current free beans',
consumeTotalBean: 'Total consumed beans',
permanentBean: 'Paid Gold Beans',
freeBean: 'Free Gold Beans',
}, },
// Audit Group // Audit Group
@ -581,6 +689,80 @@ export default {
refund: 'Refund', refund: 'Refund',
}, },
}, },
// Workbench Group
workbench: {
dataOverview: 'Overview',
loading: 'Loading...',
cashManagement: 'Cash',
dataExplanationTitle: 'Note',
dataExplanationContent: 'Data is computed in real time and may have deviations.',
totalRevenue: 'Revenue',
SGD: 'SGD',
collect: 'Collection',
Singapore: 'Singapore',
Malaysia: 'Malaysia',
HongKong: 'Hong Kong',
Thailand: 'Thailand',
VietnamHCM: 'Vietnam HCM',
Canada: 'Canada',
MYR: 'MYR',
HKD: 'HKD',
CAD: 'CAD',
THB: 'THB',
VND: 'VND',
goldManagement: 'Gold',
lastUpdateTime: 'Last update:',
noData: 'No data for this region',
currentGoldBalance: 'Gold balance',
compareToPreviousDay: 'vs previous day',
permanentGold: 'Permanent',
freeGold: 'Free',
taskGold: 'Task',
goldExpireIn6Months: 'Expiring in Jun:',
goldExpireIn12Months: 'Expiring in Dec:',
annualCumulativeRecharge: 'Year recharge coins:',
convertedSGDCumulativeAmount: 'SGD total:',
yesterdayNew: 'Yesterday add:',
wherePermanentGold: 'Permanent:',
annualCumulativeConsume: 'Year consume coins:',
consume: 'Consume:',
refund: 'Refund:',
yesterdayNewAll: 'Yesterday total:',
yesterdayNewConsume: 'Yesterday consume:',
yesterdayNewRefund: 'Yesterday refund:',
annualCumulativeRechargePeople: 'Year recharge users:',
weekYearOnYear: 'WoW:',
dayYearOnYear: 'DoD:',
yesterdayRechargePeople: 'Yesterday recharge users:',
whereFirstRecharge: 'First recharge:',
coinRecharge: 'Gold recharge',
coinConsume: 'Gold consume',
total: 'Total:',
yesterday: 'Yesterday',
today: 'Today',
thisWeek: 'This week',
thisMonth: 'This month',
thisYear: 'This year',
startTime: 'Start Time',
endTime: 'End Time',
query: 'Query',
gold: 'Gold',
recharge: 'Recharge',
consume: 'Consume',
rank: 'Rank',
allTypes: 'All types',
region: 'Region',
goldCount: 'Gold count',
all: 'All',
marketTitle: 'Note',
marketContent: 'If period exceeds 40 days, data aggregates by month.',
},
// Rate Group
rate: {
modifyRate: 'Modify rate',
prompt1: 'Note: per',
prompt2: 'can exchange 1 SGD',
},
cash: { cash: {
// 收款管理 // 收款管理

Loading…
Cancel
Save