接入前端P0页面真实接口
This commit is contained in:
155
client/src/i18n/locales/en-US.ts
Normal file
155
client/src/i18n/locales/en-US.ts
Normal file
@@ -0,0 +1,155 @@
|
||||
export default {
|
||||
app: {
|
||||
name: 'Hotel OMS',
|
||||
hotelContext: 'HOTEL-TEST',
|
||||
theme: 'Theme',
|
||||
healthUp: 'Backend connected',
|
||||
healthDown: 'Backend offline',
|
||||
healthChecking: 'Checking',
|
||||
},
|
||||
nav: {
|
||||
orders: 'Order list',
|
||||
taskQueue: 'Task queue',
|
||||
sourceMessages: 'Source messages',
|
||||
systemStatus: 'System status',
|
||||
orderDetail: 'Order detail',
|
||||
taskDetail: 'Task detail',
|
||||
sourceMessageConversation: 'Email conversation',
|
||||
},
|
||||
common: {
|
||||
loading: 'Loading',
|
||||
noData: 'No data',
|
||||
endpointPending: 'Endpoint pending',
|
||||
endpointMissing: 'Endpoint field pending',
|
||||
},
|
||||
workbench: {
|
||||
title: 'Order workbench',
|
||||
subtitle: 'Review, filter, and handle Reservation order tasks',
|
||||
filters: 'Filters',
|
||||
dateRange: 'Date range',
|
||||
businessKey: 'Business key / temporary code',
|
||||
orderStatus: 'Order status',
|
||||
taskStatus: 'Task status',
|
||||
taskCardType: 'Task card type',
|
||||
reset: 'Reset',
|
||||
tableTitle: 'Orders / tasks',
|
||||
columns: {
|
||||
businessKey: 'Business key',
|
||||
orderStatus: 'Order status',
|
||||
currentTask: 'Current task',
|
||||
taskStatus: 'Task status',
|
||||
updatedAt: 'Last updated',
|
||||
operation: 'Action',
|
||||
},
|
||||
view: 'View',
|
||||
totalPrefix: 'Total',
|
||||
totalSuffix: 'task leads',
|
||||
},
|
||||
orderList: {
|
||||
title: 'Order list',
|
||||
subtitle: 'Review Reservation work by order',
|
||||
keyword: 'Group Code / Confirmation No.',
|
||||
tableTitle: 'Order data',
|
||||
endpointPending: 'The order list endpoint GET /api/reservation/orders is pending backend implementation. No fixture data is shown.',
|
||||
},
|
||||
order: {
|
||||
summary: 'Order summary',
|
||||
taskQueue: 'Order task queue',
|
||||
sourceMessage: 'Source message',
|
||||
businessKeySource: 'Business key source',
|
||||
updatedAt: 'Last updated',
|
||||
guestName: 'Guest',
|
||||
arrivalDate: 'Arrival date',
|
||||
roomType: 'Room type',
|
||||
amount: 'Amount',
|
||||
openTask: 'Handle task',
|
||||
groupCode: 'Group Code',
|
||||
confirmationNumber: 'Confirmation No.',
|
||||
temporaryOrderNo: 'Temporary order no.',
|
||||
blockCode: 'Block Code',
|
||||
createdAt: 'Created at',
|
||||
sourceSummaryPending: 'Source email summary fields for the order task timeline are pending backend support. Open a task for available source details.',
|
||||
},
|
||||
taskList: {
|
||||
title: 'Task list',
|
||||
subtitle: 'Review Reservation work by task queue',
|
||||
keyword: 'Order / email keyword',
|
||||
taskType: 'Task type',
|
||||
tableTitle: 'Task data',
|
||||
totalSuffix: 'tasks',
|
||||
noSourceSubject: 'No source subject',
|
||||
canProcess: 'Processable',
|
||||
viewTask: 'View task',
|
||||
viewOrder: 'View order',
|
||||
viewConversation: 'View email conversation',
|
||||
columns: {
|
||||
task: 'Task',
|
||||
order: 'Order',
|
||||
card: 'Task card',
|
||||
status: 'Status',
|
||||
source: 'Source email',
|
||||
queue: 'Queue',
|
||||
},
|
||||
},
|
||||
task: {
|
||||
title: 'Task card',
|
||||
fieldContract: 'Field contract',
|
||||
evidence: 'Evidence',
|
||||
saveDraft: 'Save draft',
|
||||
confirm: 'Confirm task',
|
||||
blocked: 'Blocked',
|
||||
readOnly: 'Read only',
|
||||
operaOperations: 'OPERA simulation',
|
||||
audits: 'Audit timeline',
|
||||
noOperations: 'OPERA simulation operations are created after confirmation.',
|
||||
noAudits: 'No audit records yet.',
|
||||
execute: 'Execute',
|
||||
retry: 'Retry',
|
||||
simulateFailure: 'Simulate failure',
|
||||
fieldNotes: 'Field notes',
|
||||
emptyValue: 'Empty',
|
||||
attachments: 'Attachments',
|
||||
fieldAreaFallback: 'Basic information',
|
||||
savedLocally: 'Draft saved',
|
||||
confirmedLocally: 'Task confirmed',
|
||||
viewOrder: 'View order',
|
||||
viewConversation: 'View email conversation',
|
||||
sourceMessageId: 'Source message ID',
|
||||
sourceSubject: 'Source subject',
|
||||
sourceSender: 'Sender',
|
||||
sourceReceivedAt: 'Received at',
|
||||
sourceSummaryPending: 'Source email summary fields are pending backend support',
|
||||
},
|
||||
conversation: {
|
||||
title: 'Email conversation detail',
|
||||
subtitle: 'Review all messages in the source email conversation',
|
||||
endpointPending: 'The email conversation detail endpoint is pending backend implementation. No fixture data is shown.',
|
||||
},
|
||||
status: {
|
||||
TEMPORARY: 'Temporary',
|
||||
ACTIVE: 'Active',
|
||||
ENDED: 'Ended',
|
||||
LOGIC_DELETED: 'Deleted',
|
||||
PENDING_CONFIRM: 'Pending confirmation',
|
||||
READY: 'Ready',
|
||||
EXECUTING: 'Executing',
|
||||
FAILED: 'Failed',
|
||||
COMPLETED: 'Completed',
|
||||
PENDING: 'Pending',
|
||||
SUCCEEDED: 'Succeeded',
|
||||
BLOCKED: 'Blocked',
|
||||
SKIPPED: 'Skipped',
|
||||
},
|
||||
cardType: {
|
||||
NEW_BOOKING: 'New booking',
|
||||
UPDATE_BOOKING: 'Update booking',
|
||||
CANCEL_BOOKING: 'Cancel booking',
|
||||
VOUCHER: 'Voucher',
|
||||
ROOMING_LIST: 'Rooming list',
|
||||
AMEND_GROUP_CODE: 'Amend group code',
|
||||
TRACE_NOTE: 'Trace / notes',
|
||||
TA_RECORD: 'TA record',
|
||||
MESSAGE_NOTIFICATION: 'Message notification',
|
||||
MANUAL_REVIEW: 'Manual review',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user