oms-News/Theme/Backend/Lang/ko.lang.php
Dennis Eichhorn b9d808659a fix language
2023-09-23 23:05:19 +00:00

45 lines
1.3 KiB
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 ['News' => [
'Accounts/Groups' => '계정 / 그룹',
'Additional' => '추가의',
'AllowComments' => '의견을 허용합니다',
'Archive' => '보관소',
'Author' => '작가',
'Categories' => '카테고리',
'Date' => '날짜',
'Draft' => '초안',
'Edit' => '편집하다',
'Featured' => '특집',
'Groups' => '여러 떼',
'Headline' => '표제',
'Headlines' => '헤드 라인',
'Language' => '언어',
'Link' => '링크',
'News' => '소식',
'Plain' => '솔직한',
'Preview' => '시사',
'Publish' => '게시',
'Settings' => '설정',
'Status' => '상태',
'TYPE0' => '기사',
'TYPE1' => '링크',
'TYPE2' => '표제',
'TYPE3' => '',
'Title' => '제목',
'Type' => '유형',
'Visible' => '보이는',
]];