From 34848059bc8537023b593cf39ffaf5bfd1440029 Mon Sep 17 00:00:00 2001 From: "neoxult-ci-bot[bot]" <158774459+neoxult-ci-bot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 11:31:07 +0200 Subject: [PATCH] Language: Update language files (#1510) Auto-generated by github actions and the [ttt2-language_parser](https://github.com/TTT-2/ttt2-language_parser) Co-authored-by: TimGoll <13639408+TimGoll@users.noreply.github.com> --- lua/terrortown/lang/de.lua | 5 +++++ lua/terrortown/lang/es.lua | 5 +++++ lua/terrortown/lang/fr.lua | 5 +++++ lua/terrortown/lang/it.lua | 5 +++++ lua/terrortown/lang/ja.lua | 5 +++++ lua/terrortown/lang/pl.lua | 5 +++++ lua/terrortown/lang/pt_br.lua | 5 +++++ lua/terrortown/lang/ru.lua | 5 +++++ lua/terrortown/lang/sv.lua | 5 +++++ lua/terrortown/lang/tr.lua | 5 +++++ lua/terrortown/lang/uk.lua | 5 +++++ lua/terrortown/lang/zh_hans.lua | 5 +++++ lua/terrortown/lang/zh_tw.lua | 5 +++++ 13 files changed, 65 insertions(+) diff --git a/lua/terrortown/lang/de.lua b/lua/terrortown/lang/de.lua index 6fda460de..b93724e90 100644 --- a/lua/terrortown/lang/de.lua +++ b/lua/terrortown/lang/de.lua @@ -2222,6 +2222,11 @@ L.throw_no_room = "Hier ist kein Platz, um dieses Gerät zu werfen." --Note: Proximity chat is always disabled during the post round phase.]] --L.help_voice_duck_spectator = "Ducking spectators makes other spectators quieter in comparison to living players. This can be useful if one wants to listen closely to the discussions of the living players." +--L.help_equipmenteditor_configurable_clip = [[The configurable size defines the amount of uses the weapon has when bought in the shop or spawned in the world. +-- +--Note: This setting is only available for weapons that enable this feature.]] +--L.label_equipmenteditor_configurable_clip = "Configurable clip size" + -- 2024-04-06 --L.help_locational_voice_range = [[This convar constrains the maximum range at which players can hear each other. It does not change how the volume decreases with distance but rather sets a hard cut-off point. -- diff --git a/lua/terrortown/lang/es.lua b/lua/terrortown/lang/es.lua index 9425267c4..acd3cf7d2 100644 --- a/lua/terrortown/lang/es.lua +++ b/lua/terrortown/lang/es.lua @@ -2222,6 +2222,11 @@ L.decoy_help_primary = "Colocar el señuelo" --Note: Proximity chat is always disabled during the post round phase.]] --L.help_voice_duck_spectator = "Ducking spectators makes other spectators quieter in comparison to living players. This can be useful if one wants to listen closely to the discussions of the living players." +--L.help_equipmenteditor_configurable_clip = [[The configurable size defines the amount of uses the weapon has when bought in the shop or spawned in the world. +-- +--Note: This setting is only available for weapons that enable this feature.]] +--L.label_equipmenteditor_configurable_clip = "Configurable clip size" + -- 2024-04-06 --L.help_locational_voice_range = [[This convar constrains the maximum range at which players can hear each other. It does not change how the volume decreases with distance but rather sets a hard cut-off point. -- diff --git a/lua/terrortown/lang/fr.lua b/lua/terrortown/lang/fr.lua index fa33fea53..b43cb2ba7 100644 --- a/lua/terrortown/lang/fr.lua +++ b/lua/terrortown/lang/fr.lua @@ -2222,6 +2222,11 @@ L.decoy_help_primary = "Planter le leurre" --Note: Proximity chat is always disabled during the post round phase.]] --L.help_voice_duck_spectator = "Ducking spectators makes other spectators quieter in comparison to living players. This can be useful if one wants to listen closely to the discussions of the living players." +--L.help_equipmenteditor_configurable_clip = [[The configurable size defines the amount of uses the weapon has when bought in the shop or spawned in the world. +-- +--Note: This setting is only available for weapons that enable this feature.]] +--L.label_equipmenteditor_configurable_clip = "Configurable clip size" + -- 2024-04-06 --L.help_locational_voice_range = [[This convar constrains the maximum range at which players can hear each other. It does not change how the volume decreases with distance but rather sets a hard cut-off point. -- diff --git a/lua/terrortown/lang/it.lua b/lua/terrortown/lang/it.lua index 8c6325339..32aacfdc1 100644 --- a/lua/terrortown/lang/it.lua +++ b/lua/terrortown/lang/it.lua @@ -2222,6 +2222,11 @@ L.decoy_help_primary = "Piazza un esca" --Note: Proximity chat is always disabled during the post round phase.]] --L.help_voice_duck_spectator = "Ducking spectators makes other spectators quieter in comparison to living players. This can be useful if one wants to listen closely to the discussions of the living players." +--L.help_equipmenteditor_configurable_clip = [[The configurable size defines the amount of uses the weapon has when bought in the shop or spawned in the world. +-- +--Note: This setting is only available for weapons that enable this feature.]] +--L.label_equipmenteditor_configurable_clip = "Configurable clip size" + -- 2024-04-06 --L.help_locational_voice_range = [[This convar constrains the maximum range at which players can hear each other. It does not change how the volume decreases with distance but rather sets a hard cut-off point. -- diff --git a/lua/terrortown/lang/ja.lua b/lua/terrortown/lang/ja.lua index 72ffc27aa..f12b5132a 100644 --- a/lua/terrortown/lang/ja.lua +++ b/lua/terrortown/lang/ja.lua @@ -2222,6 +2222,11 @@ L.decoy_help_primary = "デコイを設置する" --Note: Proximity chat is always disabled during the post round phase.]] --L.help_voice_duck_spectator = "Ducking spectators makes other spectators quieter in comparison to living players. This can be useful if one wants to listen closely to the discussions of the living players." +--L.help_equipmenteditor_configurable_clip = [[The configurable size defines the amount of uses the weapon has when bought in the shop or spawned in the world. +-- +--Note: This setting is only available for weapons that enable this feature.]] +--L.label_equipmenteditor_configurable_clip = "Configurable clip size" + -- 2024-04-06 --L.help_locational_voice_range = [[This convar constrains the maximum range at which players can hear each other. It does not change how the volume decreases with distance but rather sets a hard cut-off point. -- diff --git a/lua/terrortown/lang/pl.lua b/lua/terrortown/lang/pl.lua index b58d9f003..9d011bb6f 100644 --- a/lua/terrortown/lang/pl.lua +++ b/lua/terrortown/lang/pl.lua @@ -2222,6 +2222,11 @@ L.decoy_help_primary = "Rozstaw Wabik" --Note: Proximity chat is always disabled during the post round phase.]] --L.help_voice_duck_spectator = "Ducking spectators makes other spectators quieter in comparison to living players. This can be useful if one wants to listen closely to the discussions of the living players." +--L.help_equipmenteditor_configurable_clip = [[The configurable size defines the amount of uses the weapon has when bought in the shop or spawned in the world. +-- +--Note: This setting is only available for weapons that enable this feature.]] +--L.label_equipmenteditor_configurable_clip = "Configurable clip size" + -- 2024-04-06 --L.help_locational_voice_range = [[This convar constrains the maximum range at which players can hear each other. It does not change how the volume decreases with distance but rather sets a hard cut-off point. -- diff --git a/lua/terrortown/lang/pt_br.lua b/lua/terrortown/lang/pt_br.lua index a0823781d..4e0835503 100644 --- a/lua/terrortown/lang/pt_br.lua +++ b/lua/terrortown/lang/pt_br.lua @@ -2222,6 +2222,11 @@ L.decoy_help_primary = "Plantar a isca" --Note: Proximity chat is always disabled during the post round phase.]] --L.help_voice_duck_spectator = "Ducking spectators makes other spectators quieter in comparison to living players. This can be useful if one wants to listen closely to the discussions of the living players." +--L.help_equipmenteditor_configurable_clip = [[The configurable size defines the amount of uses the weapon has when bought in the shop or spawned in the world. +-- +--Note: This setting is only available for weapons that enable this feature.]] +--L.label_equipmenteditor_configurable_clip = "Configurable clip size" + -- 2024-04-06 --L.help_locational_voice_range = [[This convar constrains the maximum range at which players can hear each other. It does not change how the volume decreases with distance but rather sets a hard cut-off point. -- diff --git a/lua/terrortown/lang/ru.lua b/lua/terrortown/lang/ru.lua index e7cdb654b..4ee6d74ff 100644 --- a/lua/terrortown/lang/ru.lua +++ b/lua/terrortown/lang/ru.lua @@ -2224,6 +2224,11 @@ L.decoy_help_primary = "Установить Приманку" --Note: Proximity chat is always disabled during the post round phase.]] --L.help_voice_duck_spectator = "Ducking spectators makes other spectators quieter in comparison to living players. This can be useful if one wants to listen closely to the discussions of the living players." +--L.help_equipmenteditor_configurable_clip = [[The configurable size defines the amount of uses the weapon has when bought in the shop or spawned in the world. +-- +--Note: This setting is only available for weapons that enable this feature.]] +--L.label_equipmenteditor_configurable_clip = "Configurable clip size" + -- 2024-04-06 --L.help_locational_voice_range = [[This convar constrains the maximum range at which players can hear each other. It does not change how the volume decreases with distance but rather sets a hard cut-off point. -- diff --git a/lua/terrortown/lang/sv.lua b/lua/terrortown/lang/sv.lua index 97384406a..f3f3ba73c 100644 --- a/lua/terrortown/lang/sv.lua +++ b/lua/terrortown/lang/sv.lua @@ -2222,6 +2222,11 @@ L.body_confirm_one = "{finder} bekräftade att {victim} har dött." --Note: Proximity chat is always disabled during the post round phase.]] --L.help_voice_duck_spectator = "Ducking spectators makes other spectators quieter in comparison to living players. This can be useful if one wants to listen closely to the discussions of the living players." +--L.help_equipmenteditor_configurable_clip = [[The configurable size defines the amount of uses the weapon has when bought in the shop or spawned in the world. +-- +--Note: This setting is only available for weapons that enable this feature.]] +--L.label_equipmenteditor_configurable_clip = "Configurable clip size" + -- 2024-04-06 --L.help_locational_voice_range = [[This convar constrains the maximum range at which players can hear each other. It does not change how the volume decreases with distance but rather sets a hard cut-off point. -- diff --git a/lua/terrortown/lang/tr.lua b/lua/terrortown/lang/tr.lua index b8332e730..e87a81fb9 100644 --- a/lua/terrortown/lang/tr.lua +++ b/lua/terrortown/lang/tr.lua @@ -2220,6 +2220,11 @@ L.decoy_help_primary = "Tuzağı yerleştirin" --Note: Proximity chat is always disabled during the post round phase.]] --L.help_voice_duck_spectator = "Ducking spectators makes other spectators quieter in comparison to living players. This can be useful if one wants to listen closely to the discussions of the living players." +--L.help_equipmenteditor_configurable_clip = [[The configurable size defines the amount of uses the weapon has when bought in the shop or spawned in the world. +-- +--Note: This setting is only available for weapons that enable this feature.]] +--L.label_equipmenteditor_configurable_clip = "Configurable clip size" + -- 2024-04-06 --L.help_locational_voice_range = [[This convar constrains the maximum range at which players can hear each other. It does not change how the volume decreases with distance but rather sets a hard cut-off point. -- diff --git a/lua/terrortown/lang/uk.lua b/lua/terrortown/lang/uk.lua index d6392a3d4..b1f6373a1 100644 --- a/lua/terrortown/lang/uk.lua +++ b/lua/terrortown/lang/uk.lua @@ -2222,6 +2222,11 @@ L.body_confirm_one = "{finder} підтверджує смерть {victim}." --Note: Proximity chat is always disabled during the post round phase.]] --L.help_voice_duck_spectator = "Ducking spectators makes other spectators quieter in comparison to living players. This can be useful if one wants to listen closely to the discussions of the living players." +--L.help_equipmenteditor_configurable_clip = [[The configurable size defines the amount of uses the weapon has when bought in the shop or spawned in the world. +-- +--Note: This setting is only available for weapons that enable this feature.]] +--L.label_equipmenteditor_configurable_clip = "Configurable clip size" + -- 2024-04-06 --L.help_locational_voice_range = [[This convar constrains the maximum range at which players can hear each other. It does not change how the volume decreases with distance but rather sets a hard cut-off point. -- diff --git a/lua/terrortown/lang/zh_hans.lua b/lua/terrortown/lang/zh_hans.lua index d1e4837fa..3658f1ce9 100644 --- a/lua/terrortown/lang/zh_hans.lua +++ b/lua/terrortown/lang/zh_hans.lua @@ -2222,6 +2222,11 @@ L.decoy_help_primary = "安放诱饵" --Note: Proximity chat is always disabled during the post round phase.]] --L.help_voice_duck_spectator = "Ducking spectators makes other spectators quieter in comparison to living players. This can be useful if one wants to listen closely to the discussions of the living players." +--L.help_equipmenteditor_configurable_clip = [[The configurable size defines the amount of uses the weapon has when bought in the shop or spawned in the world. +-- +--Note: This setting is only available for weapons that enable this feature.]] +--L.label_equipmenteditor_configurable_clip = "Configurable clip size" + -- 2024-04-06 --L.help_locational_voice_range = [[This convar constrains the maximum range at which players can hear each other. It does not change how the volume decreases with distance but rather sets a hard cut-off point. -- diff --git a/lua/terrortown/lang/zh_tw.lua b/lua/terrortown/lang/zh_tw.lua index 68218131f..5f7274902 100644 --- a/lua/terrortown/lang/zh_tw.lua +++ b/lua/terrortown/lang/zh_tw.lua @@ -2222,6 +2222,11 @@ L.decoy_help_primary = "安放誘餌" --Note: Proximity chat is always disabled during the post round phase.]] --L.help_voice_duck_spectator = "Ducking spectators makes other spectators quieter in comparison to living players. This can be useful if one wants to listen closely to the discussions of the living players." +--L.help_equipmenteditor_configurable_clip = [[The configurable size defines the amount of uses the weapon has when bought in the shop or spawned in the world. +-- +--Note: This setting is only available for weapons that enable this feature.]] +--L.label_equipmenteditor_configurable_clip = "Configurable clip size" + -- 2024-04-06 --L.help_locational_voice_range = [[This convar constrains the maximum range at which players can hear each other. It does not change how the volume decreases with distance but rather sets a hard cut-off point. --