fix: 补全 CUPS Web 汉化

This commit is contained in:
Codex
2026-06-28 20:23:39 +08:00
parent 698f3262f0
commit 76faf52b6b
5 changed files with 515 additions and 248 deletions

View File

@@ -0,0 +1,52 @@
<!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<link rel="stylesheet" href="/cups.css" type="text/css">
<link rel="shortcut icon" href="/apple-touch-icon.png" type="image/png">
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=9">
<meta name="viewport" content="width=device-width">
<title>首页 - CUPS 打印管理</title>
</head>
<body>
<div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a class="active" href="/">首页</a></li>
<li><a href="/admin">管理</a></li>
<li><a href="/classes/">打印机类</a></li>
<li><a href="/help/">帮助</a></li>
<li><a href="/jobs/">任务</a></li>
<li><a href="/printers/">打印机</a></li>
</ul>
</div>
<div class="cups-body">
<div class="row">
<h1>OpenPrinting CUPS 打印系统</h1>
<p>CUPS 是面向 Linux 和其他类 Unix 系统的标准化开源打印系统。它通过 IPP Everywhere 支持本地打印机和网络打印机。</p>
</div>
<div class="row">
<div class="thirds">
<h2>用户指南</h2>
<p><a href="help/overview.html">CUPS 概述</a></p>
<p><a href="help/options.html">命令行打印和选项</a></p>
</div>
<div class="thirds">
<h2>管理员指南</h2>
<p><a href="help/admin.html">添加打印机和打印机类</a></p>
<p><a href="help/policies.html">管理操作策略</a></p>
<p><a href="help/network.html">使用网络打印机</a></p>
<p><a href="help/firewalls.html">防火墙</a></p>
<p><a href="help/man-cupsd.conf.html">cupsd.conf 参考</a></p>
</div>
<div class="thirds">
<h2>开发者指南</h2>
<p><a href="help/cupspm.html">CUPS 编程手册</a></p>
<p><a href="help/api-filter.html">过滤器和后端编程</a></p>
</div>
</div>
</div>
<div class="cups-footer">CUPS 和 CUPS 标志是 OpenPrinting 的商标 | 中文汉化版</div>
</body>
</html>