2019-09-28 20:42:54 +03:00
|
|
|
{#-
|
|
|
|
This file was automatically generated - do not edit
|
|
|
|
-#}
|
2019-06-15 16:16:14 +03:00
|
|
|
{% macro t(key) %}{{ {
|
|
|
|
"language": "zh-Hant",
|
|
|
|
"clipboard.copy": "複製",
|
|
|
|
"clipboard.copied": "已複製",
|
|
|
|
"edit.link.title": "編輯此頁",
|
|
|
|
"footer.previous": "上一頁",
|
|
|
|
"footer.next": "下一頁",
|
|
|
|
"meta.comments": "留言",
|
|
|
|
"meta.source": "來源",
|
2020-03-05 19:17:15 +03:00
|
|
|
"search.config.lang": "ja",
|
2020-06-21 14:22:48 +03:00
|
|
|
"search.config.pipeline": "trimmer, stemmer",
|
2022-03-22 20:16:17 +03:00
|
|
|
"search.config.separator": "[\\s\\- 、。,.?;]+",
|
2019-06-15 16:16:14 +03:00
|
|
|
"search.placeholder": "搜尋",
|
2020-11-03 19:57:37 +03:00
|
|
|
"search.result.initializer": "正在初始化搜尋引擎",
|
2019-06-15 16:16:14 +03:00
|
|
|
"search.result.placeholder": "打字進行搜尋",
|
|
|
|
"search.result.none": "沒有符合的項目",
|
|
|
|
"search.result.one": "找到 1 個符合的項目",
|
|
|
|
"search.result.other": "找到 # 個符合的項目",
|
2022-06-28 09:56:06 +03:00
|
|
|
"search.result.more.one": "此頁尚有 1 個符合的項目",
|
|
|
|
"search.result.more.other": "此頁尚有 # 個符合的項目",
|
2019-06-15 16:16:14 +03:00
|
|
|
"skip.link.title": "跳轉到",
|
|
|
|
"source.link.title": "前往倉庫",
|
2021-05-02 12:24:34 +03:00
|
|
|
"source.file.date.updated": "最後更新",
|
2021-06-17 09:53:56 +03:00
|
|
|
"source.file.date.created": "建立日期",
|
2020-03-25 16:35:27 +03:00
|
|
|
"toc.title": "目錄"
|
2019-06-15 16:16:14 +03:00
|
|
|
}[key] }}{% endmacro %}
|