diff --git a/docs/changelog.rst b/docs/changelog.rst index ec75c6165..28bcd2308 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,23 +7,24 @@ Changelog Development version (|development_version|) =========================================== -.. |development_version| replace:: 1.2.0rc3 +.. |development_version| replace:: 1.2.0rc4 Dependency changes ------------------ * docutils 0.18 is supported. (#1381) * Sphinx 6 support added -* Added ``sphinxcontrib-jquery`` as a dependency (#1385) +* Added ``sphinxcontrib-jquery`` as a dependency (#1385 #1421) * Python 3.11 is officially supported and tested. (#1395) * Python 3.4 and 3.5 are officially not supported (#1395) - Changes ------- * Automatically use ``sphinxcontrib-jquery`` in Sphinx 6+ (#1399) * Use new context vars ``logo_url``, ``favicon_url`` and ``root_doc`` when available (#1405) +* Translations updated: French, Hungarian, Croatian +* Translations added: Danish, Chinese (Taiwan) Note for users of Sphinx<4 -------------------------- @@ -44,6 +45,8 @@ See `readthedocs.org issue #9654`_ for updates. .. _release-1.1.1: + + 1.1.1 ===== diff --git a/package.json b/package.json index b8e6783d9..863ff8393 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sphinx_rtd_theme", "main": "js/theme.js", - "version": "1.2.0rc3", + "version": "1.2.0rc4", "scripts": { "dev": "webpack-dev-server --open --config webpack.dev.js", "build": "webpack --config webpack.prod.js", diff --git a/setup.cfg b/setup.cfg index b68065ef0..6074f05c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0rc3 +current_version = 1.2.0rc4 commit = false tag = false parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index 892abe811..f185f6e49 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ def run(self): setup( - version='1.2.0rc3', + version='1.2.0rc4', cmdclass={ 'update_translations': UpdateTranslationsCommand, 'transifex': TransifexCommand, diff --git a/sphinx_rtd_theme/__init__.py b/sphinx_rtd_theme/__init__.py index 74dfff1c1..21bbf4bc7 100644 --- a/sphinx_rtd_theme/__init__.py +++ b/sphinx_rtd_theme/__init__.py @@ -12,7 +12,7 @@ from sphinx.util.logging import getLogger -__version__ = '1.2.0rc3' +__version__ = '1.2.0rc4' __version_full__ = __version__ logger = getLogger(__name__) diff --git a/sphinx_rtd_theme/locale/da/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/da/LC_MESSAGES/sphinx.mo new file mode 100644 index 000000000..5f0a25ed3 Binary files /dev/null and b/sphinx_rtd_theme/locale/da/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/da/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/da/LC_MESSAGES/sphinx.po new file mode 100644 index 000000000..d045adaa9 --- /dev/null +++ b/sphinx_rtd_theme/locale/da/LC_MESSAGES/sphinx.po @@ -0,0 +1,206 @@ +# English translations for sphinx_rtd_theme. +# Copyright (C) 2019 ORGANIZATION +# This file is distributed under the same license as the sphinx_rtd_theme +# project. +# FIRST AUTHOR , 2019. +# +# Translators: +# Benjamin Bach , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" +"PO-Revision-Date: 2019-07-16 21:44+0000\n" +"Last-Translator: Benjamin Bach , 2023\n" +"Language-Team: Danish (https://www.transifex.com/readthedocs/teams/101354/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.11.0\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. This is an ARIA section label for page links, including previous/next page +#. link and links to GitHub/GitLab/etc. +#: sphinx_rtd_theme/breadcrumbs.html:22 +msgid "Page navigation" +msgstr "Navigation" + +#: sphinx_rtd_theme/breadcrumbs.html:37 sphinx_rtd_theme/breadcrumbs.html:39 +msgid "Edit on GitHub" +msgstr "Ret på GitHub" + +#: sphinx_rtd_theme/breadcrumbs.html:44 sphinx_rtd_theme/breadcrumbs.html:46 +msgid "Edit on Bitbucket" +msgstr "Ret på Bitbucket" + +#: sphinx_rtd_theme/breadcrumbs.html:51 sphinx_rtd_theme/breadcrumbs.html:53 +msgid "Edit on GitLab" +msgstr "Ret på GitLab" + +#: sphinx_rtd_theme/breadcrumbs.html:56 sphinx_rtd_theme/breadcrumbs.html:58 +msgid "View page source" +msgstr "Vis sidekilde" + +#. This is an ARIA section label for sequential page links, such as previous +#. and next page links. +#: sphinx_rtd_theme/breadcrumbs.html:67 +msgid "Sequential page navigation" +msgstr "Sekventiel navigation" + +#: sphinx_rtd_theme/breadcrumbs.html:69 sphinx_rtd_theme/footer.html:6 +msgid "Previous" +msgstr "Forrige" + +#: sphinx_rtd_theme/breadcrumbs.html:72 sphinx_rtd_theme/footer.html:9 +msgid "Next" +msgstr "Næste" + +#. This is an ARIA section label for the footer section of the page. +#: sphinx_rtd_theme/footer.html:4 +msgid "Footer" +msgstr "Sidefod" + +#: sphinx_rtd_theme/footer.html:21 +#, python-format +msgid "© Copyright %(copyright)s." +msgstr "© Copyright %(copyright)s." + +#: sphinx_rtd_theme/footer.html:23 +#, python-format +msgid "© Copyright %(copyright)s." +msgstr "© Copyright %(copyright)s." + +#. Build is a noun, not a verb +#: sphinx_rtd_theme/footer.html:30 +msgid "Build" +msgstr "Build" + +#. the phrase "revision" comes from Git, referring to a commit +#: sphinx_rtd_theme/footer.html:36 +msgid "Revision" +msgstr "Version" + +#: sphinx_rtd_theme/footer.html:41 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Last updated on %(last_updated)s." + +#. the variable "sphinx_web" is a link to the Sphinx project documentation +#. with +#. the text "Sphinx" +#: sphinx_rtd_theme/footer.html:53 +#, python-format +msgid "Built with %(sphinx_web)s using a" +msgstr "Baseret på %(sphinx_web)s med et" + +#. "theme" refers to a theme for Sphinx, which alters the appearance of the +#. generated documentation +#: sphinx_rtd_theme/footer.html:55 +msgid "theme" +msgstr "tema" + +#. this is always used as "provided by Read the Docs", and should not imply +#. Read the Docs is an author of the generated documentation. +#: sphinx_rtd_theme/footer.html:57 +#, python-format +msgid "provided by %(readthedocs_web)s" +msgstr "udviklet af%(readthedocs_web)s" + +#: sphinx_rtd_theme/layout.html:97 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Søg i %(docstitle)s" + +#: sphinx_rtd_theme/layout.html:105 +msgid "About these documents" +msgstr "Om disse dokumenter" + +#: sphinx_rtd_theme/layout.html:108 +msgid "Index" +msgstr "Indeks" + +#: sphinx_rtd_theme/layout.html:111 sphinx_rtd_theme/search.html:11 +msgid "Search" +msgstr "Søg" + +#: sphinx_rtd_theme/layout.html:114 +msgid "Copyright" +msgstr "Copyright" + +#: sphinx_rtd_theme/layout.html:143 +msgid "Logo" +msgstr "Logo" + +#. This is an ARIA section label for the main navigation menu +#: sphinx_rtd_theme/layout.html:166 +msgid "Navigation menu" +msgstr "Navigation" + +#. This is an ARIA section label for the navigation menu that is visible when +#. viewing the page on mobile devices +#: sphinx_rtd_theme/layout.html:188 +msgid "Mobile navigation menu" +msgstr "Mobil navigation" + +#: sphinx_rtd_theme/search.html:31 +msgid "Please activate JavaScript to enable the search functionality." +msgstr "Venligst aktivér JavaScript for at anvende søgefunktionen" + +#. Search is a noun, not a verb +#: sphinx_rtd_theme/search.html:39 +msgid "Search Results" +msgstr "Søgeresultater" + +#: sphinx_rtd_theme/search.html:41 +msgid "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "" +"Din søgning matchede ingen dokumenter. Tjek at alle ord er stavet korrekt og" +" at du har valgt tilstrækkeligt med kategorier." + +#: sphinx_rtd_theme/searchbox.html:4 +msgid "Search docs" +msgstr "Søg i dokumentation" + +#: sphinx_rtd_theme/versions.html:3 sphinx_rtd_theme/versions.html:11 +msgid "Versions" +msgstr "Versioner" + +#: sphinx_rtd_theme/versions.html:17 +msgid "Downloads" +msgstr "Downloads" + +#. The phrase "Read the Docs" is not translated +#: sphinx_rtd_theme/versions.html:24 +msgid "On Read the Docs" +msgstr "På Read the Docs" + +#: sphinx_rtd_theme/versions.html:26 +msgid "Project Home" +msgstr "Projektets startside" + +#: sphinx_rtd_theme/versions.html:29 +msgid "Builds" +msgstr "Builds" + +#~ msgid "Docs" +#~ msgstr "Dokumentation" + +#~ msgid "Free document hosting provided by" +#~ msgstr "Gratis hosting af dokumentation leveret af" + +#~ msgid "Documentation Home" +#~ msgstr "Dokumentationens startside" + +#~ msgid "Breadcrumbs" +#~ msgstr "Sti" + +#~ msgid "Main" +#~ msgstr "Primær" + +#~ msgid "Top" +#~ msgstr "Top" diff --git a/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.mo index 98adad3ff..18a0549bc 100644 Binary files a/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.po index c38719670..2596d5367 100644 --- a/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Tom Kunze , 2019\n" "Language-Team: German (https://www.transifex.com/readthedocs/teams/101354/de/)\n" @@ -92,7 +92,7 @@ msgstr "Suche" msgid "Copyright" msgstr "Copyright" -#: sphinx_rtd_theme/layout.html:147 sphinx_rtd_theme/layout.html:149 +#: sphinx_rtd_theme/layout.html:143 msgid "Logo" msgstr "Logo" diff --git a/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.mo index 595c90db4..32f52d7af 100644 Binary files a/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po index 09b8b2973..2ac34f500 100644 --- a/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 15:43-0600\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -126,18 +126,18 @@ msgstr "" msgid "Copyright" msgstr "" -#: sphinx_rtd_theme/layout.html:147 sphinx_rtd_theme/layout.html:149 +#: sphinx_rtd_theme/layout.html:143 msgid "Logo" msgstr "" #. This is an ARIA section label for the main navigation menu -#: sphinx_rtd_theme/layout.html:173 +#: sphinx_rtd_theme/layout.html:166 msgid "Navigation menu" msgstr "" #. This is an ARIA section label for the navigation menu that is visible when #. viewing the page on mobile devices -#: sphinx_rtd_theme/layout.html:195 +#: sphinx_rtd_theme/layout.html:188 msgid "Mobile navigation menu" msgstr "" diff --git a/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.mo index 95ac4a015..3c3746584 100644 Binary files a/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.po index 8462b7dde..6a6f8ce4c 100644 --- a/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Leonardo J. Caballero G. , 2022\n" "Language-Team: Spanish (https://www.transifex.com/readthedocs/teams/101354/es/)\n" @@ -120,7 +120,7 @@ msgstr "Búsqueda" msgid "Copyright" msgstr "Derechos de autor" -#: sphinx_rtd_theme/layout.html:147 sphinx_rtd_theme/layout.html:149 +#: sphinx_rtd_theme/layout.html:143 msgid "Logo" msgstr "Logotipo" diff --git a/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.mo index a8c6ab295..1040b6830 100644 Binary files a/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.po index c7d546159..7ce3ad76d 100644 --- a/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Ivar Smolin , 2021\n" "Language-Team: Estonian (https://www.transifex.com/readthedocs/teams/101354/et/)\n" @@ -119,7 +119,7 @@ msgstr "Otsing" msgid "Copyright" msgstr "Autoriõigus" -#: sphinx_rtd_theme/layout.html:147 sphinx_rtd_theme/layout.html:149 +#: sphinx_rtd_theme/layout.html:143 msgid "Logo" msgstr "Logo" diff --git a/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.mo index 8691ac702..35b1be270 100644 Binary files a/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.po index 90fab7549..d353a0b53 100644 --- a/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Peyman M., 2022\n" "Language-Team: Persian (Iran) (https://www.transifex.com/readthedocs/teams/101354/fa_IR/)\n" @@ -114,7 +114,7 @@ msgstr "جستجوی" msgid "Copyright" msgstr "کپی رایت" -#: sphinx_rtd_theme/layout.html:147 sphinx_rtd_theme/layout.html:149 +#: sphinx_rtd_theme/layout.html:143 msgid "Logo" msgstr "آرم" diff --git a/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.mo index f482e80bd..9a606109f 100644 Binary files a/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.po index 4fe76a739..3bc076b36 100644 --- a/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.po @@ -7,14 +7,16 @@ # Translators: # Anthony , 2020 # Radina Matic , 2021 +# Jérémie Tarot , 2023 +# CapitainFlam, 2023 # msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" -"Last-Translator: Radina Matic , 2021\n" +"Last-Translator: CapitainFlam, 2023\n" "Language-Team: French (https://www.transifex.com/readthedocs/teams/101354/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -119,7 +121,7 @@ msgstr "Rechercher" msgid "Copyright" msgstr "Droits d'auteur" -#: sphinx_rtd_theme/layout.html:147 sphinx_rtd_theme/layout.html:149 +#: sphinx_rtd_theme/layout.html:143 msgid "Logo" msgstr "Logo" diff --git a/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.mo index 384eaf7b9..f8d0f9d3d 100644 Binary files a/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.po index 742f84a4b..a8201c923 100644 --- a/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Ivan Bratović, 2022\n" "Language-Team: Croatian (https://www.transifex.com/readthedocs/teams/101354/hr/)\n" diff --git a/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.mo index 286602cae..ebc4aa5fd 100644 Binary files a/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.po index f6dc31d42..bf3d642ab 100644 --- a/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Balázs Úr, 2022\n" "Language-Team: Hungarian (https://www.transifex.com/readthedocs/teams/101354/hu/)\n" diff --git a/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.mo index f1352af4f..ad0ef2c81 100644 Binary files a/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.po index 84a6b6241..55003ffa0 100644 --- a/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Benjamin Bach , 2022\n" "Language-Team: Italian (https://www.transifex.com/readthedocs/teams/101354/it/)\n" @@ -133,18 +133,18 @@ msgstr "Ricerca" msgid "Copyright" msgstr "Copyright" -#: sphinx_rtd_theme/layout.html:147 sphinx_rtd_theme/layout.html:149 +#: sphinx_rtd_theme/layout.html:143 msgid "Logo" msgstr "Logo" #. This is an ARIA section label for the main navigation menu -#: sphinx_rtd_theme/layout.html:173 +#: sphinx_rtd_theme/layout.html:166 msgid "Navigation menu" msgstr "Menu di navigazione" #. This is an ARIA section label for the navigation menu that is visible when #. viewing the page on mobile devices -#: sphinx_rtd_theme/layout.html:195 +#: sphinx_rtd_theme/layout.html:188 msgid "Mobile navigation menu" msgstr "Menu navigazione dispositivi mobili" diff --git a/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.mo index 7b492f1fc..f2ac06493 100644 Binary files a/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.po index d7741a02c..c319eca18 100644 --- a/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Tomas Straupis, 2021\n" "Language-Team: Lithuanian (https://www.transifex.com/readthedocs/teams/101354/lt/)\n" @@ -130,18 +130,18 @@ msgstr "Paieška" msgid "Copyright" msgstr "Autorių teisės" -#: sphinx_rtd_theme/layout.html:147 sphinx_rtd_theme/layout.html:149 +#: sphinx_rtd_theme/layout.html:143 msgid "Logo" msgstr "Logo" #. This is an ARIA section label for the main navigation menu -#: sphinx_rtd_theme/layout.html:173 +#: sphinx_rtd_theme/layout.html:166 msgid "Navigation menu" msgstr "Navigacijos meniu" #. This is an ARIA section label for the navigation menu that is visible when #. viewing the page on mobile devices -#: sphinx_rtd_theme/layout.html:195 +#: sphinx_rtd_theme/layout.html:188 msgid "Mobile navigation menu" msgstr "Mobilios navigacijos meniu" diff --git a/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.mo index 549af0f13..8dc92a88f 100644 Binary files a/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.po index c3de3ab33..ded8a30eb 100644 --- a/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Jesse Tan, 2021\n" "Language-Team: Dutch (https://www.transifex.com/readthedocs/teams/101354/nl/)\n" @@ -130,18 +130,18 @@ msgstr "Zoek" msgid "Copyright" msgstr "Copyright" -#: sphinx_rtd_theme/layout.html:147 sphinx_rtd_theme/layout.html:149 +#: sphinx_rtd_theme/layout.html:143 msgid "Logo" msgstr "Logo" #. This is an ARIA section label for the main navigation menu -#: sphinx_rtd_theme/layout.html:173 +#: sphinx_rtd_theme/layout.html:166 msgid "Navigation menu" msgstr "Navigatiemenu" #. This is an ARIA section label for the navigation menu that is visible when #. viewing the page on mobile devices -#: sphinx_rtd_theme/layout.html:195 +#: sphinx_rtd_theme/layout.html:188 msgid "Mobile navigation menu" msgstr "Navigatiemenu voor mobiel" diff --git a/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.mo index d0aa0b195..1bef4d70f 100644 Binary files a/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.po index df1e4000b..de9fc0e34 100644 --- a/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Michal Sniatala, 2021\n" "Language-Team: Polish (https://www.transifex.com/readthedocs/teams/101354/pl/)\n" diff --git a/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.mo index 6175aad2f..5ce3cdc60 100644 Binary files a/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.po index 428e57acb..d033d814f 100644 --- a/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Ana Costa , 2021\n" "Language-Team: Portuguese (https://www.transifex.com/readthedocs/teams/101354/pt/)\n" @@ -111,18 +111,18 @@ msgstr "Índice" msgid "Search" msgstr "Pesquisar" -#: sphinx_rtd_theme/layout.html:147 sphinx_rtd_theme/layout.html:149 +#: sphinx_rtd_theme/layout.html:143 msgid "Logo" msgstr "Logo" #. This is an ARIA section label for the main navigation menu -#: sphinx_rtd_theme/layout.html:173 +#: sphinx_rtd_theme/layout.html:166 msgid "Navigation menu" msgstr "Menu de navegação" #. This is an ARIA section label for the navigation menu that is visible when #. viewing the page on mobile devices -#: sphinx_rtd_theme/layout.html:195 +#: sphinx_rtd_theme/layout.html:188 msgid "Mobile navigation menu" msgstr "Menu de navegação móvel" diff --git a/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.mo index 30a19d6cf..b6ce4f9be 100644 Binary files a/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.po index 28e9bc39c..11eaa0e4d 100644 --- a/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Wellington Uemura , 2022\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/readthedocs/teams/101354/pt_BR/)\n" @@ -131,18 +131,18 @@ msgstr "Pesquisar" msgid "Copyright" msgstr "Copyright" -#: sphinx_rtd_theme/layout.html:147 sphinx_rtd_theme/layout.html:149 +#: sphinx_rtd_theme/layout.html:143 msgid "Logo" msgstr "Logo" #. This is an ARIA section label for the main navigation menu -#: sphinx_rtd_theme/layout.html:173 +#: sphinx_rtd_theme/layout.html:166 msgid "Navigation menu" msgstr "Menu de navegação" #. This is an ARIA section label for the navigation menu that is visible when #. viewing the page on mobile devices -#: sphinx_rtd_theme/layout.html:195 +#: sphinx_rtd_theme/layout.html:188 msgid "Mobile navigation menu" msgstr "Menu de navegação móvel" diff --git a/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.mo index 4346becff..64b037893 100644 Binary files a/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.po index 3febe5d53..91d261e5f 100644 --- a/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Dmitry Shachnev , 2021\n" "Language-Team: Russian (https://www.transifex.com/readthedocs/teams/101354/ru/)\n" @@ -131,18 +131,18 @@ msgstr "Поиск" msgid "Copyright" msgstr "Авторские права" -#: sphinx_rtd_theme/layout.html:147 sphinx_rtd_theme/layout.html:149 +#: sphinx_rtd_theme/layout.html:143 msgid "Logo" msgstr "Логотип" #. This is an ARIA section label for the main navigation menu -#: sphinx_rtd_theme/layout.html:173 +#: sphinx_rtd_theme/layout.html:166 msgid "Navigation menu" msgstr "Меню навигации" #. This is an ARIA section label for the navigation menu that is visible when #. viewing the page on mobile devices -#: sphinx_rtd_theme/layout.html:195 +#: sphinx_rtd_theme/layout.html:188 msgid "Mobile navigation menu" msgstr "Меню навигации для мобильных устройств" diff --git a/sphinx_rtd_theme/locale/sphinx.pot b/sphinx_rtd_theme/locale/sphinx.pot index 02ffa1cf8..7e443c5eb 100644 --- a/sphinx_rtd_theme/locale/sphinx.pot +++ b/sphinx_rtd_theme/locale/sphinx.pot @@ -1,15 +1,15 @@ # Translations template for sphinx_rtd_theme. -# Copyright (C) 2022 ORGANIZATION +# Copyright (C) 2023 ORGANIZATION # This file is distributed under the same license as the sphinx_rtd_theme # project. -# FIRST AUTHOR , 2022. +# FIRST AUTHOR , 2023. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: sphinx_rtd_theme 1.2.0rc2\n" +"Project-Id-Version: sphinx_rtd_theme 1.2.0rc4\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -125,18 +125,18 @@ msgstr "" msgid "Copyright" msgstr "" -#: sphinx_rtd_theme/layout.html:147 sphinx_rtd_theme/layout.html:149 +#: sphinx_rtd_theme/layout.html:143 msgid "Logo" msgstr "" #. This is an ARIA section label for the main navigation menu -#: sphinx_rtd_theme/layout.html:173 +#: sphinx_rtd_theme/layout.html:166 msgid "Navigation menu" msgstr "" #. This is an ARIA section label for the navigation menu that is visible when #. viewing the page on mobile devices -#: sphinx_rtd_theme/layout.html:195 +#: sphinx_rtd_theme/layout.html:188 msgid "Mobile navigation menu" msgstr "" diff --git a/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.mo index 4b5243d6d..2e264fd96 100644 Binary files a/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.po index e774707f4..794458aca 100644 --- a/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Daniel Holmberg , 2020\n" "Language-Team: Swedish (https://www.transifex.com/readthedocs/teams/101354/sv/)\n" @@ -103,7 +103,7 @@ msgstr "Sök" msgid "Copyright" msgstr "Upphovsrätt" -#: sphinx_rtd_theme/layout.html:147 sphinx_rtd_theme/layout.html:149 +#: sphinx_rtd_theme/layout.html:143 msgid "Logo" msgstr "Logo" diff --git a/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.mo index 5f42312cb..17b588d16 100644 Binary files a/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.po index 9d01d87cb..f33c5f5fb 100644 --- a/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: BouRock, 2020\n" "Language-Team: Turkish (https://www.transifex.com/readthedocs/teams/101354/tr/)\n" @@ -95,7 +95,7 @@ msgstr "Arama" msgid "Copyright" msgstr "Telif hakkı" -#: sphinx_rtd_theme/layout.html:147 sphinx_rtd_theme/layout.html:149 +#: sphinx_rtd_theme/layout.html:143 msgid "Logo" msgstr "Logo" diff --git a/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.mo index 571ec7e82..a0fe227b5 100644 Binary files a/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.po index 50a560c5c..314b60120 100644 --- a/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-30 21:31+0100\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: JY3, 2022\n" "Language-Team: Chinese (China) (https://www.transifex.com/readthedocs/teams/101354/zh_CN/)\n" @@ -132,18 +132,18 @@ msgstr "搜索" msgid "Copyright" msgstr "版权所有" -#: sphinx_rtd_theme/layout.html:147 sphinx_rtd_theme/layout.html:149 +#: sphinx_rtd_theme/layout.html:143 msgid "Logo" msgstr "Logo" #. This is an ARIA section label for the main navigation menu -#: sphinx_rtd_theme/layout.html:173 +#: sphinx_rtd_theme/layout.html:166 msgid "Navigation menu" msgstr "导航菜单" #. This is an ARIA section label for the navigation menu that is visible when #. viewing the page on mobile devices -#: sphinx_rtd_theme/layout.html:195 +#: sphinx_rtd_theme/layout.html:188 msgid "Mobile navigation menu" msgstr "移动版导航菜单" @@ -186,6 +186,3 @@ msgstr "项目主页" #: sphinx_rtd_theme/versions.html:29 msgid "Builds" msgstr "构建" - -#~ msgid "Docs" -#~ msgstr "文档" diff --git a/sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES/sphinx.mo new file mode 100644 index 000000000..c7391f4a5 Binary files /dev/null and b/sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES/sphinx.po new file mode 100644 index 000000000..f42213fd8 --- /dev/null +++ b/sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES/sphinx.po @@ -0,0 +1,23 @@ +# English translations for sphinx_rtd_theme. +# Copyright (C) 2019 ORGANIZATION +# This file is distributed under the same license as the sphinx_rtd_theme +# project. +# FIRST AUTHOR , 2019. +# +# Translators: +# Jason Zhou, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2023-02-06 15:36+0100\n" +"PO-Revision-Date: 2019-07-16 21:44+0000\n" +"Last-Translator: Jason Zhou, 2023\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/readthedocs/teams/101354/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.11.0\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n"