You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/nls/es/strings.js
+34-3Lines changed: 34 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,7 @@ define({
160
160
"FIND_IN_FILES_TITLE_PART3" : "— {0} {1} {2} en {3} {4}",
161
161
"FIND_IN_FILES_SCOPED" : "en <span class='dialog-filename'>{0}</span>",
162
162
"FIND_IN_FILES_NO_SCOPE" : "en el proyecto",
163
+
"FIND_IN_FILES_ZERO_FILES" : "El filtro excluye todos los archivos {0}",
163
164
"FIND_IN_FILES_FILE" : "archivo",
164
165
"FIND_IN_FILES_FILES" : "archivos",
165
166
"FIND_IN_FILES_MATCH" : "coincidencia",
@@ -175,10 +176,25 @@ define({
175
176
"NO_FILE_FILTER" : "Excluir archivos\u2026",
176
177
"EDIT_FILE_FILTER" : "Editar\u2026",
177
178
"FILE_FILTER_DIALOG" : "Editar filtro",
178
-
"FILE_FILTER_INSTRUCTIONS" : "Excluir archivos y carpetas que coincidan con alguna de las siguientes cadenas / subcadenas o <a href='{0}' title='{0}'>globs</a>. Ingrese una cadena por línea.",
179
+
"FILE_FILTER_INSTRUCTIONS" : "Excluir archivos y carpetas que coincidan con alguna de las siguientes cadenas / subcadenas o <a href='{0}' title='{0}'>comodines</a>. Ingrese una cadena por línea.",
0 commit comments