mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-01-13 21:38:41 +00:00
62 lines
2.0 KiB
PHP
62 lines
2.0 KiB
PHP
<?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 ['Helper' => [
|
|
'Add' => 'Lisätä',
|
|
'CentralizedDB' => 'keskitetty DB',
|
|
'CentralizedFiles' => 'keskitetty tiedostot',
|
|
'Created' => 'Luotu',
|
|
'CreatedBy' => 'Luonut',
|
|
'Creator' => 'Luoja',
|
|
'Data' => 'data',
|
|
'Database' => 'Tietokanta',
|
|
'Dataset' => 'aineisto',
|
|
'Datasets' => 'aineistot',
|
|
'Description' => 'Kuvaus',
|
|
'Edit' => 'Muokata',
|
|
'Expected' => 'odotettu',
|
|
'Export' => 'Viedä',
|
|
'FileNames' => 'Tiedostojen nimet',
|
|
'Files' => 'Tiedostot',
|
|
'Helper' => 'Auttaja',
|
|
'Helpers' => 'auttajia',
|
|
'IndividualDB' => 'yksittäisten DB',
|
|
'Info' => 'Tiedot',
|
|
'Language' => 'Kieli',
|
|
'Load' => 'Ladata',
|
|
'Media' => 'tiedotusvälineet',
|
|
'MediaDirectory' => 'Media hakemisto',
|
|
'Modified' => 'Modified',
|
|
'Name' => 'Nimi',
|
|
'New' => 'Uusi',
|
|
'Other' => 'muut',
|
|
'Overview' => 'Yleiskatsaus',
|
|
'Permission' => 'Lupa',
|
|
'Print' => 'Tulosta',
|
|
'Report' => 'raportti',
|
|
'Reports' => 'raportit',
|
|
'Select' => 'valita',
|
|
'Settings' => 'asetukset',
|
|
'Source' => 'Lähde',
|
|
'Sources' => 'Lähteet',
|
|
'Standalone' => 'itsenäinen',
|
|
'Storage' => 'varastointi',
|
|
'Tag' => 'Tag',
|
|
'Tags' => 'Tunnisteet',
|
|
'Template' => 'Sapluuna',
|
|
'Title' => 'otsikko',
|
|
'Type' => 'Tyyppi',
|
|
'Updated' => 'Päivitetty',
|
|
]];
|