Translation  ReferralPro (RU)

Resource icon
Short Description:
Быстрый перевод плагина ReferralPro
886
  • Like 0
Reactions:25 users

Описание перевода ReferralPro:​

Это перевод на скорую руку плагина ReferralPro. Я читала текст который переводила. Некоторых фраз нету в файле config.yml, и наверное они находятся внутри самого плагина. Я лишь перевела видимые сообщения в файле config.yml.

Внимание: Так как плагин автоматически создаёт файл конфига в кодировке: ANSI, вы должны самостоятельно преобразоваться свой файл config.yml в кодировку UTF-8. Иначе у вас вместо русских букв будут вопросы.
Выставленный в скрипте запуска параметр -Dfile.encoding=UTF-8 не помогает. Я проверяла.

Перевод плагина ReferralPro:​

Файл config.yml​

Если вы только что установили плагин, то можете заменять содержимое кода ниже. Если у вас уже стоит этот плагин, и вы хотите скопировать этот код, то смотрите внимательно, и не сотрите подключение к базе данных которые находятся в одном файле вместе с переводом.

YAML:
########################################################
#
#   Database Config
#
########################################################

# DB = 'local' or 'mysql'
db: local

# Database Login
host: 0.0.0.0
port: 3306
database: users
username: root
password: ""
mainTable: referralTable
requestTable: requestTable
blockedTable: blockedTable
rewardsTable: rewardsTable
playerCodeTable: playerCodeTable
databaseParameters: "?autoReconnect=true"




########################################################
#
#   Player Rewards
#
########################################################

# the rewards are given based on the player primary group
# this aplies to all rewards

# these are rewards for the sender
# the default rewards will be given if the rank is not specified
rewardsSender:
   1:
      rank: default
      commands:
         - give <Player> diamond 64
   2:
      rank: owner
      commands:
         - give <Player> diamond 64
         - give <Player> diamond 64
         - give <Player> diamond 64
       
# these are rewards for the receiver
# the default rewards will be given if the rank is not specified      
rewardsReceiver:
   1:
      rank: default
      commands:
         - give <Player> gold_ingot 64
   2:
      rank: owner
      commands:
         - give <Player> gold_ingot 64
         - give <Player> gold_ingot 64
         - give <Player> gold_ingot 64
       
       
       
       
########################################################
#
#   MileStone Rewards
#
########################################################

# Do you want the milestone rewards to be enabled
enableMilestone: true

# These are rewards for the player who have achieved a certain amount
# Make sure there the total is in order from low to high  
mileStoneRewards:
   1:
      total: 2
      commands:
         - give <Player> iron_ingot 64
   2:
      total: 5
      commands:
         - give <Player> gold_ingot 64

 
########################################################
#
#   Chance Rewards
#
########################################################  
# Do you want the chance rewards to be enabled
enableChance: true
   
# These are rewards where a player has a chance to get
# The chance total doesnt have to be 100 can be 1000 - 420
# The order should not matter but he look nice      
changeRewards:
   1:
      chance: 50
      commands:
         - give <Player> coal 64
   2:
      chance: 30
      commands:
         - give <Player> iron_ingot 64  
   3:
      chance: 15
      commands:
         - give <Player> gold_ingot 64  
   4:
      chance: 5
      commands:
         - give <Player> diamond 64  
               
########################################################
#
#   General Options
#
########################################################

# The option to refer each other
# true to enable it - false to disable it
canReferEachOther: false
# The message when true for sender
tryRefEachOther: "&4Вы не можете пригласить друг друга."

# The option to refer older players
# Can the player refer someone who has joined first
# true to allow it - false to restrict it
canReferOlderPlayer: true
# The message when true for sender
tryRefOlderPlayer: "&4Вы не можете пригласить более старого игрока!"

# The min play time before referring
# The time is in minutes
# -1 to disable it
minPlayTime: -1
# The message when true for using code
notEnoughPlayTimeCode: "&4Вы не достаточно играли, чтобы использовать приглашение"
# The message when true for sender
notEnoughPlayTime: "&4Этот игрок не достаточно сыграл, чтобы получить приглашение."

# The max play time before referring
# The time is in minutes
# -1 to disable it
maxPlayTime: -1
# The message when true for using code
tooMuchPlayTimeCode: "&4Вы слишком долго играли, чтобы использовать приглашение"
# The message for sender
tooMuchPlayTime: "&4Этот игрок сыграл слишком много, чтобы получить приглашение"

