Skip to content

Commit

Permalink
Russian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
stereshko committed Jun 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e45fd0e commit 7f0e075
Showing 3 changed files with 18 additions and 0 deletions.
Empty file added resources/lang/ru/.gitkeep
Empty file.
10 changes: 10 additions & 0 deletions resources/lang/ru/manager.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

return [
'active' => 'Активно',
'expired' => 'Просрочено',
'unlock' => 'Разблокировать',
'unlocked' => 'Запись разблокирована',
'unlocked_selected' => 'Выбранные записи разблокированы',
'unlock_all' => 'Разблокировать всё',
];
8 changes: 8 additions & 0 deletions resources/lang/ru/modal.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'locked_notice' => 'Эта страница заблокирована другим пользователем, который ее редактирует.',
'locked_notice_user' => 'в данный момент редактирует эту страницу, поэтому она заблокирована.',
'unlock_button' => 'Разблокировать',
'return_button' => 'Назад',
];

0 comments on commit 7f0e075

Please sign in to comment.