diff --git a/eng/lang.ini b/eng/lang.ini index c6a05b09..21453c9a 100644 --- a/eng/lang.ini +++ b/eng/lang.ini @@ -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 OR /title 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. diff --git a/rus/lang.ini b/rus/lang.ini index 3ff5cf17..38e29683 100644 --- a/rus/lang.ini +++ b/rus/lang.ini @@ -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, чтобы получить список используемых плагинов.