-
Notifications
You must be signed in to change notification settings - Fork 10
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 #13 from pavlentij/ukrainian-translation
Translated to Ukrainian.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
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,30 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Backpack Revise Operation Language Lines | ||
|-------------------------------------------------------------------------- | ||
| | ||
| The following language lines are used by the CRUD interface. | ||
| You are free to change them to anything | ||
| you want to customize your views to better match your application. | ||
| | ||
| Translated to Ukrainian: Pavel Tkachenko <[email protected]> | ||
| | ||
*/ | ||
|
||
// Revisions | ||
'revisions' => 'Версії', | ||
'no_revisions' => 'Версій не знайдено', | ||
'revisions_for' => 'Версії для', | ||
'created_this' => 'створив це', | ||
'changed_the' => 'змінив', | ||
'restore_this_value' => 'Відновити це значення', | ||
'from' => 'з', | ||
'to' => 'по', | ||
'undo' => 'Скасувати', | ||
'revision_restored' => 'Версію успішно відновлено', | ||
'guest_user' => 'Гість', | ||
]; |