From e25f874dac9c66507d6c5054491ad1f10e6e9ef1 Mon Sep 17 00:00:00 2001 From: Santiago Hernandez <73335686+TheLegendofSaram@users.noreply.github.com> Date: Wed, 15 May 2024 17:46:26 -0400 Subject: [PATCH] Mexican Spanish translation Just a small translation --- .../resources/assets/smoothboot/lang/es_mx.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/main/resources/assets/smoothboot/lang/es_mx.json diff --git a/src/main/resources/assets/smoothboot/lang/es_mx.json b/src/main/resources/assets/smoothboot/lang/es_mx.json new file mode 100644 index 0000000..8335512 --- /dev/null +++ b/src/main/resources/assets/smoothboot/lang/es_mx.json @@ -0,0 +1,16 @@ +{ + "text.autoconfig.smoothboot.title": "ThreadTweak", + "text.autoconfig.smoothboot.option.threadCount": "Recuento de nucleos", + "text.autoconfig.smoothboot.option.threadCount.bootstrap": "Recuento de nucleos de arranque", + "text.autoconfig.smoothboot.option.threadCount.bootstrap.@Tooltip[0]": "Nota: Aumentar se sabe que disminuye el rendimiento.", + "text.autoconfig.smoothboot.option.threadCount.bootstrap.@Tooltip[1]": "Mejor dejarlo en 1.", + "text.autoconfig.smoothboot.option.threadCount.main": "Recuento de nucleos principales", + "text.autoconfig.smoothboot.option.threadCount.main.@Tooltip[0]": "Este valor afecta mucho los tiempos de carga.", + "text.autoconfig.smoothboot.option.threadCount.main.@Tooltip[1]": "TambiƩn puede afectar el rendimiento en el juego.", + "text.autoconfig.smoothboot.option.threadPriority": "Prioridad de nucleo", + "text.autoconfig.smoothboot.option.threadPriority.game": "Prioridad de nucleo del juego", + "text.autoconfig.smoothboot.option.threadPriority.bootstrap": "Prioridad de nucleo de arranque", + "text.autoconfig.smoothboot.option.threadPriority.main": "Prioridad de nucleo principal", + "text.autoconfig.smoothboot.option.threadPriority.io": "Prioridad de nucleo de E/S", + "text.autoconfig.smoothboot.option.threadPriority.integratedServer": "Prioridad de nucleo del servidor integrado" +}