refactor(console): add fuzzy tips (#4488)
* refactor(console): add fuzzy tips add fuzzy tips ,add * in placeholder Closes #4476 * refactor(console): add fuzzy tips for en-us add fuzzy tips for en-us ,add * in placeholder Closes #4476 * refactor(console): add better fuzzy tips for zh-cn and en-us add better fuzzy tips for zh-cn and en-us in placeholder Closes #4476
This commit is contained in:
parent
2546f052e4
commit
97efd23b3e
@ -266,8 +266,8 @@ const I18N_CONF = {
|
||||
configurationManagement8: 'configuration management',
|
||||
queryResults: 'Search Results: Found',
|
||||
articleMeetRequirements: 'configuration items',
|
||||
fuzzyd: 'Enter Data ID',
|
||||
fuzzyg: 'Enter Group',
|
||||
fuzzyd: 'Add wildcard \'*\' for fuzzy query',
|
||||
fuzzyg: 'Add wildcard \'*\' for fuzzy query',
|
||||
query: 'Search',
|
||||
advancedQuery9: 'Advanced Query',
|
||||
application0: 'Application:',
|
||||
|
@ -265,8 +265,8 @@ const I18N_CONF = {
|
||||
configurationManagement8: '配置管理',
|
||||
queryResults: '查询结果:共查询到',
|
||||
articleMeetRequirements: '条满足要求的配置。',
|
||||
fuzzyd: '模糊查询请输入Data ID',
|
||||
fuzzyg: '模糊查询请输入Group',
|
||||
fuzzyd: '添加通配符\'*\'进行模糊查询',
|
||||
fuzzyg: '添加通配符\'*\'进行模糊查询',
|
||||
query: '查询',
|
||||
advancedQuery9: '高级查询',
|
||||
application0: '归属应用:',
|
||||
|
Loading…
Reference in New Issue
Block a user