aboutsummaryrefslogtreecommitdiff
path: root/po/LC_MESSAGES/README.en.md/pt.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/LC_MESSAGES/README.en.md/pt.po')
-rw-r--r--po/LC_MESSAGES/README.en.md/pt.po128
1 files changed, 128 insertions, 0 deletions
diff --git a/po/LC_MESSAGES/README.en.md/pt.po b/po/LC_MESSAGES/README.en.md/pt.po
new file mode 100644
index 0000000..fa9bb95
--- /dev/null
+++ b/po/LC_MESSAGES/README.en.md/pt.po
@@ -0,0 +1,128 @@
+#
+msgid ""
+msgstr ""
+
+msgid "EuAndreh's package-repository"
+msgstr ""
+
+msgid ""
+"Personal package repository for a variety of operating systems, mainly for "
+"packaging personal projects of mine and make it available for users and "
+"packagers."
+msgstr ""
+
+msgid "See the list of packages [online][online]."
+msgstr ""
+
+msgid "How to add this to different OSes"
+msgstr ""
+
+msgid "Guix"
+msgstr ""
+
+msgid "Add this channel to your `~/.config/guix/channels.scm`:"
+msgstr ""
+
+msgid ""
+"(cons*\n"
+" (channel\n"
+" (name 'xyz-euandreh)\n"
+" (url \"git://euandreh.xyz/package-repository\")\n"
+" (branch \"main\")\n"
+" (introduction\n"
+" (make-channel-introduction\n"
+" \"d749e053e6db365069cb9b2ef47a78b06f9e7361\"\n"
+" (openpgp-fingerprint\n"
+" \"5BDA E9B8 B2F6 C6BC BB0D 6CE5 81F9 0EC3 CD35 6060\"))))\n"
+" %default-channels)\n"
+msgstr ""
+
+msgid ""
+"See also the Guix manual for usage on channels: "
+"[https://guix.gnu.org/manual/en/guix.html#Channels](https://guix.gnu.org/manual/en/guix.html#Channels)"
+msgstr ""
+
+msgid "NixOS"
+msgstr ""
+
+msgid "Adding the overlay to your `/etc/nixos/configuration.nix`:"
+msgstr ""
+
+msgid ""
+" nixpkgs = {\n"
+" overlays = [\n"
+" (import (fetchTarball {\n"
+" url = \"https://euandreh.xyz/package-repository.git/snapshot/package-repository-main.tar.gz\";\n"
+" }) { inherit pkgs; })\n"
+" ];\n"
+" };\n"
+msgstr ""
+
+msgid "Contributing"
+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/package-repository/en/)"
+msgstr ""
+
+msgid "[source code](https://euandreh.xyz/package-repository.git/)"
+msgstr ""
+
+msgid "[bug tracking](https://euandreh.xyz/package-repository/TODOs.html)"
+msgstr ""
+
+msgid "[mailing list][mailing list]"
+msgstr ""
+
+msgid "[CI logs](https://euandreh.xyz/package-repository/ci.html)"
+msgstr ""
+
+msgid "[CHANGELOG](https://euandreh.xyz/package-repository/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 "[online]: https://euandreh.xyz/package-repository/paku.html"
+msgstr "[online]: https://euandreh.xyz/package-repository/paku.html"
+
+#, fuzzy
+msgid ""
+"[mailing list]: https://lists.sr.ht/~euandreh/public-"
+"inbox?search=%5Bpackage-repository%5D"
+msgstr ""
+"[mailing list]: https://lists.sr.ht/~euandreh/public-"
+"inbox?search=%5Bpackage-repository%5D"
+
+#, fuzzy
+msgid ""
+"[AGPL-3.0-or-later]: https://euandreh.xyz/package-"
+"repository.git/tree/COPYING"
+msgstr ""
+"[AGPL-3.0-or-later]: https://euandreh.xyz/package-"
+"repository.git/tree/COPYING"