mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
f08f2fbf65
* #1350 update base template to include git revision date * #1350 add localized revision date * #1350 support for v0.3 of mkdocs-git-revision-date-localized-plugin * #1350 add translations for source.revision.date
24 lines
848 B
HTML
24 lines
848 B
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
{% macro t(key) %}{{ {
|
|
"language": "ja",
|
|
"clipboard.copy": "クリップボードへコピー",
|
|
"clipboard.copied": "コピーしました",
|
|
"edit.link.title": "編集",
|
|
"footer.previous": "前",
|
|
"footer.next": "次",
|
|
"meta.comments": "コメント",
|
|
"meta.source": "ソース",
|
|
"search.language": "ja",
|
|
"search.placeholder": "検索",
|
|
"search.result.placeholder": "検索キーワードを入力してください",
|
|
"search.result.none": "何も見つかりませんでした",
|
|
"search.result.one": "1件見つかりました",
|
|
"search.result.other": "#件見つかりました",
|
|
"search.tokenizer": "[\s\- 、。,.]+",
|
|
"source.link.title": "リポジトリへ",
|
|
"toc.title": "目次",
|
|
"last.update": "最後の更新"
|
|
}[key] }}{% endmacro %}
|