- Added SVG icons for Alipay and WeChat Pay in the payment assets directory. - Updated paths for Lottie animations in various components to use relative paths. - Changed QR code image sources in payment-related components to point to the new asset paths. - Adjusted i18n configuration to load translation files from the updated assets directory.
27 lines
684 B
JSON
27 lines
684 B
JSON
{
|
|
"cancel": "Cancel",
|
|
"check": "Check",
|
|
"close": "Close",
|
|
"closeSuccess": "Close Success",
|
|
"closeWarning": "Are you sure you want to close this ticket?",
|
|
"confirm": "Confirm",
|
|
"confirmClose": "Confirm Close",
|
|
"createSuccess": "Create Success",
|
|
"createTicket": "Create Ticket",
|
|
"createTicketDescription": "Create Ticket Description",
|
|
"description": "Description",
|
|
"inputPlaceholder": "Input Placeholder",
|
|
"reply": "Reply",
|
|
"status": {
|
|
"0": "Status",
|
|
"1": "Pending Reply",
|
|
"2": "Pending Follow-up",
|
|
"3": "Resolved",
|
|
"4": "Closed"
|
|
},
|
|
"submit": "Submit",
|
|
"ticketList": "Ticket List",
|
|
"title": "Title",
|
|
"updatedAt": "Updated At"
|
|
}
|