# The max pending requests a player can have
# -1 to disable it
maxPendingRequests: 1
# The message for sender
maxRequestSend: "&4Вы достигли максимального количества запросов"

# Can players refer from the same ip
# true to allow it - false to restrict it
allowSameIPRefer: true
# The message for sender
sameIPRefer: "&4Вы не можете ссылаться на один и тот же ip"

# Need to clear request on disable
clearOnDisable: true

# Notify the player on join if he/she has an open request
notifyPlayerRequest: true

# Code Length
codeLength: 8
# Code Confirmation
# if the code exist let the player be refered directly
codeConfirmation: true
# /ref code to show players ref code
codeShow: "Ваш реф-код: %referralpro_refcode%"

########################################################
#
#   UI panels
#
########################################################
#   Filler name
fillerName: "§e "
#   UI titles can't be the same
##########################
#   UI General things
##########################
uIButtonMainMenu: "&fГлавное меню"
uIButtonGoBack: "&fВернуться назад"
uIButtonRetry: "&fПовторить"
uIButtonClose: "&fЗакрыть"
uIButtonPage: "&fСтраница "
uIButtonNextPage: "&fСледующая страница"
uIButtonReturnPage: "&fПредыдущая страница"
uIButtonYes: "&fДа"
uIButtonNo: "&fНет"
uIButtonBlock: "&fЗаблокировать игрока"
uIButtonclickReward: "&fНажмите, чтобы получить вознаграждение"
uIButtonEnoughSpace: "&fУбедитесь, что у вас достаточно места"
uIConfirmDidInvite: "&fЭтот игрок пригласил вас на этот сервер?"
uIProfiles: "&fПрофиль"
##########################
#   UI Admin
##########################
uIAdminTitle: "&fПанель администратора"
uIAdminResetAll: "&fСброс всех игроков"
uIAdminRemoveAllCod: "&fУдалить все коды игроков"
uIAdminRemoveAllReq: "&fУдалить все запросы"
uIAdminRemoveAllRew: "&fУдалить все награды игроков"
uIAdminLookUpPlayer: "&fПоиск игрока"
##########################
#   UI Admin on profile
##########################
uIAdminPReset: "&fСброс игрока"
uIAdminPRemoveRef: "&fУдаление рефералов игрока"
uIAdminpResetCode: "&fСброс кодов игрока"
uIAdminpRemoveRew: "&fУдалить вознаграждения игрока"
##########################
#   UI anvil (player name)
##########################
uIAnvilTitle: "Кого рекомендовать?"
uIAnvilNeverPlayed: "&fЭтот игрок никогда не играл здесь."
uIAnvilAlreadyRefed: "&fЭтот игрок уже получил приглашение."
uIAnvilCantRefSelf: "&fВы не можете сами себя пригласить!"
uIAnvilAlreadyInQ: "&fЗапрос уже находится в очереди."
uIAnvilBlocked: "&fЭтот игрок вас заблокировал."
uIAnvilRequestQed: "&fЗапрос был поставлен в очередь."
uIAnvilInvited: "&fПриглашенный игрок."
uIAnvilNameDefault: "Игрок"
##########################
#   UI anvil (player code)
##########################
uIAnvilCodeTitle: "Используйте реферальный код!"
uIAnvilCodeShort: "&fКод слишком короткий!"
uIAnvilCodeLong: "&fКод слишком длинный!"
uIAnvilCodeNotExist: "&fКод не существует!"
uIAnvilUseOwnCode: "&fВы не можете использовать свой собственный код!"
uIAnvilCodeDefault: "Код"
##########################
#   UI anvil response
##########################
uIAnvilResponseTitle: "Referral Anvil Response"
##########################
#   UI Blocked
##########################
uIBlockedTitle: "Приглашение заблокировано"
uIBlockedNone: "&fВы никого не блокировали!"
uIBlockedIsBlocked: "&fзаблокирована возможность отправлять реферальные приглашения."
uIBlockedUnban: "&fНажмите на голову, чтобы разблокировать игрока."
##########################
#   UI Code Confirm
##########################
uICodeConfirmTitle: "Подтвердить реферальный код"
uICodeRefed: "Вас пригласил %referralpro_refedby%"
##########################
#   UI Profile
##########################
uIProfileTitle: "Профиль приглашений"
uIProfileTotal: "&fВсего приглашений: %referralpro_total%"
uIProfileTotalExpl: "&fОбщее количество, которое пригласил игрок."
uIProfileIsRefed: "&f%referralpro_referred%"
uIProfileRefedBy: "&fПригласил: %referralpro_refedby%"
uIProfileNonExist: "&fЭтот игрок не был на этом сервере!"
uIProfileButtonReward: "&fВознаграждения"
uIProfileButtonRewardExpl: "&fСписок вознаграждений."
uIProfileButtonBlocked: "&fЗаблокировано"
uIProfileButtonBlockedExpl: "&fСписок игроков, которых вы заблокировали."
uIProfileButtonMilestone: "&fВознаграждения MileStone"
uIProfileNextMilestone: "&fСледующая ступень находится на: %referralpro_nextmilepoint%"
uIProfiletooNextMilestone: "&fДо следующего вознаграждения за пройденный этап: %referralpro_nextmileneeded%"
##########################
#   UI Invites
##########################
uIInvitesTitle: "Реферальные приглашения"
uIInvitesNone: "&fУ вас нет реферальных приглашений"
uIInvitesReferredYou: "&fговорит, что вы направлены им/ею"
##########################
#   UI Main menu
##########################
uIRefTitle: "Меню приглашений"
uIRefButtonInvite: "&fВас пригласили"
uIRefButtonInviteExpl: "&fСмотрите здесь игроков, которые вас пригласили"
uIRefUniqCode: "&fВаш уникальный код: %referralpro_refcode%"
uIRefCodeExpl: "&fВы можете поделиться этим кодом, чтобы пригласить других игроков!"
uIRefButtonRef: "&fПригласить игрока"
uIRefButtonRefCode: "&fИспользуйте реферальный код!"
uIRefButtonAdmin: "&fПанель администратора"
##########################
#   UI Referral accept
##########################
uIRefAcceptTitle: "Запрос на приглашение"
##########################
#   UI Rewards
##########################
uIRewardsTitle: "Реферальные вознаграждения"
uIRewardsNon: "&fУ вас нет наград."
uIRewardsGotRefed: "&fВас пригласил этот игрок"
uIRewardsYouRefed: "&fВы пригласили этого игрока"
uIRewardsClick: "&fНажмите на голову, чтобы принять вознаграждение"
uIRewardsSpace: "&fУбедитесь, что у вас достаточно места"

