- 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
416 B
JSON
17 lines
416 B
JSON
{
|
|
"errors": {
|
|
"nameRequired": "请输入名称",
|
|
"portRange": "端口必须在 1 到 65535 之间",
|
|
"protocolRequired": "请选择协议",
|
|
"serverAddrRequired": "请输入入口地址",
|
|
"serverRequired": "请选择服务器"
|
|
},
|
|
"form": {
|
|
"validation": {
|
|
"nameRequired": "客户端名称必填",
|
|
"userAgentRequiredSuffix": "是必填项"
|
|
}
|
|
},
|
|
"tos": "服务条款"
|
|
}
|