mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-01-10 14:28:40 +00:00
42 lines
980 B
PHP
Executable File
42 lines
980 B
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 ['Workflow' => [
|
|
':istatus-1' => '',
|
|
':istatus-2' => '',
|
|
':istatus-3' => '',
|
|
':istatus-4' => '',
|
|
'Active' => '',
|
|
'Available' => '',
|
|
'CC' => 'CC.',
|
|
'Created' => '만들어진',
|
|
'Creator' => '창조자',
|
|
'Date' => '',
|
|
'Due' => '로 인한',
|
|
'Instances' => '',
|
|
'Media' => '미디어',
|
|
'Message' => '메세지',
|
|
'Name' => '',
|
|
'Next' => '다음',
|
|
'Select' => '선택하다',
|
|
'Status' => '상태',
|
|
'Task' => '일',
|
|
'Title' => '제목',
|
|
'To' => '에게',
|
|
'Updated' => '',
|
|
'Upload' => '업로드',
|
|
'Workflow' => '워크 플로우',
|
|
'Workflows' => '워크 플로',
|
|
]];
|