Skip to content

Commit 5241a09

Browse files
committed
add some more to script.lua
1 parent d85e66e commit 5241a09

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

locale/es-419/script.lua

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -416,48 +416,48 @@ ACTION_FIX_LCOMMENT_END=
416416
'Modifica al símbolo de cierre correcto para la anotación multi-línea.'
417417
ACTION_ADD_LCOMMENT_END=
418418
'Cierra las anotaciones multi-línea.'
419-
ACTION_FIX_C_LONG_COMMENT= -- TODO: needs localisation
420-
'Modify to Lua multi-line annotations format.'
421-
ACTION_FIX_LSTRING_END = -- TODO: needs localisation
422-
'Modify to the correct long string closing symbol.'
423-
ACTION_ADD_LSTRING_END = -- TODO: needs localisation
424-
'Close long string.'
425-
ACTION_FIX_ASSIGN_AS_EQ= -- TODO: needs localisation
426-
'Modify to `=` .'
427-
ACTION_FIX_EQ_AS_ASSIGN= -- TODO: needs localisation
428-
'Modify to `==` .'
429-
ACTION_FIX_UEQ = -- TODO: needs localisation
430-
'Modify to `~=` .'
431-
ACTION_FIX_THEN_AS_DO = -- TODO: needs localisation
432-
'Modify to `then` .'
433-
ACTION_FIX_DO_AS_THEN = -- TODO: needs localisation
434-
'Modify to `do` .'
435-
ACTION_ADD_END = -- TODO: needs localisation
436-
'Add `end` (infer the addition location ny indentations).'
437-
ACTION_FIX_COMMENT_PREFIX= -- TODO: needs localisation
438-
'Modify to `--` .'
439-
ACTION_FIX_NONSTANDARD_SYMBOL= -- TODO: needs localisation
440-
'Modify to `{symbol}` .'
441-
ACTION_RUNTIME_UNICODE_NAME= -- TODO: needs localisation
442-
'Allow Unicode characters.'
443-
ACTION_SWAP_PARAMS = -- TODO: needs localisation
444-
'Change to parameter {index} of `{node}`'
445-
ACTION_FIX_INSERT_SPACE= -- TODO: needs localisation
446-
'Insert space.'
447-
ACTION_JSON_TO_LUA = -- TODO: needs localisation
448-
'Convert JSON to Lua'
419+
ACTION_FIX_C_LONG_COMMENT=
420+
'Modifica al formato de anotaciones multi-línea de Lua.'
421+
ACTION_FIX_LSTRING_END =
422+
'Modifica al símbolo correcto de cierre de string largo.'
423+
ACTION_ADD_LSTRING_END =
424+
'Cierra string largo.'
425+
ACTION_FIX_ASSIGN_AS_EQ=
426+
'Modifica a `=` .'
427+
ACTION_FIX_EQ_AS_ASSIGN=
428+
'Modifica a `==` .'
429+
ACTION_FIX_UEQ =
430+
'Modifica a `~=` .'
431+
ACTION_FIX_THEN_AS_DO =
432+
'Modifica a `then` .'
433+
ACTION_FIX_DO_AS_THEN =
434+
'Modifica a `do` .'
435+
ACTION_ADD_END =
436+
'Agrega `end` (infiere la marca en base ala indentación).'
437+
ACTION_FIX_COMMENT_PREFIX=
438+
'Modifica a `--` .'
439+
ACTION_FIX_NONSTANDARD_SYMBOL=
440+
'Modifica a `{symbol}` .'
441+
ACTION_RUNTIME_UNICODE_NAME=
442+
'Permite caracteres Unicode.'
443+
ACTION_SWAP_PARAMS =
444+
'Cambia al parámetro {index} de `{node}`'
445+
ACTION_FIX_INSERT_SPACE=
446+
'Inserte espacio.'
447+
ACTION_JSON_TO_LUA =
448+
'Convierte JSON a Lua'
449449
ACTION_DISABLE_DIAG_LINE=
450-
'Disable diagnostics on this line ({}).'
450+
'Deshabilita diagnósticos en esta línea ({}).'
451451
ACTION_DISABLE_DIAG_FILE=
452-
'Disable diagnostics in this file ({}).'
453-
ACTION_MARK_ASYNC = -- TODO: needs localisation
454-
'Mark current function as async.'
455-
ACTION_ADD_DICT = -- TODO: needs localisation
456-
'Add \'{}\' to workspace dict'
457-
ACTION_FIX_ADD_PAREN = -- TODO: needs localisation
458-
'Add parentheses.'
459-
ACTION_AUTOREQUIRE = -- TODO: needs localisation
460-
"Import '{}' as {}"
452+
'Deshabilita diagnósticos en este archivo ({}).'
453+
ACTION_MARK_ASYNC =
454+
'Marca la función actual como asíncrona.'
455+
ACTION_ADD_DICT =
456+
'Agrega \'{}\' al diccionario de espacio de trabajo'
457+
ACTION_FIX_ADD_PAREN =
458+
'Agrega paréntesis.'
459+
ACTION_AUTOREQUIRE =
460+
"Importa '{}' como {}"
461461

462462
COMMAND_DISABLE_DIAG = -- TODO: needs localisation
463463
'Disable diagnostics'
@@ -588,7 +588,7 @@ WINDOW_CONVERT_CONFIG_LUA = -- TODO: needs localisation
588588
WINDOW_MODIFY_REQUIRE_PATH = -- TODO: needs localisation
589589
'Do you want to modify the require path?'
590590
WINDOW_MODIFY_REQUIRE_OK = -- TODO: needs localisation
591-
'Modify'
591+
'Modifica'
592592

593593
CONFIG_LOAD_FAILED = -- TODO: needs localisation
594594
'Unable to read the settings file: {}'

0 commit comments

Comments
 (0)