107 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			107 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
return $lang = [
 | 
						|
	//Menu
 | 
						|
	'm_home' => 'Strona główna',
 | 
						|
	'm_dashboard' => 'Panel',
 | 
						|
	'm_settings' => 'Ustawienia',
 | 
						|
	'm_automatization' => 'Automatyzacja',
 | 
						|
	'm_scenes' => 'Scenariusze',
 | 
						|
	'm_log' => 'Logi',
 | 
						|
 | 
						|
	//Buttons
 | 
						|
	'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' => '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' => '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' => 'Wilgotność',
 | 
						|
	'temp' => 'Temperatura',
 | 
						|
	'light' => 'Światło',
 | 
						|
	'battery' => 'Bateria',
 | 
						|
	'on/off' => 'Przełącznik',
 | 
						|
 | 
						|
	//words
 | 
						|
	'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
 | 
						|
	'' => '',
 | 
						|
];
 |