@fresh-editor/fresh-editor 0.1.87 → 0.1.88
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 +28 -0
- package/package.json +1 -1
- package/plugins/calculator.i18n.json +13 -13
- package/plugins/clangd_support.i18n.json +26 -26
- package/plugins/config-schema.json +180 -116
- package/plugins/csharp_support.i18n.json +52 -52
- package/plugins/csharp_support.ts +214 -41
- package/plugins/find_references.i18n.json +91 -91
- package/plugins/git_log.i18n.json +182 -182
- package/plugins/lib/fresh.d.ts +6 -3
- package/plugins/live_grep.i18n.json +39 -39
- package/plugins/markdown_compose.i18n.json +13 -13
- package/plugins/merge_conflict.i18n.json +143 -143
- package/plugins/search_replace.i18n.json +143 -143
- package/plugins/theme_editor.i18n.json +3797 -3745
- package/themes/dracula.json +26 -5
- package/plugins/csharp-lsp.ts +0 -147
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
"cmd.search_replace_desc": "Search and replace text across all git-tracked files",
|
|
5
5
|
"status.ready": "Search & Replace plugin ready",
|
|
6
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}",
|
|
7
|
+
"status.no_matches": "No matches found for \"%{pattern}\"",
|
|
8
|
+
"status.found_matches": "Found %{count} matches",
|
|
9
|
+
"status.search_error": "Search error: %{error}",
|
|
10
10
|
"status.cancelled_empty": "Search cancelled - empty pattern",
|
|
11
11
|
"status.cancelled": "Search/Replace cancelled",
|
|
12
12
|
"status.no_selected": "No items selected for replacement",
|
|
13
13
|
"status.no_items_selected": "No items selected",
|
|
14
|
-
"status.selected_count": "{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",
|
|
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
18
|
"status.closed": "Search/Replace closed",
|
|
19
19
|
"status.failed_open_panel": "Failed to open search/replace panel",
|
|
20
|
-
"status.preview": "Preview: {file}
|
|
20
|
+
"status.preview": "Preview: %{file}:%{line}",
|
|
21
21
|
"prompt.search": "Search (in project): ",
|
|
22
22
|
"prompt.replace": "Replace with: ",
|
|
23
23
|
"panel.header": "Search & Replace",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"panel.replace_label": "Replace:",
|
|
26
26
|
"panel.regex": "(regex)",
|
|
27
27
|
"panel.no_matches": "No matches found",
|
|
28
|
-
"panel.results": "Results: {count}",
|
|
29
|
-
"panel.limited": "(limited to {max})",
|
|
30
|
-
"panel.selected": "({selected} selected)",
|
|
28
|
+
"panel.results": "Results: %{count}",
|
|
29
|
+
"panel.limited": "(limited to %{max})",
|
|
30
|
+
"panel.selected": "(%{selected} selected)",
|
|
31
31
|
"panel.help": "[Up/Down] navigate [Space] toggle [Enter] replace [Esc] close"
|
|
32
32
|
},
|
|
33
33
|
"cs": {
|
|
@@ -35,20 +35,20 @@
|
|
|
35
35
|
"cmd.search_replace_desc": "Hledat a nahradit text ve vsech souborech sledovanych gitem",
|
|
36
36
|
"status.ready": "Plugin Hledat a nahradit pripraven",
|
|
37
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}",
|
|
38
|
+
"status.no_matches": "Zadne shody pro \"%{pattern}\"",
|
|
39
|
+
"status.found_matches": "Nalezeno %{count} shod",
|
|
40
|
+
"status.search_error": "Chyba vyhledavani: %{error}",
|
|
41
41
|
"status.cancelled_empty": "Vyhledavani zruseno - prazdny vzor",
|
|
42
42
|
"status.cancelled": "Hledani/Nahrazeni zruseno",
|
|
43
43
|
"status.no_selected": "Zadne polozky vybrane k nahrazeni",
|
|
44
44
|
"status.no_items_selected": "Zadne polozky vybrane",
|
|
45
|
-
"status.selected_count": "{selected}
|
|
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",
|
|
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
49
|
"status.closed": "Hledani/Nahrazeni zavreno",
|
|
50
50
|
"status.failed_open_panel": "Nepodarilo se otevrit panel hledani/nahrazeni",
|
|
51
|
-
"status.preview": "Nahled: {file}
|
|
51
|
+
"status.preview": "Nahled: %{file}:%{line}",
|
|
52
52
|
"prompt.search": "Hledat (v projektu): ",
|
|
53
53
|
"prompt.replace": "Nahradit za: ",
|
|
54
54
|
"panel.header": "Hledat a nahradit",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"panel.replace_label": "Nahradit:",
|
|
57
57
|
"panel.regex": "(regex)",
|
|
58
58
|
"panel.no_matches": "Zadne shody",
|
|
59
|
-
"panel.results": "Vysledky: {count}",
|
|
60
|
-
"panel.limited": "(omezeno na {max})",
|
|
61
|
-
"panel.selected": "({selected} vybrano)",
|
|
59
|
+
"panel.results": "Vysledky: %{count}",
|
|
60
|
+
"panel.limited": "(omezeno na %{max})",
|
|
61
|
+
"panel.selected": "(%{selected} vybrano)",
|
|
62
62
|
"panel.help": "[Nahoru/Dolu] navigace [Mezernik] prepnout [Enter] nahradit [Esc] zavrit"
|
|
63
63
|
},
|
|
64
64
|
"de": {
|
|
@@ -66,20 +66,20 @@
|
|
|
66
66
|
"cmd.search_replace_desc": "Text in allen von Git verfolgten Dateien suchen und ersetzen",
|
|
67
67
|
"status.ready": "Suchen & Ersetzen Plugin bereit",
|
|
68
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}",
|
|
69
|
+
"status.no_matches": "Keine Treffer fuer \"%{pattern}\" gefunden",
|
|
70
|
+
"status.found_matches": "%{count} Treffer gefunden",
|
|
71
|
+
"status.search_error": "Suchfehler: %{error}",
|
|
72
72
|
"status.cancelled_empty": "Suche abgebrochen - leeres Muster",
|
|
73
73
|
"status.cancelled": "Suchen/Ersetzen abgebrochen",
|
|
74
74
|
"status.no_selected": "Keine Elemente zum Ersetzen ausgewaehlt",
|
|
75
75
|
"status.no_items_selected": "Keine Elemente ausgewaehlt",
|
|
76
|
-
"status.selected_count": "{selected}
|
|
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",
|
|
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
80
|
"status.closed": "Suchen/Ersetzen geschlossen",
|
|
81
81
|
"status.failed_open_panel": "Fehler beim Oeffnen des Suchen/Ersetzen-Panels",
|
|
82
|
-
"status.preview": "Vorschau: {file}
|
|
82
|
+
"status.preview": "Vorschau: %{file}:%{line}",
|
|
83
83
|
"prompt.search": "Suchen (im Projekt): ",
|
|
84
84
|
"prompt.replace": "Ersetzen durch: ",
|
|
85
85
|
"panel.header": "Suchen & Ersetzen",
|
|
@@ -87,9 +87,9 @@
|
|
|
87
87
|
"panel.replace_label": "Ersetzen:",
|
|
88
88
|
"panel.regex": "(Regex)",
|
|
89
89
|
"panel.no_matches": "Keine Treffer gefunden",
|
|
90
|
-
"panel.results": "Ergebnisse: {count}",
|
|
91
|
-
"panel.limited": "(begrenzt auf {max})",
|
|
92
|
-
"panel.selected": "({selected} ausgewaehlt)",
|
|
90
|
+
"panel.results": "Ergebnisse: %{count}",
|
|
91
|
+
"panel.limited": "(begrenzt auf %{max})",
|
|
92
|
+
"panel.selected": "(%{selected} ausgewaehlt)",
|
|
93
93
|
"panel.help": "[Auf/Ab] navigieren [Leer] umschalten [Enter] ersetzen [Esc] schliessen"
|
|
94
94
|
},
|
|
95
95
|
"es": {
|
|
@@ -97,20 +97,20 @@
|
|
|
97
97
|
"cmd.search_replace_desc": "Buscar y reemplazar texto en todos los archivos rastreados por git",
|
|
98
98
|
"status.ready": "Plugin de Buscar y Reemplazar listo",
|
|
99
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}",
|
|
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
103
|
"status.cancelled_empty": "Busqueda cancelada - patron vacio",
|
|
104
104
|
"status.cancelled": "Buscar/Reemplazar cancelado",
|
|
105
105
|
"status.no_selected": "No hay elementos seleccionados para reemplazar",
|
|
106
106
|
"status.no_items_selected": "No hay elementos seleccionados",
|
|
107
|
-
"status.selected_count": "{selected}
|
|
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",
|
|
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
111
|
"status.closed": "Buscar/Reemplazar cerrado",
|
|
112
112
|
"status.failed_open_panel": "Error al abrir el panel de buscar/reemplazar",
|
|
113
|
-
"status.preview": "Vista previa: {file}
|
|
113
|
+
"status.preview": "Vista previa: %{file}:%{line}",
|
|
114
114
|
"prompt.search": "Buscar (en proyecto): ",
|
|
115
115
|
"prompt.replace": "Reemplazar con: ",
|
|
116
116
|
"panel.header": "Buscar y Reemplazar",
|
|
@@ -118,9 +118,9 @@
|
|
|
118
118
|
"panel.replace_label": "Reemplazar:",
|
|
119
119
|
"panel.regex": "(regex)",
|
|
120
120
|
"panel.no_matches": "No se encontraron coincidencias",
|
|
121
|
-
"panel.results": "Resultados: {count}",
|
|
122
|
-
"panel.limited": "(limitado a {max})",
|
|
123
|
-
"panel.selected": "({selected} seleccionados)",
|
|
121
|
+
"panel.results": "Resultados: %{count}",
|
|
122
|
+
"panel.limited": "(limitado a %{max})",
|
|
123
|
+
"panel.selected": "(%{selected} seleccionados)",
|
|
124
124
|
"panel.help": "[Arriba/Abajo] navegar [Espacio] alternar [Enter] reemplazar [Esc] cerrar"
|
|
125
125
|
},
|
|
126
126
|
"fr": {
|
|
@@ -128,20 +128,20 @@
|
|
|
128
128
|
"cmd.search_replace_desc": "Rechercher et remplacer du texte dans tous les fichiers suivis par git",
|
|
129
129
|
"status.ready": "Plugin Rechercher et Remplacer pret",
|
|
130
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}",
|
|
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
134
|
"status.cancelled_empty": "Recherche annulee - motif vide",
|
|
135
135
|
"status.cancelled": "Rechercher/Remplacer annule",
|
|
136
136
|
"status.no_selected": "Aucun element selectionne pour le remplacement",
|
|
137
137
|
"status.no_items_selected": "Aucun element selectionne",
|
|
138
|
-
"status.selected_count": "{selected}
|
|
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",
|
|
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
142
|
"status.closed": "Rechercher/Remplacer ferme",
|
|
143
143
|
"status.failed_open_panel": "Echec de l'ouverture du panneau rechercher/remplacer",
|
|
144
|
-
"status.preview": "Apercu : {file}
|
|
144
|
+
"status.preview": "Apercu : %{file}:%{line}",
|
|
145
145
|
"prompt.search": "Rechercher (dans le projet) : ",
|
|
146
146
|
"prompt.replace": "Remplacer par : ",
|
|
147
147
|
"panel.header": "Rechercher et Remplacer",
|
|
@@ -149,9 +149,9 @@
|
|
|
149
149
|
"panel.replace_label": "Remplacer :",
|
|
150
150
|
"panel.regex": "(regex)",
|
|
151
151
|
"panel.no_matches": "Aucune correspondance trouvee",
|
|
152
|
-
"panel.results": "Resultats : {count}",
|
|
153
|
-
"panel.limited": "(limite a {max})",
|
|
154
|
-
"panel.selected": "({selected} selectionnes)",
|
|
152
|
+
"panel.results": "Resultats : %{count}",
|
|
153
|
+
"panel.limited": "(limite a %{max})",
|
|
154
|
+
"panel.selected": "(%{selected} selectionnes)",
|
|
155
155
|
"panel.help": "[Haut/Bas] naviguer [Espace] basculer [Entree] remplacer [Esc] fermer"
|
|
156
156
|
},
|
|
157
157
|
"it": {
|
|
@@ -159,20 +159,20 @@
|
|
|
159
159
|
"cmd.search_replace_desc": "Cerca e sostituisci testo in tutti i file tracciati da git",
|
|
160
160
|
"status.ready": "Plugin Cerca e Sostituisci pronto",
|
|
161
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}",
|
|
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
165
|
"status.cancelled_empty": "Ricerca annullata - modello vuoto",
|
|
166
166
|
"status.cancelled": "Cerca/Sostituisci annullato",
|
|
167
167
|
"status.no_selected": "Nessun elemento selezionato per la sostituzione",
|
|
168
168
|
"status.no_items_selected": "Nessun elemento selezionato",
|
|
169
|
-
"status.selected_count": "{selected}
|
|
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",
|
|
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
173
|
"status.closed": "Cerca/Sostituisci chiuso",
|
|
174
174
|
"status.failed_open_panel": "Impossibile aprire il pannello cerca/sostituisci",
|
|
175
|
-
"status.preview": "Anteprima: {file}
|
|
175
|
+
"status.preview": "Anteprima: %{file}:%{line}",
|
|
176
176
|
"prompt.search": "Cerca (nel progetto): ",
|
|
177
177
|
"prompt.replace": "Sostituisci con: ",
|
|
178
178
|
"panel.header": "Cerca e Sostituisci",
|
|
@@ -180,9 +180,9 @@
|
|
|
180
180
|
"panel.replace_label": "Sostituisci:",
|
|
181
181
|
"panel.regex": "(regex)",
|
|
182
182
|
"panel.no_matches": "Nessuna corrispondenza trovata",
|
|
183
|
-
"panel.results": "Risultati: {count}",
|
|
184
|
-
"panel.limited": "(limitati a {max})",
|
|
185
|
-
"panel.selected": "({selected} selezionati)",
|
|
183
|
+
"panel.results": "Risultati: %{count}",
|
|
184
|
+
"panel.limited": "(limitati a %{max})",
|
|
185
|
+
"panel.selected": "(%{selected} selezionati)",
|
|
186
186
|
"panel.help": "[Su/Giu] naviga [Spazio] alterna [Invio] sostituisci [Esc] chiudi"
|
|
187
187
|
},
|
|
188
188
|
"ja": {
|
|
@@ -190,20 +190,20 @@
|
|
|
190
190
|
"cmd.search_replace_desc": "git追跡されているすべてのファイルでテキストを検索して置換",
|
|
191
191
|
"status.ready": "検索と置換プラグイン準備完了",
|
|
192
192
|
"status.enter_pattern": "検索パターンを入力...",
|
|
193
|
-
"status.no_matches": "\"{pattern}\" に一致するものが見つかりません",
|
|
194
|
-
"status.found_matches": "{count} 件の一致が見つかりました",
|
|
195
|
-
"status.search_error": "検索エラー: {error}",
|
|
193
|
+
"status.no_matches": "\"%{pattern}\" に一致するものが見つかりません",
|
|
194
|
+
"status.found_matches": "%{count} 件の一致が見つかりました",
|
|
195
|
+
"status.search_error": "検索エラー: %{error}",
|
|
196
196
|
"status.cancelled_empty": "検索キャンセル - 空のパターン",
|
|
197
197
|
"status.cancelled": "検索/置換がキャンセルされました",
|
|
198
198
|
"status.no_selected": "置換対象が選択されていません",
|
|
199
199
|
"status.no_items_selected": "項目が選択されていません",
|
|
200
|
-
"status.selected_count": "{selected}
|
|
201
|
-
"status.replacing": "{count} 件を置換中...",
|
|
202
|
-
"status.replaced_with_errors": "{files} ファイルで置換しました ({errors} エラー)",
|
|
203
|
-
"status.replaced": "{files} ファイルで {count} 件を置換しました",
|
|
200
|
+
"status.selected_count": "%{selected}/%{total} 選択済み",
|
|
201
|
+
"status.replacing": "%{count} 件を置換中...",
|
|
202
|
+
"status.replaced_with_errors": "%{files} ファイルで置換しました (%{errors} エラー)",
|
|
203
|
+
"status.replaced": "%{files} ファイルで %{count} 件を置換しました",
|
|
204
204
|
"status.closed": "検索/置換を閉じました",
|
|
205
205
|
"status.failed_open_panel": "検索/置換パネルを開けませんでした",
|
|
206
|
-
"status.preview": "プレビュー: {file}
|
|
206
|
+
"status.preview": "プレビュー: %{file}:%{line}",
|
|
207
207
|
"prompt.search": "検索 (プロジェクト内): ",
|
|
208
208
|
"prompt.replace": "置換文字列: ",
|
|
209
209
|
"panel.header": "検索と置換",
|
|
@@ -211,9 +211,9 @@
|
|
|
211
211
|
"panel.replace_label": "置換:",
|
|
212
212
|
"panel.regex": "(正規表現)",
|
|
213
213
|
"panel.no_matches": "一致するものが見つかりません",
|
|
214
|
-
"panel.results": "結果: {count}",
|
|
215
|
-
"panel.limited": "(最大 {max} 件)",
|
|
216
|
-
"panel.selected": "({selected} 件選択)",
|
|
214
|
+
"panel.results": "結果: %{count}",
|
|
215
|
+
"panel.limited": "(最大 %{max} 件)",
|
|
216
|
+
"panel.selected": "(%{selected} 件選択)",
|
|
217
217
|
"panel.help": "[上/下] 移動 [スペース] 切替 [Enter] 置換 [Esc] 閉じる"
|
|
218
218
|
},
|
|
219
219
|
"ko": {
|
|
@@ -221,20 +221,20 @@
|
|
|
221
221
|
"cmd.search_replace_desc": "git 추적 파일에서 텍스트 검색 및 바꾸기",
|
|
222
222
|
"status.ready": "검색 및 바꾸기 플러그인 준비 완료",
|
|
223
223
|
"status.enter_pattern": "검색 패턴 입력...",
|
|
224
|
-
"status.no_matches": "\"{pattern}\"에 대한 일치 항목 없음",
|
|
225
|
-
"status.found_matches": "{count}개 일치 항목 발견",
|
|
226
|
-
"status.search_error": "검색 오류: {error}",
|
|
224
|
+
"status.no_matches": "\"%{pattern}\"에 대한 일치 항목 없음",
|
|
225
|
+
"status.found_matches": "%{count}개 일치 항목 발견",
|
|
226
|
+
"status.search_error": "검색 오류: %{error}",
|
|
227
227
|
"status.cancelled_empty": "검색 취소됨 - 빈 패턴",
|
|
228
228
|
"status.cancelled": "검색/바꾸기 취소됨",
|
|
229
229
|
"status.no_selected": "바꿀 항목이 선택되지 않음",
|
|
230
230
|
"status.no_items_selected": "선택된 항목 없음",
|
|
231
|
-
"status.selected_count": "{selected}
|
|
232
|
-
"status.replacing": "{count}개 항목 바꾸는 중...",
|
|
233
|
-
"status.replaced_with_errors": "{files}개 파일에서 바꿈 ({errors}개 오류)",
|
|
234
|
-
"status.replaced": "{files}개 파일에서 {count}개 항목 바꿈",
|
|
231
|
+
"status.selected_count": "%{selected}/%{total} 선택됨",
|
|
232
|
+
"status.replacing": "%{count}개 항목 바꾸는 중...",
|
|
233
|
+
"status.replaced_with_errors": "%{files}개 파일에서 바꿈 (%{errors}개 오류)",
|
|
234
|
+
"status.replaced": "%{files}개 파일에서 %{count}개 항목 바꿈",
|
|
235
235
|
"status.closed": "검색/바꾸기 닫힘",
|
|
236
236
|
"status.failed_open_panel": "검색/바꾸기 패널 열기 실패",
|
|
237
|
-
"status.preview": "미리보기: {file}
|
|
237
|
+
"status.preview": "미리보기: %{file}:%{line}",
|
|
238
238
|
"prompt.search": "검색 (프로젝트): ",
|
|
239
239
|
"prompt.replace": "바꿀 내용: ",
|
|
240
240
|
"panel.header": "검색 및 바꾸기",
|
|
@@ -242,9 +242,9 @@
|
|
|
242
242
|
"panel.replace_label": "바꾸기:",
|
|
243
243
|
"panel.regex": "(정규식)",
|
|
244
244
|
"panel.no_matches": "일치 항목 없음",
|
|
245
|
-
"panel.results": "결과: {count}",
|
|
246
|
-
"panel.limited": "(최대 {max}개)",
|
|
247
|
-
"panel.selected": "({selected}개 선택)",
|
|
245
|
+
"panel.results": "결과: %{count}",
|
|
246
|
+
"panel.limited": "(최대 %{max}개)",
|
|
247
|
+
"panel.selected": "(%{selected}개 선택)",
|
|
248
248
|
"panel.help": "[위/아래] 탐색 [스페이스] 전환 [엔터] 바꾸기 [Esc] 닫기"
|
|
249
249
|
},
|
|
250
250
|
"pt-BR": {
|
|
@@ -252,20 +252,20 @@
|
|
|
252
252
|
"cmd.search_replace_desc": "Pesquisar e substituir texto em todos os arquivos rastreados pelo git",
|
|
253
253
|
"status.ready": "Plugin Pesquisar e Substituir pronto",
|
|
254
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}",
|
|
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
258
|
"status.cancelled_empty": "Pesquisa cancelada - padrao vazio",
|
|
259
259
|
"status.cancelled": "Pesquisar/Substituir cancelado",
|
|
260
260
|
"status.no_selected": "Nenhum item selecionado para substituicao",
|
|
261
261
|
"status.no_items_selected": "Nenhum item selecionado",
|
|
262
|
-
"status.selected_count": "{selected}
|
|
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",
|
|
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
266
|
"status.closed": "Pesquisar/Substituir fechado",
|
|
267
267
|
"status.failed_open_panel": "Falha ao abrir painel de pesquisar/substituir",
|
|
268
|
-
"status.preview": "Visualizar: {file}
|
|
268
|
+
"status.preview": "Visualizar: %{file}:%{line}",
|
|
269
269
|
"prompt.search": "Pesquisar (no projeto): ",
|
|
270
270
|
"prompt.replace": "Substituir por: ",
|
|
271
271
|
"panel.header": "Pesquisar e Substituir",
|
|
@@ -273,9 +273,9 @@
|
|
|
273
273
|
"panel.replace_label": "Substituir:",
|
|
274
274
|
"panel.regex": "(regex)",
|
|
275
275
|
"panel.no_matches": "Nenhuma correspondencia encontrada",
|
|
276
|
-
"panel.results": "Resultados: {count}",
|
|
277
|
-
"panel.limited": "(limitado a {max})",
|
|
278
|
-
"panel.selected": "({selected} selecionados)",
|
|
276
|
+
"panel.results": "Resultados: %{count}",
|
|
277
|
+
"panel.limited": "(limitado a %{max})",
|
|
278
|
+
"panel.selected": "(%{selected} selecionados)",
|
|
279
279
|
"panel.help": "[Cima/Baixo] navegar [Espaco] alternar [Enter] substituir [Esc] fechar"
|
|
280
280
|
},
|
|
281
281
|
"ru": {
|
|
@@ -283,20 +283,20 @@
|
|
|
283
283
|
"cmd.search_replace_desc": "Поиск и замена текста во всех файлах, отслеживаемых git",
|
|
284
284
|
"status.ready": "Плагин поиска и замены готов",
|
|
285
285
|
"status.enter_pattern": "Введите шаблон поиска...",
|
|
286
|
-
"status.no_matches": "Совпадений для \"{pattern}\" не найдено",
|
|
287
|
-
"status.found_matches": "Найдено {count} совпадений",
|
|
288
|
-
"status.search_error": "Ошибка поиска: {error}",
|
|
286
|
+
"status.no_matches": "Совпадений для \"%{pattern}\" не найдено",
|
|
287
|
+
"status.found_matches": "Найдено %{count} совпадений",
|
|
288
|
+
"status.search_error": "Ошибка поиска: %{error}",
|
|
289
289
|
"status.cancelled_empty": "Поиск отменен - пустой шаблон",
|
|
290
290
|
"status.cancelled": "Поиск/Замена отменена",
|
|
291
291
|
"status.no_selected": "Не выбраны элементы для замены",
|
|
292
292
|
"status.no_items_selected": "Элементы не выбраны",
|
|
293
|
-
"status.selected_count": "{selected}
|
|
294
|
-
"status.replacing": "Замена {count} вхождений...",
|
|
295
|
-
"status.replaced_with_errors": "Заменено в {files} файлах ({errors} ошибок)",
|
|
296
|
-
"status.replaced": "Заменено {count} вхождений в {files} файлах",
|
|
293
|
+
"status.selected_count": "%{selected}/%{total} выбрано",
|
|
294
|
+
"status.replacing": "Замена %{count} вхождений...",
|
|
295
|
+
"status.replaced_with_errors": "Заменено в %{files} файлах (%{errors} ошибок)",
|
|
296
|
+
"status.replaced": "Заменено %{count} вхождений в %{files} файлах",
|
|
297
297
|
"status.closed": "Поиск/Замена закрыта",
|
|
298
298
|
"status.failed_open_panel": "Не удалось открыть панель поиска/замены",
|
|
299
|
-
"status.preview": "Просмотр: {file}
|
|
299
|
+
"status.preview": "Просмотр: %{file}:%{line}",
|
|
300
300
|
"prompt.search": "Поиск (в проекте): ",
|
|
301
301
|
"prompt.replace": "Заменить на: ",
|
|
302
302
|
"panel.header": "Поиск и замена",
|
|
@@ -304,9 +304,9 @@
|
|
|
304
304
|
"panel.replace_label": "Замена:",
|
|
305
305
|
"panel.regex": "(регулярное выражение)",
|
|
306
306
|
"panel.no_matches": "Совпадений не найдено",
|
|
307
|
-
"panel.results": "Результаты: {count}",
|
|
308
|
-
"panel.limited": "(ограничено до {max})",
|
|
309
|
-
"panel.selected": "({selected} выбрано)",
|
|
307
|
+
"panel.results": "Результаты: %{count}",
|
|
308
|
+
"panel.limited": "(ограничено до %{max})",
|
|
309
|
+
"panel.selected": "(%{selected} выбрано)",
|
|
310
310
|
"panel.help": "[Вверх/Вниз] навигация [Пробел] переключить [Enter] заменить [Esc] закрыть"
|
|
311
311
|
},
|
|
312
312
|
"th": {
|
|
@@ -314,20 +314,20 @@
|
|
|
314
314
|
"cmd.search_replace_desc": "ค้นหาและแทนที่ข้อความในไฟล์ทั้งหมดที่ git ติดตาม",
|
|
315
315
|
"status.ready": "ปลั๊กอินค้นหาและแทนที่พร้อมใช้งาน",
|
|
316
316
|
"status.enter_pattern": "ป้อนรูปแบบการค้นหา...",
|
|
317
|
-
"status.no_matches": "ไม่พบรายการที่ตรงกับ \"{pattern}\"",
|
|
318
|
-
"status.found_matches": "พบ {count} รายการที่ตรงกัน",
|
|
319
|
-
"status.search_error": "ข้อผิดพลาดในการค้นหา: {error}",
|
|
317
|
+
"status.no_matches": "ไม่พบรายการที่ตรงกับ \"%{pattern}\"",
|
|
318
|
+
"status.found_matches": "พบ %{count} รายการที่ตรงกัน",
|
|
319
|
+
"status.search_error": "ข้อผิดพลาดในการค้นหา: %{error}",
|
|
320
320
|
"status.cancelled_empty": "ยกเลิกการค้นหา - รูปแบบว่างเปล่า",
|
|
321
321
|
"status.cancelled": "ยกเลิกการค้นหา/แทนที่",
|
|
322
322
|
"status.no_selected": "ไม่มีรายการที่เลือกสำหรับการแทนที่",
|
|
323
323
|
"status.no_items_selected": "ไม่มีรายการที่เลือก",
|
|
324
|
-
"status.selected_count": "เลือก {selected}
|
|
325
|
-
"status.replacing": "กำลังแทนที่ {count} รายการ...",
|
|
326
|
-
"status.replaced_with_errors": "แทนที่ใน {files} ไฟล์ ({errors} ข้อผิดพลาด)",
|
|
327
|
-
"status.replaced": "แทนที่ {count} รายการใน {files} ไฟล์",
|
|
324
|
+
"status.selected_count": "เลือก %{selected}/%{total}",
|
|
325
|
+
"status.replacing": "กำลังแทนที่ %{count} รายการ...",
|
|
326
|
+
"status.replaced_with_errors": "แทนที่ใน %{files} ไฟล์ (%{errors} ข้อผิดพลาด)",
|
|
327
|
+
"status.replaced": "แทนที่ %{count} รายการใน %{files} ไฟล์",
|
|
328
328
|
"status.closed": "ปิดการค้นหา/แทนที่",
|
|
329
329
|
"status.failed_open_panel": "ไม่สามารถเปิดแผงค้นหา/แทนที่",
|
|
330
|
-
"status.preview": "ดูตัวอย่าง: {file}
|
|
330
|
+
"status.preview": "ดูตัวอย่าง: %{file}:%{line}",
|
|
331
331
|
"prompt.search": "ค้นหา (ในโปรเจกต์): ",
|
|
332
332
|
"prompt.replace": "แทนที่ด้วย: ",
|
|
333
333
|
"panel.header": "ค้นหาและแทนที่",
|
|
@@ -335,9 +335,9 @@
|
|
|
335
335
|
"panel.replace_label": "แทนที่:",
|
|
336
336
|
"panel.regex": "(regex)",
|
|
337
337
|
"panel.no_matches": "ไม่พบรายการที่ตรงกัน",
|
|
338
|
-
"panel.results": "ผลลัพธ์: {count}",
|
|
339
|
-
"panel.limited": "(จำกัด {max})",
|
|
340
|
-
"panel.selected": "(เลือก {selected})",
|
|
338
|
+
"panel.results": "ผลลัพธ์: %{count}",
|
|
339
|
+
"panel.limited": "(จำกัด %{max})",
|
|
340
|
+
"panel.selected": "(เลือก %{selected})",
|
|
341
341
|
"panel.help": "[ขึ้น/ลง] นำทาง [เว้นวรรค] สลับ [Enter] แทนที่ [Esc] ปิด"
|
|
342
342
|
},
|
|
343
343
|
"uk": {
|
|
@@ -345,20 +345,20 @@
|
|
|
345
345
|
"cmd.search_replace_desc": "Пошук та заміна тексту в усіх файлах, відстежуваних git",
|
|
346
346
|
"status.ready": "Плагін пошуку та заміни готовий",
|
|
347
347
|
"status.enter_pattern": "Введіть шаблон пошуку...",
|
|
348
|
-
"status.no_matches": "Збігів для \"{pattern}\" не знайдено",
|
|
349
|
-
"status.found_matches": "Знайдено {count} збігів",
|
|
350
|
-
"status.search_error": "Помилка пошуку: {error}",
|
|
348
|
+
"status.no_matches": "Збігів для \"%{pattern}\" не знайдено",
|
|
349
|
+
"status.found_matches": "Знайдено %{count} збігів",
|
|
350
|
+
"status.search_error": "Помилка пошуку: %{error}",
|
|
351
351
|
"status.cancelled_empty": "Пошук скасовано - порожній шаблон",
|
|
352
352
|
"status.cancelled": "Пошук/Заміну скасовано",
|
|
353
353
|
"status.no_selected": "Не вибрано елементів для заміни",
|
|
354
354
|
"status.no_items_selected": "Елементи не вибрано",
|
|
355
|
-
"status.selected_count": "{selected}
|
|
356
|
-
"status.replacing": "Заміна {count} входжень...",
|
|
357
|
-
"status.replaced_with_errors": "Замінено в {files} файлах ({errors} помилок)",
|
|
358
|
-
"status.replaced": "Замінено {count} входжень в {files} файлах",
|
|
355
|
+
"status.selected_count": "%{selected}/%{total} вибрано",
|
|
356
|
+
"status.replacing": "Заміна %{count} входжень...",
|
|
357
|
+
"status.replaced_with_errors": "Замінено в %{files} файлах (%{errors} помилок)",
|
|
358
|
+
"status.replaced": "Замінено %{count} входжень в %{files} файлах",
|
|
359
359
|
"status.closed": "Пошук/Заміну закрито",
|
|
360
360
|
"status.failed_open_panel": "Не вдалося відкрити панель пошуку/заміни",
|
|
361
|
-
"status.preview": "Перегляд: {file}
|
|
361
|
+
"status.preview": "Перегляд: %{file}:%{line}",
|
|
362
362
|
"prompt.search": "Пошук (в проекті): ",
|
|
363
363
|
"prompt.replace": "Замінити на: ",
|
|
364
364
|
"panel.header": "Пошук та заміна",
|
|
@@ -366,9 +366,9 @@
|
|
|
366
366
|
"panel.replace_label": "Заміна:",
|
|
367
367
|
"panel.regex": "(регулярний вираз)",
|
|
368
368
|
"panel.no_matches": "Збігів не знайдено",
|
|
369
|
-
"panel.results": "Результати: {count}",
|
|
370
|
-
"panel.limited": "(обмежено до {max})",
|
|
371
|
-
"panel.selected": "({selected} вибрано)",
|
|
369
|
+
"panel.results": "Результати: %{count}",
|
|
370
|
+
"panel.limited": "(обмежено до %{max})",
|
|
371
|
+
"panel.selected": "(%{selected} вибрано)",
|
|
372
372
|
"panel.help": "[Вгору/Вниз] навігація [Пробіл] перемкнути [Enter] замінити [Esc] закрити"
|
|
373
373
|
},
|
|
374
374
|
"zh-CN": {
|
|
@@ -376,20 +376,20 @@
|
|
|
376
376
|
"cmd.search_replace_desc": "在所有 git 跟踪的文件中搜索和替换文本",
|
|
377
377
|
"status.ready": "搜索和替换插件已就绪",
|
|
378
378
|
"status.enter_pattern": "输入搜索模式...",
|
|
379
|
-
"status.no_matches": "未找到 \"{pattern}\" 的匹配项",
|
|
380
|
-
"status.found_matches": "找到 {count} 个匹配项",
|
|
381
|
-
"status.search_error": "搜索错误: {error}",
|
|
379
|
+
"status.no_matches": "未找到 \"%{pattern}\" 的匹配项",
|
|
380
|
+
"status.found_matches": "找到 %{count} 个匹配项",
|
|
381
|
+
"status.search_error": "搜索错误: %{error}",
|
|
382
382
|
"status.cancelled_empty": "搜索已取消 - 空模式",
|
|
383
383
|
"status.cancelled": "搜索/替换已取消",
|
|
384
384
|
"status.no_selected": "没有选择要替换的项目",
|
|
385
385
|
"status.no_items_selected": "没有选择项目",
|
|
386
|
-
"status.selected_count": "已选择 {selected}
|
|
387
|
-
"status.replacing": "正在替换 {count} 处...",
|
|
388
|
-
"status.replaced_with_errors": "已在 {files} 个文件中替换 ({errors} 个错误)",
|
|
389
|
-
"status.replaced": "已在 {files} 个文件中替换 {count} 处",
|
|
386
|
+
"status.selected_count": "已选择 %{selected}/%{total}",
|
|
387
|
+
"status.replacing": "正在替换 %{count} 处...",
|
|
388
|
+
"status.replaced_with_errors": "已在 %{files} 个文件中替换 (%{errors} 个错误)",
|
|
389
|
+
"status.replaced": "已在 %{files} 个文件中替换 %{count} 处",
|
|
390
390
|
"status.closed": "搜索/替换已关闭",
|
|
391
391
|
"status.failed_open_panel": "无法打开搜索/替换面板",
|
|
392
|
-
"status.preview": "预览: {file}
|
|
392
|
+
"status.preview": "预览: %{file}:%{line}",
|
|
393
393
|
"prompt.search": "搜索 (在项目中): ",
|
|
394
394
|
"prompt.replace": "替换为: ",
|
|
395
395
|
"panel.header": "搜索和替换",
|
|
@@ -397,9 +397,9 @@
|
|
|
397
397
|
"panel.replace_label": "替换:",
|
|
398
398
|
"panel.regex": "(正则表达式)",
|
|
399
399
|
"panel.no_matches": "未找到匹配项",
|
|
400
|
-
"panel.results": "结果: {count}",
|
|
401
|
-
"panel.limited": "(限制为 {max})",
|
|
402
|
-
"panel.selected": "(已选择 {selected})",
|
|
400
|
+
"panel.results": "结果: %{count}",
|
|
401
|
+
"panel.limited": "(限制为 %{max})",
|
|
402
|
+
"panel.selected": "(已选择 %{selected})",
|
|
403
403
|
"panel.help": "[上/下] 导航 [空格] 切换 [回车] 替换 [Esc] 关闭"
|
|
404
404
|
}
|
|
405
405
|
}
|