Skip to content

Commit 5dee723

Browse files
authored
Merge pull request academicpages#2144 from YanY-Henry/tmp
Add Chinese (both simplified and traditional) to ui-text.yml for Issue academicpages#404, closes academicpages#404
2 parents ac2c224 + 3d89da7 commit 5dee723

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

_data/ui-text.yml

+84
Original file line numberDiff line numberDiff line change
@@ -266,5 +266,89 @@ it: &DEFAULT_IT
266266
it-IT:
267267
<<: *DEFAULT_IT
268268

269+
# Chinese (simplified)
270+
# -----------------
271+
zh: &DEFAULT_ZH
272+
page : "页面"
273+
pagination_previous : "上一页"
274+
pagination_next : "下一页"
275+
breadcrumb_home_label : "主页"
276+
breadcrumb_separator : "/"
277+
toc_label : "本页内容"
278+
ext_link_label : "直接链接"
279+
less_than : "少于"
280+
minute_read : "分钟阅读时长"
281+
share_on_label : "分享到"
282+
meta_label :
283+
tags_label : "标签:"
284+
categories_label : "分类:"
285+
date_label : "发布时间:"
286+
comments_label : "发表评论"
287+
comments_title : "评论"
288+
more_label : "了解更多"
289+
related_label : "你可能感兴趣的"
290+
follow_label : "关注:"
291+
feed_label : "打赏"
292+
powered_by : "技术支持:"
293+
website_label : "网站"
294+
email_label : "电子邮件"
295+
recent_posts : "最新文章"
296+
undefined_wpm : "_config.yml中未定义words_per_minute参数"
297+
comment_form_info : "您的电子邮件地址不会被公开。(必填项已标注)"
298+
comment_form_comment_label : "评论"
299+
comment_form_md_info : "支持Markdown格式"
300+
comment_form_name_label : "姓名"
301+
comment_form_email_label : "电子邮件地址"
302+
comment_form_website_label : "网站(可选)"
303+
comment_btn_submit : "提交评论"
304+
comment_btn_submitted : "已提交"
305+
comment_success_msg : "感谢您的评论!审核通过后会显示在网站上。"
306+
comment_error_msg : "抱歉,提交时出错。请确保所有必填项已完成,并重试。"
307+
loading_label : "加载中..."
308+
zh-CN:
309+
<<: *DEFAULT_ZH
310+
311+
# Chinese (traditional)
312+
# -----------------
313+
zh-HK: &DEFAULT_ZH_HK
314+
page : "頁面"
315+
pagination_previous : "上一頁"
316+
pagination_next : "下一頁"
317+
breadcrumb_home_label : "主頁"
318+
breadcrumb_separator : "/"
319+
toc_label : "本頁內容"
320+
ext_link_label : "直接連結"
321+
less_than : "少於"
322+
minute_read : "分鐘閱讀時長"
323+
share_on_label : "分享到"
324+
meta_label :
325+
tags_label : "標籤:"
326+
categories_label : "分類:"
327+
date_label : "發布時間:"
328+
comments_label : "發表評論"
329+
comments_title : "評論"
330+
more_label : "了解更多"
331+
related_label : "你可能感興趣的"
332+
follow_label : "關注:"
333+
feed_label : "打賞"
334+
powered_by : "技術支持:"
335+
website_label : "網站"
336+
email_label : "電子郵件"
337+
recent_posts : "最新文章"
338+
undefined_wpm : "_config.yml中未定義words_per_minute參數"
339+
comment_form_info : "您的電子郵件地址不會被公開。(必填項已標註)"
340+
comment_form_comment_label : "評論"
341+
comment_form_md_info : "支持Markdown格式"
342+
comment_form_name_label : "姓名"
343+
comment_form_email_label : "電子郵件地址"
344+
comment_form_website_label : "網站(可選)"
345+
comment_btn_submit : "提交評論"
346+
comment_btn_submitted : "已提交"
347+
comment_success_msg : "感謝您的評論!審核通過後會顯示在網站上。"
348+
comment_error_msg : "抱歉,提交時出錯。請確保所有必填項已完成,並重試。"
349+
loading_label : "加載中..."
350+
zh-TW:
351+
<<: *DEFAULT_ZH_HK
352+
269353
# Another locale
270354
# --------------

0 commit comments

Comments
 (0)