mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-31 11:17:33 +02:00
Russian translation for FastLogin
106
Russian.md
Normal file
106
Russian.md
Normal file
@ -0,0 +1,106 @@
|
||||
Credits: MrDrag0nXYT
|
||||
|
||||
FastLogin version: 1.10
|
||||
|
||||
***
|
||||
|
||||
```yaml
|
||||
# FastLogin localization
|
||||
# Project site: https://www.spigotmc.org/resources/fastlogin.14153
|
||||
# Source code: https://github.com/games647/FastLogin
|
||||
#
|
||||
# You can access the newest locale here:
|
||||
# https://github.com/games647/FastLogin/blob/master/core/src/main/resources/messages.yml
|
||||
#
|
||||
# You want to have language template? Visit the Github Wiki here:
|
||||
# https://github.com/games647/FastLogin/wiki/English
|
||||
|
||||
# In order to split a message into separate lines you could just make a new line, but keep the '
|
||||
# Example:
|
||||
# bla: '&aFirst line
|
||||
# Second line
|
||||
# Third line'
|
||||
|
||||
# If you want to disable a message, you can just set it to a empty value.
|
||||
# In this case no message will be sent
|
||||
# Example:
|
||||
# bla: ''
|
||||
|
||||
# ========= Shared (BungeeCord and Bukkit) ============
|
||||
|
||||
# Switch mode is activated and a new (non-whitelist) cracked player tries to join
|
||||
switch-kick-message: '&4На этот сервер могут заходить только игроки с лицензионным аккаунтом Minecraft из белого списка'
|
||||
|
||||
# Player activated premium login in order to skip offline authentication
|
||||
add-premium: '&2Вы включили вход через лицензионный аккаунт'
|
||||
|
||||
# Player activated premium login in order to skip offline authentication
|
||||
add-premium-other: '&2Игрок успешно добавлен в список игроков с лицензионным аккаунтом'
|
||||
|
||||
# Player is already set be a paid account
|
||||
already-exists: '&4У вас уже включен вход через лицензионный аккаунт'
|
||||
|
||||
# Player is already set be a paid account
|
||||
already-exists-other: '&4У игрока уже включен вход через лицензионный аккаунт'
|
||||
|
||||
# Player was changed to be cracked
|
||||
remove-premium: '&2Вы отключили вход через лицензионный аккаунт'
|
||||
|
||||
# Player is already set to be cracked
|
||||
not-premium: '&4Вас нет в списке игроков с лицензионным аккаунтом'
|
||||
|
||||
# Player is already set to be cracked
|
||||
not-premium-other: '&4Игрока нет в списке игроков с лицензионным аккаунтом'
|
||||
|
||||
# Admin wanted to change the premium of a user that isn't known to the plugin
|
||||
player-unknown: '&4Игрока нет в базе данных'
|
||||
|
||||
# ========= Bukkit/Spigot ================
|
||||
|
||||
# The user skipped the authentication, because it was a premium player
|
||||
auto-login: '&2Вы автоматически вошли так как вы играете с лицензионным аккаунтом'
|
||||
|
||||
# The user was auto registered on the first join. The user account will be registered to protect it from cracked players
|
||||
# The password can be used if the mojang servers are down and you still want your premium users to login (PLANNED)
|
||||
auto-register: '&2Автоматическая регистрация с паролем: %password
|
||||
Возможно, вы захотите изменить его?'
|
||||
|
||||
# Player is not able to toggle the premium state of other players
|
||||
no-permission: '&4У вас недостаточно прав для использования этой команды'
|
||||
|
||||
# Although the console can toggle the premium state, it's not possible for the console itself.
|
||||
# Because the console is not a user. (obviously, isn't it?)
|
||||
no-console: '&4Вы не можете переключить состояние лицензии для СЕБЯ как консоль'
|
||||
|
||||
# The user wants to toggle premium state, but BungeeCord support is enabled. This means the server have to communicate
|
||||
# with the BungeeCord first which will establish a connection with the database server.
|
||||
wait-on-proxy: '&6Отправка запроса...'
|
||||
|
||||
# When ProtocolLib is enabled and the plugin is unable to continue handling a login request after a requested premium
|
||||
# authentication. In this state the client expects a success packet with a encrypted connection or disconnect packet.
|
||||
# So we kick the player, if we cannot encrypt the connection. In other situation (example: premium name check),
|
||||
# the player will be just authenticated as cracked
|
||||
error-kick: '&4Возникла ошибка'
|
||||
|
||||
# The server sends a verify token within the premium authentication request. If this doesn't match on response,
|
||||
# it could be another client sending malicious packets
|
||||
invalid-verify-token: '&4Неверный токен'
|
||||
|
||||
# The client sent no request join server request to the mojang servers which would proof that it's owner of that
|
||||
# account. Only modified clients would do this.
|
||||
invalid-session: '&4Неверный сеанс'
|
||||
|
||||
# The client sent a malicious packet without a login request packet
|
||||
invalid-requst: '&4Неверный запрос'
|
||||
|
||||
# Message if the bukkit isn't fully started to inject the packets
|
||||
not-started: '&cСервер еще не полностью запущен. Пожалуйста, повторите попытку'
|
||||
|
||||
# Warning message if a user invoked /premium command
|
||||
premium-warning: '&c&lВНИМАНИЕ: &6Эту команду следует вызывать &cтолько&6, если вы являетесь владельцем этой платной учетной записи Minecraft.
|
||||
Введите &a/premium&6 еще раз для подтверждения'
|
||||
|
||||
# ========= Bungee/Waterfall only ================================
|
||||
|
||||
|
||||
```
|
Reference in New Issue
Block a user