mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-20 13:28:42 +00:00
27 lines
587 B
PHP
Executable File
27 lines
587 B
PHP
Executable File
<?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 ['Knowledgebase' => [
|
|
'Active' => '유효한',
|
|
'App' => '앱',
|
|
'Categories' => '카테고리',
|
|
'Category' => '범주',
|
|
'Draft' => '초안',
|
|
'Language' => '언어',
|
|
'Name' => '이름',
|
|
'Parent' => '부모의',
|
|
'Status' => '상태',
|
|
'Wiki' => '위키',
|
|
]];
|