- 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.
29 lines
793 B
JSON
29 lines
793 B
JSON
{
|
|
"cancel": "Cancel",
|
|
"confirm": "Confirm",
|
|
"confirmDelete": "Confirm Delete",
|
|
"create": "Create",
|
|
"createDocument": "Create Document",
|
|
"createSuccess": "Created successfully",
|
|
"delete": "Delete",
|
|
"deleteDescription": "Are you sure you want to delete this document? This action cannot be undone.",
|
|
"deleteSuccess": "Deleted successfully",
|
|
"DocumentList": "Document List",
|
|
"edit": "Edit",
|
|
"editDocument": "Edit Document",
|
|
"form": {
|
|
"cancel": "Cancel",
|
|
"confirm": "Confirm",
|
|
"content": "Content",
|
|
"tags": "Tags",
|
|
"tagsPlaceholder": "Enter tags",
|
|
"title": "Title",
|
|
"titlePlaceholder": "Enter document title"
|
|
},
|
|
"show": "Show",
|
|
"tags": "Tags",
|
|
"title": "Title",
|
|
"updatedAt": "Updated At",
|
|
"updateSuccess": "Updated successfully"
|
|
}
|