mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-12 06:48:41 +00:00
26 lines
522 B
PHP
26 lines
522 B
PHP
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.2
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Draw' => [
|
|
'Created' => 'Created',
|
|
'Creator' => 'Creator',
|
|
'Draw' => 'Draw',
|
|
'GroupUser' => 'Group/User',
|
|
'Images' => 'Images',
|
|
'Layout' => 'Layout',
|
|
'Name' => 'Name',
|
|
'Permission' => 'Permission',
|
|
'Start' => 'Start',
|
|
]];
|