课程模块国际化调整
This commit is contained in:
parent
d1b9589188
commit
2c7f48fb28
@ -118,6 +118,7 @@ export default {
|
|||||||
paymentSuccessful: 'Payment successful,click to return',
|
paymentSuccessful: 'Payment successful,click to return',
|
||||||
cancelSuccessfully: 'Cancel success,click to return',
|
cancelSuccessfully: 'Cancel success,click to return',
|
||||||
paymentFailed: 'Payment failed,click to return',
|
paymentFailed: 'Payment failed,click to return',
|
||||||
|
previousStep: 'Previous step',
|
||||||
|
|
||||||
putaway: 'Putaway',
|
putaway: 'Putaway',
|
||||||
soldOut: 'Sold out',
|
soldOut: 'Sold out',
|
||||||
|
@ -96,5 +96,6 @@ export default {
|
|||||||
platform: 'Platform',
|
platform: 'Platform',
|
||||||
train: 'Train',
|
train: 'Train',
|
||||||
station: 'Station',
|
station: 'Station',
|
||||||
trainWindow: 'Train window'
|
trainWindow: 'Train window',
|
||||||
|
editStepInfo: 'Edit step information'
|
||||||
};
|
};
|
||||||
|
@ -266,5 +266,11 @@ export default {
|
|||||||
enterTheServiceNumber: 'Please enter the service number',
|
enterTheServiceNumber: 'Please enter the service number',
|
||||||
enterTheTripNumber: 'Please enter the trip number',
|
enterTheTripNumber: 'Please enter the trip number',
|
||||||
enterTheTargetCode: 'Please enter the target code',
|
enterTheTargetCode: 'Please enter the target code',
|
||||||
selectStation: 'Please select station'
|
selectStation: 'Please select station',
|
||||||
|
inputTrainingName: 'Please input training name',
|
||||||
|
inputTrainingRemark: 'Please input training remark',
|
||||||
|
inputTrainingType: 'Please input training type',
|
||||||
|
inputOperationType: 'Please input operation type',
|
||||||
|
inputMinDuration: 'Please input best duration',
|
||||||
|
inputMaxDuration: 'Please input max duration'
|
||||||
};
|
};
|
||||||
|
@ -84,6 +84,7 @@ export default {
|
|||||||
inputRoomNumber: '请输入房间号',
|
inputRoomNumber: '请输入房间号',
|
||||||
chooseRoom: '选择房间',
|
chooseRoom: '选择房间',
|
||||||
month: '月',
|
month: '月',
|
||||||
|
previousStep: '上一步',
|
||||||
|
|
||||||
permissions: '权限',
|
permissions: '权限',
|
||||||
yuanMonth: '元/月',
|
yuanMonth: '元/月',
|
||||||
|
Loading…
Reference in New Issue
Block a user