fix: Multiple UX improvements for GotoAnything command palette (#25637)
This commit is contained in:
@@ -266,6 +266,10 @@ const translation = {
|
||||
inScope: 'in {{scope}}s',
|
||||
clearToSearchAll: 'Clear @ to search all',
|
||||
useAtForSpecific: 'Use @ for specific types',
|
||||
selectToNavigate: 'Select to navigate',
|
||||
startTyping: 'Start typing to search',
|
||||
tips: 'Press ↑↓ to navigate',
|
||||
pressEscToClose: 'Press ESC to close',
|
||||
selectSearchType: 'Choose what to search for',
|
||||
searchHint: 'Start typing to search everything instantly',
|
||||
commandHint: 'Type @ to browse by category',
|
||||
|
||||
@@ -265,9 +265,14 @@ const translation = {
|
||||
inScope: '{{scope}}s 内',
|
||||
clearToSearchAll: '@ をクリアしてすべてを検索',
|
||||
useAtForSpecific: '特定のタイプには @ を使用',
|
||||
selectToNavigate: '選択してナビゲート',
|
||||
startTyping: '入力を開始して検索',
|
||||
tips: '↑↓ でナビゲート',
|
||||
pressEscToClose: 'ESC で閉じる',
|
||||
selectSearchType: '検索対象を選択',
|
||||
searchHint: '入力を開始してすべてを瞬時に検索',
|
||||
commandHint: '@ を入力してカテゴリ別に参照',
|
||||
slashHint: '/ を入力してすべてのコマンドを表示',
|
||||
actions: {
|
||||
searchApplications: 'アプリケーションを検索',
|
||||
searchApplicationsDesc: 'アプリケーションを検索してナビゲート',
|
||||
@@ -314,7 +319,6 @@ const translation = {
|
||||
},
|
||||
noMatchingCommands: '一致するコマンドが見つかりません',
|
||||
tryDifferentSearch: '別の検索語句をお試しください',
|
||||
slashHint: '/を入力して、利用可能なすべてのコマンドを表示します。',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@@ -265,6 +265,10 @@ const translation = {
|
||||
inScope: '在 {{scope}}s 中',
|
||||
clearToSearchAll: '清除 @ 以搜索全部',
|
||||
useAtForSpecific: '使用 @ 进行特定类型搜索',
|
||||
selectToNavigate: '选择以导航',
|
||||
startTyping: '开始输入以搜索',
|
||||
tips: '按 ↑↓ 导航',
|
||||
pressEscToClose: '按 ESC 关闭',
|
||||
selectSearchType: '选择搜索内容',
|
||||
searchHint: '开始输入即可立即搜索所有内容',
|
||||
commandHint: '输入 @ 按类别浏览',
|
||||
|
||||
Reference in New Issue
Block a user