mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 08:21:53 +02:00
commit
6b4ea63b7a
2 changed files with 71 additions and 0 deletions
|
@ -76,6 +76,7 @@ The theme currently supports the following languages by default:
|
|||
| 🇷🇴 Romanian | `ro` |
|
||||
| 🇷🇺 Russian | `ru` |
|
||||
| 🇹🇷 Turkish | `tr` |
|
||||
| 🇻🇳 Vietnamese | `vi` |
|
||||
| 🇨🇳 Simplified Chinese (China) | `zh-cn` |
|
||||
| 🇹🇼 Traditional Chinese (Taiwan) | `zh-tw` |
|
||||
|
||||
|
|
70
i18n/vi.yaml
Normal file
70
i18n/vi.yaml
Normal file
|
@ -0,0 +1,70 @@
|
|||
global:
|
||||
language: "VI"
|
||||
|
||||
article:
|
||||
anchor_label: "Neo"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "Cập nhật: {{ .Date }}"
|
||||
draft: "Bản nháp"
|
||||
edit_title: "Sửa nội dung"
|
||||
reading_time:
|
||||
one: "{{ .Count }} phút"
|
||||
other: "{{ .Count }} phút"
|
||||
reading_time_title: "Thời gian đọc"
|
||||
table_of_contents: "Mục lục"
|
||||
word_count:
|
||||
one: "{{ .Count }} từ"
|
||||
other: "{{ .Count }} từ"
|
||||
views:
|
||||
one: "{{ .Count }} lượt xem"
|
||||
other: "{{ .Count }} lượt xem"
|
||||
likes:
|
||||
one: "{{ .Count }} lượt thích"
|
||||
other: "{{ .Count }} lượt thích"
|
||||
part_of_series: "Bài viết này là một phần của loạt bài."
|
||||
part: "Phần"
|
||||
this_article: "Bài viết này"
|
||||
|
||||
author:
|
||||
byline_title: "Tác giả"
|
||||
|
||||
code:
|
||||
copy: "Sao chép"
|
||||
copied: "Đã sao chép"
|
||||
|
||||
error:
|
||||
404_title: "Không tìm thấy trang :confused:"
|
||||
404_error: "Lỗi 404"
|
||||
404_description: "Có vẻ như trang bạn yêu cầu không tồn tại."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Chuyển sang giao diện tối"
|
||||
light_appearance: "Chuyển sang giao diện sáng"
|
||||
powered_by: "Dựa trên {{ .Hugo }} & {{ .Theme }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Liên kết đến trang web bên ngoài"
|
||||
no_articles: "Không có bài viết nào để liệt kê ở đây."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Cuộn lên trên cùng"
|
||||
skip_to_main: "Chuyển đến nội dung chính"
|
||||
|
||||
search:
|
||||
open_button_title: "Tìm kiếm (/)"
|
||||
close_button_title: "Đóng (Esc)"
|
||||
input_placeholder: "Tìm kiếm"
|
||||
|
||||
sharing:
|
||||
email: "Gửi qua email"
|
||||
facebook: "Chia sẻ trên facebook"
|
||||
linkedin: "Chia sẻ trên LinkedIn"
|
||||
pinterest: "Ghim trên Pinterest"
|
||||
reddit: "Gửi lên Reddit"
|
||||
twitter: "Tweet trên Twitter"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Gần đây"
|
||||
|
||||
recent:
|
||||
show_more: "Xem nhiều hơn"
|
Loading…
Add table
Reference in a new issue