fix(app): clarify fuzzy project search

This commit is contained in:
Mohamed Boudra
2026-07-10 12:01:50 +02:00
parent 61a9117a6b
commit 3c2339f841
9 changed files with 9 additions and 9 deletions

View File

@@ -386,7 +386,7 @@ describe("translation resources", () => {
});
it("includes picker, file pane, and tool detail keys for the Batch 4L migration", () => {
expect(en.projectPicker.placeholder).toBe("Type a directory path...");
expect(en.projectPicker.placeholder).toBe("Type to search...");
expect(en.projectPicker.opening).toBe("Opening project...");
expect(en.projectPicker.searching).toBe("Searching...");
expect(en.projectPicker.empty).toBe("Start typing a path");

View File

@@ -1093,7 +1093,7 @@ export const ar: TranslationResources = {
},
},
projectPicker: {
placeholder: "اكتب مسار الدليل...",
placeholder: "اكتب للبحث...",
browse: "استعراض…",
opening: "افتتاح المشروع...",
searching: "جارٍ البحث...",

View File

@@ -1100,7 +1100,7 @@ export const en = {
},
},
projectPicker: {
placeholder: "Type a directory path...",
placeholder: "Type to search...",
browse: "Browse…",
opening: "Opening project...",
searching: "Searching...",

View File

@@ -1129,7 +1129,7 @@ export const es: TranslationResources = {
},
},
projectPicker: {
placeholder: "Escriba una ruta de directorio...",
placeholder: "Escriba para buscar...",
browse: "Explorar…",
opening: "Proyecto de apertura...",
searching: "Buscando...",

View File

@@ -1131,7 +1131,7 @@ export const fr: TranslationResources = {
},
},
projectPicker: {
placeholder: "Tapez un chemin de répertoire...",
placeholder: "Tapez pour rechercher...",
browse: "Parcourir…",
opening: "Projet d'ouverture...",
searching: "Recherche en cours...",

View File

@@ -1107,7 +1107,7 @@ export const ja: TranslationResources = {
},
},
projectPicker: {
placeholder: "ディレクトリパスを入力...",
placeholder: "入力して検索...",
browse: "参照…",
opening: "プロジェクトを開いています...",
searching: "検索中...",

View File

@@ -1115,7 +1115,7 @@ export const ptBR: TranslationResources = {
},
},
projectPicker: {
placeholder: "Digite um caminho de diretório...",
placeholder: "Digite para pesquisar...",
browse: "Procurar…",
opening: "Abrindo projeto...",
searching: "Buscando...",

View File

@@ -1119,7 +1119,7 @@ export const ru: TranslationResources = {
},
},
projectPicker: {
placeholder: "Введите путь к каталогу...",
placeholder: "Введите текст для поиска...",
browse: "Обзор…",
opening: "Открытие проекта...",
searching: "Идет поиск...",

View File

@@ -1078,7 +1078,7 @@ export const zhCN: TranslationResources = {
},
},
projectPicker: {
placeholder: "输入目录路径...",
placeholder: "输入以搜索...",
browse: "浏览…",
opening: "正在打开 project...",
searching: "正在搜索...",