oms-Media/Theme/Backend/Lang/zh.lang.php

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' => '能见度',
]];