From 448825688575df3e3fc219656c4d04846df428eb Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 26 Aug 2020 20:15:26 +0200 Subject: [PATCH] Added Esperanto translations --- docs/setup/changing-the-language.md | 1 + material/partials/language/eo.html | 28 +++++++++++++++++ src/partials/language/eo.html | 48 +++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 material/partials/language/eo.html create mode 100644 src/partials/language/eo.html diff --git a/docs/setup/changing-the-language.md b/docs/setup/changing-the-language.md index c89c857b7..0b9470a02 100644 --- a/docs/setup/changing-the-language.md +++ b/docs/setup/changing-the-language.md @@ -33,6 +33,7 @@ The following languages are supported:
  • da – Danish
  • de – German
  • en – English
  • +
  • eo – Esperanto
  • es – Spanish
  • et – Estonian
  • fa – Persian (Farsi)
  • diff --git a/material/partials/language/eo.html b/material/partials/language/eo.html new file mode 100644 index 000000000..a0ffa3757 --- /dev/null +++ b/material/partials/language/eo.html @@ -0,0 +1,28 @@ +{#- + This file was automatically generated - do not edit +-#} +{% macro t(key) %}{{ { + "language": "eo", + "clipboard.copy": "Kopii al tondujo", + "clipboard.copied": "Kopiado al klipo", + "edit.link.title": "Redakti ĉi tiun paĝon", + "footer.previous": "Antaŭa", + "footer.next": "Sekva", + "footer.title": "Piedlinio", + "header.title": "Kaplinio", + "meta.comments": "Komentoj", + "meta.source": "Fontkodo", + "nav.title": "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", + "skip.link.title": "Saltu al enhavo", + "source.link.title": "Iru al deponejo", + "source.revision.date": "Lasta ĝisdatigo", + "tabs.title": "Langetoj", + "toc.title": "Enhavtabelo" +}[key] }}{% endmacro %} diff --git a/src/partials/language/eo.html b/src/partials/language/eo.html new file mode 100644 index 000000000..f23c70270 --- /dev/null +++ b/src/partials/language/eo.html @@ -0,0 +1,48 @@ + + + +{% macro t(key) %}{{ { + "language": "eo", + "clipboard.copy": "Kopii al tondujo", + "clipboard.copied": "Kopiado al klipo", + "edit.link.title": "Redakti ĉi tiun paĝon", + "footer.previous": "Antaŭa", + "footer.next": "Sekva", + "footer.title": "Piedlinio", + "header.title": "Kaplinio", + "meta.comments": "Komentoj", + "meta.source": "Fontkodo", + "nav.title": "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", + "skip.link.title": "Saltu al enhavo", + "source.link.title": "Iru al deponejo", + "source.revision.date": "Lasta ĝisdatigo", + "tabs.title": "Langetoj", + "toc.title": "Enhavtabelo" +}[key] }}{% endmacro %}