Skip to content

Commit

Permalink
Title command messages for English and Russian
Browse files Browse the repository at this point in the history
  • Loading branch information
Tee7even authored and Tee7even committed Mar 30, 2017
1 parent 0cc405a commit 3dd3cc7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions eng/lang.ini
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,16 @@ nukkit.command.timings.timingsLocation=View timings report: {%0}
nukkit.command.timings.timingsResponse=Timings response: {%0}
nukkit.command.timings.timingsWrite=Timings written to {%0}
nukkit.command.title.description=Sends a title to the specified player or modifies title settings for that player
nukkit.command.title.usage=/title <player> <clear|reset> OR /title <player> <title|subtitle|actionbar> <title text> OR /title <player> <times> <fade in time> <stay time> <fade out time>
nukkit.command.title.clear=Successfully cleared {%0}'s screen
nukkit.command.title.reset=Successfully reset title animation settings for {%0}
nukkit.command.title.title=Successfully shown "{%0}" title to {%1}
nukkit.command.title.subtitle=Successfully set subtitle to "{%0}" for {%1}'s next title
nukkit.command.title.actionbar=Successfully shown "{%0}" actionbar title to {%1}
nukkit.command.title.times.success=Successfully set title animation times to {%0}, {%1}, {%2} for {%3}
nukkit.command.title.times.fail=Times of title animations must be numeric values
nukkit.command.version.description=Gets the version of this server including any plugins in use
nukkit.command.version.usage=/version [plugin name]
nukkit.command.version.noSuchPlugin=This server is not running any plugin by that name. Use /plugins to get a list of plugins.
Expand Down
10 changes: 10 additions & 0 deletions rus/lang.ini
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,16 @@ nukkit.command.timings.timingsLocation=Вы можете просмотреть
nukkit.command.timings.timingsResponse=Ответ: {%0}
nukkit.command.timings.timingsWrite=Тайминги записаны в {%0}

nukkit.command.title.description=Показывает заголовок для определённого игрока или изменяет настройки показа заголовков для него
nukkit.command.title.usage=/title <игрок> <clear|reset> ИЛИ /title <игрок> <title|subtitle|actionbar> <текст заголовка> ИЛИ /title <игрок> <times> <время появления> <продолжительность> <время исчезания>
nukkit.command.title.clear=Экран игрока {%0} успешно очищен
nukkit.command.title.reset=Настройки анимации заголовка для игрока {%0} успешно сброшены
nukkit.command.title.title=Заголовок "{%0}" успешно показан игроку {%1}
nukkit.command.title.subtitle=Подзаголовок "{%0}" успешно установлен для следующей надписи игрока {%1}
nukkit.command.title.actionbar=Заголовок над тулбаром "{%0}" успешно показан игроку {%1}
nukkit.command.title.times.success=Время проигрывания анимаций заголовка успешно изменено на {%0}, {%1}, {%2} для игрока {%3}
nukkit.command.title.times.fail=Время проигрывания анимаций должно быть числом

nukkit.command.version.description=Показывает версию сервера, включая все используемые плагины
nukkit.command.version.usage=/version [название плагина]
nukkit.command.version.noSuchPlugin=На сервере не установлен плагин с таким названием. Используйте /plugins, чтобы получить список используемых плагинов.
Expand Down

0 comments on commit 3dd3cc7

Please sign in to comment.