Skip to content

Commit 9b690b3

Browse files
authored
Update UI text for zh-CN and zh-TW (mmistakes#2626)
* Update UI text for zh-CN and zh-TW * Update CHANGELOG and history Not touching last_modified_at this time - it's messy enough
1 parent b9bce97 commit 9b690b3

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
- Add entry layout configuration for `list` (default) or `grid` views on `layout: home`. [#2616](https://github.com/mmistakes/minimal-mistakes/pull/2616)
1313
- Add missing Chinese translations. [#2576](https://github.com/mmistakes/minimal-mistakes/pull/2576)
14+
- Improve Chinese translations. [#2626](https://github.com/mmistakes/minimal-mistakes/pull/2626)
1415
- Add `line-height` to `h4` element in notice helper. [#2602](https://github.com/mmistakes/minimal-mistakes/pull/2602)
1516
- Improve Algolia search. [#2572](https://github.com/mmistakes/minimal-mistakes/pull/2572)
1617
- Update link to wtfpl license in README. [#2571](https://github.com/mmistakes/minimal-mistakes/pull/2571)

_data/ui-text.yml

+16-13
Original file line numberDiff line numberDiff line change
@@ -379,15 +379,15 @@ zh: &DEFAULT_ZH_HANS
379379
skip_links : "跳转链接"
380380
skip_primary_nav : "转到主导航栏"
381381
skip_content : "转到内容"
382-
skip_footer : "转到页脚"
382+
skip_footer : "转到底部"
383383
page : "页面"
384-
pagination_previous : "向前"
385-
pagination_next : "向后"
384+
pagination_previous : "上一页"
385+
pagination_next : "下一页"
386386
breadcrumb_home_label : "首页"
387387
breadcrumb_separator : "/"
388388
menu_label : "切换菜单"
389389
search_label : "切换搜索"
390-
toc_label : "在本页上"
390+
toc_label : "目录"
391391
ext_link_label : "直接链接"
392392
less_than : "少于"
393393
minute_read : "分钟阅读"
@@ -430,16 +430,16 @@ zh-SG:
430430
# Taiwan (Traditional Chinese)
431431
zh-TW: &DEFAULT_ZH_HANT
432432
skip_links :
433-
skip_primary_nav :
434-
skip_content :
435-
skip_footer :
433+
skip_primary_nav : "轉至主導航欄"
434+
skip_content : "轉至内容"
435+
skip_footer : "轉至頁脚"
436436
page : "頁面"
437-
pagination_previous : "較舊"
438-
pagination_next : "較新"
437+
pagination_previous : "前一頁"
438+
pagination_next : "後一頁"
439439
breadcrumb_home_label : "首頁"
440440
breadcrumb_separator : "/"
441441
menu_label : "切換選單"
442-
search_label :
442+
search_label : "切換搜索"
443443
toc_label : "本頁"
444444
ext_link_label : "外部連結"
445445
less_than : "少於"
@@ -462,7 +462,7 @@ zh-TW: &DEFAULT_ZH_HANT
462462
undefined_wpm : "_config.yml 中未定義 words_per_minute"
463463
comment_form_info : "您的電子信箱不會被公開. 必填部份已標記"
464464
comment_form_comment_label : "留言內容"
465-
comment_form_md_info : "支援Markdown語法"
465+
comment_form_md_info : "支援 Markdown 語法"
466466
comment_form_name_label : "名字"
467467
comment_form_email_label : "電子信箱帳號"
468468
comment_form_website_label : "網頁 (可選填)"
@@ -471,8 +471,11 @@ zh-TW: &DEFAULT_ZH_HANT
471471
comment_success_msg : "感謝您的留言! 審核後將會顯示在站上。"
472472
comment_error_msg : "抱歉,部份資料輸入有問題。請確認資料填寫正確後再試一次。"
473473
loading_label : "載入中..."
474-
search_label_text :
475-
search_algolia_no_results :
474+
search_label_text : "輸入您要搜索的關鍵詞..."
475+
search_placeholder_text : "輸入您要搜索的關鍵詞..."
476+
search_algolia_no_results : "沒有結果"
477+
results_found : "條匹配的記錄"
478+
back_to_top : "回到頂部"
476479
zh-HK:
477480
<<: *DEFAULT_ZH_HANT
478481

docs/_docs/18-history.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ toc: false
2222

2323
- Add entry layout configuration for `list` (default) or `grid` views on `layout: home`. [#2616](https://github.com/mmistakes/minimal-mistakes/pull/2616)
2424
- Add missing Chinese translations. [#2576](https://github.com/mmistakes/minimal-mistakes/pull/2576)
25+
- Improve Chinese translations. [#2626](https://github.com/mmistakes/minimal-mistakes/pull/2626)
2526
- Add `line-height` to `h4` element in notice helper. [#2602](https://github.com/mmistakes/minimal-mistakes/pull/2602)
2627
- Improve Algolia search. [#2572](https://github.com/mmistakes/minimal-mistakes/pull/2572)
2728
- Update link to wtfpl license in README. [#2571](https://github.com/mmistakes/minimal-mistakes/pull/2571)

0 commit comments

Comments
 (0)