V1.2.0需求完成测试版
This commit is contained in:
@@ -108,6 +108,47 @@ export const backendSystem_zh = {
|
||||
commonProblems:"常见问题",
|
||||
other:"其他",
|
||||
announcementCenter:"公告中心",
|
||||
search:"搜索",
|
||||
recommendContent:"推荐内容",
|
||||
recentActivities:"最近活动",
|
||||
viewMore:"查看更多活动公告",
|
||||
documentType:"文档类型",
|
||||
documentTitle:"文档标题",
|
||||
wangeditor:"wangeditor 富文本文档编辑器",
|
||||
insertAnchor:"插入锚点",
|
||||
previewDocument:"预览文档",
|
||||
saveDocument:"保存文档",
|
||||
publishDocument:"发布文档",
|
||||
reset:"重置",
|
||||
documentConfiguration:"文档配置",
|
||||
navigationTitle:"导航标题",
|
||||
pleaseInputDocumentTitle:"请输入文档标题",
|
||||
pleaseSelectDocumentType:"请选择文档类型",
|
||||
titleImageAddress:"标题图片地址",
|
||||
pleaseInputImageAddress:"请输入图片地址",
|
||||
articleAccessAddress:"文章访问地址",
|
||||
pleaseInputAccessAddress:"请输入访问地址",
|
||||
richTextEditor:"富文本编辑器",
|
||||
documentPreview:"文档预览",
|
||||
printPreview:"打印预览",
|
||||
close:"关闭",
|
||||
noContent:"暂无内容",
|
||||
modifyDocument:"修改文档",
|
||||
contentSaved:"内容已保存到本地,请尽快发布,关闭页面可能丢失内容",
|
||||
|
||||
pleaseInputAnchorName:"请输入锚点名称(不能重复)",
|
||||
anchorNameErrorMessage:"锚点名只能包含字母、数字、下划线和中划线",
|
||||
anchorInserted:"锚点已插入",
|
||||
confirm:"确定",
|
||||
pleaseSelectHeader:"请先选中一个标题(h1~h6)",
|
||||
pleaseInputAnchorID:"请输入锚点ID(不能重复)",
|
||||
titleAnchor:"标题锚点",
|
||||
anchorIDErrorMessage:"ID只能包含字母、数字、下划线和中划线",
|
||||
anchorIDAdded:"锚点ID已添加",
|
||||
contentReset:"内容已重置",
|
||||
selectCurrency:"选择币种",
|
||||
pleaseSelectCurrency2:"添加挖矿教程,请选择币种",
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -222,7 +263,46 @@ export const backendSystem_en = {
|
||||
commonProblems:"Common Problems",
|
||||
other:"Other",
|
||||
announcementCenter:"Announcement Center",
|
||||
|
||||
search:"Search",
|
||||
recommendContent:"Recommend Content",
|
||||
recentActivities:"Recent Activities",
|
||||
viewMore:"View More Activity Announcements",
|
||||
documentType:"Document Type",
|
||||
documentTitle:"Document Title",
|
||||
wangeditor:"wangeditor Rich Text Editor",
|
||||
insertAnchor:"Insert Anchor",
|
||||
previewDocument:"Preview Document",
|
||||
saveDocument:"Save Document",
|
||||
publishDocument:"Publish Document",
|
||||
reset:"Reset",
|
||||
documentConfiguration:"Document Configuration",
|
||||
navigationTitle:"Navigation Title",
|
||||
pleaseInputDocumentTitle:"Please input document title",
|
||||
pleaseSelectDocumentType:"Please select document type",
|
||||
titleImageAddress:"Title Image Address",
|
||||
pleaseInputImageAddress:"Please input image address",
|
||||
articleAccessAddress:"Article Access Address",
|
||||
pleaseInputAccessAddress:"Please input access address",
|
||||
richTextEditor:"Rich Text Editor",
|
||||
documentPreview:"Document Preview",
|
||||
printPreview:"Print Preview",
|
||||
close:"Close",
|
||||
noContent:"No Content",
|
||||
modifyDocument:"Modify Document",
|
||||
contentSaved:"Content has been saved to local, please publish it as soon as possible, the content may be lost if the page is closed",
|
||||
|
||||
pleaseInputAnchorName:"Please input anchor name (cannot be repeated)",
|
||||
anchorNameErrorMessage:"Anchor name can only contain letters, numbers, underscores, and hyphens",
|
||||
anchorInserted:"Anchor inserted",
|
||||
confirm:"Confirm",
|
||||
pleaseSelectHeader:"Please select a title (h1~h6)",
|
||||
pleaseInputAnchorID:"Please input anchor ID (cannot be repeated)",
|
||||
titleAnchor:"Title Anchor",
|
||||
anchorIDErrorMessage:"ID can only contain letters, numbers, underscores, and hyphens",
|
||||
anchorIDAdded:"Anchor ID added",
|
||||
contentReset:"Content has been reset",
|
||||
selectCurrency:"Select Currency",
|
||||
pleaseSelectCurrency2:"Please select a currency when adding mining tutorials",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -85,8 +85,11 @@ export const home_zh = {
|
||||
noData:"暂无公告",
|
||||
viewAll:"查看所有",
|
||||
articles:"篇文章",
|
||||
|
||||
|
||||
allocationExplanation:"矿池分配及转账规则",
|
||||
loadingContent:"正在加载内容...",
|
||||
noContent:"暂无内容",
|
||||
unknownType:"未知类型",
|
||||
other:"其他",
|
||||
}
|
||||
}
|
||||
|
||||
@@ -177,6 +180,11 @@ export const home_en = {
|
||||
noData:"No data",
|
||||
viewAll:"View all",
|
||||
articles:" articles",
|
||||
allocationExplanation:"Pool allocation and transfer rules",
|
||||
loadingContent:"Loading content...",
|
||||
noContent:"No content",
|
||||
unknownType:"Unknown Type",
|
||||
other:"Other",
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user