mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-26 20:28:41 +00:00
38 lines
818 B
PHP
Executable File
38 lines
818 B
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Auditor' => [
|
|
'Action' => 'Handling',
|
|
'Audit' => 'Granska',
|
|
'Auditor' => 'Revisor',
|
|
'Audits' => 'Revision',
|
|
'By' => 'Förbi',
|
|
'CREATE' => 'Skapa',
|
|
'Content' => 'Innehåll',
|
|
'DELETE' => 'Radera',
|
|
'Date' => 'Datum',
|
|
'Email' => 'E-post',
|
|
'IP' => '#VALUE!',
|
|
'Module' => 'Modul',
|
|
'Name' => 'namn',
|
|
'New' => 'Ny',
|
|
'Old' => 'Gammal',
|
|
'Ref' => 'Ref',
|
|
'Subtype' => 'Subtyp',
|
|
'Trigger' => 'Trigger',
|
|
'Type' => 'Typ',
|
|
'UNKNOWN' => 'Okänd',
|
|
'UPDATE' => 'Uppdatering',
|
|
]];
|