mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-18 00:00:18 -07:00
Traditional Chinese by OpenCC conversion Chinese translation of `jslicense.html` ahead of time Replace (device) "refresh" as "scan" Minor change to readme and a few other I18n will also modify `<html lang="...">`
64 lines
3.1 KiB
HTML
64 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>About</title>
|
|
<link rel="stylesheet" href="main.css" />
|
|
<link rel="icon" href="icon.svg" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<div>
|
|
<h1 data-i18n="cat-printer">Cat Printer</h1>
|
|
<p>
|
|
<span data-i18n="home-page-">Home Page:</span>
|
|
<a target="_blank" href="https://github.com/NaitLee/Cat-Printer">GitHub</a>
|
|
</p>
|
|
<h2 data-i18n="contributors">Contributors</h2>
|
|
<div class="contributors">
|
|
<dl>
|
|
<dt>
|
|
<a target="_blank" href="https://github.com/NaitLee">NaitLee</a>
|
|
</dt>
|
|
<dd data-i18n="developer">Developer</dd>
|
|
<dd data-i18n="translator">Translator</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt>
|
|
<a target="_blank" href="https://github.com/frankenstein91">frankenstein91</a>
|
|
</dt>
|
|
<dd data-i18n="developer">Developer</dd>
|
|
<dd data-i18n="translator">Translator</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt>
|
|
<a target="_blank" href="https://github.com/andypiper">andypiper</a>
|
|
</dt>
|
|
<dd data-i18n="minor-tweaks">Minor Tweaks</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt>
|
|
<a target="_blank" href="https://github.com/sync1211">sync1211</a>
|
|
</dt>
|
|
<dd data-i18n="developer">Developer</dd>
|
|
<dd data-i18n="translator">Translator</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt data-i18n="all-users-and-developers">All testers & users</dt>
|
|
<dd data-i18n="everyone-is-awesome">Everyone is awesome!</dd>
|
|
</dl>
|
|
</div>
|
|
<h2 data-i18n="copyright-and-license">Copyright</h2>
|
|
<p>
|
|
<span>Copyright © 2021-2022 NaitLee Soft.</span>
|
|
<span data-i18n="some-rights-reserved">Some rights reserved.</span>
|
|
</p>
|
|
<p class="force-ltr">This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p>
|
|
<p class="force-ltr">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
|
|
<p class="force-ltr">You should have received a copy of the GNU General Public License along with this program. If not, see <<a target="_blank" href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>>.</p>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html> |