fix language

This commit is contained in:
Dennis Eichhorn 2023-09-23 23:05:19 +00:00
parent 714c05fc07
commit de0ab21078
22 changed files with 78 additions and 36 deletions

View File

@ -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' => 'يبدأ',

View File

@ -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',

View File

@ -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',

View File

@ -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',
]];

View File

@ -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' => 'Αρχή',

View File

@ -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',
]];

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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' => '始める',

View File

@ -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' => '시작',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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' => 'Начинать',

View File

@ -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',

View File

@ -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' => 'เริ่ม',

View File

@ -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ıç',

View File

@ -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' => 'Почати',

View File

@ -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' => '开始',