oms-Media/Theme/Backend/Lang/ja.lang.php
Dennis Eichhorn 54aa5729ab update
2023-10-09 22:06:38 +00:00

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' => '視認性',
]];