From ee71be14a05d0d7da38352f8ff5c19798f96d4eb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 8 Apr 2023 13:22:48 -0300 Subject: v2: Generate collections index.html pages and their "by-category" equivalents --- v2/po/pt.po | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 143 insertions(+), 28 deletions(-) (limited to 'v2/po/pt.po') diff --git a/v2/po/pt.po b/v2/po/pt.po index dd60fea..2df706c 100644 --- a/v2/po/pt.po +++ b/v2/po/pt.po @@ -1,3 +1,48 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: 2023-04-08 12:41-0300\n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.2.4\n" + +#. type: Plain text +#: src/content/img/alt/atom.en.txt:1 +msgid "three yellow lines representing an Atom feed" +msgstr "" + +#. type: Plain text +#: src/content/img/alt/envelope.en.txt:1 +msgid "an envelope icon representing an email address" +msgstr "" + +#. type: Plain text +#: src/content/img/alt/favicon.en.txt:1 +msgid "a crude hand doing a thumbs up" +msgstr "" + +#. type: Plain text +#: src/content/img/alt/link.en.txt:1 +msgid "two chain rings, representing an anchor to this header" +msgstr "" + +#. type: Plain text +#: src/content/img/alt/linkto.en.txt:1 +msgid "" +"a drawing of a box with an arrow going outwards, representing an internal " +"link" +msgstr "" + +#. type: Plain text +#: src/content/img/alt/lock.en.txt:1 +msgid "a lock icon representing a GPG public key" +msgstr "" + #. type: Plain text #: src/lib/base.en.conf:2 msgid "export date_fmt='%B %-d, %Y'" @@ -10,14 +55,79 @@ msgstr "" #. type: Plain text #: src/lib/base.en.conf:6 +msgid "export lang='en'" +msgstr "export lang='pt'" + +#. type: Plain text +#: src/lib/base.en.conf:8 +msgid "export index_pastebins_title='Pastebins'" +msgstr "" + +#. type: Plain text +#: src/lib/base.en.conf:10 +msgid "export index_recent_pastebins_title='Pastebins listing'" +msgstr "" + +#. type: Plain text +#: src/lib/base.en.conf:12 +msgid "export index_category_pastebins_title='Pastebins by category'" +msgstr "" + +#. type: Plain text +#: src/lib/base.en.conf:14 +msgid "export index by_category_url_part='by-category.html'" +msgstr "" + +#. type: Plain text +#: src/lib/base.en.conf:16 +msgid "export feed_pastebins_title=\"EuAndreh's pastebins\"" +msgstr "" + +#. type: Plain text +#: src/lib/base.en.conf:18 +msgid "export index_tils_title='TIL'" +msgstr "" + +#. type: Plain text +#: src/lib/base.en.conf:20 +msgid "export index_recent_tils_title='TIL listing'" +msgstr "" + +#. type: Plain text +#: src/lib/base.en.conf:22 +msgid "export index_category_tils_title='TIL by category'" +msgstr "" + +#. type: Plain text +#: src/lib/base.en.conf:24 +msgid "export feed_tils_title=\"EuAndreh's TIL\"" +msgstr "" + +#. type: Plain text +#: src/lib/base.en.conf:26 msgid "export about='About'" msgstr "" #. type: Plain text -#: src/lib/base.en.conf:7 +#: src/lib/base.en.conf:28 msgid "export about_url_name='about.html'" msgstr "" +#. type: Plain text +#: src/lib/base.en.conf:30 +msgid "export homepage_url=\"$(url-for \"$lang/\")\"" +msgstr "" + +#. type: Plain text +#: src/lib/base.en.conf:32 +msgid "export homepage_url_absolute=\"$(absolute \"$homepage_url\")\"" +msgstr "" + +#. type: Plain text +#: src/lib/base.en.conf:33 +msgid "export about_url=\"$(url-for \"$lang/$about_url_name\")\"" +msgstr "" + #. type: Content of:

