mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-27 04:38:41 +00:00
37 lines
864 B
PHP
Executable File
37 lines
864 B
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 ['Auditor' => [
|
|
'Action' => 'Toiminta',
|
|
'Audit' => 'Tarkastaa',
|
|
'Auditor' => 'Tilintarkastaja',
|
|
'Audits' => 'tarkastuksia',
|
|
'By' => 'mennessä',
|
|
'CREATE' => 'Luoda',
|
|
'Content' => 'Sisältö',
|
|
'DELETE' => 'Poistaa',
|
|
'Date' => 'Päivämäärä',
|
|
'Email' => 'Sähköposti',
|
|
'Module' => 'Moduuli',
|
|
'Name' => 'Nimi',
|
|
'New' => 'Uusi',
|
|
'Old' => 'Vanha',
|
|
'Ref' => 'Viite',
|
|
'Subtype' => 'alatyyppi',
|
|
'Trigger' => 'Laukaista',
|
|
'Type' => 'Tyyppi',
|
|
'UNKNOWN' => 'Tuntematon',
|
|
'UPDATE' => 'Päivittää',
|
|
]];
|