##########################
#
#   PlaceHolder Referred
#
##########################
placeHolderGotRefed: "&fЭтот игрок приглашён."
placeHolderNotRefed: "&fЭтот игрок не был приглашен"

##########################
#
#   Leaderboards
#
##########################
# /ref top title
leaderboardTitle: "Лучшие рефералы"
# leaderboard place
leaderboardPlace: "%referralpro_boardposition% : %player_name% - %referralpro_total%"
# leaderboard the amount to show player
leaderboardShowTotal: 5

Author

Милена

More resources from Милена

Liquid Tanks
Liquid Tanks
Храните любые жидкости Minecraft внутри резервуаров, уникальные функции для каждого типа резервуаров
⭐️ Mythical Races Premium ⭐️
⭐️ Mythical Races Premium ⭐️
Гибкий, продвинутый плагин с расами, способностями, эффектами зелий, атрибутами и классами
LiteFarm
LiteFarm
Новая система земледелия | Custom Drop | Fertilizers | Crops | Plants | Biomes
Minetorio
Minetorio
Automate Everything - Heavily inspired by Factorio
HPET
HPET
ASYNC ModelEngine MythicMobs 50+ Abilties Levels Vault Skins 20+ Immersive Pets
Better Chat Bubbles️️️
Better Chat Bubbles️️️
Пакетный чат с пузырьками над головой игрока
DeluxeAuctions - Normal & BIN Auctions
DeluxeAuctions - Normal & BIN Auctions
бесконечное количество категорий, система поиска, Discord Webhook, система черных списков...
⭐LiteGuilds⭐
⭐LiteGuilds⭐
Гильдии | Квесты | Магазин гильдий | События
RPGHorses
RPGHorses
Вводит ролевую игру для лошадей
QuestsBar
QuestsBar
Панель боссов для целей квестов
TopBottom