diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php index 0caa095..d894ed5 100755 --- a/Theme/Backend/Lang/ar.lang.php +++ b/Theme/Backend/Lang/ar.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'التقييمات', 'General' => 'عام', 'History' => 'تاريخ', + 'IMG_alt_staff' => '', 'Inactive' => 'غير نشط', 'Name' => 'اسم', 'Parent' => 'الأبوين', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'موضع', 'ProfileImage' => 'صورة الملف الشخصي', 'Remarks' => 'ملاحظات', + 'Salary' => '', 'Shifts' => 'التحولات', 'Staff' => 'طاقم عمل', 'Start' => 'يبدأ', diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php index 1c52880..90670cd 100755 --- a/Theme/Backend/Lang/cs.lang.php +++ b/Theme/Backend/Lang/cs.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'Hodnocení', 'General' => 'Všeobecné', 'History' => 'Dějiny', + 'IMG_alt_staff' => '', 'Inactive' => 'Neaktivní', 'Name' => 'název', 'Parent' => 'Rodič', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'Pozice', 'ProfileImage' => 'Profilový obrázek', 'Remarks' => 'Poznámky', + 'Salary' => '', 'Shifts' => 'Posunů', 'Staff' => 'Personál', 'Start' => 'Start', diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php index 422c6ec..71b7dc3 100755 --- a/Theme/Backend/Lang/da.lang.php +++ b/Theme/Backend/Lang/da.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'Evalueringer.', 'General' => 'Generel', 'History' => 'Historie', + 'IMG_alt_staff' => '', 'Inactive' => 'Inaktiv.', 'Name' => 'Navn', 'Parent' => 'Forælder', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'Position', 'ProfileImage' => 'Profilbillede.', 'Remarks' => 'Bemærkninger.', + 'Salary' => '', 'Shifts' => 'Skift', 'Staff' => 'Personale', 'Start' => 'Start', diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 9d84f2a..5f6489c 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'Beurteilungen', 'General' => 'Allgemein', 'History' => 'Geschichte', + 'IMG_alt_staff' => 'Mitarbeiterfoto', 'Inactive' => 'Inaktiv', 'Name' => 'Name', 'Parent' => 'Elternteil', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'Position', 'ProfileImage' => 'Profilbild', 'Remarks' => 'Bemerkungen', + 'Salary' => '', 'Shifts' => 'Verschiebungen', 'Staff' => 'Mitarbeiter', 'Start' => 'Anfang', @@ -47,5 +49,4 @@ return ['HumanResourceManagement' => [ 'Unit' => 'Einheit', 'Vacation' => 'Urlaub', 'Work' => 'Arbeiten', - 'IMG_alt_staff' => 'Mitarbeiterfoto', ]]; diff --git a/Theme/Backend/Lang/el.lang.php b/Theme/Backend/Lang/el.lang.php index 82893bd..37d15bf 100755 --- a/Theme/Backend/Lang/el.lang.php +++ b/Theme/Backend/Lang/el.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'Αξιολογήσεις', 'General' => 'Γενικός', 'History' => 'Ιστορία', + 'IMG_alt_staff' => '', 'Inactive' => 'Αδρανής', 'Name' => 'Ονομα', 'Parent' => 'Μητρική εταιρεία', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'Θέση', 'ProfileImage' => 'Εικόνα προφίλ', 'Remarks' => 'Παρατηρήσεις', + 'Salary' => '', 'Shifts' => 'Βάρδιες', 'Staff' => 'Προσωπικό', 'Start' => 'Αρχή', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 92ca6a1..269bc12 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -13,39 +13,40 @@ declare(strict_types=1); return ['HumanResourceManagement' => [ - 'Account' => 'Account', - 'Active' => 'Active', - 'Address' => 'Address', - 'Birthday' => 'Birthday', - 'Clocking' => 'Clocking', - 'Contracts' => 'Contracts', - 'CreateFromAccount' => 'Create from account', - 'Department' => 'Department', - 'Departments' => 'Departments', - 'Documents' => 'Documents', - 'Education' => 'Education', - 'Email' => 'Email', - 'Employee' => 'Employee', - 'Employees' => 'Employees', - 'End' => 'End', - 'Evaluations' => 'Evaluations', - 'General' => 'General', - 'History' => 'History', - 'Inactive' => 'Inactive', - 'Name' => 'Name', - 'Parent' => 'Parent', - 'Personnel' => 'Personnel', - 'Phone' => 'Phone', - 'Position' => 'Position', - 'ProfileImage' => 'Profile image', - 'Remarks' => 'Remarks', - 'Shifts' => 'Shifts', - 'Staff' => 'Staff', - 'Start' => 'Start', - 'Status' => 'Status', - 'Title' => 'Title', - 'Unit' => 'Unit', - 'Vacation' => 'Vacation', - 'Work' => 'Work', - 'IMG_alt_staff' => 'Staff image', + 'Account' => 'Account', + 'Active' => 'Active', + 'Address' => 'Address', + 'Birthday' => 'Birthday', + 'Clocking' => 'Clocking', + 'Contracts' => 'Contracts', + 'CreateFromAccount' => 'Create from account', + 'Department' => 'Department', + 'Departments' => 'Departments', + 'Documents' => 'Documents', + 'Education' => 'Education', + 'Email' => 'Email', + 'Employee' => 'Employee', + 'Employees' => 'Employees', + 'End' => 'End', + 'Evaluations' => 'Evaluations', + 'General' => 'General', + 'History' => 'History', + 'IMG_alt_staff' => 'Staff image', + 'Inactive' => 'Inactive', + 'Name' => 'Name', + 'Parent' => 'Parent', + 'Personnel' => 'Personnel', + 'Phone' => 'Phone', + 'Position' => 'Position', + 'ProfileImage' => 'Profile image', + 'Remarks' => 'Remarks', + 'Salary' => '', + 'Shifts' => 'Shifts', + 'Staff' => 'Staff', + 'Start' => 'Start', + 'Status' => 'Status', + 'Title' => 'Title', + 'Unit' => 'Unit', + 'Vacation' => 'Vacation', + 'Work' => 'Work', ]]; diff --git a/Theme/Backend/Lang/es.lang.php b/Theme/Backend/Lang/es.lang.php index c4f73d4..1a469f1 100755 --- a/Theme/Backend/Lang/es.lang.php +++ b/Theme/Backend/Lang/es.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'Evaluaciones', 'General' => 'General', 'History' => 'Historia', + 'IMG_alt_staff' => '', 'Inactive' => 'Inactivo', 'Name' => 'Nombre', 'Parent' => 'Padre', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'Posición', 'ProfileImage' => 'Imagen de perfil', 'Remarks' => 'Comentarios', + 'Salary' => '', 'Shifts' => 'Cambia', 'Staff' => 'Personal', 'Start' => 'Comienzo', diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php index 855f46c..9e24470 100755 --- a/Theme/Backend/Lang/fi.lang.php +++ b/Theme/Backend/Lang/fi.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'Arvioinnit', 'General' => 'Yleinen', 'History' => 'Historia', + 'IMG_alt_staff' => '', 'Inactive' => 'Epäaktiivinen', 'Name' => 'Nimi', 'Parent' => 'Vanhempi', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'Asento', 'ProfileImage' => 'Profiilikuva', 'Remarks' => 'Huomautukset', + 'Salary' => '', 'Shifts' => 'Vuorot', 'Staff' => 'Henkilökunta', 'Start' => 'alkaa', diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php index f0409d8..329c32c 100755 --- a/Theme/Backend/Lang/fr.lang.php +++ b/Theme/Backend/Lang/fr.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'Évaluations', 'General' => 'Général', 'History' => 'Histoire', + 'IMG_alt_staff' => '', 'Inactive' => 'Inactif', 'Name' => 'Nom', 'Parent' => 'Parent', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'Position', 'ProfileImage' => 'Image de profil', 'Remarks' => 'Remarques', + 'Salary' => '', 'Shifts' => 'Changements', 'Staff' => 'Personnel', 'Start' => 'Démarrer', diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php index f1f2260..9f3908f 100755 --- a/Theme/Backend/Lang/hu.lang.php +++ b/Theme/Backend/Lang/hu.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'Értékelések', 'General' => 'Tábornok', 'History' => 'Történelem', + 'IMG_alt_staff' => '', 'Inactive' => 'Inaktív', 'Name' => 'Név', 'Parent' => 'Szülő', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'Pozíció', 'ProfileImage' => 'Profilkép', 'Remarks' => 'Megjegyzések', + 'Salary' => '', 'Shifts' => 'Műszakok', 'Staff' => 'Személyzet', 'Start' => 'Rajt', diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php index 0655749..0b409d3 100755 --- a/Theme/Backend/Lang/it.lang.php +++ b/Theme/Backend/Lang/it.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'Valutazioni', 'General' => 'Generale', 'History' => 'Storia', + 'IMG_alt_staff' => '', 'Inactive' => 'Non attivo', 'Name' => 'Nome', 'Parent' => 'Genitore', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'Posizione', 'ProfileImage' => 'Immagine del profilo', 'Remarks' => 'Osservazioni', + 'Salary' => '', 'Shifts' => 'Turni', 'Staff' => 'Personale', 'Start' => 'Inizio', diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php index 0961cae..7dbb94c 100755 --- a/Theme/Backend/Lang/ja.lang.php +++ b/Theme/Backend/Lang/ja.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => '評価', 'General' => '全般的', 'History' => '歴史', + 'IMG_alt_staff' => '', 'Inactive' => '非活性', 'Name' => '名前', 'Parent' => '親', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'ポジション', 'ProfileImage' => 'プロフィール画像', 'Remarks' => '備考', + 'Salary' => '', 'Shifts' => 'シフト', 'Staff' => 'スタッフ', 'Start' => '始める', diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php index c2f1fbf..f84bff1 100755 --- a/Theme/Backend/Lang/ko.lang.php +++ b/Theme/Backend/Lang/ko.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => '평가', 'General' => '일반적인', 'History' => '역사', + 'IMG_alt_staff' => '', 'Inactive' => '비활성으로', 'Name' => '이름', 'Parent' => '부모의', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => '위치', 'ProfileImage' => '프로필 이미지', 'Remarks' => '발언', + 'Salary' => '', 'Shifts' => '교대', 'Staff' => '직원', 'Start' => '시작', diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php index 08dea9d..619b5eb 100755 --- a/Theme/Backend/Lang/no.lang.php +++ b/Theme/Backend/Lang/no.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'Evalueringer', 'General' => 'Generell', 'History' => 'Historie', + 'IMG_alt_staff' => '', 'Inactive' => 'Inaktiv', 'Name' => 'Navn', 'Parent' => 'Foreldre', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'Posisjon', 'ProfileImage' => 'Profilbilde', 'Remarks' => 'Bemerkninger', + 'Salary' => '', 'Shifts' => 'Skift', 'Staff' => 'Personale', 'Start' => 'Start', diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php index f16e6de..fd154fa 100755 --- a/Theme/Backend/Lang/pl.lang.php +++ b/Theme/Backend/Lang/pl.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'Oceny', 'General' => 'Ogólny', 'History' => 'Historia', + 'IMG_alt_staff' => '', 'Inactive' => 'Nieaktywny', 'Name' => 'Nazwa', 'Parent' => 'Rodzic', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'Pozycja', 'ProfileImage' => 'Zdjęcie profilowe', 'Remarks' => 'Uwagi', + 'Salary' => '', 'Shifts' => 'Zmiany', 'Staff' => 'Personel', 'Start' => 'Początek', diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php index d964ae4..ea12663 100755 --- a/Theme/Backend/Lang/pt.lang.php +++ b/Theme/Backend/Lang/pt.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'Avaliações', 'General' => 'Em geral', 'History' => 'História', + 'IMG_alt_staff' => '', 'Inactive' => 'Inativo', 'Name' => 'Nome', 'Parent' => 'Pai', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'Posição', 'ProfileImage' => 'Imagem de perfil', 'Remarks' => 'Observações.', + 'Salary' => '', 'Shifts' => 'Turnos', 'Staff' => 'Funcionários', 'Start' => 'Começar', diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php index e0d5a90..8886338 100755 --- a/Theme/Backend/Lang/ru.lang.php +++ b/Theme/Backend/Lang/ru.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'Оценки', 'General' => 'Общий', 'History' => 'История', + 'IMG_alt_staff' => '', 'Inactive' => 'Неактивный', 'Name' => 'Имя', 'Parent' => 'Родитель', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'Должность', 'ProfileImage' => 'Изображение профиля', 'Remarks' => 'Замечания', + 'Salary' => '', 'Shifts' => 'Сдвиги', 'Staff' => 'Штат сотрудников', 'Start' => 'Начинать', diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php index 4183deb..8eab169 100755 --- a/Theme/Backend/Lang/sv.lang.php +++ b/Theme/Backend/Lang/sv.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'Utvärderingar', 'General' => 'Allmän', 'History' => 'Historia', + 'IMG_alt_staff' => '', 'Inactive' => 'Inaktiv', 'Name' => 'namn', 'Parent' => 'Förälder', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'Placera', 'ProfileImage' => 'Profilbild', 'Remarks' => 'Anmärkningar', + 'Salary' => '', 'Shifts' => 'Skift', 'Staff' => 'Personal', 'Start' => 'Start', diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php index 19c9a2b..d880cc6 100755 --- a/Theme/Backend/Lang/th.lang.php +++ b/Theme/Backend/Lang/th.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'การประเมินผล', 'General' => 'ทั่วไป', 'History' => 'ประวัติศาสตร์', + 'IMG_alt_staff' => '', 'Inactive' => 'ไม่ใช้งาน', 'Name' => 'ชื่อ', 'Parent' => 'พ่อแม่', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'ตำแหน่ง', 'ProfileImage' => 'ภาพโปรไฟล์', 'Remarks' => 'หมายเหตุ', + 'Salary' => '', 'Shifts' => 'การเปลี่ยนแปลง', 'Staff' => 'พนักงาน', 'Start' => 'เริ่ม', diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php index a393808..020bc5f 100755 --- a/Theme/Backend/Lang/tr.lang.php +++ b/Theme/Backend/Lang/tr.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'Değerlendirme', 'General' => 'Genel', 'History' => 'Tarih', + 'IMG_alt_staff' => '', 'Inactive' => 'Aktif olmayan', 'Name' => 'İsim', 'Parent' => 'Ebeveyn', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'Konum', 'ProfileImage' => 'Profil resmi', 'Remarks' => 'Notlar', + 'Salary' => '', 'Shifts' => 'Vardiya', 'Staff' => 'Personel', 'Start' => 'Başlangıç', diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php index 8ae9524..a939d27 100755 --- a/Theme/Backend/Lang/uk.lang.php +++ b/Theme/Backend/Lang/uk.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => 'Оцінки', 'General' => 'Загальний', 'History' => 'Історія', + 'IMG_alt_staff' => '', 'Inactive' => 'Неактивний', 'Name' => 'Назва', 'Parent' => 'Батько', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => 'Позиція', 'ProfileImage' => 'Зображення профілю', 'Remarks' => 'Зауваження', + 'Salary' => '', 'Shifts' => 'Зрушення', 'Staff' => 'Співробітник', 'Start' => 'Почати', diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php index 9a1324d..a88e3d6 100755 --- a/Theme/Backend/Lang/zh.lang.php +++ b/Theme/Backend/Lang/zh.lang.php @@ -31,6 +31,7 @@ return ['HumanResourceManagement' => [ 'Evaluations' => '评估', 'General' => '一般的', 'History' => '历史', + 'IMG_alt_staff' => '', 'Inactive' => '不活跃', 'Name' => '名称', 'Parent' => '父母', @@ -39,6 +40,7 @@ return ['HumanResourceManagement' => [ 'Position' => '位置', 'ProfileImage' => '轮廓图像', 'Remarks' => '评论', + 'Salary' => '', 'Shifts' => '转变', 'Staff' => '职员', 'Start' => '开始',