mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-11 17:18:42 +00:00
35 lines
814 B
PHP
Executable File
35 lines
814 B
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Editor' => [
|
|
'Add' => '추가하다',
|
|
'Created' => '만들어진',
|
|
'Creator' => '창조자',
|
|
'Documents' => '서류',
|
|
'Editor' => '편집자',
|
|
'GroupUser' => '그룹 / 사용자',
|
|
'Insert' => '끼워 넣다',
|
|
'Layout' => '형세',
|
|
'Name' => '이름',
|
|
'Note' => '',
|
|
'Notes' => '',
|
|
'Permission' => '허가',
|
|
'Preview' => '시사',
|
|
'Save' => '구하다',
|
|
'Start' => '시작',
|
|
'Text' => '텍스트',
|
|
'Title' => '제목',
|
|
'Type' => '',
|
|
]];
|