#: src/lib/comment.en.html:3 msgid "" @@ -48,7 +158,7 @@ msgstr "" #. type: Plain text #: src/content/en/about.md:1 src/content/en/about.md:5 #: src/content/en/pastebins/sicp-exercise-3-19.md:1 -#: src/content/en/pastebins/sicp-exercise-3-19.md:7 +#: src/content/en/pastebins/sicp-exercise-3-19.md:9 #, no-wrap msgid "---\n" msgstr "" @@ -74,12 +184,17 @@ msgid "date: 2021-09-02" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:10 +#: src/content/en/pastebins/sicp-exercise-3-19.md:8 +msgid "categories: lisp programming-languages" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:12 msgid "Some content here, before:" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:20 +#: src/content/en/pastebins/sicp-exercise-3-19.md:22 #, no-wrap msgid "" "```scheme\n" @@ -94,12 +209,12 @@ msgid "" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:22 +#: src/content/en/pastebins/sicp-exercise-3-19.md:24 msgid "Sample interactive session:" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:39 +#: src/content/en/pastebins/sicp-exercise-3-19.md:41 #, no-wrap msgid "" "```scheme\n" @@ -121,87 +236,87 @@ msgid "" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:41 +#: src/content/en/pastebins/sicp-exercise-3-19.md:43 msgid "# An h1" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:43 +#: src/content/en/pastebins/sicp-exercise-3-19.md:45 msgid "a list:" msgstr "" #. type: Bullet: '1. ' -#: src/content/en/pastebins/sicp-exercise-3-19.md:47 +#: src/content/en/pastebins/sicp-exercise-3-19.md:49 msgid "one" msgstr "" #. type: Bullet: '2. ' -#: src/content/en/pastebins/sicp-exercise-3-19.md:47 +#: src/content/en/pastebins/sicp-exercise-3-19.md:49 msgid "two" msgstr "" #. type: Bullet: '3. ' -#: src/content/en/pastebins/sicp-exercise-3-19.md:47 +#: src/content/en/pastebins/sicp-exercise-3-19.md:49 msgid "three" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:49 +#: src/content/en/pastebins/sicp-exercise-3-19.md:51 msgid "some content." msgstr "" #. type: Bullet: '- ' -#: src/content/en/pastebins/sicp-exercise-3-19.md:53 +#: src/content/en/pastebins/sicp-exercise-3-19.md:55 msgid "item" msgstr "" #. type: Bullet: '- ' -#: src/content/en/pastebins/sicp-exercise-3-19.md:53 +#: src/content/en/pastebins/sicp-exercise-3-19.md:55 msgid "another" msgstr "" #. type: Bullet: '- ' -#: src/content/en/pastebins/sicp-exercise-3-19.md:53 +#: src/content/en/pastebins/sicp-exercise-3-19.md:55 msgid "yet another" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:55 +#: src/content/en/pastebins/sicp-exercise-3-19.md:57 msgid "## An h2" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:57 +#: src/content/en/pastebins/sicp-exercise-3-19.md:59 msgid "Xablau:" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:60 +#: src/content/en/pastebins/sicp-exercise-3-19.md:62 msgid "``` xupliu 1" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:63 +#: src/content/en/pastebins/sicp-exercise-3-19.md:65 msgid "3 4" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:70 +#: src/content/en/pastebins/sicp-exercise-3-19.md:72 msgid "dez ```" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:72 +#: src/content/en/pastebins/sicp-exercise-3-19.md:74 msgid "Foi `wikiwiu`." msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:74 +#: src/content/en/pastebins/sicp-exercise-3-19.md:76 msgid "a very long code block:" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:80 +#: src/content/en/pastebins/sicp-exercise-3-19.md:82 #, no-wrap msgid "" "```\n" @@ -212,26 +327,26 @@ msgid "" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:82 +#: src/content/en/pastebins/sicp-exercise-3-19.md:84 msgid "Someone said:" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:84 +#: src/content/en/pastebins/sicp-exercise-3-19.md:86 msgid "> Xablau, xupliu." msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:87 +#: src/content/en/pastebins/sicp-exercise-3-19.md:89 msgid "### A repeated header ### A repeated header" msgstr "" #. type: Plain text -#: src/content/en/pastebins/sicp-exercise-3-19.md:89 +#: src/content/en/pastebins/sicp-exercise-3-19.md:91 msgid "a big list:" msgstr "" #. type: Bullet: '1. ' -#: src/content/en/pastebins/sicp-exercise-3-19.md:107 +#: src/content/en/pastebins/sicp-exercise-3-19.md:109 msgid "a" msgstr "" -- cgit v1.2.3