Skip to content

Commit

Permalink
Update locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 committed Oct 13, 2023
1 parent 6f6cbb1 commit e8da1b7
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-EffectHearts = { "" }
.desc = { "" }
26 changes: 26 additions & 0 deletions Resources/Locale/ru-RU/administration/commands/panicbunker.ftl
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
cmd-panicbunker-desc = Toggles the panic bunker, which enables stricter restrictions on who's allowed to join the server.
cmd-panicbunker-help = Usage: panicbunker
panicbunker-command-enabled = Режим "Бункер" был включён.
panicbunker-command-disabled = Режим "Бункер" был выключен.
cmd-panicbunker_disable_with_admins-desc = Toggles whether or not the panic bunker will disable when an admin connects.
cmd-panicbunker_disable_with_admins-help = Usage: panicbunker_disable_with_admins
panicbunker-command-disable-with-admins-enabled = The panic bunker will automatically disable with admins online.
panicbunker-command-disable-with-admins-disabled = The panic bunker will not automatically disable with admins online.
cmd-panicbunker_enable_without_admins-desc = Toggles whether or not the panic bunker will enable when the last admin disconnects.
cmd-panicbunker_enable_without_admins-help = Usage: panicbunker_enable_without_admins
panicbunker-command-enable-without-admins-enabled = The panic bunker will automatically enable without admins online.
panicbunker-command-enable-without-admins-disabled = The panic bunker will not automatically enable without admins online.
cmd-panicbunker_count_deadminned_admins-desc = Toggles whether or not to count deadminned admins when automatically enabling and disabling the panic bunker.
cmd-panicbunker_count_deadminned_admins-help = Usage: panicbunker_count_deadminned_admins
panicbunker-command-count-deadminned-admins-enabled = The panic bunker will count deadminned admins when made to automatically enable and disable.
panicbunker-command-count-deadminned-admins-disabled = The panic bunker will not count deadminned admins when made to automatically enable and disable.
cmd-panicbunker_show_reason-desc = Toggles whether or not to show connecting clients the reason why the panic bunker blocked them from joining.
cmd-panicbunker_show_reason-help = Usage: panicbunker_show_reason
panicbunker-command-show-reason-enabled = The panic bunker will now show a reason to users it blocks from connecting.
panicbunker-command-show-reason-disabled = The panic bunker will no longer show a reason to users it blocks from connecting.
cmd-panicbunker_min_account_age-desc = Gets or sets the minimum account age in hours that an account must have to be allowed to connect with the panic bunker enabled.
cmd-panicbunker_min_account_age-help = Usage: panicbunker_min_account_age <hours>
panicbunker-command-min-account-age-is = The minimum account age for the panic bunker is { $hours } hours.
panicbunker-command-min-account-age-set = Set the minimum account age for the panic bunker to { $hours } hours.
cmd-panicbunker_min_overall_hours-desc = Gets or sets the minimum overall playtime in hours that an account must have to be allowed to connect with the panic bunker enabled.
cmd-panicbunker_min_overall_hours-help = Usage: panicbunker_min_overall_hours <hours>
panicbunker-command-min-overall-hours-is = The minimum overall playtime for the panic bunker is { $hours } hours.
panicbunker-command-min-overall-hours-set = Set the minimum overall playtime for the panic bunker to { $hours } hours.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ admin-menu-adminbus-tab = АдминАбуз
admin-menu-atmos-tab = Атмос
admin-menu-round-tab = Раунд
admin-menu-server-tab = Сервер
admin-menu-panic-bunker-tab = Panic Bunker
admin-menu-players-tab = Игроки
admin-menu-objects-tab = Объекты
17 changes: 17 additions & 0 deletions Resources/Locale/ru-RU/administration/ui/tabs/panicbunker-tab.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
admin-ui-panic-bunker-window-title = Panic Bunker
admin-ui-panic-bunker-enabled = Panic Bunker Enabled
admin-ui-panic-bunker-disabled = Panic Bunker Disabled
admin-ui-panic-bunker-tooltip = The panic bunker restricts players from joining if their account is too new or they do not have enough overall playtime on this server.
admin-ui-panic-bunker-disable-automatically = Disable Automatically
admin-ui-panic-bunker-disable-automatically-tooltip = Disables the panic bunker automatically when an admin connects.
admin-ui-panic-bunker-enable-automatically = Enable Automatically
admin-ui-panic-bunker-enable-automatically-tooltip = Enables the panic bunker automatically when no admins are online.
admin-ui-panic-bunker-count-deadminned-admins = Count Deadmins
admin-ui-panic-bunker-count-deadminned-admins-tooltip = Count deadminned admins when automatically enabling and disabling the panic bunker.
admin-ui-panic-bunker-show-reason = Show Reason
admin-ui-panic-bunker-show-reason-tooltip = Show the user why they were blocked from connecting by the panic bunker.
admin-ui-panic-bunker-min-account-age = Min. Account Age
admin-ui-panic-bunker-min-overall-hours = Min. Overall Playtime
admin-ui-panic-bunker-is-enabled = The panic bunker is currently enabled.
admin-ui-panic-bunker-enabled-admin-alert = The panic bunker has been enabled.
admin-ui-panic-bunker-disabled-admin-alert = The panic bunker has been disabled.
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/changelog/changelog-window.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ changelog-new-changes = новые обновления
changelog-version-tag = версия v{ $version }
changelog-button = Обновления
changelog-button-new-entries = Обновления (!)
changelog-tab-title-Changelog = Changelog
changelog-tab-title-Admin = Admin
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/generic.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ generic-unknown = неизвестно
generic-unknown-title = Неизвестно
generic-error = ошибка
generic-invalid = недействительно
generic-hours = hours
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/guidebook/guides.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ guide-entry-antagonists = Антагонисты
guide-entry-nuclear-operatives = Ядерные оперативники
guide-entry-traitors = Предатели
guide-entry-zombies = Зомби
guide-entry-revolutionaries = Revolutionaries
guide-entry-minor-antagonists = Малые антагонисты
guide-entry-space-ninja = Космический ниндзя
guide-entry-writing = Разметка письма
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/machine/machine.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ machine-part-name-matter-bin = Ёмкость материи
upgrade-power-draw = потребление энергии
upgrade-max-charge = максимальный запас энергии
upgrade-power-supply = производство энергии
upgrade-power-supply-ramping = power ramp rate
two-way-lever-left = Вы сдвигаете рычаг влево
two-way-lever-right = Вы сдвигаете рычаг вправо
two-way-lever-cant = Рычаг не может быть сдвинут в эту сторону!
Expand Down
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/markings/reptilian.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ marking-LizardHornsBighorn-horns_bighorn = Унатх, рожки (Бигхор
marking-LizardHornsBighorn = Унатх, рожки (Бигхорн)
marking-LizardHornsKoboldEars-horns_kobold_ears = Унатх, уши (Кобольд)
marking-LizardHornsKoboldEars = Унатх, уши (Кобольд)
marking-LizardHornsFloppyKoboldEars-horns_floppy_kobold_ears = Lizard Ears (Floppy Kobold)
marking-LizardHornsFloppyKoboldEars = Lizard Ears (Floppy Kobold)
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-EffectHearts = { "" }
.desc = { "" }
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ent-BaseHeaterMachine = { ent-BaseMachinePowered }
.desc = { ent-BaseMachinePowered.desc }
.desc = { ent-BaseMachinePowered.desc }
ent-ChemistryHotplate = электроплитка
.desc = Потомок микроволновой печи, наше новейшее изобретение в технологии нагрева мензурок: электроплитка!

0 comments on commit e8da1b7

Please sign in to comment.