- 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
749 B
JSON
29 lines
749 B
JSON
{
|
|
"cancel": "取消",
|
|
"confirm": "确认",
|
|
"confirmDelete": "确认删除",
|
|
"create": "创建",
|
|
"createDocument": "创建文档",
|
|
"createSuccess": "创建成功",
|
|
"delete": "删除",
|
|
"deleteDescription": "确定要删除此文档吗?此操作无法撤销。",
|
|
"deleteSuccess": "删除成功",
|
|
"DocumentList": "文档列表",
|
|
"edit": "编辑",
|
|
"editDocument": "编辑文档",
|
|
"form": {
|
|
"cancel": "取消",
|
|
"confirm": "确认",
|
|
"content": "内容",
|
|
"tags": "标签",
|
|
"tagsPlaceholder": "输入标签",
|
|
"title": "标题",
|
|
"titlePlaceholder": "输入文档标题"
|
|
},
|
|
"show": "显示",
|
|
"tags": "标签",
|
|
"title": "标题",
|
|
"updatedAt": "更新时间",
|
|
"updateSuccess": "更新成功"
|
|
}
|