oms-HumanResourceManagement/Theme/Backend/Lang/pl.lang.php

49 lines
1.5 KiB
PHP
Executable File

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['HumanResourceManagement' => [
'Account' => 'Konto',
'Active' => 'Aktywny',
'Birthday' => 'Urodziny',
'Clocking' => 'podkręcanie',
'Contracts' => 'Zamówienia',
'CreateFromAccount' => 'Tworzenie z konta',
'Department' => 'Departament',
'Departments' => 'wydziały',
'Documents' => 'dokumenty',
'Education' => 'Edukacja',
'Email' => 'E-mail',
'Employee' => 'Pracownik',
'Employees' => 'Pracowników',
'End' => 'Koniec',
'Evaluations' => 'oceny',
'General' => 'Generał',
'History' => 'Historia',
'Inactive' => 'Nieaktywny',
'Name' => 'Nazwa',
'Parent' => 'Rodzic',
'Personnel' => 'Personel',
'Phone' => 'Telefon',
'Position' => 'Pozycja',
'ProfileImage' => 'Zdjęcie profilowe',
'Remarks' => 'Uwagi',
'Shifts' => 'przesunięcia',
'Staff' => 'Personel',
'Start' => 'Początek',
'Status' => 'Status',
'Unit' => 'Jednostka',
'Vacation' => 'Wakacje',
'Work' => 'Praca',
]];