From 3e735ee2ca240c047dc03c343e24a8261fd5ee88 Mon Sep 17 00:00:00 2001 From: James Addison Date: Tue, 31 Jan 2023 16:13:45 +0000 Subject: [PATCH] Templating: use '.jinja2' suffix on Jinja2 template files instead of generic/ambiguous '_t' suffix --- sphinx/builders/_epub_base.py | 5 ++-- sphinx/builders/changes.py | 8 ++--- sphinx/builders/epub3.py | 2 +- sphinx/builders/gettext.py | 2 +- sphinx/builders/latex/__init__.py | 4 +-- sphinx/cmd/quickstart.py | 18 ++++++------ sphinx/ext/apidoc.py | 7 +++-- sphinx/ext/imgmath.py | 4 +-- sphinx/locale/ar/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/bg/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/bn/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/ca/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/cak/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/cs/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/cy/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/da/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/de/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/el/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/en_FR/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/en_GB/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/en_HK/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/eo/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/es/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/et/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/eu/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/fa/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/fi/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/fr/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/he/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/hi/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/hr/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/hu/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/id/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/is/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/it/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/ja/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/ko/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/lt/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/lv/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/mk/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/ne/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/nl/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/pl/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/pt/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/ro/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/ru/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/si/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/sk/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/sl/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/sphinx.pot | 24 +++++++-------- sphinx/locale/sq/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/sr/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/sv/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/ta/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/te/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/tr/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/ur/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/vi/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/yue/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po | 24 +++++++-------- .../locale/zh_TW.Big5/LC_MESSAGES/sphinx.po | 24 +++++++-------- sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po | 24 +++++++-------- .../{module.rst_t => module.rst.jinja2} | 0 .../{package.rst_t => package.rst.jinja2} | 0 .../apidoc/{toc.rst_t => toc.rst.jinja2} | 0 .../{content.opf_t => content.opf.jinja2} | 0 .../epub3/{nav.xhtml_t => nav.xhtml.jinja2} | 0 .../epub3/{toc.ncx_t => toc.ncx.jinja2} | 0 .../{message.pot_t => message.pot.jinja2} | 0 .../{preview.tex_t => preview.tex.jinja2} | 0 .../{template.tex_t => template.tex.jinja2} | 0 .../latex/{latex.tex_t => latex.tex.jinja2} | 0 .../{longtable.tex_t => longtable.tex.jinja2} | 0 ...ssages.sty_t => sphinxmessages.sty.jinja2} | 0 .../{tabular.tex_t => tabular.tex.jinja2} | 0 .../{tabulary.tex_t => tabulary.tex.jinja2} | 0 .../{Makefile_t => Makefile.jinja2} | 0 .../{Makefile.new_t => Makefile.new.jinja2} | 0 .../quickstart/{conf.py_t => conf.py.jinja2} | 0 .../{make.bat_t => make.bat.jinja2} | 0 .../{make.bat.new_t => make.bat.new.jinja2} | 0 .../{root_doc.rst_t => root_doc.rst.jinja2} | 0 .../texinputs/{Makefile_t => Makefile.jinja2} | 0 .../{latexmkjarc_t => latexmkjarc.jinja2} | 0 .../{latexmkrc_t => latexmkrc.jinja2} | 0 .../texinputs/{make.bat_t => make.bat.jinja2} | 0 .../{Makefile_t => Makefile.jinja2} | 0 .../static/{agogo.css_t => agogo.css.jinja2} | 0 .../static/{basic.css_t => basic.css.jinja2} | 0 ...s.js_t => documentation_options.js.jinja2} | 0 ...uage_data.js_t => language_data.js.jinja2} | 0 .../{bizstyle.css_t => bizstyle.css.jinja2} | 0 .../{bizstyle.js_t => bizstyle.js.jinja2} | 0 .../{classic.css_t => classic.css.jinja2} | 0 .../{sidebar.js_t => sidebar.js.jinja2} | 0 .../static/{epub.css_t => epub.css.jinja2} | 0 .../static/{haiku.css_t => haiku.css.jinja2} | 0 .../{nature.css_t => nature.css.jinja2} | 0 .../static/{nonav.css_t => nonav.css.jinja2} | 0 .../static/{epub.css_t => epub.css.jinja2} | 0 .../{pyramid.css_t => pyramid.css.jinja2} | 0 .../{scrolls.css_t => scrolls.css.jinja2} | 0 .../{sphinxdoc.css_t => sphinxdoc.css.jinja2} | 0 ...aditional.css_t => traditional.css.jinja2} | 0 sphinx/util/fileutil.py | 23 ++++++++++++--- sphinx/writers/latex.py | 4 +-- .../extra/{API.html_t => API.html.jinja2} | 0 .../static/{API.html_t => API.html.jinja2} | 0 .../{longtable.tex_t => longtable.tex.jinja2} | 0 ...atictmpl.html_t => statictmpl.html.jinja2} | 0 tests/test_build_html.py | 2 +- tests/test_util_fileutil.py | 29 +++++++++++++------ utils/babel_runner.py | 2 +- 122 files changed, 825 insertions(+), 797 deletions(-) rename sphinx/templates/apidoc/{module.rst_t => module.rst.jinja2} (100%) rename sphinx/templates/apidoc/{package.rst_t => package.rst.jinja2} (100%) rename sphinx/templates/apidoc/{toc.rst_t => toc.rst.jinja2} (100%) rename sphinx/templates/epub3/{content.opf_t => content.opf.jinja2} (100%) rename sphinx/templates/epub3/{nav.xhtml_t => nav.xhtml.jinja2} (100%) rename sphinx/templates/epub3/{toc.ncx_t => toc.ncx.jinja2} (100%) rename sphinx/templates/gettext/{message.pot_t => message.pot.jinja2} (100%) rename sphinx/templates/imgmath/{preview.tex_t => preview.tex.jinja2} (100%) rename sphinx/templates/imgmath/{template.tex_t => template.tex.jinja2} (100%) rename sphinx/templates/latex/{latex.tex_t => latex.tex.jinja2} (100%) rename sphinx/templates/latex/{longtable.tex_t => longtable.tex.jinja2} (100%) rename sphinx/templates/latex/{sphinxmessages.sty_t => sphinxmessages.sty.jinja2} (100%) rename sphinx/templates/latex/{tabular.tex_t => tabular.tex.jinja2} (100%) rename sphinx/templates/latex/{tabulary.tex_t => tabulary.tex.jinja2} (100%) rename sphinx/templates/quickstart/{Makefile_t => Makefile.jinja2} (100%) rename sphinx/templates/quickstart/{Makefile.new_t => Makefile.new.jinja2} (100%) rename sphinx/templates/quickstart/{conf.py_t => conf.py.jinja2} (100%) rename sphinx/templates/quickstart/{make.bat_t => make.bat.jinja2} (100%) rename sphinx/templates/quickstart/{make.bat.new_t => make.bat.new.jinja2} (100%) rename sphinx/templates/quickstart/{root_doc.rst_t => root_doc.rst.jinja2} (100%) rename sphinx/texinputs/{Makefile_t => Makefile.jinja2} (100%) rename sphinx/texinputs/{latexmkjarc_t => latexmkjarc.jinja2} (100%) rename sphinx/texinputs/{latexmkrc_t => latexmkrc.jinja2} (100%) rename sphinx/texinputs/{make.bat_t => make.bat.jinja2} (100%) rename sphinx/texinputs_win/{Makefile_t => Makefile.jinja2} (100%) rename sphinx/themes/agogo/static/{agogo.css_t => agogo.css.jinja2} (100%) rename sphinx/themes/basic/static/{basic.css_t => basic.css.jinja2} (100%) rename sphinx/themes/basic/static/{documentation_options.js_t => documentation_options.js.jinja2} (100%) rename sphinx/themes/basic/static/{language_data.js_t => language_data.js.jinja2} (100%) rename sphinx/themes/bizstyle/static/{bizstyle.css_t => bizstyle.css.jinja2} (100%) rename sphinx/themes/bizstyle/static/{bizstyle.js_t => bizstyle.js.jinja2} (100%) rename sphinx/themes/classic/static/{classic.css_t => classic.css.jinja2} (100%) rename sphinx/themes/classic/static/{sidebar.js_t => sidebar.js.jinja2} (100%) rename sphinx/themes/epub/static/{epub.css_t => epub.css.jinja2} (100%) rename sphinx/themes/haiku/static/{haiku.css_t => haiku.css.jinja2} (100%) rename sphinx/themes/nature/static/{nature.css_t => nature.css.jinja2} (100%) rename sphinx/themes/nonav/static/{nonav.css_t => nonav.css.jinja2} (100%) rename sphinx/themes/pyramid/static/{epub.css_t => epub.css.jinja2} (100%) rename sphinx/themes/pyramid/static/{pyramid.css_t => pyramid.css.jinja2} (100%) rename sphinx/themes/scrolls/static/{scrolls.css_t => scrolls.css.jinja2} (100%) rename sphinx/themes/sphinxdoc/static/{sphinxdoc.css_t => sphinxdoc.css.jinja2} (100%) rename sphinx/themes/traditional/static/{traditional.css_t => traditional.css.jinja2} (100%) rename tests/roots/test-html_assets/extra/{API.html_t => API.html.jinja2} (100%) rename tests/roots/test-html_assets/static/{API.html_t => API.html.jinja2} (100%) rename tests/roots/test-latex-table/_mytemplates/latex/{longtable.tex_t => longtable.tex.jinja2} (100%) rename tests/roots/test-theming/test_theme/staticfiles/static/{statictmpl.html_t => statictmpl.html.jinja2} (100%) diff --git a/sphinx/builders/_epub_base.py b/sphinx/builders/_epub_base.py index ef857e9d358..789bb93b750 100644 --- a/sphinx/builders/_epub_base.py +++ b/sphinx/builders/_epub_base.py @@ -605,7 +605,8 @@ def build_content(self) -> None: html.escape(self.refnodes[0]['refuri']))) # write the project file - copy_asset_file(path.join(self.template_dir, 'content.opf_t'), self.outdir, metadata) + content_t = path.join(self.template_dir, 'content.opf.jinja2') + copy_asset_file(content_t, self.outdir, metadata) def new_navpoint(self, node: dict[str, Any], level: int, incr: bool = True) -> NavPoint: """Create a new entry in the toc from the node at given level.""" @@ -688,7 +689,7 @@ def build_toc(self) -> None: navpoints = self.build_navpoints(refnodes) level = max(item['level'] for item in self.refnodes) level = min(level, self.config.epub_tocdepth) - copy_asset_file(path.join(self.template_dir, 'toc.ncx_t'), self.outdir, + copy_asset_file(path.join(self.template_dir, 'toc.ncx.jinja2'), self.outdir, self.toc_metadata(level, navpoints)) def build_epub(self) -> None: diff --git a/sphinx/builders/changes.py b/sphinx/builders/changes.py index b8869c7a03c..e1669c097b8 100644 --- a/sphinx/builders/changes.py +++ b/sphinx/builders/changes.py @@ -133,10 +133,10 @@ def hl(no: int, line: str) -> str: f.write(self.templates.render('changes/rstsource.html', ctx)) themectx = {'theme_' + key: val for (key, val) in self.theme.get_options({}).items()} - copy_asset_file(path.join(package_dir, 'themes', 'default', 'static', 'default.css_t'), - self.outdir, context=themectx, renderer=self.templates) - copy_asset_file(path.join(package_dir, 'themes', 'basic', 'static', 'basic.css'), - self.outdir) + default_t = path.join(package_dir, 'themes', 'default', 'static', 'default.css.jinja2') + copy_asset_file(default_t, self.outdir, context=themectx, renderer=self.templates) + basic = path.join(package_dir, 'themes', 'basic', 'static', 'basic.css') + copy_asset_file(basic, self.outdir) def hl(self, text: str, version: str) -> str: text = html.escape(text) diff --git a/sphinx/builders/epub3.py b/sphinx/builders/epub3.py index 9b01eec8a82..4038fdcfccf 100644 --- a/sphinx/builders/epub3.py +++ b/sphinx/builders/epub3.py @@ -184,7 +184,7 @@ def build_navigation_doc(self) -> None: # 'includehidden' refnodes = self.refnodes navlist = self.build_navlist(refnodes) - copy_asset_file(path.join(self.template_dir, 'nav.xhtml_t'), self.outdir, + copy_asset_file(path.join(self.template_dir, 'nav.xhtml.jinja2'), self.outdir, self.navigation_doc_metadata(navlist)) # Add nav.xhtml to epub file diff --git a/sphinx/builders/gettext.py b/sphinx/builders/gettext.py index 456db1a4e2b..fdd3e2ca789 100644 --- a/sphinx/builders/gettext.py +++ b/sphinx/builders/gettext.py @@ -280,7 +280,7 @@ def finish(self) -> None: ensuredir(path.join(self.outdir, path.dirname(textdomain))) context['messages'] = list(catalog) - content = GettextRenderer(outdir=self.outdir).render('message.pot_t', context) + content = GettextRenderer(outdir=self.outdir).render('message.pot.jinja2', context) pofn = path.join(self.outdir, textdomain + '.pot') if should_write(pofn, content): diff --git a/sphinx/builders/latex/__init__.py b/sphinx/builders/latex/__init__.py index edc314dc93f..c4894f0b5e1 100644 --- a/sphinx/builders/latex/__init__.py +++ b/sphinx/builders/latex/__init__.py @@ -403,7 +403,7 @@ def copy_support_files(self) -> None: # use pre-1.6.x Makefile for make latexpdf on Windows if os.name == 'nt': staticdirname = path.join(package_dir, 'texinputs_win') - copy_asset_file(path.join(staticdirname, 'Makefile_t'), + copy_asset_file(path.join(staticdirname, 'Makefile.jinja2'), self.outdir, context=context) @progress_message(__('copying additional files')) @@ -443,7 +443,7 @@ def write_message_catalog(self) -> None: if self.context['babel'] or self.context['polyglossia']: context['addtocaptions'] = r'\addto\captions%s' % self.babel.get_language() - filename = path.join(package_dir, 'templates', 'latex', 'sphinxmessages.sty_t') + filename = path.join(package_dir, 'templates', 'latex', 'sphinxmessages.sty.jinja2') copy_asset_file(filename, self.outdir, context=context, renderer=LaTeXRenderer()) diff --git a/sphinx/cmd/quickstart.py b/sphinx/cmd/quickstart.py index 0282eb827cb..fcd3b8d22cb 100644 --- a/sphinx/cmd/quickstart.py +++ b/sphinx/cmd/quickstart.py @@ -371,29 +371,29 @@ def write_file(fpath: str, content: str, newline: str | None = None) -> None: if 'quiet' not in d: print(__('File %s already exists, skipping.') % fpath) - conf_path = os.path.join(templatedir, 'conf.py_t') if templatedir else None + conf_path = os.path.join(templatedir, 'conf.py.jinja2') if templatedir else None if not conf_path or not path.isfile(conf_path): - conf_path = os.path.join(package_dir, 'templates', 'quickstart', 'conf.py_t') + conf_path = os.path.join(package_dir, 'templates', 'quickstart', 'conf.py.jinja2') with open(conf_path, encoding="utf-8") as f: conf_text = f.read() write_file(path.join(srcdir, 'conf.py'), template.render_string(conf_text, d)) masterfile = path.join(srcdir, d['master'] + d['suffix']) - if template._has_custom_template('quickstart/master_doc.rst_t'): + if template._has_custom_template('quickstart/master_doc.rst.jinja2'): msg = ('A custom template `master_doc.rst_t` found. It has been renamed to ' '`root_doc.rst_t`. Please rename it on your project too.') print(colorize('red', msg)) - write_file(masterfile, template.render('quickstart/master_doc.rst_t', d)) + write_file(masterfile, template.render('quickstart/master_doc.rst.jinja2', d)) else: - write_file(masterfile, template.render('quickstart/root_doc.rst_t', d)) + write_file(masterfile, template.render('quickstart/root_doc.rst.jinja2', d)) if d.get('make_mode') is True: - makefile_template = 'quickstart/Makefile.new_t' - batchfile_template = 'quickstart/make.bat.new_t' + makefile_template = 'quickstart/Makefile.new.jinja2' + batchfile_template = 'quickstart/make.bat.new.jinja2' else: - makefile_template = 'quickstart/Makefile_t' - batchfile_template = 'quickstart/make.bat_t' + makefile_template = 'quickstart/Makefile.jinja2' + batchfile_template = 'quickstart/make.bat.jinja2' if d['makefile'] is True: d['rsrcdir'] = 'source' if d['sep'] else '.' diff --git a/sphinx/ext/apidoc.py b/sphinx/ext/apidoc.py index 2e5079681ad..25d05f3a32c 100644 --- a/sphinx/ext/apidoc.py +++ b/sphinx/ext/apidoc.py @@ -102,7 +102,7 @@ def create_module_file(package: str, basename: str, opts: Any, 'qualname': qualname, 'automodule_options': options, } - text = ReSTRenderer([user_template_dir, template_dir]).render('module.rst_t', context) + text = ReSTRenderer([user_template_dir, template_dir]).render('module.rst.jinja2', context) write_file(qualname, text, opts) @@ -138,7 +138,8 @@ def create_package_file(root: str, master_package: str, subroot: str, py_files: 'show_headings': not opts.noheadings, 'maxdepth': opts.maxdepth, } - text = ReSTRenderer([user_template_dir, template_dir]).render('package.rst_t', context) + engine = ReSTRenderer([user_template_dir, template_dir]) + text = engine.render('package.rst.jinja2', context) write_file(pkgname, text, opts) if submodules and opts.separatemodules: @@ -163,7 +164,7 @@ def create_modules_toc_file(modules: list[str], opts: Any, name: str = 'modules' 'maxdepth': opts.maxdepth, 'docnames': modules, } - text = ReSTRenderer([user_template_dir, template_dir]).render('toc.rst_t', context) + text = ReSTRenderer([user_template_dir, template_dir]).render('toc.rst.jinja2', context) write_file(name, text, opts) diff --git a/sphinx/ext/imgmath.py b/sphinx/ext/imgmath.py index 5e8064d1cf9..542266dc7f2 100644 --- a/sphinx/ext/imgmath.py +++ b/sphinx/ext/imgmath.py @@ -91,9 +91,9 @@ def generate_latex_macro(image_format: str, } if config.imgmath_use_preview: - template_name = 'preview.tex_t' + template_name = 'preview.tex.jinja2' else: - template_name = 'template.tex_t' + template_name = 'template.tex.jinja2' for template_dir in config.templates_path: template = path.join(confdir, template_dir, template_name) diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.po b/sphinx/locale/ar/LC_MESSAGES/sphinx.po index 1fec83f2f7b..075c5874435 100644 --- a/sphinx/locale/ar/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ar/LC_MESSAGES/sphinx.po @@ -1106,7 +1106,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1117,7 +1117,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2394,7 +2394,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3208,25 +3208,25 @@ msgstr "نصيحة" msgid "Warning" msgstr "تحذير" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "استمرار في الصفحة التالية" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "أرقام" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "صفحة" @@ -3458,11 +3458,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/bg/LC_MESSAGES/sphinx.po b/sphinx/locale/bg/LC_MESSAGES/sphinx.po index 5efe307c757..6929ed64928 100644 --- a/sphinx/locale/bg/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/bg/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.po b/sphinx/locale/bn/LC_MESSAGES/sphinx.po index 6079ae38a48..89f6489177a 100644 --- a/sphinx/locale/bn/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/bn/LC_MESSAGES/sphinx.po @@ -1105,7 +1105,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1116,7 +1116,7 @@ msgstr "" msgid "Index" msgstr "ইনডেক্স" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "রিলিজ" @@ -2393,7 +2393,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3207,25 +3207,25 @@ msgstr "পরামর্শ" msgid "Warning" msgstr "সতর্কতা" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "পূর্ববর্তী পাতা হতে চলমান" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3457,11 +3457,11 @@ msgid "Hide Search Matches" msgstr "অনুসন্ধানের ম্যাচগুলো লুকান" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.po b/sphinx/locale/ca/LC_MESSAGES/sphinx.po index 66af595df97..e0a522ebd69 100644 --- a/sphinx/locale/ca/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ca/LC_MESSAGES/sphinx.po @@ -1105,7 +1105,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1116,7 +1116,7 @@ msgstr "" msgid "Index" msgstr "Índex" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Versió" @@ -2393,7 +2393,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3207,25 +3207,25 @@ msgstr "Truc" msgid "Warning" msgstr "Avís" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "ve de la pàgina anterior" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3457,11 +3457,11 @@ msgid "Hide Search Matches" msgstr "Oculta Resultats de Cerca" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.po b/sphinx/locale/cak/LC_MESSAGES/sphinx.po index a3169f6e6dd..029116e3332 100644 --- a/sphinx/locale/cak/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cak/LC_MESSAGES/sphinx.po @@ -1105,7 +1105,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1116,7 +1116,7 @@ msgstr "" msgid "Index" msgstr "Cholwuj" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2393,7 +2393,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3207,25 +3207,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "Ajilanïk" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3457,11 +3457,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.po b/sphinx/locale/cs/LC_MESSAGES/sphinx.po index 04dc21e2f1b..1d513b8f919 100644 --- a/sphinx/locale/cs/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cs/LC_MESSAGES/sphinx.po @@ -1106,7 +1106,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1117,7 +1117,7 @@ msgstr "" msgid "Index" msgstr "Rejstřík" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Vydání" @@ -2394,7 +2394,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Symboly" @@ -3208,25 +3208,25 @@ msgstr "Tip" msgid "Warning" msgstr "Varování" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "pokračujte na předchozí stránce" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3458,11 +3458,11 @@ msgid "Hide Search Matches" msgstr "Skrýt výsledky vyhledávání" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Sbalit boční lištu" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Rozbalit boční lištu" diff --git a/sphinx/locale/cy/LC_MESSAGES/sphinx.po b/sphinx/locale/cy/LC_MESSAGES/sphinx.po index 48ca389abbe..ed1f99586e0 100644 --- a/sphinx/locale/cy/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cy/LC_MESSAGES/sphinx.po @@ -1106,7 +1106,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1117,7 +1117,7 @@ msgstr "" msgid "Index" msgstr "Indecs" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Rhyddhad" @@ -2394,7 +2394,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Symbolau" @@ -3208,25 +3208,25 @@ msgstr "Awgrym" msgid "Warning" msgstr "Rhybudd" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "wedi'i barhau o'r tudalen blaenorol" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3458,11 +3458,11 @@ msgid "Hide Search Matches" msgstr "Cuddio Canlyniadau Chwilio" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Cyfangu'r bar ochr" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Ehangu'r bar ochr" diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.po b/sphinx/locale/da/LC_MESSAGES/sphinx.po index 62ead27e530..cc4eb81b93d 100644 --- a/sphinx/locale/da/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/da/LC_MESSAGES/sphinx.po @@ -1108,7 +1108,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1119,7 +1119,7 @@ msgstr "" msgid "Index" msgstr "Indeks" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Udgave" @@ -2396,7 +2396,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Symboler" @@ -3210,25 +3210,25 @@ msgstr "Tip" msgid "Warning" msgstr "Advarsel" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "fortsat fra forrige side" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "fortsætter på næste side" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "side" @@ -3460,11 +3460,11 @@ msgid "Hide Search Matches" msgstr "Skjul søgeresultater" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Sammenfold sidebjælke" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Udfold sidebjælke" diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.po b/sphinx/locale/de/LC_MESSAGES/sphinx.po index e0625143ee2..f9a1dfcb20d 100644 --- a/sphinx/locale/de/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/de/LC_MESSAGES/sphinx.po @@ -1108,7 +1108,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1119,7 +1119,7 @@ msgstr "" msgid "Index" msgstr "Stichwortverzeichnis" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Release" @@ -2396,7 +2396,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Sonderzeichen" @@ -3210,25 +3210,25 @@ msgstr "Tipp" msgid "Warning" msgstr "Warnung" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "Fortsetzung der vorherigen Seite" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "Fortsetzung auf der nächsten Seite" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "Seite" @@ -3460,11 +3460,11 @@ msgid "Hide Search Matches" msgstr "Suchergebnisse ausblenden" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Seitenleiste einklappen" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Seitenleiste ausklappen" diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.po b/sphinx/locale/el/LC_MESSAGES/sphinx.po index 4d3b73706ff..b01ab1e296e 100644 --- a/sphinx/locale/el/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/el/LC_MESSAGES/sphinx.po @@ -1107,7 +1107,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "η τιμή παραμετροποίησης \"latex_documents\" κάνει αναφορά το άγνωστο κείμενο %s" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1118,7 +1118,7 @@ msgstr "η τιμή παραμετροποίησης \"latex_documents\" κάν msgid "Index" msgstr "Ευρετήριο" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Δημοσίευση" @@ -2395,7 +2395,7 @@ msgid "unknown index entry type %r" msgstr "άγνωστος τύπος εγγραφής ευρετηρίου %r" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Σύμβολα" @@ -3209,25 +3209,25 @@ msgstr "Πρακτική συμβουλή" msgid "Warning" msgstr "Προειδοποίηση" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "συνεχίζεται από την προηγούμενη σελίδα" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "συνέχεια στην επόμενη σελίδα" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "μη-αλφαβιτικά" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "Αριιθμοί" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "σελίδα" @@ -3459,11 +3459,11 @@ msgid "Hide Search Matches" msgstr "Απόκρυψη Ευρεθέντων Αναζητήσεων" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Κλείσιμο πλαϊνής μπάρας" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Άνοιγμα πλαϊνής μπάρας" diff --git a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po index 9e88414eee1..e8839ae24a8 100644 --- a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po index 53b25671787..d2c9f02c8d3 100644 --- a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po @@ -1105,7 +1105,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1116,7 +1116,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2393,7 +2393,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3207,25 +3207,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3457,11 +3457,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po index a0faca6baff..6288ae9a6e7 100644 --- a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.po b/sphinx/locale/eo/LC_MESSAGES/sphinx.po index 3f793a25e7a..460ef1c736e 100644 --- a/sphinx/locale/eo/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eo/LC_MESSAGES/sphinx.po @@ -1106,7 +1106,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1117,7 +1117,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2394,7 +2394,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Simboloj" @@ -3208,25 +3208,25 @@ msgstr "" msgid "Warning" msgstr "Averto" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3458,11 +3458,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.po b/sphinx/locale/es/LC_MESSAGES/sphinx.po index 2737d5bb5fd..79d2d4e0ae7 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.po @@ -1112,7 +1112,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "valor de configuración \"latex_documents\" hace referencia a un documento desconocido %s" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1123,7 +1123,7 @@ msgstr "valor de configuración \"latex_documents\" hace referencia a un documen msgid "Index" msgstr "Índice" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Versión" @@ -2400,7 +2400,7 @@ msgid "unknown index entry type %r" msgstr "tipo de entrada de índice desconocido %r" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Símbolos" @@ -3214,25 +3214,25 @@ msgstr "Truco" msgid "Warning" msgstr "Advertencia" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "proviene de la página anterior" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "continué en la próxima página" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "No alfabético" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "Números" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "página" @@ -3464,11 +3464,11 @@ msgid "Hide Search Matches" msgstr "Ocultar coincidencias de la búsqueda" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Contraer barra lateral" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Expandir barra lateral" diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.po b/sphinx/locale/et/LC_MESSAGES/sphinx.po index 429035e96db..d94425f70eb 100644 --- a/sphinx/locale/et/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/et/LC_MESSAGES/sphinx.po @@ -1108,7 +1108,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "seadistusparameeter \"latex_documents\" viitab tundmatule dokumendile %s" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1119,7 +1119,7 @@ msgstr "seadistusparameeter \"latex_documents\" viitab tundmatule dokumendile %s msgid "Index" msgstr "Indeks" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Redaktsioon" @@ -2396,7 +2396,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Sümbolid" @@ -3210,25 +3210,25 @@ msgstr "Nõuanne" msgid "Warning" msgstr "Hoiatus" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "jätk eelmisele leheküljele" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "jätkub järgmisel leheküljel" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "lehekülg" @@ -3460,11 +3460,11 @@ msgid "Hide Search Matches" msgstr "Varja otsingu tulemused" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Varja külgriba" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Näita külgriba" diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.po b/sphinx/locale/eu/LC_MESSAGES/sphinx.po index a76dd1f9cd9..ce394b857c6 100644 --- a/sphinx/locale/eu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eu/LC_MESSAGES/sphinx.po @@ -1106,7 +1106,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1117,7 +1117,7 @@ msgstr "" msgid "Index" msgstr "Indizea" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Argitalpena" @@ -2394,7 +2394,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3208,25 +3208,25 @@ msgstr "Iradokizuna" msgid "Warning" msgstr "Kontuz" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "aurreko orritik jarraitzen du" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3458,11 +3458,11 @@ msgid "Hide Search Matches" msgstr "Bilaketa bat-etortzeak ezkutatu" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Alboko barra tolestu" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Alboko barra luzatu" diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.po b/sphinx/locale/fa/LC_MESSAGES/sphinx.po index 798099baec0..1d96c88140f 100644 --- a/sphinx/locale/fa/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fa/LC_MESSAGES/sphinx.po @@ -1108,7 +1108,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "مقدار پیکربندی سندهای لتکس (latex_documents) به سند ناشناخته‌ی %s ارجاع می‌دهد" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1119,7 +1119,7 @@ msgstr "مقدار پیکربندی سندهای لتکس (latex_documents) به msgid "Index" msgstr "فهرست" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "انتشار" @@ -2396,7 +2396,7 @@ msgid "unknown index entry type %r" msgstr "نوع ناشناخته مدخل نمایه %r" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "نماد ها" @@ -3210,25 +3210,25 @@ msgstr "نکته" msgid "Warning" msgstr "هشدار" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "ادامه از صفحه‌ی قبل" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "ادامه در صفحه‌ی بعد" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "غیر الفبایی" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "شماره ها" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "صفحه" @@ -3460,11 +3460,11 @@ msgid "Hide Search Matches" msgstr "عدم نمایش نتایج یافت شده" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "تا کردن نوار کناره" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "گسترش نوار کناره" diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.po b/sphinx/locale/fi/LC_MESSAGES/sphinx.po index 4c72928fc54..a8a969b8cc7 100644 --- a/sphinx/locale/fi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fi/LC_MESSAGES/sphinx.po @@ -1105,7 +1105,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1116,7 +1116,7 @@ msgstr "" msgid "Index" msgstr "Sisällysluettelo" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2393,7 +2393,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3207,25 +3207,25 @@ msgstr "Vihje" msgid "Warning" msgstr "Varoitus" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3457,11 +3457,11 @@ msgid "Hide Search Matches" msgstr "Piilota löydetyt" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.po b/sphinx/locale/fr/LC_MESSAGES/sphinx.po index bb756b4c7bc..c4b14fb06db 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.po @@ -1131,7 +1131,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "La valeur du paramètre \"latex_documents\" référence un document inconnu %s" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1142,7 +1142,7 @@ msgstr "La valeur du paramètre \"latex_documents\" référence un document inco msgid "Index" msgstr "Index" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Version" @@ -2419,7 +2419,7 @@ msgid "unknown index entry type %r" msgstr "type d'index saisie inconnu %r" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Symboles" @@ -3233,25 +3233,25 @@ msgstr "Astuce" msgid "Warning" msgstr "Avertissement" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "suite de la page précédente" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "suite sur la page suivante" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "Non alphabétique" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "Chiffres" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "page" @@ -3483,11 +3483,11 @@ msgid "Hide Search Matches" msgstr "Cacher les résultats de la recherche" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Réduire la barre latérale" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Agrandir la barre latérale" diff --git a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po index 24059fbe76b..4c7917532c4 100644 --- a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.po b/sphinx/locale/he/LC_MESSAGES/sphinx.po index 40d69c98835..f28221d6c04 100644 --- a/sphinx/locale/he/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/he/LC_MESSAGES/sphinx.po @@ -1105,7 +1105,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1116,7 +1116,7 @@ msgstr "" msgid "Index" msgstr "אינדקס" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "מהדורה" @@ -2393,7 +2393,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3207,25 +3207,25 @@ msgstr "טיפ" msgid "Warning" msgstr "אזהרה" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "המשך מעמוד קודם" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3457,11 +3457,11 @@ msgid "Hide Search Matches" msgstr "הסתר תוצאות חיפוש" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "כווץ סרגל צד" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "הרחב סרגל צד" diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.po b/sphinx/locale/hi/LC_MESSAGES/sphinx.po index eece47c132a..0ce7b9caf7d 100644 --- a/sphinx/locale/hi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hi/LC_MESSAGES/sphinx.po @@ -1108,7 +1108,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "\"latex_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1119,7 +1119,7 @@ msgstr "\"latex_documents\" विन्यास मान अज्ञात msgid "Index" msgstr "अनुक्रमणिका" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "आवृत्ति" @@ -2396,7 +2396,7 @@ msgid "unknown index entry type %r" msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार अज्ञात %r" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "संकेत " @@ -3210,25 +3210,25 @@ msgstr "सलाह" msgid "Warning" msgstr "चेतावनी" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "पिछले पृष्ठ से जारी" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "अगले पृष्ठ पर जारी" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "अकारादि-क्रमहीन " -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "संख्याएं " -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "पृष्ठ" @@ -3460,11 +3460,11 @@ msgid "Hide Search Matches" msgstr "खोजे गए जोड़े छिपाएं" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "किनारे का स्थान घटाएं" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "किनारे का स्थान बढ़ाएं" diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po index 7709ac75c9c..4d38bdceb2f 100644 --- a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.po b/sphinx/locale/hr/LC_MESSAGES/sphinx.po index 41d946ba62b..a6209387d97 100644 --- a/sphinx/locale/hr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hr/LC_MESSAGES/sphinx.po @@ -1105,7 +1105,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1116,7 +1116,7 @@ msgstr "" msgid "Index" msgstr "Abecedni popis" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Distribucija" @@ -2393,7 +2393,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Simboli" @@ -3207,25 +3207,25 @@ msgstr "Savjet" msgid "Warning" msgstr "Upozorenje" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "nastavak sa prethodne stranice" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "stranica" @@ -3457,11 +3457,11 @@ msgid "Hide Search Matches" msgstr "Sakrij rezultate pretrage" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Sakrij pomoćnu traku" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Pokaži pomoćnu traku" diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.po b/sphinx/locale/hu/LC_MESSAGES/sphinx.po index f2ee32b0ad5..6386e9a2ade 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hu/LC_MESSAGES/sphinx.po @@ -1110,7 +1110,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1121,7 +1121,7 @@ msgstr "" msgid "Index" msgstr "Tárgymutató" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Kiadás" @@ -2398,7 +2398,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Szimbólumok" @@ -3212,25 +3212,25 @@ msgstr "Javaslat" msgid "Warning" msgstr "Figyelem" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "folytatás az előző oldalról" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "oldal" @@ -3462,11 +3462,11 @@ msgid "Hide Search Matches" msgstr "Keresési Találatok Elrejtése" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Oldalsáv összezárása" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Oldalsáv kinyitása" diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.po b/sphinx/locale/id/LC_MESSAGES/sphinx.po index 54224c02826..2b5aea5d925 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.po @@ -1109,7 +1109,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "nilai konfigurasi \"latex_documents\" mereferensikan dokumen yang tidak dikenal %s" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1120,7 +1120,7 @@ msgstr "nilai konfigurasi \"latex_documents\" mereferensikan dokumen yang tidak msgid "Index" msgstr "Indeks" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Rilis" @@ -2397,7 +2397,7 @@ msgid "unknown index entry type %r" msgstr "tipe entri indeks tidak dikenal %r" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Simbol" @@ -3211,25 +3211,25 @@ msgstr "Tip" msgid "Warning" msgstr "Peringatan" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "lanjutan dari halaman sebelumnya" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "berlanjut ke halaman berikutnya" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "Non-abjad" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "Angka" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "laman" @@ -3461,11 +3461,11 @@ msgid "Hide Search Matches" msgstr "Sembunyikan Hasil Pencarian" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Tutup sidebar" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Buka sidebar" diff --git a/sphinx/locale/is/LC_MESSAGES/sphinx.po b/sphinx/locale/is/LC_MESSAGES/sphinx.po index 9d9a70fe4dc..f98e003664c 100644 --- a/sphinx/locale/is/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/is/LC_MESSAGES/sphinx.po @@ -1105,7 +1105,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1116,7 +1116,7 @@ msgstr "" msgid "Index" msgstr "Yfirlit" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Útgáfa" @@ -2393,7 +2393,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3207,25 +3207,25 @@ msgstr "Ábending" msgid "Warning" msgstr "Aðvörun" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "framhald frá fyrri síðu" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "framhald á næstu síðu" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3457,11 +3457,11 @@ msgid "Hide Search Matches" msgstr "Fela leitarniðurstöður" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.po b/sphinx/locale/it/LC_MESSAGES/sphinx.po index ce8265dc69f..3ce57c2ef07 100644 --- a/sphinx/locale/it/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/it/LC_MESSAGES/sphinx.po @@ -1110,7 +1110,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1121,7 +1121,7 @@ msgstr "" msgid "Index" msgstr "Indice" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Release" @@ -2398,7 +2398,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Simboli" @@ -3212,25 +3212,25 @@ msgstr "Suggerimento" msgid "Warning" msgstr "Avvertimento" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "continua dalla pagina precedente" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "pagina" @@ -3462,11 +3462,11 @@ msgid "Hide Search Matches" msgstr "Nascondi i risultati della ricerca" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Comprimi la barra laterale" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Espandi la barra laterale" diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.po b/sphinx/locale/ja/LC_MESSAGES/sphinx.po index 249a62696f5..75304e1356a 100644 --- a/sphinx/locale/ja/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ja/LC_MESSAGES/sphinx.po @@ -1121,7 +1121,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "設定値 \"latex_documents\" は、不明なドキュメント %s を参照しています" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1132,7 +1132,7 @@ msgstr "設定値 \"latex_documents\" は、不明なドキュメント %s を msgid "Index" msgstr "索引" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "リリース" @@ -2409,7 +2409,7 @@ msgid "unknown index entry type %r" msgstr "不明なインデックスエントリタイプ %r" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "記号" @@ -3223,25 +3223,25 @@ msgstr "Tip" msgid "Warning" msgstr "警告" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "前のページからの続き" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "次のページに続く" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "アルファベット以外" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "番号" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "ページ" @@ -3473,11 +3473,11 @@ msgid "Hide Search Matches" msgstr "検索結果を隠す" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "サイドバーをたたむ" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "サイドバーを展開" diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.po b/sphinx/locale/ko/LC_MESSAGES/sphinx.po index 572a17ef248..acddd781d23 100644 --- a/sphinx/locale/ko/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ko/LC_MESSAGES/sphinx.po @@ -1106,7 +1106,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "\"latex_documents\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1117,7 +1117,7 @@ msgstr "\"latex_documents\" 설정값이 알 수 없는 문서 %s을(를) 참조 msgid "Index" msgstr "색인" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "릴리스" @@ -2394,7 +2394,7 @@ msgid "unknown index entry type %r" msgstr "알 수 없는 색인 항목 유형 %r" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "기호" @@ -3208,25 +3208,25 @@ msgstr "팁" msgid "Warning" msgstr "경고" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "이전 페이지에서 계속" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "다음 페이지에 계속" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "알파벳 이외" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "숫자" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "페이지" @@ -3458,11 +3458,11 @@ msgid "Hide Search Matches" msgstr "검색 일치 숨기기" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "사이드바 닫기" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "사이드바 열기" diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.po b/sphinx/locale/lt/LC_MESSAGES/sphinx.po index 3cf07177de2..a30e76b6163 100644 --- a/sphinx/locale/lt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lt/LC_MESSAGES/sphinx.po @@ -1105,7 +1105,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1116,7 +1116,7 @@ msgstr "" msgid "Index" msgstr "Indeksas" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Leidimas" @@ -2393,7 +2393,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3207,25 +3207,25 @@ msgstr "Patarimas" msgid "Warning" msgstr "Įspėjimas" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "tęsinys iš praeito puslapio" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3457,11 +3457,11 @@ msgid "Hide Search Matches" msgstr "Paslėpti paieškos rezultatus" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Paslėpti šoninę juostą" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Išplėsti šoninę juostą" diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.po b/sphinx/locale/lv/LC_MESSAGES/sphinx.po index efd840a837d..f415ea198dd 100644 --- a/sphinx/locale/lv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lv/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "Indekss" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Izlaidums" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "Padoms" msgid "Warning" msgstr "Brīdinājums" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "turpinājums no iepriekšējās lappuses" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "Paslēpt atlases vārdus" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Savērst sānjoslu" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Izplest sānjoslu" diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.po b/sphinx/locale/mk/LC_MESSAGES/sphinx.po index b7b4b82f2a5..67b9cc2a5fe 100644 --- a/sphinx/locale/mk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/mk/LC_MESSAGES/sphinx.po @@ -1105,7 +1105,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1116,7 +1116,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2393,7 +2393,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Симболи" @@ -3207,25 +3207,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3457,11 +3457,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po index d5957dcfe32..6cd343cebf4 100644 --- a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "Index" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Utgivelse" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "Tips" msgid "Warning" msgstr "Advarsel" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "fortsettelse fra forrige side" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "Skjul søkeresultat" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Skjul sidepanelet" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Utvid sidepanelet" diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.po b/sphinx/locale/ne/LC_MESSAGES/sphinx.po index 0d0756a74c2..b4ca9eb3362 100644 --- a/sphinx/locale/ne/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ne/LC_MESSAGES/sphinx.po @@ -1106,7 +1106,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1117,7 +1117,7 @@ msgstr "" msgid "Index" msgstr "अनुसुची" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "रीलीज" @@ -2394,7 +2394,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3208,25 +3208,25 @@ msgstr "Tip" msgid "Warning" msgstr "साबधान" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "अघिल्लो पानासँग जोडीएको" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3458,11 +3458,11 @@ msgid "Hide Search Matches" msgstr "खोजेको नतिजाहरु लुकाउनुहोस्" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "साइडबर सानो बनाउनुहोस्" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "साइडबर ठुलो बनाउनुहोस्" diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.po b/sphinx/locale/nl/LC_MESSAGES/sphinx.po index 5b8a609fa89..33c4298e622 100644 --- a/sphinx/locale/nl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nl/LC_MESSAGES/sphinx.po @@ -1111,7 +1111,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1122,7 +1122,7 @@ msgstr "" msgid "Index" msgstr "Index" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Release" @@ -2399,7 +2399,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Symbolen" @@ -3213,25 +3213,25 @@ msgstr "Tip" msgid "Warning" msgstr "Waarschuwing" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "Vervolgd van vorige pagina" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "Vervolgt op volgende pagina" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "pagina" @@ -3463,11 +3463,11 @@ msgid "Hide Search Matches" msgstr "Zoekresultaten verbergen" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Zijpaneel inklappen" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Zijpaneel uitklappen" diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.po b/sphinx/locale/pl/LC_MESSAGES/sphinx.po index 952a94b62b2..afdb770a311 100644 --- a/sphinx/locale/pl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pl/LC_MESSAGES/sphinx.po @@ -1109,7 +1109,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "wartość konfiguracyjna \"latex_documents\" odwołuje się do nieznanego dokumentu %s" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1120,7 +1120,7 @@ msgstr "wartość konfiguracyjna \"latex_documents\" odwołuje się do nieznaneg msgid "Index" msgstr "Indeks" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Wydanie" @@ -2397,7 +2397,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Symbole" @@ -3211,25 +3211,25 @@ msgstr "Wskazówka" msgid "Warning" msgstr "Ostrzeżenie" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "kontynuacja poprzedniej strony" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "ciąg dalszy na następnej stronie" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "Niealfabetyczny" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "Liczby" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "strona" @@ -3461,11 +3461,11 @@ msgid "Hide Search Matches" msgstr "Ukryj wyniki wyszukiwania" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Zwiń pasek boczny" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Rozwiń pasek boczny" diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.po b/sphinx/locale/pt/LC_MESSAGES/sphinx.po index 20e61499155..b4dd224a082 100644 --- a/sphinx/locale/pt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po index 99c8e95996a..9d29e614720 100644 --- a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po @@ -1110,7 +1110,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "o valor da configuração “latex_documents” faz referência a um documento desconhecido %s" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1121,7 +1121,7 @@ msgstr "o valor da configuração “latex_documents” faz referência a um doc msgid "Index" msgstr "Índice" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Release" @@ -2398,7 +2398,7 @@ msgid "unknown index entry type %r" msgstr "tipo desconhecido de entrada de índice %r" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Símbolos" @@ -3212,25 +3212,25 @@ msgstr "Dica" msgid "Warning" msgstr "Aviso" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "continuação da página anterior" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "continua na próxima página" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "Não alfabético" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "Números" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "página" @@ -3462,11 +3462,11 @@ msgid "Hide Search Matches" msgstr "Esconder Resultados da Busca" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Recolher painel lateral" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Expandir painel lateral" diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po index 35d4674496f..53c2981774f 100644 --- a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po @@ -1106,7 +1106,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1117,7 +1117,7 @@ msgstr "" msgid "Index" msgstr "Índice" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Versão" @@ -2394,7 +2394,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Símbolos" @@ -3208,25 +3208,25 @@ msgstr "Dica" msgid "Warning" msgstr "Aviso" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "continuação da página anterior" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3458,11 +3458,11 @@ msgid "Hide Search Matches" msgstr "Esconder Resultados da Pesquisa" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Recolher painel lateral" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Expandir painel lateral" diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.po b/sphinx/locale/ro/LC_MESSAGES/sphinx.po index 2b9b9fbb513..17da092c31c 100644 --- a/sphinx/locale/ro/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ro/LC_MESSAGES/sphinx.po @@ -1106,7 +1106,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1117,7 +1117,7 @@ msgstr "" msgid "Index" msgstr "Index" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Versiune" @@ -2394,7 +2394,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Simboluri" @@ -3208,25 +3208,25 @@ msgstr "Sfat" msgid "Warning" msgstr "Atenționare" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "continuare din pagina precedentă" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3458,11 +3458,11 @@ msgid "Hide Search Matches" msgstr "Ascunde Rezultatele Căutării" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Ascundere bară laterală" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Expandare bară laterală" diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.po b/sphinx/locale/ru/LC_MESSAGES/sphinx.po index f1aa38666ef..def6a20836c 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ru/LC_MESSAGES/sphinx.po @@ -1111,7 +1111,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1122,7 +1122,7 @@ msgstr "" msgid "Index" msgstr "Алфавитный указатель" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Выпуск" @@ -2399,7 +2399,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Символы" @@ -3213,25 +3213,25 @@ msgstr "Совет" msgid "Warning" msgstr "Предупреждение" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "продолжение с предыдущей страницы" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "Числа" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "страница" @@ -3463,11 +3463,11 @@ msgid "Hide Search Matches" msgstr "Снять выделение" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Свернуть боковую панель" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Развернуть боковую панель" diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.po b/sphinx/locale/si/LC_MESSAGES/sphinx.po index 10a88e34d38..9dd09c41457 100644 --- a/sphinx/locale/si/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/si/LC_MESSAGES/sphinx.po @@ -1105,7 +1105,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1116,7 +1116,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "නිකුත් කිරීම" @@ -2393,7 +2393,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "සංකේත" @@ -3207,25 +3207,25 @@ msgstr "" msgid "Warning" msgstr "අනතුරු ඇඟවීම" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3457,11 +3457,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.po b/sphinx/locale/sk/LC_MESSAGES/sphinx.po index 83440ce480a..22d3e189681 100644 --- a/sphinx/locale/sk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sk/LC_MESSAGES/sphinx.po @@ -1107,7 +1107,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "konfiguračná voľba „latex_documents” odkazuje na neznámy dokument %s" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1118,7 +1118,7 @@ msgstr "konfiguračná voľba „latex_documents” odkazuje na neznámy dokumen msgid "Index" msgstr "Index" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Vydanie" @@ -2395,7 +2395,7 @@ msgid "unknown index entry type %r" msgstr "neznámy typ položky indexu %r" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Symboly" @@ -3209,25 +3209,25 @@ msgstr "Tip" msgid "Warning" msgstr "Varovanie" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "pokračovanie z predošlej strany" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "pokračuje na ďalšej strane" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "Čísla" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "strana" @@ -3459,11 +3459,11 @@ msgid "Hide Search Matches" msgstr "Skryť výsledky hľadania" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Zbaliť bočný panel" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Rozbaliť bočný panel" diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.po b/sphinx/locale/sl/LC_MESSAGES/sphinx.po index cec03a2a556..adacca6f55a 100644 --- a/sphinx/locale/sl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sl/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "Abecedni seznam" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Izdaja" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "Nasvet" msgid "Warning" msgstr "Opozorilo" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "nadaljevanje iz prejšnje strani" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "Skrij resultate iskanja" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/sphinx.pot b/sphinx/locale/sphinx.pot index 5acbcc38473..284bde5813c 100644 --- a/sphinx/locale/sphinx.pot +++ b/sphinx/locale/sphinx.pot @@ -1110,7 +1110,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1121,7 +1121,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2410,7 +2410,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3229,25 +3229,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3478,11 +3478,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/sq/LC_MESSAGES/sphinx.po b/sphinx/locale/sq/LC_MESSAGES/sphinx.po index 1600b894171..16eb5e8cadd 100644 --- a/sphinx/locale/sq/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sq/LC_MESSAGES/sphinx.po @@ -1105,7 +1105,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "vlera e formësimit \"texinfo_documents\" i referohet një dokumenti të panjohur %s" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1116,7 +1116,7 @@ msgstr "vlera e formësimit \"texinfo_documents\" i referohet një dokumenti të msgid "Index" msgstr "Tregues" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Hedhje Në Qarkullim" @@ -2393,7 +2393,7 @@ msgid "unknown index entry type %r" msgstr "lloj i panjohur zëri treguesi: %r" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Simbole" @@ -3207,25 +3207,25 @@ msgstr "Ndihmëz" msgid "Warning" msgstr "Sinjalizim" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "vazhduar nga faqja e mëparshme" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "vazhdon në faqen pasuese" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "Joalfabetike" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "Numra" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "faqe" @@ -3457,11 +3457,11 @@ msgid "Hide Search Matches" msgstr "Fshih Përputhje Kërkimi" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Tkurre anështyllën" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Zgjeroje anështyllën" diff --git a/sphinx/locale/sr/LC_MESSAGES/sphinx.po b/sphinx/locale/sr/LC_MESSAGES/sphinx.po index 3d431395d94..7906cdad12b 100644 --- a/sphinx/locale/sr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr/LC_MESSAGES/sphinx.po @@ -1106,7 +1106,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1117,7 +1117,7 @@ msgstr "" msgid "Index" msgstr "Индекс" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Издање" @@ -2394,7 +2394,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Симболи" @@ -3208,25 +3208,25 @@ msgstr "Савет" msgid "Warning" msgstr "Упозорење" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "настављено са претходне стране" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "наставак на следећој страни" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "Бројеви" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "страна" @@ -3458,11 +3458,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po index 27f3f1e3cb3..9f209abf068 100644 --- a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po index a5fc3ddd476..296044d01b1 100644 --- a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.po b/sphinx/locale/sv/LC_MESSAGES/sphinx.po index b7fe613c6a6..f0ff497103e 100644 --- a/sphinx/locale/sv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sv/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "Index" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Utgåva" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "Tips" msgid "Warning" msgstr "Varning" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "fortsättning från föregående sida" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "Dölj Sökresultat" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Dölj sidolist" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Expandera sidolist" diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.po b/sphinx/locale/ta/LC_MESSAGES/sphinx.po index 204d2eeaefb..c8ed0452793 100644 --- a/sphinx/locale/ta/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ta/LC_MESSAGES/sphinx.po @@ -1105,7 +1105,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1116,7 +1116,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2393,7 +2393,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3207,25 +3207,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3457,11 +3457,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/te/LC_MESSAGES/sphinx.po b/sphinx/locale/te/LC_MESSAGES/sphinx.po index b782fa44453..2a7533c197c 100644 --- a/sphinx/locale/te/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/te/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.po b/sphinx/locale/tr/LC_MESSAGES/sphinx.po index 9ffcfe74b63..41af16e8778 100644 --- a/sphinx/locale/tr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/tr/LC_MESSAGES/sphinx.po @@ -1108,7 +1108,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "\"latex_documents\" yapılandırma değeri bilinmeyen %s belgesine başvurur" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1119,7 +1119,7 @@ msgstr "\"latex_documents\" yapılandırma değeri bilinmeyen %s belgesine başv msgid "Index" msgstr "Dizin" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Yayım" @@ -2396,7 +2396,7 @@ msgid "unknown index entry type %r" msgstr "bilinmeyen dizin girişi türü %r" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Semboller" @@ -3210,25 +3210,25 @@ msgstr "Tüyo" msgid "Warning" msgstr "Uyarı" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "önceki sayfadan devam" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "sonraki sayfaya devam" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "Alfabetik olmayan" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "Numaralar" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "sayfa" @@ -3460,11 +3460,11 @@ msgid "Hide Search Matches" msgstr "Arama Eşleşmelerini Gizle" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "Yan çubuğu daralt" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "Yan çubuğu genişlet" diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po index 23d368260ba..19790ac19c0 100644 --- a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po @@ -1105,7 +1105,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1116,7 +1116,7 @@ msgstr "" msgid "Index" msgstr "Індекс" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "Реліз" @@ -2393,7 +2393,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3207,25 +3207,25 @@ msgstr "Порада" msgid "Warning" msgstr "Попередження" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3457,11 +3457,11 @@ msgid "Hide Search Matches" msgstr "Приховати співпадіння пошуку" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.po b/sphinx/locale/ur/LC_MESSAGES/sphinx.po index 2f842c8ae62..0e7f6c91790 100644 --- a/sphinx/locale/ur/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ur/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.po b/sphinx/locale/vi/LC_MESSAGES/sphinx.po index 54c99b51d7b..01796a19a5e 100644 --- a/sphinx/locale/vi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/vi/LC_MESSAGES/sphinx.po @@ -1105,7 +1105,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1116,7 +1116,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2393,7 +2393,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "Biểu tượng" @@ -3207,25 +3207,25 @@ msgstr "Mẹo" msgid "Warning" msgstr "Cảnh báo" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3457,11 +3457,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/yue/LC_MESSAGES/sphinx.po b/sphinx/locale/yue/LC_MESSAGES/sphinx.po index a665221ada6..90a28d98e7c 100644 --- a/sphinx/locale/yue/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/yue/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po index 9f2356db5b3..7111cf0e4e8 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po @@ -1121,7 +1121,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "配置项“latex_documents”引用的文档 %s 不存在" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1132,7 +1132,7 @@ msgstr "配置项“latex_documents”引用的文档 %s 不存在" msgid "Index" msgstr "索引" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "发行版本" @@ -2409,7 +2409,7 @@ msgid "unknown index entry type %r" msgstr "未知的索引条目类型 %r" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "符号" @@ -3223,25 +3223,25 @@ msgstr "小技巧" msgid "Warning" msgstr "警告" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "接上页" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "续下页" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "非字母" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "数字" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "页" @@ -3473,11 +3473,11 @@ msgid "Hide Search Matches" msgstr "隐藏搜索结果" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "折叠边栏" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "展开边栏" diff --git a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po index d0fb06f5ad7..54d5336f551 100644 --- a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po index 972e4ff47f9..bfb6afad885 100644 --- a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po @@ -1104,7 +1104,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1115,7 +1115,7 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "" @@ -2392,7 +2392,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "" @@ -3206,25 +3206,25 @@ msgstr "" msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "" @@ -3456,11 +3456,11 @@ msgid "Hide Search Matches" msgstr "" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "" diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po index 78576c457ec..e2fee8cb340 100644 --- a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po @@ -1112,7 +1112,7 @@ msgid "\"latex_documents\" config value references unknown document %s" msgstr "\"latex_documents\" 組態值引用未知的文件 %s" #: sphinx/builders/latex/__init__.py:184 sphinx/domains/std.py:596 -#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/templates/latex/latex.tex.jinja2:97 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 #: sphinx/themes/basic/genindex-split.html:11 @@ -1123,7 +1123,7 @@ msgstr "\"latex_documents\" 組態值引用未知的文件 %s" msgid "Index" msgstr "索引" -#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex_t:82 +#: sphinx/builders/latex/__init__.py:187 sphinx/templates/latex/latex.tex.jinja2:82 msgid "Release" msgstr "發佈" @@ -2400,7 +2400,7 @@ msgid "unknown index entry type %r" msgstr "未知的索引項目型別 %r" #: sphinx/environment/adapters/indexentries.py:166 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:11 msgid "Symbols" msgstr "符號" @@ -3214,25 +3214,25 @@ msgstr "小訣竅" msgid "Warning" msgstr "警告" -#: sphinx/templates/latex/longtable.tex_t:23 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 +#: sphinx/templates/latex/longtable.tex.jinja2:23 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:8 msgid "continued from previous page" msgstr "繼續上一頁" -#: sphinx/templates/latex/longtable.tex_t:29 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 +#: sphinx/templates/latex/longtable.tex.jinja2:29 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:9 msgid "continues on next page" msgstr "繼續下一頁" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:10 msgid "Non-alphabetical" msgstr "非依字母順序" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:12 msgid "Numbers" msgstr "數字" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 +#: sphinx/templates/latex/sphinxmessages.sty.jinja2:13 msgid "page" msgstr "頁" @@ -3464,11 +3464,11 @@ msgid "Hide Search Matches" msgstr "隱藏符合搜尋" #: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 +#: sphinx/themes/classic/static/sidebar.js.jinja2:57 msgid "Collapse sidebar" msgstr "收合側邊欄" -#: sphinx/themes/classic/static/sidebar.js_t:48 +#: sphinx/themes/classic/static/sidebar.js.jinja2:48 msgid "Expand sidebar" msgstr "展開側邊欄" diff --git a/sphinx/templates/apidoc/module.rst_t b/sphinx/templates/apidoc/module.rst.jinja2 similarity index 100% rename from sphinx/templates/apidoc/module.rst_t rename to sphinx/templates/apidoc/module.rst.jinja2 diff --git a/sphinx/templates/apidoc/package.rst_t b/sphinx/templates/apidoc/package.rst.jinja2 similarity index 100% rename from sphinx/templates/apidoc/package.rst_t rename to sphinx/templates/apidoc/package.rst.jinja2 diff --git a/sphinx/templates/apidoc/toc.rst_t b/sphinx/templates/apidoc/toc.rst.jinja2 similarity index 100% rename from sphinx/templates/apidoc/toc.rst_t rename to sphinx/templates/apidoc/toc.rst.jinja2 diff --git a/sphinx/templates/epub3/content.opf_t b/sphinx/templates/epub3/content.opf.jinja2 similarity index 100% rename from sphinx/templates/epub3/content.opf_t rename to sphinx/templates/epub3/content.opf.jinja2 diff --git a/sphinx/templates/epub3/nav.xhtml_t b/sphinx/templates/epub3/nav.xhtml.jinja2 similarity index 100% rename from sphinx/templates/epub3/nav.xhtml_t rename to sphinx/templates/epub3/nav.xhtml.jinja2 diff --git a/sphinx/templates/epub3/toc.ncx_t b/sphinx/templates/epub3/toc.ncx.jinja2 similarity index 100% rename from sphinx/templates/epub3/toc.ncx_t rename to sphinx/templates/epub3/toc.ncx.jinja2 diff --git a/sphinx/templates/gettext/message.pot_t b/sphinx/templates/gettext/message.pot.jinja2 similarity index 100% rename from sphinx/templates/gettext/message.pot_t rename to sphinx/templates/gettext/message.pot.jinja2 diff --git a/sphinx/templates/imgmath/preview.tex_t b/sphinx/templates/imgmath/preview.tex.jinja2 similarity index 100% rename from sphinx/templates/imgmath/preview.tex_t rename to sphinx/templates/imgmath/preview.tex.jinja2 diff --git a/sphinx/templates/imgmath/template.tex_t b/sphinx/templates/imgmath/template.tex.jinja2 similarity index 100% rename from sphinx/templates/imgmath/template.tex_t rename to sphinx/templates/imgmath/template.tex.jinja2 diff --git a/sphinx/templates/latex/latex.tex_t b/sphinx/templates/latex/latex.tex.jinja2 similarity index 100% rename from sphinx/templates/latex/latex.tex_t rename to sphinx/templates/latex/latex.tex.jinja2 diff --git a/sphinx/templates/latex/longtable.tex_t b/sphinx/templates/latex/longtable.tex.jinja2 similarity index 100% rename from sphinx/templates/latex/longtable.tex_t rename to sphinx/templates/latex/longtable.tex.jinja2 diff --git a/sphinx/templates/latex/sphinxmessages.sty_t b/sphinx/templates/latex/sphinxmessages.sty.jinja2 similarity index 100% rename from sphinx/templates/latex/sphinxmessages.sty_t rename to sphinx/templates/latex/sphinxmessages.sty.jinja2 diff --git a/sphinx/templates/latex/tabular.tex_t b/sphinx/templates/latex/tabular.tex.jinja2 similarity index 100% rename from sphinx/templates/latex/tabular.tex_t rename to sphinx/templates/latex/tabular.tex.jinja2 diff --git a/sphinx/templates/latex/tabulary.tex_t b/sphinx/templates/latex/tabulary.tex.jinja2 similarity index 100% rename from sphinx/templates/latex/tabulary.tex_t rename to sphinx/templates/latex/tabulary.tex.jinja2 diff --git a/sphinx/templates/quickstart/Makefile_t b/sphinx/templates/quickstart/Makefile.jinja2 similarity index 100% rename from sphinx/templates/quickstart/Makefile_t rename to sphinx/templates/quickstart/Makefile.jinja2 diff --git a/sphinx/templates/quickstart/Makefile.new_t b/sphinx/templates/quickstart/Makefile.new.jinja2 similarity index 100% rename from sphinx/templates/quickstart/Makefile.new_t rename to sphinx/templates/quickstart/Makefile.new.jinja2 diff --git a/sphinx/templates/quickstart/conf.py_t b/sphinx/templates/quickstart/conf.py.jinja2 similarity index 100% rename from sphinx/templates/quickstart/conf.py_t rename to sphinx/templates/quickstart/conf.py.jinja2 diff --git a/sphinx/templates/quickstart/make.bat_t b/sphinx/templates/quickstart/make.bat.jinja2 similarity index 100% rename from sphinx/templates/quickstart/make.bat_t rename to sphinx/templates/quickstart/make.bat.jinja2 diff --git a/sphinx/templates/quickstart/make.bat.new_t b/sphinx/templates/quickstart/make.bat.new.jinja2 similarity index 100% rename from sphinx/templates/quickstart/make.bat.new_t rename to sphinx/templates/quickstart/make.bat.new.jinja2 diff --git a/sphinx/templates/quickstart/root_doc.rst_t b/sphinx/templates/quickstart/root_doc.rst.jinja2 similarity index 100% rename from sphinx/templates/quickstart/root_doc.rst_t rename to sphinx/templates/quickstart/root_doc.rst.jinja2 diff --git a/sphinx/texinputs/Makefile_t b/sphinx/texinputs/Makefile.jinja2 similarity index 100% rename from sphinx/texinputs/Makefile_t rename to sphinx/texinputs/Makefile.jinja2 diff --git a/sphinx/texinputs/latexmkjarc_t b/sphinx/texinputs/latexmkjarc.jinja2 similarity index 100% rename from sphinx/texinputs/latexmkjarc_t rename to sphinx/texinputs/latexmkjarc.jinja2 diff --git a/sphinx/texinputs/latexmkrc_t b/sphinx/texinputs/latexmkrc.jinja2 similarity index 100% rename from sphinx/texinputs/latexmkrc_t rename to sphinx/texinputs/latexmkrc.jinja2 diff --git a/sphinx/texinputs/make.bat_t b/sphinx/texinputs/make.bat.jinja2 similarity index 100% rename from sphinx/texinputs/make.bat_t rename to sphinx/texinputs/make.bat.jinja2 diff --git a/sphinx/texinputs_win/Makefile_t b/sphinx/texinputs_win/Makefile.jinja2 similarity index 100% rename from sphinx/texinputs_win/Makefile_t rename to sphinx/texinputs_win/Makefile.jinja2 diff --git a/sphinx/themes/agogo/static/agogo.css_t b/sphinx/themes/agogo/static/agogo.css.jinja2 similarity index 100% rename from sphinx/themes/agogo/static/agogo.css_t rename to sphinx/themes/agogo/static/agogo.css.jinja2 diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css.jinja2 similarity index 100% rename from sphinx/themes/basic/static/basic.css_t rename to sphinx/themes/basic/static/basic.css.jinja2 diff --git a/sphinx/themes/basic/static/documentation_options.js_t b/sphinx/themes/basic/static/documentation_options.js.jinja2 similarity index 100% rename from sphinx/themes/basic/static/documentation_options.js_t rename to sphinx/themes/basic/static/documentation_options.js.jinja2 diff --git a/sphinx/themes/basic/static/language_data.js_t b/sphinx/themes/basic/static/language_data.js.jinja2 similarity index 100% rename from sphinx/themes/basic/static/language_data.js_t rename to sphinx/themes/basic/static/language_data.js.jinja2 diff --git a/sphinx/themes/bizstyle/static/bizstyle.css_t b/sphinx/themes/bizstyle/static/bizstyle.css.jinja2 similarity index 100% rename from sphinx/themes/bizstyle/static/bizstyle.css_t rename to sphinx/themes/bizstyle/static/bizstyle.css.jinja2 diff --git a/sphinx/themes/bizstyle/static/bizstyle.js_t b/sphinx/themes/bizstyle/static/bizstyle.js.jinja2 similarity index 100% rename from sphinx/themes/bizstyle/static/bizstyle.js_t rename to sphinx/themes/bizstyle/static/bizstyle.js.jinja2 diff --git a/sphinx/themes/classic/static/classic.css_t b/sphinx/themes/classic/static/classic.css.jinja2 similarity index 100% rename from sphinx/themes/classic/static/classic.css_t rename to sphinx/themes/classic/static/classic.css.jinja2 diff --git a/sphinx/themes/classic/static/sidebar.js_t b/sphinx/themes/classic/static/sidebar.js.jinja2 similarity index 100% rename from sphinx/themes/classic/static/sidebar.js_t rename to sphinx/themes/classic/static/sidebar.js.jinja2 diff --git a/sphinx/themes/epub/static/epub.css_t b/sphinx/themes/epub/static/epub.css.jinja2 similarity index 100% rename from sphinx/themes/epub/static/epub.css_t rename to sphinx/themes/epub/static/epub.css.jinja2 diff --git a/sphinx/themes/haiku/static/haiku.css_t b/sphinx/themes/haiku/static/haiku.css.jinja2 similarity index 100% rename from sphinx/themes/haiku/static/haiku.css_t rename to sphinx/themes/haiku/static/haiku.css.jinja2 diff --git a/sphinx/themes/nature/static/nature.css_t b/sphinx/themes/nature/static/nature.css.jinja2 similarity index 100% rename from sphinx/themes/nature/static/nature.css_t rename to sphinx/themes/nature/static/nature.css.jinja2 diff --git a/sphinx/themes/nonav/static/nonav.css_t b/sphinx/themes/nonav/static/nonav.css.jinja2 similarity index 100% rename from sphinx/themes/nonav/static/nonav.css_t rename to sphinx/themes/nonav/static/nonav.css.jinja2 diff --git a/sphinx/themes/pyramid/static/epub.css_t b/sphinx/themes/pyramid/static/epub.css.jinja2 similarity index 100% rename from sphinx/themes/pyramid/static/epub.css_t rename to sphinx/themes/pyramid/static/epub.css.jinja2 diff --git a/sphinx/themes/pyramid/static/pyramid.css_t b/sphinx/themes/pyramid/static/pyramid.css.jinja2 similarity index 100% rename from sphinx/themes/pyramid/static/pyramid.css_t rename to sphinx/themes/pyramid/static/pyramid.css.jinja2 diff --git a/sphinx/themes/scrolls/static/scrolls.css_t b/sphinx/themes/scrolls/static/scrolls.css.jinja2 similarity index 100% rename from sphinx/themes/scrolls/static/scrolls.css_t rename to sphinx/themes/scrolls/static/scrolls.css.jinja2 diff --git a/sphinx/themes/sphinxdoc/static/sphinxdoc.css_t b/sphinx/themes/sphinxdoc/static/sphinxdoc.css.jinja2 similarity index 100% rename from sphinx/themes/sphinxdoc/static/sphinxdoc.css_t rename to sphinx/themes/sphinxdoc/static/sphinxdoc.css.jinja2 diff --git a/sphinx/themes/traditional/static/traditional.css_t b/sphinx/themes/traditional/static/traditional.css.jinja2 similarity index 100% rename from sphinx/themes/traditional/static/traditional.css_t rename to sphinx/themes/traditional/static/traditional.css.jinja2 diff --git a/sphinx/util/fileutil.py b/sphinx/util/fileutil.py index 03928710e88..5b217f6a4e9 100644 --- a/sphinx/util/fileutil.py +++ b/sphinx/util/fileutil.py @@ -4,10 +4,12 @@ import os import posixpath -from typing import TYPE_CHECKING, Callable +import warnings +from typing import TYPE_CHECKING, Callable, Optional from docutils.utils import relative_path +from sphinx.deprecation import RemovedInSphinx80Warning from sphinx.util.osutil import copyfile, ensuredir from sphinx.util.typing import PathMatcher @@ -15,6 +17,20 @@ from sphinx.util.template import BaseRenderer +def _template_basename(filename: str) -> Optional[str]: + # TODO: remove this method + if filename.lower().endswith('_t'): + warnings.warn( + f"{filename!r}: filename suffix '_t' for templates is deprecated. " + "If the file is a Jinja2 template, use the suffix '.jinja2' instead.", + RemovedInSphinx80Warning + ) + return filename[:-2] + elif filename.lower().endswith(".jinja2"): + return filename[:-7] + return None + + def copy_asset_file(source: str, destination: str, context: dict | None = None, renderer: BaseRenderer | None = None) -> None: @@ -35,14 +51,13 @@ def copy_asset_file(source: str, destination: str, # Use source filename if destination points a directory destination = os.path.join(destination, os.path.basename(source)) - if source.lower().endswith('_t') and context is not None: + if _template_basename(source) and context is not None: if renderer is None: from sphinx.util.template import SphinxRenderer renderer = SphinxRenderer() with open(source, encoding='utf-8') as fsrc: - if destination.lower().endswith('_t'): - destination = destination[:-2] + destination = _template_basename(destination) or destination with open(destination, 'w', encoding='utf-8') as fdst: fdst.write(renderer.render_string(fsrc.read(), context)) else: diff --git a/sphinx/writers/latex.py b/sphinx/writers/latex.py index 905ca20d089..283ae9d51f1 100644 --- a/sphinx/writers/latex.py +++ b/sphinx/writers/latex.py @@ -435,7 +435,7 @@ def astext(self) -> str: 'body': ''.join(self.body), 'indices': self.generate_indices() }) - return self.render('latex.tex_t', self.elements) + return self.render('latex.tex.jinja2', self.elements) def hypertarget(self, id: str, withdoc: bool = True, anchor: bool = True) -> str: if withdoc: @@ -904,7 +904,7 @@ def visit_table(self, node: Element) -> None: def depart_table(self, node: Element) -> None: labels = self.hypertarget_to(node) table_type = self.table.get_table_type() - table = self.render(table_type + '.tex_t', + table = self.render(table_type + '.tex.jinja2', {'table': self.table, 'labels': labels}) self.body.append(BLANKLINE) self.body.append(table) diff --git a/tests/roots/test-html_assets/extra/API.html_t b/tests/roots/test-html_assets/extra/API.html.jinja2 similarity index 100% rename from tests/roots/test-html_assets/extra/API.html_t rename to tests/roots/test-html_assets/extra/API.html.jinja2 diff --git a/tests/roots/test-html_assets/static/API.html_t b/tests/roots/test-html_assets/static/API.html.jinja2 similarity index 100% rename from tests/roots/test-html_assets/static/API.html_t rename to tests/roots/test-html_assets/static/API.html.jinja2 diff --git a/tests/roots/test-latex-table/_mytemplates/latex/longtable.tex_t b/tests/roots/test-latex-table/_mytemplates/latex/longtable.tex.jinja2 similarity index 100% rename from tests/roots/test-latex-table/_mytemplates/latex/longtable.tex_t rename to tests/roots/test-latex-table/_mytemplates/latex/longtable.tex.jinja2 diff --git a/tests/roots/test-theming/test_theme/staticfiles/static/statictmpl.html_t b/tests/roots/test-theming/test_theme/staticfiles/static/statictmpl.html.jinja2 similarity index 100% rename from tests/roots/test-theming/test_theme/staticfiles/static/statictmpl.html_t rename to tests/roots/test-theming/test_theme/staticfiles/static/statictmpl.html.jinja2 diff --git a/tests/test_build_html.py b/tests/test_build_html.py index 5a0ca59feda..8820052b161 100644 --- a/tests/test_build_html.py +++ b/tests/test_build_html.py @@ -1153,7 +1153,7 @@ def test_html_assets(app): # html_extra_path assert (app.outdir / '.htaccess').exists() assert not (app.outdir / '.htpasswd').exists() - assert (app.outdir / 'API.html_t').exists() + assert (app.outdir / 'API.html.jinja2').exists() assert (app.outdir / 'css/style.css').exists() assert (app.outdir / 'rimg.png').exists() assert not (app.outdir / '_build' / 'index.html').exists() diff --git a/tests/test_util_fileutil.py b/tests/test_util_fileutil.py index 7ea12508c61..edca9069285 100644 --- a/tests/test_util_fileutil.py +++ b/tests/test_util_fileutil.py @@ -3,7 +3,7 @@ from unittest import mock from sphinx.jinja2glue import BuiltinTemplateLoader -from sphinx.util.fileutil import copy_asset, copy_asset_file +from sphinx.util.fileutil import _template_basename, copy_asset, copy_asset_file class DummyTemplateLoader(BuiltinTemplateLoader): @@ -28,9 +28,9 @@ def test_copy_asset_file(tempdir): assert src.read_text(encoding='utf8') == dest.read_text(encoding='utf8') # copy template file - src = (tempdir / 'asset.txt_t') + src = (tempdir / 'asset.txt.jinja2') src.write_text('# {{var1}} data') - dest = (tempdir / 'output.txt_t') + dest = (tempdir / 'output.txt.jinja2') copy_asset_file(src, dest, {'var1': 'template'}, renderer) assert not dest.exists() @@ -38,7 +38,7 @@ def test_copy_asset_file(tempdir): assert (tempdir / 'output.txt').read_text(encoding='utf8') == '# template data' # copy template file to subdir - src = (tempdir / 'asset.txt_t') + src = (tempdir / 'asset.txt.jinja2') src.write_text('# {{var1}} data') subdir1 = (tempdir / 'subdir') subdir1.makedirs() @@ -48,14 +48,14 @@ def test_copy_asset_file(tempdir): assert (subdir1 / 'asset.txt').read_text(encoding='utf8') == '# template data' # copy template file without context - src = (tempdir / 'asset.txt_t') + src = (tempdir / 'asset.txt.jinja2') subdir2 = (tempdir / 'subdir2') subdir2.makedirs() copy_asset_file(src, subdir2) assert not (subdir2 / 'asset.txt').exists() - assert (subdir2 / 'asset.txt_t').exists() - assert (subdir2 / 'asset.txt_t').read_text(encoding='utf8') == '# {{var1}} data' + assert (subdir2 / 'asset.txt.jinja2').exists() + assert (subdir2 / 'asset.txt.jinja2').read_text(encoding='utf8') == '# {{var1}} data' def test_copy_asset(tempdir): @@ -65,12 +65,12 @@ def test_copy_asset(tempdir): source = (tempdir / 'source') source.makedirs() (source / 'index.rst').write_text('index.rst', encoding='utf8') - (source / 'foo.rst_t').write_text('{{var1}}.rst', encoding='utf8') + (source / 'foo.rst.jinja2').write_text('{{var1}}.rst', encoding='utf8') (source / '_static').makedirs() (source / '_static' / 'basic.css').write_text('basic.css', encoding='utf8') (source / '_templates').makedirs() (source / '_templates' / 'layout.html').write_text('layout.html', encoding='utf8') - (source / '_templates' / 'sidebar.html_t').write_text('sidebar: {{var2}}', encoding='utf8') + (source / '_templates' / 'sidebar.html.jinja2').write_text('sidebar: {{var2}}', encoding='utf8') # copy a single file assert not (tempdir / 'test1').exists() @@ -101,3 +101,14 @@ def excluded(path): assert not (destdir / '_static' / 'basic.css').exists() assert (destdir / '_templates' / 'layout.html').exists() assert not (destdir / '_templates' / 'sidebar.html').exists() + + +def test_template_basename(): + assert not _template_basename("asset.txt") + assert _template_basename("asset.txt.jinja2") == "asset.txt" + assert _template_basename("sidebar.html.jinja2") == "sidebar.html" + + +def test_legacy_template_basename(): + # TODO: remove with sphinx8 + assert _template_basename("asset.txt_t") == "asset.txt" diff --git a/utils/babel_runner.py b/utils/babel_runner.py index 32e6fe64238..d55c985cebb 100644 --- a/utils/babel_runner.py +++ b/utils/babel_runner.py @@ -87,7 +87,7 @@ def _run_domain_js(self, domain): jscatalog = {} for message in catalog: - if any(x[0].endswith(('.js', '.js_t', '.html')) + if any(x[0].endswith(('.js', '.js.jinja2', '.html')) for x in message.locations): msgid = message.id if isinstance(msgid, (list, tuple)):