diff options
Diffstat (limited to 'po/LC_MESSAGES/README.en.md/pt.po')
-rw-r--r-- | po/LC_MESSAGES/README.en.md/pt.po | 176 |
1 files changed, 0 insertions, 176 deletions
diff --git a/po/LC_MESSAGES/README.en.md/pt.po b/po/LC_MESSAGES/README.en.md/pt.po deleted file mode 100644 index ace966d..0000000 --- a/po/LC_MESSAGES/README.en.md/pt.po +++ /dev/null @@ -1,176 +0,0 @@ -# -msgid "" -msgstr "" - -msgid "gistatic" -msgstr "" - -msgid "Static Git repository generator" -msgstr "" - -msgid "" -"Generate HTML pages for a Git repository. The generated pages are static and" -" offline-first, and can be made available online as static assets." -msgstr "" - -msgid "Usage" -msgstr "" - -msgid "Generate static HTML website for Git repository:" -msgstr "" - -msgid "$ gistatic path/to/git/ -o public/\n" -msgstr "" - -msgid "Installation" -msgstr "" - -msgid "Get the latest tarball and install it:" -msgstr "" - -msgid "" -"wget https://euandreh.xyz/gistatic/tarballs/gistatic-main.tar.gz\n" -"tar xvf gistatic-main.tar.gz\n" -"cd gistatic-main/\n" -"make\n" -"[sudo] make install\n" -msgstr "" - -msgid "The requirements are Perl with dependencies:" -msgstr "" - -msgid "[Git::Raw][Git::Raw]: Perl bindings to [libgit2][libgit2];" -msgstr "" - -msgid "" -"[Mustache::Simple][Mustache::Simple]: template library for generating output" -" files;" -msgstr "" - -msgid "[CommonMark][cm-p]: [CommonMark][cm-spec] renderer." -msgstr "" - -msgid "Documentation" -msgstr "" - -msgid "" -"Documentation available via installed manpages, also available online: " -"[`gistatic.1`](gistatic.1.html) and [`gistatic-template.5`](gistatic-" -"template.5.html)." -msgstr "" - -msgid "Contributing" -msgstr "" - -msgid "Extra tools used for development are:" -msgstr "" - -msgid "[Perl::Critic][Perl::Critic] and [B::Lint][B::Lint] for linting;" -msgstr "" - -msgid "[perltidy][perltidy] for code formatting;" -msgstr "" - -msgid "[ShellCheck][ShellCheck] for validating scripts;" -msgstr "" - -msgid "[pandoc][pandoc] for generating the documentation HTML and website." -msgstr "" - -msgid "For running the extra development-only checks, run:" -msgstr "" - -msgid "$ make dev-check\n" -msgstr "" - -msgid "and for generating the documentation HTML and website, run:" -msgstr "" - -msgid "$ make public\n" -msgstr "" - -msgid "" -"Send contributions to the [mailing list][mailing list] via [`git send-" -"email`](https://git-send-email.io/)." -msgstr "" - -msgid "Links" -msgstr "" - -msgid "[homepage](https://euandreh.xyz/gistatic/en/)" -msgstr "" - -msgid "[source code](https://git.euandreh.xyz/gistatic/)" -msgstr "" - -msgid "[bug tracking](https://euandreh.xyz/gistatic/TODOs.html)" -msgstr "" - -msgid "[mailing list][mailing list]" -msgstr "" - -msgid "[CI logs](https://euandreh.xyz/gistatic/ci.html)" -msgstr "" - -msgid "[CHANGELOG](https://euandreh.xyz/gistatic/en/CHANGELOG.html)" -msgstr "" - -msgid "License" -msgstr "" - -msgid "" -"The code is licensed under [GNU Affero General Public License v3.0 or " -"later][AGPL-3.0-or-later] (AGPL-3.0-or-later)." -msgstr "" - -#, fuzzy -msgid "[Git::Raw]: https://metacpan.org/pod/Git::Raw" -msgstr "[Git::Raw]: https://metacpan.org/pod/Git::Raw" - -#, fuzzy -msgid "[libgit2]: https://libgit2.org/" -msgstr "[libgit2]: https://libgit2.org/" - -#, fuzzy -msgid "[Mustache::Simple]: https://metacpan.org/pod/Mustache::Simple" -msgstr "[Mustache::Simple]: https://metacpan.org/pod/Mustache::Simple" - -#, fuzzy -msgid "[cm-p]: https://metacpan.org/pod/CommonMark" -msgstr "[cm-p]: https://metacpan.org/pod/CommonMark" - -#, fuzzy -msgid "[cm-spec]: https://commonmark.org/" -msgstr "[cm-spec]: https://commonmark.org/" - -#, fuzzy -msgid "[Perl::Critic]: https://metacpan.org/pod/Perl::Critic" -msgstr "[Perl::Critic]: https://metacpan.org/pod/Perl::Critic" - -#, fuzzy -msgid "[B::Lint]: https://metacpan.org/pod/B::Lint" -msgstr "[B::Lint]: https://metacpan.org/pod/B::Lint" - -#, fuzzy -msgid "[perltidy]: https://metacpan.org/pod/perltidy" -msgstr "[perltidy]: https://metacpan.org/pod/perltidy" - -#, fuzzy -msgid "[ShellCheck]: https://www.shellcheck.net/" -msgstr "[ShellCheck]: https://www.shellcheck.net/" - -#, fuzzy -msgid "[pandoc]: https://pandoc.org/" -msgstr "[pandoc]: https://pandoc.org/" - -#, fuzzy -msgid "" -"[mailing list]: https://lists.sr.ht/~euandreh/public-" -"inbox?search=%5Bgistatic%5D" -msgstr "" -"[mailing list]: https://lists.sr.ht/~euandreh/public-" -"inbox?search=%5Bgistatic%5D" - -#, fuzzy -msgid "[AGPL-3.0-or-later]: https://git.euandreh.xyz/gistatic/tree/COPYING" -msgstr "[AGPL-3.0-or-later]: https://git.euandreh.xyz/gistatic/tree/COPYING" |