Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/esn/src/vs/editor/contrib')
-rw-r--r--i18n/esn/src/vs/editor/contrib/find/browser/findWidget.i18n.json1
-rw-r--r--i18n/esn/src/vs/editor/contrib/find/common/findController.i18n.json6
-rw-r--r--i18n/esn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json8
3 files changed, 7 insertions, 8 deletions
diff --git a/i18n/esn/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/find/browser/findWidget.i18n.json
index 6ffe5c01c29..5b52fbf2852 100644
--- a/i18n/esn/src/vs/editor/contrib/find/browser/findWidget.i18n.json
+++ b/i18n/esn/src/vs/editor/contrib/find/browser/findWidget.i18n.json
@@ -15,7 +15,6 @@
"label.replaceButton": "Reemplazar",
"label.replaceAllButton": "Reemplazar todo",
"label.toggleReplaceButton": "Alternar modo de reemplazar",
- "title.matchesCountLimit": "Solo se resaltan los primeros 999 resultados, pero todas las operaciones de búsqueda trabajan en todo el texto.",
"label.matchesLocation": "{0} de {1}",
"label.noResults": "Sin resultados"
} \ No newline at end of file
diff --git a/i18n/esn/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/esn/src/vs/editor/contrib/find/common/findController.i18n.json
index 2928bececec..27d384a1b68 100644
--- a/i18n/esn/src/vs/editor/contrib/find/common/findController.i18n.json
+++ b/i18n/esn/src/vs/editor/contrib/find/common/findController.i18n.json
@@ -10,12 +10,6 @@
"nextSelectionMatchFindAction": "Buscar selección siguiente",
"previousSelectionMatchFindAction": "Buscar selección anterior",
"startReplace": "Reemplazar",
- "addSelectionToNextFindMatch": "Agregar selección hasta la siguiente coincidencia de búsqueda",
- "addSelectionToPreviousFindMatch": "Agregar selección hasta la anterior coincidencia de búsqueda",
- "moveSelectionToNextFindMatch": "Mover última selección hasta la siguiente coincidencia de búsqueda",
- "moveSelectionToPreviousFindMatch": "Mover última selección hasta la anterior coincidencia de búsqueda",
- "selectAllOccurrencesOfFindMatch": "Seleccionar todas las repeticiones de coincidencia de búsqueda",
- "changeAll.label": "Cambiar todas las ocurrencias",
"showNextFindTermAction": "Mostrar el siguiente término de búsqueda",
"showPreviousFindTermAction": "Mostrar término de búsqueda anterior"
} \ No newline at end of file
diff --git a/i18n/esn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/esn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json
index 13f4bac636a..d5994146753 100644
--- a/i18n/esn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json
+++ b/i18n/esn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json
@@ -6,5 +6,11 @@
{
"mutlicursor.insertAbove": "Agregar cursor arriba",
"mutlicursor.insertBelow": "Agregar cursor debajo",
- "mutlicursor.insertAtEndOfEachLineSelected": "Añadir cursores a finales de línea"
+ "mutlicursor.insertAtEndOfEachLineSelected": "Añadir cursores a finales de línea",
+ "addSelectionToNextFindMatch": "Agregar selección hasta la siguiente coincidencia de búsqueda",
+ "addSelectionToPreviousFindMatch": "Agregar selección hasta la anterior coincidencia de búsqueda",
+ "moveSelectionToNextFindMatch": "Mover última selección hasta la siguiente coincidencia de búsqueda",
+ "moveSelectionToPreviousFindMatch": "Mover última selección hasta la anterior coincidencia de búsqueda",
+ "selectAllOccurrencesOfFindMatch": "Seleccionar todas las repeticiones de coincidencia de búsqueda",
+ "changeAll.label": "Cambiar todas las ocurrencias"
} \ No newline at end of file