Skip to content
Open
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
16 changes: 16 additions & 0 deletions src/main/resources/assets/smoothboot/lang/es_mx.json
Original file line number Diff line number Diff line change
@@ -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"
}