Update translations
This commit is contained in:
parent
fed45e0c6b
commit
9d672dba84
40 changed files with 777 additions and 248 deletions
|
@ -237,7 +237,7 @@
|
||||||
<a href="{{ SITEURL }}">{{ _('Home') }}</a>
|
<a href="{{ SITEURL }}">{{ _('Home') }}</a>
|
||||||
|
|
||||||
{% for title, link in MENUITEMS %}
|
{% for title, link in MENUITEMS %}
|
||||||
<a href="{{ link }}">{{ title }}</a>
|
<a href="{{ link }}">{{ _(title) }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if FEED_ALL_ATOM %}
|
{% if FEED_ALL_ATOM %}
|
||||||
|
|
BIN
translations/cs/LC_MESSAGES/messages.mo
Normal file
BIN
translations/cs/LC_MESSAGES/messages.mo
Normal file
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Honza Stínovlas <stinovlas@gmail.com>, 2018
|
# Honza Stínovlas <stinovlas@gmail.com>, 2018
|
||||||
|
@ -12,7 +12,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Last-Translator: Ivana Holm <akarienta@gmail.com>, 2018\n"
|
"Last-Translator: Ivana Holm <akarienta@gmail.com>, 2018\n"
|
||||||
"Language-Team: Czech (https://www.transifex.com/alexandrevicenzi/teams/66327/cs/)\n"
|
"Language-Team: Czech (https://www.transifex.com/alexandrevicenzi/teams/66327/cs/)\n"
|
||||||
|
@ -23,21 +23,26 @@ msgstr ""
|
||||||
"Language: cs\n"
|
"Language: cs\n"
|
||||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr "Archiv"
|
msgstr "Archiv"
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr "Publikováno %(when)s v kategorii %(category)s"
|
msgstr "Publikováno %(when)s v kategorii %(category)s"
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr "Líbí se Vám článek? Sdílejte jej s přáteli!"
|
msgstr "Líbí se Vám článek? Sdílejte jej s přáteli!"
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr "Mohlo by se Vám líbit"
|
msgstr "Mohlo by se Vám líbit"
|
||||||
|
|
||||||
|
@ -50,15 +55,19 @@ msgstr "Příspěvky od %(name)s"
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Autoři"
|
msgstr "Autoři"
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Domů"
|
msgstr "Domů"
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr "Atom"
|
msgstr "Atom"
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr "RSS"
|
msgstr "RSS"
|
||||||
|
|
||||||
|
@ -75,10 +84,18 @@ msgstr "Kategorie %(name)s"
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr "Tagy"
|
msgstr "Tagy"
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr "Pokračovat ve čtení"
|
msgstr "Pokračovat ve čtení"
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -88,15 +105,20 @@ msgstr "Štítek %(name)s"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Štítky"
|
msgstr "Štítky"
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr "Pro zobrazení komentářů prosím povolte JavaScript"
|
msgstr "Pro zobrazení komentářů prosím povolte JavaScript"
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Binary file not shown.
|
@ -1,19 +1,20 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Alexandre Vicenzi <transifex@alxd.me>, 2016
|
# Alexandre Vicenzi <transifex@alxd.me>, 2016
|
||||||
|
# Tom Teichler <tom@dummerdelfin.de>, 2019
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Last-Translator: Alexandre Vicenzi <transifex@alxd.me>, 2016\n"
|
"Last-Translator: Tom Teichler <tom@dummerdelfin.de>, 2019\n"
|
||||||
"Language-Team: German (https://www.transifex.com/alexandrevicenzi/teams/66327/de/)\n"
|
"Language-Team: German (https://www.transifex.com/alexandrevicenzi/teams/66327/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -22,21 +23,26 @@ msgstr ""
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr "Archive"
|
msgstr "Archive"
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr "Online seit %(when)s in %(category)s"
|
msgstr "Online seit %(when)s in %(category)s"
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr "Gefällt dir der Artikel? Dann teile ihn mit Freunden!"
|
msgstr "Gefällt dir der Artikel? Dann teile ihn mit Freunden!"
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr "Eventuell auch interessant"
|
msgstr "Eventuell auch interessant"
|
||||||
|
|
||||||
|
@ -49,15 +55,19 @@ msgstr "Artikel von %(name)s"
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Autoren"
|
msgstr "Autoren"
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Home"
|
msgstr "Home"
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr "Atom"
|
msgstr "Atom"
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr "RSS"
|
msgstr "RSS"
|
||||||
|
|
||||||
|
@ -74,10 +84,18 @@ msgstr "Kategorie %(name)s"
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr "Stichwörter"
|
msgstr "Stichwörter"
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr "Weiterlesen"
|
msgstr "Weiterlesen"
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -87,22 +105,27 @@ msgstr "Stichwort %(name)s"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Stichwörter"
|
msgstr "Stichwörter"
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr "Bitte JavaScript aktivieren um die Kommentare zu sehen."
|
msgstr "Bitte JavaScript aktivieren um die Kommentare zu sehen."
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
|
msgstr "Gebaut mit %(pelican_url)s und dem %(flex_url)stheme"
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr ""
|
msgstr "Vorheriger Beitrag"
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:10
|
#: templates/partial/neighbors.html:10
|
||||||
msgid "Next Post"
|
msgid "Next Post"
|
||||||
msgstr ""
|
msgstr "Nächster Beitrag"
|
||||||
|
|
||||||
#: templates/partial/pagination.html:5
|
#: templates/partial/pagination.html:5
|
||||||
msgid "Older Posts"
|
msgid "Older Posts"
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Juan A. S. <okelet@gmail.com>, 2016
|
# Juan A. S. <okelet@gmail.com>, 2016
|
||||||
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Last-Translator: Juan A. S. <okelet@gmail.com>, 2016\n"
|
"Last-Translator: Juan A. S. <okelet@gmail.com>, 2016\n"
|
||||||
"Language-Team: Spanish (https://www.transifex.com/alexandrevicenzi/teams/66327/es/)\n"
|
"Language-Team: Spanish (https://www.transifex.com/alexandrevicenzi/teams/66327/es/)\n"
|
||||||
|
@ -22,21 +22,26 @@ msgstr ""
|
||||||
"Language: es\n"
|
"Language: es\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr "Archivos"
|
msgstr "Archivos"
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr "Publicado el %(when)s en %(category)s"
|
msgstr "Publicado el %(when)s en %(category)s"
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr "¿Te gusta este artículo? ¡Compártelo con tus amigos!"
|
msgstr "¿Te gusta este artículo? ¡Compártelo con tus amigos!"
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr "Te puede gustar"
|
msgstr "Te puede gustar"
|
||||||
|
|
||||||
|
@ -49,15 +54,19 @@ msgstr "Artículos por %(name)s"
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Autores"
|
msgstr "Autores"
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Inicio"
|
msgstr "Inicio"
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr "Atom"
|
msgstr "Atom"
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr "RSS"
|
msgstr "RSS"
|
||||||
|
|
||||||
|
@ -74,10 +83,18 @@ msgstr "Categoría %(name)s"
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr "Etiquetado con"
|
msgstr "Etiquetado con"
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr "Seguir leyendo"
|
msgstr "Seguir leyendo"
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -87,15 +104,20 @@ msgstr "Etiqueta %(name)s"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Etiquetas"
|
msgstr "Etiquetas"
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr "Por favor, habilita JavaScript para ver los comentarios."
|
msgstr "Por favor, habilita JavaScript para ver los comentarios."
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Binary file not shown.
|
@ -1,19 +1,20 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Juan A. S. <okelet@gmail.com>, 2016
|
# Juan A. S. <okelet@gmail.com>, 2016
|
||||||
|
# Alexandre Vicenzi <transifex@alxd.me>, 2020
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Last-Translator: Juan A. S. <okelet@gmail.com>, 2016\n"
|
"Last-Translator: Alexandre Vicenzi <transifex@alxd.me>, 2020\n"
|
||||||
"Language-Team: Spanish (Spain) (https://www.transifex.com/alexandrevicenzi/teams/66327/es_ES/)\n"
|
"Language-Team: Spanish (Spain) (https://www.transifex.com/alexandrevicenzi/teams/66327/es_ES/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -22,21 +23,26 @@ msgstr ""
|
||||||
"Language: es_ES\n"
|
"Language: es_ES\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr "Archivos"
|
msgstr "Archivos"
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr "Publicado el %(when)s en %(category)s"
|
msgstr "Publicado el %(when)s en %(category)s"
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr "%(minutes)s min de lectura"
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr "¿Te gusta este artículo? ¡Compártelo con tus amigos!"
|
msgstr "¿Te gusta este artículo? ¡Compártelo con tus amigos!"
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr "Te puede gustar"
|
msgstr "Te puede gustar"
|
||||||
|
|
||||||
|
@ -49,15 +55,19 @@ msgstr "Artículos por %(name)s"
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Autores"
|
msgstr "Autores"
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr "Buscar..."
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Inicio"
|
msgstr "Inicio"
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr "Atom"
|
msgstr "Atom"
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr "RSS"
|
msgstr "RSS"
|
||||||
|
|
||||||
|
@ -74,10 +84,18 @@ msgstr "Categoría %(name)s"
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr "Etiquetado con"
|
msgstr "Etiquetado con"
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr "Seguir leyendo"
|
msgstr "Seguir leyendo"
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Busca"
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr "Resultados de la búsqueda"
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -87,22 +105,27 @@ msgstr "Etiqueta %(name)s"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Etiquetas"
|
msgstr "Etiquetas"
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr "Por favor, habilita JavaScript para ver los comentarios."
|
msgstr "Por favor, habilita JavaScript para ver los comentarios."
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
msgstr ""
|
msgstr "Construido con %(pelican_url)s usando el tema %(flex_url)s "
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr "Cambiar al tema %(dark_url)s | %(light_url)s | %(browser_url)s "
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr ""
|
msgstr "Artículo anterior"
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:10
|
#: templates/partial/neighbors.html:10
|
||||||
msgid "Next Post"
|
msgid "Next Post"
|
||||||
msgstr ""
|
msgstr "Próximo artículo"
|
||||||
|
|
||||||
#: templates/partial/pagination.html:5
|
#: templates/partial/pagination.html:5
|
||||||
msgid "Older Posts"
|
msgid "Older Posts"
|
||||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Jüri Lillemets <lillemetsj@gmail.com>, 2017
|
# Jüri Lillemets <lillemetsj@gmail.com>, 2017
|
||||||
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Last-Translator: Jüri Lillemets <lillemetsj@gmail.com>, 2017\n"
|
"Last-Translator: Jüri Lillemets <lillemetsj@gmail.com>, 2017\n"
|
||||||
"Language-Team: Estonian (https://www.transifex.com/alexandrevicenzi/teams/66327/et/)\n"
|
"Language-Team: Estonian (https://www.transifex.com/alexandrevicenzi/teams/66327/et/)\n"
|
||||||
|
@ -22,21 +22,26 @@ msgstr ""
|
||||||
"Language: et\n"
|
"Language: et\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr "Arhiiv"
|
msgstr "Arhiiv"
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr "Avaldatud %(when)s kategoorias %(category)s"
|
msgstr "Avaldatud %(when)s kategoorias %(category)s"
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr "Kui sulle see artikkel meeldis, siis jaga seda ka sõpradega!"
|
msgstr "Kui sulle see artikkel meeldis, siis jaga seda ka sõpradega!"
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr "Sulle võlb meeldida ka"
|
msgstr "Sulle võlb meeldida ka"
|
||||||
|
|
||||||
|
@ -49,15 +54,19 @@ msgstr "Kõik artiklid %(name)s poolt"
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Autorid"
|
msgstr "Autorid"
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Avaleht"
|
msgstr "Avaleht"
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr "Atom"
|
msgstr "Atom"
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr "RSS"
|
msgstr "RSS"
|
||||||
|
|
||||||
|
@ -74,10 +83,18 @@ msgstr "Kategooria %(name)s"
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr "Märksõnadeks"
|
msgstr "Märksõnadeks"
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr "Loe edasi"
|
msgstr "Loe edasi"
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -87,15 +104,20 @@ msgstr "Märksõna %(name)s"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Märksõnad"
|
msgstr "Märksõnad"
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr "Kommentaaride nägemiseks võimaldage JavaScript."
|
msgstr "Kommentaaride nägemiseks võimaldage JavaScript."
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# AmirMahmood <amma4ww@gmail.com>, 2017
|
# AmirMahmood <amma4ww@gmail.com>, 2017
|
||||||
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Last-Translator: AmirMahmood <amma4ww@gmail.com>, 2017\n"
|
"Last-Translator: AmirMahmood <amma4ww@gmail.com>, 2017\n"
|
||||||
"Language-Team: Persian (Iran) (https://www.transifex.com/alexandrevicenzi/teams/66327/fa_IR/)\n"
|
"Language-Team: Persian (Iran) (https://www.transifex.com/alexandrevicenzi/teams/66327/fa_IR/)\n"
|
||||||
|
@ -22,21 +22,26 @@ msgstr ""
|
||||||
"Language: fa_IR\n"
|
"Language: fa_IR\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr "بایگانی"
|
msgstr "بایگانی"
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr "نوشته شده در تاریخ %(when)s در %(category)s"
|
msgstr "نوشته شده در تاریخ %(when)s در %(category)s"
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr "از این مقاله لذت بردید؟ آن را با دوستانتان به اشتراک بگذارید!"
|
msgstr "از این مقاله لذت بردید؟ آن را با دوستانتان به اشتراک بگذارید!"
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr "ممکن است علاقهمند باشید به"
|
msgstr "ممکن است علاقهمند باشید به"
|
||||||
|
|
||||||
|
@ -49,15 +54,19 @@ msgstr "نوشته شده توسط %(name)s"
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "نویسندگان"
|
msgstr "نویسندگان"
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "خانه"
|
msgstr "خانه"
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr "اشتراک Atom"
|
msgstr "اشتراک Atom"
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr "اشتراک RSS"
|
msgstr "اشتراک RSS"
|
||||||
|
|
||||||
|
@ -74,10 +83,18 @@ msgstr "دسته بندی %(name)s"
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr "برچسب شده توسط"
|
msgstr "برچسب شده توسط"
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr "ادامه مطلب"
|
msgstr "ادامه مطلب"
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -87,15 +104,20 @@ msgstr "برچسب %(name)s"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "برچسب ها"
|
msgstr "برچسب ها"
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr "لطفا برای دیدن نظرات، جاوا اسکریپت را فعال کنید."
|
msgstr "لطفا برای دیدن نظرات، جاوا اسکریپت را فعال کنید."
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# François Schmidts <francois.schmidts@gmail.com>, 2016
|
# François Schmidts <francois.schmidts@gmail.com>, 2016
|
||||||
|
@ -13,7 +13,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Last-Translator: taggaddaaaa <taggaddaaaa@outlook.com>, 2019\n"
|
"Last-Translator: taggaddaaaa <taggaddaaaa@outlook.com>, 2019\n"
|
||||||
"Language-Team: French (https://www.transifex.com/alexandrevicenzi/teams/66327/fr/)\n"
|
"Language-Team: French (https://www.transifex.com/alexandrevicenzi/teams/66327/fr/)\n"
|
||||||
|
@ -24,21 +24,26 @@ msgstr ""
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr "Archives"
|
msgstr "Archives"
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr "Posté le %(when)s dans %(category)s"
|
msgstr "Posté le %(when)s dans %(category)s"
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr "Vous aimez cet article ? Partagez le avec vos amis !"
|
msgstr "Vous aimez cet article ? Partagez le avec vos amis !"
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr "Vous pourriez aimer"
|
msgstr "Vous pourriez aimer"
|
||||||
|
|
||||||
|
@ -51,15 +56,19 @@ msgstr "Posts de %(name)s"
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Auteurs"
|
msgstr "Auteurs"
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Accueil"
|
msgstr "Accueil"
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr "Atom"
|
msgstr "Atom"
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr "RSS"
|
msgstr "RSS"
|
||||||
|
|
||||||
|
@ -76,10 +85,18 @@ msgstr "Catégorie %(name)s"
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr "Taggé avec"
|
msgstr "Taggé avec"
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr "Continuer à lire"
|
msgstr "Continuer à lire"
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -89,15 +106,20 @@ msgstr "Tag %(name)s"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Tags"
|
msgstr "Tags"
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr "Veuillez activer le JavaScript pour voir les commentaires."
|
msgstr "Veuillez activer le JavaScript pour voir les commentaires."
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
msgstr "Construit avec %(pelican_url)s utilisant le thème %(flex_url)s"
|
msgstr "Construit avec %(pelican_url)s utilisant le thème %(flex_url)s"
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr "Post précédent"
|
msgstr "Post précédent"
|
||||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Molnár Dénes <denes.molnar2@stud.uni-corvinus.hu>, 2017
|
# Molnár Dénes <denes.molnar2@stud.uni-corvinus.hu>, 2017
|
||||||
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Last-Translator: Molnár Dénes <denes.molnar2@stud.uni-corvinus.hu>, 2017\n"
|
"Last-Translator: Molnár Dénes <denes.molnar2@stud.uni-corvinus.hu>, 2017\n"
|
||||||
"Language-Team: Hungarian (Hungary) (https://www.transifex.com/alexandrevicenzi/teams/66327/hu_HU/)\n"
|
"Language-Team: Hungarian (Hungary) (https://www.transifex.com/alexandrevicenzi/teams/66327/hu_HU/)\n"
|
||||||
|
@ -22,21 +22,26 @@ msgstr ""
|
||||||
"Language: hu_HU\n"
|
"Language: hu_HU\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr "Archívum"
|
msgstr "Archívum"
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr "A bejegyzés ideje: %(when)s, kategóriája: %(category)s"
|
msgstr "A bejegyzés ideje: %(when)s, kategóriája: %(category)s"
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr "Ha tetszett a bejegyzés, oszd meg az ismerőseiddel is!"
|
msgstr "Ha tetszett a bejegyzés, oszd meg az ismerőseiddel is!"
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr "Talán tetszene"
|
msgstr "Talán tetszene"
|
||||||
|
|
||||||
|
@ -49,15 +54,19 @@ msgstr "%(name)s bejegyzései"
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Szerzők"
|
msgstr "Szerzők"
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Főoldal"
|
msgstr "Főoldal"
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr "Atom"
|
msgstr "Atom"
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr "RSS"
|
msgstr "RSS"
|
||||||
|
|
||||||
|
@ -74,10 +83,18 @@ msgstr "%(name)s kategória"
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr "A következőkkel megjelölve: "
|
msgstr "A következőkkel megjelölve: "
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr "Tovább"
|
msgstr "Tovább"
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -87,15 +104,20 @@ msgstr "%(name)s címke"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Címkék"
|
msgstr "Címkék"
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr "A kommentek megtekintéséhez engedélyezned kell a JavaScriptet!"
|
msgstr "A kommentek megtekintéséhez engedélyezned kell a JavaScriptet!"
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
BIN
translations/id/LC_MESSAGES/messages.mo
Normal file
BIN
translations/id/LC_MESSAGES/messages.mo
Normal file
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Yongkie Wiyogo <yongkie.wiyogo@gmail.com>, 2018
|
# Yongkie Wiyogo <yongkie.wiyogo@gmail.com>, 2018
|
||||||
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Last-Translator: Yongkie Wiyogo <yongkie.wiyogo@gmail.com>, 2018\n"
|
"Last-Translator: Yongkie Wiyogo <yongkie.wiyogo@gmail.com>, 2018\n"
|
||||||
"Language-Team: Indonesian (https://www.transifex.com/alexandrevicenzi/teams/66327/id/)\n"
|
"Language-Team: Indonesian (https://www.transifex.com/alexandrevicenzi/teams/66327/id/)\n"
|
||||||
|
@ -22,21 +22,26 @@ msgstr ""
|
||||||
"Language: id\n"
|
"Language: id\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr "Arsip"
|
msgstr "Arsip"
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr "Ditulis tanggal %(when)s di %(category)s"
|
msgstr "Ditulis tanggal %(when)s di %(category)s"
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr "Suka artikel ini? Bagikan dengan teman-teman Anda!"
|
msgstr "Suka artikel ini? Bagikan dengan teman-teman Anda!"
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr "Anda mungkin menikmati"
|
msgstr "Anda mungkin menikmati"
|
||||||
|
|
||||||
|
@ -49,15 +54,19 @@ msgstr "Ditulis oleh %(name)s"
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Penulis"
|
msgstr "Penulis"
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Beranda"
|
msgstr "Beranda"
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr "Atom"
|
msgstr "Atom"
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr "RSS"
|
msgstr "RSS"
|
||||||
|
|
||||||
|
@ -74,10 +83,18 @@ msgstr "Kategori %(name)s"
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr "Kata kunci"
|
msgstr "Kata kunci"
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr "Lanjut membaca"
|
msgstr "Lanjut membaca"
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -87,15 +104,20 @@ msgstr "Kata kunci %(name)s"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Kata-kata kunci"
|
msgstr "Kata-kata kunci"
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr "Harap aktifkan JavaScript untuk melihat komentar."
|
msgstr "Harap aktifkan JavaScript untuk melihat komentar."
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Gareth jax <garethjax@gmail.com>, 2016
|
# Gareth jax <garethjax@gmail.com>, 2016
|
||||||
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Last-Translator: Gareth jax <garethjax@gmail.com>, 2016\n"
|
"Last-Translator: Gareth jax <garethjax@gmail.com>, 2016\n"
|
||||||
"Language-Team: Italian (https://www.transifex.com/alexandrevicenzi/teams/66327/it/)\n"
|
"Language-Team: Italian (https://www.transifex.com/alexandrevicenzi/teams/66327/it/)\n"
|
||||||
|
@ -22,21 +22,26 @@ msgstr ""
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr "Archivi"
|
msgstr "Archivi"
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr "Pubblicato il %(when)s in %(category)s"
|
msgstr "Pubblicato il %(when)s in %(category)s"
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr "Ti piace questo articolo? Condividilo con i tuoi amici!"
|
msgstr "Ti piace questo articolo? Condividilo con i tuoi amici!"
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr "Potrebbe interessanrti"
|
msgstr "Potrebbe interessanrti"
|
||||||
|
|
||||||
|
@ -49,15 +54,19 @@ msgstr "Articoli di %(name)s"
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Autori"
|
msgstr "Autori"
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Home"
|
msgstr "Home"
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr "Atom"
|
msgstr "Atom"
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr "RSS"
|
msgstr "RSS"
|
||||||
|
|
||||||
|
@ -74,10 +83,18 @@ msgstr "Categoria %(name)s"
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr "Taggato come"
|
msgstr "Taggato come"
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr "Continua lettura"
|
msgstr "Continua lettura"
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -87,15 +104,20 @@ msgstr "Tag %(name)s"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Tags"
|
msgstr "Tags"
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr "Per favore abilita Javascript per vedere i commenti."
|
msgstr "Per favore abilita Javascript per vedere i commenti."
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# rbos, 2017
|
# rbos, 2017
|
||||||
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Last-Translator: rbos, 2017\n"
|
"Last-Translator: rbos, 2017\n"
|
||||||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/alexandrevicenzi/teams/66327/nl_NL/)\n"
|
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/alexandrevicenzi/teams/66327/nl_NL/)\n"
|
||||||
|
@ -22,21 +22,26 @@ msgstr ""
|
||||||
"Language: nl_NL\n"
|
"Language: nl_NL\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr "Archief"
|
msgstr "Archief"
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr "Geplaatst op %(when)s in %(category)s"
|
msgstr "Geplaatst op %(when)s in %(category)s"
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr "Bevalt dit Artikel? Deel het met je vrienden!"
|
msgstr "Bevalt dit Artikel? Deel het met je vrienden!"
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr "Eventueel ook interessant"
|
msgstr "Eventueel ook interessant"
|
||||||
|
|
||||||
|
@ -49,15 +54,19 @@ msgstr "Artikelen van %(name)s"
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Schrijvers"
|
msgstr "Schrijvers"
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Home"
|
msgstr "Home"
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr "Atom"
|
msgstr "Atom"
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr "RSS"
|
msgstr "RSS"
|
||||||
|
|
||||||
|
@ -74,10 +83,18 @@ msgstr "Categorie %(name)s"
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr "Getagged met"
|
msgstr "Getagged met"
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr "Verder lezen"
|
msgstr "Verder lezen"
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -87,15 +104,20 @@ msgstr "Tag %(name)s"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Tags"
|
msgstr "Tags"
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr "Alsjeblieft JavaScript activeren om het commentaar te zien."
|
msgstr "Alsjeblieft JavaScript activeren om het commentaar te zien."
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Justyna Pawlata <justyna.pxw@gmail.com>, 2019
|
# Justyna Pawlata <justyna.pxw@gmail.com>, 2019
|
||||||
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Last-Translator: Justyna Pawlata <justyna.pxw@gmail.com>, 2019\n"
|
"Last-Translator: Justyna Pawlata <justyna.pxw@gmail.com>, 2019\n"
|
||||||
"Language-Team: Polish (Poland) (https://www.transifex.com/alexandrevicenzi/teams/66327/pl_PL/)\n"
|
"Language-Team: Polish (Poland) (https://www.transifex.com/alexandrevicenzi/teams/66327/pl_PL/)\n"
|
||||||
|
@ -22,21 +22,26 @@ msgstr ""
|
||||||
"Language: pl_PL\n"
|
"Language: pl_PL\n"
|
||||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr "Archiwa"
|
msgstr "Archiwa"
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr "Opublikowano %(when)s w %(category)s"
|
msgstr "Opublikowano %(when)s w %(category)s"
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr "Podoba Ci się ten wpis? Podziel się!"
|
msgstr "Podoba Ci się ten wpis? Podziel się!"
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr "Zobacz także"
|
msgstr "Zobacz także"
|
||||||
|
|
||||||
|
@ -49,15 +54,19 @@ msgstr "Wpisy autora %(name)s "
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Autorzy"
|
msgstr "Autorzy"
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Strona główna"
|
msgstr "Strona główna"
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr "Atom"
|
msgstr "Atom"
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr "RSS"
|
msgstr "RSS"
|
||||||
|
|
||||||
|
@ -74,10 +83,18 @@ msgstr "Kategoria %(name)s"
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr "Tagi: "
|
msgstr "Tagi: "
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr "Czytaj dalej"
|
msgstr "Czytaj dalej"
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -87,15 +104,20 @@ msgstr "Tag %(name)s"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Tagi"
|
msgstr "Tagi"
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr "Włącz obsługę JavaScript, żeby zobaczyć komentarze."
|
msgstr "Włącz obsługę JavaScript, żeby zobaczyć komentarze."
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
msgstr "Stworzono z %(pelican_url)s, szablon %(flex_url)s"
|
msgstr "Stworzono z %(pelican_url)s, szablon %(flex_url)s"
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr "Poprzedni wpis"
|
msgstr "Poprzedni wpis"
|
||||||
|
|
BIN
translations/pt/LC_MESSAGES/messages.mo
Normal file
BIN
translations/pt/LC_MESSAGES/messages.mo
Normal file
Binary file not shown.
|
@ -1,14 +1,14 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Language-Team: Portuguese (https://www.transifex.com/alexandrevicenzi/teams/66327/pt/)\n"
|
"Language-Team: Portuguese (https://www.transifex.com/alexandrevicenzi/teams/66327/pt/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -18,21 +18,26 @@ msgstr ""
|
||||||
"Language: pt\n"
|
"Language: pt\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -45,15 +50,19 @@ msgstr ""
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -70,10 +79,18 @@ msgstr ""
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -83,15 +100,20 @@ msgstr ""
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Binary file not shown.
|
@ -1,19 +1,19 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Alexandre Vicenzi <transifex@alxd.me>, 2019
|
# Alexandre Vicenzi <transifex@alxd.me>, 2020
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Last-Translator: Alexandre Vicenzi <transifex@alxd.me>, 2019\n"
|
"Last-Translator: Alexandre Vicenzi <transifex@alxd.me>, 2020\n"
|
||||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/alexandrevicenzi/teams/66327/pt_BR/)\n"
|
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/alexandrevicenzi/teams/66327/pt_BR/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -22,21 +22,26 @@ msgstr ""
|
||||||
"Language: pt_BR\n"
|
"Language: pt_BR\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr "Arquivos"
|
msgstr "Arquivos"
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr "Publicado em %(when)s na categoria %(category)s"
|
msgstr "Publicado em %(when)s na categoria %(category)s"
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr "%(minutes)s min de leitura "
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr "Gostou do artigo? Compartilhe com seus amigos!"
|
msgstr "Gostou do artigo? Compartilhe com seus amigos!"
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr "Artigos relacionados"
|
msgstr "Artigos relacionados"
|
||||||
|
|
||||||
|
@ -49,15 +54,19 @@ msgstr "Publicações de %(name)s"
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Autores"
|
msgstr "Autores"
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr "Pesquisar..."
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Início"
|
msgstr "Início"
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr "Atom"
|
msgstr "Atom"
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr "RSS"
|
msgstr "RSS"
|
||||||
|
|
||||||
|
@ -74,10 +83,18 @@ msgstr "Categoria %(name)s"
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr "Com as tags"
|
msgstr "Com as tags"
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr "Continue lendo"
|
msgstr "Continue lendo"
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Pesquisa"
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr "Resultados da pesquisa"
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -87,15 +104,20 @@ msgstr "Tag %(name)s"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Tags"
|
msgstr "Tags"
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr "Habilite JavaScript para ver os comentários."
|
msgstr "Habilite JavaScript para ver os comentários."
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
msgstr "Criado com o %(pelican_url)s usando o tema %(flex_url)s"
|
msgstr "Criado com o %(pelican_url)s usando o tema %(flex_url)s"
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr "Alterar tema para %(dark_url)s | %(light_url)s | %(browser_url)s "
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr "Artigo Anterior"
|
msgstr "Artigo Anterior"
|
||||||
|
|
BIN
translations/pt_PT/LC_MESSAGES/messages.mo
Normal file
BIN
translations/pt_PT/LC_MESSAGES/messages.mo
Normal file
Binary file not shown.
|
@ -1,14 +1,14 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/alexandrevicenzi/teams/66327/pt_PT/)\n"
|
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/alexandrevicenzi/teams/66327/pt_PT/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -18,21 +18,26 @@ msgstr ""
|
||||||
"Language: pt_PT\n"
|
"Language: pt_PT\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -45,15 +50,19 @@ msgstr ""
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -70,10 +79,18 @@ msgstr ""
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -83,15 +100,20 @@ msgstr ""
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
BIN
translations/ro_RO/LC_MESSAGES/messages.mo
Normal file
BIN
translations/ro_RO/LC_MESSAGES/messages.mo
Normal file
Binary file not shown.
131
translations/ro_RO/LC_MESSAGES/messages.po
Normal file
131
translations/ro_RO/LC_MESSAGES/messages.po
Normal file
|
@ -0,0 +1,131 @@
|
||||||
|
# Translations template for Flex.
|
||||||
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
|
# This file is distributed under the same license as the Flex project.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
|
"Language-Team: Romanian (Romania) (https://www.transifex.com/alexandrevicenzi/teams/66327/ro_RO/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: Babel 2.6.0\n"
|
||||||
|
"Language: ro_RO\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||||
|
|
||||||
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
|
msgid "Archives"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:29 templates/index.html:20
|
||||||
|
#, python-format
|
||||||
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
|
msgid "Like this article? Share it with your friends!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:75
|
||||||
|
msgid "You might enjoy"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/author.html:2
|
||||||
|
#, python-format
|
||||||
|
msgid "Posts by %(name)s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/authors.html:3 templates/authors.html:8
|
||||||
|
msgid "Authors"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
|
msgid "Home"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:244
|
||||||
|
msgid "Atom"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:248
|
||||||
|
msgid "RSS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/categories.html:3 templates/categories.html:8
|
||||||
|
msgid "Categories"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/category.html:2
|
||||||
|
#, python-format
|
||||||
|
msgid "Category %(name)s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.html:25
|
||||||
|
msgid "Tagged with"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.html:46
|
||||||
|
msgid "Continue reading"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/tag.html:2
|
||||||
|
#, python-format
|
||||||
|
msgid "Tag %(name)s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/tags.html:3 templates/tags.html:8
|
||||||
|
msgid "Tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
|
msgid "Please enable JavaScript to view comments."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:3
|
||||||
|
#, python-format
|
||||||
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/neighbors.html:5
|
||||||
|
msgid "Previous Post"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/neighbors.html:10
|
||||||
|
msgid "Next Post"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/pagination.html:5
|
||||||
|
msgid "Older Posts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/pagination.html:10
|
||||||
|
msgid "Newer Posts"
|
||||||
|
msgstr ""
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Roman Saldygashev <sldg.roman@gmail.com>, 2016
|
# Roman Saldygashev <sldg.roman@gmail.com>, 2016
|
||||||
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Last-Translator: Roman Saldygashev <sldg.roman@gmail.com>, 2016\n"
|
"Last-Translator: Roman Saldygashev <sldg.roman@gmail.com>, 2016\n"
|
||||||
"Language-Team: Russian (https://www.transifex.com/alexandrevicenzi/teams/66327/ru/)\n"
|
"Language-Team: Russian (https://www.transifex.com/alexandrevicenzi/teams/66327/ru/)\n"
|
||||||
|
@ -22,21 +22,26 @@ msgstr ""
|
||||||
"Language: ru\n"
|
"Language: ru\n"
|
||||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr "Архивы"
|
msgstr "Архивы"
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr "Опубликовано %(when)s в %(category)s"
|
msgstr "Опубликовано %(when)s в %(category)s"
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr "Понравилась статья? Поделись с друзьями!"
|
msgstr "Понравилась статья? Поделись с друзьями!"
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr "Наслаждайся"
|
msgstr "Наслаждайся"
|
||||||
|
|
||||||
|
@ -49,15 +54,19 @@ msgstr "Опубликовано %(name)s"
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Авторы"
|
msgstr "Авторы"
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Главная"
|
msgstr "Главная"
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr "Атом"
|
msgstr "Атом"
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr "RSS"
|
msgstr "RSS"
|
||||||
|
|
||||||
|
@ -74,10 +83,18 @@ msgstr "Категория %(name)s"
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr "Помечено"
|
msgstr "Помечено"
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr "Продолжить чтение"
|
msgstr "Продолжить чтение"
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -87,15 +104,20 @@ msgstr "Тэг %(name)s"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Тэги"
|
msgstr "Тэги"
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr "Пожалуйста включите JavaScript, чтобы просмотреть комментарии."
|
msgstr "Пожалуйста включите JavaScript, чтобы просмотреть комментарии."
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Binary file not shown.
|
@ -1,19 +1,19 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# İlker Yürüyen <i.ilker.yuruyen@gmail.com>, 2016
|
# İlker Yürüyen <i.ilker.yuruyen@gmail.com>, 2019
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Last-Translator: İlker Yürüyen <i.ilker.yuruyen@gmail.com>, 2016\n"
|
"Last-Translator: İlker Yürüyen <i.ilker.yuruyen@gmail.com>, 2019\n"
|
||||||
"Language-Team: Turkish (Turkey) (https://www.transifex.com/alexandrevicenzi/teams/66327/tr_TR/)\n"
|
"Language-Team: Turkish (Turkey) (https://www.transifex.com/alexandrevicenzi/teams/66327/tr_TR/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -22,21 +22,26 @@ msgstr ""
|
||||||
"Language: tr_TR\n"
|
"Language: tr_TR\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr "Arşivler"
|
msgstr "Arşivler"
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr "%(when)s tarihinde %(category)s kategorisinde paylaşıldı"
|
msgstr "%(when)s tarihinde %(category)s kategorisinde paylaşıldı"
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr "Bu makaleyi sevdiniz mi? Arkadaşlarınızla paylaşın!"
|
msgstr "Bu makaleyi sevdiniz mi? Arkadaşlarınızla paylaşın!"
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr "Sevebilirsiniz"
|
msgstr "Sevebilirsiniz"
|
||||||
|
|
||||||
|
@ -49,15 +54,19 @@ msgstr "%(name)s kişisinin paylaşımları"
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Yazarlar"
|
msgstr "Yazarlar"
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Ana Sayfa"
|
msgstr "Ana Sayfa"
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr "Atom"
|
msgstr "Atom"
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr "RSS"
|
msgstr "RSS"
|
||||||
|
|
||||||
|
@ -74,10 +83,18 @@ msgstr "%(name)s Kategorisi"
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr "Etiket:"
|
msgstr "Etiket:"
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr "Okumaya devam et"
|
msgstr "Okumaya devam et"
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -87,22 +104,27 @@ msgstr "%(name)s Etiketi"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Etiketler"
|
msgstr "Etiketler"
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr "Yorumları görüntülemek için lütfen JavaScript'i etkinleştirin."
|
msgstr "Yorumları görüntülemek için lütfen JavaScript'i etkinleştirin."
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
|
msgstr "%(flex_url)s teması kullanılarak %(pelican_url)s ile yapılmıştır"
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr ""
|
msgstr "Önceki Paylaşım"
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:10
|
#: templates/partial/neighbors.html:10
|
||||||
msgid "Next Post"
|
msgid "Next Post"
|
||||||
msgstr ""
|
msgstr "Sonraki Paylaşım"
|
||||||
|
|
||||||
#: templates/partial/pagination.html:5
|
#: templates/partial/pagination.html:5
|
||||||
msgid "Older Posts"
|
msgid "Older Posts"
|
||||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
# Translations template for Flex.
|
# Translations template for Flex.
|
||||||
# Copyright (C) 2019 Alexandre Vicenzi
|
# Copyright (C) 2020 Alexandre Vicenzi
|
||||||
# This file is distributed under the same license as the Flex project.
|
# This file is distributed under the same license as the Flex project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Shiao Qu <whisperzzzz@icloud.com>, 2016
|
# Shiao Qu <whisperzzzz@icloud.com>, 2016
|
||||||
|
@ -12,7 +12,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Flex 2.1.0\n"
|
"Project-Id-Version: Flex 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2019-01-03 00:10+0100\n"
|
"POT-Creation-Date: 2020-04-21 18:03+0200\n"
|
||||||
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
"PO-Revision-Date: 2016-08-25 02:15+0000\n"
|
||||||
"Last-Translator: Casey Tsui <cuikaidong@foxmail.com>, 2019\n"
|
"Last-Translator: Casey Tsui <cuikaidong@foxmail.com>, 2019\n"
|
||||||
"Language-Team: Chinese (China) (https://www.transifex.com/alexandrevicenzi/teams/66327/zh_CN/)\n"
|
"Language-Team: Chinese (China) (https://www.transifex.com/alexandrevicenzi/teams/66327/zh_CN/)\n"
|
||||||
|
@ -23,21 +23,26 @@ msgstr ""
|
||||||
"Language: zh_CN\n"
|
"Language: zh_CN\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
#: templates/archives.html:2 templates/archives.html:7
|
#: templates/archives.html:3 templates/archives.html:8
|
||||||
#: templates/period_archives.html:2 templates/period_archives.html:7
|
#: templates/period_archives.html:2 templates/period_archives.html:7
|
||||||
msgid "Archives"
|
msgid "Archives"
|
||||||
msgstr "归档"
|
msgstr "归档"
|
||||||
|
|
||||||
#: templates/article.html:22 templates/index.html:20
|
#: templates/article.html:29 templates/index.html:20
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Posted on %(when)s in %(category)s"
|
msgid "Posted on %(when)s in %(category)s"
|
||||||
msgstr "在 %(when)s 发布于 %(category)s 分类"
|
msgstr "在 %(when)s 发布于 %(category)s 分类"
|
||||||
|
|
||||||
#: templates/article.html:57
|
#: templates/article.html:34 templates/index.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "%(minutes)s min read"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/article.html:64
|
||||||
msgid "Like this article? Share it with your friends!"
|
msgid "Like this article? Share it with your friends!"
|
||||||
msgstr "喜欢这篇文章吗?将它与您的朋友分享吧!"
|
msgstr "喜欢这篇文章吗?将它与您的朋友分享吧!"
|
||||||
|
|
||||||
#: templates/article.html:68
|
#: templates/article.html:75
|
||||||
msgid "You might enjoy"
|
msgid "You might enjoy"
|
||||||
msgstr "您可能还喜欢"
|
msgstr "您可能还喜欢"
|
||||||
|
|
||||||
|
@ -50,15 +55,19 @@ msgstr "%(name)s 发布的文章"
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "作者"
|
msgstr "作者"
|
||||||
|
|
||||||
#: templates/base.html:159
|
#: templates/base.html:161
|
||||||
|
msgid "Search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:237
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "主页"
|
msgstr "主页"
|
||||||
|
|
||||||
#: templates/base.html:166
|
#: templates/base.html:244
|
||||||
msgid "Atom"
|
msgid "Atom"
|
||||||
msgstr "Atom订阅"
|
msgstr "Atom订阅"
|
||||||
|
|
||||||
#: templates/base.html:170
|
#: templates/base.html:248
|
||||||
msgid "RSS"
|
msgid "RSS"
|
||||||
msgstr "RSS订阅"
|
msgstr "RSS订阅"
|
||||||
|
|
||||||
|
@ -75,10 +84,18 @@ msgstr "%(name)s 分类"
|
||||||
msgid "Tagged with"
|
msgid "Tagged with"
|
||||||
msgstr "标签为"
|
msgstr "标签为"
|
||||||
|
|
||||||
#: templates/index.html:44
|
#: templates/index.html:46
|
||||||
msgid "Continue reading"
|
msgid "Continue reading"
|
||||||
msgstr "阅读全文"
|
msgstr "阅读全文"
|
||||||
|
|
||||||
|
#: templates/search.html:3
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/search.html:17
|
||||||
|
msgid "Search Results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/tag.html:2
|
#: templates/tag.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Tag %(name)s"
|
msgid "Tag %(name)s"
|
||||||
|
@ -88,15 +105,20 @@ msgstr "%(name)s 标签"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "标签"
|
msgstr "标签"
|
||||||
|
|
||||||
#: templates/partial/disqus.html:13
|
#: templates/partial/disqus.html:13 templates/partial/isso.html:20
|
||||||
msgid "Please enable JavaScript to view comments."
|
msgid "Please enable JavaScript to view comments."
|
||||||
msgstr "请启用浏览器的Javascript功能以查看评论。"
|
msgstr "请启用浏览器的Javascript功能以查看评论。"
|
||||||
|
|
||||||
#: templates/partial/flex.html:1
|
#: templates/partial/flex.html:3
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
msgid "Built with %(pelican_url)s using %(flex_url)s theme"
|
||||||
msgstr "本站由%(pelican_url)s驱动,并使用%(flex_url)s主题"
|
msgstr "本站由%(pelican_url)s驱动,并使用%(flex_url)s主题"
|
||||||
|
|
||||||
|
#: templates/partial/flex.html:10
|
||||||
|
#, python-format
|
||||||
|
msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partial/neighbors.html:5
|
#: templates/partial/neighbors.html:5
|
||||||
msgid "Previous Post"
|
msgid "Previous Post"
|
||||||
msgstr "上一篇文章"
|
msgstr "上一篇文章"
|
||||||
|
|
Loading…
Reference in a new issue