-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from OlyaK95/russian-language
Russian translation
- Loading branch information
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
return [ | ||
'active' => 'Активно', | ||
'expired' => 'Просрочено', | ||
'unlock' => 'Разблокировать', | ||
'unlocked' => 'Запись разблокирована', | ||
'unlocked_selected' => 'Выбранные записи разблокированы', | ||
'unlock_all' => 'Разблокировать всё', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => 'Назад', | ||
]; |