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