@fresh-editor/fresh-editor 0.1.69 → 0.1.71

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.
@@ -23,13 +23,61 @@
23
23
  "status.cancelled": "File finder cancelled",
24
24
  "status.no_files_loaded": "No git files loaded. Use 'Git Find File: Reload' to index files."
25
25
  },
26
+ "cs": {
27
+ "cmd.find": "Git Najit Soubor",
28
+ "cmd.find_desc": "Najit a otevrit soubor sledovany gitem",
29
+ "cmd.reload": "Git Najit Soubor: Znovu nacist",
30
+ "cmd.reload_desc": "Znovu nacist index git souboru",
31
+ "cmd.count": "Git Najit Soubor: Pocet",
32
+ "cmd.count_desc": "Zobrazit pocet indexovanych git souboru",
33
+ "prompt.find_file": "Najit soubor: ",
34
+ "status.ready": "Plugin Git Najit Soubor pripraven",
35
+ "status.loading": "Nacitam git soubory...",
36
+ "status.indexed": "Git Najit Soubor: %{count} souboru indexovano",
37
+ "status.error_loading": "Chyba pri nacitani git souboru: %{error}",
38
+ "status.failed_load": "Nepodarilo se nacist git soubory",
39
+ "status.no_files": "Nebyly nalezeny zadne soubory sledovane gitem",
40
+ "status.files_available": "%{count} souboru k dispozici - piste pro filtrovani",
41
+ "status.showing_first": "Zobrazuji prvnich %{shown} z %{total} souboru",
42
+ "status.found_matching": "Nalezeno %{count} souboru odpovidajicich \"%{query}\"",
43
+ "status.no_matching": "Zadne soubory neodpovidaji \"%{query}\"",
44
+ "status.opened": "Otevreno: %{file}",
45
+ "status.file_not_found": "Soubor nenalezen: %{file}",
46
+ "status.no_selection": "Zadny soubor nevybran",
47
+ "status.cancelled": "Hledani souboru zruseno",
48
+ "status.no_files_loaded": "Zadne git soubory nacteny. Pouzijte 'Git Najit Soubor: Znovu nacist' pro indexovani."
49
+ },
50
+ "de": {
51
+ "cmd.find": "Git Datei Finden",
52
+ "cmd.find_desc": "Git-verfolgte Datei suchen und oeffnen",
53
+ "cmd.reload": "Git Datei Finden: Neu laden",
54
+ "cmd.reload_desc": "Git-Dateiindex neu laden",
55
+ "cmd.count": "Git Datei Finden: Anzahl",
56
+ "cmd.count_desc": "Anzahl der indexierten Git-Dateien anzeigen",
57
+ "prompt.find_file": "Datei finden: ",
58
+ "status.ready": "Git Datei Finden Plugin bereit",
59
+ "status.loading": "Lade Git-Dateien...",
60
+ "status.indexed": "Git Datei Finden: %{count} Dateien indexiert",
61
+ "status.error_loading": "Fehler beim Laden der Git-Dateien: %{error}",
62
+ "status.failed_load": "Git-Dateien konnten nicht geladen werden",
63
+ "status.no_files": "Keine git-verfolgten Dateien gefunden",
64
+ "status.files_available": "%{count} Dateien verfuegbar - tippen zum Filtern",
65
+ "status.showing_first": "Zeige erste %{shown} von %{total} Dateien",
66
+ "status.found_matching": "%{count} Dateien gefunden fuer \"%{query}\"",
67
+ "status.no_matching": "Keine Dateien fuer \"%{query}\"",
68
+ "status.opened": "Geoeffnet: %{file}",
69
+ "status.file_not_found": "Datei nicht gefunden: %{file}",
70
+ "status.no_selection": "Keine Datei ausgewaehlt",
71
+ "status.cancelled": "Dateisuche abgebrochen",
72
+ "status.no_files_loaded": "Keine Git-Dateien geladen. 'Git Datei Finden: Neu laden' zum Indexieren."
73
+ },
26
74
  "es": {
27
75
  "cmd.find": "Git Buscar Archivo",
28
76
  "cmd.find_desc": "Buscar y abrir un archivo rastreado por git",
29
77
  "cmd.reload": "Git Buscar Archivo: Recargar",
30
- "cmd.reload_desc": "Recargar el índice de archivos git",
78
+ "cmd.reload_desc": "Recargar el indice de archivos git",
31
79
  "cmd.count": "Git Buscar Archivo: Contar",
32
- "cmd.count_desc": "Mostrar número de archivos git indexados",
80
+ "cmd.count_desc": "Mostrar numero de archivos git indexados",
33
81
  "prompt.find_file": "Buscar archivo: ",
34
82
  "status.ready": "Plugin Git Buscar Archivo listo",
35
83
  "status.loading": "Cargando archivos git...",
@@ -40,60 +88,36 @@
40
88
  "status.files_available": "%{count} archivos disponibles - escribe para filtrar",
41
89
  "status.showing_first": "Mostrando primeros %{shown} de %{total} archivos",
42
90
  "status.found_matching": "Encontrados %{count} archivos coincidentes con \"%{query}\"",
43
- "status.no_matching": "Ningún archivo coincide con \"%{query}\"",
91
+ "status.no_matching": "Ningun archivo coincide con \"%{query}\"",
44
92
  "status.opened": "Abierto %{file}",
45
93
  "status.file_not_found": "Archivo no encontrado: %{file}",
46
- "status.no_selection": "Ningún archivo seleccionado",
94
+ "status.no_selection": "Ningun archivo seleccionado",
47
95
  "status.cancelled": "Buscador de archivos cancelado",
48
96
  "status.no_files_loaded": "No hay archivos git cargados. Usa 'Git Buscar Archivo: Recargar' para indexar."
49
97
  },
