marekrei / encode-explorer

http://encode-explorer.siineiolekala.net
235 stars 120 forks source link

Simplified Chinese #86

Open chinawpnpn opened 3 years ago

chinawpnpn commented 3 years ago

// Simplified Chinese $_TRANSLATIONS["zh_cn"] = array( "file_name" => "文件名称", "size" => "文件大小", "last_changed" => "更新时间", "total_used_space" => "已用空间", "free_space" => "可用空间", "password" => "密码", "upload" => "上传", "failed_upload" => "上传失败", "failed_move" => "无法将文件移至正确的目录", "wrong_password" => "密码错误", "make_directory" => "创建新目录", "new_dir_failed" => "创建新目录失败", "chmod_dir_failed" => "无法更改目录权限", "unable_to_read_dir" => "无法读取目录", "location" => "位置", "root" => "Root", "log_file_permission_error" => "该脚本没有写日志文件的权限", "upload_not_allowed" => "脚本配置不允许在该目录中上传", "upload_dir_not_writable" => "该目录没有写入权限", "mobile_version" => "移动视图", "standard_version" => "标准视图", "page_load_time" => "加载页面耗时 %.2f ms ", "wrong_pass" => "用户名或密码错误", "username" => "用户名", "log_in" => "登录", "upload_type_not_allowed" => "该文件类型不允许上传", "del" => "删除", "log_out" => "退出登录" );

KLKKIKO commented 3 years ago

3小时前(=^_^=)