- 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.
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"cancel": "Cancel",
|
|
"confirm": "Confirm",
|
|
"confirmDelete": "Confirm Delete",
|
|
"create": "Create",
|
|
"createAds": "Create Ad",
|
|
"createSuccess": "Created successfully",
|
|
"delete": "Delete",
|
|
"deleteSuccess": "Deleted successfully",
|
|
"deleteWarning": "Are you sure you want to delete this ad? This action cannot be undone.",
|
|
"disabled": "Disabled",
|
|
"edit": "Edit",
|
|
"editAds": "Edit Ad",
|
|
"enabled": "Enabled",
|
|
"form": {
|
|
"cancel": "Cancel",
|
|
"confirm": "Confirm",
|
|
"content": "Content",
|
|
"description": "Description",
|
|
"endTime": "End Time",
|
|
"enterDescription": "Enter description",
|
|
"enterEndTime": "Select end time",
|
|
"enterStartTime": "Select start time",
|
|
"enterTargetUrl": "Enter target URL",
|
|
"enterTitle": "Enter title",
|
|
"startTime": "Start Time",
|
|
"targetUrl": "Target URL",
|
|
"title": "Title",
|
|
"type": "Type",
|
|
"typeImage": "Image",
|
|
"typeVideo": "Video"
|
|
},
|
|
"status": "Status",
|
|
"targetUrl": "Target URL",
|
|
"title": "Title",
|
|
"type": "Type",
|
|
"updateSuccess": "Updated successfully",
|
|
"validityPeriod": "Validity Period"
|
|
}
|