PL translation ADDED

This commit is contained in:
JonatanRek 2019-10-11 14:16:46 +02:00
parent 407d1fa8a9
commit 2bbf61f7ed
1 changed files with 89 additions and 61 deletions

View File

@ -1,77 +1,105 @@
<?php <?php
return $langMng = [ return $lang = [
//Menu //Menu
'm_home' => 'Home', 'm_home' => 'Strona główna',
'm_dashboard' => 'Dashboard', 'm_dashboard' => 'Panel',
'm_settings' => 'Setting', 'm_settings' => 'Ustawienia',
'm_automatization' => 'Automatization', 'm_automatization' => 'Automatyzacja',
'm_scenes' => 'Scenes', 'm_scenes' => 'Scenariusze',
'm_log' => 'Log', 'm_log' => 'Logi',
//Buttons //Buttons
'b_year' => 'Year', 'b_year' => 'Rok',
'b_month' => 'Month', 'b_month' => 'Miesiąc',
'b_week' => 'Week', 'b_week' => 'Tydzień',
'b_day' => 'Day', 'b_day' => 'Dzień',
'b_hour' => 'Hour', 'b_hour' => 'Godzina',
'b_next' => 'Next', 'b_next' => 'Dalej',
'b_create' => 'Create', 'b_create' => 'Utwórz',
'b_edit' => 'Edit', 'b_edit' => 'Edytuj',
'b_remove' => 'Remove', 'b_remove' => 'Usuń',
'b_approve' => 'Approve', 'b_approve' => 'Zaakceptuj',
'b_disable' => 'Disable', 'b_disable' => 'Wyłącz',
'b_save' => 'Save', 'b_save' => 'Zapisz',
//newOne
'b_logOut' => 'Logout',
'b_sendTestNotification' => 'Send Test Notification',
'b_rooms' => 'Rooms',
'b_restart' => 'Restart',
'b_disable' => 'disabele',
'b_select' => 'Select',
//labels //labels
'l_choseDevice' => 'Chose device:', 'l_choseDevice' => 'Wybierz urządzenie:',
'l_inHome' => 'When entering', 'l_inHome' => 'Przy wchodzeniu',
'l_outHome' => 'When exiting', 'l_outHome' => 'Przy wychodzeniu',
'l_sunSet' => 'Sun Set', 'l_sunSet' => 'Zachód Słońca',
'l_sunRice' => 'Sun Rise', 'l_sunRice' => 'Wschód Słońca',
'l_time' => 'Time', 'l_time' => 'Czas',
'l_deviceValue' => 'Device Valalue', 'l_deviceValue' => 'Wartość urządzenia',
'l_runAt' => 'Run at', 'l_runAt' => 'Uruchom o',
'l_resetAt' => 'Reset at', 'l_resetAt' => 'Resetuj o',
'l_affectedDevices' => 'Affected devices', 'l_affectedDevices' => 'Ma wpływ na urządzenia',
'l_atDays' => 'At days', 'l_atDays' => 'W dni',
'l_read' => 'Read', 'l_read' => 'Odczytaj',
'l_use' => 'Use', 'l_use' => 'Użyj',
'l_edit' => 'Edit', 'l_edit' => 'Edytuj',
'l_owner' => 'Owner', 'l_owner' => 'Właściciel',
'l_member' => 'Home Member', 'l_member' => 'Domownik',
'l_permission' => 'Permission', 'l_permission' => 'Pozwolenie',
'l_inMinutes' => 'in minutes', 'l_inMinutes' => 'w ciągu minut',
'l_sleepTime' => 'Device sleep Time', 'l_sleepTime' => 'Czas snu urządzenia',
'l_atHome' => 'At home', 'l_atHome' => 'W domu',
'l_nameAt' => 'Nazwa',
//newOne
'l_nameAt' => 'Name', 'l_nameAt' => 'Name',
'l_lastSeen' => 'Last Seen',
'l_notificationStatus' => 'Notification status',
//Title //Title
't_createScene' => 'Create Scene', 't_createScene' => 'Utwórz scenariusz',
't_editScene' => 'Edit scénu', 't_editScene' => 'Edytuj scenariusz',
't_createAutomation' => 'Utwórz automację',
't_createAutomation' => 'Create Automation', //newOne
't_addDevice' => 'Add Device',
't_editDevice' => 'Edit Device', 't_editDevice' => 'Edutuj urządzenie',
't_pageAfterLogIn' => 'Page After Login',
't_profile' => 'Profile',
't_notification' => 'Notification',
't_experimental' => 'Experimental',
//constants //constants
'humi' => 'Humidity', 'humi' => 'Wilgotność',
'temp' => 'Temperature', 'temp' => 'Temperatura',
'light' => 'Light', 'light' => 'Światło',
'battery' => 'Batteri', 'battery' => 'Bateria',
'on/off' => 'Switch', 'on/off' => 'Przełącznik',
//words //words
'w_title' => 'Name', 'w_title' => 'Nazwa',
'w_icon' => 'Icon', 'w_icon' => 'Ikona',
'w_no' => 'no', 'w_no' => 'nie',
'w_noOne' => 'noone', 'w_noOne' => 'nikt',
'w_someOne' => 'Some', 'w_someOne' => 'Ktoś',
'w_room' => 'Room', 'w_room' => 'Pokój',
'w_moduls' => 'Moduls', 'w_moduls' => 'Moduły',
'w_home' => 'Home', 'w_home' => 'Dom',
'w_neni' => 'At', 'w_neni' => 'W',
'w_is' => 'is', 'w_is' => 'jest',
//newOne
//tables
't_time' => 'Time',
't_state' => 'State',
//Days Long
'd_monday' => 'Monday',
'd_tuesday' => 'Tuesday',
'd_wednesday' => 'Wednesday',
'd_thursday' => 'Thursday',
'd_friday' => 'Friday',
'd_saturday' => 'Saturday',
'd_sunday' => 'Sunday',
//example //example
'' => '', '' => '',