@involvex/fresh-editor 0.1.76 → 0.1.78
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/bin/CHANGELOG.md +1017 -0
- package/bin/LICENSE +117 -0
- package/bin/README.md +248 -0
- package/bin/fresh.exe +0 -0
- package/bin/plugins/README.md +71 -0
- package/bin/plugins/audit_mode.i18n.json +821 -0
- package/bin/plugins/audit_mode.ts +1810 -0
- package/bin/plugins/buffer_modified.i18n.json +67 -0
- package/bin/plugins/buffer_modified.ts +281 -0
- package/bin/plugins/calculator.i18n.json +93 -0
- package/bin/plugins/calculator.ts +770 -0
- package/bin/plugins/clangd-lsp.ts +168 -0
- package/bin/plugins/clangd_support.i18n.json +223 -0
- package/bin/plugins/clangd_support.md +20 -0
- package/bin/plugins/clangd_support.ts +325 -0
- package/bin/plugins/color_highlighter.i18n.json +145 -0
- package/bin/plugins/color_highlighter.ts +304 -0
- package/bin/plugins/config-schema.json +768 -0
- package/bin/plugins/csharp-lsp.ts +147 -0
- package/bin/plugins/csharp_support.i18n.json +80 -0
- package/bin/plugins/csharp_support.ts +170 -0
- package/bin/plugins/css-lsp.ts +143 -0
- package/bin/plugins/diagnostics_panel.i18n.json +236 -0
- package/bin/plugins/diagnostics_panel.ts +642 -0
- package/bin/plugins/examples/README.md +85 -0
- package/bin/plugins/examples/async_demo.ts +165 -0
- package/bin/plugins/examples/bookmarks.ts +329 -0
- package/bin/plugins/examples/buffer_query_demo.ts +110 -0
- package/bin/plugins/examples/git_grep.ts +262 -0
- package/bin/plugins/examples/hello_world.ts +93 -0
- package/bin/plugins/examples/virtual_buffer_demo.ts +116 -0
- package/bin/plugins/find_references.i18n.json +275 -0
- package/bin/plugins/find_references.ts +359 -0
- package/bin/plugins/git_blame.i18n.json +496 -0
- package/bin/plugins/git_blame.ts +707 -0
- package/bin/plugins/git_find_file.i18n.json +314 -0
- package/bin/plugins/git_find_file.ts +300 -0
- package/bin/plugins/git_grep.i18n.json +171 -0
- package/bin/plugins/git_grep.ts +191 -0
- package/bin/plugins/git_gutter.i18n.json +93 -0
- package/bin/plugins/git_gutter.ts +477 -0
- package/bin/plugins/git_log.i18n.json +481 -0
- package/bin/plugins/git_log.ts +1285 -0
- package/bin/plugins/go-lsp.ts +143 -0
- package/bin/plugins/html-lsp.ts +145 -0
- package/bin/plugins/json-lsp.ts +145 -0
- package/bin/plugins/lib/fresh.d.ts +1321 -0
- package/bin/plugins/lib/index.ts +24 -0
- package/bin/plugins/lib/navigation-controller.ts +214 -0
- package/bin/plugins/lib/panel-manager.ts +220 -0
- package/bin/plugins/lib/types.ts +72 -0
- package/bin/plugins/lib/virtual-buffer-factory.ts +130 -0
- package/bin/plugins/live_grep.i18n.json +171 -0
- package/bin/plugins/live_grep.ts +422 -0
- package/bin/plugins/markdown_compose.i18n.json +223 -0
- package/bin/plugins/markdown_compose.ts +630 -0
- package/bin/plugins/merge_conflict.i18n.json +821 -0
- package/bin/plugins/merge_conflict.ts +1810 -0
- package/bin/plugins/path_complete.i18n.json +80 -0
- package/bin/plugins/path_complete.ts +165 -0
- package/bin/plugins/python-lsp.ts +162 -0
- package/bin/plugins/rust-lsp.ts +166 -0
- package/bin/plugins/search_replace.i18n.json +405 -0
- package/bin/plugins/search_replace.ts +484 -0
- package/bin/plugins/test_i18n.i18n.json +67 -0
- package/bin/plugins/test_i18n.ts +18 -0
- package/bin/plugins/theme_editor.i18n.json +3746 -0
- package/bin/plugins/theme_editor.ts +2063 -0
- package/bin/plugins/todo_highlighter.i18n.json +184 -0
- package/bin/plugins/todo_highlighter.ts +206 -0
- package/bin/plugins/typescript-lsp.ts +167 -0
- package/bin/plugins/vi_mode.i18n.json +1549 -0
- package/bin/plugins/vi_mode.ts +2747 -0
- package/bin/plugins/welcome.i18n.json +236 -0
- package/bin/plugins/welcome.ts +76 -0
- package/bin/themes/dark.json +102 -0
- package/bin/themes/dracula.json +62 -0
- package/bin/themes/high-contrast.json +102 -0
- package/bin/themes/light.json +102 -0
- package/bin/themes/nord.json +62 -0
- package/bin/themes/nostalgia.json +102 -0
- package/bin/themes/solarized-dark.json +62 -0
- package/binary-install.js +1 -1
- package/dist/bin/fresh.js +9 -0
- package/dist/binary-install.js +149 -0
- package/dist/binary.js +30 -0
- package/dist/fresh-6yhknp07.exe +0 -0
- package/dist/install.js +158 -0
- package/dist/run-fresh.js +43 -0
- package/package.json +7 -2
|
@@ -0,0 +1,405 @@
|
|
|
1
|
+
{
|
|
2
|
+
"en": {
|
|
3
|
+
"cmd.search_replace": "Search and Replace in Project",
|
|
4
|
+
"cmd.search_replace_desc": "Search and replace text across all git-tracked files",
|
|
5
|
+
"status.ready": "Search & Replace plugin ready",
|
|
6
|
+
"status.enter_pattern": "Enter search pattern...",
|
|
7
|
+
"status.no_matches": "No matches found for \"{pattern}\"",
|
|
8
|
+
"status.found_matches": "Found {count} matches",
|
|
9
|
+
"status.search_error": "Search error: {error}",
|
|
10
|
+
"status.cancelled_empty": "Search cancelled - empty pattern",
|
|
11
|
+
"status.cancelled": "Search/Replace cancelled",
|
|
12
|
+
"status.no_selected": "No items selected for replacement",
|
|
13
|
+
"status.no_items_selected": "No items selected",
|
|
14
|
+
"status.selected_count": "{selected}/{total} selected",
|
|
15
|
+
"status.replacing": "Replacing {count} occurrences...",
|
|
16
|
+
"status.replaced_with_errors": "Replaced in {files} files ({errors} errors)",
|
|
17
|
+
"status.replaced": "Replaced {count} occurrences in {files} files",
|
|
18
|
+
"status.closed": "Search/Replace closed",
|
|
19
|
+
"status.failed_open_panel": "Failed to open search/replace panel",
|
|
20
|
+
"status.preview": "Preview: {file}:{line}",
|
|
21
|
+
"prompt.search": "Search (in project): ",
|
|
22
|
+
"prompt.replace": "Replace with: ",
|
|
23
|
+
"panel.header": "Search & Replace",
|
|
24
|
+
"panel.search_label": "Search:",
|
|
25
|
+
"panel.replace_label": "Replace:",
|
|
26
|
+
"panel.regex": "(regex)",
|
|
27
|
+
"panel.no_matches": "No matches found",
|
|
28
|
+
"panel.results": "Results: {count}",
|
|
29
|
+
"panel.limited": "(limited to {max})",
|
|
30
|
+
"panel.selected": "({selected} selected)",
|
|
31
|
+
"panel.help": "[SPC] toggle [a] all [n] none [r] REPLACE [RET] preview [q] close"
|
|
32
|
+
},
|
|
33
|
+
"cs": {
|
|
34
|
+
"cmd.search_replace": "Hledat a nahradit v projektu",
|
|
35
|
+
"cmd.search_replace_desc": "Hledat a nahradit text ve vsech souborech sledovanych gitem",
|
|
36
|
+
"status.ready": "Plugin Hledat a nahradit pripraven",
|
|
37
|
+
"status.enter_pattern": "Zadejte vyhledavaci vzor...",
|
|
38
|
+
"status.no_matches": "Zadne shody pro \"{pattern}\"",
|
|
39
|
+
"status.found_matches": "Nalezeno {count} shod",
|
|
40
|
+
"status.search_error": "Chyba vyhledavani: {error}",
|
|
41
|
+
"status.cancelled_empty": "Vyhledavani zruseno - prazdny vzor",
|
|
42
|
+
"status.cancelled": "Hledani/Nahrazeni zruseno",
|
|
43
|
+
"status.no_selected": "Zadne polozky vybrane k nahrazeni",
|
|
44
|
+
"status.no_items_selected": "Zadne polozky vybrane",
|
|
45
|
+
"status.selected_count": "{selected}/{total} vybrano",
|
|
46
|
+
"status.replacing": "Nahrazuji {count} vyskytu...",
|
|
47
|
+
"status.replaced_with_errors": "Nahrazeno v {files} souborech ({errors} chyb)",
|
|
48
|
+
"status.replaced": "Nahrazeno {count} vyskytu v {files} souborech",
|
|
49
|
+
"status.closed": "Hledani/Nahrazeni zavreno",
|
|
50
|
+
"status.failed_open_panel": "Nepodarilo se otevrit panel hledani/nahrazeni",
|
|
51
|
+
"status.preview": "Nahled: {file}:{line}",
|
|
52
|
+
"prompt.search": "Hledat (v projektu): ",
|
|
53
|
+
"prompt.replace": "Nahradit za: ",
|
|
54
|
+
"panel.header": "Hledat a nahradit",
|
|
55
|
+
"panel.search_label": "Hledat:",
|
|
56
|
+
"panel.replace_label": "Nahradit:",
|
|
57
|
+
"panel.regex": "(regex)",
|
|
58
|
+
"panel.no_matches": "Zadne shody",
|
|
59
|
+
"panel.results": "Vysledky: {count}",
|
|
60
|
+
"panel.limited": "(omezeno na {max})",
|
|
61
|
+
"panel.selected": "({selected} vybrano)",
|
|
62
|
+
"panel.help": "[MEZERNIK] prepnout [a] vse [n] nic [r] NAHRADIT [ENTER] nahled [q] zavrit"
|
|
63
|
+
},
|
|
64
|
+
"de": {
|
|
65
|
+
"cmd.search_replace": "Suchen und Ersetzen im Projekt",
|
|
66
|
+
"cmd.search_replace_desc": "Text in allen von Git verfolgten Dateien suchen und ersetzen",
|
|
67
|
+
"status.ready": "Suchen & Ersetzen Plugin bereit",
|
|
68
|
+
"status.enter_pattern": "Suchmuster eingeben...",
|
|
69
|
+
"status.no_matches": "Keine Treffer fuer \"{pattern}\" gefunden",
|
|
70
|
+
"status.found_matches": "{count} Treffer gefunden",
|
|
71
|
+
"status.search_error": "Suchfehler: {error}",
|
|
72
|
+
"status.cancelled_empty": "Suche abgebrochen - leeres Muster",
|
|
73
|
+
"status.cancelled": "Suchen/Ersetzen abgebrochen",
|
|
74
|
+
"status.no_selected": "Keine Elemente zum Ersetzen ausgewaehlt",
|
|
75
|
+
"status.no_items_selected": "Keine Elemente ausgewaehlt",
|
|
76
|
+
"status.selected_count": "{selected}/{total} ausgewaehlt",
|
|
77
|
+
"status.replacing": "Ersetze {count} Vorkommen...",
|
|
78
|
+
"status.replaced_with_errors": "Ersetzt in {files} Dateien ({errors} Fehler)",
|
|
79
|
+
"status.replaced": "{count} Vorkommen in {files} Dateien ersetzt",
|
|
80
|
+
"status.closed": "Suchen/Ersetzen geschlossen",
|
|
81
|
+
"status.failed_open_panel": "Fehler beim Oeffnen des Suchen/Ersetzen-Panels",
|
|
82
|
+
"status.preview": "Vorschau: {file}:{line}",
|
|
83
|
+
"prompt.search": "Suchen (im Projekt): ",
|
|
84
|
+
"prompt.replace": "Ersetzen durch: ",
|
|
85
|
+
"panel.header": "Suchen & Ersetzen",
|
|
86
|
+
"panel.search_label": "Suchen:",
|
|
87
|
+
"panel.replace_label": "Ersetzen:",
|
|
88
|
+
"panel.regex": "(Regex)",
|
|
89
|
+
"panel.no_matches": "Keine Treffer gefunden",
|
|
90
|
+
"panel.results": "Ergebnisse: {count}",
|
|
91
|
+
"panel.limited": "(begrenzt auf {max})",
|
|
92
|
+
"panel.selected": "({selected} ausgewaehlt)",
|
|
93
|
+
"panel.help": "[LEER] umschalten [a] alle [n] keine [r] ERSETZEN [RET] Vorschau [q] schliessen"
|
|
94
|
+
},
|
|
95
|
+
"es": {
|
|
96
|
+
"cmd.search_replace": "Buscar y Reemplazar en Proyecto",
|
|
97
|
+
"cmd.search_replace_desc": "Buscar y reemplazar texto en todos los archivos rastreados por git",
|
|
98
|
+
"status.ready": "Plugin de Buscar y Reemplazar listo",
|
|
99
|
+
"status.enter_pattern": "Ingresa el patron de busqueda...",
|
|
100
|
+
"status.no_matches": "No se encontraron coincidencias para \"{pattern}\"",
|
|
101
|
+
"status.found_matches": "Se encontraron {count} coincidencias",
|
|
102
|
+
"status.search_error": "Error de busqueda: {error}",
|
|
103
|
+
"status.cancelled_empty": "Busqueda cancelada - patron vacio",
|
|
104
|
+
"status.cancelled": "Buscar/Reemplazar cancelado",
|
|
105
|
+
"status.no_selected": "No hay elementos seleccionados para reemplazar",
|
|
106
|
+
"status.no_items_selected": "No hay elementos seleccionados",
|
|
107
|
+
"status.selected_count": "{selected}/{total} seleccionados",
|
|
108
|
+
"status.replacing": "Reemplazando {count} ocurrencias...",
|
|
109
|
+
"status.replaced_with_errors": "Reemplazado en {files} archivos ({errors} errores)",
|
|
110
|
+
"status.replaced": "Se reemplazaron {count} ocurrencias en {files} archivos",
|
|
111
|
+
"status.closed": "Buscar/Reemplazar cerrado",
|
|
112
|
+
"status.failed_open_panel": "Error al abrir el panel de buscar/reemplazar",
|
|
113
|
+
"status.preview": "Vista previa: {file}:{line}",
|
|
114
|
+
"prompt.search": "Buscar (en proyecto): ",
|
|
115
|
+
"prompt.replace": "Reemplazar con: ",
|
|
116
|
+
"panel.header": "Buscar y Reemplazar",
|
|
117
|
+
"panel.search_label": "Buscar:",
|
|
118
|
+
"panel.replace_label": "Reemplazar:",
|
|
119
|
+
"panel.regex": "(regex)",
|
|
120
|
+
"panel.no_matches": "No se encontraron coincidencias",
|
|
121
|
+
"panel.results": "Resultados: {count}",
|
|
122
|
+
"panel.limited": "(limitado a {max})",
|
|
123
|
+
"panel.selected": "({selected} seleccionados)",
|
|
124
|
+
"panel.help": "[ESP] alternar [a] todos [n] ninguno [r] REEMPLAZAR [RET] vista previa [q] cerrar"
|
|
125
|
+
},
|
|
126
|
+
"fr": {
|
|
127
|
+
"cmd.search_replace": "Rechercher et Remplacer dans le Projet",
|
|
128
|
+
"cmd.search_replace_desc": "Rechercher et remplacer du texte dans tous les fichiers suivis par git",
|
|
129
|
+
"status.ready": "Plugin Rechercher et Remplacer pret",
|
|
130
|
+
"status.enter_pattern": "Entrez le motif de recherche...",
|
|
131
|
+
"status.no_matches": "Aucune correspondance trouvee pour \"{pattern}\"",
|
|
132
|
+
"status.found_matches": "{count} correspondances trouvees",
|
|
133
|
+
"status.search_error": "Erreur de recherche : {error}",
|
|
134
|
+
"status.cancelled_empty": "Recherche annulee - motif vide",
|
|
135
|
+
"status.cancelled": "Rechercher/Remplacer annule",
|
|
136
|
+
"status.no_selected": "Aucun element selectionne pour le remplacement",
|
|
137
|
+
"status.no_items_selected": "Aucun element selectionne",
|
|
138
|
+
"status.selected_count": "{selected}/{total} selectionnes",
|
|
139
|
+
"status.replacing": "Remplacement de {count} occurrences...",
|
|
140
|
+
"status.replaced_with_errors": "Remplace dans {files} fichiers ({errors} erreurs)",
|
|
141
|
+
"status.replaced": "{count} occurrences remplacees dans {files} fichiers",
|
|
142
|
+
"status.closed": "Rechercher/Remplacer ferme",
|
|
143
|
+
"status.failed_open_panel": "Echec de l'ouverture du panneau rechercher/remplacer",
|
|
144
|
+
"status.preview": "Apercu : {file}:{line}",
|
|
145
|
+
"prompt.search": "Rechercher (dans le projet) : ",
|
|
146
|
+
"prompt.replace": "Remplacer par : ",
|
|
147
|
+
"panel.header": "Rechercher et Remplacer",
|
|
148
|
+
"panel.search_label": "Rechercher :",
|
|
149
|
+
"panel.replace_label": "Remplacer :",
|
|
150
|
+
"panel.regex": "(regex)",
|
|
151
|
+
"panel.no_matches": "Aucune correspondance trouvee",
|
|
152
|
+
"panel.results": "Resultats : {count}",
|
|
153
|
+
"panel.limited": "(limite a {max})",
|
|
154
|
+
"panel.selected": "({selected} selectionnes)",
|
|
155
|
+
"panel.help": "[ESP] basculer [a] tous [n] aucun [r] REMPLACER [RET] apercu [q] fermer"
|
|
156
|
+
},
|
|
157
|
+
"it": {
|
|
158
|
+
"cmd.search_replace": "Cerca e sostituisci nel progetto",
|
|
159
|
+
"cmd.search_replace_desc": "Cerca e sostituisci testo in tutti i file tracciati da git",
|
|
160
|
+
"status.ready": "Plugin Cerca e Sostituisci pronto",
|
|
161
|
+
"status.enter_pattern": "Inserisci il modello di ricerca...",
|
|
162
|
+
"status.no_matches": "Nessuna corrispondenza trovata per \"{pattern}\"",
|
|
163
|
+
"status.found_matches": "Trovate {count} corrispondenze",
|
|
164
|
+
"status.search_error": "Errore di ricerca: {error}",
|
|
165
|
+
"status.cancelled_empty": "Ricerca annullata - modello vuoto",
|
|
166
|
+
"status.cancelled": "Cerca/Sostituisci annullato",
|
|
167
|
+
"status.no_selected": "Nessun elemento selezionato per la sostituzione",
|
|
168
|
+
"status.no_items_selected": "Nessun elemento selezionato",
|
|
169
|
+
"status.selected_count": "{selected}/{total} selezionati",
|
|
170
|
+
"status.replacing": "Sostituzione di {count} occorrenze...",
|
|
171
|
+
"status.replaced_with_errors": "Sostituito in {files} file ({errors} errori)",
|
|
172
|
+
"status.replaced": "Sostituite {count} occorrenze in {files} file",
|
|
173
|
+
"status.closed": "Cerca/Sostituisci chiuso",
|
|
174
|
+
"status.failed_open_panel": "Impossibile aprire il pannello cerca/sostituisci",
|
|
175
|
+
"status.preview": "Anteprima: {file}:{line}",
|
|
176
|
+
"prompt.search": "Cerca (nel progetto): ",
|
|
177
|
+
"prompt.replace": "Sostituisci con: ",
|
|
178
|
+
"panel.header": "Cerca e Sostituisci",
|
|
179
|
+
"panel.search_label": "Cerca:",
|
|
180
|
+
"panel.replace_label": "Sostituisci:",
|
|
181
|
+
"panel.regex": "(regex)",
|
|
182
|
+
"panel.no_matches": "Nessuna corrispondenza trovata",
|
|
183
|
+
"panel.results": "Risultati: {count}",
|
|
184
|
+
"panel.limited": "(limitati a {max})",
|
|
185
|
+
"panel.selected": "({selected} selezionati)",
|
|
186
|
+
"panel.help": "[SPZ] alterna [a] tutti [n] nessuno [r] SOSTITUISCI [RET] anteprima [q] chiudi"
|
|
187
|
+
},
|
|
188
|
+
"ja": {
|
|
189
|
+
"cmd.search_replace": "プロジェクト内で検索と置換",
|
|
190
|
+
"cmd.search_replace_desc": "git追跡されているすべてのファイルでテキストを検索して置換",
|
|
191
|
+
"status.ready": "検索と置換プラグイン準備完了",
|
|
192
|
+
"status.enter_pattern": "検索パターンを入力...",
|
|
193
|
+
"status.no_matches": "\"{pattern}\" に一致するものが見つかりません",
|
|
194
|
+
"status.found_matches": "{count} 件の一致が見つかりました",
|
|
195
|
+
"status.search_error": "検索エラー: {error}",
|
|
196
|
+
"status.cancelled_empty": "検索キャンセル - 空のパターン",
|
|
197
|
+
"status.cancelled": "検索/置換がキャンセルされました",
|
|
198
|
+
"status.no_selected": "置換対象が選択されていません",
|
|
199
|
+
"status.no_items_selected": "項目が選択されていません",
|
|
200
|
+
"status.selected_count": "{selected}/{total} 選択済み",
|
|
201
|
+
"status.replacing": "{count} 件を置換中...",
|
|
202
|
+
"status.replaced_with_errors": "{files} ファイルで置換しました ({errors} エラー)",
|
|
203
|
+
"status.replaced": "{files} ファイルで {count} 件を置換しました",
|
|
204
|
+
"status.closed": "検索/置換を閉じました",
|
|
205
|
+
"status.failed_open_panel": "検索/置換パネルを開けませんでした",
|
|
206
|
+
"status.preview": "プレビュー: {file}:{line}",
|
|
207
|
+
"prompt.search": "検索 (プロジェクト内): ",
|
|
208
|
+
"prompt.replace": "置換文字列: ",
|
|
209
|
+
"panel.header": "検索と置換",
|
|
210
|
+
"panel.search_label": "検索:",
|
|
211
|
+
"panel.replace_label": "置換:",
|
|
212
|
+
"panel.regex": "(正規表現)",
|
|
213
|
+
"panel.no_matches": "一致するものが見つかりません",
|
|
214
|
+
"panel.results": "結果: {count}",
|
|
215
|
+
"panel.limited": "(最大 {max} 件)",
|
|
216
|
+
"panel.selected": "({selected} 件選択)",
|
|
217
|
+
"panel.help": "[スペース] 切替 [a] 全選択 [n] 全解除 [r] 置換 [RET] プレビュー [q] 閉じる"
|
|
218
|
+
},
|
|
219
|
+
"ko": {
|
|
220
|
+
"cmd.search_replace": "프로젝트에서 검색 및 바꾸기",
|
|
221
|
+
"cmd.search_replace_desc": "git 추적 파일에서 텍스트 검색 및 바꾸기",
|
|
222
|
+
"status.ready": "검색 및 바꾸기 플러그인 준비 완료",
|
|
223
|
+
"status.enter_pattern": "검색 패턴 입력...",
|
|
224
|
+
"status.no_matches": "\"{pattern}\"에 대한 일치 항목 없음",
|
|
225
|
+
"status.found_matches": "{count}개 일치 항목 발견",
|
|
226
|
+
"status.search_error": "검색 오류: {error}",
|
|
227
|
+
"status.cancelled_empty": "검색 취소됨 - 빈 패턴",
|
|
228
|
+
"status.cancelled": "검색/바꾸기 취소됨",
|
|
229
|
+
"status.no_selected": "바꿀 항목이 선택되지 않음",
|
|
230
|
+
"status.no_items_selected": "선택된 항목 없음",
|
|
231
|
+
"status.selected_count": "{selected}/{total} 선택됨",
|
|
232
|
+
"status.replacing": "{count}개 항목 바꾸는 중...",
|
|
233
|
+
"status.replaced_with_errors": "{files}개 파일에서 바꿈 ({errors}개 오류)",
|
|
234
|
+
"status.replaced": "{files}개 파일에서 {count}개 항목 바꿈",
|
|
235
|
+
"status.closed": "검색/바꾸기 닫힘",
|
|
236
|
+
"status.failed_open_panel": "검색/바꾸기 패널 열기 실패",
|
|
237
|
+
"status.preview": "미리보기: {file}:{line}",
|
|
238
|
+
"prompt.search": "검색 (프로젝트): ",
|
|
239
|
+
"prompt.replace": "바꿀 내용: ",
|
|
240
|
+
"panel.header": "검색 및 바꾸기",
|
|
241
|
+
"panel.search_label": "검색:",
|
|
242
|
+
"panel.replace_label": "바꾸기:",
|
|
243
|
+
"panel.regex": "(정규식)",
|
|
244
|
+
"panel.no_matches": "일치 항목 없음",
|
|
245
|
+
"panel.results": "결과: {count}",
|
|
246
|
+
"panel.limited": "(최대 {max}개)",
|
|
247
|
+
"panel.selected": "({selected}개 선택)",
|
|
248
|
+
"panel.help": "[스페이스] 전환 [a] 전체 [n] 없음 [r] 바꾸기 [엔터] 미리보기 [q] 닫기"
|
|
249
|
+
},
|
|
250
|
+
"pt-BR": {
|
|
251
|
+
"cmd.search_replace": "Pesquisar e Substituir no Projeto",
|
|
252
|
+
"cmd.search_replace_desc": "Pesquisar e substituir texto em todos os arquivos rastreados pelo git",
|
|
253
|
+
"status.ready": "Plugin Pesquisar e Substituir pronto",
|
|
254
|
+
"status.enter_pattern": "Digite o padrao de pesquisa...",
|
|
255
|
+
"status.no_matches": "Nenhuma correspondencia encontrada para \"{pattern}\"",
|
|
256
|
+
"status.found_matches": "Encontradas {count} correspondencias",
|
|
257
|
+
"status.search_error": "Erro de pesquisa: {error}",
|
|
258
|
+
"status.cancelled_empty": "Pesquisa cancelada - padrao vazio",
|
|
259
|
+
"status.cancelled": "Pesquisar/Substituir cancelado",
|
|
260
|
+
"status.no_selected": "Nenhum item selecionado para substituicao",
|
|
261
|
+
"status.no_items_selected": "Nenhum item selecionado",
|
|
262
|
+
"status.selected_count": "{selected}/{total} selecionados",
|
|
263
|
+
"status.replacing": "Substituindo {count} ocorrencias...",
|
|
264
|
+
"status.replaced_with_errors": "Substituido em {files} arquivos ({errors} erros)",
|
|
265
|
+
"status.replaced": "Substituidas {count} ocorrencias em {files} arquivos",
|
|
266
|
+
"status.closed": "Pesquisar/Substituir fechado",
|
|
267
|
+
"status.failed_open_panel": "Falha ao abrir painel de pesquisar/substituir",
|
|
268
|
+
"status.preview": "Visualizar: {file}:{line}",
|
|
269
|
+
"prompt.search": "Pesquisar (no projeto): ",
|
|
270
|
+
"prompt.replace": "Substituir por: ",
|
|
271
|
+
"panel.header": "Pesquisar e Substituir",
|
|
272
|
+
"panel.search_label": "Pesquisar:",
|
|
273
|
+
"panel.replace_label": "Substituir:",
|
|
274
|
+
"panel.regex": "(regex)",
|
|
275
|
+
"panel.no_matches": "Nenhuma correspondencia encontrada",
|
|
276
|
+
"panel.results": "Resultados: {count}",
|
|
277
|
+
"panel.limited": "(limitado a {max})",
|
|
278
|
+
"panel.selected": "({selected} selecionados)",
|
|
279
|
+
"panel.help": "[ESP] alternar [a] todos [n] nenhum [r] SUBSTITUIR [ENTER] visualizar [q] fechar"
|
|
280
|
+
},
|
|
281
|
+
"ru": {
|
|
282
|
+
"cmd.search_replace": "Поиск и замена в проекте",
|
|
283
|
+
"cmd.search_replace_desc": "Поиск и замена текста во всех файлах, отслеживаемых git",
|
|
284
|
+
"status.ready": "Плагин поиска и замены готов",
|
|
285
|
+
"status.enter_pattern": "Введите шаблон поиска...",
|
|
286
|
+
"status.no_matches": "Совпадений для \"{pattern}\" не найдено",
|
|
287
|
+
"status.found_matches": "Найдено {count} совпадений",
|
|
288
|
+
"status.search_error": "Ошибка поиска: {error}",
|
|
289
|
+
"status.cancelled_empty": "Поиск отменен - пустой шаблон",
|
|
290
|
+
"status.cancelled": "Поиск/Замена отменена",
|
|
291
|
+
"status.no_selected": "Не выбраны элементы для замены",
|
|
292
|
+
"status.no_items_selected": "Элементы не выбраны",
|
|
293
|
+
"status.selected_count": "{selected}/{total} выбрано",
|
|
294
|
+
"status.replacing": "Замена {count} вхождений...",
|
|
295
|
+
"status.replaced_with_errors": "Заменено в {files} файлах ({errors} ошибок)",
|
|
296
|
+
"status.replaced": "Заменено {count} вхождений в {files} файлах",
|
|
297
|
+
"status.closed": "Поиск/Замена закрыта",
|
|
298
|
+
"status.failed_open_panel": "Не удалось открыть панель поиска/замены",
|
|
299
|
+
"status.preview": "Просмотр: {file}:{line}",
|
|
300
|
+
"prompt.search": "Поиск (в проекте): ",
|
|
301
|
+
"prompt.replace": "Заменить на: ",
|
|
302
|
+
"panel.header": "Поиск и замена",
|
|
303
|
+
"panel.search_label": "Поиск:",
|
|
304
|
+
"panel.replace_label": "Замена:",
|
|
305
|
+
"panel.regex": "(регулярное выражение)",
|
|
306
|
+
"panel.no_matches": "Совпадений не найдено",
|
|
307
|
+
"panel.results": "Результаты: {count}",
|
|
308
|
+
"panel.limited": "(ограничено до {max})",
|
|
309
|
+
"panel.selected": "({selected} выбрано)",
|
|
310
|
+
"panel.help": "[ПРОБЕЛ] переключить [a] все [n] ничего [r] ЗАМЕНИТЬ [ВВОД] просмотр [q] закрыть"
|
|
311
|
+
},
|
|
312
|
+
"th": {
|
|
313
|
+
"cmd.search_replace": "ค้นหาและแทนที่ในโปรเจกต์",
|
|
314
|
+
"cmd.search_replace_desc": "ค้นหาและแทนที่ข้อความในไฟล์ทั้งหมดที่ git ติดตาม",
|
|
315
|
+
"status.ready": "ปลั๊กอินค้นหาและแทนที่พร้อมใช้งาน",
|
|
316
|
+
"status.enter_pattern": "ป้อนรูปแบบการค้นหา...",
|
|
317
|
+
"status.no_matches": "ไม่พบรายการที่ตรงกับ \"{pattern}\"",
|
|
318
|
+
"status.found_matches": "พบ {count} รายการที่ตรงกัน",
|
|
319
|
+
"status.search_error": "ข้อผิดพลาดในการค้นหา: {error}",
|
|
320
|
+
"status.cancelled_empty": "ยกเลิกการค้นหา - รูปแบบว่างเปล่า",
|
|
321
|
+
"status.cancelled": "ยกเลิกการค้นหา/แทนที่",
|
|
322
|
+
"status.no_selected": "ไม่มีรายการที่เลือกสำหรับการแทนที่",
|
|
323
|
+
"status.no_items_selected": "ไม่มีรายการที่เลือก",
|
|
324
|
+
"status.selected_count": "เลือก {selected}/{total}",
|
|
325
|
+
"status.replacing": "กำลังแทนที่ {count} รายการ...",
|
|
326
|
+
"status.replaced_with_errors": "แทนที่ใน {files} ไฟล์ ({errors} ข้อผิดพลาด)",
|
|
327
|
+
"status.replaced": "แทนที่ {count} รายการใน {files} ไฟล์",
|
|
328
|
+
"status.closed": "ปิดการค้นหา/แทนที่",
|
|
329
|
+
"status.failed_open_panel": "ไม่สามารถเปิดแผงค้นหา/แทนที่",
|
|
330
|
+
"status.preview": "ดูตัวอย่าง: {file}:{line}",
|
|
331
|
+
"prompt.search": "ค้นหา (ในโปรเจกต์): ",
|
|
332
|
+
"prompt.replace": "แทนที่ด้วย: ",
|
|
333
|
+
"panel.header": "ค้นหาและแทนที่",
|
|
334
|
+
"panel.search_label": "ค้นหา:",
|
|
335
|
+
"panel.replace_label": "แทนที่:",
|
|
336
|
+
"panel.regex": "(regex)",
|
|
337
|
+
"panel.no_matches": "ไม่พบรายการที่ตรงกัน",
|
|
338
|
+
"panel.results": "ผลลัพธ์: {count}",
|
|
339
|
+
"panel.limited": "(จำกัด {max})",
|
|
340
|
+
"panel.selected": "(เลือก {selected})",
|
|
341
|
+
"panel.help": "[เว้นวรรค] สลับ [a] ทั้งหมด [n] ไม่มี [r] แทนที่ [ENTER] ดูตัวอย่าง [q] ปิด"
|
|
342
|
+
},
|
|
343
|
+
"uk": {
|
|
344
|
+
"cmd.search_replace": "Пошук та заміна в проекті",
|
|
345
|
+
"cmd.search_replace_desc": "Пошук та заміна тексту в усіх файлах, відстежуваних git",
|
|
346
|
+
"status.ready": "Плагін пошуку та заміни готовий",
|
|
347
|
+
"status.enter_pattern": "Введіть шаблон пошуку...",
|
|
348
|
+
"status.no_matches": "Збігів для \"{pattern}\" не знайдено",
|
|
349
|
+
"status.found_matches": "Знайдено {count} збігів",
|
|
350
|
+
"status.search_error": "Помилка пошуку: {error}",
|
|
351
|
+
"status.cancelled_empty": "Пошук скасовано - порожній шаблон",
|
|
352
|
+
"status.cancelled": "Пошук/Заміну скасовано",
|
|
353
|
+
"status.no_selected": "Не вибрано елементів для заміни",
|
|
354
|
+
"status.no_items_selected": "Елементи не вибрано",
|
|
355
|
+
"status.selected_count": "{selected}/{total} вибрано",
|
|
356
|
+
"status.replacing": "Заміна {count} входжень...",
|
|
357
|
+
"status.replaced_with_errors": "Замінено в {files} файлах ({errors} помилок)",
|
|
358
|
+
"status.replaced": "Замінено {count} входжень в {files} файлах",
|
|
359
|
+
"status.closed": "Пошук/Заміну закрито",
|
|
360
|
+
"status.failed_open_panel": "Не вдалося відкрити панель пошуку/заміни",
|
|
361
|
+
"status.preview": "Перегляд: {file}:{line}",
|
|
362
|
+
"prompt.search": "Пошук (в проекті): ",
|
|
363
|
+
"prompt.replace": "Замінити на: ",
|
|
364
|
+
"panel.header": "Пошук та заміна",
|
|
365
|
+
"panel.search_label": "Пошук:",
|
|
366
|
+
"panel.replace_label": "Заміна:",
|
|
367
|
+
"panel.regex": "(регулярний вираз)",
|
|
368
|
+
"panel.no_matches": "Збігів не знайдено",
|
|
369
|
+
"panel.results": "Результати: {count}",
|
|
370
|
+
"panel.limited": "(обмежено до {max})",
|
|
371
|
+
"panel.selected": "({selected} вибрано)",
|
|
372
|
+
"panel.help": "[ПРОБІЛ] перемкнути [a] всі [n] нічого [r] ЗАМІНИТИ [ВВІД] перегляд [q] закрити"
|
|
373
|
+
},
|
|
374
|
+
"zh-CN": {
|
|
375
|
+
"cmd.search_replace": "在项目中搜索和替换",
|
|
376
|
+
"cmd.search_replace_desc": "在所有 git 跟踪的文件中搜索和替换文本",
|
|
377
|
+
"status.ready": "搜索和替换插件已就绪",
|
|
378
|
+
"status.enter_pattern": "输入搜索模式...",
|
|
379
|
+
"status.no_matches": "未找到 \"{pattern}\" 的匹配项",
|
|
380
|
+
"status.found_matches": "找到 {count} 个匹配项",
|
|
381
|
+
"status.search_error": "搜索错误: {error}",
|
|
382
|
+
"status.cancelled_empty": "搜索已取消 - 空模式",
|
|
383
|
+
"status.cancelled": "搜索/替换已取消",
|
|
384
|
+
"status.no_selected": "没有选择要替换的项目",
|
|
385
|
+
"status.no_items_selected": "没有选择项目",
|
|
386
|
+
"status.selected_count": "已选择 {selected}/{total}",
|
|
387
|
+
"status.replacing": "正在替换 {count} 处...",
|
|
388
|
+
"status.replaced_with_errors": "已在 {files} 个文件中替换 ({errors} 个错误)",
|
|
389
|
+
"status.replaced": "已在 {files} 个文件中替换 {count} 处",
|
|
390
|
+
"status.closed": "搜索/替换已关闭",
|
|
391
|
+
"status.failed_open_panel": "无法打开搜索/替换面板",
|
|
392
|
+
"status.preview": "预览: {file}:{line}",
|
|
393
|
+
"prompt.search": "搜索 (在项目中): ",
|
|
394
|
+
"prompt.replace": "替换为: ",
|
|
395
|
+
"panel.header": "搜索和替换",
|
|
396
|
+
"panel.search_label": "搜索:",
|
|
397
|
+
"panel.replace_label": "替换:",
|
|
398
|
+
"panel.regex": "(正则表达式)",
|
|
399
|
+
"panel.no_matches": "未找到匹配项",
|
|
400
|
+
"panel.results": "结果: {count}",
|
|
401
|
+
"panel.limited": "(限制为 {max})",
|
|
402
|
+
"panel.selected": "(已选择 {selected})",
|
|
403
|
+
"panel.help": "[空格] 切换 [a] 全选 [n] 全不选 [r] 替换 [回车] 预览 [q] 关闭"
|
|
404
|
+
}
|
|
405
|
+
}
|