- 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.
32 lines
913 B
JSON
32 lines
913 B
JSON
{
|
|
"address": "Address",
|
|
"cancel": "Cancel",
|
|
"confirm": "Confirm",
|
|
"confirmDeleteDesc": "This action cannot be undone.",
|
|
"confirmDeleteTitle": "Delete this node?",
|
|
"copied": "Copied",
|
|
"copy": "Copy",
|
|
"create": "Create",
|
|
"created": "Created",
|
|
"delete": "Delete",
|
|
"deleted": "Deleted",
|
|
"drawerCreateTitle": "Create Node",
|
|
"drawerEditTitle": "Edit Node",
|
|
"edit": "Edit",
|
|
"enabled": "Enabled",
|
|
"enabled_off": "Disabled",
|
|
"enabled_on": "Enabled",
|
|
"name": "Name",
|
|
"pageTitle": "Nodes",
|
|
"port": "Port",
|
|
"protocol": "Protocol",
|
|
"select_protocol": "Select protocol…",
|
|
"select_server": "Select server…",
|
|
"server": "Server",
|
|
"sorted_success": "Sorted successfully",
|
|
"tags": "Tags",
|
|
"tags_description": "Permission grouping tag (incl. plan binding and delivery policies).",
|
|
"tags_placeholder": "Use Enter or comma (,) to add multiple tags",
|
|
"updated": "Updated"
|
|
}
|