Add mention of Vietnamese to UI text docs and update CHANGELOG/history
This commit is contained in:
parent
67ec264d08
commit
1205a8c46c
4 changed files with 58 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
### Enhancements
|
||||||
|
|
||||||
|
- Add Greek localized UI text strings. [#1159](https://github.com/mmistakes/minimal-mistakes/pull/1159)
|
||||||
|
|
||||||
## [4.5.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.0)
|
## [4.5.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.0)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
|
@ -797,6 +797,49 @@ id: &DEFAULT_ID
|
||||||
id-ID:
|
id-ID:
|
||||||
<<: *DEFAULT_ID
|
<<: *DEFAULT_ID
|
||||||
|
|
||||||
|
# Vietnamese
|
||||||
|
# -----------------
|
||||||
|
vi: &DEFAULT_VI
|
||||||
|
page : "Trang"
|
||||||
|
pagination_previous : "Trước"
|
||||||
|
pagination_next : "Sau"
|
||||||
|
breadcrumb_home_label : "Trang chủ"
|
||||||
|
breadcrumb_separator : "/"
|
||||||
|
menu_label : "Menu"
|
||||||
|
toc_label : "Tại trang này"
|
||||||
|
ext_link_label : "Đường dẫn trực tiếp"
|
||||||
|
less_than : "nhỏ hơn"
|
||||||
|
minute_read : "phút đọc"
|
||||||
|
share_on_label : "Chia sẻ tại"
|
||||||
|
meta_label :
|
||||||
|
tags_label : "Nhãn:"
|
||||||
|
categories_label : "Chủ đề:"
|
||||||
|
date_label : "Cập nhật:"
|
||||||
|
comments_label : "Để lại bình luận"
|
||||||
|
comments_title : "Bình luận"
|
||||||
|
more_label : "Mở rộng"
|
||||||
|
related_label : "Có thể bạn cũng thích"
|
||||||
|
follow_label : "Theo dõi:"
|
||||||
|
feed_label : "Feed"
|
||||||
|
powered_by : "Được hỗ trợ bởi"
|
||||||
|
website_label : "Website"
|
||||||
|
email_label : "Email"
|
||||||
|
recent_posts : "Bài viết mới"
|
||||||
|
undefined_wpm : "Chưa định nghĩa thông số words_per_minute tại _config.yml"
|
||||||
|
comment_form_info : "Email của bạn sẽ được giữ bí mật. Các phần bắt buộc được đánh dấu."
|
||||||
|
comment_form_comment_label : "Bình luận"
|
||||||
|
comment_form_md_info : "Hỗ trợ Markdown."
|
||||||
|
comment_form_name_label : "Tên"
|
||||||
|
comment_form_email_label : "Địa chỉ email"
|
||||||
|
comment_form_website_label : "Website (không bắt buộc)"
|
||||||
|
comment_btn_submit : "Gửi bình luận"
|
||||||
|
comment_btn_submitted : "Đã được gửi"
|
||||||
|
comment_success_msg : "Cảm ơn bạn đã bình luận! Bình luận sẽ xuất hiện sau khi được duyệt."
|
||||||
|
comment_error_msg : "Rất tiếc, có lỗi trong việc gửi bình luận. Hãy đảm bảo toàn bộ các phần bắt buộc đã được điền đầy đủ và thử lại."
|
||||||
|
loading_label : "Đang tải..."
|
||||||
|
vi-VN:
|
||||||
|
<<: *DEFAULT_VI
|
||||||
|
|
||||||
# Another locale
|
# Another locale
|
||||||
# --------------
|
# --------------
|
||||||
#
|
#
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "UI Text"
|
title: "UI Text"
|
||||||
permalink: /docs/ui-text/
|
permalink: /docs/ui-text/
|
||||||
excerpt: "Text for customizing various user interface elements found in the theme."
|
excerpt: "Text for customizing various user interface elements found in the theme."
|
||||||
last_modified_at: 2017-07-07T15:08:15-04:00
|
last_modified_at: 2017-08-06T10:30:33-04:00
|
||||||
---
|
---
|
||||||
|
|
||||||
Text for various UI elements, `_layouts`, and `_includes` have all been grouped together as a set of translation keys. This is by no means a full-on i18n solution, but it does help make customizing things a bit easier.
|
Text for various UI elements, `_layouts`, and `_includes` have all been grouped together as a set of translation keys. This is by no means a full-on i18n solution, but it does help make customizing things a bit easier.
|
||||||
|
@ -23,6 +23,7 @@ Currently the English[^yaml-anchors] main keys in [`_data/ui-text.yml`](https://
|
||||||
- Spanish (Español)
|
- Spanish (Español)
|
||||||
- Swedish
|
- Swedish
|
||||||
- Turkish (Türkçe)
|
- Turkish (Türkçe)
|
||||||
|
- Vietnamese
|
||||||
|
|
||||||
If you're are interested in localizing them into other languages feel free to submit a pull request and I will be happy to look it over.
|
If you're are interested in localizing them into other languages feel free to submit a pull request and I will be happy to look it over.
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,15 @@ permalink: /docs/history/
|
||||||
excerpt: "Change log of enhancements and bug fixes made to the theme."
|
excerpt: "Change log of enhancements and bug fixes made to the theme."
|
||||||
sidebar:
|
sidebar:
|
||||||
nav: docs
|
nav: docs
|
||||||
last_modified_at: 2017-08-04T12:32:47-04:00
|
last_modified_at: 2017-08-06T10:31:32-04:00
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
### Enhancements
|
||||||
|
|
||||||
|
- Add Greek localized UI text strings. [#1159](https://github.com/mmistakes/minimal-mistakes/pull/1159)
|
||||||
|
|
||||||
## [4.5.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.0)
|
## [4.5.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.0)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
Loading…
Reference in a new issue