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:
geek 2020-12-16 09:52:51 +08:00 committed by GitHub
parent 2546f052e4
commit 97efd23b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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:',

View File

@ -265,8 +265,8 @@ const I18N_CONF = {
configurationManagement8: '配置管理',
queryResults: '查询结果共查询到',
articleMeetRequirements: '条满足要求的配置',
fuzzyd: '模糊查询请输入Data ID',
fuzzyg: '模糊查询请输入Group',
fuzzyd: '添加通配符\'*\'进行模糊查询',
fuzzyg: '添加通配符\'*\'进行模糊查询',
query: '查询',
advancedQuery9: '高级查询',
application0: '归属应用:',