diff --git a/modules/cms/lang/zh-cn/lang.php b/modules/cms/lang/zh-cn/lang.php index 863901dd0..44ccc02c9 100644 --- a/modules/cms/lang/zh-cn/lang.php +++ b/modules/cms/lang/zh-cn/lang.php @@ -228,5 +228,66 @@ return [ 'manage_layouts' => '管理布局', 'manage_partials' => '管理partials', 'manage_themes' => '管理主题' + ], + 'media' => [ + 'invalid_path' => "不合法的路径: ':path'.", + 'menu_label' => '视频', + 'upload' => '上传', + 'move' => '移动', + 'delete' => '删除', + 'add_folder' => '增加文件夹', + 'search' => '搜索', + 'display' => '显示', + 'filter_everything' => '所有', + 'filter_images' => '图片', + 'filter_video' => '视频', + 'filter_audio' => '音频', + 'filter_documents' => '文档', + 'library' => '库', + 'folder_size_items' => '个数', + 'size' => '大小', + 'title' => '标题', + 'last_modified' => '最近修改', + 'public_url' => '公开URL', + 'click_here' => '点击这里', + 'thumbnail_error' => '生产缩略图错误.', + 'return_to_parent' => '返回上层文件夹', + 'return_to_parent_label' => '返回 ..', + 'nothing_selected' => '没有选中.', + 'multiple_selected' => '多选.', + 'uploading_file_num' => '上传 :number 文件...', + 'uploading_complete' => '上传完毕', + 'order_by' => '排序', + 'search' => '搜索', + 'folder' => '文件夹', + 'no_files_found' => '没找到你请求的文件.', + 'delete_empty' => '请选择删除项.', + 'delete_confirm' => '你是否想要删除选中项?', + 'error_renaming_file' => '重命名错误.', + 'new_folder_title' => '新文件', + 'folder_name' => '文件夹名', + 'error_creating_folder' => '新建文件夹错误', + 'folder_or_file_exist' => '文件夹或文件已经存在.', + 'move_empty' => '请选择移动项.', + 'move_popup_title' => '移动文件或文件夹', + 'move_destination' => '目标文件夹', + 'please_select_move_dest' => '请选择目标文件夹.', + 'move_dest_src_match' => '请选择另一个目标文件夹.', + 'empty_library' => '媒体库是空的. 从上传文件或创建文件夹开始.', + 'insert' => '插入', + 'crop_and_insert' => '裁剪并插入', + 'select_single_image' => '请选择一张图片.', + 'selection_not_image' => '选择的不是一张图片.', + 'restore' => '取消所有更改', + 'resize' => '调整大小...', + 'selection_mode_normal' => '正常', + 'selection_mode_fixed_ratio' => '固定比例', + 'selection_mode_fixed_size' => '固定大小', + 'height' => '高度', + 'width' => '宽度', + 'selection_mode' => '选择模式', + 'resize_image' => '调整图片', + 'image_size' => '图片大小:', + 'selected_size' => '选中:' ] -]; +]; \ No newline at end of file