mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed Chinese translation for "source.file.date.created" (#2751)
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
This commit is contained in:
@@ -43,6 +43,6 @@
|
|||||||
"source.link.title": "前往 GitHub 倉庫",
|
"source.link.title": "前往 GitHub 倉庫",
|
||||||
"source.revision.date": "最後更新",
|
"source.revision.date": "最後更新",
|
||||||
"source.file.date.updated": "最後更新",
|
"source.file.date.updated": "最後更新",
|
||||||
"source.file.date.created": "已建立",
|
"source.file.date.created": "建立日期",
|
||||||
"toc.title": "目錄"
|
"toc.title": "目錄"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
|||||||
@@ -43,6 +43,6 @@
|
|||||||
"source.link.title": "前往倉庫",
|
"source.link.title": "前往倉庫",
|
||||||
"source.revision.date": "最後更新",
|
"source.revision.date": "最後更新",
|
||||||
"source.file.date.updated": "最後更新",
|
"source.file.date.updated": "最後更新",
|
||||||
"source.file.date.created": "สร้าง",
|
"source.file.date.created": "建立日期",
|
||||||
"toc.title": "目錄"
|
"toc.title": "目錄"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
|||||||
Reference in New Issue
Block a user