Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit bd2e0e0

Browse files
committed
Merge pull request #10181 from adobe/tom/spanish-1.1
Spanish translations for release 1.1
2 parents 28d5f6c + 09457c5 commit bd2e0e0

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

src/nls/es/strings.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
/*global define */
2626

2727
define({
28-
28+
2929
/**
3030
* Errors
3131
*/
3232

3333
// General file io error strings
3434
"GENERIC_ERROR" : "(error {0})",
35-
"NOT_FOUND_ERR" : "No se pudo encontrar el archivo.",
36-
"NOT_READABLE_ERR" : "No se pudo leer el archivo.",
35+
"NOT_FOUND_ERR" : "No se pudo encontrar el archivo/directorio.",
36+
"NOT_READABLE_ERR" : "No se pudo leer el archivo/directorio.",
3737
"EXCEEDS_MAX_FILE_SIZE" : "Los archivos de más de {0} MB no se pueden abrir en {APP_NAME}.",
3838
"NO_MODIFICATION_ALLOWED_ERR" : "El directorio de destino no se puede modificar.",
3939
"NO_MODIFICATION_ALLOWED_ERR_FILE" : "Los permisos no permiten hacer modificaciones.",
@@ -49,7 +49,6 @@ define({
4949
"FILENAME" : "nombre de archivo",
5050
"DIRECTORY_NAME" : "nombre de directorio",
5151

52-
5352
// Project error strings
5453
"ERROR_LOADING_PROJECT" : "Error abriendo el proyecto",
5554
"OPEN_DIALOG_ERROR" : "Ha ocurrido un error al mostrar el aviso de apertura de archivo. (error {0})",
@@ -295,7 +294,6 @@ define({
295294
"LINTER_TIMED_OUT" : "{0} ha agotado el tiempo después de esperar {1} ms",
296295
"LINTER_FAILED" : "{0} terminó con error: {1}",
297296

298-
299297
/**
300298
* Command Name Constants
301299
*/
@@ -396,7 +394,7 @@ define({
396394
"CMD_QUICK_OPEN" : "Apertura rápida",
397395
"CMD_GOTO_LINE" : "Ir a la línea",
398396
"CMD_GOTO_DEFINITION" : "Búsqueda rápida de definición",
399-
"CMD_GOTO_FIRST_PROBLEM" : "Ir al primer error/advertencia",
397+
"CMD_GOTO_FIRST_PROBLEM" : "Ir al primer problema",
400398
"CMD_TOGGLE_QUICK_EDIT" : "Edición rápida",
401399
"CMD_TOGGLE_QUICK_DOCS" : "Documentación rápida",
402400
"CMD_QUICK_EDIT_PREV_MATCH" : "Coincidencia anterior",
@@ -453,7 +451,7 @@ define({
453451
"BASEURL_ERROR_HASH_DISALLOWED" : "La URL base no puede contener hashes como \"{0}\".",
454452
"BASEURL_ERROR_INVALID_CHAR" : "Los caracteres especiales como '{0}' deben codificarse en formato %.",
455453
"BASEURL_ERROR_UNKNOWN_ERROR" : "Error desconocido analizando la URL base",
456-
"EMPTY_VIEW_HEADER" : "<em>Abra un archivo mientras este panel está enfocado</em>",
454+
"EMPTY_VIEW_HEADER" : "<em>Abra un archivo mientras este panel está enfocado</em>",
457455

458456
// Strings for themes-settings.html and themes-general.html
459457
"CURRENT_THEME" : "Tema actual",
@@ -628,4 +626,4 @@ define({
628626
"DOCS_MORE_LINK" : "Más"
629627
});
630628

631-
/* Last translated for 0b949dd02b87866d54f38631715a4353a8f927e5 */
629+
/* Last translated for c292e896761bc7d451a9e3b95bedd20d6b355d77 */

0 commit comments

Comments
 (0)