Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding spanish translation for TRIVIEW #349

Merged
merged 1 commit into from
May 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion ui/src/main/resources/i18n/lang_es.properties
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ CANCEL=Cancelar
YES=Si
NO=No
SAVE=Guardar
CLASS=Clase
MEMBER=Miembro

#==============================
# CONFIGURATION
Expand Down Expand Up @@ -90,4 +92,33 @@ SANDBOX_RESET_tt=Reiniciar el ambiente de prueba
SANDBOX_RUN=Ejecutar
SANDBOX_VIEW_OUTPUT=Output
SANDBOX_VIEW_OUTPUT_tt=Muestra consola de salida
COMPILE_AND_RUNTIME_CLASSPATH=Classpath de compilación y ejecución
COMPILE_AND_RUNTIME_CLASSPATH=Classpath de compilación y ejecución

#==============================
# TRIVIEW
#==============================
COMPILE_CHAIN=Chain
COMPILE_CHAIN_tt=Muestra la cadena de código compilado y del cual se hizo inlined para este miembro
JIT_JOURNAL=JIT Logs
JIT_JOURNAL_tt=Muestra los logs de los eventos del JIT para este miembro
LINE_NUMBER_TABLE=LNT
LINE_NUMBER_TABLE_tt=Muestra el LineNumberTable para el bytecode actual
INLINED_INTO=Inlined into
INLINED_INTO_tt=Muestra donde se hizo inlined de este método

# these checkboxes have an underscore to indicate the first letter is an ALT+letter shortcut
CHECKBOX_SOURCE=_Código Fuente
CHECKBOX_BYTECODE=_Bytecode
CHECKBOX_ASSEMBLY=_Assembly
CHECKBOX_MOUSEOVER=_Mouseover
CHECKBOX_LABELS=_Etiquetas
CHECKBOX_LABELS_tt=Etiquetas simplificadas para las direcciones locales en assembly

BYTECODE_SIZE=Tamaño Bytecode
NATIVE_SIZE=Tamaño Nativo
COMPILE_TIME=Tiempo de compilación

SOURCE=Código Fuente
BYTECODE=Bytecode
ASSEMBLY=Assembly
BYTECODE_DOUBLE_CLICK_FOR_JVM_SPEC=Bytecode (Doble click para ver la especificación JVM)