Fix labels of some es strings

This commit is contained in:
Manuel Blanc 2018-12-16 22:59:28 +01:00 committed by GitHub
parent 640407a059
commit debf5344a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ return {
}, },
open_vmf_options = { open_vmf_options = {
en = "Open Options Menu", en = "Open Options Menu",
en = "Abrir el menu de configuración", es = "Abrir el menu de configuración",
ru = "Открыть меню настроек", ru = "Открыть меню настроек",
}, },
open_vmf_options_description = { open_vmf_options_description = {
@ -29,12 +29,12 @@ return {
}, },
ui_scaling_description = { ui_scaling_description = {
en = "Automatically scale UI when resolution exceeds 1080p.", en = "Automatically scale UI when resolution exceeds 1080p.",
en = "Redimensionar automáticamente la interfaz cuando la resolución exceda 1080p.", es = "Redimensionar automáticamente la interfaz cuando la resolución exceda 1080p.",
ru = "Нормализует масштаб элементов интерфейса, если разрешений экрана превышает 1080p.", ru = "Нормализует масштаб элементов интерфейса, если разрешений экрана превышает 1080p.",
}, },
developer_mode = { developer_mode = {
en = "Developer Mode", en = "Developer Mode",
en = "Modo de desarrollo", es = "Modo de desarrollo",
ru = "Режим разработчика", ru = "Режим разработчика",
}, },
developer_mode_description = { developer_mode_description = {
@ -59,7 +59,7 @@ return {
}, },
show_network_debug_info = { show_network_debug_info = {
en = "Log Network Calls", en = "Log Network Calls",
en = "Depurar las llamadas de red", es = "Depurar las llamadas de red",
ru = "Логирование сетевых вызовов", ru = "Логирование сетевых вызовов",
}, },
show_network_debug_info_description = { show_network_debug_info_description = {
@ -100,7 +100,7 @@ return {
}, },
output_mode_echo = { output_mode_echo = {
en = "'Echo' Output", en = "'Echo' Output",
en = "Mensajes de 'Echo'", es = "Mensajes de 'Echo'",
ru = "Вывод 'Echo'", ru = "Вывод 'Echo'",
}, },
output_mode_error = { output_mode_error = {
@ -294,7 +294,7 @@ return {
}, },
whisper_enabled_mutators = { whisper_enabled_mutators = {
en = "[Automated message] This lobby has the following mutators active", en = "[Automated message] This lobby has the following mutators active",
en = "[Mensaje automático] Esta partida tiene las siguientes mutaciones", es = "[Mensaje automático] Esta partida tiene las siguientes mutaciones",
}, },
disabled_reason_not_server = { disabled_reason_not_server = {