Skip to content

Commit

Permalink
Merge pull request #45 from OlyaK95/russian-language
Browse files Browse the repository at this point in the history
Russian translation
  • Loading branch information
Jehizkia authored Jun 7, 2024
2 parents e45fd0e + 7f0e075 commit 9ebf673
Show file tree
Hide file tree
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 9ebf673

Please sign in to comment.