@fresh-editor/fresh-editor 0.3.6 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +139 -0
- package/package.json +1 -1
- package/plugins/audit_mode.i18n.json +112 -0
- package/plugins/audit_mode.ts +173 -6
- package/plugins/config-schema.json +34 -3
- package/plugins/dashboard.ts +18 -18
- package/plugins/env-manager.ts +168 -0
- package/plugins/flash.ts +22 -4
- package/plugins/git_blame.ts +10 -6
- package/plugins/git_log.ts +589 -196
- package/plugins/git_statusbar.i18n.json +72 -0
- package/plugins/git_statusbar.ts +133 -0
- package/plugins/lib/fresh.d.ts +412 -6
- package/plugins/lib/widgets.ts +111 -4
- package/plugins/live_diff.ts +168 -58
- package/plugins/merge_conflict.ts +89 -64
- package/plugins/orchestrator.ts +2174 -296
- package/plugins/pkg.ts +169 -4
- package/plugins/schemas/theme.schema.json +53 -0
- package/plugins/search_replace.i18n.json +140 -28
- package/plugins/search_replace.ts +674 -117
- package/plugins/tab_actions.i18n.json +212 -0
- package/plugins/tab_actions.ts +76 -0
- package/plugins/theme_editor.i18n.json +112 -84
- package/plugins/tsconfig.json +2 -0
- package/plugins/vi_mode.ts +11 -0
- package/themes/dark.json +1 -0
- package/themes/dracula.json +1 -0
- package/themes/high-contrast.json +1 -0
- package/themes/light.json +2 -1
- package/themes/nord.json +1 -0
- package/themes/nostalgia.json +1 -0
- package/themes/solarized-dark.json +1 -0
- package/themes/terminal.json +4 -3
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"panel.results": "Results: %{count}",
|
|
29
29
|
"panel.limited": "(results capped)",
|
|
30
30
|
"panel.selected": "(%{selected} selected)",
|
|
31
|
-
"panel.help": "Tab:
|
|
31
|
+
"panel.help": "Tab: next Space: include/exclude Enter: open Alt+Ret: replace selected Esc: close",
|
|
32
32
|
"panel.match_stats": "(%{count} matches / %{files} files)",
|
|
33
33
|
"panel.case_toggle": "Case(Alt+C)",
|
|
34
34
|
"panel.regex_toggle": "Regex(Alt+R)",
|
|
@@ -38,7 +38,15 @@
|
|
|
38
38
|
"panel.matches_count": "Matches (%{count} in %{files} files)",
|
|
39
39
|
"panel.matches_title": "Matches",
|
|
40
40
|
"prompt.confirm_replace": "Replace %{count} match(es) in %{files} file(s)? Undo only covers files still open in this session. Press Enter to confirm, Esc to cancel.",
|
|
41
|
-
"status.replace_cancelled": "Replacement cancelled"
|
|
41
|
+
"status.replace_cancelled": "Replacement cancelled",
|
|
42
|
+
"panel.searching": "Searching…",
|
|
43
|
+
"cmd.search_replace_in_buffer": "Search and Replace in Current File",
|
|
44
|
+
"cmd.search_replace_in_buffer_desc": "Search and replace text in only the active file",
|
|
45
|
+
"panel.all_files_toggle": "All Files",
|
|
46
|
+
"panel.scope_row_file": "Only in: %{file}",
|
|
47
|
+
"panel.scope_row_unnamed": "Only in: (unsaved buffer)",
|
|
48
|
+
"panel.replace_all_in_file_btn": "Replace All in %{file} (Alt+Ret)",
|
|
49
|
+
"status.replace_wait_for_search": "Search still running — please wait, then try again."
|
|
42
50
|
},
|
|
43
51
|
"cs": {
|
|
44
52
|
"cmd.search_replace": "Hledat a nahradit v projektu",
|
|
@@ -69,7 +77,7 @@
|
|
|
69
77
|
"panel.results": "Vysledky: %{count}",
|
|
70
78
|
"panel.limited": "(výsledky omezeny)",
|
|
71
79
|
"panel.selected": "(%{selected} vybrano)",
|
|
72
|
-
"panel.help": "Tab:
|
|
80
|
+
"panel.help": "Tab: další Mezerník: zahrnout/vyloučit Enter: otevřít Alt+Ret: nahradit vybrané Esc: zavřít",
|
|
73
81
|
"panel.match_stats": "(%{count} shod / %{files} souborů)",
|
|
74
82
|
"panel.case_toggle": "Velikost(Alt+C)",
|
|
75
83
|
"panel.regex_toggle": "Regex(Alt+R)",
|
|
@@ -79,7 +87,15 @@
|
|
|
79
87
|
"panel.matches_count": "Shody (%{count} v %{files} souborech)",
|
|
80
88
|
"panel.matches_title": "Shody",
|
|
81
89
|
"prompt.confirm_replace": "Nahradit %{count} výskyt(ů) v %{files} souboru(ech)? Vrátit zpět lze jen soubory otevřené v této relaci. Enter potvrdí, Esc zruší.",
|
|
82
|
-
"status.replace_cancelled": "Nahrazení zrušeno"
|
|
90
|
+
"status.replace_cancelled": "Nahrazení zrušeno",
|
|
91
|
+
"panel.searching": "Hledání…",
|
|
92
|
+
"cmd.search_replace_in_buffer": "Hledat a nahradit v aktuálním souboru",
|
|
93
|
+
"cmd.search_replace_in_buffer_desc": "Hledat a nahradit text pouze v aktivním souboru",
|
|
94
|
+
"panel.all_files_toggle": "Všechny soubory",
|
|
95
|
+
"panel.scope_row_file": "Pouze v: %{file}",
|
|
96
|
+
"panel.scope_row_unnamed": "Pouze v: (neuložený buffer)",
|
|
97
|
+
"panel.replace_all_in_file_btn": "Nahradit vše v %{file} (Alt+Ret)",
|
|
98
|
+
"status.replace_wait_for_search": "Vyhledávání probíhá — počkejte prosím a zkuste to znovu."
|
|
83
99
|
},
|
|
84
100
|
"de": {
|
|
85
101
|
"cmd.search_replace": "Suchen und Ersetzen im Projekt",
|
|
@@ -110,7 +126,7 @@
|
|
|
110
126
|
"panel.results": "Ergebnisse: %{count}",
|
|
111
127
|
"panel.limited": "(Ergebnisse begrenzt)",
|
|
112
128
|
"panel.selected": "(%{selected} ausgewaehlt)",
|
|
113
|
-
"panel.help": "Tab:
|
|
129
|
+
"panel.help": "Tab: nächstes Leertaste: ein-/ausschließen Enter: öffnen Alt+Ret: ausgewählte ersetzen Esc: schließen",
|
|
114
130
|
"panel.match_stats": "(%{count} Treffer / %{files} Dateien)",
|
|
115
131
|
"panel.case_toggle": "Groß/Klein(Alt+C)",
|
|
116
132
|
"panel.regex_toggle": "Regex(Alt+R)",
|
|
@@ -120,7 +136,15 @@
|
|
|
120
136
|
"panel.matches_count": "Treffer (%{count} in %{files} Dateien)",
|
|
121
137
|
"panel.matches_title": "Treffer",
|
|
122
138
|
"prompt.confirm_replace": "%{count} Treffer in %{files} Datei(en) ersetzen? Rückgängig wirkt nur auf Dateien, die in dieser Sitzung geöffnet sind. Enter bestätigt, Esc bricht ab.",
|
|
123
|
-
"status.replace_cancelled": "Ersetzen abgebrochen"
|
|
139
|
+
"status.replace_cancelled": "Ersetzen abgebrochen",
|
|
140
|
+
"panel.searching": "Suche…",
|
|
141
|
+
"cmd.search_replace_in_buffer": "Suchen und Ersetzen in aktueller Datei",
|
|
142
|
+
"cmd.search_replace_in_buffer_desc": "Text nur in der aktiven Datei suchen und ersetzen",
|
|
143
|
+
"panel.all_files_toggle": "Alle Dateien",
|
|
144
|
+
"panel.scope_row_file": "Nur in: %{file}",
|
|
145
|
+
"panel.scope_row_unnamed": "Nur in: (ungespeicherter Puffer)",
|
|
146
|
+
"panel.replace_all_in_file_btn": "Alle in %{file} ersetzen (Alt+Ret)",
|
|
147
|
+
"status.replace_wait_for_search": "Suche läuft noch — bitte warten und erneut versuchen."
|
|
124
148
|
},
|
|
125
149
|
"es": {
|
|
126
150
|
"cmd.search_replace": "Buscar y Reemplazar en Proyecto",
|
|
@@ -151,7 +175,7 @@
|
|
|
151
175
|
"panel.results": "Resultados: %{count}",
|
|
152
176
|
"panel.limited": "(resultados limitados)",
|
|
153
177
|
"panel.selected": "(%{selected} seleccionados)",
|
|
154
|
-
"panel.help": "Tab:
|
|
178
|
+
"panel.help": "Tab: siguiente Espacio: incluir/excluir Enter: abrir Alt+Ret: reemplazar selección Esc: cerrar",
|
|
155
179
|
"panel.match_stats": "(%{count} coincidencias / %{files} archivos)",
|
|
156
180
|
"panel.case_toggle": "Mayús(Alt+C)",
|
|
157
181
|
"panel.regex_toggle": "Regex(Alt+R)",
|
|
@@ -161,7 +185,15 @@
|
|
|
161
185
|
"panel.matches_count": "Coincidencias (%{count} en %{files} archivos)",
|
|
162
186
|
"panel.matches_title": "Coincidencias",
|
|
163
187
|
"prompt.confirm_replace": "¿Reemplazar %{count} coincidencia(s) en %{files} archivo(s)? Deshacer solo cubre los archivos abiertos en esta sesión. Intro confirma, Esc cancela.",
|
|
164
|
-
"status.replace_cancelled": "Reemplazo cancelado"
|
|
188
|
+
"status.replace_cancelled": "Reemplazo cancelado",
|
|
189
|
+
"panel.searching": "Buscando…",
|
|
190
|
+
"cmd.search_replace_in_buffer": "Buscar y reemplazar en archivo actual",
|
|
191
|
+
"cmd.search_replace_in_buffer_desc": "Buscar y reemplazar texto solo en el archivo activo",
|
|
192
|
+
"panel.all_files_toggle": "Todos los archivos",
|
|
193
|
+
"panel.scope_row_file": "Solo en: %{file}",
|
|
194
|
+
"panel.scope_row_unnamed": "Solo en: (buffer sin guardar)",
|
|
195
|
+
"panel.replace_all_in_file_btn": "Reemplazar todo en %{file} (Alt+Ret)",
|
|
196
|
+
"status.replace_wait_for_search": "Búsqueda en curso — espere y vuelva a intentar."
|
|
165
197
|
},
|
|
166
198
|
"fr": {
|
|
167
199
|
"cmd.search_replace": "Rechercher et Remplacer dans le Projet",
|
|
@@ -192,7 +224,7 @@
|
|
|
192
224
|
"panel.results": "Resultats : %{count}",
|
|
193
225
|
"panel.limited": "(résultats limités)",
|
|
194
226
|
"panel.selected": "(%{selected} selectionnes)",
|
|
195
|
-
"panel.help": "Tab:
|
|
227
|
+
"panel.help": "Tab: suivant Espace: inclure/exclure Entrée: ouvrir Alt+Ret: remplacer sélection Échap: fermer",
|
|
196
228
|
"panel.match_stats": "(%{count} correspondances / %{files} fichiers)",
|
|
197
229
|
"panel.case_toggle": "Casse(Alt+C)",
|
|
198
230
|
"panel.regex_toggle": "Regex(Alt+R)",
|
|
@@ -202,7 +234,15 @@
|
|
|
202
234
|
"panel.matches_count": "Correspondances (%{count} dans %{files} fichiers)",
|
|
203
235
|
"panel.matches_title": "Correspondances",
|
|
204
236
|
"prompt.confirm_replace": "Remplacer %{count} correspondance(s) dans %{files} fichier(s) ? L'annulation ne concerne que les fichiers ouverts dans cette session. Entrée confirme, Échap annule.",
|
|
205
|
-
"status.replace_cancelled": "Remplacement annulé"
|
|
237
|
+
"status.replace_cancelled": "Remplacement annulé",
|
|
238
|
+
"panel.searching": "Recherche en cours…",
|
|
239
|
+
"cmd.search_replace_in_buffer": "Rechercher et remplacer dans le fichier courant",
|
|
240
|
+
"cmd.search_replace_in_buffer_desc": "Rechercher et remplacer du texte uniquement dans le fichier actif",
|
|
241
|
+
"panel.all_files_toggle": "Tous les fichiers",
|
|
242
|
+
"panel.scope_row_file": "Seulement dans : %{file}",
|
|
243
|
+
"panel.scope_row_unnamed": "Seulement dans : (tampon non enregistré)",
|
|
244
|
+
"panel.replace_all_in_file_btn": "Tout remplacer dans %{file} (Alt+Ret)",
|
|
245
|
+
"status.replace_wait_for_search": "Recherche en cours — veuillez patienter puis réessayer."
|
|
206
246
|
},
|
|
207
247
|
"it": {
|
|
208
248
|
"cmd.search_replace": "Cerca e sostituisci nel progetto",
|
|
@@ -233,7 +273,7 @@
|
|
|
233
273
|
"panel.results": "Risultati: %{count}",
|
|
234
274
|
"panel.limited": "(risultati limitati)",
|
|
235
275
|
"panel.selected": "(%{selected} selezionati)",
|
|
236
|
-
"panel.help": "Tab:
|
|
276
|
+
"panel.help": "Tab: successivo Spazio: includi/escludi Invio: apri Alt+Ret: sostituisci selezione Esc: chiudi",
|
|
237
277
|
"panel.match_stats": "(%{count} corrispondenze / %{files} file)",
|
|
238
278
|
"panel.case_toggle": "Maiuscole(Alt+C)",
|
|
239
279
|
"panel.regex_toggle": "Regex(Alt+R)",
|
|
@@ -243,7 +283,15 @@
|
|
|
243
283
|
"panel.matches_count": "Corrispondenze (%{count} in %{files} file)",
|
|
244
284
|
"panel.matches_title": "Corrispondenze",
|
|
245
285
|
"prompt.confirm_replace": "Sostituire %{count} corrispondenza/e in %{files} file? L'annulla copre solo i file aperti in questa sessione. Invio conferma, Esc annulla.",
|
|
246
|
-
"status.replace_cancelled": "Sostituzione annullata"
|
|
286
|
+
"status.replace_cancelled": "Sostituzione annullata",
|
|
287
|
+
"panel.searching": "Ricerca in corso…",
|
|
288
|
+
"cmd.search_replace_in_buffer": "Cerca e sostituisci nel file corrente",
|
|
289
|
+
"cmd.search_replace_in_buffer_desc": "Cerca e sostituisci testo solo nel file attivo",
|
|
290
|
+
"panel.all_files_toggle": "Tutti i file",
|
|
291
|
+
"panel.scope_row_file": "Solo in: %{file}",
|
|
292
|
+
"panel.scope_row_unnamed": "Solo in: (buffer non salvato)",
|
|
293
|
+
"panel.replace_all_in_file_btn": "Sostituisci tutto in %{file} (Alt+Ret)",
|
|
294
|
+
"status.replace_wait_for_search": "Ricerca in corso — attendere e riprovare."
|
|
247
295
|
},
|
|
248
296
|
"ja": {
|
|
249
297
|
"cmd.search_replace": "プロジェクト内で検索と置換",
|
|
@@ -274,7 +322,7 @@
|
|
|
274
322
|
"panel.results": "結果: %{count}",
|
|
275
323
|
"panel.limited": "(結果制限あり)",
|
|
276
324
|
"panel.selected": "(%{selected} 件選択)",
|
|
277
|
-
"panel.help": "Tab
|
|
325
|
+
"panel.help": "Tab: 次へ スペース: 含める/除外 Enter: 開く Alt+Ret: 選択を置換 Esc: 閉じる",
|
|
278
326
|
"panel.match_stats": "(%{count}件 / %{files}ファイル)",
|
|
279
327
|
"panel.case_toggle": "大小文字(Alt+C)",
|
|
280
328
|
"panel.regex_toggle": "正規表現(Alt+R)",
|
|
@@ -284,7 +332,15 @@
|
|
|
284
332
|
"panel.matches_count": "一致 (%{files}ファイル中%{count}件)",
|
|
285
333
|
"panel.matches_title": "一致",
|
|
286
334
|
"prompt.confirm_replace": "%{files} 個のファイルで %{count} 件の一致を置換しますか?元に戻せるのはこのセッションで開いているファイルのみです。Enterで確認、Escでキャンセル。",
|
|
287
|
-
"status.replace_cancelled": "置換がキャンセルされました"
|
|
335
|
+
"status.replace_cancelled": "置換がキャンセルされました",
|
|
336
|
+
"panel.searching": "検索中…",
|
|
337
|
+
"cmd.search_replace_in_buffer": "現在のファイルで検索と置換",
|
|
338
|
+
"cmd.search_replace_in_buffer_desc": "アクティブなファイル内でのみテキストを検索および置換",
|
|
339
|
+
"panel.all_files_toggle": "全ファイル",
|
|
340
|
+
"panel.scope_row_file": "対象: %{file}",
|
|
341
|
+
"panel.scope_row_unnamed": "対象: (未保存バッファ)",
|
|
342
|
+
"panel.replace_all_in_file_btn": "%{file} 内ですべて置換 (Alt+Ret)",
|
|
343
|
+
"status.replace_wait_for_search": "検索中です — 完了後にもう一度お試しください。"
|
|
288
344
|
},
|
|
289
345
|
"ko": {
|
|
290
346
|
"cmd.search_replace": "프로젝트에서 검색 및 바꾸기",
|
|
@@ -315,7 +371,7 @@
|
|
|
315
371
|
"panel.results": "결과: %{count}",
|
|
316
372
|
"panel.limited": "(결과 제한됨)",
|
|
317
373
|
"panel.selected": "(%{selected}개 선택)",
|
|
318
|
-
"panel.help": "Tab
|
|
374
|
+
"panel.help": "Tab: 다음 스페이스: 포함/제외 Enter: 열기 Alt+Ret: 선택 항목 바꾸기 Esc: 닫기",
|
|
319
375
|
"panel.match_stats": "(%{count}개 / %{files}개 파일)",
|
|
320
376
|
"panel.case_toggle": "대소문자(Alt+C)",
|
|
321
377
|
"panel.regex_toggle": "정규식(Alt+R)",
|
|
@@ -325,7 +381,15 @@
|
|
|
325
381
|
"panel.matches_count": "일치 (%{files}개 파일에서 %{count}개)",
|
|
326
382
|
"panel.matches_title": "일치",
|
|
327
383
|
"prompt.confirm_replace": "%{files}개 파일에서 %{count}개 일치를 바꾸시겠습니까? 실행 취소는 이 세션에서 열려 있는 파일에만 적용됩니다. Enter 확인, Esc 취소.",
|
|
328
|
-
"status.replace_cancelled": "바꾸기가 취소됨"
|
|
384
|
+
"status.replace_cancelled": "바꾸기가 취소됨",
|
|
385
|
+
"panel.searching": "검색 중…",
|
|
386
|
+
"cmd.search_replace_in_buffer": "현재 파일에서 찾기 및 바꾸기",
|
|
387
|
+
"cmd.search_replace_in_buffer_desc": "활성 파일에서만 텍스트를 찾고 바꾸기",
|
|
388
|
+
"panel.all_files_toggle": "모든 파일",
|
|
389
|
+
"panel.scope_row_file": "범위: %{file}",
|
|
390
|
+
"panel.scope_row_unnamed": "범위: (저장되지 않은 버퍼)",
|
|
391
|
+
"panel.replace_all_in_file_btn": "%{file} 에서 모두 바꾸기 (Alt+Ret)",
|
|
392
|
+
"status.replace_wait_for_search": "검색 중입니다 — 완료된 후 다시 시도하세요."
|
|
329
393
|
},
|
|
330
394
|
"pt-BR": {
|
|
331
395
|
"cmd.search_replace": "Pesquisar e Substituir no Projeto",
|
|
@@ -356,7 +420,7 @@
|
|
|
356
420
|
"panel.results": "Resultados: %{count}",
|
|
357
421
|
"panel.limited": "(resultados limitados)",
|
|
358
422
|
"panel.selected": "(%{selected} selecionados)",
|
|
359
|
-
"panel.help": "Tab:
|
|
423
|
+
"panel.help": "Tab: próximo Espaço: incluir/excluir Enter: abrir Alt+Ret: substituir seleção Esc: fechar",
|
|
360
424
|
"panel.match_stats": "(%{count} correspondências / %{files} arquivos)",
|
|
361
425
|
"panel.case_toggle": "Maiúsc(Alt+C)",
|
|
362
426
|
"panel.regex_toggle": "Regex(Alt+R)",
|
|
@@ -366,7 +430,15 @@
|
|
|
366
430
|
"panel.matches_count": "Correspondências (%{count} em %{files} arquivos)",
|
|
367
431
|
"panel.matches_title": "Correspondências",
|
|
368
432
|
"prompt.confirm_replace": "Substituir %{count} ocorrência(s) em %{files} arquivo(s)? Desfazer só cobre arquivos abertos nesta sessão. Enter confirma, Esc cancela.",
|
|
369
|
-
"status.replace_cancelled": "Substituição cancelada"
|
|
433
|
+
"status.replace_cancelled": "Substituição cancelada",
|
|
434
|
+
"panel.searching": "Pesquisando…",
|
|
435
|
+
"cmd.search_replace_in_buffer": "Pesquisar e substituir no arquivo atual",
|
|
436
|
+
"cmd.search_replace_in_buffer_desc": "Pesquisar e substituir texto apenas no arquivo ativo",
|
|
437
|
+
"panel.all_files_toggle": "Todos os arquivos",
|
|
438
|
+
"panel.scope_row_file": "Somente em: %{file}",
|
|
439
|
+
"panel.scope_row_unnamed": "Somente em: (buffer não salvo)",
|
|
440
|
+
"panel.replace_all_in_file_btn": "Substituir tudo em %{file} (Alt+Ret)",
|
|
441
|
+
"status.replace_wait_for_search": "Pesquisa em andamento — aguarde e tente novamente."
|
|
370
442
|
},
|
|
371
443
|
"ru": {
|
|
372
444
|
"cmd.search_replace": "Поиск и замена в проекте",
|
|
@@ -397,7 +469,7 @@
|
|
|
397
469
|
"panel.results": "Результаты: %{count}",
|
|
398
470
|
"panel.limited": "(результаты ограничены)",
|
|
399
471
|
"panel.selected": "(%{selected} выбрано)",
|
|
400
|
-
"panel.help": "Tab
|
|
472
|
+
"panel.help": "Tab: дальше Пробел: включить/исключить Enter: открыть Alt+Ret: заменить выбранные Esc: закрыть",
|
|
401
473
|
"panel.match_stats": "(%{count} совпадений / %{files} файлов)",
|
|
402
474
|
"panel.case_toggle": "Регистр(Alt+C)",
|
|
403
475
|
"panel.regex_toggle": "Регулярное(Alt+R)",
|
|
@@ -407,7 +479,15 @@
|
|
|
407
479
|
"panel.matches_count": "Совпадения (%{count} в %{files} файлах)",
|
|
408
480
|
"panel.matches_title": "Совпадения",
|
|
409
481
|
"prompt.confirm_replace": "Заменить %{count} совпадений в %{files} файлах? Отмена применяется только к файлам, открытым в этом сеансе. Enter — подтвердить, Esc — отменить.",
|
|
410
|
-
"status.replace_cancelled": "Замена отменена"
|
|
482
|
+
"status.replace_cancelled": "Замена отменена",
|
|
483
|
+
"panel.searching": "Поиск…",
|
|
484
|
+
"cmd.search_replace_in_buffer": "Поиск и замена в текущем файле",
|
|
485
|
+
"cmd.search_replace_in_buffer_desc": "Поиск и замена текста только в активном файле",
|
|
486
|
+
"panel.all_files_toggle": "Все файлы",
|
|
487
|
+
"panel.scope_row_file": "Только в: %{file}",
|
|
488
|
+
"panel.scope_row_unnamed": "Только в: (несохранённый буфер)",
|
|
489
|
+
"panel.replace_all_in_file_btn": "Заменить все в %{file} (Alt+Ret)",
|
|
490
|
+
"status.replace_wait_for_search": "Поиск ещё выполняется — подождите и попробуйте снова."
|
|
411
491
|
},
|
|
412
492
|
"th": {
|
|
413
493
|
"cmd.search_replace": "ค้นหาและแทนที่ในโปรเจกต์",
|
|
@@ -438,7 +518,7 @@
|
|
|
438
518
|
"panel.results": "ผลลัพธ์: %{count}",
|
|
439
519
|
"panel.limited": "(ผลลัพธ์ถูกจำกัด)",
|
|
440
520
|
"panel.selected": "(เลือก %{selected})",
|
|
441
|
-
"panel.help": "Tab
|
|
521
|
+
"panel.help": "Tab: ถัดไป Space: รวม/ยกเว้น Enter: เปิด Alt+Ret: แทนที่ที่เลือก Esc: ปิด",
|
|
442
522
|
"panel.match_stats": "(%{count} รายการ / %{files} ไฟล์)",
|
|
443
523
|
"panel.case_toggle": "ตัวพิมพ์(Alt+C)",
|
|
444
524
|
"panel.regex_toggle": "Regex(Alt+R)",
|
|
@@ -448,7 +528,15 @@
|
|
|
448
528
|
"panel.matches_count": "รายการที่ตรงกัน (%{count} ใน %{files} ไฟล์)",
|
|
449
529
|
"panel.matches_title": "รายการที่ตรงกัน",
|
|
450
530
|
"prompt.confirm_replace": "แทนที่ %{count} รายการใน %{files} ไฟล์? เลิกทำครอบคลุมเฉพาะไฟล์ที่เปิดอยู่ในเซสชันนี้เท่านั้น กด Enter เพื่อยืนยัน, Esc เพื่อยกเลิก",
|
|
451
|
-
"status.replace_cancelled": "ยกเลิกการแทนที่"
|
|
531
|
+
"status.replace_cancelled": "ยกเลิกการแทนที่",
|
|
532
|
+
"panel.searching": "กำลังค้นหา…",
|
|
533
|
+
"cmd.search_replace_in_buffer": "ค้นหาและแทนที่ในไฟล์ปัจจุบัน",
|
|
534
|
+
"cmd.search_replace_in_buffer_desc": "ค้นหาและแทนที่ข้อความเฉพาะในไฟล์ที่ใช้งาน",
|
|
535
|
+
"panel.all_files_toggle": "ไฟล์ทั้งหมด",
|
|
536
|
+
"panel.scope_row_file": "เฉพาะใน: %{file}",
|
|
537
|
+
"panel.scope_row_unnamed": "เฉพาะใน: (บัฟเฟอร์ที่ยังไม่ได้บันทึก)",
|
|
538
|
+
"panel.replace_all_in_file_btn": "แทนที่ทั้งหมดใน %{file} (Alt+Ret)",
|
|
539
|
+
"status.replace_wait_for_search": "กำลังค้นหา — กรุณารอแล้วลองอีกครั้ง"
|
|
452
540
|
},
|
|
453
541
|
"uk": {
|
|
454
542
|
"cmd.search_replace": "Пошук та заміна в проекті",
|
|
@@ -479,7 +567,7 @@
|
|
|
479
567
|
"panel.results": "Результати: %{count}",
|
|
480
568
|
"panel.limited": "(результати обмежені)",
|
|
481
569
|
"panel.selected": "(%{selected} вибрано)",
|
|
482
|
-
"panel.help": "Tab
|
|
570
|
+
"panel.help": "Tab: далі Пробіл: увімкнути/вимкнути Enter: відкрити Alt+Ret: замінити вибрані Esc: закрити",
|
|
483
571
|
"panel.match_stats": "(%{count} збігів / %{files} файлів)",
|
|
484
572
|
"panel.case_toggle": "Регістр(Alt+C)",
|
|
485
573
|
"panel.regex_toggle": "Регулярний(Alt+R)",
|
|
@@ -489,7 +577,15 @@
|
|
|
489
577
|
"panel.matches_count": "Збіги (%{count} у %{files} файлах)",
|
|
490
578
|
"panel.matches_title": "Збіги",
|
|
491
579
|
"prompt.confirm_replace": "Замінити %{count} збіг(ів) у %{files} файл(ах)? Скасування охоплює лише файли, відкриті в цьому сеансі. Enter — підтвердити, Esc — скасувати.",
|
|
492
|
-
"status.replace_cancelled": "Заміну скасовано"
|
|
580
|
+
"status.replace_cancelled": "Заміну скасовано",
|
|
581
|
+
"panel.searching": "Пошук…",
|
|
582
|
+
"cmd.search_replace_in_buffer": "Пошук і заміна у поточному файлі",
|
|
583
|
+
"cmd.search_replace_in_buffer_desc": "Пошук і заміна тексту лише в активному файлі",
|
|
584
|
+
"panel.all_files_toggle": "Усі файли",
|
|
585
|
+
"panel.scope_row_file": "Лише в: %{file}",
|
|
586
|
+
"panel.scope_row_unnamed": "Лише в: (незбережений буфер)",
|
|
587
|
+
"panel.replace_all_in_file_btn": "Замінити все в %{file} (Alt+Ret)",
|
|
588
|
+
"status.replace_wait_for_search": "Триває пошук — зачекайте та спробуйте знову."
|
|
493
589
|
},
|
|
494
590
|
"vi": {
|
|
495
591
|
"cmd.search_replace": "Tìm và Thay thế trong Dự án",
|
|
@@ -520,7 +616,7 @@
|
|
|
520
616
|
"panel.results": "Kết quả: %{count}",
|
|
521
617
|
"panel.limited": "(kết quả bị giới hạn)",
|
|
522
618
|
"panel.selected": "(đã chọn %{selected})",
|
|
523
|
-
"panel.help": "Tab:
|
|
619
|
+
"panel.help": "Tab: tiếp Phím cách: bao gồm/loại trừ Enter: mở Alt+Ret: thay thế đã chọn Esc: đóng",
|
|
524
620
|
"panel.match_stats": "(%{count} kết quả / %{files} tệp)",
|
|
525
621
|
"panel.case_toggle": "Hoa/thường(Alt+C)",
|
|
526
622
|
"panel.regex_toggle": "Regex(Alt+R)",
|
|
@@ -530,7 +626,15 @@
|
|
|
530
626
|
"panel.matches_count": "Kết quả (%{count} trong %{files} tệp)",
|
|
531
627
|
"panel.matches_title": "Kết quả",
|
|
532
628
|
"prompt.confirm_replace": "Thay thế %{count} kết quả trong %{files} tệp? Hoàn tác chỉ áp dụng cho các tệp đang mở trong phiên này. Enter để xác nhận, Esc để hủy.",
|
|
533
|
-
"status.replace_cancelled": "Đã hủy thay thế"
|
|
629
|
+
"status.replace_cancelled": "Đã hủy thay thế",
|
|
630
|
+
"panel.searching": "Đang tìm kiếm…",
|
|
631
|
+
"cmd.search_replace_in_buffer": "Tìm và thay thế trong tệp hiện tại",
|
|
632
|
+
"cmd.search_replace_in_buffer_desc": "Tìm và thay thế văn bản chỉ trong tệp đang mở",
|
|
633
|
+
"panel.all_files_toggle": "Tất cả tệp",
|
|
634
|
+
"panel.scope_row_file": "Chỉ trong: %{file}",
|
|
635
|
+
"panel.scope_row_unnamed": "Chỉ trong: (bộ đệm chưa lưu)",
|
|
636
|
+
"panel.replace_all_in_file_btn": "Thay thế tất cả trong %{file} (Alt+Ret)",
|
|
637
|
+
"status.replace_wait_for_search": "Đang tìm kiếm — vui lòng chờ rồi thử lại."
|
|
534
638
|
},
|
|
535
639
|
"zh-CN": {
|
|
536
640
|
"cmd.search_replace": "在项目中搜索和替换",
|
|
@@ -561,7 +665,7 @@
|
|
|
561
665
|
"panel.results": "结果: %{count}",
|
|
562
666
|
"panel.limited": "(结果已截断)",
|
|
563
667
|
"panel.selected": "(已选择 %{selected})",
|
|
564
|
-
"panel.help": "Tab
|
|
668
|
+
"panel.help": "Tab: 下一个 空格: 包含/排除 Enter: 打开 Alt+Ret: 替换已选 Esc: 关闭",
|
|
565
669
|
"panel.match_stats": "(%{count} 个匹配 / %{files} 个文件)",
|
|
566
670
|
"panel.case_toggle": "大小写(Alt+C)",
|
|
567
671
|
"panel.regex_toggle": "正则(Alt+R)",
|
|
@@ -571,6 +675,14 @@
|
|
|
571
675
|
"panel.matches_count": "匹配 (%{files} 个文件中 %{count} 个)",
|
|
572
676
|
"panel.matches_title": "匹配",
|
|
573
677
|
"prompt.confirm_replace": "在 %{files} 个文件中替换 %{count} 处匹配?撤销仅适用于本次会话中打开的文件。按 Enter 确认,Esc 取消。",
|
|
574
|
-
"status.replace_cancelled": "替换已取消"
|
|
678
|
+
"status.replace_cancelled": "替换已取消",
|
|
679
|
+
"panel.searching": "正在搜索…",
|
|
680
|
+
"cmd.search_replace_in_buffer": "在当前文件中查找和替换",
|
|
681
|
+
"cmd.search_replace_in_buffer_desc": "仅在活动文件中查找和替换文本",
|
|
682
|
+
"panel.all_files_toggle": "所有文件",
|
|
683
|
+
"panel.scope_row_file": "仅在: %{file}",
|
|
684
|
+
"panel.scope_row_unnamed": "仅在: (未保存的缓冲区)",
|
|
685
|
+
"panel.replace_all_in_file_btn": "在 %{file} 中全部替换 (Alt+Ret)",
|
|
686
|
+
"status.replace_wait_for_search": "搜索仍在进行中 — 请稍候再试。"
|
|
575
687
|
}
|
|
576
688
|
}
|