Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion common/src/main/resources/assets/betterf3/lang/ar_sa.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"format.betterf3.default_format": "%s: %s",
"format.betterf3.default_format": "%s:: %s",
"format.betterf3.default_no_colon": "%s %s",
"format.betterf3.total": "%s %s/%s: %s/%s",
"format.betterf3.coords": "%s: %s %s %s",
Expand Down
68 changes: 34 additions & 34 deletions common/src/main/resources/assets/betterf3/lang/en_ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,40 +42,40 @@
"config.betterf3.fontScale.tooltip": "Set the scale of the font.",
"config.betterf3.category.modules": "Modules",
"config.betterf3.disable_line.tooltip": "Enable line",
"config.betterf3.color.name": "Name Color",
"config.betterf3.color.value": "Value Color",
"config.betterf3.color.name.tooltip": "Change the color of the name of every line in this module.",
"config.betterf3.color.value.tooltip": "Change the color of the value of every line in this module.",
"config.betterf3.color.x": "X Color",
"config.betterf3.color.y": "Y Color",
"config.betterf3.color.z": "Z Color",
"config.betterf3.color.x.tooltip": "Change the color of the X coordinate of every line in this module.",
"config.betterf3.color.y.tooltip": "Change the color of the Y coordinate of every line in this module.",
"config.betterf3.color.z.tooltip": "Change the color of the Z coordinate of every line in this module.",
"config.betterf3.color.fps.high": "FPS High Color",
"config.betterf3.color.fps.medium": "FPS Medium Color",
"config.betterf3.color.fps.low": "FPS Low Color",
"config.betterf3.color.fps.high.tooltip": "Change the color of the text when the FPS is high.",
"config.betterf3.color.fps.medium.tooltip": "Change the color of the text when the FPS is medium.",
"config.betterf3.color.fps.low.tooltip": "Change the color of the text when the FPS is low.",
"config.betterf3.color.chunks.enabled": "Enabled Color",
"config.betterf3.color.chunks.disabled": "Disabled Color",
"config.betterf3.color.chunks.total": "Total Color",
"config.betterf3.color.chunks.enabled.tooltip": "Change the color of the text when chunk options are enabled.",
"config.betterf3.color.chunks.disabled.tooltip": "Change the color of the text when chunk options are disabled.",
"config.betterf3.color.chunks.total.tooltip": "Change the color of the text for the total number of chunks.",
"config.betterf3.color.entities.total": "Total Color",
"config.betterf3.color.entities.total.tooltip": "Change the color of the text for the total number of entities.",
"config.betterf3.color.help.enabled": "Enabled Color",
"config.betterf3.color.help.disabled": "Disabled Color",
"config.betterf3.color.help.enabled.tooltip": "Change the color of the text when help options are enabled.",
"config.betterf3.color.help.disabled.tooltip": "Change the color of the text when help options are disabled.",
"config.betterf3.color.sound.maximum": "Maximum Color",
"config.betterf3.color.sound.maximum.tooltip": "Change the color of the text for the maximum number of sounds.",
"config.betterf3.color.background": "Background Color",
"config.betterf3.color.background.tooltip": "Change the background color of every line (ARGB)",
"config.betterf3.memory_color_toggle": "Memory Color Toggle",
"config.betterf3.memory_color_toggle.tooltip": "Enables the color change of the memory value based on the percentage of memory used.",
"config.betterf3.color.name": "Name Colour",
"config.betterf3.color.value": "Value Colour",
"config.betterf3.color.name.tooltip": "Change the colour of the name of every line in this module.",
"config.betterf3.color.value.tooltip": "Change the colour of the value of every line in this module.",
"config.betterf3.color.x": "X Colour",
"config.betterf3.color.y": "Y Colour",
"config.betterf3.color.z": "Z Colour",
"config.betterf3.color.x.tooltip": "Change the colour of the X coordinate of every line in this module.",
"config.betterf3.color.y.tooltip": "Change the colour of the Y coordinate of every line in this module.",
"config.betterf3.color.z.tooltip": "Change the colour of the Z coordinate of every line in this module.",
"config.betterf3.color.fps.high": "FPS High Colour",
"config.betterf3.color.fps.medium": "FPS Medium Colour",
"config.betterf3.color.fps.low": "FPS Low Colour",
"config.betterf3.color.fps.high.tooltip": "Change the colour of the text when the FPS is high.",
"config.betterf3.color.fps.medium.tooltip": "Change the colour of the text when the FPS is medium.",
"config.betterf3.color.fps.low.tooltip": "Change the colour of the text when the FPS is low.",
"config.betterf3.color.chunks.enabled": "Enabled Colour",
"config.betterf3.color.chunks.disabled": "Disabled Colour",
"config.betterf3.color.chunks.total": "Total Colour",
"config.betterf3.color.chunks.enabled.tooltip": "Change the colour of the text when chunk options are enabled.",
"config.betterf3.color.chunks.disabled.tooltip": "Change the colour of the text when chunk options are disabled.",
"config.betterf3.color.chunks.total.tooltip": "Change the colour of the text for the total number of chunks.",
"config.betterf3.color.entities.total": "Total Colour",
"config.betterf3.color.entities.total.tooltip": "Change the colour of the text for the total number of entities.",
"config.betterf3.color.help.enabled": "Enabled Colour",
"config.betterf3.color.help.disabled": "Disabled Colour",
"config.betterf3.color.help.enabled.tooltip": "Change the colour of the text when help options are enabled.",
"config.betterf3.color.help.disabled.tooltip": "Change the colour of the text when help options are disabled.",
"config.betterf3.color.sound.maximum": "Maximum Colour",
"config.betterf3.color.sound.maximum.tooltip": "Change the colour of the text for the maximum number of sounds.",
"config.betterf3.color.background": "Background Colour",
"config.betterf3.color.background.tooltip": "Change the background colour of every line (ARGB)",
"config.betterf3.memory_color_toggle": "Memory Colour Toggle",
"config.betterf3.memory_color_toggle.tooltip": "Enables the colour change of the memory value based on the percentage of memory used.",
"config.betterf3.time_format": "Time Format",
"config.betterf3.time_format.tooltip": "Set the format of the system time.",
"config.betterf3.module.enable": "Enable Module",
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/resources/assets/betterf3/lang/en_pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"config.betterf3.title.general": "General",
"config.betterf3.title.config": "Config",
"config.betterf3.title.modules": "Edit Modules",
"config.betterf3.disable": "Disable Mod",
"config.betterf3.disable": "Hide th' mod",
"config.betterf3.disable.tooltip": "Disables the mod, this will make the vanilla F3 HUD appear again.",
"config.betterf3.auto_start": "Auto Start",
"config.betterf3.auto_start.tooltip": "Automatically starts the debug menu when the game starts.",
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/resources/assets/betterf3/lang/es_ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"text.betterf3.line.chunk_coords": "Coordenadas de Chunk",
"text.betterf3.line.velocity": "Velocidad",
"text.betterf3.line.absolute_velocity": "Velocidad absoluta",
"text.betterf3.line.horizontal_velocity": "Horizontal Velocity",
"text.betterf3.line.horizontal_velocity": "Velocidad horizontal",
"text.betterf3.line.particles": "Partículas",
"text.betterf3.line.entities": "Entidades",
"text.betterf3.line.monster": "Monstruos",
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/resources/assets/betterf3/lang/es_cl.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"text.betterf3.line.chunk_coords": "Coordenadas de Chunk",
"text.betterf3.line.velocity": "Velocidad",
"text.betterf3.line.absolute_velocity": "Velocidad absoluta",
"text.betterf3.line.horizontal_velocity": "Horizontal Velocity",
"text.betterf3.line.horizontal_velocity": "Velocidad horizontal",
"text.betterf3.line.particles": "Partículas",
"text.betterf3.line.entities": "Entidades",
"text.betterf3.line.monster": "Monstruos",
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/resources/assets/betterf3/lang/es_ec.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"text.betterf3.line.chunk_coords": "Coordenadas de Chunk",
"text.betterf3.line.velocity": "Velocidad",
"text.betterf3.line.absolute_velocity": "Velocidad absoluta",
"text.betterf3.line.horizontal_velocity": "Horizontal Velocity",
"text.betterf3.line.horizontal_velocity": "Velocidad horizontal",
"text.betterf3.line.particles": "Partículas",
"text.betterf3.line.entities": "Entidades",
"text.betterf3.line.monster": "Monstruos",
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/resources/assets/betterf3/lang/es_es.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"text.betterf3.line.chunk_coords": "Coordenadas de Chunk",
"text.betterf3.line.velocity": "Velocidad",
"text.betterf3.line.absolute_velocity": "Velocidad absoluta",
"text.betterf3.line.horizontal_velocity": "Horizontal Velocity",
"text.betterf3.line.horizontal_velocity": "Velocidad horizontal",
"text.betterf3.line.particles": "Partículas",
"text.betterf3.line.entities": "Entidades",
"text.betterf3.line.monster": "Monstruos",
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/resources/assets/betterf3/lang/es_mx.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"text.betterf3.line.chunk_coords": "Coordenadas de Chunk",
"text.betterf3.line.velocity": "Velocidad",
"text.betterf3.line.absolute_velocity": "Velocidad absoluta",
"text.betterf3.line.horizontal_velocity": "Horizontal Velocity",
"text.betterf3.line.horizontal_velocity": "Velocidad horizontal",
"text.betterf3.line.particles": "Partículas",
"text.betterf3.line.entities": "Entidades",
"text.betterf3.line.monster": "Monstruos",
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/resources/assets/betterf3/lang/es_uy.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"text.betterf3.line.chunk_coords": "Coordenadas de Chunk",
"text.betterf3.line.velocity": "Velocidad",
"text.betterf3.line.absolute_velocity": "Velocidad absoluta",
"text.betterf3.line.horizontal_velocity": "Horizontal Velocity",
"text.betterf3.line.horizontal_velocity": "Velocidad horizontal",
"text.betterf3.line.particles": "Partículas",
"text.betterf3.line.entities": "Entidades",
"text.betterf3.line.monster": "Monstruos",
Expand Down
16 changes: 8 additions & 8 deletions common/src/main/resources/assets/betterf3/lang/es_ve.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"config.betterf3.title": "MejorF3",
"config.betterf3.title.general": "General",
"config.betterf3.title.config": "Ajustes",
"config.betterf3.title.modules": "Editar Módulos",
"config.betterf3.title.modules": "Editar módulos",
"config.betterf3.disable": "Deshabilitar Mod",
"config.betterf3.disable.tooltip": "Deshabilita el mod, esto hará que la interfaz del F3 vanilla vuelva a aparecer.",
"config.betterf3.auto_start": "Inicio automático",
"config.betterf3.auto_start.tooltip": "Inicia automáticamente el menú de depuración cuando se inicia el juego.",
"config.betterf3.space_modules": "Espacio de módulos",
"config.betterf3.space_modules.tooltip": "Añade un espacio después de cada módulo.",
"config.betterf3.shadow_text": "Sombra del texto",
"config.betterf3.shadow_text": "Texto de sombra",
"config.betterf3.shadow_text.tooltip": "Hace que todas las letras tengan un efecto de sombra.",
"config.betterf3.animations": "Habilitar animaciones",
"config.betterf3.animations.tooltip": "Añade una animación cuando se abre y cierre la interfaz del F3.",
Expand All @@ -29,27 +29,27 @@
"config.betterf3.debug_crosshair.tooltip": "Oculta la retícula de depuración cuando el HUD F3 está abierto.",
"config.betterf3.sidebar": "Ocultar barra lateral",
"config.betterf3.sidebar.tooltip": "Ocultar la barra lateral cuando el menú F3 está activo.",
"config.betterf3.bossbar": "Esconder Bossbar",
"config.betterf3.bossbar.tooltip": "Oculte el bossbar cuando el menú F3 esté activo.",
"config.betterf3.bossbar": "Esconder barra de jefe",
"config.betterf3.bossbar.tooltip": "Ocultar la barra del jefe cuando el menú F3 está activo.",
"config.betterf3.always_enable_profiler": "Habilitar siempre el perfilador",
"config.betterf3.always_enable_profiler.tooltip": "Habilite siempre el perfilador al utilizar F3.",
"config.betterf3.always_enable_tps_graph": "Habilitar siempre el gráfico de TPS",
"config.betterf3.always_enable_tps_graph.tooltip": "Activar siempre el gráfico TPS al usar F3.",
"config.betterf3.always_enable_tps_graph.tooltip_new": "Habilite siempre el gráfico TPS cuando utilice F3. No se puede utilizar con el gráfico de ping.",
"config.betterf3.always_enable_ping_graph": "Habilitar siempre el gráfico de ping",
"config.betterf3.always_enable_ping_graph.tooltip": "Habilite siempre el gráfico de ping cuando utilice F3. No se puede utilizar con el gráfico tps.",
"config.betterf3.always_enable_ping_graph.tooltip": "Activar siempre el gráfico de ping cuando se use F3. No se puede utilizar con el gráfico TPS.",
"config.betterf3.fontScale": "Tamaño de la fuente",
"config.betterf3.fontScale.tooltip": "Establecer el tamaño de la fuente.",
"config.betterf3.category.modules": "Módulos",
"config.betterf3.disable_line.tooltip": "Habilitar línea",
"config.betterf3.color.name": "Color del Nombre",
"config.betterf3.color.value": "Color del Valor",
"config.betterf3.color.value": "Color de valor",
"config.betterf3.color.name.tooltip": "Cambiar el color del nombre en cada línea en este módulo.",
"config.betterf3.color.value.tooltip": "Cambiar el color del valor de cada línea en este módulo.",
"config.betterf3.color.x": "Color de X",
"config.betterf3.color.y": "Color de Y",
"config.betterf3.color.z": "Color de Z",
"config.betterf3.color.x.tooltip": "Cambiar el color de la coordenada X en cada línea de este módulo.",
"config.betterf3.color.x.tooltip": "Cambia el color de la coordenada X de cada línea en este módulo.",
"config.betterf3.color.y.tooltip": "Cambiar el color de la coordenada Y en cada línea de este módulo.",
"config.betterf3.color.z.tooltip": "Cambiar el color de la coordenada Z en cada línea de este módulo.",
"config.betterf3.color.fps.high": "Color de FPS Altos",
Expand Down Expand Up @@ -135,7 +135,7 @@
"text.betterf3.line.chunk_coords": "Coordenadas de Chunk",
"text.betterf3.line.velocity": "Velocidad",
"text.betterf3.line.absolute_velocity": "Velocidad absoluta",
"text.betterf3.line.horizontal_velocity": "Horizontal Velocity",
"text.betterf3.line.horizontal_velocity": "Velocidad horizontal",
"text.betterf3.line.particles": "Partículas",
"text.betterf3.line.entities": "Entidades",
"text.betterf3.line.monster": "Monstruos",
Expand Down
Loading