From 515628c9f08c76bb154249493e8a1286aeab7674 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Sun, 13 Oct 2019 14:01:02 +0200 Subject: [PATCH] Some New Strings --- app/lang/cs.php | 37 ++++++++++++++++++++++++++++++++++--- app/lang/en.php | 9 ++++++++- app/lang/pl.php | 10 +++++++++- 3 files changed, 51 insertions(+), 5 deletions(-) diff --git a/app/lang/cs.php b/app/lang/cs.php index ae31830..4b1c20b 100644 --- a/app/lang/cs.php +++ b/app/lang/cs.php @@ -18,10 +18,16 @@ return $lang = [ 'b_create' => 'Vytvořit', 'b_edit' => 'Upravit', 'b_remove' => 'Smazat', + 'b_finish' => 'Dokončit', 'b_approve' => 'Povolit', 'b_disable' => 'Zakázat', '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 'l_choseDevice' => 'Zvolte zařízení:', @@ -46,14 +52,24 @@ return $lang = [ 'l_atHome' => 'Doma Jsou', 'l_nameAt' => 'Název', 'l_lastSeen' => 'Naposledy připojeno', + 'l_notificationStatus' => 'Notification status', + 'l_userName' => 'Username', + 'l_password' => 'Password', + 'l_oldPassword' => 'Old Password', + 'l_newPassword' => 'New Password', //Title 't_createScene' => 'Vytvořit scénu', 't_editScene' => 'Upravit scénu', - 't_createAutomation' => 'Vytvořit Automatizaci', - + 't_addDevice' => 'Přidat 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 'temp' => 'Teplota', @@ -74,6 +90,21 @@ return $lang = [ 'w_neni' => 'Není', '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 '' => '', ]; diff --git a/app/lang/en.php b/app/lang/en.php index 762d19f..4cded3a 100644 --- a/app/lang/en.php +++ b/app/lang/en.php @@ -29,7 +29,6 @@ return $lang = [ 'b_disable' => 'disabele', 'b_select' => 'Select', - //labels 'l_choseDevice' => 'Chose device:', 'l_inHome' => 'When entering', @@ -54,6 +53,10 @@ return $lang = [ 'l_nameAt' => 'Name', 'l_lastSeen' => 'Last Seen', 'l_notificationStatus' => 'Notification status', + 'l_userName' => 'Username', + 'l_password' => 'Password', + 'l_oldPassword' => 'Old Password', + 'l_newPassword' => 'New Password', //Title 't_createScene' => 'Create Scene', @@ -65,6 +68,8 @@ return $lang = [ 't_profile' => 'Profile', 't_notification' => 'Notification', 't_experimental' => 'Experimental', + 't_createuser' => 'Create User', + 't_changePassword' => 'Change Password', //constants 'humi' => 'Humidity', @@ -88,6 +93,8 @@ return $lang = [ //tables 't_time' => 'Time', 't_state' => 'State', + 't_userName' => 'State', + 't_action' => 'Action', //Days Long 'd_monday' => 'Monday', diff --git a/app/lang/pl.php b/app/lang/pl.php index ff9a762..087fb7e 100644 --- a/app/lang/pl.php +++ b/app/lang/pl.php @@ -18,6 +18,7 @@ return $lang = [ 'b_create' => 'Utwórz', 'b_edit' => 'Edytuj', 'b_remove' => 'Usuń', + 'b_finish' => 'Dokončit', //newOne 'b_approve' => 'Zaakceptuj', 'b_disable' => 'Wyłącz', 'b_save' => 'Zapisz', @@ -50,9 +51,12 @@ return $lang = [ 'l_sleepTime' => 'Czas snu urządzenia', 'l_atHome' => 'W domu', 'l_nameAt' => 'Nazwa', - 'l_nameAt' => 'Nazwa', 'l_lastSeen' => 'Ostatnio zaktualizowany', 'l_notificationStatus' => 'Stan powiadomienia', + 'l_userName' => 'Username', //newOne + 'l_password' => 'Password', //newOne + 'l_oldPassword' => 'Old Password', //newOne + 'l_newPassword' => 'New Password', //newOne //Title 't_createScene' => 'Utwórz scenariusz', @@ -64,6 +68,8 @@ return $lang = [ 't_profile' => 'Profil', 't_notification' => 'Powiadomienie', 't_experimental' => 'Eksperymentalne', + 't_createuser' => 'Vytvořit Uživatele', //newOne + 't_changePassword' => 'Změnit Heslo', //newOne //constants 'humi' => 'Wilgotność', @@ -87,6 +93,8 @@ return $lang = [ //tables 't_time' => 'Czas', 't_state' => 'Stan', + 't_userName' => 'State', //newOne + 't_action' => 'Action', //newOne //Days Long 'd_monday' => 'Poniedziałek',