From 568553394d0a8b34668a75c9839a0f1f426469b2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 6 Oct 2019 21:10:46 +0200 Subject: theme: Switch to docsy theme --- themes/docsy/i18n/de.toml | 43 +++++++++++++++++++++++++++++++++++++++++++ themes/docsy/i18n/en.toml | 43 +++++++++++++++++++++++++++++++++++++++++++ themes/docsy/i18n/ja.toml | 43 +++++++++++++++++++++++++++++++++++++++++++ themes/docsy/i18n/no.toml | 43 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 172 insertions(+) create mode 100644 themes/docsy/i18n/de.toml create mode 100644 themes/docsy/i18n/en.toml create mode 100644 themes/docsy/i18n/ja.toml create mode 100644 themes/docsy/i18n/no.toml (limited to 'themes/docsy/i18n') diff --git a/themes/docsy/i18n/de.toml b/themes/docsy/i18n/de.toml new file mode 100644 index 0000000..3e4aa6b --- /dev/null +++ b/themes/docsy/i18n/de.toml @@ -0,0 +1,43 @@ + + +# UI strings. Buttons and similar. + +[ui_pager_prev] +other = "Weiter" + +[ui_pager_next] +other = "Zurück" + +[ui_read_more] +other = "Weiterlesen" + +[ui_search] +other = "Diese Seite durchsuchen…" + +# Used in sentences such as "Posted in News" +[ui_in] +other = "in" + +# Footer text +[footer_all_rights_reserved] +other = "Alle Rechte vorbehalten" + +[footer_privacy_policy] +other = "Datenschutzrichtlinie" + + +# Post (blog, articles etc.) +[post_byline_by] +other = "Von" +[post_created] +other = "Erstellt" +[post_last_mod] +other = "Zuletzt geändert" +[post_edit_this] +other = "Diese Seite bearbeiten" +[post_create_issue] +other = "Problem zu dieser Seite melden" +[post_create_project_issue] +other = "Problem melden" +[post_posts_in] +other = "Einträge in" diff --git a/themes/docsy/i18n/en.toml b/themes/docsy/i18n/en.toml new file mode 100644 index 0000000..f30fe94 --- /dev/null +++ b/themes/docsy/i18n/en.toml @@ -0,0 +1,43 @@ + + +# UI strings. Buttons and similar. + +[ui_pager_prev] +other = "Previous" + +[ui_pager_next] +other = "Next" + +[ui_read_more] +other = "Read more" + +[ui_search] +other = "Search this site…" + +# Used in sentences such as "Posted in News" +[ui_in] +other = "in" + +# Footer text +[footer_all_rights_reserved] +other = "All Rights Reserved" + +[footer_privacy_policy] +other = "Privacy Policy" + + +# Post (blog, articles etc.) +[post_byline_by] +other = "By" +[post_created] +other = "Created" +[post_last_mod] +other = "Last modified" +[post_edit_this] +other = "Edit this page" +[post_create_issue] +other = "Create documentation issue" +[post_create_project_issue] +other = "Create project issue" +[post_posts_in] +other = "Posts in" diff --git a/themes/docsy/i18n/ja.toml b/themes/docsy/i18n/ja.toml new file mode 100644 index 0000000..fdb3d4f --- /dev/null +++ b/themes/docsy/i18n/ja.toml @@ -0,0 +1,43 @@ + + +# UI strings. Buttons and similar. + +[ui_pager_prev] +other = "前へ" + +[ui_pager_next] +other = "次へ" + +[ui_read_more] +other = "続きを読む" + +[ui_search] +other = "サイトを検索..." + +# Used in sentences such as "Posted in News" +[ui_in] +other = "in" + +# Footer text +[footer_all_rights_reserved] +other = "All Rights Reserved" + +[footer_privacy_policy] +other = "プライバシーポリシー" + + +# Post (blog, articles etc.) +[post_byline_by] +other = "By" +[post_created] +other = "作成" +[post_last_mod] +other = "最終更新" +[post_edit_this] +other = "ページの編集" +[post_create_issue] +other = "ドキュメントのissueを作成" +[post_create_project_issue] +other = "プロジェクトのissueを作成" +[post_posts_in] +other = "記事一覧" diff --git a/themes/docsy/i18n/no.toml b/themes/docsy/i18n/no.toml new file mode 100644 index 0000000..5ee7b20 --- /dev/null +++ b/themes/docsy/i18n/no.toml @@ -0,0 +1,43 @@ + + +# UI strings. Buttons and similar. + +[ui_pager_prev] +other = "Forrige" + +[ui_pager_next] +other = "Neste" + +[ui_read_more] +other = "Les mer" + +[ui_search] +other = "Søk på nettstedet…" + +# Used in sentences such as "Posted in News" +[ui_in] +other = "i" + +# Footer text +[footer_all_rights_reserved] +other = "Alle retter er reservert" + +[footer_privacy_policy] +other = "Privacy Policy" + + +# Post (blog, articles etc.) +[post_byline_by] +other = "Av" +[post_created] +other = "Opprettet" +[post_last_mod] +other = "Sist endret" +[post_edit_this] +other = "Endre denne siden" +[post_create_issue] +other = "Opprett dokumentasjon sak" +[post_create_project_issue] +other = "Opprett prosjekt sak" +[post_posts_in] +other = "Poster i" -- cgit v1.2.3