50
- "de": {
51
- "cmd.find": "Git Datei Finden",
52
- "cmd.find_desc": "Git-verfolgte Datei suchen und öffnen",
53
- "cmd.reload": "Git Datei Finden: Neu laden",
54
- "cmd.reload_desc": "Git-Dateiindex neu laden",
55
- "cmd.count": "Git Datei Finden: Anzahl",
56
- "cmd.count_desc": "Anzahl der indexierten Git-Dateien anzeigen",
57
- "prompt.find_file": "Datei finden: ",
58
- "status.ready": "Git Datei Finden Plugin bereit",
59
- "status.loading": "Lade Git-Dateien...",
60
- "status.indexed": "Git Datei Finden: %{count} Dateien indexiert",
61
- "status.error_loading": "Fehler beim Laden der Git-Dateien: %{error}",
62
- "status.failed_load": "Git-Dateien konnten nicht geladen werden",
63
- "status.no_files": "Keine git-verfolgten Dateien gefunden",
64
- "status.files_available": "%{count} Dateien verfügbar - tippen zum Filtern",
65
- "status.showing_first": "Zeige erste %{shown} von %{total} Dateien",
66
- "status.found_matching": "%{count} Dateien gefunden für \"%{query}\"",
67
- "status.no_matching": "Keine Dateien für \"%{query}\"",
68
- "status.opened": "Geöffnet: %{file}",
69
- "status.file_not_found": "Datei nicht gefunden: %{file}",
70
- "status.no_selection": "Keine Datei ausgewählt",
71
- "status.cancelled": "Dateisuche abgebrochen",
72
- "status.no_files_loaded": "Keine Git-Dateien geladen. 'Git Datei Finden: Neu laden' zum Indexieren."
73
- },
74
98
  "fr": {
75
99
  "cmd.find": "Git Trouver Fichier",
76
100
  "cmd.find_desc": "Trouver et ouvrir un fichier suivi par git",
77
101
  "cmd.reload": "Git Trouver Fichier: Recharger",
78
102
  "cmd.reload_desc": "Recharger l'index des fichiers git",
79
103
  "cmd.count": "Git Trouver Fichier: Compter",
80
- "cmd.count_desc": "Afficher le nombre de fichiers git indexés",
104
+ "cmd.count_desc": "Afficher le nombre de fichiers git indexes",
81
105
  "prompt.find_file": "Trouver fichier: ",
82
- "status.ready": "Plugin Git Trouver Fichier prêt",
106
+ "status.ready": "Plugin Git Trouver Fichier pret",
83
107
  "status.loading": "Chargement des fichiers git...",
84
- "status.indexed": "Git Trouver Fichier: %{count} fichiers indexés",
108
+ "status.indexed": "Git Trouver Fichier: %{count} fichiers indexes",
85
109
  "status.error_loading": "Erreur chargement fichiers git: %{error}",
86
- "status.failed_load": "Échec du chargement des fichiers git",
87
- "status.no_files": "Aucun fichier suivi par git trouvé",
110
+ "status.failed_load": "Echec du chargement des fichiers git",
111
+ "status.no_files": "Aucun fichier suivi par git trouve",
88
112
  "status.files_available": "%{count} fichiers disponibles - tapez pour filtrer",
89
113
  "status.showing_first": "Affichage des %{shown} premiers sur %{total} fichiers",
90
- "status.found_matching": "%{count} fichiers trouvés pour \"%{query}\"",
114
+ "status.found_matching": "%{count} fichiers trouves pour \"%{query}\"",
91
115
  "status.no_matching": "Aucun fichier pour \"%{query}\"",
92
116
  "status.opened": "Ouvert: %{file}",
93
- "status.file_not_found": "Fichier non trouvé: %{file}",
94
- "status.no_selection": "Aucun fichier sélectionné",
95
- "status.cancelled": "Recherche annulée",
96
- "status.no_files_loaded": "Aucun fichier git chargé. Utilisez 'Git Trouver Fichier: Recharger'."
117
+ "status.file_not_found": "Fichier non trouve: %{file}",
118
+ "status.no_selection": "Aucun fichier selectionne",
119
+ "status.cancelled": "Recherche annulee",
120
+ "status.no_files_loaded": "Aucun fichier git charge. Utilisez 'Git Trouver Fichier: Recharger'."
97
121
  },
