mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-01-11 12:28:41 +00:00
62 lines
2.0 KiB
PHP
Executable File
62 lines
2.0 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Helper' => [
|
|
'Add' => '추가하다',
|
|
'CentralizedDB' => '중앙 집중식 DB.',
|
|
'CentralizedFiles' => '중앙 파일',
|
|
'Created' => '만들어진',
|
|
'CreatedBy' => '제작자들',
|
|
'Creator' => '창조자',
|
|
'Data' => '데이터',
|
|
'Database' => '데이터 베이스',
|
|
'Dataset' => '데이터 세트',
|
|
'Datasets' => '데이터 세트',
|
|
'Description' => '설명',
|
|
'Edit' => '편집하다',
|
|
'Expected' => '예상되는',
|
|
'Export' => '내 보내다',
|
|
'FileNames' => '파일 이름',
|
|
'Files' => '파일',
|
|
'Helper' => '돕는 사람',
|
|
'Helpers' => '도우미',
|
|
'IndividualDB' => '개별 DB.',
|
|
'Info' => '정보',
|
|
'Language' => '언어',
|
|
'Load' => '짐',
|
|
'Media' => '미디어',
|
|
'MediaDirectory' => '미디어 디렉토리',
|
|
'Modified' => '수정',
|
|
'Name' => '이름',
|
|
'New' => '새로운',
|
|
'Other' => '다른',
|
|
'Overview' => '개요',
|
|
'Permission' => '허가',
|
|
'Print' => '인쇄',
|
|
'Report' => '보고서',
|
|
'Reports' => '보고서',
|
|
'Select' => '선택하다',
|
|
'Settings' => '설정',
|
|
'Source' => '원천',
|
|
'Sources' => '소스',
|
|
'Standalone' => '독립형',
|
|
'Storage' => '저장',
|
|
'Tag' => '꼬리표',
|
|
'Tags' => '태그',
|
|
'Template' => '주형',
|
|
'Title' => '제목',
|
|
'Type' => '유형',
|
|
'Updated' => '업데이트 됨',
|
|
]];
|