Skip to content

Translation of the plugin into Russian #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions resources/lang/ru/admin.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?php

return [
'not_found' => [
'name' => 'Обработка ненайденных скинов',
'default_skin' => 'Вернуть скин по умолчанию',
'404' => 'Вернуть ошибку HTTP 404 (Не найдено)',
],

'skins' => 'Скины',
'capes' => 'Плащи',

'enable_capes' => 'Включить плащи (у пользователя должна быть роль с разрешением на загрузку плаща)',

'fields' => [
'width' => 'Ширина',
'height' => 'Высота',
'scale' => 'Максимальный масштаб',
'default' => 'Скин по умолчанию',
],

'api' => [
'title' => 'Информация об API',
'info' => 'Документацию по API скинов можно найти ниже.',
],

'permissions' => [
'cape' => 'Загрузить плащ',
'manage' => 'Управлять настройками скинов и плащей',
],
];
14 changes: 14 additions & 0 deletions resources/lang/ru/messages.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

return [
'title' => 'Мой скин',
'cape_title' => 'Мой плащ',
'skin' => 'Скин',
'cape' => 'Плащ',

'delete' => [
'title' => 'Удалить',
'skin' => 'Вы уверены, что хотите удалить свой скин?',
'cape' => 'Вы уверены, что хотите удалить свой плащ?',
],
];