98
122
  "ja": {
99
123
  "cmd.find": "Gitファイル検索",
@@ -119,6 +143,126 @@
119
143
  "status.cancelled": "ファイル検索キャンセル",
120
144
  "status.no_files_loaded": "Gitファイル未読み込み。'Gitファイル検索: 再読み込み'を使用。"
121
145
  },
146
+ "ko": {
147
+ "cmd.find": "Git 파일 찾기",
148
+ "cmd.find_desc": "Git 추적 파일 찾기 및 열기",
149
+ "cmd.reload": "Git 파일 찾기: 새로고침",
150
+ "cmd.reload_desc": "Git 파일 인덱스 새로고침",
151
+ "cmd.count": "Git 파일 찾기: 개수",
152
+ "cmd.count_desc": "인덱싱된 Git 파일 수 표시",
153
+ "prompt.find_file": "파일 찾기: ",
154
+ "status.ready": "Git 파일 찾기 플러그인 준비됨",
155
+ "status.loading": "Git 파일 로딩 중...",
156
+ "status.indexed": "Git 파일 찾기: %{count}개 파일 인덱싱됨",
157
+ "status.error_loading": "Git 파일 로딩 오류: %{error}",
158
+ "status.failed_load": "Git 파일 로드 실패",
159
+ "status.no_files": "Git 추적 파일을 찾을 수 없습니다",
160
+ "status.files_available": "%{count}개 파일 사용 가능 - 입력하여 필터링",
161
+ "status.showing_first": "%{total}개 중 처음 %{shown}개 표시",
162
+ "status.found_matching": "\"%{query}\"와 일치하는 %{count}개 파일 찾음",
163
+ "status.no_matching": "\"%{query}\"와 일치하는 파일 없음",
164
+ "status.opened": "열림: %{file}",
165
+ "status.file_not_found": "파일을 찾을 수 없음: %{file}",
166
+ "status.no_selection": "선택된 파일 없음",
167
+ "status.cancelled": "파일 찾기 취소됨",
168
+ "status.no_files_loaded": "Git 파일이 로드되지 않음. 'Git 파일 찾기: 새로고침'을 사용하여 인덱싱하세요."
169
+ },
170
+ "pt-BR": {
171
+ "cmd.find": "Git Buscar Arquivo",
172
+ "cmd.find_desc": "Buscar e abrir um arquivo rastreado pelo git",
173
+ "cmd.reload": "Git Buscar Arquivo: Recarregar",
174
+ "cmd.reload_desc": "Recarregar o indice de arquivos git",
175
+ "cmd.count": "Git Buscar Arquivo: Contagem",
176
+ "cmd.count_desc": "Mostrar numero de arquivos git indexados",
177
+ "prompt.find_file": "Buscar arquivo: ",
178
+ "status.ready": "Plugin Git Buscar Arquivo pronto",
179
+ "status.loading": "Carregando arquivos git...",
180
+ "status.indexed": "Git Buscar Arquivo: %{count} arquivos indexados",
181
+ "status.error_loading": "Erro ao carregar arquivos git: %{error}",
182
+ "status.failed_load": "Falha ao carregar arquivos git",
183
+ "status.no_files": "Nenhum arquivo rastreado pelo git encontrado",
184
+ "status.files_available": "%{count} arquivos disponiveis - digite para filtrar",
185
+ "status.showing_first": "Mostrando primeiros %{shown} de %{total} arquivos",
186
+ "status.found_matching": "Encontrados %{count} arquivos correspondentes a \"%{query}\"",
187
+ "status.no_matching": "Nenhum arquivo corresponde a \"%{query}\"",
188
+ "status.opened": "Aberto: %{file}",
189
+ "status.file_not_found": "Arquivo nao encontrado: %{file}",
190
+ "status.no_selection": "Nenhum arquivo selecionado",
191
+ "status.cancelled": "Busca de arquivo cancelada",
192
+ "status.no_files_loaded": "Nenhum arquivo git carregado. Use 'Git Buscar Arquivo: Recarregar' para indexar."
193
+ },
194
+ "ru": {
195
+ "cmd.find": "Git Nayti Fayl",
196
+ "cmd.find_desc": "Nayti i otkryt' fayl otslezhivaemyy git",
197
+ "cmd.reload": "Git Nayti Fayl: Perezagruzit'",
198
+ "cmd.reload_desc": "Perezagruzit' indeks git faylov",
199
+ "cmd.count": "Git Nayti Fayl: Kolichestvo",
200
+ "cmd.count_desc": "Pokazat' kolichestvo proindeksirovannykh git faylov",
201
+ "prompt.find_file": "Nayti fayl: ",
202
+ "status.ready": "Plugin Git Nayti Fayl gotov",
203
+ "status.loading": "Zagruzka git faylov...",
204
+ "status.indexed": "Git Nayti Fayl: %{count} faylov proindeksirovano",
205
+ "status.error_loading": "Oshibka zagruzki git faylov: %{error}",
206
+ "status.failed_load": "Ne udalos' zagruzit' git fayly",
207
+ "status.no_files": "Git otslezhivaemye fayly ne naydeny",
208
+ "status.files_available": "%{count} faylov dostupno - vvedite dlya fil'tratsii",
209
+ "status.showing_first": "Pokazany pervye %{shown} iz %{total} faylov",
210
+ "status.found_matching": "Naydeno %{count} faylov sootvetstvuyushchikh \"%{query}\"",
211
+ "status.no_matching": "Net faylov sootvetstvuyushchikh \"%{query}\"",
212
+ "status.opened": "Otkryto: %{file}",
213
+ "status.file_not_found": "Fayl ne nayden: %{file}",
214
+ "status.no_selection": "Fayl ne vybran",
215
+ "status.cancelled": "Poisk fayla otmenen",
216
+ "status.no_files_loaded": "Git fayly ne zagruzheny. Ispol'zuyte 'Git Nayti Fayl: Perezagruzit'' dlya indeksatsii."
217
+ },
218
+ "th": {
219
+ "cmd.find": "Git ค้นหาไฟล์",
220
+ "cmd.find_desc": "ค้นหาและเปิดไฟล์ที่ git ติดตาม",
221
+ "cmd.reload": "Git ค้นหาไฟล์: โหลดใหม่",
222
+ "cmd.reload_desc": "โหลดดัชนีไฟล์ git ใหม่",
223
+ "cmd.count": "Git ค้นหาไฟล์: นับ",
224
+ "cmd.count_desc": "แสดงจำนวนไฟล์ git ที่จัดทำดัชนีแล้ว",
225
+ "prompt.find_file": "ค้นหาไฟล์: ",
226
+ "status.ready": "ปลั๊กอิน Git ค้นหาไฟล์พร้อมใช้งาน",
227
+ "status.loading": "กำลังโหลดไฟล์ git...",
228
+ "status.indexed": "Git ค้นหาไฟล์: จัดทำดัชนี %{count} ไฟล์แล้ว",
229
+ "status.error_loading": "ข้อผิดพลาดในการโหลดไฟล์ git: %{error}",
230
+ "status.failed_load": "โหลดไฟล์ git ไม่สำเร็จ",
231
+ "status.no_files": "ไม่พบไฟล์ที่ git ติดตาม",
232
+ "status.files_available": "%{count} ไฟล์พร้อมใช้งาน - พิมพ์เพื่อกรอง",
233
+ "status.showing_first": "แสดง %{shown} แรกจาก %{total} ไฟล์",
234
+ "status.found_matching": "พบ %{count} ไฟล์ที่ตรงกับ \"%{query}\"",
235
+ "status.no_matching": "ไม่มีไฟล์ที่ตรงกับ \"%{query}\"",
236
+ "status.opened": "เปิดแล้ว: %{file}",
237
+ "status.file_not_found": "ไม่พบไฟล์: %{file}",
238
+ "status.no_selection": "ไม่ได้เลือกไฟล์",
239
+ "status.cancelled": "ยกเลิกการค้นหาไฟล์",
240
+ "status.no_files_loaded": "ไม่มีไฟล์ git ที่โหลด ใช้ 'Git ค้นหาไฟล์: โหลดใหม่' เพื่อจัดทำดัชนี"
241
+ },
242
+ "uk": {
243
+ "cmd.find": "Git Znayty Fayl",
244
+ "cmd.find_desc": "Znayty i vidkryty fayl vidstezhuvanyy git",
245
+ "cmd.reload": "Git Znayty Fayl: Perezavantazhyty",
246
+ "cmd.reload_desc": "Perezavantazhyty indeks git fayliv",
247
+ "cmd.count": "Git Znayty Fayl: Kil'kist'",
248
+ "cmd.count_desc": "Pokazaty kil'kist' proindeksovanykh git fayliv",
249
+ "prompt.find_file": "Znayty fayl: ",
250
+ "status.ready": "Plahin Git Znayty Fayl hotovyy",
251
+ "status.loading": "Zavantazhennya git fayliv...",
252
+ "status.indexed": "Git Znayty Fayl: %{count} fayliv proindeksovano",
253
+ "status.error_loading": "Pomylka zavantazhennya git fayliv: %{error}",
254
+ "status.failed_load": "Ne vdalosya zavantazhyty git fayly",
255
+ "status.no_files": "Git vidstezhuvani fayly ne znaydeno",
256
+ "status.files_available": "%{count} fayliv dostupno - vvedit' dlya fil'tratsiyi",
257
+ "status.showing_first": "Pokazano pershi %{shown} z %{total} fayliv",
258
+ "status.found_matching": "Znaydeno %{count} fayliv shcho vidpovidayut' \"%{query}\"",
259
+ "status.no_matching": "Nemaye fayliv shcho vidpovidayut' \"%{query}\"",
260
+ "status.opened": "Vidkryto: %{file}",
261
+ "status.file_not_found": "Fayl ne znayden: %{file}",
262
+ "status.no_selection": "Fayl ne vybrano",
263
+ "status.cancelled": "Poshuk faylu skasovano",
264
+ "status.no_files_loaded": "Git fayly ne zavantazheni. Vykorystovuyte 'Git Znayty Fayl: Perezavantazhyty' dlya indeksatsiyi."
265
+ },
122
266
  "zh-CN": {
123
267
  "cmd.find": "Git查找文件",
124
268
  "cmd.find_desc": "查找并打开Git跟踪的文件",
@@ -12,18 +12,18 @@
12
12
  "status.no_selection": "No file selected",
13
13
  "status.cancelled": "Git grep cancelled"
14
14
  },
