Skip to content

Commit 7de0476

Browse files
committed
fix: en google translate
1 parent 4c2f775 commit 7de0476

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
ghost-respawn-time-left = Before the opportunity to return to the round { $time }
2-
{ $time ->
3-
[one] minute
4-
*[other] minutes
5-
}
6-
ghost-respawn-max-players = The function is not available, there should be fewer players on the server { $players }.
7-
ghost-respawn-window-title = Rules for returning to the round
8-
ghost-respawn-window-rules-footer = By using this feature, you [color=#ff7700]agree[/color] [color=#ff0000]not to transfer[/color] the knowledge of your past character to a new one. For violation of the clause specified here, [color=#ff0000]a ban in the amount of 3 days or more follows[/color].
9-
ghost-respawn-same-character = You cannot enter the round for the same character. Change it in the character settings.
10-
11-
ghost-respawn-log-character-almost-same = Player { $player } { $try ->
12-
[true] join
1+
ghost-respawn-time-left = Please wait {$time} {$time ->
2+
[one] minute
3+
*[other] minutes
4+
} before trying to respawn.
5+
ghost-respawn-max-players = Cannot respawn right now. There should be fewer than {$players} players.
6+
ghost-respawn-window-title = Respawn rules
7+
ghost-respawn-window-rules-footer = By respawning, you [color=#ff7700]agree[/color] [color=#ff0000]not to use any knowledge gained as your previous charactrer[/color]. Violation of this rule may constitute a server ban. Please, read the server rules for more details.
8+
ghost-respawn-same-character = You cannot respawn as the same character. Please select a different one in character preferences.
9+
ghost-respawn-log-character-almost-same = Player {$player} { $try ->
10+
[true] joined
1311
*[false] tried to join
14-
} in the round after the respawn with a similar name. Past name: { $oldName }, current: { $newName }.
12+
} the round after respawning with a similar name. Previous name: { $oldName }, current: { $newName }.
1513
ghost-respawn-log-return-to-lobby = { $userName } returned to the lobby.

0 commit comments

Comments
 (0)