-
Notifications
You must be signed in to change notification settings - Fork 616
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/hearts.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ent-EffectHearts = { "" } | ||
.desc = { "" } |
26 changes: 26 additions & 0 deletions
26
Resources/Locale/ru-RU/administration/commands/panicbunker.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
Resources/Locale/ru-RU/administration/ui/tabs/panicbunker-tab.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/hearts.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ent-EffectHearts = { "" } | ||
.desc = { "" } |
2 changes: 1 addition & 1 deletion
2
Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/hotplate.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = Потомок микроволновой печи, наше новейшее изобретение в технологии нагрева мензурок: электроплитка! |