mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-27 16:28:40 +00:00
50 lines
1.6 KiB
PHP
Executable File
50 lines
1.6 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' => '可視',
|
|
]];
|