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
+14-12Lines changed: 14 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -110,22 +110,28 @@ define({
110
110
"EXT_MODIFIED_MESSAGE" : "<span class='dialog-filename'>{0}</span> ha sido modificado, pero también tiene cambios en {APP_NAME}.<br /><br />¿Qué versión quieres conservar?",
111
111
"EXT_DELETED_MESSAGE" : "<span class='dialog-filename'>{0}</span> ha sido eliminado, pero tiene cambios sin guardar en {APP_NAME}.<br /><br />¿Quieres conservar tus cambios?",
112
112
113
+
// Generic dialog/button labels
114
+
"OK" : "Aceptar",
115
+
"CANCEL" : "Cancelar",
116
+
"DONT_SAVE" : "No guardar",
117
+
"SAVE" : "Guardar",
118
+
"DELETE" : "Eliminar",
119
+
"BUTTON_YES" : "Sí",
120
+
"BUTTON_NO" : "No",
121
+
113
122
// Find, Replace, Find in Files
114
-
"SEARCH_REGEXP_INFO" : "Utiliza /re/ para búsquedas con expresiones regulares",
115
123
"FIND_RESULT_COUNT" : "{0} resultados",
116
124
"FIND_RESULT_COUNT_SINGLE" : "1 resultado",
117
125
"FIND_NO_RESULTS" : "No hay resultados",
118
-
"WITH" : "Con",
119
-
"BUTTON_YES" : "Sí",
120
-
"BUTTON_NO" : "No",
126
+
"REPLACE_PLACEHOLDER" : "Reemplazar con\u2026",
121
127
"BUTTON_REPLACE_ALL" : "Todo\u2026",
122
-
"BUTTON_STOP" : "Parar",
123
128
"BUTTON_REPLACE" : "Reemplazar",
124
-
125
129
"BUTTON_NEXT" : "\u25B6",
126
130
"BUTTON_PREV" : "\u25C0",
127
131
"BUTTON_NEXT_HINT" : "Siguiente coincidencia",
128
132
"BUTTON_PREV_HINT" : "Anterior coincidencia",
133
+
"BUTTON_CASESENSITIVE_HINT" : "Sensible a mayúsculas",
134
+
"BUTTON_REGEXP_HINT" : "Expresión regular",
129
135
130
136
"OPEN_FILE" : "Abrir archivo",
131
137
"SAVE_FILE_AS" : "Guardar archivo",
@@ -135,10 +141,12 @@ define({
135
141
"NO_UPDATE_TITLE" : "¡Estás actualizado!",
136
142
"NO_UPDATE_MESSAGE" : "Estás utilizando la última versión de {APP_NAME}.",
0 commit comments