Skip to content

Commit

Permalink
Merge pull request #19 from HomaEEE/main
Browse files Browse the repository at this point in the history
UA & RU Translation
  • Loading branch information
MarJose123 authored Jan 27, 2023
2 parents d277811 + 6671cdd commit a91e748
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions resources/lang/ru/default.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

return [
'heading' => 'Экран блокировки',
'button' => [
'switch_account' => 'Сменить аккаунт',
'submit_label' => 'Войти'
],
'notification' => [
'title' => 'Ошибка входа',
'message' => 'Вы были перенаправлены на страницу входа после неудачной попытки входа.',
]
];
13 changes: 13 additions & 0 deletions resources/lang/uk/default.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

return [
'heading' => 'Екран блокування',
'button' => [
'switch_account' => 'Змінити обліковий запис',
'submit_label' => 'Увійти'
],
'notification' => [
'title' => 'Помилка входу',
'message' => 'Ви були перенаправлені на сторінку входу після невдалої спроби входу.',
]
];
2 changes: 1 addition & 1 deletion resources/views/livewire/locker-screen.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div @class([
'flex items-center justify-center min-h-screen bg-gray-100 text-gray-900',
'flex items-center justify-center min-h-screen bg-gray-100 text-gray-900 filament-login-page',
'dark:bg-gray-900 dark:text-white' => config('filament.dark_mode'),
])>
<div class="px-6 -mt-16 md:mt-0 md:px-2 max-w-md space-y-8 w-screen">
Expand Down

0 comments on commit a91e748

Please sign in to comment.