We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// 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" => "退出登录" );
The text was updated successfully, but these errors were encountered:
3小时前(=^_^=)
Sorry, something went wrong.
No branches or pull requests
// 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" => "退出登录"
);
The text was updated successfully, but these errors were encountered: