mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-11 17:08:40 +00:00
54 lines
1.7 KiB
PHP
Executable File
54 lines
1.7 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 ['Media' => [
|
|
'Account' => '계정',
|
|
'Add' => '추가하다',
|
|
'AddToCollection' => '컬렉션에 추가하십시오',
|
|
'Author' => '작가',
|
|
'Back' => '뒤',
|
|
'Changed' => '바뀌었다',
|
|
'Changedby' => '바뀌었다',
|
|
'Content' => '',
|
|
'CreateCollection' => '컬렉션 만들기',
|
|
'CreateFile' => '파일 만들기',
|
|
'Created' => '만들어진',
|
|
'Creator' => '창조자',
|
|
'Data' => '데이터',
|
|
'Description' => '설명',
|
|
'Edit' => '편집하다',
|
|
'Editability' => '편집 가능성',
|
|
'Extension' => '확대',
|
|
'FilePath' => '파일 경로',
|
|
'Files' => '파일',
|
|
'GroupUser' => '그룹 사용자',
|
|
'Media' => '미디어',
|
|
'Name' => '이름',
|
|
'Password' => '',
|
|
'Path' => '길',
|
|
'PathSettings' => '경로 설정',
|
|
'Permission' => '허가',
|
|
'Preview' => '시사',
|
|
'RandomPath' => '무작위 경로',
|
|
'Select' => '선택하다',
|
|
'Settings' => '설정',
|
|
'Size' => '크기',
|
|
'Tag' => '',
|
|
'Tags' => '',
|
|
'Type' => '유형',
|
|
'Upload' => '업로드',
|
|
'VirtualPath' => '가상 경로',
|
|
'Visibility' => '시계',
|
|
]];
|