mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-01-31 12:48:40 +00:00
26 lines
533 B
PHP
26 lines
533 B
PHP
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://karaka.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Kanban' => [
|
|
':bStatus1' => '활동적인',
|
|
':bStatus2' => '비활성으로',
|
|
':bStatus3' => '보관',
|
|
'Archive' => '#VALUE!',
|
|
'Back' => '#VALUE!',
|
|
'Dashboard' => '계기반',
|
|
'Date' => '#VALUE!',
|
|
'Status' => '#VALUE!',
|
|
'Title' => '#VALUE!',
|
|
]];
|