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" +}