15
- "es": {
15
+ "cs": {
16
16
  "cmd.grep": "Git Grep",
17
- "cmd.grep_desc": "Buscar texto en archivos rastreados por git",
17
+ "cmd.grep_desc": "Hledat text v souborech sledovanych gitem",
18
18
  "prompt.grep": "Git grep: ",
19
- "status.ready": "Plugin Git Grep listo",
20
- "status.type_to_search": "Escribe para buscar...",
21
- "status.found": "Encontradas %{count} coincidencias",
22
- "status.no_matches": "No se encontraron coincidencias",
23
- "status.error": "Error de git grep: %{error}",
24
- "status.opened": "Abierto %{location}",
25
- "status.no_selection": "Ningún archivo seleccionado",
26
- "status.cancelled": "Git grep cancelado"
19
+ "status.ready": "Plugin Git Grep pripraven",
20
+ "status.type_to_search": "Piste pro hledani...",
21
+ "status.found": "Nalezeno %{count} shod",
22
+ "status.no_matches": "Zadne shody nenalezeny",
23
+ "status.error": "Chyba git grep: %{error}",
24
+ "status.opened": "Otevreno: %{location}",
25
+ "status.no_selection": "Zadny soubor nevybran",
26
+ "status.cancelled": "Git grep zrusen"
27
27
  },
28
28
  "de": {
29
29
  "cmd.grep": "Git Grep",
@@ -34,22 +34,35 @@
34
34
  "status.found": "%{count} Treffer gefunden",
35
35
  "status.no_matches": "Keine Treffer gefunden",
36
36
  "status.error": "Git grep Fehler: %{error}",
37
- "status.opened": "Geöffnet: %{location}",
38
- "status.no_selection": "Keine Datei ausgewählt",
37
+ "status.opened": "Geoeffnet: %{location}",
38
+ "status.no_selection": "Keine Datei ausgewaehlt",
39
39
  "status.cancelled": "Git grep abgebrochen"
40
40
  },
41
+ "es": {
42
+ "cmd.grep": "Git Grep",
43
+ "cmd.grep_desc": "Buscar texto en archivos rastreados por git",
44
+ "prompt.grep": "Git grep: ",
45
+ "status.ready": "Plugin Git Grep listo",
46
+ "status.type_to_search": "Escribe para buscar...",
47
+ "status.found": "Encontradas %{count} coincidencias",
48
+ "status.no_matches": "No se encontraron coincidencias",
49
+ "status.error": "Error de git grep: %{error}",
50
+ "status.opened": "Abierto %{location}",
51
+ "status.no_selection": "Ningun archivo seleccionado",
52
+ "status.cancelled": "Git grep cancelado"
53
+ },
41
54
  "fr": {
42
55
  "cmd.grep": "Git Grep",
43
56
  "cmd.grep_desc": "Rechercher du texte dans les fichiers suivis par git",
44
57
  "prompt.grep": "Git grep: ",
45
- "status.ready": "Plugin Git Grep prêt",
58
+ "status.ready": "Plugin Git Grep pret",
46
59
  "status.type_to_search": "Tapez pour rechercher...",
47
- "status.found": "%{count} correspondances trouvées",
48
- "status.no_matches": "Aucune correspondance trouvée",
60
+ "status.found": "%{count} correspondances trouvees",
61
+ "status.no_matches": "Aucune correspondance trouvee",
49
62
  "status.error": "Erreur git grep: %{error}",
50
63
  "status.opened": "Ouvert: %{location}",
51
- "status.no_selection": "Aucun fichier sélectionné",
52
- "status.cancelled": "Git grep annulé"
64
+ "status.no_selection": "Aucun fichier selectionne",
65
+ "status.cancelled": "Git grep annule"
53
66
  },
54
67
  "ja": {
55
68
  "cmd.grep": "Git Grep",
@@ -64,6 +77,71 @@
64
77
  "status.no_selection": "ファイルが選択されていません",
65
78
  "status.cancelled": "Git grepキャンセル"
66
79
  },
80
+ "ko": {
81
+ "cmd.grep": "Git Grep",
82
+ "cmd.grep_desc": "Git 추적 파일에서 텍스트 검색",
83
+ "prompt.grep": "Git grep: ",
84
+ "status.ready": "Git Grep 플러그인 준비됨",
85
+ "status.type_to_search": "검색어를 입력하세요...",
86
+ "status.found": "%{count}개 일치 항목 찾음",
87
+ "status.no_matches": "일치 항목 없음",
88
+ "status.error": "Git grep 오류: %{error}",
89
+ "status.opened": "열림: %{location}",
90
+ "status.no_selection": "선택된 파일 없음",
91
+ "status.cancelled": "Git grep 취소됨"
92
+ },
93
+ "pt-BR": {
94
+ "cmd.grep": "Git Grep",
95
+ "cmd.grep_desc": "Pesquisar texto em arquivos rastreados pelo git",
96
+ "prompt.grep": "Git grep: ",
97
+ "status.ready": "Plugin Git Grep pronto",
98
+ "status.type_to_search": "Digite para pesquisar...",
99
+ "status.found": "Encontradas %{count} correspondencias",
100
+ "status.no_matches": "Nenhuma correspondencia encontrada",
101
+ "status.error": "Erro git grep: %{error}",
102
+ "status.opened": "Aberto: %{location}",
103
+ "status.no_selection": "Nenhum arquivo selecionado",
104
+ "status.cancelled": "Git grep cancelado"
105
+ },
106
+ "ru": {
107
+ "cmd.grep": "Git Grep",
108
+ "cmd.grep_desc": "Poiskat' tekst v faylakh otslezhivaemykh git",
109
+ "prompt.grep": "Git grep: ",
110
+ "status.ready": "Plugin Git Grep gotov",
111
+ "status.type_to_search": "Vvedite dlya poiska...",
112
+ "status.found": "Naydeno %{count} sovpadeniy",
113
+ "status.no_matches": "Sovpadeniya ne naydeny",
114
+ "status.error": "Oshibka git grep: %{error}",
115
+ "status.opened": "Otkryto: %{location}",
116
+ "status.no_selection": "Fayl ne vybran",
117
+ "status.cancelled": "Git grep otmenen"
118
+ },
119
+ "th": {
120
+ "cmd.grep": "Git Grep",
121
+ "cmd.grep_desc": "ค้นหาข้อความในไฟล์ที่ git ติดตาม",
122
+ "prompt.grep": "Git grep: ",
123
+ "status.ready": "ปลั๊กอิน Git Grep พร้อมใช้งาน",
124
+ "status.type_to_search": "พิมพ์เพื่อค้นหา...",
125
+ "status.found": "พบ %{count} รายการที่ตรงกัน",
126
+ "status.no_matches": "ไม่พบรายการที่ตรงกัน",
127
+ "status.error": "ข้อผิดพลาด git grep: %{error}",
128
+ "status.opened": "เปิดแล้ว: %{location}",
129
+ "status.no_selection": "ไม่ได้เลือกไฟล์",
130
+ "status.cancelled": "ยกเลิก git grep"
131
+ },
132
+ "uk": {
133
+ "cmd.grep": "Git Grep",
134
+ "cmd.grep_desc": "Shukaty tekst u faylakh vidstezhuvanyikh git",
135
+ "prompt.grep": "Git grep: ",
136
+ "status.ready": "Plahin Git Grep hotovyy",
137
+ "status.type_to_search": "Vvedit' dlya poshuku...",
138
+ "status.found": "Znaydeno %{count} zbihiv",
139
+ "status.no_matches": "Zbihiv ne znaydeno",
140
+ "status.error": "Pomylka git grep: %{error}",
141
+ "status.opened": "Vidkryto: %{location}",
142
+ "status.no_selection": "Fayl ne vybrano",
143
+ "status.cancelled": "Git grep skasovano"
144
+ },
67
145
  "zh-CN": {
68
146
  "cmd.grep": "Git Grep",
69
147
  "cmd.grep_desc": "在Git跟踪的文件中搜索文本",
@@ -6,26 +6,33 @@
6
6
  "status.no_file": "Git Gutter: No file open",
7
7
  "status.changes": "Git Gutter: %{count} change(s) detected"
8
8
  },
9
+ "cs": {
10
+ "cmd.refresh": "Git Gutter: Obnovit",
11
+ "cmd.refresh_desc": "Obnovit indikatory git gutter pro aktualni buffer",
12
+ "status.ready": "Plugin Git Gutter pripraven",
13
+ "status.no_file": "Git Gutter: Zadny soubor neni otevren",
14
+ "status.changes": "Git Gutter: Detekovano %{count} zmen(y)"
15
+ },
16
+ "de": {
17
+ "cmd.refresh": "Git Gutter: Aktualisieren",
18
+ "cmd.refresh_desc": "Git Gutter-Indikatoren fuer den aktuellen Buffer aktualisieren",
19
+ "status.ready": "Git Gutter Plugin bereit",
20
+ "status.no_file": "Git Gutter: Keine Datei geoeffnet",
21
+ "status.changes": "Git Gutter: %{count} Aenderung(en) erkannt"
22
+ },
9
23
  "es": {
10
24
  "cmd.refresh": "Git Gutter: Actualizar",
11
25
  "cmd.refresh_desc": "Actualizar indicadores de git gutter para el buffer actual",
12
26
  "status.ready": "Plugin Git Gutter listo",
13
- "status.no_file": "Git Gutter: Ningún archivo abierto",
27
+ "status.no_file": "Git Gutter: Ningun archivo abierto",
14
28
  "status.changes": "Git Gutter: %{count} cambio(s) detectado(s)"
15
29
  },
16
- "de": {
17
- "cmd.refresh": "Git Gutter: Aktualisieren",
18
- "cmd.refresh_desc": "Git Gutter-Indikatoren für den aktuellen Buffer aktualisieren",
19
- "status.ready": "Git Gutter Plugin bereit",
20
- "status.no_file": "Git Gutter: Keine Datei geöffnet",
21
- "status.changes": "Git Gutter: %{count} Änderung(en) erkannt"
22
- },
23
30
  "fr": {
24
- "cmd.refresh": "Git Gutter: Rafraîchir",
25
- "cmd.refresh_desc": "Rafraîchir les indicateurs git gutter pour le tampon actuel",
26
- "status.ready": "Plugin Git Gutter prêt",
31
+ "cmd.refresh": "Git Gutter: Rafraichir",
32
+ "cmd.refresh_desc": "Rafraichir les indicateurs git gutter pour le tampon actuel",
33
+ "status.ready": "Plugin Git Gutter pret",
27
34
  "status.no_file": "Git Gutter: Aucun fichier ouvert",
28
- "status.changes": "Git Gutter: %{count} modification(s) détectée(s)"
35
+ "status.changes": "Git Gutter: %{count} modification(s) detectee(s)"
29
36
  },
30
37
  "ja": {
31
38
  "cmd.refresh": "Git Gutter: 更新",
@@ -34,6 +41,41 @@
34
41
  "status.no_file": "Git Gutter: ファイルが開かれていません",
35
42
  "status.changes": "Git Gutter: %{count}件の変更を検出"
36
43
  },
44
+ "ko": {
45
+ "cmd.refresh": "Git Gutter: 새로고침",
46
+ "cmd.refresh_desc": "현재 버퍼의 Git Gutter 표시기 새로고침",
47
+ "status.ready": "Git Gutter 플러그인 준비됨",
48
+ "status.no_file": "Git Gutter: 열린 파일 없음",
49
+ "status.changes": "Git Gutter: %{count}개 변경 감지됨"
50
+ },
51
+ "pt-BR": {
52
+ "cmd.refresh": "Git Gutter: Atualizar",
53
+ "cmd.refresh_desc": "Atualizar indicadores git gutter para o buffer atual",
54
+ "status.ready": "Plugin Git Gutter pronto",
55
+ "status.no_file": "Git Gutter: Nenhum arquivo aberto",
56
+ "status.changes": "Git Gutter: %{count} alteracao(oes) detectada(s)"
57
+ },
58
+ "ru": {
59
+ "cmd.refresh": "Git Gutter: Obnovit'",
60
+ "cmd.refresh_desc": "Obnovit' indikatory git gutter dlya tekushchego bufera",
61
+ "status.ready": "Plugin Git Gutter gotov",
62
+ "status.no_file": "Git Gutter: Net otkrytogo fayla",
63
+ "status.changes": "Git Gutter: Obnaruzheno %{count} izmenenie(iy)"
64
+ },
65
+ "th": {
66
+ "cmd.refresh": "Git Gutter: รีเฟรช",
67
+ "cmd.refresh_desc": "รีเฟรชตัวบ่งชี้ git gutter สำหรับบัฟเฟอร์ปัจจุบัน",
68
+ "status.ready": "ปลั๊กอิน Git Gutter พร้อมใช้งาน",
69
+ "status.no_file": "Git Gutter: ไม่มีไฟล์เปิดอยู่",
70
+ "status.changes": "Git Gutter: ตรวจพบ %{count} การเปลี่ยนแปลง"
71
+ },
72
+ "uk": {
73
+ "cmd.refresh": "Git Gutter: Onovyty",
74
+ "cmd.refresh_desc": "Onovyty indykatory git gutter dlya potochnoho bufera",
75
+ "status.ready": "Plahin Git Gutter hotovyy",
76
+ "status.no_file": "Git Gutter: Nemaye vidkrytoho faylu",
77
+ "status.changes": "Git Gutter: Vyyavleno %{count} zmin(y)"
78
+ },
37
79
  "zh-CN": {
38
80
  "cmd.refresh": "Git Gutter: 刷新",
39
81
  "cmd.refresh_desc": "刷新当前缓冲区的Git Gutter指示器",