ClickHouse/docs/tools/mkdocs-material-theme/partials/language/ja.html
Ivan Blinkov 387cbca505
Introduction refactoring + a bunch of docs fixes (#8010)
* Create SECURITY.md

* [experimental] auto-mark documentation PRs with labels

* revert #6544

* Sync RPM packages instructions to other docs languages

* Move tutorial to documentation with old content (for now)

* refactor installation guide a bit

* add ../en/getting_started/index.md

* Rename ya_metrica_task.md

* Rename ya_metrica_task.md

* Refactor Yandex.Metrica dataset description

* WIP on rewriting tutorial

* tmp commit

* lots of docs fixes

* partially revert c136bee4ce

* try to fix docs build in CI

* try to fix docs build in CI

* few minor improvements

* Quick refactoring of last portion of tutorial (not thoroughly tested though)

* fix link
2019-12-05 19:36:51 +03:00

25 lines
947 B
HTML

{% macro t(key) %}{{ {
"language": "ja",
"clipboard.copy": "クリップボードへコピー",
"clipboard.copied": "コピーしました",
"edit.link.title": "編集",
"footer.previous": "前",
"footer.next": "次",
"meta.comments": "コメント",
"meta.source": "ソース",
"nav.latest": "master",
"nav.multi_page": "マルチページ版",
"nav.pdf": "PDF版",
"nav.release": "リリース",
"nav.single_page": "シングルページ版",
"nav.source": "ClickHouseソースコード",
"search.placeholder": "検索",
"search.result.placeholder": "検索キーワードを入力してください",
"search.result.none": "何も見つかりませんでした",
"search.result.one": "1件見つかりました",
"search.result.other": "#件見つかりました",
"search.tokenizer": "[\s\- 、。,.]+",
"source.link.title": "リポジトリへ",
"toc.title": "目次"
}[key] }}{% endmacro %}