Skip to content

Commit 1c519df

Browse files
author
Chenran Jin
committed
update copywriter
1 parent d99e789 commit 1c519df

File tree

3 files changed

+17
-19
lines changed

3 files changed

+17
-19
lines changed

TSPL.docc/_redirects

Lines changed: 0 additions & 2 deletions
This file was deleted.

TSPL.docc/footer.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<footer id="footer" role="contentinfo" hidden>
1313
<div class="container">
1414
<div>
15-
<p class="copyright">Copyright © 2014–2023 Apple Inc. and the Swift project authors. All rights reserved.</p>
16-
<p>This document is made available under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/" style="color: #09f">Creative Commons Attribution 4.0 International (CC BY 4.0) License</a>.</p>
17-
<p class="trademark">Swift and the Swift logo are trademarks of Apple Inc.</p>
15+
<p class="copyright">版权所有 © 2014–2025 Apple Inc. Swift 项目作者。保留所有权利。</p>
16+
<p>此文档根据<a rel="license" href="https://creativecommons.org/licenses/by/4.0/deed.zh-hans" style="color: #09f">Creative Commons 署名 4.0 国际许可协议(CC BY 4.0</a>提供。</p>
17+
<p class="trademark">Swift Swift 标志均为 Apple Inc. 的商标。</p>
1818
<p class="privacy">
19-
<a href="//www.apple.com/privacy/privacy-policy/">Privacy Policy</a>
19+
<a href="//www.apple.com/privacy/privacy-policy/">隐私政策</a>
2020
<a href="//www.apple.com/legal/privacy/en-ww/cookies/">Cookies</a>
2121
</p>
2222
</div>
@@ -27,23 +27,23 @@
2727
tabindex="0"
2828
id="color-scheme-toggle"
2929
>
30-
<legend class="visuallyhidden">Color scheme preference</legend>
30+
<legend class="visuallyhidden">外观方案</legend>
3131
<label for="scheme-light">
3232
<input id="scheme-light" type="radio" class="visuallyhidden" name="color-scheme-preference" value="light" onchange="doccAppearance('light')">
33-
<span class="color-scheme-toggle-label">Light</span>
33+
<span class="color-scheme-toggle-label">浅色</span>
3434
</label>
3535
<label for="scheme-dark">
3636
<input id="scheme-dark" type="radio" class="visuallyhidden" name="color-scheme-preference" value="dark" onchange="doccAppearance('dark')">
37-
<span class="color-scheme-toggle-label">Dark</span>
37+
<span class="color-scheme-toggle-label">深色</span>
3838
</label>
3939
<label for="scheme-auto" id="scheme-auto-wrapper">
4040
<input id="scheme-auto" type="radio" class="visuallyhidden" name="color-scheme-preference" value="auto" onchange="doccAppearance('auto')">
41-
<span class="color-scheme-toggle-label">Auto</span>
41+
<span class="color-scheme-toggle-label">自动</span>
4242
</label>
4343
</form>
4444
<aside>
45-
<a href="/atom.xml" title="Subscribe to Site Updates"><i class="feed"></i></a>
46-
<a href="https://twitter.com/swiftlang" rel="nofollow" title="Follow @SwiftLang on Twitter"><i class="twitter"></i></a>
45+
<a href="/atom.xml" title="订阅站点更新"><i class="feed"></i></a>
46+
<a href="https://twitter.com/swiftlang" rel="nofollow" title="关注 @SwiftLang 的 X"><i class="twitter"></i></a>
4747
</aside>
4848
</div>
4949
</div>

TSPL.docc/header-publish.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
<div class="container">
1313
<nav id="home" role="navigation">
1414
<a aria-label="Swift.org"
15-
href="/"
15+
href="https://swift.swiftgg.team"
1616
id="logo"
1717
role="img"
18-
title="Swift.org"
19-
>Swift.org</a>
18+
title="SwiftGG"
19+
>SwiftGG</a>
2020
</nav>
2121
<button id="small-menu-toggle"></button>
2222
<nav id="menu">
2323
<ul class="links">
24-
<li><a href="https://www.swift.org/blog/">Blog</a></li>
25-
<li><a href="https://www.swift.org/download/">Download</a></li>
26-
<li><a href="https://www.swift.org/getting-started/">Getting Started</a></li>
27-
<li><a href="https://www.swift.org/documentation/">Documentation</a></li>
24+
<li><a href="https://swift.swiftgg.team/blog/">博客</a></li>
25+
<li><a href="https://swift.swiftgg.team/download/">下载</a></li>
26+
<li><a href="https://swift.swiftgg.team/getting-started/">入门指南</a></li>
27+
<li><a href="https://swift.swiftgg.team/documentation/">文档</a></li>
2828
</ul>
2929
</nav>
3030
</div>

0 commit comments

Comments
 (0)