Co-Authored-By: revoxhere <robik123.3456@gmail.com>
This commit is contained in:
JonatanRek 2019-10-11 14:46:36 +02:00
parent b0c599184d
commit 2d51d8bbb4
1 changed files with 25 additions and 28 deletions

View File

@ -1,5 +1,6 @@
<?php <?php
return $lang = [ return <?php
$lang = [
//Menu //Menu
'm_home' => 'Strona główna', 'm_home' => 'Strona główna',
'm_dashboard' => 'Panel', 'm_dashboard' => 'Panel',
@ -21,13 +22,12 @@ return $lang = [
'b_approve' => 'Zaakceptuj', 'b_approve' => 'Zaakceptuj',
'b_disable' => 'Wyłącz', 'b_disable' => 'Wyłącz',
'b_save' => 'Zapisz', 'b_save' => 'Zapisz',
//newOne 'b_logOut' => 'Wyloguj',
'b_logOut' => 'Logout', 'b_sendTestNotification' => 'Wyślij próbne powiadomienie',
'b_sendTestNotification' => 'Send Test Notification', 'b_rooms' => 'Pokoje',
'b_rooms' => 'Rooms', 'b_restart' => 'Zrestartuj',
'b_restart' => 'Restart', 'b_disable' => 'Wyłącz',
'b_disable' => 'disabele', 'b_select' => 'Wybierz',
'b_select' => 'Select',
//labels //labels
'l_choseDevice' => 'Wybierz urządzenie:', 'l_choseDevice' => 'Wybierz urządzenie:',
@ -51,22 +51,20 @@ return $lang = [
'l_sleepTime' => 'Czas snu urządzenia', 'l_sleepTime' => 'Czas snu urządzenia',
'l_atHome' => 'W domu', 'l_atHome' => 'W domu',
'l_nameAt' => 'Nazwa', 'l_nameAt' => 'Nazwa',
//newOne 'l_nameAt' => 'Nazwa',
'l_nameAt' => 'Name', 'l_lastSeen' => 'Ostatnio widziany',
'l_lastSeen' => 'Last Seen', 'l_notificationStatus' => 'Stan powiadomienia',
'l_notificationStatus' => 'Notification status',
//Title //Title
't_createScene' => 'Utwórz scenariusz', 't_createScene' => 'Utwórz scenariusz',
't_editScene' => 'Edytuj scenariusz', 't_editScene' => 'Edytuj scenariusz',
't_createAutomation' => 'Utwórz automację', 't_createAutomation' => 'Utwórz automację',
//newOne 't_addDevice' => 'Dodaj Urządzenie',
't_addDevice' => 'Add Device',
't_editDevice' => 'Edutuj urządzenie', 't_editDevice' => 'Edutuj urządzenie',
't_pageAfterLogIn' => 'Page After Login', 't_pageAfterLogIn' => 'Strona Po Zalogowaniu',
't_profile' => 'Profile', 't_profile' => 'Profil',
't_notification' => 'Notification', 't_notification' => 'Powiadomienie',
't_experimental' => 'Experimental', 't_experimental' => 'Eksperymentalne',
//constants //constants
'humi' => 'Wilgotność', 'humi' => 'Wilgotność',
@ -87,19 +85,18 @@ return $lang = [
'w_neni' => 'W', 'w_neni' => 'W',
'w_is' => 'jest', 'w_is' => 'jest',
//newOne
//tables //tables
't_time' => 'Time', 't_time' => 'Czas',
't_state' => 'State', 't_state' => 'Stan',
//Days Long //Days Long
'd_monday' => 'Monday', 'd_monday' => 'Poniedziałek',
'd_tuesday' => 'Tuesday', 'd_tuesday' => 'Wtorek',
'd_wednesday' => 'Wednesday', 'd_wednesday' => 'Środa',
'd_thursday' => 'Thursday', 'd_thursday' => 'Czwartek',
'd_friday' => 'Friday', 'd_friday' => 'Piątek',
'd_saturday' => 'Saturday', 'd_saturday' => 'Sobota',
'd_sunday' => 'Sunday', 'd_sunday' => 'Niedziela',
//example //example
'' => '', '' => '',