diff options
author | EuAndreh <eu@euandre.org> | 2022-01-19 09:54:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-19 09:56:29 -0300 |
commit | a6a2b08ee21e1c415bce3442c0954a82e7249e01 (patch) | |
tree | 32ef74e30d27cfa6fbf5e3ed798294512cd8c3c8 /po/LC_MESSAGES/README.en.md | |
parent | aux/containers/guix/manifest.scm: Add jq (diff) | |
download | package-repository-a6a2b08ee21e1c415bce3442c0954a82e7249e01.tar.gz package-repository-a6a2b08ee21e1c415bce3442c0954a82e7249e01.tar.xz |
Setup basic translation infrastructure
Diffstat (limited to 'po/LC_MESSAGES/README.en.md')
-rw-r--r-- | po/LC_MESSAGES/README.en.md/eo.po | 128 | ||||
-rw-r--r-- | po/LC_MESSAGES/README.en.md/es.po | 128 | ||||
-rw-r--r-- | po/LC_MESSAGES/README.en.md/fr.po | 128 | ||||
-rw-r--r-- | po/LC_MESSAGES/README.en.md/pt.po | 128 |
4 files changed, 512 insertions, 0 deletions
diff --git a/po/LC_MESSAGES/README.en.md/eo.po b/po/LC_MESSAGES/README.en.md/eo.po new file mode 100644 index 0000000..fa9bb95 --- /dev/null +++ b/po/LC_MESSAGES/README.en.md/eo.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" diff --git a/po/LC_MESSAGES/README.en.md/es.po b/po/LC_MESSAGES/README.en.md/es.po new file mode 100644 index 0000000..fa9bb95 --- /dev/null +++ b/po/LC_MESSAGES/README.en.md/es.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" diff --git a/po/LC_MESSAGES/README.en.md/fr.po b/po/LC_MESSAGES/README.en.md/fr.po new file mode 100644 index 0000000..fa9bb95 --- /dev/null +++ b/po/LC_MESSAGES/README.en.md/fr.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" 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" |