|
|
@ -2,6 +2,7 @@ export default { |
|
|
|
common: { |
|
|
|
switchSuccess: 'Language switched successfully', |
|
|
|
title: 'Laos Financial Payment Management System', |
|
|
|
moreMenu: 'more menu', |
|
|
|
button: { |
|
|
|
add: 'Add', |
|
|
|
edit: 'Edit', |
|
|
@ -646,24 +647,336 @@ export default { |
|
|
|
editCredit: 'Modify Credit', |
|
|
|
credit: 'Credit Details' |
|
|
|
}, |
|
|
|
userCreditRecord: {}, |
|
|
|
userCreditRecord: { |
|
|
|
userId: 'User ID', |
|
|
|
userName: 'User Name', |
|
|
|
violationBus: 'Violated Business', |
|
|
|
violationOrd: 'Violated Order', |
|
|
|
violationSum: 'Violated Amount', |
|
|
|
creditRuleId: 'Credit Rule ID', |
|
|
|
placeholder: { |
|
|
|
creditRuleId: 'Enter Credit Rule ID', |
|
|
|
userId: 'Enter User ID', |
|
|
|
violationBus: 'Enter Violated Business', |
|
|
|
violationOrd: 'Enter Violated Order', |
|
|
|
violationSum: 'Enter Violated Amount', |
|
|
|
}, |
|
|
|
validation: { |
|
|
|
userIdRequired: 'User ID is required', |
|
|
|
userIdPattern: 'User ID must be numeric', |
|
|
|
creditRuleIdRequired: 'Credit Rule ID is required', |
|
|
|
creditRuleIdPattern: 'Credit Rule ID must be numeric', |
|
|
|
violationOrdRequired: 'Violated Order is required', |
|
|
|
violationOrdPattern: 'Violated Order must be numeric', |
|
|
|
violationSumRequired: 'Violated Amount is required', |
|
|
|
violationSumPattern: 'Violated Amount must be numeric', |
|
|
|
violationSumPositive: 'Violated Amount must be positive', |
|
|
|
addTitle: 'Add Credit Record', |
|
|
|
detailTitle: 'Credit Record Details', |
|
|
|
editTitle: 'Edit Credit Record' |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
behavior: { |
|
|
|
userBehaviorLog: {}, |
|
|
|
userBehaviorStats: {}, |
|
|
|
rule: { |
|
|
|
userBehaviorRuleRisk: {}, |
|
|
|
userBehaviorRuleAction: {}, |
|
|
|
userBehaviorRuleRisk: { |
|
|
|
ruleName: 'Rule Name', |
|
|
|
priority: 'Rule Priority', |
|
|
|
description: 'Rule Description', |
|
|
|
isEnabled: 'Is Enabled', |
|
|
|
enabledYes: 'Yes', |
|
|
|
enabledNo: 'No', |
|
|
|
operation: 'Operation', |
|
|
|
ruleNamePlaceholder: 'Enter Rule Name', |
|
|
|
priorityPlaceholder: 'Enter Rule Priority', |
|
|
|
descriptionPlaceholder: 'Enter Rule Description', |
|
|
|
isEnabledPlaceholder: 'Select Is Enabled', |
|
|
|
idRequired: 'ID cannot be empty', |
|
|
|
ruleNameRequired: 'Rule Name cannot be empty', |
|
|
|
triggerConditionRequired: 'Trigger Condition cannot be empty', |
|
|
|
priorityRequired: 'Rule Priority cannot be empty', |
|
|
|
descriptionRequired: 'Rule Description cannot be empty', |
|
|
|
isEnabledRequired: 'Is Enabled cannot be empty', |
|
|
|
statusRequired: 'Rule Status cannot be empty', |
|
|
|
addTitle: 'Add Risk Identification Rule', |
|
|
|
updateTitle: 'Update Risk Identification Rule', |
|
|
|
detailTitle: 'Risk Identification Rule Details', |
|
|
|
triggerCondition: 'Trigger Condition', |
|
|
|
ruleNameLabel: 'Rule Name', |
|
|
|
priorityLabel: 'Rule Priority', |
|
|
|
descriptionLabel: 'Rule Description', |
|
|
|
isEnabledLabel: 'Is Enabled' |
|
|
|
} |
|
|
|
}, |
|
|
|
behaviorModelInfo: {}, |
|
|
|
userBehaviorStats: { |
|
|
|
statDateLabel: 'Statistics Date', |
|
|
|
dimensionValueLabel: 'Dimension Value', |
|
|
|
totalLabel: 'Total', |
|
|
|
avgDurationLabel: 'Average Duration', |
|
|
|
behaviorTypeLabel: 'Behavior Type', |
|
|
|
extraDataLabel: 'Extra Data', |
|
|
|
statDatePlaceholder: 'Select Statistics Date', |
|
|
|
dimensionValuePlaceholder: 'Enter Dimension Value', |
|
|
|
totalPlaceholder: 'Enter Total', |
|
|
|
avgDurationPlaceholder: 'Enter Average Duration', |
|
|
|
behaviorTypePlaceholder: 'Select Behavior Type', |
|
|
|
idLabel: 'ID', |
|
|
|
operationLabel: 'Operation', |
|
|
|
addTitle: 'Add User Behavior Statistics Aggregation', |
|
|
|
editTitle: 'Edit User Behavior Statistics Aggregation', |
|
|
|
detailTitle: 'User Behavior Statistics Aggregation Details', |
|
|
|
dimensionTypeLabel: 'Dimension Type', |
|
|
|
realNameAuth: 'Real Name Authentication', |
|
|
|
visitPage: 'Visit Page', |
|
|
|
clickOperation: 'Click Operation', |
|
|
|
logout: 'Logout', |
|
|
|
payment: 'Payment', |
|
|
|
login: 'Login' |
|
|
|
}, |
|
|
|
userBehaviorLog: { |
|
|
|
idLabel: 'ID', |
|
|
|
userNameLabel: 'User Name', |
|
|
|
uaLabel: 'User Agent', |
|
|
|
behaviorLog: 'User Behavior Log', |
|
|
|
userIdLabel: 'User ID', |
|
|
|
userIdPlaceholder: 'Enter User ID', |
|
|
|
ipLabel: 'IP Address', |
|
|
|
ipPlaceholder: 'Enter IP Address', |
|
|
|
behaviorTypeLabel: 'Behavior Type', |
|
|
|
behaviorTypePlaceholder: 'Select Behavior Type', |
|
|
|
deviceTypeLabel: 'Device Type', |
|
|
|
deviceTypePlaceholder: 'Select Device Type', |
|
|
|
platformLabel: 'Platform Type', |
|
|
|
platformPlaceholder: 'Select Platform Type', |
|
|
|
operationLabel: 'Operation', |
|
|
|
addTitle: 'Add User Behavior Log', |
|
|
|
editTitle: 'Edit User Behavior Log', |
|
|
|
detailUserIdLabel: 'User ID', |
|
|
|
detailUserNameLabel: 'User Name', |
|
|
|
detailIpLabel: 'IP Address', |
|
|
|
detailUaLabel: 'User Agent', |
|
|
|
detailBehaviorTypeLabel: 'Behavior Type', |
|
|
|
detailDeviceTypeLabel: 'Device Type', |
|
|
|
detailPlatformLabel: 'Platform Type', |
|
|
|
userIdRequired: 'User ID cannot be empty', |
|
|
|
userIdMustNumber: 'User ID must be numeric', |
|
|
|
loginLabel: 'Login', |
|
|
|
paymentLabel: 'Payment', |
|
|
|
realNameAuthLabel: 'Real Name Authentication', |
|
|
|
clickOperationLabel: 'Click Operation', |
|
|
|
visitPageLabel: 'Visit Page', |
|
|
|
logoutLabel: 'Logout', |
|
|
|
mobileDeviceLabel: 'Mobile Device', |
|
|
|
tabletDeviceLabel: 'Tablet Device' |
|
|
|
} |
|
|
|
}, |
|
|
|
order: { |
|
|
|
dealPayment: {}, |
|
|
|
dealReceipt: {}, |
|
|
|
dealRecharge: {}, |
|
|
|
dealWithdraw: {}, |
|
|
|
dealTransfer: {}, |
|
|
|
dealProxy: {}, |
|
|
|
dealPayment: { |
|
|
|
id: 'Payment Order ID', |
|
|
|
payerId: 'Payer ID', |
|
|
|
payerAccountName: 'Payer Account Name', |
|
|
|
payeeId: 'Payee ID', |
|
|
|
payeeAccountName: 'Payee Account Name', |
|
|
|
transactionAmount: 'Transaction Amount', |
|
|
|
fee: 'Fee', |
|
|
|
paymentType: 'Payment Type', |
|
|
|
status: 'Status', |
|
|
|
paymentMethod: 'Payment Method', |
|
|
|
billCode: 'Bill Code', |
|
|
|
qrCode: 'QR Code', |
|
|
|
remark: 'Remark', |
|
|
|
addTitle: 'Add Payment Order', |
|
|
|
editTitle: 'Edit Payment Order', |
|
|
|
detailTitle: 'Payment Order Details', |
|
|
|
placeholder: { |
|
|
|
payerId: 'Enter Payer ID', |
|
|
|
payerAccountName: 'Enter Payer Account Name', |
|
|
|
payeeId: 'Enter Payee ID', |
|
|
|
payeeAccountName: 'Enter Payee Account Name', |
|
|
|
paymentMethod: 'Enter Payment Method', |
|
|
|
billCode: 'Enter Bill Code', |
|
|
|
transactionAmount: 'Enter Transaction Amount', |
|
|
|
fee: 'Enter Fee', |
|
|
|
paymentType: 'Enter Payment Type', |
|
|
|
remark: 'Enter Remark' |
|
|
|
}, |
|
|
|
rules: { |
|
|
|
payerId: 'Payer ID is required', |
|
|
|
payerAccountName: 'Payer Account Name is required', |
|
|
|
payeeId: 'Payee ID is required', |
|
|
|
payeeAccountName: 'Payee Account Name is required', |
|
|
|
transactionAmount: 'Transaction Amount is required' |
|
|
|
} |
|
|
|
}, |
|
|
|
dealReceipt: { |
|
|
|
id: 'Receipt Order ID', |
|
|
|
payerId: 'Payer ID', |
|
|
|
payerAccountName: 'Payer Account Name', |
|
|
|
payeeId: 'Payee ID', |
|
|
|
payeeAccountName: 'Payee Account Name', |
|
|
|
transactionAmount: 'Transaction Amount', |
|
|
|
fee: 'Fee', |
|
|
|
receiptType: 'Receipt Type', |
|
|
|
status: 'Status', |
|
|
|
paymentMethod: 'Payment Method', |
|
|
|
remark: 'Remark', |
|
|
|
billCode: 'Bill Code', |
|
|
|
qrCode: 'QR Code', |
|
|
|
payerIdPlaceholder: 'Enter Payer ID', |
|
|
|
payerAccountNamePlaceholder: 'Enter Payer Account Name', |
|
|
|
payeeIdPlaceholder: 'Enter Payee ID', |
|
|
|
payeeAccountNamePlaceholder: 'Enter Payee Account Name', |
|
|
|
paymentMethodPlaceholder: 'Enter Payment Method', |
|
|
|
billCodePlaceholder: 'Enter Bill Code', |
|
|
|
transactionAmountPlaceholder: 'Enter Transaction Amount', |
|
|
|
feePlaceholder: 'Enter Fee', |
|
|
|
remarkPlaceholder: 'Enter Remark', |
|
|
|
addTitle: 'Add Receipt Order', |
|
|
|
editTitle: 'Edit Receipt Order', |
|
|
|
detailTitle: 'Receipt Order Details', |
|
|
|
rules: { |
|
|
|
payerIdRequired: 'Payer ID is required', |
|
|
|
payerAccountNameRequired: 'Payer Account Name is required', |
|
|
|
payeeIdRequired: 'Payee ID is required', |
|
|
|
payeeAccountNameRequired: 'Payee Account Name is required', |
|
|
|
transactionAmountRequired: 'Transaction Amount is required' |
|
|
|
} |
|
|
|
}, |
|
|
|
dealRecharge: { |
|
|
|
rechargeId: 'Recharge User ID', |
|
|
|
rechargeAccount: 'Recharge Account', |
|
|
|
paymentMethod: 'Payment Method', |
|
|
|
rechargeMethod: 'Recharge Method', |
|
|
|
billCode: 'Bill Code', |
|
|
|
orderId: 'Order ID', |
|
|
|
rechargeUserId: 'Recharge User ID', |
|
|
|
rechargeAccountName: 'Recharge Account Name', |
|
|
|
transactionAmount: 'Transaction Amount', |
|
|
|
fee: 'Fee', |
|
|
|
actualAmount: 'Actual Amount', |
|
|
|
status: 'Status', |
|
|
|
enterRechargeUserId: 'Enter Recharge User ID', |
|
|
|
enterRechargeAccount: 'Enter Recharge Account', |
|
|
|
enterPaymentMethod: 'Enter Payment Method', |
|
|
|
enterRechargeMethod: 'Enter Recharge Method', |
|
|
|
enterBillCode: 'Enter Bill Code', |
|
|
|
rechargeUserIdPlaceholder: 'Enter Recharge User ID', |
|
|
|
rechargeAccountNamePlaceholder: 'Enter Recharge Account Name', |
|
|
|
paymentMethodPlaceholder: 'Enter Payment Method', |
|
|
|
rechargeMethodPlaceholder: 'Enter Recharge Method', |
|
|
|
billCodePlaceholder: 'Enter Bill Code', |
|
|
|
rechargeAccountPlaceholder: 'Enter Recharge Account', |
|
|
|
rechargeAmountPlaceholder: 'Enter Recharge Amount', |
|
|
|
remarkPlaceholder: 'Enter Remark', |
|
|
|
dialogTitle: 'Recharge Order', |
|
|
|
detailDialogTitle: 'Recharge Order Details', |
|
|
|
addTitle: 'Add Recharge Order', |
|
|
|
editTitle: 'Edit Recharge Order', |
|
|
|
detailTitle: 'Recharge Order Details', |
|
|
|
rechargeUserIdRequired: 'Recharge User ID is required', |
|
|
|
rechargeAccountRequired: 'Recharge Account is required', |
|
|
|
transactionAmountRequired: 'Transaction Amount is required', |
|
|
|
paymentMethodRequired: 'Payment Method is required', |
|
|
|
rechargeTypeRequired: 'Recharge Method is required' |
|
|
|
}, |
|
|
|
dealWithdrawal: { |
|
|
|
withdrawalUserIdLabel: 'Withdrawal User ID', |
|
|
|
withdrawalAccountNameLabel: 'Withdrawal Account Name', |
|
|
|
billCodeLabel: 'Bill Code', |
|
|
|
transactionAmountLabel: 'Transaction Amount', |
|
|
|
feeLabel: 'Fee', |
|
|
|
actualAmountLabel: 'Actual Amount', |
|
|
|
withdrawalMethodLabel: 'Withdrawal Method', |
|
|
|
remarkLabel: 'Remark', |
|
|
|
tableHeader: { |
|
|
|
orderId: 'Order ID', |
|
|
|
withdrawalUserId: 'Withdrawal User ID', |
|
|
|
withdrawalAccountName: 'Withdrawal Account Name', |
|
|
|
transactionAmount: 'Transaction Amount', |
|
|
|
fee: 'Fee', |
|
|
|
actualAmount: 'Actual Amount', |
|
|
|
withdrawalMethod: 'Withdrawal Method', |
|
|
|
status: 'Status', |
|
|
|
billCode: 'Bill Code' |
|
|
|
}, |
|
|
|
withdrawalUserIdPlaceholder: 'Enter Withdrawal User ID', |
|
|
|
withdrawalAccountNamePlaceholder: 'Enter Withdrawal Account Name', |
|
|
|
billCodePlaceholder: 'Enter Bill Code', |
|
|
|
transactionAmountPlaceholder: 'Enter Transaction Amount', |
|
|
|
feePlaceholder: 'Enter Fee', |
|
|
|
actualAmountPlaceholder: 'Enter Actual Amount', |
|
|
|
withdrawalMethodPlaceholder: 'Enter Withdrawal Method', |
|
|
|
remarkPlaceholder: 'Enter Remark', |
|
|
|
withdrawalUserIdRequired: 'Withdrawal User ID is required', |
|
|
|
withdrawalAccountNameRequired: 'Withdrawal Account Name is required', |
|
|
|
transactionAmountRequired: 'Transaction Amount is required', |
|
|
|
addTitle: 'Add Withdrawal Order', |
|
|
|
detailTitle: 'Withdrawal Order Details' |
|
|
|
}, |
|
|
|
dealTransfer: { |
|
|
|
senderId: "Sender ID", |
|
|
|
senderAccountName: "Sender Account", |
|
|
|
receiverId: "Receiver ID", |
|
|
|
receiverAccountName: "Receiver Account", |
|
|
|
transactionAmount: "Transaction Amount", |
|
|
|
fee: "Fee", |
|
|
|
transferType: "Transfer Type", |
|
|
|
status: "Status", |
|
|
|
paymentMethod: "Payment Method", |
|
|
|
billCode: "Bill Code", |
|
|
|
enterSenderId: "Enter Sender ID", |
|
|
|
enterSenderAccount: "Enter Sender Account", |
|
|
|
enterReceiverId: "Enter Receiver ID", |
|
|
|
enterReceiverAccount: "Enter Receiver Account", |
|
|
|
enterPaymentMethod: "Enter Payment Method", |
|
|
|
enterBillCode: "Enter Bill Code", |
|
|
|
enterTransactionAmount: "Enter Transaction Amount", |
|
|
|
enterFee: "Enter Fee", |
|
|
|
enterRemark: "Enter Remark", |
|
|
|
senderIdRequired: "Sender ID is required", |
|
|
|
senderAccountNameRequired: "Sender Account is required", |
|
|
|
receiverIdRequired: "Receiver ID is required", |
|
|
|
receiverAccountNameRequired: "Receiver Account is required", |
|
|
|
transactionAmountRequired: "Transaction Amount is required", |
|
|
|
addTransfer: "Add Transfer", |
|
|
|
editTransfer: "Edit Transfer", |
|
|
|
detailTransfer: "Transfer Details", |
|
|
|
close: "Close" |
|
|
|
}, |
|
|
|
dealProxy: { |
|
|
|
proxyPayerId: 'Payer ID', |
|
|
|
proxyPayerAccountName: 'Payer Account Name', |
|
|
|
proxyServiceAccount: 'Service Account', |
|
|
|
paymentChannel: 'Payment Channel', |
|
|
|
transactionAmount: 'Transaction Amount', |
|
|
|
fee: 'Fee', |
|
|
|
remark: 'Remark', |
|
|
|
billCode: 'Bill Code', |
|
|
|
orderId: 'Order ID', |
|
|
|
status: 'Status', |
|
|
|
proxyServiceType: 'Service Type', |
|
|
|
proxyPayerIdPlaceholder: 'Enter Payer ID', |
|
|
|
proxyPayerAccountNamePlaceholder: 'Enter Payer Account Name', |
|
|
|
proxyServiceAccountPlaceholder: 'Enter Service Account', |
|
|
|
paymentChannelPlaceholder: 'Enter Payment Channel', |
|
|
|
transactionAmountPlaceholder: 'Enter Transaction Amount', |
|
|
|
feePlaceholder: 'Enter Fee', |
|
|
|
remarkPlaceholder: 'Enter Remark', |
|
|
|
rules: { |
|
|
|
proxyPayerIdRequired: 'Payer ID is required', |
|
|
|
proxyPayerAccountNameRequired: 'Payer Account Name is required', |
|
|
|
transactionAmountRequired: 'Transaction Amount is required' |
|
|
|
}, |
|
|
|
messages: { |
|
|
|
addTitle: 'Add Proxy Payment Order', |
|
|
|
editTitle: 'Edit Proxy Payment Order', |
|
|
|
detailTitle: 'Proxy Payment Order Details', |
|
|
|
updateSuccess: 'Update Successful', |
|
|
|
addSuccess: 'Add Successful', |
|
|
|
deleteConfirm: 'Are you sure to delete the data item with Proxy Payment Order ID "{ids}"?', |
|
|
|
deleteSuccess: 'Delete Successful' |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
financial: { |
|
|
|
transactionFlow: { |
|
|
|