Some New Strings
This commit is contained in:
		@@ -18,10 +18,16 @@ return $lang = [
 | 
				
			|||||||
	'b_create' => 'Vytvořit',
 | 
						'b_create' => 'Vytvořit',
 | 
				
			||||||
	'b_edit' => 'Upravit',
 | 
						'b_edit' => 'Upravit',
 | 
				
			||||||
	'b_remove' => 'Smazat',
 | 
						'b_remove' => 'Smazat',
 | 
				
			||||||
 | 
						'b_finish' => 'Dokončit',
 | 
				
			||||||
	'b_approve' => 'Povolit',
 | 
						'b_approve' => 'Povolit',
 | 
				
			||||||
	'b_disable' => 'Zakázat',
 | 
						'b_disable' => 'Zakázat',
 | 
				
			||||||
	'b_save' => 'Uložit',
 | 
						'b_save' => 'Uložit',
 | 
				
			||||||
 | 
						'b_logOut' => 'Odhlásit',
 | 
				
			||||||
 | 
						'b_sendTestNotification' => 'Odeslat testovací notifikaci',
 | 
				
			||||||
 | 
						'b_rooms' => 'Místnosti',
 | 
				
			||||||
 | 
						'b_restart' => 'Restart',
 | 
				
			||||||
 | 
						'b_disable' => 'Deaktivovat',
 | 
				
			||||||
 | 
						'b_select' => 'Zvolit',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	//labels
 | 
						//labels
 | 
				
			||||||
	'l_choseDevice' => 'Zvolte zařízení:',
 | 
						'l_choseDevice' => 'Zvolte zařízení:',
 | 
				
			||||||
@@ -46,14 +52,24 @@ return $lang = [
 | 
				
			|||||||
	'l_atHome' => 'Doma Jsou',
 | 
						'l_atHome' => 'Doma Jsou',
 | 
				
			||||||
	'l_nameAt' => 'Název',
 | 
						'l_nameAt' => 'Název',
 | 
				
			||||||
	'l_lastSeen' => 'Naposledy připojeno',
 | 
						'l_lastSeen' => 'Naposledy připojeno',
 | 
				
			||||||
 | 
						'l_notificationStatus' => 'Notification status',
 | 
				
			||||||
 | 
						'l_userName' => 'Username',
 | 
				
			||||||
 | 
						'l_password' => 'Password',
 | 
				
			||||||
 | 
						'l_oldPassword' => 'Old Password',
 | 
				
			||||||
 | 
						'l_newPassword' => 'New Password',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	//Title
 | 
						//Title
 | 
				
			||||||
	't_createScene' => 'Vytvořit scénu',
 | 
						't_createScene' => 'Vytvořit scénu',
 | 
				
			||||||
	't_editScene' => 'Upravit scénu',
 | 
						't_editScene' => 'Upravit scénu',
 | 
				
			||||||
 | 
					 | 
				
			||||||
	't_createAutomation' => 'Vytvořit Automatizaci',
 | 
						't_createAutomation' => 'Vytvořit Automatizaci',
 | 
				
			||||||
 | 
						't_addDevice' => 'Přidat Zařízení',
 | 
				
			||||||
	't_editDevice' => 'Upravit Zařízení',
 | 
						't_editDevice' => 'Upravit Zařízení',
 | 
				
			||||||
 | 
						't_pageAfterLogIn' => 'stránka po přihlášení',
 | 
				
			||||||
 | 
						't_profile' => 'Profil',
 | 
				
			||||||
 | 
						't_notification' => 'Notificatifikace',
 | 
				
			||||||
 | 
						't_experimental' => 'Experimental',
 | 
				
			||||||
 | 
						't_createuser' => 'Vytvořit Uživatele',
 | 
				
			||||||
 | 
						't_changePassword' => 'Změnit Heslo',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	//constants
 | 
						//constants
 | 
				
			||||||
	'temp' => 'Teplota',
 | 
						'temp' => 'Teplota',
 | 
				
			||||||
@@ -74,6 +90,21 @@ return $lang = [
 | 
				
			|||||||
	'w_neni' => 'Není',
 | 
						'w_neni' => 'Není',
 | 
				
			||||||
	'w_is' => 'je',
 | 
						'w_is' => 'je',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						//tables
 | 
				
			||||||
 | 
						't_time' => 'Čas',
 | 
				
			||||||
 | 
						't_state' => 'Stav',
 | 
				
			||||||
 | 
						't_userName' => 'Uživatelské Jméno',
 | 
				
			||||||
 | 
						't_action' => 'Akce',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						//Days Long
 | 
				
			||||||
 | 
						'd_monday' => 'Pondělí',
 | 
				
			||||||
 | 
						'd_tuesday' => 'Ůterí',
 | 
				
			||||||
 | 
						'd_wednesday' => 'Středa',
 | 
				
			||||||
 | 
						'd_thursday' => 'Čtvrtek',
 | 
				
			||||||
 | 
						'd_friday' => 'Pátek',
 | 
				
			||||||
 | 
						'd_saturday' => 'Sobota',
 | 
				
			||||||
 | 
						'd_sunday' => 'Neděle',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	//example
 | 
						//example
 | 
				
			||||||
	'' => '',
 | 
						'' => '',
 | 
				
			||||||
];
 | 
					];
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -29,7 +29,6 @@ return $lang = [
 | 
				
			|||||||
	'b_disable' => 'disabele',
 | 
						'b_disable' => 'disabele',
 | 
				
			||||||
	'b_select' => 'Select',
 | 
						'b_select' => 'Select',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
	//labels
 | 
						//labels
 | 
				
			||||||
	'l_choseDevice' => 'Chose device:',
 | 
						'l_choseDevice' => 'Chose device:',
 | 
				
			||||||
	'l_inHome' => 'When entering',
 | 
						'l_inHome' => 'When entering',
 | 
				
			||||||
@@ -54,6 +53,10 @@ return $lang = [
 | 
				
			|||||||
	'l_nameAt' => 'Name',
 | 
						'l_nameAt' => 'Name',
 | 
				
			||||||
	'l_lastSeen' => 'Last Seen',
 | 
						'l_lastSeen' => 'Last Seen',
 | 
				
			||||||
	'l_notificationStatus' => 'Notification status',
 | 
						'l_notificationStatus' => 'Notification status',
 | 
				
			||||||
 | 
						'l_userName' => 'Username',
 | 
				
			||||||
 | 
						'l_password' => 'Password',
 | 
				
			||||||
 | 
						'l_oldPassword' => 'Old Password',
 | 
				
			||||||
 | 
						'l_newPassword' => 'New Password',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	//Title
 | 
						//Title
 | 
				
			||||||
	't_createScene' => 'Create Scene',
 | 
						't_createScene' => 'Create Scene',
 | 
				
			||||||
@@ -65,6 +68,8 @@ return $lang = [
 | 
				
			|||||||
	't_profile' => 'Profile',
 | 
						't_profile' => 'Profile',
 | 
				
			||||||
	't_notification' => 'Notification',
 | 
						't_notification' => 'Notification',
 | 
				
			||||||
	't_experimental' => 'Experimental',
 | 
						't_experimental' => 'Experimental',
 | 
				
			||||||
 | 
						't_createuser' => 'Create User',
 | 
				
			||||||
 | 
						't_changePassword' => 'Change Password',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	//constants
 | 
						//constants
 | 
				
			||||||
	'humi' => 'Humidity',
 | 
						'humi' => 'Humidity',
 | 
				
			||||||
@@ -88,6 +93,8 @@ return $lang = [
 | 
				
			|||||||
	//tables
 | 
						//tables
 | 
				
			||||||
	't_time' => 'Time',
 | 
						't_time' => 'Time',
 | 
				
			||||||
	't_state' => 'State',
 | 
						't_state' => 'State',
 | 
				
			||||||
 | 
						't_userName' => 'State',
 | 
				
			||||||
 | 
						't_action' => 'Action',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	//Days Long
 | 
						//Days Long
 | 
				
			||||||
	'd_monday' => 'Monday',
 | 
						'd_monday' => 'Monday',
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -18,6 +18,7 @@ return $lang = [
 | 
				
			|||||||
	'b_create' => 'Utwórz',
 | 
						'b_create' => 'Utwórz',
 | 
				
			||||||
	'b_edit' => 'Edytuj',
 | 
						'b_edit' => 'Edytuj',
 | 
				
			||||||
	'b_remove' => 'Usuń',
 | 
						'b_remove' => 'Usuń',
 | 
				
			||||||
 | 
						'b_finish' => 'Dokončit', //newOne
 | 
				
			||||||
	'b_approve' => 'Zaakceptuj',
 | 
						'b_approve' => 'Zaakceptuj',
 | 
				
			||||||
	'b_disable' => 'Wyłącz',
 | 
						'b_disable' => 'Wyłącz',
 | 
				
			||||||
	'b_save' => 'Zapisz',
 | 
						'b_save' => 'Zapisz',
 | 
				
			||||||
@@ -50,9 +51,12 @@ 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',
 | 
				
			||||||
	'l_nameAt' => 'Nazwa',
 | 
					 | 
				
			||||||
	'l_lastSeen' => 'Ostatnio zaktualizowany',
 | 
						'l_lastSeen' => 'Ostatnio zaktualizowany',
 | 
				
			||||||
	'l_notificationStatus' => 'Stan powiadomienia',
 | 
						'l_notificationStatus' => 'Stan powiadomienia',
 | 
				
			||||||
 | 
						'l_userName' => 'Username', //newOne
 | 
				
			||||||
 | 
						'l_password' => 'Password', //newOne
 | 
				
			||||||
 | 
						'l_oldPassword' => 'Old Password', //newOne
 | 
				
			||||||
 | 
						'l_newPassword' => 'New Password', //newOne
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	//Title
 | 
						//Title
 | 
				
			||||||
	't_createScene' => 'Utwórz scenariusz',
 | 
						't_createScene' => 'Utwórz scenariusz',
 | 
				
			||||||
@@ -64,6 +68,8 @@ return $lang = [
 | 
				
			|||||||
	't_profile' => 'Profil',
 | 
						't_profile' => 'Profil',
 | 
				
			||||||
	't_notification' => 'Powiadomienie',
 | 
						't_notification' => 'Powiadomienie',
 | 
				
			||||||
	't_experimental' => 'Eksperymentalne',
 | 
						't_experimental' => 'Eksperymentalne',
 | 
				
			||||||
 | 
						't_createuser' => 'Vytvořit Uživatele', //newOne
 | 
				
			||||||
 | 
						't_changePassword' => 'Změnit Heslo', //newOne
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	//constants
 | 
						//constants
 | 
				
			||||||
	'humi' => 'Wilgotność',
 | 
						'humi' => 'Wilgotność',
 | 
				
			||||||
@@ -87,6 +93,8 @@ return $lang = [
 | 
				
			|||||||
	//tables
 | 
						//tables
 | 
				
			||||||
	't_time' => 'Czas',
 | 
						't_time' => 'Czas',
 | 
				
			||||||
	't_state' => 'Stan',
 | 
						't_state' => 'Stan',
 | 
				
			||||||
 | 
						't_userName' => 'State', //newOne
 | 
				
			||||||
 | 
						't_action' => 'Action', //newOne
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	//Days Long
 | 
						//Days Long
 | 
				
			||||||
	'd_monday' => 'Poniedziałek',
 | 
						'd_monday' => 'Poniedziałek',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user