Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ukrainian (currently without validation) #34

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions lang/uk/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/

'failed' => 'Невірні дані', # approximate
'password' => 'Наданий пароль не є праавильним.',
'throttle' => 'Забагато спроб входу. Будь ласка спробуйте через :seconds с.',

];
8 changes: 8 additions & 0 deletions lang/uk/messages.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [

'login' => 'Увійти',
'register' => 'Зареєструватися',

];
19 changes: 19 additions & 0 deletions lang/uk/pagination.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/

'previous' => '&laquo; Попередні',
'next' => 'Наступні &raquo;',

];
22 changes: 22 additions & 0 deletions lang/uk/passwords.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/

'reset' => 'Ваш пароль було скинуто!',
'sent' => 'Ми надіслали посилання, яке скидає пароль, на вашу електронну пошту!',
'throttled' => 'Будь ласка почекайте та спробуйте ще раз.',
'token' => 'Цей код для скидання паролю не є дійсним.',
'user' => "Не можемо знайти обліковий запис з цією адресою.",

];