提交代码
This commit is contained in:
@@ -628,6 +628,10 @@ export default {
|
||||
cardConfirmed: 'Card confirmed and detail refreshed.',
|
||||
reviewResolved: 'Review submitted and detail refreshed.',
|
||||
validationFailed: 'Fix current-card field errors first.',
|
||||
fieldValidation: {
|
||||
required: '{field} is required',
|
||||
positiveInteger: '{field} must be an integer greater than 0',
|
||||
},
|
||||
fieldLabels: {
|
||||
basicInformation: {
|
||||
accountCode: 'Account Code',
|
||||
@@ -692,6 +696,10 @@ export default {
|
||||
generalTitle: 'General note',
|
||||
extraBedTitle: 'Extra bed note',
|
||||
action: 'Fixed action',
|
||||
textLabel: 'Follow-up note',
|
||||
department: 'Department',
|
||||
targetRoomType: 'Target room type',
|
||||
extraBedRoomCount: 'Extra bed room count',
|
||||
},
|
||||
lookup: {
|
||||
loading: 'Loading options',
|
||||
|
||||
Reference in New Issue
Block a user