github.com/square/finch@v0.0.0-20240412205204-6530c03e2b96/docs/themes/hugo-geekdoc/i18n/zh-cn.yaml (about)

     1  ---
     2  edit_page: 编辑页面
     3  
     4  nav_navigation: 导航
     5  nav_tags: 标签
     6  nav_more: 更多
     7  nav_top: 回到顶部
     8  
     9  form_placeholder_search: 搜索
    10  
    11  error_page_title: 迷路了? 不用担心
    12  error_message_title: 迷路了?
    13  error_message_code: 错误 404
    14  error_message_text: >
    15    好像找不到你要找的东西。 别担心,我们可以
    16    带您回到<a class="gdoc-error__link" href="{{ . }}">主页</a>。
    17  
    18  button_toggle_dark: 切换暗/亮/自动模式
    19  button_nav_open: 打开导航
    20  button_nav_close: 关闭导航
    21  button_menu_open: 打开菜单栏
    22  button_menu_close: 关闭菜单栏
    23  button_homepage: 返回首页
    24  
    25  title_anchor_prefix: "锚定到:"
    26  
    27  posts_read_more: 阅读全文
    28  posts_read_time:
    29    one: "一分钟阅读时间"
    30    other: "{{ . }} 分钟阅读时间"
    31  posts_update_prefix: 更新时间
    32  posts_count:
    33    one: 一篇文章
    34    other: "{{ . }} 个帖子"
    35  posts_tagged_with: 所有带有“{{ . }}”标签的帖子。
    36  
    37  footer_build_with: >
    38    基于 <a href="https://gohugo.io/" class="gdoc-footer__link">Hugo</a>
    39    <svg class="gdoc-icon gdoc_heart"><use xlink:href="#gdoc_heart"></use></svg> 制作
    40  footer_legal_notice: "法律声明"
    41  footer_privacy_policy: "隐私政策"
    42  footer_content_license_prefix: >
    43    内容许可证
    44  
    45  language_switch_no_tranlation_prefix: "页面未翻译:"
    46  
    47  propertylist_required: 需要
    48  propertylist_optional: 可选
    49  propertylist_default: 默认值
    50  
    51  pagination_page_prev: 以前
    52  pagination_page_next: 下一个
    53  pagination_page_state: "{{ .PageNumber }}/{{ .TotalPages }}"