From 991fd7a6d67ee017c57beaaa21fc31c4bee7944d Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 7 Oct 2023 06:48:07 +0800 Subject: feat(version): versions --- material/templates/partials/actions.html | 22 ++++ material/templates/partials/alternate.html | 22 ++++ material/templates/partials/comments.html | 3 + material/templates/partials/consent.html | 66 ++++++++++ material/templates/partials/content.html | 19 +++ material/templates/partials/copyright.html | 16 +++ material/templates/partials/feedback.html | 42 +++++++ material/templates/partials/footer.html | 56 +++++++++ material/templates/partials/header.html | 63 ++++++++++ material/templates/partials/icons.html | 48 ++++++++ .../templates/partials/integrations/analytics.html | 14 +++ .../partials/integrations/analytics/google.html | 7 ++ .../templates/partials/javascripts/announce.html | 4 + material/templates/partials/javascripts/base.html | 4 + .../templates/partials/javascripts/consent.html | 4 + .../templates/partials/javascripts/content.html | 6 + .../templates/partials/javascripts/outdated.html | 4 + .../templates/partials/javascripts/palette.html | 4 + material/templates/partials/language.html | 6 + material/templates/partials/languages/af.html | 56 +++++++++ material/templates/partials/languages/ar.html | 57 +++++++++ material/templates/partials/languages/be.html | 57 +++++++++ material/templates/partials/languages/bg.html | 56 +++++++++ material/templates/partials/languages/bn.html | 56 +++++++++ material/templates/partials/languages/ca.html | 55 +++++++++ material/templates/partials/languages/cs.html | 55 +++++++++ material/templates/partials/languages/da.html | 56 +++++++++ material/templates/partials/languages/de.html | 56 +++++++++ material/templates/partials/languages/el.html | 54 +++++++++ material/templates/partials/languages/en.html | 59 +++++++++ material/templates/partials/languages/eo.html | 29 +++++ material/templates/partials/languages/es.html | 56 +++++++++ material/templates/partials/languages/et.html | 23 ++++ material/templates/partials/languages/eu.html | 55 +++++++++ material/templates/partials/languages/fa.html | 57 +++++++++ material/templates/partials/languages/fi.html | 24 ++++ material/templates/partials/languages/fr.html | 56 +++++++++ material/templates/partials/languages/gl.html | 36 ++++++ material/templates/partials/languages/he.html | 57 +++++++++ material/templates/partials/languages/hi.html | 56 +++++++++ material/templates/partials/languages/hr.html | 55 +++++++++ material/templates/partials/languages/hu.html | 56 +++++++++ material/templates/partials/languages/hy.html | 56 +++++++++ material/templates/partials/languages/id.html | 56 +++++++++ material/templates/partials/languages/is.html | 55 +++++++++ material/templates/partials/languages/it.html | 56 +++++++++ material/templates/partials/languages/ja.html | 58 +++++++++ material/templates/partials/languages/ka.html | 29 +++++ material/templates/partials/languages/kn.html | 55 +++++++++ material/templates/partials/languages/ko.html | 56 +++++++++ material/templates/partials/languages/ku-IQ.html | 44 +++++++ material/templates/partials/languages/lb.html | 56 +++++++++ material/templates/partials/languages/lt.html | 56 +++++++++ material/templates/partials/languages/lv.html | 35 ++++++ material/templates/partials/languages/mk.html | 36 ++++++ material/templates/partials/languages/mn.html | 31 +++++ material/templates/partials/languages/ms.html | 35 ++++++ material/templates/partials/languages/my.html | 29 +++++ material/templates/partials/languages/nb.html | 56 +++++++++ material/templates/partials/languages/nl.html | 56 +++++++++ material/templates/partials/languages/nn.html | 42 +++++++ material/templates/partials/languages/pl.html | 56 +++++++++ material/templates/partials/languages/pt-BR.html | 56 +++++++++ material/templates/partials/languages/pt.html | 56 +++++++++ material/templates/partials/languages/ro.html | 56 +++++++++ material/templates/partials/languages/ru.html | 56 +++++++++ material/templates/partials/languages/sa.html | 55 +++++++++ material/templates/partials/languages/sh.html | 50 ++++++++ material/templates/partials/languages/si.html | 31 +++++ material/templates/partials/languages/sk.html | 23 ++++ material/templates/partials/languages/sl.html | 56 +++++++++ material/templates/partials/languages/sr.html | 37 ++++++ material/templates/partials/languages/sv.html | 56 +++++++++ material/templates/partials/languages/te.html | 55 +++++++++ material/templates/partials/languages/th.html | 56 +++++++++ material/templates/partials/languages/tl.html | 37 ++++++ material/templates/partials/languages/tr.html | 56 +++++++++ material/templates/partials/languages/uk.html | 55 +++++++++ material/templates/partials/languages/ur.html | 57 +++++++++ material/templates/partials/languages/uz.html | 56 +++++++++ material/templates/partials/languages/vi.html | 56 +++++++++ material/templates/partials/languages/zh-Hant.html | 57 +++++++++ material/templates/partials/languages/zh-TW.html | 57 +++++++++ material/templates/partials/languages/zh.html | 57 +++++++++ material/templates/partials/logo.html | 9 ++ material/templates/partials/nav-item.html | 134 +++++++++++++++++++++ material/templates/partials/nav.html | 30 +++++ material/templates/partials/pagination.html | 20 +++ material/templates/partials/palette.html | 16 +++ material/templates/partials/post.html | 60 +++++++++ material/templates/partials/progress.html | 4 + material/templates/partials/search.html | 42 +++++++ material/templates/partials/social.html | 19 +++ material/templates/partials/source-file.html | 20 +++ material/templates/partials/source.html | 12 ++ material/templates/partials/tabs-item.html | 35 ++++++ material/templates/partials/tabs.html | 13 ++ material/templates/partials/tags.html | 26 ++++ material/templates/partials/toc-item.html | 17 +++ material/templates/partials/toc.html | 25 ++++ material/templates/partials/top.html | 8 ++ 101 files changed, 4161 insertions(+) create mode 100644 material/templates/partials/actions.html create mode 100644 material/templates/partials/alternate.html create mode 100644 material/templates/partials/comments.html create mode 100644 material/templates/partials/consent.html create mode 100644 material/templates/partials/content.html create mode 100644 material/templates/partials/copyright.html create mode 100644 material/templates/partials/feedback.html create mode 100644 material/templates/partials/footer.html create mode 100644 material/templates/partials/header.html create mode 100644 material/templates/partials/icons.html create mode 100644 material/templates/partials/integrations/analytics.html create mode 100644 material/templates/partials/integrations/analytics/google.html create mode 100644 material/templates/partials/javascripts/announce.html create mode 100644 material/templates/partials/javascripts/base.html create mode 100644 material/templates/partials/javascripts/consent.html create mode 100644 material/templates/partials/javascripts/content.html create mode 100644 material/templates/partials/javascripts/outdated.html create mode 100644 material/templates/partials/javascripts/palette.html create mode 100644 material/templates/partials/language.html create mode 100644 material/templates/partials/languages/af.html create mode 100644 material/templates/partials/languages/ar.html create mode 100644 material/templates/partials/languages/be.html create mode 100644 material/templates/partials/languages/bg.html create mode 100644 material/templates/partials/languages/bn.html create mode 100644 material/templates/partials/languages/ca.html create mode 100644 material/templates/partials/languages/cs.html create mode 100644 material/templates/partials/languages/da.html create mode 100644 material/templates/partials/languages/de.html create mode 100644 material/templates/partials/languages/el.html create mode 100644 material/templates/partials/languages/en.html create mode 100644 material/templates/partials/languages/eo.html create mode 100644 material/templates/partials/languages/es.html create mode 100644 material/templates/partials/languages/et.html create mode 100644 material/templates/partials/languages/eu.html create mode 100644 material/templates/partials/languages/fa.html create mode 100644 material/templates/partials/languages/fi.html create mode 100644 material/templates/partials/languages/fr.html create mode 100644 material/templates/partials/languages/gl.html create mode 100644 material/templates/partials/languages/he.html create mode 100644 material/templates/partials/languages/hi.html create mode 100644 material/templates/partials/languages/hr.html create mode 100644 material/templates/partials/languages/hu.html create mode 100644 material/templates/partials/languages/hy.html create mode 100644 material/templates/partials/languages/id.html create mode 100644 material/templates/partials/languages/is.html create mode 100644 material/templates/partials/languages/it.html create mode 100644 material/templates/partials/languages/ja.html create mode 100644 material/templates/partials/languages/ka.html create mode 100644 material/templates/partials/languages/kn.html create mode 100644 material/templates/partials/languages/ko.html create mode 100644 material/templates/partials/languages/ku-IQ.html create mode 100644 material/templates/partials/languages/lb.html create mode 100644 material/templates/partials/languages/lt.html create mode 100644 material/templates/partials/languages/lv.html create mode 100644 material/templates/partials/languages/mk.html create mode 100644 material/templates/partials/languages/mn.html create mode 100644 material/templates/partials/languages/ms.html create mode 100644 material/templates/partials/languages/my.html create mode 100644 material/templates/partials/languages/nb.html create mode 100644 material/templates/partials/languages/nl.html create mode 100644 material/templates/partials/languages/nn.html create mode 100644 material/templates/partials/languages/pl.html create mode 100644 material/templates/partials/languages/pt-BR.html create mode 100644 material/templates/partials/languages/pt.html create mode 100644 material/templates/partials/languages/ro.html create mode 100644 material/templates/partials/languages/ru.html create mode 100644 material/templates/partials/languages/sa.html create mode 100644 material/templates/partials/languages/sh.html create mode 100644 material/templates/partials/languages/si.html create mode 100644 material/templates/partials/languages/sk.html create mode 100644 material/templates/partials/languages/sl.html create mode 100644 material/templates/partials/languages/sr.html create mode 100644 material/templates/partials/languages/sv.html create mode 100644 material/templates/partials/languages/te.html create mode 100644 material/templates/partials/languages/th.html create mode 100644 material/templates/partials/languages/tl.html create mode 100644 material/templates/partials/languages/tr.html create mode 100644 material/templates/partials/languages/uk.html create mode 100644 material/templates/partials/languages/ur.html create mode 100644 material/templates/partials/languages/uz.html create mode 100644 material/templates/partials/languages/vi.html create mode 100644 material/templates/partials/languages/zh-Hant.html create mode 100644 material/templates/partials/languages/zh-TW.html create mode 100644 material/templates/partials/languages/zh.html create mode 100644 material/templates/partials/logo.html create mode 100644 material/templates/partials/nav-item.html create mode 100644 material/templates/partials/nav.html create mode 100644 material/templates/partials/pagination.html create mode 100644 material/templates/partials/palette.html create mode 100644 material/templates/partials/post.html create mode 100644 material/templates/partials/progress.html create mode 100644 material/templates/partials/search.html create mode 100644 material/templates/partials/social.html create mode 100644 material/templates/partials/source-file.html create mode 100644 material/templates/partials/source.html create mode 100644 material/templates/partials/tabs-item.html create mode 100644 material/templates/partials/tabs.html create mode 100644 material/templates/partials/tags.html create mode 100644 material/templates/partials/toc-item.html create mode 100644 material/templates/partials/toc.html create mode 100644 material/templates/partials/top.html (limited to 'material/templates/partials') diff --git a/material/templates/partials/actions.html b/material/templates/partials/actions.html new file mode 100644 index 00000000..1031f151 --- /dev/null +++ b/material/templates/partials/actions.html @@ -0,0 +1,22 @@ +{#- + This file was automatically generated - do not edit +-#} +{% if page.edit_url %} + {% if "content.action.edit" in features %} + + {% set icon = config.theme.icon.edit or "material/file-edit-outline" %} + {% include ".icons/" ~ icon ~ ".svg" %} + + {% endif %} + {% if "content.action.view" in features %} + {% if "/blob/" in page.edit_url %} + {% set part = "blob" %} + {% else %} + {% set part = "edit" %} + {% endif %} + + {% set icon = config.theme.icon.view or "material/file-eye-outline" %} + {% include ".icons/" ~ icon ~ ".svg" %} + + {% endif %} +{% endif %} diff --git a/material/templates/partials/alternate.html b/material/templates/partials/alternate.html new file mode 100644 index 00000000..4492d657 --- /dev/null +++ b/material/templates/partials/alternate.html @@ -0,0 +1,22 @@ +{#- + This file was automatically generated - do not edit +-#} +
+
+ {% set icon = config.theme.icon.alternate or "material/translate" %} + +
+ +
+
+
diff --git a/material/templates/partials/comments.html b/material/templates/partials/comments.html new file mode 100644 index 00000000..fae1698d --- /dev/null +++ b/material/templates/partials/comments.html @@ -0,0 +1,3 @@ +{#- + This file was automatically generated - do not edit +-#} diff --git a/material/templates/partials/consent.html b/material/templates/partials/consent.html new file mode 100644 index 00000000..4ac5cb77 --- /dev/null +++ b/material/templates/partials/consent.html @@ -0,0 +1,66 @@ +{#- + This file was automatically generated - do not edit +-#} +{% set cookies = config.extra.consent.cookies | d({}) %} +{% if config.extra.analytics %} + {% if "analytics" not in cookies %} + {% set _ = cookies.update({ "analytics": "Google Analytics" }) %} + {% endif %} +{% endif %} +{% if config.repo_url and "github.com" in config.repo_url %} + {% if "github" not in cookies %} + {% set _ = cookies.update({ "github": "GitHub" }) %} + {% endif %} +{% endif %} +{% set actions = config.extra.consent.actions %} +{% if not actions %} + {% set actions = ["accept", "manage"] %} +{% endif %} +{% if "manage" not in actions %} + {% set checked = "checked" %} +{% endif %} +

{{ config.extra.consent.title }}

+

{{ config.extra.consent.description }}

+ + + diff --git a/material/templates/partials/content.html b/material/templates/partials/content.html new file mode 100644 index 00000000..351ec986 --- /dev/null +++ b/material/templates/partials/content.html @@ -0,0 +1,19 @@ +{#- + This file was automatically generated - do not edit +-#} +{% if "material/tags" in config.plugins and tags %} + {% include "partials/tags.html" %} +{% endif %} +{% include "partials/actions.html" %} +{% if "\x3ch1" not in page.content %} +

{{ page.title | d(config.site_name, true)}}

+{% endif %} +{{ page.content }} +{% if page.meta and ( + page.meta.git_revision_date_localized or + page.meta.revision_date +) %} + {% include "partials/source-file.html" %} +{% endif %} +{% include "partials/feedback.html" %} +{% include "partials/comments.html" %} diff --git a/material/templates/partials/copyright.html b/material/templates/partials/copyright.html new file mode 100644 index 00000000..5da0dc4b --- /dev/null +++ b/material/templates/partials/copyright.html @@ -0,0 +1,16 @@ +{#- + This file was automatically generated - do not edit +-#} + diff --git a/material/templates/partials/feedback.html b/material/templates/partials/feedback.html new file mode 100644 index 00000000..2cde98c7 --- /dev/null +++ b/material/templates/partials/feedback.html @@ -0,0 +1,42 @@ +{#- + This file was automatically generated - do not edit +-#} +{% if config.extra.analytics %} + {% set feedback = config.extra.analytics.feedback %} +{% endif %} +{% if page.meta and page.meta.hide %} + {% if "feedback" in page.meta.hide %} + {% set feedback = None %} + {% endif %} +{% endif %} +{% if feedback %} + +{% endif %} diff --git a/material/templates/partials/footer.html b/material/templates/partials/footer.html new file mode 100644 index 00000000..37783bcf --- /dev/null +++ b/material/templates/partials/footer.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} + diff --git a/material/templates/partials/header.html b/material/templates/partials/header.html new file mode 100644 index 00000000..86311ad3 --- /dev/null +++ b/material/templates/partials/header.html @@ -0,0 +1,63 @@ +{#- + This file was automatically generated - do not edit +-#} +{% set class = "md-header" %} +{% if "navigation.tabs.sticky" in features %} + {% set class = class ~ " md-header--shadow md-header--lifted" %} +{% elif "navigation.tabs" not in features %} + {% set class = class ~ " md-header--shadow" %} +{% endif %} +
+ + {% if "navigation.tabs.sticky" in features %} + {% if "navigation.tabs" in features %} + {% include "partials/tabs.html" %} + {% endif %} + {% endif %} +
diff --git a/material/templates/partials/icons.html b/material/templates/partials/icons.html new file mode 100644 index 00000000..3fb55a6e --- /dev/null +++ b/material/templates/partials/icons.html @@ -0,0 +1,48 @@ +{#- + This file was automatically generated - do not edit +-#} +{% if config.theme.icon.admonition %} + {% set style = ["\x3cstyle\x3e:root{"] %} + {% for type, icon in config.theme.icon.admonition.items() %} + {% import ".icons/" ~ icon ~ ".svg" as icon %} + {% set _ = style.append( + "--md-admonition-icon--" ~ type ~ ":" ~ + "url('data:image/svg+xml;charset=utf-8," ~ + icon | replace("\n", "") ~ + "');" + ) %} + {% endfor %} + {% set _ = style.append("}\x3c/style\x3e") %} + {{ style | join }} +{% endif %} +{% if config.theme.icon.annotation %} + {% set style = ["\x3cstyle\x3e:root{"] %} + {% import ".icons/" ~ config.theme.icon.annotation ~ ".svg" as icon %} + {% set _ = style.append( + "--md-annotation-icon:" ~ + "url('data:image/svg+xml;charset=utf-8," ~ + icon | replace("\n", "") ~ + "');" + ) %} + {% set _ = style.append("}\x3c/style\x3e") %} + {{ style | join }} +{% endif %} +{% if config.theme.icon.tag %} + {% set style = ["\x3cstyle\x3e"] %} + {% for type, icon in config.theme.icon.tag.items() %} + {% import ".icons/" ~ icon ~ ".svg" as icon %} + {% if type != "default" %} + {% set modifier = "--" ~ type %} + {% endif %} + {% set _ = style.append( + ".md-tag" ~ modifier ~ "{" ~ + "--md-tag-icon:" ~ + "url('data:image/svg+xml;charset=utf-8," ~ + icon | replace("\n", "") ~ + "');" ~ + "}" + ) %} + {% endfor %} + {% set _ = style.append("\x3c/style\x3e") %} + {{ style | join }} +{% endif %} diff --git a/material/templates/partials/integrations/analytics.html b/material/templates/partials/integrations/analytics.html new file mode 100644 index 00000000..ea27ef0c --- /dev/null +++ b/material/templates/partials/integrations/analytics.html @@ -0,0 +1,14 @@ +{#- + This file was automatically generated - do not edit +-#} +{% if config.extra.analytics %} + {% set provider = config.extra.analytics.provider %} +{% endif %} +{% if provider %} + {% include "partials/integrations/analytics/" ~ provider ~ ".html" %} + {% if config.extra.consent %} + + {% else %} + + {% endif %} +{% endif %} diff --git a/material/templates/partials/integrations/analytics/google.html b/material/templates/partials/integrations/analytics/google.html new file mode 100644 index 00000000..128854da --- /dev/null +++ b/material/templates/partials/integrations/analytics/google.html @@ -0,0 +1,7 @@ +{#- + This file was automatically generated - do not edit +-#} +{% if config.extra.analytics %} + {% set property = config.extra.analytics.property | d("", true) %} +{% endif %} + diff --git a/material/templates/partials/javascripts/announce.html b/material/templates/partials/javascripts/announce.html new file mode 100644 index 00000000..b62a131e --- /dev/null +++ b/material/templates/partials/javascripts/announce.html @@ -0,0 +1,4 @@ +{#- + This file was automatically generated - do not edit +-#} + diff --git a/material/templates/partials/javascripts/base.html b/material/templates/partials/javascripts/base.html new file mode 100644 index 00000000..7625632d --- /dev/null +++ b/material/templates/partials/javascripts/base.html @@ -0,0 +1,4 @@ +{#- + This file was automatically generated - do not edit +-#} + diff --git a/material/templates/partials/javascripts/consent.html b/material/templates/partials/javascripts/consent.html new file mode 100644 index 00000000..538a38c7 --- /dev/null +++ b/material/templates/partials/javascripts/consent.html @@ -0,0 +1,4 @@ +{#- + This file was automatically generated - do not edit +-#} + diff --git a/material/templates/partials/javascripts/content.html b/material/templates/partials/javascripts/content.html new file mode 100644 index 00000000..32021d0b --- /dev/null +++ b/material/templates/partials/javascripts/content.html @@ -0,0 +1,6 @@ +{#- + This file was automatically generated - do not edit +-#} +{% if "content.tabs.link" in features %} + +{% endif %} diff --git a/material/templates/partials/javascripts/outdated.html b/material/templates/partials/javascripts/outdated.html new file mode 100644 index 00000000..640a3669 --- /dev/null +++ b/material/templates/partials/javascripts/outdated.html @@ -0,0 +1,4 @@ +{#- + This file was automatically generated - do not edit +-#} + diff --git a/material/templates/partials/javascripts/palette.html b/material/templates/partials/javascripts/palette.html new file mode 100644 index 00000000..b7e6f4dd --- /dev/null +++ b/material/templates/partials/javascripts/palette.html @@ -0,0 +1,4 @@ +{#- + This file was automatically generated - do not edit +-#} + diff --git a/material/templates/partials/language.html b/material/templates/partials/language.html new file mode 100644 index 00000000..e497e66b --- /dev/null +++ b/material/templates/partials/language.html @@ -0,0 +1,6 @@ +{#- + This file was automatically generated - do not edit +-#} +{% import "partials/languages/" ~ config.theme.language ~ ".html" as lang %} +{% import "partials/languages/en.html" as fallback %} +{% macro t(key) %}{{ lang.t(key) or fallback.t(key) or key }}{% endmacro %} diff --git a/material/templates/partials/languages/af.html b/material/templates/partials/languages/af.html new file mode 100644 index 00000000..bc4a0232 --- /dev/null +++ b/material/templates/partials/languages/af.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "af", + "action.edit": "Wysig hierdie bladsy", + "action.skip": "Slaan oor na inhoud", + "action.view": "Bekyk bron van hierdie bladsy", + "announce.dismiss": "Moenie dit weer wys nie", + "blog.archive": "Argief", + "blog.categories": "Kategorieë", + "blog.categories.in": "binne", + "blog.continue": "Lees verder", + "blog.draft": "Konsep", + "blog.index": "Terug na indeks", + "blog.meta": "Metadata", + "blog.references": "Verwante skakels", + "clipboard.copy": "Kopieer na knipbord", + "clipboard.copied": "gekopieer na knipbord", + "consent.accept": "Aanvaar", + "consent.manage": "Bestuur instellings", + "consent.reject": "Verwerp", + "footer": "Voetskrif", + "footer.next": "Volgende", + "footer.previous": "Vorige", + "header": "Kopskrif", + "meta.comments": "Kommentaar", + "meta.source": "Bron", + "nav": "Navigasie", + "readtime.one": "1 minuut se lees", + "readtime.other": "# minuut se lees", + "rss.created": "RSS-voer geskep", + "rss.updated": "RSS-voer van opgedateerde inhoud", + "search": "Soek", + "search.config.lang": "nl", + "search.placeholder": "Soek", + "search.share": "Deel", + "search.reset": "Terugstel", + "search.result.initializer": "Inisialisering van soektog", + "search.result.placeholder": "Tik om te begin soek", + "search.result.none": "Geen ooreenstemmende dokumente", + "search.result.one": "1 ooreenstemmende dokument", + "search.result.other": "# ooreenstemmende dokumente", + "search.result.more.one": "1 meer op hierdie bladsy", + "search.result.more.other": "# meer op hierdie bladsy", + "search.result.term.missing": "Vermis", + "select.language": "Kies taal", + "select.version": "Kies weergawe", + "source": "Slaan oor na inhoud", + "source.file.contributors": "Medewerkers", + "source.file.date.created": "Geskep", + "source.file.date.updated": "Laaste opdatering", + "tabs": "Duimgids", + "toc": "Inhoudsopgawe", + "top": "Terug na bo" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/ar.html b/material/templates/partials/languages/ar.html new file mode 100644 index 00000000..580f0d77 --- /dev/null +++ b/material/templates/partials/languages/ar.html @@ -0,0 +1,57 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "ar", + "direction": "rtl", + "action.edit": "عدل الصفحة", + "action.skip": "انتقل إلى المحتوى", + "action.view": "عرض مصدر هذه الصفحة", + "announce.dismiss": "لا تظهر هذا مرة أخرى", + "blog.archive": "أرشيف", + "blog.categories": "فئات", + "blog.categories.in": "ضمن", + "blog.continue": "أكمل القراءة", + "blog.draft": "مسودة", + "blog.index": "رجوع إلى الفهرس", + "blog.meta": "بيانات وصفية", + "blog.references": "روابط ذات علاقة", + "clipboard.copy": "نسخ إلى الحافظة", + "clipboard.copied": "تم النسخ الى الحافظة", + "consent.accept": "قبول", + "consent.manage": "إدارة الإعدادات", + "consent.reject": "رفض", + "footer": "هامش سفلي", + "footer.next": "التالية", + "footer.previous": "السابقة", + "header": "عنوان العارضة", + "meta.comments": "التعليقات", + "meta.source": "المصدر", + "nav": "تصفح", + "readtime.one": "قراءة لمدة دقيقة", + "readtime.other": "دقائق قراءة #", + "rss.created": "ملقم بالخلاصات", + "rss.updated": "ملقم بالخلاصات المحدثة", + "search": "إبحث", + "search.config.pipeline": " ", + "search.placeholder": "بحث", + "search.share": "شارك", + "search.reset": "مسح كلي", + "search.result.initializer": "بدء البحث", + "search.result.placeholder": "اكتب لبدء البحث", + "search.result.none": "لا توجد نتائج", + "search.result.one": "نتائج البحث مستند واحد", + "search.result.other": "نتائج البحث # مستندات", + "search.result.more.one": "أكثر من 1 في هذه الصفحة", + "search.result.more.other": "أكثر من # في هذه الصفحة", + "search.result.term.missing": "مفقود", + "select.language": "إختر اللغة", + "select.version": "إختر الإصدار", + "source": "اذهب إلى المصدر", + "source.file.contributors": "المساهمون", + "source.file.date.created": "خلقت", + "source.file.date.updated": "اخر تحديث", + "tabs": "نوافذ", + "toc": "جدول المحتويات", + "top": "عد إلى الأعلى" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/be.html b/material/templates/partials/languages/be.html new file mode 100644 index 00000000..fa89f2a1 --- /dev/null +++ b/material/templates/partials/languages/be.html @@ -0,0 +1,57 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "be", + "direction": "ltr", + "action.edit": "Правіць старонку", + "action.skip": "Перайсці да зместа", + "action.view": "Паглядзець зыходны код старонкі", + "announce.dismiss": "Больш не паказваць", + "blog.archive": "Заархіваваць", + "blog.categories": "Катэгорыі", + "blog.categories.in": "у", + "blog.continue": "Працягнуць чытаць", + "blog.draft": "Чарнавік", + "blog.index": "Вярнуцца на хатнюю", + "blog.meta": "Метаданыя", + "blog.references": "Спасылкі па тэме", + "clipboard.copy": "Скапіраваць у буфер абмена", + "clipboard.copied": "Скапіравана ў буфер абмена", + "consent.accept": "Прыняць", + "consent.manage": "Кіраваць наладамі", + "consent.reject": "Адхіліць", + "footer": "Ніжні калантытул", + "footer.next": "Наступная", + "footer.previous": "Папярэдняя", + "header": "Верхні калантытул", + "meta.comments": "Каментарыі", + "meta.source": "Зыходны код", + "nav": "Навігацыя", + "readtime.one": "Прачытанне зойме 1 хв", + "readtime.other": "Прачытанне зойме # хв", + "rss.created": "RSS стужка", + "rss.updated": "RSS стужка з абноўленым зместам", + "search": "Пошук", + "search.config.lang": "ru", + "search.placeholder": "Пошук", + "search.share": "Падзяліцца", + "search.reset": "Ачысціць", + "search.result.initializer": "Пачынаем пошук", + "search.result.placeholder": "Пачніце друкаваць для пошуку", + "search.result.none": "Нічога ня знойдзена", + "search.result.one": "Адзін адпаведны дакумент", + "search.result.other": "Адпаведных дакументаў: #", + "search.result.more.one": "Яшчэ 1 на гэтай старонцы", + "search.result.more.other": "Яшчэ # на гэтай старонцы", + "search.result.term.missing": "Адсутнічае", + "select.language": "Выберыце мову", + "select.version": "Выберыце версію", + "source": "Перайсці ў рэпазітар", + "source.file.contributors": "Укладальнікі", + "source.file.date.created": "Створана", + "source.file.date.updated": "Апошняе абнаўленне", + "tabs": "Укладкі", + "toc": "Змест", + "top": "Вярнуцца да пачатку" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/bg.html b/material/templates/partials/languages/bg.html new file mode 100644 index 00000000..4fc20a98 --- /dev/null +++ b/material/templates/partials/languages/bg.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "bg", + "action.edit": "Редактирай тази страница", + "action.skip": "Към съдържанието", + "action.view": "Виж съдържанието на тази страница", + "announce.dismiss": "Не показвай повече", + "blog.archive": "Архив", + "blog.categories": "Категории", + "blog.categories.in": "В", + "blog.continue": "Продължи четенето", + "blog.draft": "Чернова", + "blog.index": "Назад към индекса", + "blog.meta": "Метаданни", + "blog.references": "Свързани линкове", + "clipboard.copy": "Копирай", + "clipboard.copied": "Копирано", + "consent.accept": "Приеми", + "consent.manage": "Управление на настойките", + "consent.reject": "Откажи", + "footer": "Долен колонтитул", + "footer.next": "Следваща", + "footer.previous": "Предишна", + "header": "Горен колонтитул", + "meta.comments": "Коментари", + "meta.source": "Код", + "nav": "Навигация", + "readtime.one": "1 мин четено", + "readtime.other": "# мин четено", + "rss.created": "RSS публикации", + "rss.updated": "RSS публикации с актуализирано съдържание", + "search": "Търси", + "search.config.lang": "ru", + "search.placeholder": "Търси", + "search.share": "Сподели", + "search.reset": "Изчисти", + "search.result.initializer": "Инициализирано търсене", + "search.result.placeholder": "Започнете да пишете, за да търсите", + "search.result.none": "Няма резултати", + "search.result.one": "1 резултат", + "search.result.other": "# резултата", + "search.result.more.one": "още 1 на тази страница", + "search.result.more.other": "още # на тази страница", + "search.result.term.missing": "Липсващо", + "select.language": "Избери език", + "select.version": "Избери версия", + "source": "Към хранилището", + "source.file.contributors": "Участници", + "source.file.date.created": "Създаден", + "source.file.date.updated": "Последна промяна", + "tabs": "Табове", + "toc": "Съдържание", + "top": "Върни се в началото" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/bn.html b/material/templates/partials/languages/bn.html new file mode 100644 index 00000000..b5fed867 --- /dev/null +++ b/material/templates/partials/languages/bn.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "bn", + "action.edit": "এই পেজ এডিট করুন", + "action.skip": "কনটেন্টে যান", + "action.view": "পেজের ভিউ", + "announce.dismiss": "আর কখনো দেখাবে না", + "blog.archive": "সংরক্ষণাগার", + "blog.categories": "বিভাগ", + "blog.categories.in": "বিভাগের মধ্যে", + "blog.continue": "পড়তে থাকুন", + "blog.draft": "খসড়া", + "blog.index": "ইনডেক্সে ফিরে যান", + "blog.meta": "মেটাডেটা", + "blog.references": "সম্পর্কিত লিংক", + "clipboard.copy": "ক্লিপবোর্ডে কপি করুন", + "clipboard.copied": "ক্লিপবোর্ডে কপি হয়েছে", + "consent.accept": "গ্রহণ", + "consent.manage": "সেটিংস ব্যবস্থাপনা", + "consent.reject": "প্রত্যাখ্যান", + "footer": "ফুটার", + "footer.next": "পরে", + "footer.previous": "পূর্ববর্তী", + "header": "হেডার", + "meta.comments": "মন্তব্য", + "meta.source": "উৎস", + "nav": "ন্যাভিগেশন", + "readtime.one": "১ মিনিট পড়া", + "readtime.other": "# মিনিট পড়া", + "rss.created": "আরএসএস ফিড", + "rss.updated": "আপডেট করা বিষয়বস্তুর আরএসএস ফিড", + "search": "অনুসন্ধান করুন", + "search.config.pipeline": " ", + "search.placeholder": "অনুসন্ধান করুন", + "search.share": "শেয়ার", + "search.reset": "রিসেট", + "search.result.initializer": "অনুসন্ধান শুরু করা হচ্ছে", + "search.result.placeholder": "সার্চ টাইপ করুন", + "search.result.none": "কিছু পাওয়া যায়নি", + "search.result.one": "১ টা ডকুমেন্ট", + "search.result.other": "# টা ডকুমেন্ট", + "search.result.more.one": "এই পৃষ্ঠায় আরও ১টি আছে", + "search.result.more.other": "এই পৃষ্ঠায় আরও #টি আছে", + "search.result.term.missing": "অনুপস্থিত", + "select.language": "ভাষা নির্বাচন করুণ", + "select.version": "সংস্করণ নির্বাচন করুণ", + "source": "রিপোজিটরিতে যান", + "source.file.contributors": "অবদানকারী", + "source.file.date.created": "তৈরি হয়েছে", + "source.file.date.updated": "শেষ আপডেট", + "tabs": "ট্যাব", + "toc": "সূচি তালিকা", + "top": "উপরে ফিরে যাও" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/ca.html b/material/templates/partials/languages/ca.html new file mode 100644 index 00000000..5f70ef17 --- /dev/null +++ b/material/templates/partials/languages/ca.html @@ -0,0 +1,55 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "ca", + "action.edit": "Edita aquesta pàgina", + "action.skip": "Salta el contingut", + "action.view": "Visualitza el codi font", + "announce.dismiss": "No ho tornis a mostrar", + "blog.archive": "Arxiva", + "blog.categories": "Categories", + "blog.categories.in": "a", + "blog.continue": "Continua llegint", + "blog.draft": "Esborrany", + "blog.index": "Torna a l'índex", + "blog.meta": "Metadades", + "blog.references": "Enllaços relacionats", + "clipboard.copy": "Còpia al porta-retalls", + "clipboard.copied": "Copiat al porta-retalls", + "consent.accept": "Accepta", + "consent.manage": "Gestiona la configuració", + "consent.reject": "Rebutja", + "footer": "Peu de pàgina", + "footer.next": "Següent", + "footer.previous": "Anterior", + "header": "Capçalera", + "meta.comments": "Comentaris", + "meta.source": "Codi font", + "nav": "Navegació", + "readtime.one": "1 min de lectura", + "readtime.other": "# min de lectura", + "rss.created": "Canal RSS", + "rss.updated": "Canal RSS de contingut actualitzat", + "search": "Cerca", + "search.placeholder": "Cerca", + "search.share": "Comparteix", + "search.reset": "Neteja", + "search.result.initializer": "Inicialitzant cerca", + "search.result.placeholder": "Escriu per a començar a cercar", + "search.result.none": "Cap document coincideix", + "search.result.one": "1 document coincident", + "search.result.other": "# documents coincidents", + "search.result.more.one": "1 més en aquesta pàgina", + "search.result.more.other": "# més en aquesta pàgina", + "search.result.term.missing": "Desaparegut", + "select.language": "Selecciona la llengua", + "select.version": "Selecciona la versió", + "source": "Ves al repositori", + "source.file.contributors": "Col·laboradors", + "source.file.date.created": "Creada", + "source.file.date.updated": "Darrera actualització", + "tabs": "Pestanyes", + "toc": "Taula de continguts", + "top": "Torna a l'inici" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/cs.html b/material/templates/partials/languages/cs.html new file mode 100644 index 00000000..e8e89822 --- /dev/null +++ b/material/templates/partials/languages/cs.html @@ -0,0 +1,55 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "cs", + "action.edit": "Upravit tuto stránku", + "action.skip": "Přeskočit obsah", + "action.view": "Zobrazit zdroj této stránky", + "announce.dismiss": "Již nezobrazovat", + "blog.archive": "Archiv", + "blog.categories": "Kategorie", + "blog.categories.in": "v", + "blog.continue": "Pokračovat ve čtení", + "blog.draft": "Návrh", + "blog.index": "Zpět na index", + "blog.meta": "Metadata", + "blog.references": "Související odkazy", + "clipboard.copy": "Kopírovat do schránky", + "clipboard.copied": "Zkopírováno do schránky", + "consent.accept": "Akceptovat", + "consent.manage": "Spravovat nastavení", + "consent.reject": "Odmítnout", + "footer": "Zápatí", + "footer.next": "Další", + "footer.previous": "Předchozí", + "header": "Záhlaví", + "meta.comments": "Komentáře", + "meta.source": "Zdroj", + "nav": "Navigace", + "readtime.one": "1 min čtení", + "readtime.other": "# min čtení", + "rss.created": "RSS kanál", + "rss.updated": "RSS zdroj aktualizovaného obsahu", + "search": "Vyhledávání", + "search.placeholder": "Hledat", + "search.share": "Sdílet", + "search.reset": "Vyčistit", + "search.result.initializer": "Inicializace vyhledávání", + "search.result.placeholder": "Pište co se má vyhledat", + "search.result.none": "Nenalezeny žádné dokumenty", + "search.result.one": "Nalezený dokument: 1", + "search.result.other": "Nalezené dokumenty: #", + "search.result.more.one": "1 další na této stránce", + "search.result.more.other": "# více na této stránce", + "search.result.term.missing": "Chybějící", + "select.language": "Zvolte jazyk", + "select.version": "Vyberte verzi", + "source": "Přejít do repozitáře", + "source.file.contributors": "Přispěvatelé", + "source.file.date.created": "Vytvořeno", + "source.file.date.updated": "Poslední aktualizace", + "tabs": "Karty", + "toc": "Obsah", + "top": "Zpět na začátek" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/da.html b/material/templates/partials/languages/da.html new file mode 100644 index 00000000..3538aa8c --- /dev/null +++ b/material/templates/partials/languages/da.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "da", + "action.edit": "Redigér denne side", + "action.skip": "Gå til indholdet", + "action.view": "Vis kildetekst på denne side", + "announce.dismiss": "Vis ikke dette igen", + "blog.archive": "Arkiv", + "blog.categories": "Kategorier", + "blog.categories.in": "i", + "blog.continue": "Læs mere", + "blog.draft": "Udkast", + "blog.index": "Gå tilbage", + "blog.meta": "Metadata", + "blog.references": "Relateret indhold", + "clipboard.copy": "Kopiér til udklipsholderen", + "clipboard.copied": "Kopieret til udklipsholderen", + "consent.accept": "Accepter", + "consent.manage": "Administrer indstillinger", + "consent.reject": "Afvis", + "footer": "Sidefod", + "footer.next": "Næste", + "footer.previous": "Forrige", + "header": "Sidehoved", + "meta.comments": "Kommentarer", + "meta.source": "Kilde", + "nav": "Navigation", + "readtime.one": "1 minuts læsetid", + "readtime.other": "# minuts læstid", + "rss.created": "RSS feed", + "rss.updated": "RSS feed af opdateret indhold", + "search": "Søg", + "search.config.lang": "da", + "search.placeholder": "Søg", + "search.share": "Del", + "search.reset": "Nulstil søgning", + "search.result.initializer": "Start søgning", + "search.result.placeholder": "Indtast søgeord", + "search.result.none": "Ingen resultater fundet", + "search.result.one": "1 resultat", + "search.result.other": "# resultater", + "search.result.more.one": "1 resultat mere på denne side", + "search.result.more.other": "# resultater mere på denne side", + "search.result.term.missing": "Mangler", + "select.language": "Vælg sprog", + "select.version": "Vælg version", + "source": "Åbn arkiv", + "source.file.contributors": "Bidragydere", + "source.file.date.created": "Oprettet", + "source.file.date.updated": "Sidste ændring", + "tabs": "Faner", + "toc": "Indholdsfortegnelse", + "top": "Tilbage til start" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/de.html b/material/templates/partials/languages/de.html new file mode 100644 index 00000000..c5df419f --- /dev/null +++ b/material/templates/partials/languages/de.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "de", + "action.edit": "Seite editieren", + "action.skip": "Zum Inhalt", + "action.view": "Quellcode der Seite anzeigen", + "announce.dismiss": "Nicht mehr anzeigen", + "blog.archive": "Archiv", + "blog.categories": "Kategorien", + "blog.categories.in": "in", + "blog.continue": "Weiterlesen", + "blog.draft": "Entwurf", + "blog.index": "Zur Übersicht", + "blog.meta": "Metadaten", + "blog.references": "Weiterführende Links", + "clipboard.copy": "In Zwischenablage kopieren", + "clipboard.copied": "In Zwischenablage kopiert", + "consent.accept": "Akzeptieren", + "consent.manage": "Einstellungen", + "consent.reject": "Ablehnen", + "footer": "Fußzeile", + "footer.next": "Weiter", + "footer.previous": "Zurück", + "header": "Kopfzeile", + "meta.comments": "Kommentare", + "meta.source": "Quellcode", + "nav": "Navigation", + "readtime.one": "1 Min. Lesezeit", + "readtime.other": "# Min. Lesezeit", + "rss.created": "RSS Feed", + "rss.updated": "RSS Feed der aktualisierten Inhalte", + "search": "Suche", + "search.config.lang": "de", + "search.placeholder": "Suche", + "search.share": "Teilen", + "search.reset": "Zurücksetzen", + "search.result.initializer": "Suche wird initialisiert", + "search.result.placeholder": "Suchbegriff eingeben", + "search.result.none": "Keine Suchergebnisse", + "search.result.one": "1 Suchergebnis", + "search.result.other": "# Suchergebnisse", + "search.result.more.one": "1 weiteres Suchergebnis auf dieser Seite", + "search.result.more.other": "# weitere Suchergebnisse auf dieser Seite", + "search.result.term.missing": "Es fehlt", + "select.language": "Sprache wechseln", + "select.version": "Version auswählen", + "source": "Zum Repository", + "source.file.contributors": "Mitwirkende", + "source.file.date.created": "Erstellt", + "source.file.date.updated": "Letztes Update", + "tabs": "Hauptnavigation", + "toc": "Inhaltsverzeichnis", + "top": "Zurück zum Seitenanfang" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/el.html b/material/templates/partials/languages/el.html new file mode 100644 index 00000000..ab3b5d08 --- /dev/null +++ b/material/templates/partials/languages/el.html @@ -0,0 +1,54 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "el", + "action.edit": "Επεξεργασία αυτής της σελίδας", + "action.skip": "Μετάβαση στο περιεχόμενο", + "action.view": "Προβολή πηγαίου κώδικα", + "announce.dismiss": "Μην το ξαναδείξετε αυτό", + "blog.archive": "Aρχείο", + "blog.categories": "Κατηγορίες", + "blog.categories.in": "Στο", + "blog.continue": "Περισσότερα", + "blog.draft": "Πρόχειρο", + "blog.index": "Eπιστροφή", + "blog.references": "Σχετικοί σύνδεσμοι", + "clipboard.copy": "Αντιγραφή στο πρόχειρο", + "clipboard.copied": "Αντιγράφηκε στο πρόχειρο", + "consent.accept": "Αποδοχή", + "consent.manage": "Περισσότερες επιλογές", + "consent.reject": "Απόρριψη", + "footer": "Υποσέλιδο", + "footer.next": "Επόμενο", + "footer.previous": "Προηγούμενο", + "header": "Κεφαλίδα", + "meta.comments": "Σχόλια", + "meta.source": "Πηγή", + "nav": "Πλοήγηση", + "readtime.one": "1 λεπτό διάβασμα", + "readtime.other": "# λεπτά διάβασμα", + "rss.created": "Ροές Δεδομένων RSS", + "rss.updated": "Ροές Δεδομένων RSS. Τελευταία νέα", + "search": "Αναζήτηση", + "search.placeholder": "Αναζήτηση", + "search.share": "Διαμοίραση", + "search.reset": "Καθαρισμός", + "search.result.initializer": "Αρχικοποίηση αναζήτησης", + "search.result.placeholder": "Πληκτρολογήστε για να αρχίσει η αναζήτηση", + "search.result.none": "δεν βρήκε κάποιο έγγραφο", + "search.result.one": "1 έγγραφο που ταιριάζει", + "search.result.other": "# έγγραφα που ταιριάζουν", + "search.result.more.one": "1 ακόμα σε αυτήν τη σελίδα", + "search.result.more.other": "# ακόμα σε αυτήν τη σελίδα", + "search.result.term.missing": "Λείπει", + "select.language": "Επιλογή γλώσσας", + "select.version": "Επιλογή έκδοσης", + "source": "Μετάβαση στο αποθετήριο", + "source.file.contributors": "Συνεισφέροντες", + "source.file.date.created": "Δημιουργήθηκε", + "source.file.date.updated": "τελευταία ενημέρωση", + "tabs": "Καρτέλες", + "toc": "Πίνακας περιεχομένων", + "top": "Επιστροφή στην αρχή" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/en.html b/material/templates/partials/languages/en.html new file mode 100644 index 00000000..7f8eb9e9 --- /dev/null +++ b/material/templates/partials/languages/en.html @@ -0,0 +1,59 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "en", + "direction": "ltr", + "action.edit": "Edit this page", + "action.skip": "Skip to content", + "action.view": "View source of this page", + "announce.dismiss": "Don't show this again", + "blog.archive": "Archive", + "blog.categories": "Categories", + "blog.categories.in": "in", + "blog.continue": "Continue reading", + "blog.draft": "Draft", + "blog.index": "Back to index", + "blog.meta": "Metadata", + "blog.references": "Related links", + "clipboard.copy": "Copy to clipboard", + "clipboard.copied": "Copied to clipboard", + "consent.accept": "Accept", + "consent.manage": "Manage settings", + "consent.reject": "Reject", + "footer": "Footer", + "footer.next": "Next", + "footer.previous": "Previous", + "header": "Header", + "meta.comments": "Comments", + "meta.source": "Source", + "nav": "Navigation", + "readtime.one": "1 min read", + "readtime.other": "# min read", + "rss.created": "RSS feed", + "rss.updated": "RSS feed of updated content", + "search": "Search", + "search.config.lang": "en", + "search.config.pipeline": "stopWordFilter", + "search.config.separator": "[\\s\\-]+", + "search.placeholder": "Search", + "search.share": "Share", + "search.reset": "Clear", + "search.result.initializer": "Initializing search", + "search.result.placeholder": "Type to start searching", + "search.result.none": "No matching documents", + "search.result.one": "1 matching document", + "search.result.other": "# matching documents", + "search.result.more.one": "1 more on this page", + "search.result.more.other": "# more on this page", + "search.result.term.missing": "Missing", + "select.language": "Select language", + "select.version": "Select version", + "source": "Go to repository", + "source.file.contributors": "Contributors", + "source.file.date.created": "Created", + "source.file.date.updated": "Last update", + "tabs": "Tabs", + "toc": "Table of contents", + "top": "Back to top" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/eo.html b/material/templates/partials/languages/eo.html new file mode 100644 index 00000000..65b8a423 --- /dev/null +++ b/material/templates/partials/languages/eo.html @@ -0,0 +1,29 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "eo", + "action.edit": "Redakti ĉi tiun paĝon", + "action.skip": "Saltu al enhavo", + "clipboard.copy": "Kopii al tondujo", + "clipboard.copied": "Kopiado al klipo", + "footer": "Piedlinio", + "footer.next": "Sekva", + "footer.previous": "Antaŭa", + "header": "Kaplinio", + "meta.comments": "Komentoj", + "meta.source": "Fontkodo", + "nav": "Navigado", + "search.config.lang": "es", + "search.placeholder": "Serĉo", + "search.reset": "Klara", + "search.result.placeholder": "Tajpu por komenci serĉadon", + "search.result.none": "Neniuj kongruaj dokumentoj", + "search.result.one": "1 kongrua dokumento", + "search.result.other": "# kongruaj dokumentoj", + "source": "Iru al deponejo", + "source.file.date.created": "Kreita", + "source.file.date.updated": "Lasta ĝisdatigo", + "tabs": "Langetoj", + "toc": "Enhavtabelo" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/es.html b/material/templates/partials/languages/es.html new file mode 100644 index 00000000..78cae750 --- /dev/null +++ b/material/templates/partials/languages/es.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "es", + "action.edit": "Editar esta página", + "action.skip": "Saltar a contenido", + "action.view": "Ver código fuente de esta página", + "announce.dismiss": "No mostrar esto de nuevo", + "blog.archive": "Archivo", + "blog.categories": "Categorías", + "blog.categories.in": "en", + "blog.continue": "Seguir leyendo", + "blog.draft": "Borrador", + "blog.index": "Regresar al índice", + "blog.meta": "Metadata", + "blog.references": "Enlaces relacionados", + "clipboard.copy": "Copiar al portapapeles", + "clipboard.copied": "Copiado al portapapeles", + "consent.accept": "Aceptar", + "consent.manage": "Gestionar cookies", + "consent.reject": "Rechazar", + "footer": "Pie", + "footer.next": "Siguiente", + "footer.previous": "Anterior", + "header": "Cabecera", + "meta.comments": "Comentarios", + "meta.source": "Fuente", + "nav": "Navegación", + "readtime.one": "1 minuto de lectura", + "readtime.other": "# minutos de lectura", + "rss.created": "Fuente RSS", + "rss.updated": "Fuente RSS de contenido actualizado", + "search": "Buscar", + "search.config.lang": "es", + "search.placeholder": "Búsqueda", + "search.share": "Compartir", + "search.reset": "Limpiar", + "search.result.initializer": "Inicializando búsqueda", + "search.result.placeholder": "Teclee para comenzar búsqueda", + "search.result.none": "No se encontraron documentos", + "search.result.one": "1 documento encontrado", + "search.result.other": "# documentos encontrados", + "search.result.more.one": "1 más en esta página", + "search.result.more.other": "# más en esta página", + "search.result.term.missing": "Falta", + "select.language": "Seleccionar idioma", + "select.version": "Seleccionar versión", + "source": "Ir al repositorio", + "source.file.contributors": "Contribuidores", + "source.file.date.created": "Creado", + "source.file.date.updated": "Última actualización", + "tabs": "Pestañas", + "toc": "Tabla de contenidos", + "top": "Volver al principio" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/et.html b/material/templates/partials/languages/et.html new file mode 100644 index 00000000..3e23129b --- /dev/null +++ b/material/templates/partials/languages/et.html @@ -0,0 +1,23 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "et", + "action.edit": "Muuda seda lehte", + "action.skip": "Keri sisuni", + "clipboard.copy": "Kopeeri lõikelauale", + "clipboard.copied": "Kopeeritud", + "footer.next": "Järgmine", + "footer.previous": "Eelmine", + "meta.comments": "Kommentaarid", + "meta.source": "Lähtekood", + "search.placeholder": "Otsi", + "search.result.placeholder": "Otsimiseks kirjuta siia", + "search.result.none": "Otsingule ei leitud ühtegi vastet", + "search.result.one": "Leiti üks tulemus", + "search.result.other": "Leiti # tulemust", + "source": "Ava repositooriumis", + "source.file.date.created": "Loodud", + "source.file.date.updated": "Viimane uuendus", + "toc": "Sisukord" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/eu.html b/material/templates/partials/languages/eu.html new file mode 100644 index 00000000..9b97a732 --- /dev/null +++ b/material/templates/partials/languages/eu.html @@ -0,0 +1,55 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "eu", + "action.edit": "Editatu orri hau", + "action.skip": "Joan zuzenean edukira", + "action.view": "Ikusi orri honen iturburua", + "announce.dismiss": "Ez erakutsi hau berriro", + "blog.archive": "Artxiboa", + "blog.categories": "Kategoriak", + "blog.categories.in": "kategoria", + "blog.continue": "Jarraitu irakurtzen", + "blog.draft": "Zirriborroa", + "blog.index": "Itzuli aurkibidera", + "blog.meta": "Metadatuak", + "blog.references": "Erlazionatutako estekak", + "clipboard.copy": "Kopiatu arbelean", + "clipboard.copied": "Arbelean kopiatuta", + "consent.accept": "Onartu", + "consent.manage": "Kudeatu ezarpenak", + "consent.reject": "Ukatu", + "footer": "Orri-oina", + "footer.next": "Hurrengoa", + "footer.previous": "Aurrekoa", + "header": "Atalburua", + "meta.comments": "Iruzkinak", + "meta.source": "Iturburua", + "nav": "Nabigazioa", + "readtime.one": "Minutu batean irakurtzeko", + "readtime.other": "# minututan irakurtzeko", + "rss.created": "RSS jarioa", + "rss.updated": "Eduki eguneratuen RSS jarioa", + "search": "Bilatu", + "search.placeholder": "Bilatu", + "search.share": "Partekatu", + "search.reset": "Garbitu", + "search.result.initializer": "Bilaketa hasieratzen", + "search.result.placeholder": "Idatzi bilatzen hasteko", + "search.result.none": "Bat datorren dokumenturik ez", + "search.result.one": "Bat datorren dokumentu bat", + "search.result.other": "Bat datozen # dokumentu", + "search.result.more.one": "Bat gehiago orri honetan", + "search.result.more.other": "# gehiago orri honetan", + "search.result.term.missing": "Falta da", + "select.language": "Hautatu hizkuntza", + "select.version": "Hautatu bertsioa", + "source": "Joan biltegira", + "source.file.contributors": "Kolaboratzaileak", + "source.file.date.created": "Sortze data", + "source.file.date.updated": "Azken eguneratzea", + "tabs": "Fitxak", + "toc": "Edukiak", + "top": "Igo goraino" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/fa.html b/material/templates/partials/languages/fa.html new file mode 100644 index 00000000..d61b273e --- /dev/null +++ b/material/templates/partials/languages/fa.html @@ -0,0 +1,57 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "fa", + "direction": "rtl", + "action.edit": "این صفحه را ویرایش کنید", + "action.skip": "پرش به محتویات", + "action.view": "محتویات این صفحه را نشان بده", + "announce.dismiss": "این را دیگر نشان نده", + "blog.archive": "بایگانی", + "blog.categories": "دسته‌بندی‌ها", + "blog.categories.in": "در", + "blog.continue": "ادامه به خواندن", + "blog.draft": "پیش‌نویس", + "blog.index": "برگشت به فهرست", + "blog.meta": "فراداده", + "blog.references": "پیوندهای مربوط", + "clipboard.copy": "کپی کردن", + "clipboard.copied": "کپی شد", + "consent.accept": "تایید", + "consent.manage": "مدیریت تنظیمات", + "consent.reject": "رد کردن", + "footer": "پاورقی", + "footer.next": "بعدی", + "footer.previous": "قبلی", + "header": "سرتیتر", + "meta.comments": "نظرات", + "meta.source": "منبع", + "nav": "هدایت", + "readtime.one": "1 دقیقه زمان خواندن", + "readtime.other": "# دقیقه زمان خواندن", + "rss.created": "خوراک آراس‌اس", + "rss.updated": "خوراک آراساس محتویات به‌روز شده", + "search": "جستجو", + "search.config.pipeline": " ", + "search.placeholder": "جستجو", + "search.share": "هم‌رسانی", + "search.reset": "بازنشانی", + "search.result.initializer": "راه‌اندازی جستجو", + "search.result.placeholder": "برای شروع جستجو تایپ کنید", + "search.result.none": "سندی یافت نشد", + "search.result.one": "1 سند یافت شد", + "search.result.other": "# سند یافت شد", + "search.result.more.one": "1 مورد دیگر در این صفحه", + "search.result.more.other": "# مورد دیگر در این صفحه", + "search.result.term.missing": "موجود نیست", + "select.language": "انتخاب زبان", + "select.version": "انتخاب ویرایش", + "source": "رفتن به مخزن", + "source.file.contributors": "مشارکت کنندگان", + "source.file.date.created": "ایجاد شده", + "source.file.date.updated": "اخرین بروزرسانی", + "tabs": "زبانه‌ها", + "toc": "فهرست موضوعات", + "top": "برگشت به بالا" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/fi.html b/material/templates/partials/languages/fi.html new file mode 100644 index 00000000..d5fc895e --- /dev/null +++ b/material/templates/partials/languages/fi.html @@ -0,0 +1,24 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "fi", + "action.edit": "Muokkaa tätä sivua", + "action.skip": "Hyppää sisältöön", + "clipboard.copy": "Kopioi leikepöydälle", + "clipboard.copied": "Kopioitu leikepöydälle", + "footer.next": "Seuraava", + "footer.previous": "Edellinen", + "meta.comments": "Kommentit", + "meta.source": "Lähdekodi", + "search.config.lang": "fi", + "search.placeholder": "Hae", + "search.result.placeholder": "Kirjoita aloittaaksesi haun", + "search.result.none": "Ei täsmääviä dokumentteja", + "search.result.one": "1 täsmäävä dokumentti", + "search.result.other": "# täsmäävää dokumenttia", + "source": "Mene repositoryyn", + "source.file.date.created": "Luotu", + "source.file.date.updated": "Viimeisin päivitys", + "toc": "Sisällysluettelo" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/fr.html b/material/templates/partials/languages/fr.html new file mode 100644 index 00000000..6c762b53 --- /dev/null +++ b/material/templates/partials/languages/fr.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "fr", + "action.edit": "Editer cette page", + "action.skip": "Aller au contenu", + "action.view": "Consulter la source de cette page", + "announce.dismiss": "Ne plus montrer cela", + "blog.archive": "Archive", + "blog.categories": "Catégories", + "blog.categories.in": "dans", + "blog.continue": "Continuer à lire", + "blog.draft": "Brouillon", + "blog.index": "Retourner à l'index", + "blog.meta": "Metadonnées", + "blog.references": "Liens connexes", + "clipboard.copy": "Copier dans le presse-papier", + "clipboard.copied": "Copié dans le presse-papier", + "consent.accept": "Accepter", + "consent.manage": "Paramétrer vos choix", + "consent.reject": "Refuser", + "footer": "Pied de page", + "footer.next": "Suivant", + "footer.previous": "Précédent", + "header": "En-tête", + "meta.comments": "Commentaires", + "meta.source": "Source", + "nav": "Navigation", + "readtime.one": "1 min de lecture", + "readtime.other": "# min de lecture", + "rss.created": "Flux RSS", + "rss.updated": "Flux RSS du contenu mis à jour", + "search": "Recherche", + "search.config.lang": "fr", + "search.placeholder": "Rechercher", + "search.share": "Partager", + "search.reset": "Effacer", + "search.result.initializer": "Initialisation de la recherche", + "search.result.placeholder": "Taper pour démarrer la recherche", + "search.result.none": "Aucun document trouvé", + "search.result.one": "1 document trouvé", + "search.result.other": "# documents trouvés", + "search.result.more.one": "1 de plus sur cette page", + "search.result.more.other": "# de plus sur cette page", + "search.result.term.missing": "Non trouvé", + "select.language": "Sélectionner la langue", + "select.version": "Sélectionner la version", + "source": "Aller au dépôt", + "source.file.contributors": "Contributeurs", + "source.file.date.created": "Créé", + "source.file.date.updated": "Dernière mise à jour", + "tabs": "Onglets", + "toc": "Table des matières", + "top": "Retour en haut de la page" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/gl.html b/material/templates/partials/languages/gl.html new file mode 100644 index 00000000..c43caf1a --- /dev/null +++ b/material/templates/partials/languages/gl.html @@ -0,0 +1,36 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "gl", + "action.edit": "Editar esta páxina", + "action.skip": "Ir ao contido", + "clipboard.copy": "Copiar no cortapapeis", + "clipboard.copied": "Copiado no cortapapeis", + "footer": "Pé", + "footer.next": "Seguinte", + "footer.previous": "Anterior", + "header": "Cabeceira", + "meta.comments": "Comentarios", + "meta.source": "Fonte", + "nav": "Navegación", + "search.config.lang": "es", + "search.placeholder": "Procura", + "search.reset": "Limpar", + "search.result.initializer": "Inicializando procura", + "search.result.placeholder": "Insira un termo", + "search.result.none": "Sen resultados", + "search.result.one": "1 resultado atopado", + "search.result.other": "# resultados atopados", + "search.result.more.one": "1 máis nesta páxina", + "search.result.more.other": "# máis nesta páxina", + "search.result.term.missing": "Falta", + "select.language": "Seleccionar idioma", + "select.version": "Seleccionar version", + "source": "Ir ao repositorio", + "source.file.date.created": "Creada", + "source.file.date.updated": "Última actualización", + "tabs": "Pestanas", + "toc": "Táboa de contidos", + "top": "Volver ao principio" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/he.html b/material/templates/partials/languages/he.html new file mode 100644 index 00000000..e25dc614 --- /dev/null +++ b/material/templates/partials/languages/he.html @@ -0,0 +1,57 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "he", + "direction": "rtl", + "action.edit": "עריכת הדף הזה", + "action.skip": "לדלג לתוכן", + "action.view": "צפה במקור של דף זה", + "announce.dismiss": "לא להציג את זה שוב", + "blog.archive": "ארכיון", + "blog.categories": "קטגוריות", + "blog.categories.in": "בתוך", + "blog.continue": "המשך לקרוא", + "blog.draft": "טיוטה", + "blog.index": "חזרה לאינדקס", + "blog.meta": "מטא-נתונים", + "blog.references": "קישורים קשורים", + "clipboard.copy": "העתקה ללוח", + "clipboard.copied": "הועתק ללוח", + "consent.accept": "לקבל", + "consent.manage": "לנהל הגדרות", + "consent.reject": "לדחות", + "footer": "כותרת תחתונה", + "footer.next": "הבא", + "footer.previous": "הקודם", + "header": "כותרת עליונה", + "meta.comments": "הערות", + "meta.source": "מקור", + "nav": "ניווט", + "readtime.one": "קריאה 1 דקות", + "readtime.other": "# דקות קריאה", + "rss.created": "RSS הזנת", + "rss.updated": "הזנת RSS של תוכן מעודכן", + "search": "חיפוש", + "search.config.pipeline": " ", + "search.placeholder": "חיפוש", + "search.share": "שיתוף", + "search.reset": "ניקוי", + "search.result.initializer": "אתחול חיפוש", + "search.result.placeholder": "יש להקליד כדי להתחיל לחפש", + "search.result.none": "אין מסמכים תואמים", + "search.result.one": "מסמך1 תואם", + "search.result.other": "# מסמך תואם", + "search.result.more.one": "עוד אחד בדף הזה", + "search.result.more.other": "עוד # בדף הזה", + "search.result.term.missing": "חסר", + "select.language": "בחירת שפה", + "select.version": "בחירת גרסה", + "source": "לעבור אל המאגר", + "source.file.contributors": "תורמים", + "source.file.date.created": "נוצר", + "source.file.date.updated": "עדכון אחרון", + "tabs": "לשוניות", + "toc": "תוכן העניינים", + "top": "חזרה למעלה" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/hi.html b/material/templates/partials/languages/hi.html new file mode 100644 index 00000000..081a32f6 --- /dev/null +++ b/material/templates/partials/languages/hi.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "hi", + "action.edit": "इस पृष्ठ को संपादित करें", + "action.skip": "विषय पर बढ़ें", + "action.view": "इस पृष्ठ का सूत्र देखें", + "announce.dismiss": "इसे पुनः न दिखायें", + "blog.archive": "पुरालेख", + "blog.categories": "वर्ग", + "blog.categories.in": "में", + "blog.continue": "पढ़ते रहिये", + "blog.draft": "मसौदा", + "blog.index": "सूचि को लौटें", + "blog.meta": "मेटाडेटा", + "blog.references": "सम्बंधित लिंक", + "clipboard.copy": "क्लिपबोर्ड पर कॉपी करें", + "clipboard.copied": "क्लिपबोर्ड पर कॉपी कर दिया गया", + "consent.accept": "स्वीकार करें", + "consent.manage": "सेटिंग्स मैनेज करें", + "consent.reject": "अस्वीकार करें", + "footer": "फुटर", + "footer.next": "आगामी", + "footer.previous": "पिछला", + "header": "शीर्षक", + "meta.comments": "टिप्पणियाँ", + "meta.source": "स्रोत", + "nav": "नैविगेशन", + "readtime.one": "1 मिनट पढ़ने को", + "readtime.other": "# मिनट पढ़ने को", + "rss.created": "RSS फीड", + "rss.updated": "नवीनतम विषयवस्तु का RSS feed", + "search": "खोजें", + "search.config.lang": "hi", + "search.placeholder": "खोज", + "search.share": "शेयर करें", + "search.reset": "हटा दें", + "search.result.initializer": "खोज शुरू करें", + "search.result.placeholder": "खोज शुरू करने के लिए टाइप करें", + "search.result.none": "कोई मिलान डॉक्यूमेंट नहीं", + "search.result.one": "1 मिलान डॉक्यूमेंट", + "search.result.other": "# मिलान डाक्यूमेंट्स", + "search.result.more.one": "1 और इस पृष्ठ पर", + "search.result.more.other": "# और इस पृष्ठ पर", + "search.result.term.missing": "ग़ायब", + "select.language": "भाषा चुनें", + "select.version": "वर्शन चुनें", + "source": "रिपॉजिटरी पर जाएं", + "source.file.contributors": "योगदाता", + "source.file.date.created": "बनाया था", + "source.file.date.updated": "आखिरी अपडेट", + "tabs": "टैब", + "toc": "विषय - सूची", + "top": "शीर्षभाग पर लौटें" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/hr.html b/material/templates/partials/languages/hr.html new file mode 100644 index 00000000..e10df662 --- /dev/null +++ b/material/templates/partials/languages/hr.html @@ -0,0 +1,55 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "hr", + "action.edit": "Uredi stranicu", + "action.skip": "Preskoči na sadržaj", + "action.view": "Pregledaj izvorni kod ove stranice", + "announce.dismiss": "Ne prikazuj ovo opet", + "blog.archive": "Arhiva", + "blog.categories": "Kategorije", + "blog.categories.in": "u", + "blog.continue": "Nastavi čitati", + "blog.draft": "Nacrt", + "blog.index": "Natrag na indeks", + "blog.meta": "Metapodaci", + "blog.references": "Srodne poveznice", + "clipboard.copy": "Kopiraj u međuspremnik", + "clipboard.copied": "Kopirano u međuspremnik", + "consent.accept": "Prihvati", + "consent.manage": "Upravljaj postavkama", + "consent.reject": "Odbij", + "footer": "Podnožje", + "footer.next": "Sljedeće", + "footer.previous": "Prethodno", + "header": "Zaglavlje", + "meta.comments": "Komentari", + "meta.source": "Izvor", + "nav": "Navigacija", + "readtime.one": "1 minuta čitanja", + "readtime.other": "# minut(a/e) čitanja", + "rss.created": "RSS izvor", + "rss.updated": "RSS izvor osvježenog sadržaja", + "search": "Pretraživanje", + "search.placeholder": "Pretraži", + "search.share": "Podijeli", + "search.reset": "Očisti", + "search.result.initializer": "Inicijaliziranje pretraživanja", + "search.result.placeholder": "Unesite pojam pretraživanja", + "search.result.none": "Ništa nije pronađeno", + "search.result.one": "1 rezultat pretraživanja", + "search.result.other": "# rezultat(a) pretraživanja", + "search.result.more.one": "1 rezultat na ovoj stranici", + "search.result.more.other": "# rezultat(a) na ovoj stranici", + "search.result.term.missing": "Nedostaje", + "select.language": "Odabir jezika", + "select.version": "Odabir verzije", + "source": "Idi u repozitorij", + "source.file.contributors": "Suradnici", + "source.file.date.created": "Stvaranje", + "source.file.date.updated": "Posljednje ažuriranje", + "tabs": "Kartice", + "toc": "Sadržaj", + "top": "Vrati se na vrh" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/hu.html b/material/templates/partials/languages/hu.html new file mode 100644 index 00000000..46bdec9a --- /dev/null +++ b/material/templates/partials/languages/hu.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "hu", + "action.edit": "Oldal szerkesztése", + "action.skip": "Kihagyás", + "action.view": "Oldal forrásának megtekintése", + "announce.dismiss": "Ne mutasd többet", + "blog.archive": "Archívum", + "blog.categories": "Kategóriák", + "blog.categories.in": "Kategória:", + "blog.continue": "Folytatás", + "blog.draft": "Piszkozat", + "blog.index": "Vissza a főoldalra", + "blog.meta": "Metaadat", + "blog.references": "Kapcsolódó linkek", + "clipboard.copy": "Másolás vágólapra", + "clipboard.copied": "Vágólapra másolva", + "consent.accept": "Elfogadás", + "consent.manage": "Beállítások", + "consent.reject": "Visszautasítás", + "footer": "Élőláb", + "footer.next": "Következő", + "footer.previous": "Előző", + "header": "Élőfej", + "meta.comments": "Hozzászólások", + "meta.source": "Forrás", + "nav": "Navigáció", + "readtime.one": "1 percnyi", + "readtime.other": "# percnyi", + "rss.created": "RSS feed", + "rss.updated": "Frissített tartalom RSS feedje", + "search": "Keresés", + "search.config.lang": "hu", + "search.placeholder": "Keresés", + "search.share": "Megosztás", + "search.reset": "Törlés", + "search.result.initializer": "Keresés inicializálása", + "search.result.placeholder": "Kereséshez írj ide valamit", + "search.result.none": "Nincs találat", + "search.result.one": "1 egyező dokumentum", + "search.result.other": "# egyező dokumentum", + "search.result.more.one": "1 további találat az oldalon", + "search.result.more.other": "# további találat az oldalon", + "search.result.term.missing": "Üres", + "select.language": "Nyelvváltás", + "select.version": "Verzióváltás", + "source": "Főoldalra ugrás", + "source.file.contributors": "Szerzők", + "source.file.date.created": "Létrehozva", + "source.file.date.updated": "Utolsó frissítés", + "tabs": "Lapok", + "toc": "Tartalomjegyzék", + "top": "Vissza a tetejére" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/hy.html b/material/templates/partials/languages/hy.html new file mode 100644 index 00000000..076fcb6c --- /dev/null +++ b/material/templates/partials/languages/hy.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "hy", + "action.edit": "Խմբագրել այս էջը", + "action.skip": "Անցնել պարունակությանը", + "action.view": "Դիտել այս էջի սկզբնաղբյուրը", + "announce.dismiss": "Այլևս չցուցադրել", + "blog.archive": "Արխիվ", + "blog.categories": "Կատեգորիաներ", + "blog.categories.in": "in", + "blog.continue": "Շարունակել կարդալ", + "blog.draft": "Սևագիր", + "blog.index": "Հետ դեպի ինդեքս", + "blog.meta": "Մետատվյալներ", + "blog.references": "Առնչվող հղումներ", + "clipboard.copy": "Պատճենել", + "clipboard.copied": "Պատճենված է", + "consent.accept": "Ընդունել", + "consent.manage": "Կառավարել կարգավորումները", + "consent.reject": "Մերժել", + "footer": "Էջատակ", + "footer.next": "Հաջորդը", + "footer.previous": "Նախորդը", + "header": "Գլխագիր", + "meta.comments": "Մեկնաբանությունները", + "meta.source": "Աղբյուր", + "nav": "Տեղորոշում", + "readtime.one": "Ընթերցում՝ 1 րոպե", + "readtime.other": "Ընթերցում՝ # րոպե", + "rss.created": "RSS հոսք", + "rss.updated": "Արդիացված բովանդակության RSS հոսք", + "search": "Որոնում", + "search.config.pipeline": " ", + "search.placeholder": "Որոնում", + "search.share": "Կիսվել", + "search.reset": "Ջնջել", + "search.result.initializer": "Որոնում", + "search.result.placeholder": "Մուտքագրեք որոնելու համար", + "search.result.none": "Արդյունքներ չկան", + "search.result.one": "1 արդյունք", + "search.result.other": "# արդյունք", + "search.result.more.one": "ևս 1-ը այս էջում", + "search.result.more.other": "ևս #-ը այս էջում", + "search.result.term.missing": "Բացակայում է", + "select.language": "Ընտրել լեզուն", + "select.version": "Ընտրել տարբերակը", + "source": "Դեպի պահոց", + "source.file.contributors": "Հեղինակողներ", + "source.file.date.created": "Ստեղծված է", + "source.file.date.updated": "Վերջին թարմացումը", + "tabs": "Ներդիրներ", + "toc": "Բովանդակություն", + "top": "Վերադառնալ սկիզբ" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/id.html b/material/templates/partials/languages/id.html new file mode 100644 index 00000000..876d894e --- /dev/null +++ b/material/templates/partials/languages/id.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "id", + "action.edit": "Ubah halaman ini", + "action.skip": "Lewati ke isi", + "action.view": "Lihat sumber halaman ini", + "announce.dismiss": "Jangan lihat ini lagi", + "blog.archive": "Arsip", + "blog.categories": "Kategori", + "blog.categories.in": "dalam", + "blog.continue": "Lanjut membaca", + "blog.draft": "Draf", + "blog.index": "Kembali ke indeks", + "blog.meta": "Metadata", + "blog.references": "Tautan yang berhubungan", + "clipboard.copy": "Salin ke clipboard", + "clipboard.copied": "Tersalin ke clipboard", + "consent.accept": "Terima", + "consent.manage": "Kelola pengaturan", + "consent.reject": "Tolak", + "footer": "Footer", + "footer.next": "Selanjutnya", + "footer.previous": "Sebelumnya", + "header": "Header", + "meta.comments": "Komentar", + "meta.source": "Sumber", + "nav": "Navigasi", + "readtime.one": "1 menit baca", + "readtime.other": "# menit baca", + "rss.created": "Umpan RSS", + "rss.updated": "Umpan RSS dari konten yang diperbarui", + "search": "Cari", + "search.config.pipeline": " ", + "search.placeholder": "Cari", + "search.share": "Bagikan", + "search.reset": "Kosongkan", + "search.result.initializer": "Mempersiapkan pencarian", + "search.result.placeholder": "Ketik untuk mulai pencarian", + "search.result.none": "Tidak ada dokumen yang sesuai", + "search.result.one": "1 dokumen ditemukan", + "search.result.other": "# dokumen ditemukan", + "search.result.more.one": "1 lagi di halaman ini", + "search.result.more.other": "# lagi di halaman ini", + "search.result.term.missing": "Tidak ada", + "select.language": "Pilih bahasa", + "select.version": "Pilih versi", + "source": "Ke repositori", + "source.file.contributors": "Kontributor", + "source.file.date.created": "Dibuat", + "source.file.date.updated": "Pembaruan terakhir", + "tabs": "Tab", + "toc": "Daftar isi", + "top": "Kembali ke atas" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/is.html b/material/templates/partials/languages/is.html new file mode 100644 index 00000000..c353fe35 --- /dev/null +++ b/material/templates/partials/languages/is.html @@ -0,0 +1,55 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "is", + "action.edit": "Breyta þessari síðu", + "action.skip": "Hoppa yfir í efnið", + "action.view": "Skoða frumgögn þessarar síðu", + "announce.dismiss": "Ekki sýna þetta aftur", + "blog.archive": "Safn", + "blog.categories": "Flokkar", + "blog.categories.in": "í", + "blog.continue": "Lesa meira", + "blog.draft": "Uppkast", + "blog.index": "Til baka í yfirlit", + "blog.meta": "Lýsigögn", + "blog.references": "Þessu tengt", + "clipboard.copy": "Afrita á klemmuspjald", + "clipboard.copied": "Afritað á klemmuspjald", + "consent.accept": "Samþykkja", + "consent.manage": "Breyta stillingum", + "consent.reject": "Hafna", + "footer": "Síðufótur", + "footer.next": "Næsta", + "footer.previous": "Fyrri", + "header": "Haus", + "meta.comments": "Umræður", + "meta.source": "Frumgögn", + "nav": "Valmynd", + "readtime.one": "1 mín lestur", + "readtime.other": "# mín lestur", + "rss.created": "RSS veita", + "rss.updated": "RSS veita fyrir uppfært innihald", + "search": "Leita", + "search.placeholder": "Leita", + "search.share": "Deila", + "search.reset": "Hreinsa", + "search.result.initializer": "Ræsi leitarvél", + "search.result.placeholder": "Byrjaðu að skrifa til að hefja leit", + "search.result.none": "Engar síður fundust", + "search.result.one": "1 síða fannst", + "search.result.other": "# síður fundust", + "search.result.more.one": "1 til viðbótar á þessari síðu", + "search.result.more.other": "# til viðbótar á þessari síðu", + "search.result.term.missing": "Vantar", + "select.language": "Veldu tungumál", + "select.version": "Veldu útgáfu", + "source": "Fara í gagnageymslu", + "source.file.contributors": "Meðhöfundar", + "source.file.date.created": "Búið til", + "source.file.date.updated": "Síðast uppfært", + "tabs": "Flipar", + "toc": "Efnisyfirlit", + "top": "Fara aftur efst" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/it.html b/material/templates/partials/languages/it.html new file mode 100644 index 00000000..0472dab0 --- /dev/null +++ b/material/templates/partials/languages/it.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "it", + "action.edit": "Modifica", + "action.skip": "Vai al contenuto", + "action.view": "Vedi il sorgente di questa pagina", + "announce.dismiss": "Non mostrare più", + "blog.archive": "Archivio", + "blog.categories": "Categorie", + "blog.categories.in": "in", + "blog.continue": "Continua a leggere", + "blog.draft": "Bozza", + "blog.index": "Torna all'indice", + "blog.meta": "Metadati", + "blog.references": "Collegamenti", + "clipboard.copy": "Copia", + "clipboard.copied": "Copiato", + "consent.accept": "Accetta", + "consent.manage": "Gestisci le opzioni", + "consent.reject": "Rifiuta", + "footer": "Piede", + "footer.next": "Successivo", + "footer.previous": "Precedente", + "header": "Intestazione", + "meta.comments": "Commenti", + "meta.source": "Sorgente", + "nav": "Navigazione", + "readtime.one": "1 minuto di lettura", + "readtime.other": "# minuti di lettura", + "rss.created": "Feed RSS", + "rss.updated": "Contenuto aggiornato del feed RSS", + "search": "Cerca", + "search.config.lang": "it", + "search.placeholder": "Cerca", + "search.share": "Condividi", + "search.reset": "Cancella", + "search.result.initializer": "Inizializza la ricerca", + "search.result.placeholder": "Scrivi per iniziare a cercare", + "search.result.none": "Nessun documento trovato", + "search.result.one": "1 documento trovato", + "search.result.other": "# documenti trovati", + "search.result.more.one": "1 altro in questa pagina", + "search.result.more.other": "# altri in questa pagina", + "search.result.term.missing": "Non presente", + "select.language": "Seleziona la lingua", + "select.version": "Seleziona la versione", + "source": "Apri repository", + "source.file.contributors": "Contributori", + "source.file.date.created": "Creata", + "source.file.date.updated": "Ultimo aggiornamento", + "tabs": "Tabs", + "toc": "Indice", + "top": "Torna su" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/ja.html b/material/templates/partials/languages/ja.html new file mode 100644 index 00000000..f2368574 --- /dev/null +++ b/material/templates/partials/languages/ja.html @@ -0,0 +1,58 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "ja", + "action.edit": "編集", + "action.skip": "コンテンツにスキップ", + "action.view": "このページの原文を表示", + "announce.dismiss": "非表示にします", + "blog.archive": "過去の投稿", + "blog.categories": "カテゴリー", + "blog.categories.in": "", + "blog.continue": "続きを読む", + "blog.draft": "下書き", + "blog.index": "ブログトップへ戻る", + "blog.meta": "メタデータ", + "blog.references": "関連リンク", + "clipboard.copy": "クリップボードへコピー", + "clipboard.copied": "コピーしました", + "consent.accept": "同意", + "consent.manage": "サイトの設定", + "consent.reject": "拒否", + "footer": "フッター", + "footer.next": "次", + "footer.previous": "前", + "header": "ヘッダー", + "meta.comments": "コメント", + "meta.source": "ソース", + "nav": "ナビゲーション", + "readtime.one": "このページは約1分で読めます", + "readtime.other": "このページは約#分で読めます", + "rss.created": "新しいページのRSSフィード", + "rss.updated": "更新されたページのRSSフィード", + "search": "検索", + "search.config.lang": "ja", + "search.config.pipeline": "stemmer", + "search.config.separator": "[\\s\\- 、。,.]+", + "search.placeholder": "検索", + "search.share": "共有", + "search.reset": "クリア", + "search.result.initializer": "検索を初期化", + "search.result.placeholder": "検索キーワードを入力してください", + "search.result.none": "何も見つかりませんでした", + "search.result.one": "1件見つかりました", + "search.result.other": "#件見つかりました", + "search.result.more.one": "このページ内にもう1件見つかりました", + "search.result.more.other": "このページ内にあと#件見つかりました", + "search.result.term.missing": "検索に含まれない", + "select.language": "言語切り替え", + "select.version": "バージョン切り替え", + "source": "リポジトリへ", + "source.file.contributors": "投稿者", + "source.file.date.created": "作成日", + "source.file.date.updated": "最終更新日", + "tabs": "タブ", + "toc": "目次", + "top": "ページトップへ戻る" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/ka.html b/material/templates/partials/languages/ka.html new file mode 100644 index 00000000..d8e0a731 --- /dev/null +++ b/material/templates/partials/languages/ka.html @@ -0,0 +1,29 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "ka", + "action.edit": "გვერდის რედარქირება", + "action.skip": "კონტენტზე გადასვლა", + "clipboard.copy": "კოპირება", + "clipboard.copied": "კოპირებულია", + "footer.next": "შემდეგი", + "footer.previous": "წინა", + "meta.comments": "კომენტარები", + "meta.source": "წყარო", + "nav": "ნავიგაცია", + "search.config.pipeline": " ", + "search.placeholder": "ძებნა", + "search.reset": "გასუფთავება", + "search.result.placeholder": "ჩაწერე ძებნის დასაწყებად", + "search.result.none": "დოკუმენტი ვერ მოიძებნა", + "search.result.one": "მოიძებნა 1 დოკუმენტი", + "search.result.other": "მოიძებნა # დოკუმენტი", + "search.result.more.one": "კიდევ 1 ამ გვერდზე", + "search.result.more.other": "კიდევ # ამ გვერდზე", + "source": "საცავში გადასვლა", + "source.file.date.created": "შეიქმნა", + "source.file.date.updated": "ბოლო განახლება", + "tabs": "ტაბები", + "toc": "სარჩევი" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/kn.html b/material/templates/partials/languages/kn.html new file mode 100644 index 00000000..876a7e0e --- /dev/null +++ b/material/templates/partials/languages/kn.html @@ -0,0 +1,55 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "kn", + "action.edit": "ಈ ಪುಟವನ್ನು ತಿದ್ದುಪಡಿ ಮಾಡಿ", + "action.skip": "ವಿಷಯಕ್ಕೆ ತೆರಳಿ", + "action.view": "ಈ ಪುಟದ ಮೂಲವನ್ನು ವೀಕ್ಷಿಸಿ", + "announce.dismiss": "ಇದನ್ನು ಮತ್ತೊಮ್ಮೆ ತೋರಿಸಬೇಡಿ", + "blog.archive": "ಹಳೆಯ ಲೇಖನ", + "blog.categories": "ವರ್ಗಗಳು", + "blog.categories.in": "ರಲ್ಲಿ", + "blog.continue": "ಓದು ಮುಂದುವರೆಸಿ", + "blog.draft": "ಆರಂಭಿಕ ಬರವಣಿಗೆ", + "blog.index": "ಸೂಚ್ಯಂಕಕ್ಕೆ ಹಿಂತಿರುಗಿ", + "blog.meta": "ಮಾಹಿತಿಯ ಬಗ್ಗೆ ಮಾಹಿತಿ", + "blog.references": "ಸಂಬಂಧಿತ ಉಲ್ಲೇಖಗಳು", + "clipboard.copy": "ಇದನ್ನು ನಕಲಿಸಿ", + "clipboard.copied": "ಇದನ್ನು ನಕಲು ಮಾಡಿದೆ", + "consent.accept": "ನಾನು ಇದನ್ನು ಒಪ್ಪಿಕೊಳ್ಳುತ್ತೇನೆ", + "consent.manage": "ಸಂರಚನೆಯನ್ನು ನಿರ್ವಹಿಸಿ", + "consent.reject": "ನಾನು ಇದನ್ನು ತಿರಸ್ಕರಿಸುತ್ತೇನೆ", + "footer": "ಅಡಿಟಿಪ್ಪಣಿ", + "footer.next": "ಮುಂದಿನ ಸಂಚಿಕೆ", + "footer.previous": "ಹಿಂದಿನ ಸಂಚಿಕೆ", + "header": "ಮೇಲ್ಟಿಪ್ಪಣಿ", + "meta.comments": "ಪ್ರತಿಕ್ರಿಯೆಗಳು", + "meta.source": "ಮೂಲ", + "nav": "ಸಂಚರಣೆ", + "readtime.one": "ಓದಲು ೧ ನಿಮಿಷ ತೆಗೆದುಕೊಳ್ಳುತ್ತದೆ", + "readtime.other": "ಓದಲು # ನಿಮಿಷಗಳನ್ನು ತೆಗೆದುಕೊಳ್ಳುತ್ತದೆ", + "rss.created": "ಆರ್ಎಸ್ಎಸ್ ಸೇವೆ", + "rss.updated": "ಆರ್ಎಸ್ಎಸ್ ಸೇವೆಯಿಂದ ಇತ್ತೀಚಿನ ನವೀಕರಣ", + "search": "ಹುಡುಕಿ", + "search.placeholder": "ಹುಡುಕಿ", + "search.share": "ಹಂಚಿಕೊಳ್ಳಿ", + "search.reset": "ಅಳಿಸು", + "search.result.initializer": "ಹುಡುಕಾಟವನ್ನು ಪ್ರಾರಂಭಿಸಲಾಗುತ್ತಿದೆ", + "search.result.placeholder": "ಬರೆಯುವ ಮೂಲಕ ಹುಡುಕಲು ಪ್ರಾರಂಭಿಸಿ", + "search.result.none": "ಹೊಂದಾಣಿಕೆಯಾಗುವ ದಾಖಲೆಗಳಿಲ್ಲ", + "search.result.one": "೧ ಹೊಂದಾಣಿಕೆಯ ದಾಖಲೆಯಿದೆ", + "search.result.other": "# ಹೊಂದಾಣಿಕೆಯ ದಾಖಲೆಗಳಿವೆ", + "search.result.more.one": "ಈ ಪುಟದಲ್ಲಿ ಇನ್ನೂ ಒಂದು ಕಂಡುಬಂದಿದೆ", + "search.result.more.other": "ಈ ಪುಟದಲ್ಲಿ ಇನ್ನೂ # ಇವೆ", + "search.result.term.missing": "ಕಾಣೆಯಾಗಿದೆ", + "select.language": "ಭಾಷೆಯನ್ನು ಆಯ್ಕೆಮಾಡಿ", + "select.version": "ಆವೃತ್ತಿಯನ್ನು ಆಯ್ಕೆಮಾಡಿ", + "source": "ಭಂಡಾರಕ್ಕೆ ಹೋಗಿ", + "source.file.contributors": "ಕೊಡುಗೆದಾರರು", + "source.file.date.created": "ರಚಿಸಿದ ದಿನಾಂಕ", + "source.file.date.updated": "ಕೊನೆಯ ನವೀಕರಣ ದಿನಾಂಕ", + "tabs": "ವಿವಿಧ ಕಿಟಕಿಗಳು", + "toc": "ವಿಷಯಗಳ ಪಟ್ಟಿ", + "top": "ಮೇಲಕ್ಕೆ ಹಿಂತಿರುಗಿ" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/ko.html b/material/templates/partials/languages/ko.html new file mode 100644 index 00000000..06e973f7 --- /dev/null +++ b/material/templates/partials/languages/ko.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "ko", + "action.edit": "이 페이지를 편집", + "action.skip": "콘텐츠로 이동", + "action.view": "페이지소스 보기", + "announce.dismiss": "다시 안보기", + "blog.archive": "아카이브", + "blog.categories": "카테고리", + "blog.categories.in": "카테고리", + "blog.continue": "계속 읽기", + "blog.draft": "임시 저장", + "blog.index": "Index로 돌아가기", + "blog.meta": "메타데이터", + "blog.references": "관련 링크", + "clipboard.copy": "클립보드로 복사", + "clipboard.copied": "클립보드에 복사됨", + "consent.accept": "동의 허락", + "consent.manage": "동의 허락 관리", + "consent.reject": "동의 거부", + "footer": "하단/푸터", + "footer.next": "다음", + "footer.previous": "이전", + "header": "상단/헤더", + "meta.comments": "댓글", + "meta.source": "출처", + "nav": "네비게이션", + "readtime.one": "읽는시간 1분", + "readtime.other": "읽는시간 #분", + "rss.created": "RSS 피드 생성완료", + "rss.updated": "RSS 피드 업데이트완료", + "search": "검색", + "search.config.pipeline": " ", + "search.placeholder": "검색", + "search.share": "공유", + "search.reset": "지우기", + "search.result.initializer": "검색 초기화", + "search.result.placeholder": "검색어를 입력하세요", + "search.result.none": "검색어와 일치하는 문서가 없습니다", + "search.result.one": "1개의 일치하는 문서", + "search.result.other": "#개의 일치하는 문서", + "search.result.more.one": "이 문서에서 1개의 검색 결과 더 보기", + "search.result.more.other": "이 문서에서 #개의 검색 결과 더 보기", + "search.result.term.missing": "포함되지 않은 검색어", + "select.language": "언어설정", + "select.version": "버전 선택", + "source": "저장소로 이동", + "source.file.contributors": "참여자들", + "source.file.date.created": "작성일", + "source.file.date.updated": "마지막 업데이트", + "tabs": "탭", + "toc": "목차", + "top": "맨위로" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/ku-IQ.html b/material/templates/partials/languages/ku-IQ.html new file mode 100644 index 00000000..a1ebbcd8 --- /dev/null +++ b/material/templates/partials/languages/ku-IQ.html @@ -0,0 +1,44 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "ku", + "direction": "rtl", + "action.edit": "دەستکاری ئەم پەڕە بکە", + "action.skip": "ئەم ناوەڕۆکە بپەڕێنە", + "action.view": "سەرچاوەی ئەم لاپەڕەیە نیشان بدە", + "announce.dismiss": "دووبارە ئەمە پیشان مەدە", + "clipboard.copy": "لەبەرگتنەوە بۆ کلیپبۆرد", + "clipboard.copied": "لەبەرگیرایەوە بۆ کلیپ بۆرد", + "consent.accept": "ڕازیبوون", + "consent.manage": "بەڕیوەبردنی ڕیکخستنەکان", + "consent.reject": "ڕەتکردنەوە", + "footer": "ژێرپەڕە", + "footer.next": "دواتر", + "footer.previous": "پێشتر", + "header": "ناونیشانی بەڕه", + "meta.comments": "لێدوانەکان", + "meta.source": "سەرجاوە", + "nav": "ڕێنیشاندەر", + "search": "گەڕان", + "search.config.pipeline": " ", + "search.placeholder": "گەڕان", + "search.share": "گەڕان", + "search.reset": "سڕینەوە", + "search.result.initializer": "ئامادەکردنی گەڕان", + "search.result.placeholder": "بنووسە بۆ دەستپێکردن بە گەڕان", + "search.result.none": "هیچ بەڵگەنامەیەکی هاوتا نیە", + "search.result.one": "١ بەڵگەنامەی هاوتا", + "search.result.other": "بەڵگەنامەی هاوتا #", + "search.result.more.one": "١ دانەی تر لەسەر ئەم پەڕەیە", + "search.result.more.other": "دانەی تر لەسەر ئەم پەڕەیە #", + "search.result.term.missing": "ونبوو", + "select.language": "زمان دیاریبکە", + "select.version": "وەشان دیاریبکە", + "source": "بڕۆ بۆ کۆگا", + "source.file.date.created": "دروسکت کرا", + "source.file.date.updated": "دوایین نوێکردنەوە", + "tabs": "تابەکان", + "toc": "خشتەی ناوەڕۆکەکان", + "top": "گەڕانەوە بۆ سەرەوە" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/lb.html b/material/templates/partials/languages/lb.html new file mode 100644 index 00000000..75beab62 --- /dev/null +++ b/material/templates/partials/languages/lb.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "lb", + "direction": "ltr", + "action.edit": "D'Säit beaarbechten", + "action.skip": "Zum Inhalt iwwersprangen", + "action.view": "Quellcode uweisen", + "announce.dismiss": "Net erëm uweisen", + "blog.archive": "Archiv", + "blog.categories": "Kategorien", + "blog.categories.in": "an", + "blog.continue": "Weider liesen", + "blog.draft": "Skizz", + "blog.index": "Zeréck zum Index", + "blog.meta": "Metadaten", + "blog.references": "Änlech Links", + "clipboard.copy": "Kopéieren", + "clipboard.copied": "Kopéiert", + "consent.accept": "Accept", + "consent.manage": "Astellungen beaarbechten", + "consent.reject": "Ofleenen", + "footer": "Footer", + "footer.next": "Weider", + "footer.previous": "Zeréck", + "header": "Header", + "meta.comments": "Kommentaren", + "meta.source": "Quell", + "nav": "Navigatioun", + "readtime.one": "1 min Liesedauer", + "readtime.other": "# min Liesedauer", + "rss.created": "RSS feed", + "rss.updated": "RSS feed vun aktualiséiertem Inhalt", + "search": "Sichen", + "search.placeholder": "Sichen", + "search.share": "Deelen", + "search.reset": "Läschen", + "search.result.initializer": "D'Sich gëtt initialiséiert", + "search.result.placeholder": "Schreif fir eppes ze sichen", + "search.result.none": "Keng zoutreffend Dokumenter", + "search.result.one": "1 zoutreffend Dokument", + "search.result.other": "# zoutreffend Dokumenter", + "search.result.more.one": "1 méi op dëser Säit", + "search.result.more.other": "# méi op dëser Säit", + "search.result.term.missing": "Feelend", + "select.language": "Sprooch auswielen", + "select.version": "Versioun auswielen", + "source": "Op den Repository goen", + "source.file.contributors": "Matwirkender", + "source.file.date.created": "Erstallt", + "source.file.date.updated": "Läscht update", + "tabs": "Tabs", + "toc": "Inhaltsverzeichnis", + "top": "Zeréck zum Ufank" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/lt.html b/material/templates/partials/languages/lt.html new file mode 100644 index 00000000..e6f72898 --- /dev/null +++ b/material/templates/partials/languages/lt.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "lt", + "action.edit": "Redaguoti šį puslapį", + "action.skip": "Pereiti prie turinio", + "action.view": "Žiūrėti puslapio šaltinius", + "announce.dismiss": "Daugiau neberodyti", + "blog.archive": "Archyvas", + "blog.categories": "Kategorijos", + "blog.categories.in": "į", + "blog.continue": "Skaityti toliau", + "blog.draft": "Ruošinys", + "blog.index": "Grįžti į indeksą", + "blog.meta": "Meta duomenys", + "blog.references": "Susieja saitai", + "clipboard.copy": "Kopijuoti į iškarpinę", + "clipboard.copied": "Nukopijuota į iškarpinę", + "consent.accept": "Sutikti", + "consent.manage": "Redaguoti nustatymus", + "consent.reject": "Atmesti", + "footer": "Poraštė", + "footer.next": "Sekantis", + "footer.previous": "Ankstesnis", + "header": "Antraštė", + "meta.comments": "Komentarai", + "meta.source": "Išeitinis kodas", + "nav": "Navigacija", + "readtime.one": "1 min skaitymo", + "readtime.other": "# min skaitymo", + "rss.created": "RSS šaltinis", + "rss.updated": "RSS šaltinis atnaujinimams", + "search": "Paieška", + "search.config.pipeline": " ", + "search.placeholder": "Paieška", + "search.share": "Dalintis", + "search.reset": "Išvalyti", + "search.result.initializer": "Paieškos inicijavimas", + "search.result.placeholder": "Įveskite norėdami pradėti paiešką", + "search.result.none": "Atitinkančių dokumentų nerasta", + "search.result.one": "1 atitinkantis dokumentas", + "search.result.other": "# atitinkantys dokumentai", + "search.result.more.one": "Dar 1 šiame puslapyje", + "search.result.more.other": "Dar # šiame puslapyje", + "search.result.term.missing": "Nerasta", + "select.language": "Pasirinkti kalbą", + "select.version": "Pasrinkti versiją", + "source": "Eiti į saugyklą", + "source.file.contributors": "Dalininkai", + "source.file.date.created": "Sukurta", + "source.file.date.updated": "Paskutinis atnaujinimas", + "tabs": "Skirtukai", + "toc": "Turinys", + "top": "Grįžti į viršų" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/lv.html b/material/templates/partials/languages/lv.html new file mode 100644 index 00000000..15719a1f --- /dev/null +++ b/material/templates/partials/languages/lv.html @@ -0,0 +1,35 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "lv", + "action.edit": "Rediģēt šo lapu", + "action.skip": "Pāriet uz saturu", + "clipboard.copy": "Kopēt starpliktuvē", + "clipboard.copied": "Kopēts starpliktuvē", + "footer": "Kājene", + "footer.next": "Nākamais", + "footer.previous": "Iepriekšējais", + "header": "Galvene", + "meta.comments": "Komentārs", + "meta.source": "Avots", + "nav": "Navigācija", + "search.placeholder": "Meklēt", + "search.reset": "Notīrīt", + "search.result.initializer": "Notiek meklēšanas inicializācija", + "search.result.placeholder": "Ierakstiet, lai sāktu meklēšanu", + "search.result.none": "Nav atbilstošu dokumentu", + "search.result.one": "1 atbilstošs dokuments", + "search.result.other": "# atbilstoši dokumenti ", + "search.result.more.one": "1 šajā lapā", + "search.result.more.other": "# un vairāk šajā lapā", + "search.result.term.missing": "Trūkstošs", + "select.language": "Izvēlies valodu", + "select.version": "Izvēlies versiju", + "source": "Doties uz repozitoriju", + "source.file.date.created": "Izveidots", + "source.file.date.updated": "Pēdējoreiz atjaunots", + "tabs": "Cilnes", + "toc": "Satura rādītājs", + "top": "Atpakaļ uz augšu" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/mk.html b/material/templates/partials/languages/mk.html new file mode 100644 index 00000000..3ba92a5e --- /dev/null +++ b/material/templates/partials/languages/mk.html @@ -0,0 +1,36 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "mk", + "action.edit": "Уредете ја оваа страница", + "action.skip": "Прескокнете до содржината", + "clipboard.copy": "Копирај во таблата", + "clipboard.copied": "Копирано", + "footer": "Подножје", + "footer.next": "Следно", + "footer.previous": "Претходно", + "header": "Заглавје", + "meta.comments": "Коментари", + "meta.source": "Извор", + "nav": "Наслов за навигација", + "search.config.lang": "ru", + "search.placeholder": "Пребарување", + "search.reset": "Чисти", + "search.result.initializer": "Иницијализирање на пребарувањето", + "search.result.placeholder": "Напишете за да започнете со пребарување", + "search.result.none": "Нема соодветни документи", + "search.result.one": "1 документ што се совпаѓа", + "search.result.other": "# соодветни документи", + "search.result.more.one": "Уште 1 на оваа страница", + "search.result.more.other": "Уште # на оваа страница", + "search.result.term.missing": "Недостасува", + "select.language": "Изберете јазик", + "select.version": "Изберете верзија", + "source": "Одете до складиштето", + "source.file.date.created": "Создаден", + "source.file.date.updated": "Последно ажурирање", + "tabs": "Јазичиња", + "toc": "Содржина", + "top": "Вратете се на почетокот" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/mn.html b/material/templates/partials/languages/mn.html new file mode 100644 index 00000000..9d2c4791 --- /dev/null +++ b/material/templates/partials/languages/mn.html @@ -0,0 +1,31 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "mn", + "action.edit": "Хуудас засварлах", + "action.skip": "Агуулгыг алгасах", + "clipboard.copy": "Хуулах", + "clipboard.copied": "Санах ойд хуулах", + "footer": "Хөл", + "footer.next": "Дараах", + "footer.previous": "Өмнөх", + "header": "Толгой", + "meta.comments": "Сэтгэгдэл", + "meta.source": "Эх үүсвэр", + "nav": "Чиглүүлэгч", + "search.config.lang": "ru", + "search.placeholder": "Хайлт", + "search.reset": "Цэвэрлэх", + "search.result.placeholder": "Хайлтын үгээ бичнэ үү", + "search.result.none": "Таарц илэрсэнгүй", + "search.result.one": "1 таарц илэрлээ", + "search.result.other": "# Тохирох баримт бичиг", + "search.result.more.one": "1 илүү хуудас байна", + "search.result.more.other": "# илүү хуудас байна", + "source": "Хадгалах сан руу очих", + "source.file.date.created": "Үүсгэсэн", + "source.file.date.updated": "Сүүлийн шинэчлэлт", + "tabs": "Табууд", + "toc": "Агуулга" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/ms.html b/material/templates/partials/languages/ms.html new file mode 100644 index 00000000..459dfd3e --- /dev/null +++ b/material/templates/partials/languages/ms.html @@ -0,0 +1,35 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "ms", + "action.edit": "Edit halaman ini", + "action.skip": "Langkau tajuk talian", + "clipboard.copy": "Salin ke papan keratan", + "clipboard.copied": "Disalin ke papan keratan", + "footer": "Pengaki", + "footer.next" : "Seterusnya", + "footer.previous": "Sebelumnya", + "header": "Pengepala", + "meta.comments": "Komen", + "meta.source": "Sumber", + "nav": "Navigasi", + "search.placeholder": "Cari", + "search.reset": "Padam", + "search.result.initializer": "Siap carian", + "search.result.placeholder": "Taip untuk mula mencari", + "search.result.none": "Tiada dokumen yang sepadan", + "search.result.one": "1 dokumen yang sepadan", + "search.result.other": "# dokumen yang sepadan", + "search.result.more.one": "1 lagi di halaman ini", + "search.result.more.other": "# lagi di halaman ini", + "search.result.term.missing": "Hilang", + "select.language": "Pilih bahasa", + "select.version": "Pilih versi", + "source": "tajuk talian asal", + "source.file.date.created": "tarikh fil asal dicipta", + "source.file.date.updated": "Tarikh fil dikemas kini", + "tabs": "Tab", + "toc": "Jadual kandungan", + "top": "Kembali ke atas" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/my.html b/material/templates/partials/languages/my.html new file mode 100644 index 00000000..09f849c9 --- /dev/null +++ b/material/templates/partials/languages/my.html @@ -0,0 +1,29 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "my", + "action.edit": "ဤ စာမျက်နှာကို ပြင်ရန်", + "action.skip": "မာတိကာ သို့ သွားရန်", + "clipboard.copy": "ကလစ်ဘုတ် သို့ ကူးယူရန်", + "clipboard.copied": "ကလစ်ဘုတ် သို့ ကူယူပြီး", + "footer": "အောက်ခြေ", + "footer.next": "ရှေ့သို့", + "footer.previous": "နောက်သို့", + "header": "ခေါင်းပိုင်း", + "meta.comments": "မှတ်ချက်များ", + "meta.source": "ရင်းမြစ်", + "nav": "လမ်းညွှန်", + "search.config.pipeline": " ", + "search.placeholder": "ရှာရန်", + "search.reset": "ရှင်းလင်း", + "search.result.placeholder": "ရှာဖွေခြင်းစရန် စာရိုက်ပါ", + "search.result.none": "တူညီသော စာရွက်စာတမ်းများ မရှိပါ", + "search.result.one": "စာရွက်စာတမ်း ၁ ခု တူညီသည်", + "search.result.other": "စာရွက်စာတမ်း # ခု တူညီသည်", + "source": "repository သို့ သွားရန်", + "source.file.date.created": "နေပြည်တော်", + "source.file.date.updated": "နောက်ဆုံး ထုတ်ပြန်ချက်", + "tabs": "တက်များ", + "toc": "ပါဝင်အကြောင်းအရာများ" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/nb.html b/material/templates/partials/languages/nb.html new file mode 100644 index 00000000..732c8814 --- /dev/null +++ b/material/templates/partials/languages/nb.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "nb", + "action.edit": "Rediger denne siden", + "action.skip": "Gå til innhold", + "action.view": "Vis kildekoden til denne siden", + "announce.dismiss": "Ikke vis dette igjen", + "blog.archive": "Arkiv", + "blog.categories": "Kategorier", + "blog.categories.in": "i", + "blog.continue": "Fortsett å lese", + "blog.draft": "Kladd", + "blog.index": "Tilbake til oversikt", + "blog.meta": "Metadata", + "blog.references": "Relaterte lenker", + "clipboard.copy": "Kopier til utklippstavlen", + "clipboard.copied": "Kopiert til utklippstavlen", + "consent.accept": "Akseptert", + "consent.manage": "Innstillinger", + "consent.reject": "Reject", + "footer": "Footer", + "footer.next": "Neste", + "footer.previous": "Forrige", + "header": "Header", + "meta.comments": "Kommentarer", + "meta.source": "Kilde", + "nav": "Navigasjon", + "readtime.one": "lesteid: 1 min", + "readtime.other": "lesetid: # min", + "rss.created": "RSS feed", + "rss.updated": "Oppdatert RSS feed", + "search": "Søk", + "search.config.lang": "no", + "search.placeholder": "Søk", + "search.share": "Del", + "search.reset": "Nullstill", + "search.result.initializer": "Starter søk", + "search.result.placeholder": "Skriv søkeord", + "search.result.none": "Ingen treff", + "search.result.one": "1 treff", + "search.result.other": "# treff", + "search.result.more.one": "1 til på denne siden", + "search.result.more.other": "# flere på denne siden", + "search.result.term.missing": "Mangler", + "select.language": "Velg språk", + "select.version": "Velg versjon", + "source": "Gå til kilde", + "source.file.contributors": "Bidragsytere", + "source.file.date.created": "Opprettet", + "source.file.date.updated": "Sist oppdatert", + "tabs": "Faner", + "toc": "Innholdsliste", + "top": "Tilbake til toppen" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/nl.html b/material/templates/partials/languages/nl.html new file mode 100644 index 00000000..86028a4c --- /dev/null +++ b/material/templates/partials/languages/nl.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "nl", + "action.edit": "Wijzig deze pagina", + "action.skip": "Ga naar inhoud", + "action.view": "Bron van deze pagina bekijken", + "announce.dismiss": "Niet meer laten zien", + "blog.archive": "Archief", + "blog.categories": "Categorieën", + "blog.categories.in": "in", + "blog.continue": "Doorgaan met lezen", + "blog.draft": "Concept", + "blog.index": "Terug naar de inhoudsopgave", + "blog.meta": "Metadata", + "blog.references": "Gerelateerde links", + "clipboard.copy": "Kopiëren naar klembord", + "clipboard.copied": "Gekopieerd naar klembord", + "consent.accept": "Accepteren", + "consent.manage": "Instellingen", + "consent.reject": "Afwijzen", + "footer": "Footer", + "footer.next": "Volgende", + "footer.previous": "Vorige", + "header": "Header", + "meta.comments": "Reacties", + "meta.source": "Bron", + "nav": "Navigatie", + "readtime.one": "1 min leestijd", + "readtime.other": "# min leestijd", + "rss.created": "RSS feed", + "rss.updated": "RSS feed met geüpdatet inhoud", + "search": "Zoeken", + "search.config.lang": "nl", + "search.placeholder": "Zoeken", + "search.share": "Delen", + "search.reset": "Leegmaken", + "search.result.initializer": "Zoeken initialiseren", + "search.result.placeholder": "Typ om te beginnen met zoeken", + "search.result.none": "Geen overeenkomende documenten", + "search.result.one": "1 overeenkomende document", + "search.result.other": "# overeenkomende documenten", + "search.result.more.one": "1 extra overeenkomst op deze pagina", + "search.result.more.other": "# extra overeenkomsten op deze pagina", + "search.result.term.missing": "Ontbreekt", + "select.language": "Selecteer taal", + "select.version": "Selecteer versie", + "source": "Ga naar repository", + "source.file.contributors": "Bijdragers", + "source.file.date.created": "Gecreëerd", + "source.file.date.updated": "Laatst geüpdatet", + "tabs": "Tabs", + "toc": "Inhoudsopgave", + "top": "Terug naar boven" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/nn.html b/material/templates/partials/languages/nn.html new file mode 100644 index 00000000..7ebd8793 --- /dev/null +++ b/material/templates/partials/languages/nn.html @@ -0,0 +1,42 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "nn", + "action.edit": "Rediger denne sida", + "action.skip": "Gå til innhald", + "announce.dismiss": "Ikkje vis dette att", + "clipboard.copy": "Kopier til utklippstavla", + "clipboard.copied": "Kopiert til utklippstavla", + "consent.accept": "Akseptert", + "consent.manage": "Innstillinger", + "consent.reject": "Reject", + "footer": "Footer", + "footer.next": "Neste", + "footer.previous": "Førre", + "header": "Header", + "meta.comments": "Kommentarar", + "meta.source": "Kjelde", + "nav": "Navigasjon", + "search": "Søk", + "search.config.lang": "no", + "search.placeholder": "Søk", + "search.share": "Del", + "search.reset": "Nullstill", + "search.result.initializer": "Startar søk", + "search.result.placeholder": "Skriv søkeord", + "search.result.none": "Ingen treff", + "search.result.one": "1 treff", + "search.result.other": "# treff", + "search.result.more.one": "1 til på denne sida", + "search.result.more.other": "# fleire på denne sida", + "search.result.term.missing": "Manglar", + "select.language": "Vel språk", + "select.version": "Vel versjon", + "source": "Gå til kjelde", + "source.file.date.created": "Oppretta", + "source.file.date.updated": "Sist oppdatert", + "tabs": "Faner", + "toc": "Innhaldsliste", + "top": "Tilbake til toppen" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/pl.html b/material/templates/partials/languages/pl.html new file mode 100644 index 00000000..826a8c60 --- /dev/null +++ b/material/templates/partials/languages/pl.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "pl", + "action.edit": "Edytuj tę stronę", + "action.skip": "Przejdź do treści", + "action.view": "Zobacz kod źródłowy tej strony", + "announce.dismiss": "Nie pokazuj tego ponownie", + "blog.archive": "Archiwum", + "blog.categories": "Kategorie", + "blog.categories.in": "", + "blog.continue": "Czytaj dalej", + "blog.draft": "Wersja robocza", + "blog.index": "Powrót do indeksu", + "blog.meta": "Metadane", + "blog.references": "Powiązane łącza", + "clipboard.copy": "Kopiuj do schowka", + "clipboard.copied": "Skopiowano do schowka", + "consent.accept": "Akceptuj", + "consent.manage": "Zarządzaj ustawieniami", + "consent.reject": "Odrzuć", + "footer": "Stopka", + "footer.next": "Następna strona", + "footer.previous": "Poprzednia strona", + "header": "Nagłówek", + "meta.comments": "Komentarze", + "meta.source": "Kod źródłowy", + "nav": "Nawigacja", + "readtime.one": "Czas czytania: 1 min", + "readtime.other": "Czas czytania: # min", + "rss.created": "Kanał RSS", + "rss.updated": "Kanał RSS zaktualizowanych treści", + "search": "Szukaj", + "search.config.pipeline": " ", + "search.placeholder": "Szukaj", + "search.share": "Udostępnij", + "search.reset": "Wyczyść", + "search.result.initializer": "Inicjowanie wyszukiwania", + "search.result.placeholder": "Zacznij pisać, aby szukać", + "search.result.none": "Brak wyników wyszukiwania", + "search.result.one": "Wyniki wyszukiwania: 1", + "search.result.other": "Wyniki wyszukiwania: #", + "search.result.more.one": "1 więcej na tej stronie", + "search.result.more.other": "# więcej na tej stronie", + "search.result.term.missing": "Brak", + "select.language": "Wybierz język", + "select.version": "Wybierz wersję", + "source": "Przejdź do repozytorium", + "source.file.contributors": "Kontrybutorzy", + "source.file.date.created": "Utworzony", + "source.file.date.updated": "Ostatnia aktualizacja", + "tabs": "Zakładki", + "toc": "Spis treści", + "top": "Powrót do góry" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/pt-BR.html b/material/templates/partials/languages/pt-BR.html new file mode 100644 index 00000000..de1b1f23 --- /dev/null +++ b/material/templates/partials/languages/pt-BR.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "pt", + "action.edit": "Editar esta página", + "action.skip": "Pular para conteúdo", + "action.view": "Exibir fonte desta página", + "announce.dismiss": "Não mostrar isso novamente", + "blog.archive": "Arquivo", + "blog.categories": "Categorias", + "blog.categories.in": "em", + "blog.continue": "Continuar leitura", + "blog.draft": "Rascunho", + "blog.index": "Voltar ao índice", + "blog.meta": "Metadados", + "blog.references": "Links relacionados", + "clipboard.copy": "Copiar para área de transferência", + "clipboard.copied": "Copiado para área de transferência", + "consent.accept": "Aceitar", + "consent.manage": "Gerenciar configurações", + "consent.reject": "Rejeitar", + "footer": "Rodapé", + "footer.next": "Próximo", + "footer.previous": "Anterior", + "header": "Cabeçalho", + "meta.comments": "Comentários", + "meta.source": "Origem", + "nav": "Navegação", + "readtime.one": "1 min de leitura", + "readtime.other": "# min de leitura", + "rss.created": "RSS feed", + "rss.updated": "RSS feed de conteúdo atualizado", + "search": "Pesquisar", + "search.config.lang": "pt", + "search.placeholder": "Buscar", + "search.share": "Compartilhar", + "search.reset": "Limpar", + "search.result.initializer": "Inicializando busca", + "search.result.placeholder": "Digite para iniciar a busca", + "search.result.none": "Nenhum documento encontrado", + "search.result.one": "1 documento encontrado", + "search.result.other": "# documentos encontrados", + "search.result.more.one": "mais 1 nesta página", + "search.result.more.other": "# mais nesta página", + "search.result.term.missing": "Ausente", + "select.language": "Selecione o idioma", + "select.version": "Selecione a versão", + "source": "Ir para repositório", + "source.file.contributors": "Contribuidores", + "source.file.date.created": "Criado em", + "source.file.date.updated": "Última atualização", + "tabs": "Abas", + "toc": "Índice", + "top": "Voltar para o topo" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/pt.html b/material/templates/partials/languages/pt.html new file mode 100644 index 00000000..8bc6b81f --- /dev/null +++ b/material/templates/partials/languages/pt.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "pt", + "action.edit": "Editar esta página", + "action.skip": "Ir para o conteúdo", + "action.view": "Ver fonte desta página", + "announce.dismiss": "Não mostrar novamente", + "blog.archive": "Arquivo", + "blog.categories": "Categorias", + "blog.categories.in": "em", + "blog.continue": "Continuar leitura", + "blog.draft": "Rascunho", + "blog.index": "Voltar ao índice", + "blog.meta": "Metadados", + "blog.references": "Ligações relacionadas", + "clipboard.copy": "Copiar para área de transferência", + "clipboard.copied": "Copiado para área de transferência", + "consent.accept": "Aceitar", + "consent.manage": "Gerir configurações", + "consent.reject": "Rejeitar", + "footer": "Rodapé", + "footer.next": "Próximo", + "footer.previous": "Anterior", + "header": "Cabeçalho", + "meta.comments": "Comentários", + "meta.source": "Fonte", + "nav": "Navegação", + "readtime.one": "1 min de leitura", + "readtime.other": "# min de leitura", + "rss.created": "canal RSS", + "rss.updated": "canal RSS com conteúdo atualizado", + "search": "Pesquisar", + "search.config.lang": "pt", + "search.placeholder": "Buscar", + "search.share": "Compartilhar", + "search.reset": "Limpar", + "search.result.initializer": "Inicializando a pesquisa", + "search.result.placeholder": "Digite para iniciar a busca", + "search.result.none": "Nenhum resultado encontrado", + "search.result.one": "1 resultado encontrado", + "search.result.other": "# resultados encontrados", + "search.result.more.one": "Mais 1 nesta página", + "search.result.more.other": "Mais # nesta página", + "search.result.term.missing": "Ausente", + "select.language": "Selecione o idioma", + "select.version": "Selecione a versão", + "source": "Ir ao repositório", + "source.file.contributors": "Colaboradores", + "source.file.date.created": "Criada", + "source.file.date.updated": "Última atualização", + "tabs": "Abas", + "toc": "Índice", + "top": "Voltar ao topo" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/ro.html b/material/templates/partials/languages/ro.html new file mode 100644 index 00000000..31a36229 --- /dev/null +++ b/material/templates/partials/languages/ro.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "ro", + "action.edit": "Editeaza această pagină", + "action.skip": "Sari la conținut", + "action.view": "Vezi sursa acestei pagini", + "announce.dismiss": "Nu mai arăta asta", + "blog.archive": "Arhivează", + "blog.categories": "Categorii", + "blog.categories.in": "în", + "blog.continue": "Continuă să citești", + "blog.draft": "Ciornă", + "blog.index": "Înapoi la index", + "blog.meta": "Metadata", + "blog.references": "Link-uri relevante", + "clipboard.copy": "Copiază în clipboard", + "clipboard.copied": "Copiat în clipboard", + "consent.accept": "Accept", + "consent.manage": "Gestionați setările", + "consent.reject": "Refuz", + "footer": "Subsol", + "footer.next": "Următor", + "footer.previous": "Anterior", + "header": "Antet", + "meta.comments": "Comentarii", + "meta.source": "Sursă", + "nav": "Navigație", + "readtime.one": "1 minut de citit", + "readtime.other": "# minut de citit", + "rss.created": "Flux RSS", + "rss.updated": "Flux RSS cu conținut actualizat", + "search": "Caută", + "search.config.lang": "ro", + "search.placeholder": "Căutare", + "search.share": "Distribuie", + "search.reset": "Resetează", + "search.result.initializer": "Inițializare căutare", + "search.result.placeholder": "Tastează pentru a începe căutarea", + "search.result.none": "Nu a fost găsit niciun document", + "search.result.one": "1 document găsit", + "search.result.other": "# documente găsite", + "search.result.more.one": "Încă 1 pe această pagină", + "search.result.more.other": "Încă # pe această pagină", + "search.result.term.missing": "Lipsă", + "select.language": "Selectează limba", + "select.version": "Selectează versuine", + "source": "Accesează repository-ul", + "source.file.contributors": "Contribuitori", + "source.file.date.created": "Creată", + "source.file.date.updated": "Ultima actualizare", + "tabs": "File", + "toc": "Cuprins", + "top": "Înapoi sus" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/ru.html b/material/templates/partials/languages/ru.html new file mode 100644 index 00000000..31fab68f --- /dev/null +++ b/material/templates/partials/languages/ru.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "ru", + "action.edit": "Редактировать страницу", + "action.skip": "Перейти к содержанию", + "action.view": "Посмотреть исходный код страницы", + "announce.dismiss": "Больше не показывать", + "blog.archive": "Архив", + "blog.categories": "Категории", + "blog.categories.in": "В", + "blog.continue": "Читать", + "blog.draft": "Черновик", + "blog.index": "На главную", + "blog.meta": "Метаданные", + "blog.references": "Ссылки", + "clipboard.copy": "Копировать в буфер", + "clipboard.copied": "Скопировано в буфер", + "consent.accept": "Принять", + "consent.manage": "Управлять настройками", + "consent.reject": "Отклонить", + "footer": "Нижний колонтитул", + "footer.next": "Вперед", + "footer.previous": "Назад", + "header": "Верхний колонтитул", + "meta.comments": "Комментарии", + "meta.source": "Исходный код", + "nav": "Навигация", + "readtime.one": "Читать 1 минуту", + "readtime.other": "Читать # минут", + "rss.created": "RSS канал", + "rss.updated": "RSS канал с новым контентом", + "search": "Поиск", + "search.config.lang": "ru", + "search.placeholder": "Поиск", + "search.share": "Поделиться", + "search.reset": "Очистить", + "search.result.initializer": "Инициализация поиска", + "search.result.placeholder": "Начните печатать для поиска", + "search.result.none": "Совпадений не найдено", + "search.result.one": "Найдено 1 совпадение", + "search.result.other": "Найдено совпадений: #", + "search.result.more.one": "Ещё 1 на этой странице", + "search.result.more.other": "Ещё # на этой странице", + "search.result.term.missing": "Отсутствует", + "select.language": "Выберите язык", + "select.version": "Выберите версию", + "source": "Перейти к репозиторию", + "source.file.contributors": "Участники", + "source.file.date.created": "Дата создания", + "source.file.date.updated": "Последнее обновление", + "tabs": "Вкладки", + "toc": "Содержание", + "top": "К началу" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/sa.html b/material/templates/partials/languages/sa.html new file mode 100644 index 00000000..aab566fe --- /dev/null +++ b/material/templates/partials/languages/sa.html @@ -0,0 +1,55 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "sa", + "action.edit": "एतत् पृष्ठं सम्पादयतु", + "action.skip": "सामग्रीं त्यजन्तु", + "action.view": "अस्य पृष्ठस्य स्रोतः पश्यन्तु", + "announce.dismiss": "एतत् पुनः न दर्शयतु", + "blog.archive": "लेखागार", + "blog.categories": "श्रेणियाँ", + "blog.categories.in": "इत्यस्मिन्‌", + "blog.continue": "पठनं निरन्तरं कुर्वन्तु", + "blog.draft": "प्रारूप", + "blog.index": "अनुक्रमणिकां प्रति पुनः आगच्छन्तु", + "blog.meta": "परिदत्तांश", + "blog.references": "सन्दर्भाः", + "clipboard.copy": "एतत् प्रतिलिख्यताम्", + "clipboard.copied": "प्रतिलिपितः भवति", + "consent.accept": "अहं तत् स्वीकुर्वन् अस्मि", + "consent.manage": "वविन्यासं प्रबन्धयन्तु", + "consent.reject": "अहं तत् निराकरोमि", + "footer": "पादलेखः", + "footer.next": "अग्रिमः", + "footer.previous": "पूर्वकृत", + "header": "शीर्षकम्", + "meta.comments": "विचाराः", + "meta.source": "स्रोतः", + "nav": "मार्गदर्शनम्", + "readtime.one": "१ निमेषं पठितुं", + "readtime.other": "# निमेषं पठितुं", + "rss.created": "आरएसएस सेवा", + "rss.updated": "आरएसएस सेवातः नवीनतमं अद्यतनम्", + "search": "अन्वेषण", + "search.placeholder": "अन्वेषण", + "search.share": "भजतु", + "search.reset": "तत् स्वच्छं कुर्वन्तु", + "search.result.initializer": "अन्वेषणस्य आरम्भः", + "search.result.placeholder": "अन्वेषणं आरभ्य लिखन्तु", + "search.result.none": "अभिलेखाः नास्ति", + "search.result.one": "१ अभिलेखः अस्ति", + "search.result.other": "# अभिलेखाः सन्ति", + "search.result.more.one": "अस्मिन् पृष्ठे १ अन्यः अस्ति", + "search.result.more.other": "अस्मिन् पृष्ठे # अन्ये सन्ति", + "search.result.term.missing": "शून्य", + "select.language": "भाषां चिनोतु", + "select.version": "संस्करणं चिनोतु", + "source": "भण्डारं गच्छन्तु", + "source.file.contributors": "अंशदाता", + "source.file.date.created": "ननिर्माणस्य तिथिः", + "source.file.date.updated": "परिवर्तनस्य तिथिः", + "tabs": "पट्टाः", + "toc": "सामग्रीसारणी", + "top": "पुनः उपरिभागं प्रति गच्छन्तु" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/sh.html b/material/templates/partials/languages/sh.html new file mode 100644 index 00000000..a7205f0d --- /dev/null +++ b/material/templates/partials/languages/sh.html @@ -0,0 +1,50 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "sh", + "action.edit": "Ažuriraj stranicu", + "action.skip": "Idi na tekst", + "action.view": "Pogledaj izvorni kod ove stranice", + "announce.dismiss": "Nemoj mi ponovo pokazati ovo", + "blog.archive": "Arhiva", + "blog.categories": "Kategorije", + "blog.categories.in": "u", + "blog.continue": "Nastavi sa čitanjem", + "blog.meta": "Metapodaci", + "blog.references": "Povezani linkovi", + "clipboard.copy": "Kopiraj u klipbord", + "clipboard.copied": "Iskopirano u klipbord", + "consent.accept": "Prihvati", + "consent.manage": "Promeni podešavanja", + "consent.reject": "Odbij", + "footer": "Podnožje", + "footer.next": "Sledeće", + "footer.previous": "Prethodno", + "header": "Zaglavlje", + "meta.comments": "Komentari", + "meta.source": "Izvor", + "nav": "Navigacija", + "readtime.one": "1 minut čitanja", + "readtime.other": "# minuta čitanja", + "search": "Pretraga", + "search.placeholder": "Pretraga", + "search.share": "Deljenje", + "search.reset": "Očisti", + "search.result.initializer": "Inicijalizujem pretragu", + "search.result.placeholder": "Unesite pojam pretrage", + "search.result.none": "Ništa nije pronađeno", + "search.result.one": "1 rezultat pretrage", + "search.result.other": "# rezultata pretrage", + "search.result.more.one": "još 1 na ovoj strani", + "search.result.more.other": "još # na ovoj strani", + "search.result.term.missing": "Nedostaje", + "select.language": "Izaberi jezik", + "select.version": "Izaberi verziju", + "source": "Idi u repozitorijum", + "source.file.date.created": "Kreiran", + "source.file.date.updated": "Ažuriran", + "tabs": "Tabovi", + "toc": "Sadržaj", + "top": "Nazad na vrh" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/si.html b/material/templates/partials/languages/si.html new file mode 100644 index 00000000..b2120f9f --- /dev/null +++ b/material/templates/partials/languages/si.html @@ -0,0 +1,31 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "si", + "action.edit": "පිටුව සංස්කරණය", + "action.skip": "අන්තර්ගතය වෙත යන්න", + "clipboard.copy": "කොපි කරන්න", + "clipboard.copied": "කොපි කළා", + "footer": "පාදම", + "footer.next": "මීළඟ", + "footer.previous": "පසුගිය", + "header": "ශීර්ෂය", + "meta.comments": "ප්‍රතිචාර", + "meta.source": "මූලාශ්‍රය", + "nav": "යාත්‍රණය", + "search.config.pipeline": " ", + "search.placeholder": "සොයන්න", + "search.reset": "මකන්න", + "search.result.placeholder": "සෙවීමට ටයිප් කරන්න", + "search.result.none": "කිසිවක් හමු නොවුණි", + "search.result.one": "1 ගැලපෙන ගොනුවක්", + "search.result.other": "ගැලපෙන ගොනු # ක්", + "search.result.more.one": "තව 1 ප්‍රතිඵලයක්", + "search.result.more.other": "තව ප්‍රතිඵල # ක්", + "source": "රිපොසිටරියට යන්න", + "source.file.date.created": "ٺاھيو ويو", + "source.file.date.updated": "අවසන් යාවත්කාලීන වීම", + "tabs": "ටැබ්ස්", + "toc": "පටුන" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/sk.html b/material/templates/partials/languages/sk.html new file mode 100644 index 00000000..793bddbb --- /dev/null +++ b/material/templates/partials/languages/sk.html @@ -0,0 +1,23 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "sk", + "action.edit": "Upraviť túto stránku", + "action.skip": "Preskočiť na obsah", + "clipboard.copy": "Kopírovať do schránky", + "clipboard.copied": "Skopírované do schránky", + "footer.next": "Ďalej", + "footer.previous": "Späť", + "meta.comments": "Komentáre", + "meta.source": "Zdroj", + "search.placeholder": "Hľadať", + "search.result.placeholder": "Pre vyhľadávanie začni písať", + "search.result.none": "Žiadne vyhovujúce dokumenty", + "search.result.one": "Vyhovujúci dokument: 1", + "search.result.other": "Vyhovujúce dokumenty: #", + "source": "Zobraziť repozitár", + "source.file.date.created": "Vytvorené", + "source.file.date.updated": "Posledná aktualizácia", + "toc": "Obsah" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/sl.html b/material/templates/partials/languages/sl.html new file mode 100644 index 00000000..4eb060f2 --- /dev/null +++ b/material/templates/partials/languages/sl.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "sl", + "action.edit": "Uredi stran", + "action.skip": "Skoči na vsebino", + "action.view": "Prikaži izvorno stran", + "announce.dismiss": "Ne prikaži več", + "blog.archive": "Arhiv", + "blog.categories": "Kategorije", + "blog.categories.in": "v", + "blog.continue": "Nadaljuj z branjem", + "blog.draft": "Osnutek", + "blog.index": "Nazaj na kazalo", + "blog.meta": "Metapodatki", + "blog.references": "Sorodne povezave", + "clipboard.copy": "Kopiraj v odložišče", + "clipboard.copied": "Kopirano v odložišče", + "consent.accept": "Sprejmi", + "consent.manage": "Uredi nastavitve", + "consent.reject": "Zavrni", + "footer": "Glava", + "footer.next": "Naslednja stran", + "footer.previous": "Prejšnja stran", + "header": "Noga", + "meta.comments": "Komentarji", + "meta.source": "Izvorna koda", + "nav": "Navigacija", + "readtime.one": "Čas branja: 1 min", + "readtime.other": "Čas branja: # min", + "rss.created": "RSS vir", + "rss.updated": "RSS vir posodobljene vsebine", + "search": "Iskanje", + "search.config.lang": "sl", + "search.placeholder": "Išči", + "search.share": "Deli", + "search.reset": "Počisti", + "search.result.initializer": "Inicializacija iskanja", + "search.result.placeholder": "Vpiši iskalni niz", + "search.result.none": "Ni zadetkov", + "search.result.one": "1 zadetek", + "search.result.other": "# zadetkov", + "search.result.more.one": "Še 1 na tej strani", + "search.result.more.other": "Še # na tej strani", + "search.result.term.missing": "Manjka", + "select.language": "Izberi jezik", + "select.version": "Izberi različico", + "source": "Pojdi na repozitorij", + "source.file.contributors": "Soavtorji", + "source.file.date.created": "Ustvarjeno", + "source.file.date.updated": "Zadnja posodobitev", + "tabs": "Zavihki", + "toc": "Kazalo", + "top": "Nazaj na vrh" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/sr.html b/material/templates/partials/languages/sr.html new file mode 100644 index 00000000..7ef5f0df --- /dev/null +++ b/material/templates/partials/languages/sr.html @@ -0,0 +1,37 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "sr", + "action.edit": "Ажурирај страницу", + "action.skip": "Иди на текст", + "clipboard.copy": "Копирај у клипборд", + "clipboard.copied": "Ископирано у клипборд", + "footer": "Подножје", + "footer.next": "Следеће", + "footer.previous": "Претходно", + "header": "Заглавље", + "meta.comments": "Коментари", + "meta.source": "Извор", + "nav": "Навигација", + "search": "Претрага", + "search.placeholder": "Претрага", + "search.share": "Дељење", + "search.reset": "Очисти", + "search.result.initializer": "Иницијализујем претрагу", + "search.result.placeholder": "Унесите појам претраге", + "search.result.none": "Ништа није пронађено", + "search.result.one": "1 резултат претраге", + "search.result.other": "# резултата претраге", + "search.result.more.one": "још 1 на овој страни", + "search.result.more.other": "још # на овој страни", + "search.result.term.missing": "Недостаје", + "select.language": "Изабери језик", + "select.version": "Изабери верзију", + "source": "Иди у репозиторијум", + "source.file.date.created": "Креиран", + "source.file.date.updated": "Ажуриран", + "tabs": "Табови", + "toc": "Садржај", + "top": "Назад на врх" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/sv.html b/material/templates/partials/languages/sv.html new file mode 100644 index 00000000..fe368f8e --- /dev/null +++ b/material/templates/partials/languages/sv.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "sv", + "action.edit": "Redigera sidan", + "action.skip": "Gå till innehållet", + "action.view": "Visa källkoden för denna sida", + "announce.dismiss": "Visa inte igen", + "blog.archive": "Arkivera", + "blog.categories": "Kategorier", + "blog.categories.in": "i", + "blog.continue": "Fortsätt läsa", + "blog.draft": "Utkast", + "blog.index": "Tillbaka till index", + "blog.meta": "Metadata", + "blog.references": "Relaterade länkar", + "clipboard.copy": "Kopiera till urklipp", + "clipboard.copied": "Kopierat till urklipp", + "consent.accept": "Acceptera", + "consent.manage": "Hantera inställningar", + "consent.reject": "Acceptera inte", + "footer": "Sidfot", + "footer.next": "Nästa", + "footer.previous": "Föregående", + "header": "Sidhuvud", + "meta.comments": "Kommentarer", + "meta.source": "Källa", + "nav": "Navigation", + "readtime.one": "1 min lästid", + "readtime.other": "# min lästid", + "rss.created": "RSS-flöde", + "rss.updated": "RSS-flöde av uppdaterat innehåll", + "search": "Sök", + "search.config.lang": "sv", + "search.placeholder": "Sök", + "search.share": "Dela", + "search.reset": "Rensa", + "search.result.initializer": "Initialiserar sök", + "search.result.placeholder": "Skriv sökord", + "search.result.none": "Inga sökresultat", + "search.result.one": "1 sökresultat", + "search.result.other": "# sökresultat", + "search.result.more.one": "1 till på denna sida", + "search.result.more.other": "# till på denna sida", + "search.result.term.missing": "Saknas", + "select.language": "Välj språk", + "select.version": "Välj version", + "source": "Gå till datakatalog", + "source.file.contributors": "Författare", + "source.file.date.created": "Skapad", + "source.file.date.updated": "Senast uppdaterad", + "tabs": "Flikar", + "toc": "Innehållsförteckning", + "top": "Tillbaka till toppen" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/te.html b/material/templates/partials/languages/te.html new file mode 100644 index 00000000..2bd6036d --- /dev/null +++ b/material/templates/partials/languages/te.html @@ -0,0 +1,55 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "te", + "action.edit": "ఈ పేజీలో దిద్దుబాట్లు చేయండి", + "action.skip": "సమాచారానికి వెళ్లండి", + "action.view": "నేను ఈ పేజీ యొక్క మూలాన్ని చూడాలనుకుంటున్నాను", + "announce.dismiss": "దీన్ని మళ్లీ చూపవద్దు", + "blog.archive": "పాత వ్యాసం", + "blog.categories": "వర్గాలు", + "blog.categories.in": "లో", + "blog.continue": "చదవడం కొనసాగించండి", + "blog.draft": "ప్రారంభ రచన", + "blog.index": "సూచికకు తిరిగి వెళ్ళు", + "blog.meta": "సమాచారం గురించి సమాచారం", + "blog.references": "సంబంధిత సూచనలు", + "clipboard.copy": "దీనిని అనుకరించు", + "clipboard.copied": "దీనిని అతికించు", + "consent.accept": "నేను దీనిని అంగీకరిస్తున్నాను", + "consent.manage": "ఆకృతీకరణను నిర్వహించండి", + "consent.reject": "నేను దీనిని తిరస్కరిస్తున్నాను", + "footer": "అడిటిప్పణి", + "footer.next": "తదుపరి భాగం", + "footer.previous": "మునుపటి భాగం", + "header": "శీర్షిక విభాగం", + "meta.comments": "అభిప్రాయాలు", + "meta.source": "మూలం", + "nav": "మార్గదర్శక పట్టీ", + "readtime.one": "చదవడానికి ఒక నిమిషం పడుతుంది", + "readtime.other": "చదవడానికి # నిమిషాలు పడుతుంది", + "rss.created": "ఆర్ఎస్ఎస్ సేవ", + "rss.updated": "ఆర్ఎస్ఎస్ సేవ నుండి తాజా నవీకరణ", + "search": "వెతకండి", + "search.placeholder": "వెతకండి", + "search.share": "పంచుకోండి", + "search.reset": "తుడిచివేయు", + "search.result.initializer": "శోధనను ప్రారంభిస్తోంది", + "search.result.placeholder": "రాయడం ద్వారా వెతకడం ప్రారంభించండి", + "search.result.none": "సరిపోలే పత్రాలు లేవు", + "search.result.one": "ఒక సరిపోలే పత్రం", + "search.result.other": "# సరిపోలే పత్రాలు", + "search.result.more.one": "ఈ పేజీలో మరొకటి", + "search.result.more.other": "ఈ పేజీలో ఇంకా # ఉన్నాయి", + "search.result.term.missing": "తప్పిపోయింది", + "select.language": "భాషను ఎంచుకోండి", + "select.version": "సంస్కరణను ఎంచుకోండి", + "source": "భండారానికి వెళ్ళండి", + "source.file.contributors": "సహకారులు", + "source.file.date.created": "సృష్టించబడింది", + "source.file.date.updated": "చివరి నవీకరణ", + "tabs": "వివిధ కిటికీలు", + "toc": "విషయ సూచిక", + "top": "పైకి తిరిగి వెళ్ళు" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/th.html b/material/templates/partials/languages/th.html new file mode 100644 index 00000000..915e0fd4 --- /dev/null +++ b/material/templates/partials/languages/th.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "th", + "action.edit": "แก้ไขหน้านี้", + "action.skip": "ข้ามไปที่เนื้อหา", + "action.view": "ดูแหล่งที่มาของหน้านี้", + "announce.dismiss": "อย่าแสดงสิ่งนี้อีก", + "blog.archive": "คลังเก็บเอกสาร", + "blog.categories": "หมวดหมู่", + "blog.categories.in": "ใย", + "blog.continue": "อ่านต่อไป", + "blog.draft": "ฉบับร่าง", + "blog.index": "กลับไปยังหน้าแรก", + "blog.meta": "คำอธิบายข้อมูล", + "blog.references": "ลิงก์ที่เกี่ยวข้อง", + "clipboard.copy": "คัดลอก", + "clipboard.copied": "คัดลอกแล้ว", + "consent.accept": "ยอมรับ", + "consent.manage": "จัดการการตั้งค่า", + "consent.reject": "ปฏิเสธ", + "footer": "ส่วนท้าย", + "footer.next": "ต่อไป", + "footer.previous": "ก่อนหน้า", + "header": "หัวข้อ", + "meta.comments": "ความคิดเห็น", + "meta.source": "แหล่งที่มา", + "nav": "ตัวนำทาง", + "readtime.one": "อ่าน 1 นาที", + "readtime.other": "อ่าน # นาที", + "rss.created": "ฟีด RSS", + "rss.updated": "ฟีด RSS ของเนื้อหาที่อัปเดต", + "search": "ค้นหา", + "search.config.lang": "th", + "search.placeholder": "ค้นหา", + "search.share": "แบ่งปัน", + "search.reset": "ล้าง", + "search.result.initializer": "กำลังเริ่มต้นการค้นหา", + "search.result.placeholder": "พิมพ์เพื่อเริ่มค้นหา", + "search.result.none": "ไม่พบเอกสารที่ตรงกัน", + "search.result.one": "พบเอกสารที่ตรงกัน", + "search.result.other": "พบ # เอกสารที่ตรงกัน", + "search.result.more.one": "อีกหนึ่งในหน้านี้", + "search.result.more.other": "# เพิ่มเติมในหน้านี้", + "search.result.term.missing": "ไม่พบ", + "select.language": "เลือกภาษา", + "select.version": "เลือกเวอร์ชัน", + "source": "ไปที่พื้นที่เก็บข้อมูล", + "source.file.contributors": "ผู้มีส่วนร่วม", + "source.file.date.created": "สร้าง", + "source.file.date.updated": "สร้าง", + "tabs": "แท็บ", + "toc": "สารบัญ", + "top": "กลับไปด้านบนสุด" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/tl.html b/material/templates/partials/languages/tl.html new file mode 100644 index 00000000..965d0443 --- /dev/null +++ b/material/templates/partials/languages/tl.html @@ -0,0 +1,37 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "tl", + "action.edit": "I-edit ang pahinang ito", + "action.skip": "I-skip tungo sa nilalaman", + "clipboard.copy": "Kopyahin sa clipboard", + "clipboard.copied": "Nakopya mula sa clipboard", + "footer": "Lagdang Pangwakas", + "footer.next": "Susunod", + "footer.previous": "Nakaraan", + "header": "Pamuhatan", + "meta.comments": "Mga Komento", + "meta.source": "Pinagmulan", + "nav": "Nabigasyon", + "search": "Hanapin", + "search.placeholder": "Hanapin", + "search.share": "Ibahagi", + "search.reset": "Tanggalin", + "search.result.initializer": "Sinisimulan ang paghahanap", + "search.result.placeholder": "Mag-type upang simulan ang paghahanap", + "search.result.none": "Walang nahanap na dokumento", + "search.result.one": "1 magkatugmang dokumento", + "search.result.other": "# magkatugmang mga dokumento", + "search.result.more.one": "1 meron sa pahina na ito", + "search.result.more.other": "# meron sa pahina na ito", + "search.result.term.missing": "Nawawala", + "select.language": "Pumili ng lenguwahe", + "select.version": "Pumili ng bersyon", + "source": "Pumunta sa repository", + "source.file.date.created": "Nagawa", + "source.file.date.updated": "Huling update", + "tabs": "Mga tala", + "toc": "Talaan ng nilalaman", + "top": "Bumalik sa taas" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/tr.html b/material/templates/partials/languages/tr.html new file mode 100644 index 00000000..4924828b --- /dev/null +++ b/material/templates/partials/languages/tr.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "tr", + "action.edit": "Düzenle", + "action.skip": "Ana içeriğe geç", + "action.view": "Sayfanın kaynağını görüntüle", + "announce.dismiss": "Bir daha gösterme", + "blog.archive": "Arşiv", + "blog.categories": "Kategoriler", + "blog.categories.in": "in", + "blog.continue": "Okumaya devam et", + "blog.draft": "Taslak", + "blog.index": "Dizine geri dön", + "blog.meta": "Metadata", + "blog.references": "İlgili bağlantılar", + "clipboard.copy": "Kopyala", + "clipboard.copied": "Kopyalandı", + "consent.accept": "Kabul et", + "consent.manage": "Ayarları yönet", + "consent.reject": "Reddet", + "footer": "Altbilgi", + "footer.next": "Sonraki", + "footer.previous": "Önceki", + "header": "Başlık", + "meta.comments": "Yorumlar", + "meta.source": "Kaynak", + "nav": "Navigasyon", + "readtime.one": "1 dakika okuma", + "readtime.other": "# dakika okuma", + "rss.created": "RSS beslemesi", + "rss.updated": "Güncellenmiş içeriğin RSS beslemesi", + "search": "Ara", + "search.config.lang": "tr", + "search.placeholder": "Ara", + "search.share": "Paylaş", + "search.reset": "Temizle", + "search.result.initializer": "Arama başlatılıyor", + "search.result.placeholder": "Aramaya başlamak için yazın", + "search.result.none": "Eşleşen doküman bulunamadı", + "search.result.one": "1 doküman bulundu", + "search.result.other": "# doküman bulundu", + "search.result.more.one": "Bu sayfada 1 tane daha", + "search.result.more.other": "Bu sayfada # tane daha", + "search.result.term.missing": "Eksik", + "select.language": "Dil seç", + "select.version": "Versiyon seç", + "source": "Depoya git", + "source.file.contributors": "Katkıda bulunanlar", + "source.file.date.created": "Oluşturuldu", + "source.file.date.updated": "Son Güncelleme", + "tabs": "Sekmeler", + "toc": "İçindekiler", + "top": "Başa dön" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/uk.html b/material/templates/partials/languages/uk.html new file mode 100644 index 00000000..91face86 --- /dev/null +++ b/material/templates/partials/languages/uk.html @@ -0,0 +1,55 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "uk", + "action.edit": "Редагувати сторінку", + "action.skip": "Перейти до змісту", + "action.view": "Переглянути вихідний код сторінки", + "announce.dismiss": "Більше не показувати", + "blog.archive": "Архівувати", + "blog.categories": "Категорії", + "blog.categories.in": "в", + "blog.continue": "Читати далі", + "blog.draft": "Чернетка", + "blog.index": "Повернутись на головну", + "blog.meta": "Метадані", + "blog.references": "Пов'язані посилання", + "clipboard.copy": "Скопіювати в буфер", + "clipboard.copied": "Скопійовано в буфер", + "consent.accept": "Прийняти", + "consent.manage": "Керувати налаштуваннями", + "consent.reject": "Відхилити", + "footer": "Футер", + "footer.next": "Вперед", + "footer.previous": "Назад", + "header": "Хедер", + "meta.comments": "Коментарі", + "meta.source": "Вихідний код", + "nav": "Навігація", + "readtime.one": "Час на прочитання: 1 хвилина", + "readtime.other": "Час на прочитання: # хвилин", + "rss.created": "RSS стрічка", + "rss.updated": "RSS стрічка оновленого контенту", + "search": "Шукати", + "search.placeholder": "Пошук", + "search.share": "Поділитись", + "search.reset": "Очистити", + "search.result.initializer": "Пошук розпочато", + "search.result.placeholder": "Розпочніть писати для пошуку", + "search.result.none": "Збігів не знайдено", + "search.result.one": "Знайдено 1 збіг", + "search.result.other": "Знайдено # збігів", + "search.result.more.one": "Ще 1 збіг на цій сторінці", + "search.result.more.other": "Ще # збігів на цій сторінці", + "search.result.term.missing": "Не знайдено запиту", + "select.language": "Обрати мову", + "select.version": "Обрати версію", + "source": "Перейти до вихідного коду", + "source.file.contributors": "Контриб'ютори", + "source.file.date.created": "Створено", + "source.file.date.updated": "Востаннє оновлено", + "tabs": "Вкладки", + "toc": "Зміст", + "top": "Повернутись нагору" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/ur.html b/material/templates/partials/languages/ur.html new file mode 100644 index 00000000..06817358 --- /dev/null +++ b/material/templates/partials/languages/ur.html @@ -0,0 +1,57 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "ur", + "direction": "rtl", + "action.edit": "اس صفحے میں ترمیم کریں", + "action.skip": "براہِ راست مواد پر جائیں", + "action.view": "اس صفحہ کا ماخذ دیکھیں", + "announce.dismiss": "اسے دوبارہ مت دکھائیں", + "blog.archive": "محفوظ شدہ", + "blog.categories": "اقسام", + "blog.categories.in": "میں", + "blog.continue": "پڑھنا جاری رکھیے", + "blog.draft": "ڈرافٹ", + "blog.index": "واپس انڈیکس پر جائیں", + "blog.meta": "میٹا ڈیٹا", + "blog.references": "متعلقہ لنکس", + "clipboard.copy": "کلِپ بورڈ میں نقل کریں", + "clipboard.copied": "کلِپ بورڈ میں نقل کر دیا گیا", + "consent.accept": "قبول کریں", + "consent.manage": "سیٹینگ بدلیں", + "consent.reject": "رد کرنا", + "footer": "ذیلی تحریر", + "footer.next": "اگلا", + "footer.previous": "پچھلا", + "header": "سر تحریر", + "meta.comments": "تبصرے", + "meta.source": "ذریعہ", + "nav": "رہنمائی", + "readtime.one": "1 منٹ لگے گا", + "readtime.other": "# منٹ لگیں گے", + "rss.created": "RSS فیڈ", + "rss.updated": "تازہ ترین مواد کی RSS فیڈ", + "search": "تلاش", + "search.config.pipeline": " ", + "search.placeholder": "تلاش کریں", + "search.share": "اشتراک کریں", + "search.reset": "صاف کریں", + "search.result.initializer": "تلاش کا آغاز ہو رہا ہے", + "search.result.placeholder": "تلاش شروع کرنے کے لئے ٹائپ کریں", + "search.result.none": "کوئی ملتی جلتی دستاویزات نہیں", + "search.result.one": "۱ ملتی جلتی دستاویز", + "search.result.other": "# ملتی جلتی دستاویزات", + "search.result.more.one": "اِس صفحے پر مزید ۱", + "search.result.more.other": "اِس صفحے پر مزید #", + "search.result.term.missing": "گمشدہ", + "select.language": "زبان کا انتخاب کریں", + "select.version": "ورژن کا انتخاب کریں", + "source": "ریپازٹری پر جائیں", + "source.file.contributors": "تعاون کار", + "source.file.date.created": "تخلیق", + "source.file.date.updated": "آخری بار تجدید", + "tabs": "ٹیبز", + "toc": "فہرست", + "top": "واپس اوپر جائیں" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/uz.html b/material/templates/partials/languages/uz.html new file mode 100644 index 00000000..a326ab9b --- /dev/null +++ b/material/templates/partials/languages/uz.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "uz", + "action.edit": "Ushbu sahifani tahrirlash", + "action.skip": "Tarkibga o'tish", + "action.view": "Ushbu sahifaning manbasini ko'rish", + "announce.dismiss": "Buni boshqa ko'rsatma", + "blog.archive": "Arxiv", + "blog.categories": "Kategoriyalar", + "blog.categories.in": "ichida", + "blog.continue": "O'qishni davom ettiring", + "blog.draft": "Qoralama", + "blog.index": "Indeks sahifasiga qaytish", + "blog.meta": "Metama'lumot", + "blog.references": "Bog'liq havolalar", + "clipboard.copy": "Buferga nusxalash", + "clipboard.copied": "Buferga nusxalandi", + "consent.accept": "Qabul qilish", + "consent.manage": "Sozlamalarni boshqarish", + "consent.reject": "Rad etish", + "footer": "Pastgi qism", + "footer.next": "Keyingi sahifa", + "footer.previous": "Oldingi sahifa", + "header": "Sarlavha", + "meta.comments": "Izohlar", + "meta.source": "Manba", + "nav": "Navigatsiya", + "readtime.one": "1 daqiqa o'qish", + "readtime.other": "# daqiqa o'qish", + "rss.created": "RSS tasmasi", + "rss.updated": "Yangilangan kontentning RSS tasmasi", + "search": "Qidirish", + "search.config.lang": "tr", + "search.placeholder": "Qidirish", + "search.share": "Ulashish", + "search.reset": "Tozalash", + "search.result.initializer": "Qidiruv ishga tushirilmoqda", + "search.result.placeholder": "Qidiruvni boshlash uchun kiriting", + "search.result.none": "Mos natijalar yo'q", + "search.result.one": "1 ta mos natija", + "search.result.other": "# ta mos keladigan natijalar", + "search.result.more.one": "Ushbu sahifada yana 1 ta natija", + "search.result.more.other": "Bu sahifada yana # ta natija", + "search.result.term.missing": "To'ldirilmagan", + "select.language": "Tilni tanlang", + "select.version": "Versiyani tanlang", + "source": "Repozitoriyga o'tish", + "source.file.contributors": "Hissa qo'shuvchilar", + "source.file.date.created": "Yaratildi", + "source.file.date.updated": "Oxirgi yangilanish", + "tabs": "Yorliqlar", + "toc": "Mundarija", + "top": "Yuqoriga qaytish" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/vi.html b/material/templates/partials/languages/vi.html new file mode 100644 index 00000000..b32202c0 --- /dev/null +++ b/material/templates/partials/languages/vi.html @@ -0,0 +1,56 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "vi", + "action.edit": "Chỉnh sửa", + "action.skip": "Bỏ qua", + "action.view": "Xem mã nguồn của trang", + "announce.dismiss": "Không hiển thị lại", + "blog.archive": "Lưu trữ", + "blog.categories": "Mục", + "blog.categories.in": "Trong", + "blog.continue": "Tiếp tục đọc", + "blog.draft": "Bản nháp", + "blog.index": "Quay lại", + "blog.meta": "Metadata", + "blog.references": "Các liên kết liên quan", + "clipboard.copy": "Sao chép vào bộ nhớ tạm", + "clipboard.copied": "Đã sao chép", + "consent.accept": "Đồng ý", + "consent.manage": "Cài đặt", + "consent.reject": "Từ chối", + "footer": "Chân trang", + "footer.next": "Sau", + "footer.previous": "Trước", + "header": "Đầu trang", + "meta.comments": "Bình luận", + "meta.source": "Mã nguồn", + "nav": "Thanh điều hướng", + "readtime.one": "1 phút đọc", + "readtime.other": "# phút đọc", + "rss.created": "RSS feed", + "rss.updated": "RSS feed of updated content", + "search": "Tìm kiếm", + "search.config.lang": "vi", + "search.placeholder": "Tìm kiếm", + "search.share": "Chia sẻ", + "search.reset": "Xoá", + "search.result.initializer": "Initializing search", + "search.result.placeholder": "Nhập để bắt đầu tìm kiếm", + "search.result.none": "Không tìm thấy tài liệu liên quan", + "search.result.one": "1 tài liệu liên quan", + "search.result.other": "# tài liệu liên quan", + "search.result.more.one": "1 từ khác trong trang", + "search.result.more.other": "# từ khác trong trang", + "search.result.term.missing": "Không", + "select.language": "Chọn ngôn ngữ", + "select.version": "Chọn phiên bản", + "source": "Xem mã nguồn", + "source.file.contributors": "Contributors", + "source.file.date.created": "Tạo", + "source.file.date.updated": "Cập nhật lần cuối", + "tabs": "Tabs", + "toc": "Mục lục", + "top": "Trở lại mục lục" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/zh-Hant.html b/material/templates/partials/languages/zh-Hant.html new file mode 100644 index 00000000..aaac6a7d --- /dev/null +++ b/material/templates/partials/languages/zh-Hant.html @@ -0,0 +1,57 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "zh-Hant", + "action.edit": "編輯此頁", + "action.skip": "跳轉至", + "action.view": "查看源代碼", + "announce.dismiss": "不再顯示此訊息", + "blog.archive": "存檔", + "blog.categories": "分類", + "blog.categories.in": "分類在", + "blog.continue": "繼續閲讀", + "blog.draft": "草稿", + "blog.index": "回到首頁", + "blog.meta": "元數據", + "blog.references": "相關鏈接", + "clipboard.copy": "拷貝", + "clipboard.copied": "已拷貝", + "consent.accept": "接受", + "consent.manage": "管理設置", + "consent.reject": "拒絕", + "footer": "頁脚", + "footer.next": "下一頁", + "footer.previous": "上一頁", + "header": "頁首", + "meta.comments": "評論", + "meta.source": "來源", + "search.config.pipeline": "stemmer", + "search.config.separator": "[\\s\\u200b\\u3000\\-、。,.?!;]+", + "nav": "導航", + "readtime.one": "需要 1 分鐘閲讀", + "readtime.other": "需要 # 分鐘閲讀", + "rss.created": "簡易資訊聚合", + "rss.updated": "更新之部分的簡易資訊聚合", + "search": "搜尋", + "search.placeholder": "搜尋", + "search.share": "分享", + "search.reset": "清空", + "search.result.initializer": "正在初始化搜尋引擎", + "search.result.placeholder": "鍵入以開始檢索", + "search.result.none": "沒有找到符合條件的結果", + "search.result.one": "找到 1 个符合條件的結果", + "search.result.other": "找到 # 個符合條件的結果", + "search.result.more.one": "此頁尚有 1 個符合的項目", + "search.result.more.other": "此頁尚有 # 個符合的項目", + "search.result.term.missing": "缺失", + "select.language": "選擇語言", + "select.version": "選擇版本", + "source": "前往倉庫", + "source.file.contributors": "貢獻者", + "source.file.date.created": "建立日期", + "source.file.date.updated": "最後更新", + "tabs": "標籤頁", + "toc": "目錄", + "top": "回到頂部" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/zh-TW.html b/material/templates/partials/languages/zh-TW.html new file mode 100644 index 00000000..b43170be --- /dev/null +++ b/material/templates/partials/languages/zh-TW.html @@ -0,0 +1,57 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "zh-TW", + "action.edit": "編輯此頁", + "action.skip": "跳轉到", + "action.view": "查看此頁原始碼", + "announce.dismiss": "不再顯示此訊息", + "blog.archive": "封存", + "blog.categories": "分類", + "blog.categories.in": "於", + "blog.continue": "繼續閱讀", + "blog.draft": "草稿", + "blog.index": "回到主頁", + "blog.meta": "元數據", + "blog.references": "相關連結", + "clipboard.copy": "複製", + "clipboard.copied": "已複製", + "consent.accept": "同意", + "consent.manage": "管理設定", + "consent.reject": "拒絕", + "footer": "頁腳", + "footer.next": "下一頁", + "footer.previous": "上一頁", + "header": "頁首", + "meta.comments": "留言", + "meta.source": "來源", + "nav": "導覽列", + "readtime.one": "需要 1 分鐘閱讀時間", + "readtime.other": "需要 # 分鐘閱讀時間", + "rss.created": "RSS 訂閱", + "rss.updated": "RSS 訂閱內容已更新", + "search": "搜尋", + "search.config.pipeline": "stemmer", + "search.config.separator": "[\\s\\u200b\\u3000\\-、。,.?!;]+", + "search.placeholder": "搜尋", + "search.share": "分享", + "search.reset": "清除", + "search.result.initializer": "正在初始化搜尋引擎", + "search.result.placeholder": "打字進行搜尋", + "search.result.none": "沒有符合的項目", + "search.result.one": "找到 1 個符合的項目", + "search.result.other": "找到 # 個符合的項目", + "search.result.more.one": "此頁尚有 1 個符合的項目", + "search.result.more.other": "此頁尚有 # 個符合的項目", + "search.result.term.missing": "缺少字詞", + "select.language": "選擇語言", + "select.version": "選擇版本", + "source": "前往倉庫", + "source.file.contributors": "貢獻者", + "source.file.date.created": "建立日期", + "source.file.date.updated": "最後更新", + "tabs": "標籤", + "toc": "目錄", + "top": "回到頂端" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/languages/zh.html b/material/templates/partials/languages/zh.html new file mode 100644 index 00000000..1ce9a0c9 --- /dev/null +++ b/material/templates/partials/languages/zh.html @@ -0,0 +1,57 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "zh", + "action.edit": "编辑此页", + "action.skip": "跳转至", + "action.view": "查看本页的源代码", + "announce.dismiss": "不再显示此消息", + "blog.archive": "归档", + "blog.categories": "分类", + "blog.categories.in": "分类于", + "blog.continue": "继续阅读", + "blog.draft": "草稿", + "blog.index": "回到主页", + "blog.meta": "元数据", + "blog.references": "相关链接", + "clipboard.copy": "复制", + "clipboard.copied": "已复制", + "consent.accept": "同意", + "consent.manage": "管理设定", + "consent.reject": "拒绝", + "footer": "页脚", + "footer.next": "下一页", + "footer.previous": "上一页", + "header": "页眉", + "meta.comments": "评论", + "meta.source": "来源", + "nav": "导航栏", + "readtime.one": "需要 1 分钟阅读时间", + "readtime.other": "需要 # 分钟阅读时间", + "rss.created": "RSS 订阅", + "rss.updated": "已更新内容的 RSS 订阅", + "search": "查找", + "search.config.pipeline": "stemmer", + "search.config.separator": "[\\s\\u200b\\u3000\\-、。,.?!;]+", + "search.placeholder": "搜索", + "search.share": "分享", + "search.reset": "清空当前内容", + "search.result.initializer": "正在初始化搜索引擎", + "search.result.placeholder": "键入以开始搜索", + "search.result.none": "没有找到符合条件的结果", + "search.result.one": "找到 1 个符合条件的结果", + "search.result.other": "# 个符合条件的结果", + "search.result.more.one": "在该页上还有 1 个符合条件的结果", + "search.result.more.other": "在该页上还有 # 个符合条件的结果", + "search.result.term.missing": "缺少", + "select.language": "选择当前语言", + "select.version": "选择当前版本", + "source": "前往仓库", + "source.file.contributors": "贡献者", + "source.file.date.created": "创建日期", + "source.file.date.updated": "最后更新", + "tabs": "标签", + "toc": "目录", + "top": "回到页面顶部" +}[key] }}{% endmacro %} diff --git a/material/templates/partials/logo.html b/material/templates/partials/logo.html new file mode 100644 index 00000000..6d80f2ce --- /dev/null +++ b/material/templates/partials/logo.html @@ -0,0 +1,9 @@ +{#- + This file was automatically generated - do not edit +-#} +{% if config.theme.logo %} + logo +{% else %} + {% set icon = config.theme.icon.logo or "material/library" %} + {% include ".icons/" ~ icon ~ ".svg" %} +{% endif %} diff --git a/material/templates/partials/nav-item.html b/material/templates/partials/nav-item.html new file mode 100644 index 00000000..5e880792 --- /dev/null +++ b/material/templates/partials/nav-item.html @@ -0,0 +1,134 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro render_status(nav_item, type) %} + {% set class = "md-status md-status--" ~ type %} + {% if config.extra.status and config.extra.status[type] %} + + + {% else %} + + {% endif %} +{% endmacro %} +{% macro render_content(nav_item, ref = nav_item) %} + {% if nav_item.is_page and nav_item.meta.icon %} + {% include ".icons/" ~ nav_item.meta.icon ~ ".svg" %} + {% endif %} + + {{ ref.title }} + + {% if nav_item.is_page and nav_item.meta.status %} + {{ render_status(nav_item, nav_item.meta.status) }} + {% endif %} +{% endmacro %} +{% macro render_pruned(nav_item, ref = nav_item) %} + {% set first = nav_item.children | first %} + {% if first and first.children %} + {{ render_pruned(first, ref) }} + {% else %} + + {{ render_content(ref) }} + {% if nav_item.children | length > 0 %} + + {% endif %} + + {% endif %} +{% endmacro %} +{% macro render(nav_item, path, level) %} + {% set class = "md-nav__item" %} + {% if nav_item.active %} + {% set class = class ~ " md-nav__item--active" %} + {% endif %} + {% if nav_item.children %} + {% set indexes = [] %} + {% if "navigation.indexes" in features %} + {% for nav_item in nav_item.children %} + {% if nav_item.is_index and not index is defined %} + {% set _ = indexes.append(nav_item) %} + {% endif %} + {% endfor %} + {% endif %} + {% set tabs = "navigation.tabs" in features %} + {% set sections = "navigation.sections" in features %} + {% if tabs and level == 1 or sections and tabs >= level - 1 %} + {% set class = class ~ " md-nav__item--section" %} + {% set is_section = true %} + {% elif not nav_item.active and "navigation.prune" in features %} + {% set class = class ~ " md-nav__item--pruned" %} + {% set is_pruned = true %} + {% endif %} +
  • + {% if not is_pruned %} + {% set checked = "checked" if nav_item.active %} + {% set is_expanded = "navigation.expand" in features %} + {% if is_expanded and not checked %} + {% set indeterminate = "md-toggle--indeterminate" %} + {% endif %} + + {% if not indexes %} + {% set tabindex = "0" if not is_section %} + + {% else %} + {% set index = indexes | first %} + {% set class = "md-nav__link--active" if index == page %} + + {% endif %} + + {% else %} + {{ render_pruned(nav_item) }} + {% endif %} +
  • + {% elif nav_item == page %} +
  • + {% set toc = page.toc %} + + {% set first = toc | first %} + {% if first and first.level == 1 %} + {% set toc = first.children %} + {% endif %} + {% if toc %} + + {% endif %} + + {{ render_content(nav_item) }} + + {% if toc %} + {% include "partials/toc.html" %} + {% endif %} +
  • + {% else %} +
  • + + {{ render_content(nav_item) }} + +
  • + {% endif %} +{% endmacro %} diff --git a/material/templates/partials/nav.html b/material/templates/partials/nav.html new file mode 100644 index 00000000..a701dcd2 --- /dev/null +++ b/material/templates/partials/nav.html @@ -0,0 +1,30 @@ +{#- + This file was automatically generated - do not edit +-#} +{% import "partials/nav-item.html" as item with context %} +{% set class = "md-nav md-nav--primary" %} +{% if "navigation.tabs" in features %} + {% set class = class ~ " md-nav--lifted" %} +{% endif %} +{% if "toc.integrate" in features %} + {% set class = class ~ " md-nav--integrated" %} +{% endif %} + diff --git a/material/templates/partials/pagination.html b/material/templates/partials/pagination.html new file mode 100644 index 00000000..1de2cd4c --- /dev/null +++ b/material/templates/partials/pagination.html @@ -0,0 +1,20 @@ +{#- + This file was automatically generated - do not edit +-#} +{% import ".icons/material/chevron-double-left.svg" as icon_first %} +{% import ".icons/material/chevron-left.svg" as icon_previous %} +{% import ".icons/material/chevron-right.svg" as icon_next %} +{% import ".icons/material/chevron-double-right.svg" as icon_last %} + diff --git a/material/templates/partials/palette.html b/material/templates/partials/palette.html new file mode 100644 index 00000000..11ec1115 --- /dev/null +++ b/material/templates/partials/palette.html @@ -0,0 +1,16 @@ +{#- + This file was automatically generated - do not edit +-#} +
    + {% for option in config.theme.palette %} + {% set scheme = option.scheme | d("default", true) %} + {% set primary = option.primary | d("indigo", true) %} + {% set accent = option.accent | d("indigo", true) %} + + {% if option.toggle %} + + {% endif %} + {% endfor %} +
    diff --git a/material/templates/partials/post.html b/material/templates/partials/post.html new file mode 100644 index 00000000..08f3c8f1 --- /dev/null +++ b/material/templates/partials/post.html @@ -0,0 +1,60 @@ +{#- + This file was automatically generated - do not edit +-#} +
    +
    + {% if post.authors %} + + {% endif %} + +
    +
    + {{ post.content }} + +
    +
    diff --git a/material/templates/partials/progress.html b/material/templates/partials/progress.html new file mode 100644 index 00000000..457156bb --- /dev/null +++ b/material/templates/partials/progress.html @@ -0,0 +1,4 @@ +{#- + This file was automatically generated - do not edit +-#} +
    diff --git a/material/templates/partials/search.html b/material/templates/partials/search.html new file mode 100644 index 00000000..4ad3b36f --- /dev/null +++ b/material/templates/partials/search.html @@ -0,0 +1,42 @@ +{#- + This file was automatically generated - do not edit +-#} + diff --git a/material/templates/partials/social.html b/material/templates/partials/social.html new file mode 100644 index 00000000..e59fdae6 --- /dev/null +++ b/material/templates/partials/social.html @@ -0,0 +1,19 @@ +{#- + This file was automatically generated - do not edit +-#} +
    + {% for social in config.extra.social %} + {% set rel = "noopener" %} + {% if "mastodon" in social.icon %} + {% set rel = rel ~ " me" %} + {% endif %} + {% set title = social.name %} + {% if not title and "//" in social.link %} + {% set _, url = social.link.split("//") %} + {% set title = url.split("/")[0] %} + {% endif %} + + {% include ".icons/" ~ social.icon ~ ".svg" %} + + {% endfor %} +
    diff --git a/material/templates/partials/source-file.html b/material/templates/partials/source-file.html new file mode 100644 index 00000000..ae5bd084 --- /dev/null +++ b/material/templates/partials/source-file.html @@ -0,0 +1,20 @@ +{#- + This file was automatically generated - do not edit +-#} +
    +
    + + {% if page.meta.git_revision_date_localized %} + {{ lang.t("source.file.date.updated") }}: + {{ page.meta.git_revision_date_localized }} + {% if page.meta.git_creation_date_localized %} +
    + {{ lang.t("source.file.date.created") }}: + {{ page.meta.git_creation_date_localized }} + {% endif %} + {% elif page.meta.revision_date %} + {{ lang.t("source.file.date.updated") }}: + {{ page.meta.revision_date }} + {% endif %} +
    +
    diff --git a/material/templates/partials/source.html b/material/templates/partials/source.html new file mode 100644 index 00000000..711ecaef --- /dev/null +++ b/material/templates/partials/source.html @@ -0,0 +1,12 @@ +{#- + This file was automatically generated - do not edit +-#} + +
    + {% set icon = config.theme.icon.repo or "fontawesome/brands/git-alt" %} + {% include ".icons/" ~ icon ~ ".svg" %} +
    +
    + {{ config.repo_name }} +
    +
    diff --git a/material/templates/partials/tabs-item.html b/material/templates/partials/tabs-item.html new file mode 100644 index 00000000..0e80035c --- /dev/null +++ b/material/templates/partials/tabs-item.html @@ -0,0 +1,35 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro render_content(nav_item, ref = nav_item) %} + {% if nav_item == ref or "navigation.indexes" in features %} + {% if nav_item.is_index and nav_item.meta.icon %} + {% include ".icons/" ~ nav_item.meta.icon ~ ".svg" %} + {% endif %} + {% endif %} + {{ ref.title }} +{% endmacro %} +{% macro render(nav_item, ref = nav_item) %} + {% set class = "md-tabs__item" %} + {% if ref.active %} + {% set class = class ~ " md-tabs__item--active" %} + {% endif %} + {% if nav_item.children %} + {% set first = nav_item.children | first %} + {% if first.children %} + {{ render(first, ref) }} + {% else %} +
  • + + {{ render_content(first, ref) }} + +
  • + {% endif %} + {% else %} +
  • + + {{ render_content(nav_item) }} + +
  • + {% endif %} +{% endmacro %} diff --git a/material/templates/partials/tabs.html b/material/templates/partials/tabs.html new file mode 100644 index 00000000..04cb0c9c --- /dev/null +++ b/material/templates/partials/tabs.html @@ -0,0 +1,13 @@ +{#- + This file was automatically generated - do not edit +-#} +{% import "partials/tabs-item.html" as item with context %} + diff --git a/material/templates/partials/tags.html b/material/templates/partials/tags.html new file mode 100644 index 00000000..128e9595 --- /dev/null +++ b/material/templates/partials/tags.html @@ -0,0 +1,26 @@ +{#- + This file was automatically generated - do not edit +-#} +{% if page.meta and page.meta.hide %} + {% set hidden = "hidden" if "tags" in page.meta.hide %} +{% endif %} + diff --git a/material/templates/partials/toc-item.html b/material/templates/partials/toc-item.html new file mode 100644 index 00000000..c8397272 --- /dev/null +++ b/material/templates/partials/toc-item.html @@ -0,0 +1,17 @@ +{#- + This file was automatically generated - do not edit +-#} +
  • + + {{ toc_item.title }} + + {% if toc_item.children %} + + {% endif %} +
  • diff --git a/material/templates/partials/toc.html b/material/templates/partials/toc.html new file mode 100644 index 00000000..aeeb3acb --- /dev/null +++ b/material/templates/partials/toc.html @@ -0,0 +1,25 @@ +{#- + This file was automatically generated - do not edit +-#} +{% set title = lang.t("toc") %} +{% if config.mdx_configs.toc and config.mdx_configs.toc.title %} + {% set title = config.mdx_configs.toc.title %} +{% endif %} + diff --git a/material/templates/partials/top.html b/material/templates/partials/top.html new file mode 100644 index 00000000..95da428b --- /dev/null +++ b/material/templates/partials/top.html @@ -0,0 +1,8 @@ +{#- + This file was automatically generated - do not edit +-#} + -- cgit v1.2.3-70-g09d2