fix(core): update

This commit is contained in:
2019-05-13 19:04:33 +02:00
commit fa42015693
268 changed files with 36243 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{% macro t(key) %}{{ {
"language": "vi",
"clipboard.copy": "Sao chép vào bộ nhớ",
"clipboard.copied": "Sao chép xong",
"edit.link.title": "Chỉnh sửa",
"footer.previous": "Trước",
"footer.next": "Sau",
"meta.comments": "Bình luận",
"meta.source": "Mã nguồn",
"search.placeholder": "Tìm kiếm",
"search.result.placeholder": "Nhập để bắt đầu tìm kiếm",
"search.result.none": "Không tìm thấy tài liệu liên quan",
"search.result.one": "1 tài liệu liên quan",
"search.result.other": "# tài liệu liên quan",
"skip.link.title": "Vào thẳng nội dung",
"source.link.title": "Đến kho lưu trữ mã nguồn",
"toc.title": "Mục lục"
}[key] }}{% endmacro %}