mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-27 08:18:41 +00:00
50 lines
1.5 KiB
PHP
Executable File
50 lines
1.5 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Media' => [
|
|
'Account' => '계정',
|
|
'Add' => '더하다',
|
|
'AddToCollection' => '컬렉션에 추가',
|
|
'Author' => '저자',
|
|
'Back' => '뒤',
|
|
'Changed' => '변경',
|
|
'Changedby' => '로 변경',
|
|
'CreateCollection' => '컬렉션 만들기',
|
|
'CreateFile' => '파일 만들기',
|
|
'Created' => '만들어진',
|
|
'Creator' => '창조자',
|
|
'Data' => '데이터',
|
|
'Description' => '기술',
|
|
'Edit' => '편집하다',
|
|
'Editability' => '편집 가능성',
|
|
'Extension' => '신장',
|
|
'FilePath' => '파일 경로',
|
|
'Files' => '파일',
|
|
'GroupUser' => '그룹 사용자',
|
|
'Media' => '미디어',
|
|
'Name' => '이름',
|
|
'Path' => '통로',
|
|
'PathSettings' => '경로 설정',
|
|
'Permission' => '허가',
|
|
'Preview' => '시사',
|
|
'RandomPath' => '임의의 경로',
|
|
'Select' => '고르다',
|
|
'Settings' => '설정',
|
|
'Size' => '크기',
|
|
'Type' => '유형',
|
|
'Upload' => '업로드',
|
|
'VirtualPath' => '가상 경로',
|
|
'Visibility' => '시계',
|
|
]];
|