Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localization: updated Russian and English localization files #1656

Merged
merged 3 commits into from
Oct 2, 2024
Merged
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ All notable changes to TTT2 will be documented here. Inspired by [keep a changel
- Updated French translation (by @MisterClems)
- Updated Turkish localization (by @NovaDiablox)
- Updated targetID to use `Vehicle:GetDriver` instead of the `ttt_driver` NWEntity (by @Histalek)
- Updated Russian and English localization files (by @Satton2)

## [v0.14.0b](https://github.com/TTT-2/TTT2/tree/v0.14.0b) (2024-09-20)

Expand Down
10 changes: 5 additions & 5 deletions lua/terrortown/lang/en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,7 @@ L.tip43 = "The icon next to the name of a confirmed corpse shows the role of the

L.header_loadingscreen = "Loading Screen"

L.help_enable_loadingscreen = "The Loading screen is shown when the map refreshes after a round. It is introduced to hide the visible and audible lag that appears on big maps. It is also used to show gameplay tips."
L.help_enable_loadingscreen = "The loading screen is shown when the map refreshes after a round. It is introduced to hide the visible and audible lag that appears on big maps. It is also used to show gameplay tips."

L.label_enable_loadingscreen = "Enable the loading screen"
L.label_enable_loadingscreen_tips = "Enable tips on loading screen"
Expand Down Expand Up @@ -2355,12 +2355,12 @@ L.label_player_role = "Select role"

-- 2024-09-16
L.help_enable_loadingscreen_server = [[
The loadingscreen settings also exist on the client. They are hidden if disabled on the server.
The loading screen settings also exist on the client. They are hidden if disabled on the server.

The minimum display time is there to give the player time to read the tips. If the reload of the map takes longer than the minimum time, the loadingscreen is shown as long as it needs to be. In general a reload time of 0.5 to 1 second is to be expected.]]
The minimum display time is there to give the player time to read the tips. If the reload of the map takes longer than the minimum time, the loading screen is shown as long as it needs to be. In general a reload time of 0.5 to 1 second is to be expected.]]

L.label_enable_loadingscreen_server = "Enable the loadingscreen serverwide"
L.label_loadingscreen_min_duration = "Minimum loadingscreen display time"
L.label_enable_loadingscreen_server = "Enable the loading screen serverwide"
L.label_loadingscreen_min_duration = "Minimum loading screen display time"

-- 2024-09-18
L.label_keyhelper_leave_vehicle = "leave vehicle"
Expand Down
20 changes: 10 additions & 10 deletions lua/terrortown/lang/ru.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@ L.label_max_special_slots = "Максимум слотов особых пред
L.label_max_extra_slots = "Максимум дополнительных слотов"
L.label_weapon_autopickup = "Включить автоматический подбор оружия."
L.label_sprint_enabled = "Включить ускорение."
--L.label_sprint_max = "Speed boost factor"
L.label_sprint_max = "Коэффициент увеличения скорости"
L.label_sprint_stamina_consumption = "Коэффициент потребления выносливости"
L.label_sprint_stamina_regeneration = "Коэффициент восстановления выносливости"
L.label_crowbar_unlocks = "Основная атака может использоваться для взаимодействия (например, открытия)."
Expand Down Expand Up @@ -2356,15 +2356,15 @@ L.label_button_player_force_role = "назначить роль"
L.label_player_role = "Выберите роль"

-- 2024-09-16
--L.help_enable_loadingscreen_server = [[
--The loadingscreen settings also exist on the client. They are hidden if disabled on the server.
--
--The minimum display time is there to give the player time to read the tips. If the reload of the map takes longer than the minimum time, the loadingscreen is shown as long as it needs to be. In general a reload time of 0.5 to 1 second is to be expected.]]
L.help_enable_loadingscreen_server = [[
Настройки загрузочного экрана также существуют и у клиента. Они скрываются у клиента при выключении на сервере.

--L.label_enable_loadingscreen_server = "Enable the loadingscreen serverwide"
--L.label_loadingscreen_min_duration = "Minimum loadingscreen display time"
Минимальное время отображение сделано для возможности прочтения советов игроком. Если время перезапуска карты занимает больше минимального времени, то загрузочный экран будет отображаться столько, сколько потребуется. Как правило, ожидаемое время перезапуска карты составляет от 0,5 до 1 секунды.]]

L.label_enable_loadingscreen_server = "Включить загрузочный экран на сервере"
L.label_loadingscreen_min_duration = "Минимальное время отображения загрузочного экрана"

-- 2024-09-18
--L.label_keyhelper_leave_vehicle = "leave vehicle"
--L.name_vehicle = "Vehicle"
--L.vehicle_enter = "Press [{usekey}] to enter vehicle"
L.label_keyhelper_leave_vehicle = "покинуть транспорт"
L.name_vehicle = "Транспорт"
L.vehicle_enter = "[{usekey}] Сесть в транспорт."
Loading