mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-01-28 16:18:40 +00:00
44 lines
1.2 KiB
PHP
44 lines
1.2 KiB
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 ['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' => '표제',
|
|
'Title' => '제목',
|
|
'Type' => '유형',
|
|
'Visible' => '보이는',
|
|
]];
|