- 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.
17 lines
431 B
JSON
17 lines
431 B
JSON
{
|
|
"errors": {
|
|
"nameRequired": "Please enter a name",
|
|
"portRange": "Port must be between 1 and 65535",
|
|
"protocolRequired": "Please select a protocol",
|
|
"serverAddrRequired": "Please enter an entry address",
|
|
"serverRequired": "Please select a server"
|
|
},
|
|
"form": {
|
|
"validation": {
|
|
"nameRequired": "Client name is required",
|
|
"userAgentRequiredSuffix": "is required"
|
|
}
|
|
},
|
|
"tos": "tos"
|
|
}
|