-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from KygekDev/master
Add Russian language
- Loading branch information
Showing
4 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
# KygekTagsShop Russian Messages File | ||
# Translator: KygekDev | ||
|
||
# Info Messages | ||
info: | ||
kygektagsshop.info.economybuytagsuccess: "Вы успешно установили тег для {price}" | ||
kygektagsshop.info.freebuytagsuccess: "Вы успешно установили тег" | ||
kygektagsshop.info.economyselltagsuccess: "Ваш тег успешно продан за {price}" | ||
kygektagsshop.info.freeselltagsuccess: "Ваш тег успешно продан" | ||
|
||
# Warning Messages | ||
warning: | ||
kygektagsshop.warning.filemissing: "Не удается найти файл конфигурации или данных, перезапустите сервер!" | ||
kygektagsshop.warning.notplayer: "Вы можете выполнить эту команду только в игре!" | ||
kygektagsshop.warning.nopermission: "У вас нет разрешения на использование этой команды!" | ||
kygektagsshop.warning.playerhastag: "Вы не можете покупать теги, потому что у вас есть тег!" | ||
kygektagsshop.warning.playerhasnotag: "Вы не можете продавать метки, потому что у вас их нет!" | ||
kygektagsshop.warning.notenoughmoney: "Чтобы купить этот тег, вам нужно на {price} больше!" | ||
|
||
# Console Notices | ||
kygektagsshop.notice.outdatedconfig: "Ваш файл конфигурации устарел, обновление config.yml..." | ||
kygektagsshop.notice.oldconfiginfo: "Старый файл конфигурации можно найти по адресу config_old.yml." | ||
kygektagsshop.notice.noeconomyapi: "Плагин BedrockEconomy не установлен или не включен, все теги будут бесплатными" | ||
kygektagsshop.notice.pureperms: "Плагин PurePerms не установлен или не активирован, некоторые функции будут отключены" | ||
|
||
# Console Errors | ||
kygektagsshop.error.notags: "Теги не могут быть пустыми, отключение плагина..." | ||
... |
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