-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(i18n): add Traditional Chinese (Taiwan) localization file (#961)
- Loading branch information
郭桓桓
authored
Apr 2, 2023
1 parent
39b81aa
commit d97f95f
Showing
1 changed file
with
84 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
# The layout text of site | ||
|
||
# ----- Commons label ----- | ||
|
||
layout: | ||
post: 文章 | ||
category: 分類 | ||
tag: 標籤 | ||
|
||
# The tabs of sidebar | ||
tabs: | ||
# format: <filename_without_extension>: <value> | ||
home: 首頁 | ||
categories: 分類 | ||
tags: 標籤 | ||
archives: 封存 | ||
about: 關於 | ||
|
||
# the text displayed in the search bar & search results | ||
search: | ||
hint: 搜尋 | ||
cancel: 取消 | ||
no_results: 沒有搜尋結果 | ||
|
||
panel: | ||
lastmod: 最近更新 | ||
trending_tags: 熱門標籤 | ||
toc: 文章摘要 | ||
|
||
copyright: | ||
# Shown at the bottom of the post | ||
license: | ||
template: 本文章以 :LICENSE_NAME 授權 | ||
name: CC BY 4.0 | ||
link: https://creativecommons.org/licenses/by/4.0/ | ||
|
||
# Displayed in the footer | ||
brief: 保留部份權利。 | ||
verbose: >- | ||
除非另有說明,否則本網誌的文章均由作者按照姓名標示 4.0 國際 (CC BY 4.0) 授權條款進行授權。 | ||
meta: 本網站使用 :PLATFORM 產生,採用 :THEME 主題。 | ||
|
||
not_found: | ||
statment: 抱歉,您可能正在存取一個已被移動的 URL,或者它從未存在。 | ||
|
||
notification: | ||
update_found: 發現新版本更新。 | ||
update: 更新 | ||
|
||
# ----- Posts related labels ----- | ||
|
||
post: | ||
written_by: 作者 | ||
posted: 發布於 | ||
updated: 更新於 | ||
words: 字 | ||
pageview_measure: 次瀏覽 | ||
read_time: | ||
unit: 分鐘 | ||
prompt: 閱讀 | ||
relate_posts: 相關文章 | ||
share: 分享 | ||
button: | ||
next: 下一篇 | ||
previous: 上一篇 | ||
copy_code: | ||
succeed: 已複製! | ||
share_link: | ||
title: 分享連結 | ||
succeed: 已複製連結! | ||
# pinned prompt of posts list on homepage | ||
pin_prompt: 置頂 | ||
|
||
# Date time format. | ||
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format> | ||
df: | ||
post: | ||
strftime: '%Y/%m/%d' | ||
dayjs: 'YYYY/MM/DD' | ||
|
||
# categories page | ||
categories: | ||
category_measure: 個分類 | ||
post_measure: 篇文章 |