|
12 | 12 | <footer id="footer" role="contentinfo" hidden> |
13 | 13 | <div class="container"> |
14 | 14 | <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> |
18 | 18 | <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> |
20 | 20 | <a href="//www.apple.com/legal/privacy/en-ww/cookies/">Cookies</a> |
21 | 21 | </p> |
22 | 22 | </div> |
|
27 | 27 | tabindex="0" |
28 | 28 | id="color-scheme-toggle" |
29 | 29 | > |
30 | | - <legend class="visuallyhidden">Color scheme preference</legend> |
| 30 | + <legend class="visuallyhidden">外观方案</legend> |
31 | 31 | <label for="scheme-light"> |
32 | 32 | <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> |
34 | 34 | </label> |
35 | 35 | <label for="scheme-dark"> |
36 | 36 | <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> |
38 | 38 | </label> |
39 | 39 | <label for="scheme-auto" id="scheme-auto-wrapper"> |
40 | 40 | <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> |
42 | 42 | </label> |
43 | 43 | </form> |
44 | 44 | <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> |
47 | 47 | </aside> |
48 | 48 | </div> |
49 | 49 | </div> |
|
0 commit comments