[update] 一般检索完成部分
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// 首页的所有翻译
|
||||
module.exports = {
|
||||
// 一般检索
|
||||
generalSearch: {
|
||||
queryCondition: 'Query Condition',
|
||||
retrievalMode: 'Retrieval Mode',
|
||||
resourceType: 'Resource Type'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
// 首页的所有翻译
|
||||
module.exports = {
|
||||
// 一般检索
|
||||
generalSearch: {
|
||||
queryCondition: '查询条件',
|
||||
retrievalMode: '检索方式',
|
||||
resourceType: '资源类型'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user