国际化调整
This commit is contained in:
parent
2c7f48fb28
commit
a116539d80
@ -111,7 +111,10 @@ export default {
|
||||
creationTime: 'Create Time: ',
|
||||
amountPayable: 'Amounts Payable: ',
|
||||
screenName: 'Screen Name',
|
||||
courseName: 'Course Name',
|
||||
timeUnitPrice: 'Screen Unit Price',
|
||||
coursePrice: 'Course Unit Price',
|
||||
testPrice: 'Test Unit Price',
|
||||
|
||||
buyProject: 'The products you will purchase are virtual content services. After purchase, you will not be able to return, transfer or exchange. Please confirm.',
|
||||
relatedServices: 'You can view and use the related services in the “Permissions Details” area after purchase.',
|
||||
|
@ -311,6 +311,8 @@ export default {
|
||||
range: ' (Range:16-99) '
|
||||
|
||||
},
|
||||
confirm: 'Confirm',
|
||||
cancel: 'Cancel',
|
||||
platform: 'Platform',
|
||||
arrivalTime: 'Arrival time',
|
||||
stopTime: 'Stop time',
|
||||
|
@ -272,5 +272,8 @@ export default {
|
||||
inputTrainingType: 'Please input training type',
|
||||
inputOperationType: 'Please input operation type',
|
||||
inputMinDuration: 'Please input best duration',
|
||||
inputMaxDuration: 'Please input max duration'
|
||||
inputMaxDuration: 'Please input max duration',
|
||||
accessNumber: 'Please input the number of permissions',
|
||||
courseNameEmpty: 'Course name cannot be empty',
|
||||
purchaseMonth: 'Please input the number of months to buy'
|
||||
};
|
||||
|
@ -307,6 +307,8 @@ export default {
|
||||
fontSize: '字体大小',
|
||||
range: '(范围:16-99)'
|
||||
},
|
||||
confirm: '确定',
|
||||
cancel: '取消',
|
||||
platform: '站台',
|
||||
arrivalTime: '到点',
|
||||
stopTime: '停站时间',
|
||||
|
@ -23,6 +23,7 @@
|
||||
:span="22"
|
||||
@node-contextmenu="showContextMenu"
|
||||
@node-click="clickEvent"
|
||||
style="padding-bottom: 30px;"
|
||||
>
|
||||
<span slot-scope="{ node: tnode }" class="custom-tree-node">
|
||||
<span
|
||||
|
Loading…
Reference in New Issue
Block a user