diff options
Diffstat (limited to 'po/README.en.md/pt.po')
| -rw-r--r-- | po/README.en.md/pt.po | 148 |
1 files changed, 148 insertions, 0 deletions
diff --git a/po/README.en.md/pt.po b/po/README.en.md/pt.po new file mode 100644 index 0000000..6f0c784 --- /dev/null +++ b/po/README.en.md/pt.po @@ -0,0 +1,148 @@ +# +msgid "" +msgstr "" + +msgid "git-permalink" +msgstr "" + +msgid "Git extension to generate web permalinks of files in a repository." +msgstr "" + +msgid "" +"It knows about many of the existing code forges, but allows for URL template" +" overrides to be used on custom domains or deployments via git config." +msgstr "" + +msgid "Usage" +msgstr "" + +msgid "" +"Now inside the repository folder, running `git permalink` will try build the" +" web URL of the given file use `xdg-open` to launch the browser (or whatever" +" is configured):" +msgstr "" + +msgid "" +"Or if you just want to output the link without invoking `xdg-open`, you can " +"use the `-p` flag:" +msgstr "" + +msgid "Installation" +msgstr "" + +msgid "You can pass `PREFIX` or `DESTDIR` to `make` if you'd like:" +msgstr "" + +msgid "" +"There are no dependencies or requirements, only standard tools such as " +"`sed`, `mkdir`, etc." +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "" +"The documentation is available via installed manpages or online: [`git-" +"permalink.1`](https://euandreh.xyz/git-permalink/en/git-permalink.1.html) " +"([pt](https://euandreh.xyz/git-permalink/pt/git-permalink.1.html), " +"[fr](https://euandreh.xyz/git-permalink/fr/git-permalink.1.html), " +"[eo](https://euandreh.xyz/git-permalink/eo/git-permalink.1.html))." +msgstr "" + +msgid "Contributing" +msgstr "" + +msgid "Extra tools used for development are:" +msgstr "" + +msgid "[ShellCheck](https://www.shellcheck.net/) for validating scripts;" +msgstr "" + +msgid "" +"[po4a](https://po4a.org/index.php.en) and " +"[gettext](https://www.gnu.org/software/gettext/) for i18n and l10n support;" +msgstr "" + +msgid "" +"[pandoc](https://pandoc.org/) and Perl for generating the documentation HTML" +" and website." +msgstr "" + +msgid "For running the extra development-only checks, run:" +msgstr "" + +msgid "and for generating the documentation HTML and website, run:" +msgstr "" + +msgid "" +"Send contributions to the [mailing " +"list](https://lists.sr.ht/~euandreh/public-inbox?search=%5Bgit-permalink%5D)" +" via [`git send-email`](https://git-send-email.io/)." +msgstr "" + +msgid "Links" +msgstr "" + +msgid "[homepage](https://euandreh.xyz/git-permalink/)" +msgstr "" + +msgid "[source code](https://git.euandreh.xyz/git-permalink/)" +msgstr "" + +msgid "[bug tracking](https://euandreh.xyz/git-permalink/TODOs.html)" +msgstr "" + +msgid "" +"[mailing list](https://lists.sr.ht/~euandreh/public-inbox?search=%5Bgit-" +"permalink%5D)" +msgstr "" + +msgid "[CI logs](https://euandreh.xyz/git-permalink/ci.html)" +msgstr "" + +msgid "[CHANGELOG](https://euandreh.xyz/git-permalink/CHANGELOG.html)" +msgstr "" + +msgid "Releases" +msgstr "" + +msgid "" +"[v0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) [git-" +"permalink-v0.2.2.tar.gz](https://git.euandreh.xyz/git-" +"permalink/snapshot/git-permalink-v0.2.2.tar.gz) " +"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"permalink-v0.2.2.tar.gz.asc)), released in 2021-06-25" +msgstr "" + +msgid "" +"[v0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) [git-" +"permalink-v0.2.1.tar.gz](https://git.euandreh.xyz/git-" +"permalink/snapshot/git-permalink-v0.2.1.tar.gz) " +"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"permalink-v0.2.1.tar.gz.asc)), released in 2021-06-25" +msgstr "" + +msgid "" +"[v0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) [git-" +"permalink-v0.2.0.tar.gz](https://git.euandreh.xyz/git-" +"permalink/snapshot/git-permalink-v0.2.0.tar.gz) " +"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"permalink-v0.2.0.tar.gz.asc)), released in 2021-06-19" +msgstr "" + +msgid "" +"[v0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) [git-" +"permalink-v0.1.0.tar.gz](https://git.euandreh.xyz/git-" +"permalink/snapshot/git-permalink-v0.1.0.tar.gz) " +"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"permalink-v0.1.0.tar.gz.asc)), released in 2021-06-13" +msgstr "" + +msgid "License" +msgstr "" + +msgid "" +"The code is licensed under [GNU Affero General Public License v3.0 or " +"later](https://git.euandreh.xyz/git-permalink/tree/COPYING) (AGPL-3.0-or-" +"later)." +msgstr "" |
