mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
fix(app): clarify fuzzy project search
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -1093,7 +1093,7 @@ export const ar: TranslationResources = {
|
||||
},
|
||||
},
|
||||
projectPicker: {
|
||||
placeholder: "اكتب مسار الدليل...",
|
||||
placeholder: "اكتب للبحث...",
|
||||
browse: "استعراض…",
|
||||
opening: "افتتاح المشروع...",
|
||||
searching: "جارٍ البحث...",
|
||||
|
||||
@@ -1100,7 +1100,7 @@ export const en = {
|
||||
},
|
||||
},
|
||||
projectPicker: {
|
||||
placeholder: "Type a directory path...",
|
||||
placeholder: "Type to search...",
|
||||
browse: "Browse…",
|
||||
opening: "Opening project...",
|
||||
searching: "Searching...",
|
||||
|
||||
@@ -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...",
|
||||
|
||||
@@ -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...",
|
||||
|
||||
@@ -1107,7 +1107,7 @@ export const ja: TranslationResources = {
|
||||
},
|
||||
},
|
||||
projectPicker: {
|
||||
placeholder: "ディレクトリパスを入力...",
|
||||
placeholder: "入力して検索...",
|
||||
browse: "参照…",
|
||||
opening: "プロジェクトを開いています...",
|
||||
searching: "検索中...",
|
||||
|
||||
@@ -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...",
|
||||
|
||||
@@ -1119,7 +1119,7 @@ export const ru: TranslationResources = {
|
||||
},
|
||||
},
|
||||
projectPicker: {
|
||||
placeholder: "Введите путь к каталогу...",
|
||||
placeholder: "Введите текст для поиска...",
|
||||
browse: "Обзор…",
|
||||
opening: "Открытие проекта...",
|
||||
searching: "Идет поиск...",
|
||||
|
||||
@@ -1078,7 +1078,7 @@ export const zhCN: TranslationResources = {
|
||||
},
|
||||
},
|
||||
projectPicker: {
|
||||
placeholder: "输入目录路径...",
|
||||
placeholder: "输入以搜索...",
|
||||
browse: "浏览…",
|
||||
opening: "正在打开 project...",
|
||||
searching: "正在搜索...",
|
||||
|
||||
Reference in New Issue
Block a user