diff --git a/docs/changelog.rst b/docs/changelog.rst index ec75c616..28bcd230 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 b8e6783d..863ff839 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 b68065ef..6074f05c 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 892abe81..f185f6e4 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ class TransifexCommand(distutils.cmd.Command): 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 74dfff1c..21bbf4bc 100644 --- a/sphinx_rtd_theme/__init__.py +++ b/sphinx_rtd_theme/__init__.py @@ -12,7 +12,7 @@ from sphinx.locale import _ 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 00000000..5f0a25ed 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 00000000..d045adaa --- /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 98adad3f..18a0549b 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 c3871967..2596d536 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 595c90db..32f52d7a 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 09b8b297..2ac34f50 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 95ac4a01..3c374658 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 8462b7dd..6a6f8ce4 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 a8c6ab29..1040b683 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 c7d54615..7ce3ad76 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 8691ac70..35b1be27 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 90fab754..d353a0b5 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 f482e80b..9a606109 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 4fe76a73..3bc076b3 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 384eaf7b..f8d0f9d3 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 742f84a4..a8201c92 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 286602ca..ebc4aa5f 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 f6dc31d4..bf3d642a 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 f1352af4..ad0ef2c8 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 84a6b624..55003ffa 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 7b492f1f..f2ac0649 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 d7741a02..c319eca1 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 549af0f1..8dc92a88 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 c3de3ab3..ded8a30e 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 d0aa0b19..1bef4d70 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 df1e4000..de9fc0e3 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 6175aad2..5ce3cdc6 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 428e57ac..d033d814 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 30a19d6c..b6ce4f9b 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 28e9bc39..11eaa0e4 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 4346becf..64b03789 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 3febe5d5..91d261e5 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 02ffa1cf..7e443c5e 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 4b5243d6..2e264fd9 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 e774707f..794458ac 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 5f42312c..17b588d1 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 9d01d87c..f33c5f5f 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 571ec7e8..a0fe227b 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 50a560c5..314b6012 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 00000000..c7391f4a 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 00000000..f42213fd --- /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"