alexohneander-zola/i18n/zh-Hant.toml
Óscar Fernández bf31f7ff47
feat(theme-switcher)!: respect theme_default when JS is enabled (#224)
BREAKING CHANGE: changes the behaviour of `theme_default`
2023-11-25 00:08:58 +01:00

77 lines
2.5 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

language_name = "繁體中文" # Shown in language picker for multi-language sites.
date_locale = "zh_TW"
full_stop = "。" # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "網誌"
archive = "歸檔"
tags = "標籤"
projects = "專案"
about = "關於"
contact = "聯絡方式" # Machine translated.
privacy = "隱私政策" # Machine translated.
site_statistics = "網站統計" # Machine translated.
sitemap = "網站地圖" # Machine translated.
# Navigation.
read_more = "閱讀全文"
post = "文章"
posts = "文章" # Plural of "post".
prev = "上一頁" # As in "Previous" page.
next = "下一頁" # As in "Next" page.
of = "/" # E.g. Page 1 "of" 3
all_posts = "所有文章"
all_tags = "所有標籤"
language_selection = "語言選擇" # Machine translated.
toggle_mode = "切換到$MODE模式" # $MODE will be replaced by a value (or both) below. Machine translated.
dark = "暗" # Machine translated.
light = "亮" # Machine translated.
reset_mode = "將模式重置為網站默認值" # Machine translated.
# Quick navigation buttons.
toggle_toc = "切換目錄" # Machine translated.
go_to_top = "返回頁面頂部" # Machine translated.
go_to_comments = "轉到評論區" # Machine translated.
# Post metadata.
draft = "草稿"
min_read = "分鐘閱讀"
words = "字"
last_updated_on = "最後更新於"
see_changes = "修改紀錄"
# Post body.
table_of_contents = "目錄"
load_comments = "載入留言"
# Copy code block button.
copied = "已复制!" # Machine translated.
copy_code_to_clipboard = "复制代码到剪贴板" # Machine translated.
# Footer: Powered by Zola and tabi.
powered_by = "網站基於"
and = "和"
site_source = "查看原始碼"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "您請求的頁面不存在"
translation_missing = "或尚未被翻譯成繁體中文"
check_url = "請檢查網址是否有誤或"
go_home = "返回首頁"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "顯示原文"
show_translation = "顯示翻譯"
open_quotation_mark = "「"
close_quotation_mark = "」"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "這是Web Feed又稱為Atom Feed把現在的網址複製到新聞閱讀器即可訂閱本站文章。造訪「About Feeds」來了解更多資訊。"
visit_the_site = "造訪網站"
recent_posts = "近期文章"