Skip to content

Commit

Permalink
Merge pull request #13 from pavlentij/ukrainian-translation
Browse files Browse the repository at this point in the history
Translated to Ukrainian.
  • Loading branch information
tabacitu authored Apr 13, 2021
2 parents 1aad2f8 + a11bee2 commit db32770
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions resources/lang/uk/revise.php
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' => 'Гість',
];

0 comments on commit db32770

Please sign in to comment.