mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-19 12:38:40 +00:00
47 lines
1.4 KiB
PHP
Executable File
47 lines
1.4 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['EventManagement' => [
|
|
'Account' => 'Tili',
|
|
'Actual' => 'Todellinen',
|
|
'Amount' => 'Määrä',
|
|
'Budget' => 'Budjetti',
|
|
'CoreData' => 'Keskeiset tiedot',
|
|
'Description' => 'Kuvaus',
|
|
'Elements' => 'Elementit',
|
|
'End' => 'Loppu',
|
|
'Event' => 'Tapahtuma',
|
|
'EventManagement' => 'Tapahtumahallinta',
|
|
'Events' => 'Tapahtumat',
|
|
'Exponential' => 'Eksponentiaalinen',
|
|
'Files' => 'Tiedostot',
|
|
'Group' => 'Ryhmä',
|
|
'Info' => 'Tiedot',
|
|
'Linear' => 'Lineaarinen',
|
|
'Log' => 'Hirsi',
|
|
'Manager' => 'Johtaja',
|
|
'Manual' => 'Käsikirjoitus',
|
|
'Name' => 'Nimi',
|
|
'People' => 'Ihmiset',
|
|
'Permissions' => 'Oikeudet',
|
|
'Progress' => 'Edistyminen',
|
|
'Responsibility' => 'Vastuullisuus',
|
|
'Start' => 'alkaa',
|
|
'Status' => 'Tila',
|
|
'Tasks' => 'Tehtävät',
|
|
'Title' => 'Otsikko',
|
|
'User' => 'Käyttäjä',
|
|
'UserGroup' => 'Käyttäjäryhmä',
|
|
]];
|