✨ feat: add new payment icons for Alipay and WeChat Pay, update asset paths
- 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.
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"announcementList": "Announcement List",
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Confirm",
|
||||
"confirmDelete": "Confirm Delete",
|
||||
"content": "Content",
|
||||
"create": "Create",
|
||||
"createAnnouncement": "Create Announcement",
|
||||
"createSuccess": "Created successfully",
|
||||
"delete": "Delete",
|
||||
"deleteDescription": "This action cannot be undone.",
|
||||
"deleteSuccess": "Deleted successfully",
|
||||
"edit": "Edit",
|
||||
"editAnnouncement": "Edit Announcement",
|
||||
"enable": "Enable",
|
||||
"form": {
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Confirm",
|
||||
"content": "Content",
|
||||
"title": "Title",
|
||||
"titlePlaceholder": "Enter title"
|
||||
},
|
||||
"hide": "Hide",
|
||||
"pinned": "Pinned",
|
||||
"popup": "Popup",
|
||||
"show": "Show",
|
||||
"title": "Title",
|
||||
"updatedAt": "Updated At",
|
||||
"updateSuccess": "Updated successfully"
|
||||
}
|
||||
Reference in New Issue
Block a user