mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-01-11 04:18:42 +00:00
62 lines
1.9 KiB
PHP
Executable File
62 lines
1.9 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 ['Helper' => [
|
|
'Add' => 'Lägg till',
|
|
'CentralizedDB' => 'Centraliserad db',
|
|
'CentralizedFiles' => 'Centraliserade filer',
|
|
'Created' => 'Skapad',
|
|
'CreatedBy' => 'Skapad av',
|
|
'Creator' => 'Skapare',
|
|
'Data' => 'Data',
|
|
'Database' => 'Databas',
|
|
'Dataset' => 'Dataset',
|
|
'Datasets' => 'Dataset',
|
|
'Description' => 'Beskrivning',
|
|
'Edit' => 'Redigera',
|
|
'Expected' => 'Förväntad',
|
|
'Export' => 'Exportera',
|
|
'FileNames' => 'Filnamn',
|
|
'Files' => 'Filer',
|
|
'Helper' => 'Hjälpare',
|
|
'Helpers' => 'Hjälpare',
|
|
'IndividualDB' => 'Individuell db',
|
|
'Info' => 'Info',
|
|
'Language' => 'Språk',
|
|
'Load' => 'Ladda',
|
|
'Media' => 'Media',
|
|
'MediaDirectory' => 'Mediekatalog',
|
|
'Modified' => 'Ändrad',
|
|
'Name' => 'namn',
|
|
'New' => 'Ny',
|
|
'Other' => 'Övrig',
|
|
'Overview' => 'Översikt',
|
|
'Permission' => 'Tillstånd',
|
|
'Print' => 'Skriva ut',
|
|
'Report' => 'Rapportera',
|
|
'Reports' => 'Rapporter',
|
|
'Select' => 'Välj',
|
|
'Settings' => 'inställningar',
|
|
'Source' => 'Källa',
|
|
'Sources' => 'Källor',
|
|
'Standalone' => 'Fristående',
|
|
'Storage' => 'Lagring',
|
|
'Tag' => 'Märka',
|
|
'Tags' => 'Tagg',
|
|
'Template' => 'Mall',
|
|
'Title' => 'Titel',
|
|
'Type' => 'Typ',
|
|
'Updated' => 'Uppdaterad',
|
|
]];
|